Partitially done
This commit is contained in:
1026
main/CMakeLists.txt
1026
main/CMakeLists.txt
File diff suppressed because it is too large
Load Diff
1
main/displays/setup/bobbycloudconfig.cpp
Normal file
1
main/displays/setup/bobbycloudconfig.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "bobbycloudconfig.h"
|
1
main/displays/setup/bobbycloudconfig.h
Normal file
1
main/displays/setup/bobbycloudconfig.h
Normal file
@ -0,0 +1 @@
|
|||||||
|
#pragma once
|
1
main/displays/setup/screenorientation.cpp
Normal file
1
main/displays/setup/screenorientation.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "screenorientation.h"
|
1
main/displays/setup/screenorientation.h
Normal file
1
main/displays/setup/screenorientation.h
Normal file
@ -0,0 +1 @@
|
|||||||
|
#pragma once
|
@ -487,6 +487,8 @@ public:
|
|||||||
ConfigWrapperLegacy<bool> bleFenceEnabled {false, DoReset, {}, "bleFenceEnabled" };
|
ConfigWrapperLegacy<bool> bleFenceEnabled {false, DoReset, {}, "bleFenceEnabled" };
|
||||||
} bleSettings;
|
} bleSettings;
|
||||||
|
|
||||||
|
ConfigWrapperLegacy<bool> setupDone {false, DoReset, {}, "setupDone" };
|
||||||
|
|
||||||
#define NEW_SETTINGS(x) \
|
#define NEW_SETTINGS(x) \
|
||||||
x(baseMacAddressOverride) \
|
x(baseMacAddressOverride) \
|
||||||
x(hostname) \
|
x(hostname) \
|
||||||
|
Reference in New Issue
Block a user