device-epd/platformio.ini

27 lines
522 B
INI
Raw Normal View History

2020-02-10 11:24:04 +00:00
[env:lolin32]
platform = espressif32
board = lolin32
framework = arduino
2020-02-11 19:21:30 +00:00
monitor_speed = 115200
2020-02-10 11:24:04 +00:00
;upload_port = 192.168.178.60
2020-02-10 22:14:54 +00:00
# lolin32
2020-02-11 19:21:30 +00:00
;upload_speed = 921600
2020-02-10 22:14:54 +00:00
# lolin32 lite
2020-02-11 19:21:30 +00:00
upload_speed = 115200
upload_port = /dev/cu.wchusbserial1460
2020-02-10 11:24:04 +00:00
lib_deps =
GxEPD2@~1.2.4
2020-02-10 14:29:39 +00:00
Adafruit GFX Library@~1.7.5
2020-02-11 15:31:52 +00:00
ArduinoNvs@~2.5
ESP Async WebServer@~1.2.3
2020-02-11 21:47:23 +00:00
ArduinoJson@~6.14.1
2020-02-10 14:29:39 +00:00
2020-02-10 11:24:04 +00:00
# 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