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
|
||||
|
||||
[env]
|
||||
platform = espressif8266
|
||||
board = esp8285
|
||||
framework = arduino
|
||||
platform=espressif8266
|
||||
board=esp12e
|
||||
framework=arduino
|
||||
board_build.mcu=esp8266
|
||||
upload_speed=921600
|
||||
|
||||
[env:release]
|
||||
build_flags = -D RELEASE
|
||||
[env:esp12e]
|
||||
build_flags=-D RELEASE
|
||||
|
|
Loading…
Reference in a new issue