Update ArduinoJson version

This commit is contained in:
fvanroie 2020-04-12 20:04:39 +02:00
parent 138f0fb3ee
commit fb761593f2

View File

@ -45,7 +45,7 @@ lib_deps =
TFT_eSPI@^2.1.9 ; Tft SPI drivers
;TFT_eSPI@^1.4.20 ; Tft SPI drivers
PubSubClient@^2.7.0 ; MQTT client
ArduinoJson@^6.15.0,>6.14.1 ; needs at least 6.14.1
ArduinoJson@^6.15.1,>6.15.0 ; needs at least 6.15.0
Syslog@^2.0.0
AceButton@^1.4.0
;AsyncTCP
@ -220,7 +220,7 @@ build_flags =
; -- TFT_eSPI build options ------------------------
${lcd.raspberrypi}
${pins.vspi32}
-D TFT_CS=5
-D TFT_CS=15
-D TFT_DC=4
-D TFT_RST=32
-D TOUCH_CS=22