PSRAM: slightly reduce static JSON buffer size

This commit is contained in:
Frank
2023-07-26 21:59:49 +02:00
committed by GitHub
parent 1477798bb6
commit d23ca8beaf

View File

@@ -424,7 +424,7 @@
#if defined(ARDUINO_ARCH_ESP32S2) || defined(ARDUINO_ARCH_ESP32C3)
#define JSON_BUFFER_SIZE 48000 // WLEDMM
#else
#define JSON_BUFFER_SIZE 60000 // WLEDMM
#define JSON_BUFFER_SIZE 56000 // WLEDMM (was 60000) slightly reduced to avoid build error "region dram0_0_seg overflowed"
#endif
#else
#define JSON_BUFFER_SIZE 24576