smartPOC-tx/platformio.ini
2025-03-30 15:15:54 +02:00

29 lines
861 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:ttgo-lora32-v2]
platform = espressif32
board = ttgo-lora32-v2
board_build.embed_txtfiles =
data/index.html
data/script.js
data/style.css
framework = arduino
lib_deps =
jgromes/RadioLib@^7.1.2
ropg/ezTime@^0.8.3
esphome/AsyncTCP-esphome@^2.1.4
esphome/ESPAsyncWebServer-esphome@^3.3.0
bblanchon/ArduinoJson@^7.3.1
knolleary/PubSubClient@^2.8
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.6.1
monitor_speed = 115200
board_build.mcu = esp32
upload_speed = 921600