sync to vanilla 1.16

This commit is contained in:
liquidraver
2026-06-06 16:42:39 +02:00
parent 4353936328
commit ffe9ea652d
15 changed files with 105 additions and 24 deletions
+1 -1
View File
@@ -581,7 +581,7 @@ public:
void savePrefs() override {
data_store.savePrefs(companion_mesh.prefs);
}
const char* getFirmwareVer() override { return "v1.15.9-zephyr"; }
const char* getFirmwareVer() override { return FIRMWARE_VERSION; }
const char* getBuildDate() override { return FIRMWARE_BUILD_DATE; }
const char* getRole() override { return "companion"; }
bool formatFileSystem() override { return data_store.formatFileSystem(); }