transfered devenv to Ubuntu for iris-kit

This commit is contained in:
strawmanbobi
2022-06-29 09:47:31 +08:00
parent 49844e1d0c
commit 566b52c472

View File

@@ -18,16 +18,16 @@ platform = espressif8266
framework = arduino
monitor_speed = 115200
upload_speed = 115200
upload_port = COM5
monitor_port = COM5
upload_port = /dev/ttyUSB0
monitor_port = /dev/ttyUSB0
board_build.flash_mode = dout
build_flags =
-Wno-unused-function
-Wno-unused-variable
-DLOG_DEBUG=1
-DLOG_INFO=1
-DLOG_ERROR=1
-I${common.workspace}/lib/IRext/include
-Wno-unused-variable
-DLOG_DEBUG=1
-DLOG_INFO=1
-DLOG_ERROR=1
-I${common.workspace}/lib/IRext/include
[env:esp8266-1m-base]
board = ${common.board_1m}