cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user