mirror of
https://github.com/AlexGyver/GyverLamp2.git
synced 2025-08-09 01:20:59 +03:00
[platformio] Align configs with Arduino IDE
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user