Raumtempregler/Raumtermostat/platformio.ini
Moirtz Wagner da827054a7 Bugfix and QOL update
- Added watchdog to ensure 1.5 minutes evaluation of temperatur
- added boot time output to MQTT ti track reboots
- keep chosen set temp during resets (only power loss will result in reading the default temp from flash)
- Add smaller case to fit concrete wall housings
- added command to upload firmware to all targets as comment in platformio.ini
2025-10-09 19:51:18 +02:00

29 lines
1.0 KiB
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:seeed_xiao_esp32c3]
platform = espressif32@6.10.0
board = seeed_xiao_esp32c3
monitor_speed = 115200
framework = arduino
board_build.partitions = min_spiffs.csv
upload_protocol = espota
upload_port = TMP-EG-Bad.fritz.box
lib_deps =
moononournation/GFX Library for Arduino@^1.5.3
lvgl/lvgl@^9.2.2
finitespace/BME280@^3.0.0
tzapu/WiFiManager@^2.0.17
build_flags =
-D LV_CONF_INCLUDE_SIMPLE
-D LV_LVGL_H_INCLUDE_SIMPLE
-I src
;to install on all targets:
;(pio run -t nobuild -t upload --upload-port TMP-EG-WoZi.fritz.box) -and (pio run -t nobuild -t upload --upload-port TMP-EG-Florian.fritz.box) -and (pio run -t nobuild -t upload --upload-port TMP-EG-Bad.fritz.box)