Update platformio.ini

Update lvgl library version to v6.1.2
This commit is contained in:
fvanroie 2020-10-15 17:14:32 +02:00 committed by GitHub
parent 5c1b6a4b11
commit 6e16cf6005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ framework = arduino
upload_speed = 921600
; -- Shared library dependencies in all environments
lib_deps =
https://github.com/littlevgl/lvgl.git ;lvgl@6.1.2 - Not in library yet
https://github.com/littlevgl/lvgl.git#v6.1.2
TFT_eSPI@^2.1.6 ; Tft SPI drivers
;TFT_eSPI@^1.4.20 ; Tft SPI drivers
PubSubClient@^2.7.0 ; MQTT client