You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
824 B
INI

4 years ago
[env:lolin32]
platform = espressif32
4 years ago
board = lolin32
framework = arduino
monitor_speed = 115200
4 years ago
monitor_filters = esp32_exception_decoder
board_build.partitions = partitions_pd.csv
4 years ago
build_flags = -DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
4 years ago
# OTA
4 years ago
;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
4 years ago
lib_deps =
GxEPD2
Adafruit GFX Library
ArduinoNvs
ESP Async WebServer
ArduinoJson
4 years ago
https://github.com/kikuchan/pngle.git
JPEGDecoder@~1.8.0
Wire
ArduinoUniqueID@~1.0.9
4 years ago
4 years ago
# 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