From 01ed084b7a7b61824d56f2cfd093c640d6c91667 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 27 Dec 2020 16:29:10 +0100 Subject: [PATCH] fix deps and platform config --- platformio.ini | 37 ++++++++++--------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/platformio.ini b/platformio.ini index 536d638..b8d2d69 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,6 +1,6 @@ -[env:lolin32] +[env:esp32] platform = espressif32 -board = lolin32 +board = esp-wrover-kit framework = arduino monitor_speed = 115200 monitor_filters = esp32_exception_decoder @@ -10,33 +10,16 @@ build_flags = -D FW_CREATED=$UNIX_TIME !python git_rev_macro.py -# OTA -;upload_port = 192.168.178.60 - -# lolin32 upload_speed = 921600 -;upload_port = /dev/cu.SLAB_USBtoUART - -# lolin32 lite -;upload_speed = 115200 -;upload_port = /dev/cu.wchusbserial1460 -;upload_port = /dev/cu.wchusbserial1410 - lib_deps = - GxEPD2 - Adafruit GFX Library - ArduinoNvs - ESP Async WebServer - ArduinoJson + zinggjm/GxEPD2 @ ^1.2.14 + ArduinoNvs @ ^2.5 + ESP Async WebServer @ ^1.2.3 + ArduinoJson @ ^6.16.1 https://github.com/kikuchan/pngle.git - JPEGDecoder@~1.8.0 - Wire + bodmer/JPEGDecoder @ ^1.8.1 ArduinoUniqueID@~1.0.9 - Adafruit BusIO - - # Semantic Versioning Rules - # http://docs.platformio.org/page/userguide/lib/cmd_install.html#description - #GxEPD2@^1.2.4 - #GxEPD2@~1.2.4 - #GxEPD2@>=1.2.4 \ No newline at end of file + adafruit/Adafruit GFX Library @ ^1.10.0 + adafruit/Adafruit BusIO @ ^1.4.1 + Wire \ No newline at end of file