json 6 version

This commit is contained in:
Dmitry Borisenko
2021-10-08 20:12:01 +08:00
parent 2fce26ff29
commit 08d3ab8754
4 changed files with 43 additions and 16 deletions

View File

@@ -46,7 +46,7 @@
#define MYSENSORS
#endif
#define JSON_BUFFER_SIZE 1024
#define JSON_BUFFER_SIZE 4096
#define NUM_BUTTONS 6
#define MQTT_RECONNECT_INTERVAL 20000
#define CHANGE_BROKER_AFTER 5
@@ -104,7 +104,8 @@ enum TimerTask_t { WIFI_SCAN,
UPTIME,
UDP,
SYGNAL,
TIMES };
TIMES,
MYTEST };
enum NotAsyncActions {
do_ZERO,