mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 04:36:38 +00:00
Update ArduinoJson version
This commit is contained in:
parent
138f0fb3ee
commit
fb761593f2
@ -45,7 +45,7 @@ lib_deps =
|
|||||||
TFT_eSPI@^2.1.9 ; Tft SPI drivers
|
TFT_eSPI@^2.1.9 ; Tft SPI drivers
|
||||||
;TFT_eSPI@^1.4.20 ; Tft SPI drivers
|
;TFT_eSPI@^1.4.20 ; Tft SPI drivers
|
||||||
PubSubClient@^2.7.0 ; MQTT client
|
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
|
Syslog@^2.0.0
|
||||||
AceButton@^1.4.0
|
AceButton@^1.4.0
|
||||||
;AsyncTCP
|
;AsyncTCP
|
||||||
@ -220,7 +220,7 @@ build_flags =
|
|||||||
; -- TFT_eSPI build options ------------------------
|
; -- TFT_eSPI build options ------------------------
|
||||||
${lcd.raspberrypi}
|
${lcd.raspberrypi}
|
||||||
${pins.vspi32}
|
${pins.vspi32}
|
||||||
-D TFT_CS=5
|
-D TFT_CS=15
|
||||||
-D TFT_DC=4
|
-D TFT_DC=4
|
||||||
-D TFT_RST=32
|
-D TFT_RST=32
|
||||||
-D TOUCH_CS=22
|
-D TOUCH_CS=22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user