Better settings management.
This commit is contained in:
parent
c3362d42af
commit
e01f301c9c
6 changed files with 309 additions and 112 deletions
|
|
@ -35,6 +35,7 @@
|
|||
#define SYS_NEOPIXELS_READY (1 << 4)
|
||||
#define SYS_BLE_READY (1 << 5)
|
||||
#define SYS_IR_READY (1 << 6)
|
||||
#define SYS_SETTINGS_READY (1 << 7)
|
||||
|
||||
EventGroupHandle_t Get_System_Events(void);
|
||||
void Initialize_System_Events(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue