get rid of all compile warnings

This commit is contained in:
strawmanbobi
2022-01-30 11:24:38 +08:00
parent 6732258bda
commit c98574dbe5
8 changed files with 17 additions and 17 deletions

View File

@@ -18,12 +18,12 @@ framework = arduino
monitor_speed = 115200
upload_speed = 115200
board_build.flash_mode = dout
build_flags =
build_flags =
-Wno-unused-function
-Wno-unused-variable
-DLOG_DEBUG=1
-DLOG_INFO=1
-DLOG_ERROR=1
upload_port = COM7
monitor_port = COM7
[env:esp8266-1m-base]
board = ${common.board_1m}