2020-02-10 11:24:04 +00:00
|
|
|
[env:lolin32]
|
2020-03-14 08:35:56 +00:00
|
|
|
;platform = espressif32
|
|
|
|
platform = https://github.com/platformio/platform-espressif32.git
|
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-02-29 18:46:05 +00:00
|
|
|
; 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
|
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
|
|
|
|
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 =
|
|
|
|
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-16 16:55:50 +00:00
|
|
|
https://github.com/kikuchan/pngle.git
|
2020-03-28 11:02:11 +00:00
|
|
|
#TJpg_Decoder@~0.0.3
|
|
|
|
JPEGDecoder@~1.8.0
|
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
|