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
This commit is contained in:
taco
2026-01-15 18:01:20 +11:00
والد 741564dd48
کامیت df6687034a
3فایلهای تغییر یافته به همراه18 افزوده شده و 7 حذف شده
@@ -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);