fix deps and platform config

pull/1/head
Thomas Ballmann 3 years ago
parent efcff0d511
commit 01ed084b7a

@ -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
adafruit/Adafruit GFX Library @ ^1.10.0
adafruit/Adafruit BusIO @ ^1.4.1
Wire
Loading…
Cancel
Save