Partitially done

This commit is contained in:
CommanderRedYT
2022-10-05 12:46:55 +02:00
parent f8b1454f9a
commit 129cc64d24
6 changed files with 522 additions and 510 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
#include "bobbycloudconfig.h"

View File

@ -0,0 +1 @@
#pragma once

View File

@ -0,0 +1 @@
#include "screenorientation.h"

View File

@ -0,0 +1 @@
#pragma once

View File

@ -487,6 +487,8 @@ public:
ConfigWrapperLegacy<bool> bleFenceEnabled {false, DoReset, {}, "bleFenceEnabled" };
} bleSettings;
ConfigWrapperLegacy<bool> setupDone {false, DoReset, {}, "setupDone" };
#define NEW_SETTINGS(x) \
x(baseMacAddressOverride) \
x(hostname) \