|
@ -4,6 +4,8 @@ src_dir = espurna |
|
|
data_dir = espurna/data |
|
|
data_dir = espurna/data |
|
|
|
|
|
|
|
|
[common] |
|
|
[common] |
|
|
|
|
|
build_flags = -g -DDEBUG_PORT=Serial -DMQTT_MAX_PACKET_SIZE=400 |
|
|
|
|
|
build_flags_1m128 = ${common.build_flags} -Wl,-Tesp8266.flash.1m128.ld |
|
|
lib_deps = |
|
|
lib_deps = |
|
|
DHT sensor library |
|
|
DHT sensor library |
|
|
Adafruit Unified Sensor |
|
|
Adafruit Unified Sensor |
|
@ -36,7 +38,7 @@ board = d1_mini |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DD1_RELAYSHIELD -DDEBUG_PORT=Serial -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DD1_RELAYSHIELD -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
[env:d1-debug-ota] |
|
|
[env:d1-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -45,7 +47,7 @@ board = d1_mini |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DD1_RELAYSHIELD -DDEBUG_PORT=Serial -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DD1_RELAYSHIELD -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -57,7 +59,7 @@ board = nodemcuv2 |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DNODEMCUV2 -DDEBUG_PORT=Serial -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DNODEMCUV2 -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
[env:node-debug-ota] |
|
|
[env:node-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -66,7 +68,7 @@ board = nodemcuv2 |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DNODEMCUV2 -DDEBUG_PORT=Serial -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DNODEMCUV2 -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -78,7 +80,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF |
|
|
|
|
|
|
|
|
[env:sonoff-debug-ota] |
|
|
[env:sonoff-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -87,7 +89,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -99,7 +101,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_DHT=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF -DENABLE_DHT=1 |
|
|
|
|
|
|
|
|
[env:sonoff-ds18b20-debug] |
|
|
[env:sonoff-ds18b20-debug] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -108,19 +110,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_DS18B20=1 |
|
|
|
|
|
|
|
|
|
|
|
[env:sonoff-ds18b20-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 -DSONOFF -DENABLE_DS18B20=1 |
|
|
|
|
|
upload_speed = 115200 |
|
|
|
|
|
upload_port = "192.168.4.1" |
|
|
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF -DENABLE_DS18B20=1 |
|
|
|
|
|
|
|
|
[env:sonoff-pow-debug] |
|
|
[env:sonoff-pow-debug] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -129,7 +119,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF_POW |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_POW |
|
|
|
|
|
|
|
|
[env:sonoff-pow-debug-ota] |
|
|
[env:sonoff-pow-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -138,7 +128,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF_POW |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_POW |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -150,7 +140,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DSONOFF_DUAL |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_DUAL |
|
|
|
|
|
|
|
|
[env:sonoff-dual-debug-ota] |
|
|
[env:sonoff-dual-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -159,7 +149,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DSONOFF_DUAL |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_DUAL |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -171,7 +161,7 @@ board = esp8285 |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF_4CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_4CH |
|
|
|
|
|
|
|
|
[env:sonoff-4ch-debug-ota] |
|
|
[env:sonoff-4ch-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -180,7 +170,7 @@ board = esp8285 |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF_4CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_4CH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -192,7 +182,7 @@ board = esp8285 |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF_TOUCH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_TOUCH |
|
|
|
|
|
|
|
|
[env:sonoff-touch-debug-ota] |
|
|
[env:sonoff-touch-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -201,7 +191,7 @@ board = esp8285 |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF_TOUCH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_TOUCH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -213,7 +203,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSLAMPHER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSLAMPHER |
|
|
|
|
|
|
|
|
[env:slampher-debug-ota] |
|
|
[env:slampher-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -222,7 +212,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSLAMPHER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSLAMPHER |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -234,7 +224,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DS20 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DS20 |
|
|
|
|
|
|
|
|
[env:s20-debug-ota] |
|
|
[env:s20-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -243,7 +233,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DS20 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DS20 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -255,7 +245,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DITEAD_1CH_INCHING |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DITEAD_1CH_INCHING |
|
|
|
|
|
|
|
|
[env:1ch-inching-debug-ota] |
|
|
[env:1ch-inching-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -264,7 +254,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DITEAD_1CH_INCHING |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DITEAD_1CH_INCHING |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -276,7 +266,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DITEAD_MOTOR |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DITEAD_MOTOR |
|
|
|
|
|
|
|
|
[env:motor-debug-ota] |
|
|
[env:motor-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -285,7 +275,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DITEAD_MOTOR |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DITEAD_MOTOR |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -297,7 +287,7 @@ board = esp12e |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DDEBUG_PORT=Serial -DESP_RELAY_BOARD -DENABLE_DHT=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DESP_RELAY_BOARD -DENABLE_DHT=1 |
|
|
|
|
|
|
|
|
[env:electrodragon-debug-ota] |
|
|
[env:electrodragon-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -306,7 +296,7 @@ board = esp12e |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DDEBUG_PORT=Serial -DESP_RELAY_BOARD -DENABLE_DHT=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DESP_RELAY_BOARD -DENABLE_DHT=1 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -318,7 +308,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DECOPLUG |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DECOPLUG |
|
|
|
|
|
|
|
|
[env:ecoplug-debug-ota] |
|
|
[env:ecoplug-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -327,7 +317,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DECOPLUG |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DECOPLUG |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -335,20 +325,20 @@ upload_flags = --auth=fibonacci --port 8266 |
|
|
[env:jangoe-debug] |
|
|
[env:jangoe-debug] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
|
framework = arduino |
|
|
framework = arduino |
|
|
board = esp01_1m |
|
|
|
|
|
|
|
|
board = esp12e |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DWIFI_RELAY_NC |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DWIFI_RELAY_NC |
|
|
|
|
|
|
|
|
[env:jangoe-debug-ota] |
|
|
[env:jangoe-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
|
framework = arduino |
|
|
framework = arduino |
|
|
board = esp01_1m |
|
|
|
|
|
|
|
|
board = esp12e |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DWIFI_RELAY_NC |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DWIFI_RELAY_NC |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -360,7 +350,7 @@ board = esp_wroom_02 |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DMQTT_RELAY -DENABLE_DS18B20=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DMQTT_RELAY -DENABLE_DS18B20=1 |
|
|
|
|
|
|
|
|
[env:mqtt-relay-debug-ota] |
|
|
[env:mqtt-relay-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -369,7 +359,7 @@ board = esp_wroom_02 |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DMQTT_RELAY -DENABLE_DS18B20=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags} -DMQTT_RELAY -DENABLE_DS18B20=1 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
@ -381,7 +371,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DWIFI_RELAYS_BOARD_KIT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DWIFI_RELAYS_BOARD_KIT |
|
|
|
|
|
|
|
|
[env:wifi-relays-debug-ota] |
|
|
[env:wifi-relays-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -390,7 +380,7 @@ board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DWIFI_RELAYS_BOARD_KIT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DWIFI_RELAYS_BOARD_KIT |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |