device-epd/platformio.ini

25 lines
568 B
INI
Raw Normal View History

2020-12-27 15:29:10 +00:00
[env:esp32]
2020-11-01 15:18:50 +00:00
platform = espressif32
2020-12-27 15:29:10 +00:00
board = esp-wrover-kit
2020-02-10 11:24:04 +00:00
framework = arduino
2020-02-11 19:21:30 +00:00
monitor_speed = 115200
2020-03-14 08:35:56 +00:00
monitor_filters = esp32_exception_decoder
board_build.partitions = partitions_pd.csv
2020-11-01 15:19:52 +00:00
build_flags =
-D FW_CREATED=$UNIX_TIME
!python git_rev_macro.py
2020-02-10 11:24:04 +00:00
2020-03-11 20:19:08 +00:00
upload_speed = 921600
2020-02-10 11:24:04 +00:00
lib_deps =
2020-12-27 15:29:10 +00:00
zinggjm/GxEPD2 @ ^1.2.14
ArduinoNvs @ ^2.5
ESP Async WebServer @ ^1.2.3
ArduinoJson @ ^6.16.1
2020-02-16 16:55:50 +00:00
https://github.com/kikuchan/pngle.git
2020-12-27 15:29:10 +00:00
bodmer/JPEGDecoder @ ^1.8.1
2020-11-30 20:36:09 +00:00
ArduinoUniqueID@~1.0.9
2020-12-27 15:29:10 +00:00
adafruit/Adafruit GFX Library @ ^1.10.0
adafruit/Adafruit BusIO @ ^1.4.1
Wire