migrate from binary config to json config
This commit is contained in:
@@ -24,9 +24,10 @@
|
||||
|
||||
#include <TTGO.h>
|
||||
|
||||
#define TIME_SYNC_REQUEST _BV(0)
|
||||
#define TIME_SYNC_REQUEST _BV(0)
|
||||
|
||||
#define TIMESYNC_CONFIG_FILE "/timesync.cfg"
|
||||
#define TIMESYNC_CONFIG_FILE "/timesync.cfg"
|
||||
#define TIMESYNC_JSON_CONFIG_FILE "/timesync.json"
|
||||
|
||||
typedef struct {
|
||||
bool timesync = true;
|
||||
|
||||
Reference in New Issue
Block a user