24 lines
684 B
INI
24 lines
684 B
INI
|
; PlatformIO Project Configuration File
|
||
|
;
|
||
|
; Build options: build flags, source filter
|
||
|
; Upload options: custom upload port, speed and extra flags
|
||
|
; Library options: dependencies, extra library storages
|
||
|
; Advanced options: extra scripting
|
||
|
;
|
||
|
; Please visit documentation for the other options and examples
|
||
|
; https://docs.platformio.org/page/projectconf.html
|
||
|
|
||
|
[env:esp]
|
||
|
platform = espressif32
|
||
|
board = esp-wrover-kit
|
||
|
framework = arduino
|
||
|
upload_port = COM3
|
||
|
monitor_port = COM3
|
||
|
monitor_speed = 115200
|
||
|
monitor_filters = esp32_exception_decoder
|
||
|
lib_deps =
|
||
|
zinggjm/GxEPD2@^1.5.2
|
||
|
khoih-prog/ESP_WifiManager@^1.12.1
|
||
|
adafruit/Adafruit GFX Library@^1.11.7
|
||
|
knolleary/PubSubClient@^2.8
|