Set the Pio settings to actually work
This commit is contained in:
parent
776e73b258
commit
fcfe6b537a
1 changed files with 7 additions and 5 deletions
|
@ -9,9 +9,11 @@
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
platform = espressif8266
|
platform=espressif8266
|
||||||
board = esp8285
|
board=esp12e
|
||||||
framework = arduino
|
framework=arduino
|
||||||
|
board_build.mcu=esp8266
|
||||||
|
upload_speed=921600
|
||||||
|
|
||||||
[env:release]
|
[env:esp12e]
|
||||||
build_flags = -D RELEASE
|
build_flags=-D RELEASE
|
||||||
|
|
Loading…
Reference in a new issue