transfered devenv to Ubuntu for iris-kit
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user