Skip to content

Commit 2e73fe9

Browse files
committed
* fix for anon lastmod
1 parent 538ac38 commit 2e73fe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/companion_radio/MyMesh.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,7 @@ void MyMesh::handleCmdFrame(size_t len) {
15421542
memcpy(anon.id.pub_key, pub_key, PUB_KEY_SIZE);
15431543
anon.out_path_len = 0; // default to zero-hop direct
15441544
anon.type = ADV_TYPE_NONE; // unknown
1545+
anon.lastmod = getRTCClock()->getCurrentTime();
15451546

15461547
if (addContact(anon)) recipient = &anon;
15471548
}

0 commit comments

Comments
 (0)