mirror of
https://github.com/anklimov/lighthub
synced 2026-01-30 18:19:06 +03:00
RAM optim to save huge configs to flash, PID min/max
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#ifndef MAX_JSON_CONF_SIZE
|
||||
|
||||
#if defined(__SAM3X8E__)
|
||||
#define MAX_JSON_CONF_SIZE 24000
|
||||
#define MAX_JSON_CONF_SIZE 65535
|
||||
#elif defined(ARDUINO_ARCH_AVR)
|
||||
#define MAX_JSON_CONF_SIZE 4096
|
||||
#elif defined(ARDUINO_ARCH_ESP32)
|
||||
|
||||
Reference in New Issue
Block a user