29 lines
1.6 KiB
INI
29 lines
1.6 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-WoZi.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) -and (pio run -t nobuild -t upload --upload-port TMP-OG-Bad.fritz.box) -and (pio run -t nobuild -t upload --upload-port TMP-OG-Buero.fritz.box) -and (pio run -t nobuild -t upload --upload-port TMP-OG-KiZi.fritz.box) -and (pio run -t nobuild -t upload --upload-port TMP-OGSchlafen.fritz.box) -and (pio run -t nobuild -t upload --upload-port TMP-OGWoZi.fritz.box) -and (pio run -t nobuild -t upload --upload-port TMP-UG-Bad.fritz.box) -and (pio run -t nobuild -t upload --upload-port TMP-UG-Buero.fritz.box) -and (pio run -t nobuild -t upload --upload-port TMP-UG-Kueche.fritz.box) |