mirror of
https://github.com/anklimov/lighthub
synced 2026-01-31 10:39:06 +03:00
conf save fixed, group chann polling. tested
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#ifndef MAX_JSON_CONF_SIZE
|
||||
|
||||
#if defined(__SAM3X8E__)
|
||||
#define MAX_JSON_CONF_SIZE 16000
|
||||
#define MAX_JSON_CONF_SIZE 24000
|
||||
#elif defined(ARDUINO_ARCH_AVR)
|
||||
#define MAX_JSON_CONF_SIZE 4096
|
||||
#elif defined(ARDUINO_ARCH_ESP32)
|
||||
|
||||
Reference in New Issue
Block a user