* first draft

This commit is contained in:
Scott Powell
2026-06-01 16:49:31 +10:00
orang tua bb6cf8396d
melakukan d9df8307ca
6 mengubah file dengan 41 tambahan dan 17 penghapusan
+2 -2
Melihat File
@@ -5,7 +5,7 @@
#include "AbstractUITask.h"
/*------------ Frame Protocol --------------*/
#define FIRMWARE_VER_CODE 12
#define FIRMWARE_VER_CODE 13
#ifndef FIRMWARE_BUILD_DATE
#define FIRMWARE_BUILD_DATE "19 Apr 2026"
@@ -201,7 +201,7 @@ private:
// helpers, short-cuts
void saveChannels() { _store->saveChannels(this); }
void saveContacts() { _store->saveContacts(this); }
void saveContacts();
DataStore* _store;
NodePrefs _prefs;