mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-10 02:07:03 +01:00
Added OTA environment for Itead 1CH board
This commit is contained in:
@@ -256,6 +256,18 @@ lib_ignore = ${common.lib_ignore}
|
||||
extra_script = pio_hooks.py
|
||||
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DITEAD_1CH_INCHING
|
||||
|
||||
[env:1ch-inching-debug-ota]
|
||||
platform = espressif8266
|
||||
framework = arduino
|
||||
board = esp01_1m
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore = ${common.lib_ignore}
|
||||
extra_script = pio_hooks.py
|
||||
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DITEAD_1CH_INCHING
|
||||
upload_speed = 115200
|
||||
upload_port = "192.168.4.1"
|
||||
upload_flags = --auth=fibonacci --port 8266
|
||||
|
||||
[env:electrodragon-debug]
|
||||
platform = espressif8266
|
||||
framework = arduino
|
||||
|
||||
Reference in New Issue
Block a user