* DataStore, advert blob record format change

This commit is contained in:
Scott Powell
2025-06-06 21:35:54 +10:00
parent dd808ee6c7
commit 9c833486bf
5 changed files with 43 additions and 25 deletions

View File

@@ -15,6 +15,7 @@ public:
class DataStore {
FILESYSTEM* _fs;
mesh::RTCClock* _clock;
IdentityStore identity_store;
void loadPrefsInt(const char *filename, NodePrefs& prefs, double& node_lat, double& node_lon);
@@ -23,7 +24,7 @@ class DataStore {
#endif
public:
DataStore(FILESYSTEM& fs);
DataStore(FILESYSTEM& fs, mesh::RTCClock& clock);
void begin();
bool formatFileSystem();
bool loadMainIdentity(mesh::LocalIdentity &identity);