This commit is contained in:
2025-07-22 12:17:00 +02:00
parent 84276dd1e5
commit aa198c5991
9 changed files with 431 additions and 359 deletions

View File

@@ -17,16 +17,18 @@ framework = arduino
; framework = espidf
monitor_speed = 9600
; upload_port = COM8
build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MODE=1
build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_MODE=1 -Wunused -Wall -Wextra
; upload_protocol = espota
; upload_port = 192.168.2.136
; upload_port = 192.168.2.128
; upload_port = 192.168.2.145
; upload_port = 192.168.2.177
upload_port = 192.168.2.177
; upload_port = 192.168.2.33
;board_build.partitions = huge_app.csv
board_build.partitions = min_spiffs.csv
check_tool = clangtidy
check_flags =
clangtidy: --checks=clang-analyser-*, -Wunused-variable
; [env:custom_table]
; platform = espressif32