* fix for anon contacts when full

This commit is contained in:
Scott Powell
2026-06-14 17:50:41 +10:00
parent a5cb0c25ca
commit 07648e3344
4 changed files with 39 additions and 34 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ class MyMesh : public BaseChatMesh, ContactVisitor {
File file = _fs->open("/contacts", "w", true);
#endif
if (file) {
ContactsIterator iter;
ContactsIterator iter = startContactsIterator();
ContactInfo c;
uint8_t unused = 0;
uint32_t reserved = 0;