2020-02-10 11:24:04 +00:00
|
|
|
[env:lolin32]
|
2020-11-01 15:18:50 +00:00
|
|
|
platform = espressif32
|
2020-02-10 11:24:04 +00:00
|
|
|
board = lolin32
|
|
|
|
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
|
2020-04-09 20:18:59 +00:00
|
|
|
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-02-29 18:46:05 +00:00
|
|
|
# OTA
|
2020-02-10 11:24:04 +00:00
|
|
|
;upload_port = 192.168.178.60
|
2020-02-10 22:14:54 +00:00
|
|
|
|
|
|
|
# lolin32
|
2020-03-11 20:19:08 +00:00
|
|
|
upload_speed = 921600
|
2020-12-24 11:21:50 +00:00
|
|
|
;upload_port = /dev/cu.SLAB_USBtoUART
|
2020-02-10 22:14:54 +00:00
|
|
|
|
|
|
|
# lolin32 lite
|
2020-03-11 20:19:08 +00:00
|
|
|
;upload_speed = 115200
|
2020-02-29 18:46:05 +00:00
|
|
|
;upload_port = /dev/cu.wchusbserial1460
|
2020-03-11 20:19:08 +00:00
|
|
|
;upload_port = /dev/cu.wchusbserial1410
|
2020-02-29 18:46:05 +00:00
|
|
|
|
2020-02-10 11:24:04 +00:00
|
|
|
|
|
|
|
lib_deps =
|
2020-11-01 15:18:50 +00:00
|
|
|
GxEPD2
|
2020-11-30 20:36:09 +00:00
|
|
|
Adafruit GFX Library
|
|
|
|
ArduinoNvs
|
|
|
|
ESP Async WebServer
|
|
|
|
ArduinoJson
|
2020-02-16 16:55:50 +00:00
|
|
|
https://github.com/kikuchan/pngle.git
|
2020-11-30 20:36:09 +00:00
|
|
|
JPEGDecoder@~1.8.0
|
|
|
|
Wire
|
|
|
|
ArduinoUniqueID@~1.0.9
|
|
|
|
Adafruit BusIO
|
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
|