EinkAnalog/platformio.ini

29 lines
798 B
INI
Raw Normal View History

2024-03-01 00:50:32 +01:00
; 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
2024-03-23 00:31:42 +01:00
[env]
2024-03-01 00:50:32 +01:00
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
2024-03-10 15:46:15 +01:00
lennarthennigs/Button2@^2.3.2
2024-03-23 00:31:42 +01:00
bblanchon/ArduinoJson@^7.0.4
[env:dev]
build_type = debug
debug_build_flags = -DDEBUG