Add ARDUINOJSON_ENABLE_STD_STRING for std::string

This commit is contained in:
fvanroie 2021-02-23 23:15:52 +01:00
parent abb69ce5dd
commit 38f80b0b91

View File

@ -183,6 +183,7 @@ build_flags=
-D LV_MEM_SIZE=12288U ; 12kB lvgl memory
; -- ArduinoJson build options ----------------------------
-D ARDUINOJSON_ENABLE_PROGMEM=1 ; for PROGMEM arguments
-D ARDUINOJSON_ENABLE_STD_STRING=1 ; for std::string
; -- hasp-lvgl build options ------------------------
-D HASP_USE_TELNET=1
;-D HASP_USE_SPIFFS=1