Files
MqttMaster/platformio.ini
T
2026-05-13 19:35:30 +02:00

26 lines
677 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
;
; Temperatur messen und an MQTT senden
;
[env:dfrobot_firebeetle2_esp32e]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
framework = arduino
monitor_speed = 115200
monitor_filters =
default
time
lib_deps =
bblanchon/ArduinoJson@^7.2.0
ropg/ezTime@^0.8.3
hasenradball/AM2302-Sensor@^1.4.0
symlink:///home/kouros/work/workspace/micro/libraries/LocalNetworkManager
tzapu/WiFiManager@^2.0.17
256dpi/MQTT@^2.5.2