mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-07-16 03:49:18 +00:00
Merge branch 'dev' into solar-watchdog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user