Turn off NaN serialization, upgrade ArduinoJson

This commit is contained in:
DTTerastar 2023-03-24 16:08:54 -04:00
parent 343eb99c55
commit 7ffd75c673
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ build_flags =
-Wno-ignored-qualifiers -Wno-ignored-qualifiers
-Wformat=2 -Wformat=2
-Wformat-truncation -Wformat-truncation
-D ARDUINOJSON_ENABLE_NAN=0
-D CONFIG_BT_NIMBLE_TASK_STACK_SIZE=4096 -D CONFIG_BT_NIMBLE_TASK_STACK_SIZE=4096
-D SCAN_TASK_STACK_SIZE=2096 -D SCAN_TASK_STACK_SIZE=2096
-D ARDUINO_LOOP_STACK_SIZE=6144 -D ARDUINO_LOOP_STACK_SIZE=6144
@ -47,7 +48,7 @@ lib_deps =
https://github.com/ESPresense/SoftFilters.git https://github.com/ESPresense/SoftFilters.git
https://github.com/ESPresense/NimBLE-Arduino.git https://github.com/ESPresense/NimBLE-Arduino.git
marvinroger/AsyncMqttClient@^0.9.0 marvinroger/AsyncMqttClient@^0.9.0
bblanchon/ArduinoJson@^6.19.3 bblanchon/ArduinoJson@^6.21.0
kitesurfer1404/WS2812FX@^1.4.1 kitesurfer1404/WS2812FX@^1.4.1
board_build.partitions = partitions_singleapp.csv board_build.partitions = partitions_singleapp.csv
monitor_speed = 115200 monitor_speed = 115200