mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-12 01:10:25 +00:00
40 lines
1.2 KiB
INI
40 lines
1.2 KiB
INI
[env:lolin32]
|
|
;platform = espressif32
|
|
platform = https://github.com/platformio/platform-espressif32.git
|
|
board = lolin32
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
monitor_filters = esp32_exception_decoder
|
|
; https://camo.githubusercontent.com/62eafe3a5c9bf3cdc31d6db740b7e58eaa1a3ab1/687474703a2f2f7777772e6275696c646c6f672e6e65742f626c6f672f77702d636f6e74656e742f75706c6f6164732f323032302f30322f6964655f73732e706e67
|
|
; https://docs.platformio.org/en/latest/platforms/espressif32.html#partition-tables
|
|
; https://github.com/espressif/arduino-esp32/tree/master/tools/partitions
|
|
; https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/partition-tables.html
|
|
board_build.partitions = no_ota.csv
|
|
|
|
# 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@~1.2.4
|
|
Adafruit GFX Library@~1.7.5
|
|
ArduinoNvs@~2.5
|
|
ESP Async WebServer@~1.2.3
|
|
ArduinoJson@~6.14.1
|
|
https://github.com/kikuchan/pngle.git
|
|
TJpg_Decoder@~0.0.3
|
|
|
|
# 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 |