bootstrap RTC from contact.lastmod and improve slot overwrite logic

slot overwrite logic can now safely use contact.lastmod to find oldest contact for overwrite
이 커밋은 다음에 포함됨:
taco
2026-01-15 18:01:20 +11:00
부모 741564dd48
커밋 df6687034a
3개의 변경된 파일18개의 추가작업 그리고 7개의 파일을 삭제
+1
파일 보기
@@ -862,6 +862,7 @@ void MyMesh::begin(bool has_display) {
resetContacts();
_store->loadContacts(this);
bootstrapRTCfromContacts();
addChannel("Public", PUBLIC_GROUP_PSK); // pre-configure Andy's public channel
_store->loadChannels(this);