Browse Source

updated platformio.ini with esplive

fastled
Mitchell A. Cox 7 years ago
parent
commit
e104319a30
1 changed files with 24 additions and 1 deletions
  1. +24
    -1
      code/platformio.ini

+ 24
- 1
code/platformio.ini View File

@ -1,5 +1,5 @@
[platformio] [platformio]
env_default = nodemcu-lolin
env_default = esplive
src_dir = espurna src_dir = espurna
data_dir = espurna/data data_dir = espurna/data
@ -886,6 +886,29 @@ upload_port = "192.168.4.1"
upload_flags = --auth=fibonacci --port 8266 upload_flags = --auth=fibonacci --port 8266
monitor_baud = 115200 monitor_baud = 115200
[env:esplive]
platform = espressif8266
framework = arduino
board = nodemcuv2
board_flash_mode = dout
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
build_flags = ${common.build_flags_1m} -DESPLIVE
monitor_baud = 115200
[env:esplive-ota]
platform = espressif8266
framework = arduino
board = nodemcuv2
board_flash_mode = dout
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
build_flags = ${common.build_flags_1m} -DESPLIVE
upload_speed = 115200
upload_port = "192.168.4.1"
upload_flags = --auth=fibonacci --port 8266
monitor_baud = 115200
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# GENERIC OTA ENVIRONMENTS # GENERIC OTA ENVIRONMENTS
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------


Loading…
Cancel
Save