FlipDot_Telegram/platformio.ini
2026-01-07 02:07:21 +01:00

24 lines
737 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps =
witnessmenow/UniversalTelegramBot @ ~1.3.0
adafruit/Adafruit GFX Library @ ~1.12.3
knolleary/PubSubClient @ ~2.8
build_flags=-DTELEGRAM_DEBUG
; OTA update path: hostname is flipdottelegram.fritz.box
upload_protocol = espota
upload_port = 172.30.30.50