[platformio] Align configs with Arduino IDE

This commit is contained in:
Paul Vakhrushev
2021-02-28 21:47:00 +00:00
parent f69566e175
commit 263da7a680
7 changed files with 55 additions and 12 deletions

View File

@@ -8,9 +8,25 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp8266]
[platformio]
default_envs = debug
[env]
platform = espressif8266
board = esp12e
board = d1_mini
board_build.ldscript = eagle.flash.4m2m.ld
board_build.flash_mode = dout
framework = arduino
upload_speed = 460800
monitor_speed = 115200
lib_deps = fastled/FastLED@^3.4.0
[env:release]
[env:debug]
build_type = debug
build_flags = -D DEBUG_SERIAL_LAMP
[env:wireless]
upload_protocol = espota
upload_port = 192.168.8.164