We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538ac38 commit 2e73fe9Copy full SHA for 2e73fe9
1 file changed
examples/companion_radio/MyMesh.cpp
@@ -1542,6 +1542,7 @@ void MyMesh::handleCmdFrame(size_t len) {
1542
memcpy(anon.id.pub_key, pub_key, PUB_KEY_SIZE);
1543
anon.out_path_len = 0; // default to zero-hop direct
1544
anon.type = ADV_TYPE_NONE; // unknown
1545
+ anon.lastmod = getRTCClock()->getCurrentTime();
1546
1547
if (addContact(anon)) recipient = &anon;
1548
}
0 commit comments