update platformio.ini to new variables
This commit is contained in:
parent
02fabd3f91
commit
6f85557cc5
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,4 +4,5 @@
|
|||||||
.gcc-flags.json
|
.gcc-flags.json
|
||||||
*Thumbs.db
|
*Thumbs.db
|
||||||
/interface/build
|
/interface/build
|
||||||
/interface/node_modules
|
/interface/node_modules
|
||||||
|
.vscode
|
||||||
|
@ -13,7 +13,7 @@ board = esp12e
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
;upload_flags = --port=8266 --auth=esp-react
|
;upload_flags = --port=8266 --auth=esp-react
|
||||||
;upload_port = 192.168.0.6
|
;upload_port = 192.168.0.6
|
||||||
board_f_cpu = 160000000L
|
board_build.f_cpu = 160000000L
|
||||||
build_flags=
|
build_flags=
|
||||||
-D NO_GLOBAL_ARDUINOOTA
|
-D NO_GLOBAL_ARDUINOOTA
|
||||||
; -D ENABLE_CORS
|
; -D ENABLE_CORS
|
||||||
|
Loading…
Reference in New Issue
Block a user