migrate from binary config to json config

This commit is contained in:
sharandac
2020-08-11 14:32:27 +02:00
parent 77703b42b0
commit 33fe453f5e
24 changed files with 557 additions and 226 deletions

View File

@@ -25,6 +25,7 @@
#include "TTGO.h"
#define MOTOR_CONFIG_FILE "/motor.cfg"
#define MOTOR_JSON_CONFIG_FILE "/motor.json"
typedef struct {
bool vibe = true;