pio build: use v1.1.5 of Arduino_GFX

This commit is contained in:
Hansi, dl9rdz 2021-09-10 15:58:31 +02:00
parent 7441a17db5
commit d35836366a
1 changed files with 4 additions and 1 deletions

View File

@ -22,12 +22,15 @@ lib_deps_external =
stevemarple/MicroNMEA @ ^2.0.5 stevemarple/MicroNMEA @ ^2.0.5
; nkawu/TFT 22 ILI9225 @ ^1.4.4 ; nkawu/TFT 22 ILI9225 @ ^1.4.4
me-no-dev/ESP Async WebServer @ ^1.2.3 me-no-dev/ESP Async WebServer @ ^1.2.3
https://github.com/moononournation/Arduino_GFX https://github.com/moononournation/Arduino_GFX#v1.1.5
; most recent has compile error (initialization order wrong)
; https://github.com/moononournation/Arduino_GFX
https://github.com/dx168b/async-mqtt-client https://github.com/dx168b/async-mqtt-client
[env:ttgo-lora32] [env:ttgo-lora32]
platform = https://github.com/platformio/platform-espressif32.git platform = https://github.com/platformio/platform-espressif32.git
board = ttgo-lora32-v1 board = ttgo-lora32-v1
; board_build.partitions = partition.csv
framework = arduino framework = arduino
monitor_speed = 115200 monitor_speed = 115200
lib_deps = lib_deps =