|
@ -5,7 +5,8 @@ data_dir = espurna/data |
|
|
|
|
|
|
|
|
[common] |
|
|
[common] |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DMQTT_MAX_PACKET_SIZE=400 |
|
|
build_flags = -g -DDEBUG_PORT=Serial -DMQTT_MAX_PACKET_SIZE=400 |
|
|
build_flags_1m128 = ${common.build_flags} -Wl,-Tesp8266.flash.1m128.ld |
|
|
|
|
|
|
|
|
build_flags_512k = ${common.build_flags} -Wl,-Tesp8266.flash.512k0.ld |
|
|
|
|
|
build_flags_1m = ${common.build_flags} -Wl,-Tesp8266.flash.1m0.ld |
|
|
lib_deps = |
|
|
lib_deps = |
|
|
DHT sensor library |
|
|
DHT sensor library |
|
|
Adafruit Unified Sensor |
|
|
Adafruit Unified Sensor |
|
@ -25,7 +26,7 @@ lib_deps = |
|
|
https://bitbucket.org/xoseperez/fauxmoesp.git#2.1.0 |
|
|
https://bitbucket.org/xoseperez/fauxmoesp.git#2.1.0 |
|
|
https://bitbucket.org/xoseperez/nofuss.git#0.2.2 |
|
|
https://bitbucket.org/xoseperez/nofuss.git#0.2.2 |
|
|
https://bitbucket.org/xoseperez/emonliteesp.git#0.1.2 |
|
|
https://bitbucket.org/xoseperez/emonliteesp.git#0.1.2 |
|
|
https://bitbucket.org/xoseperez/debounceevent.git#2.0.0 |
|
|
|
|
|
|
|
|
https://bitbucket.org/xoseperez/debounceevent.git#2.0.1 |
|
|
https://github.com/xoseperez/my9291#1.0.0 |
|
|
https://github.com/xoseperez/my9291#1.0.0 |
|
|
https://github.com/xoseperez/RemoteSwitch-arduino-library.git |
|
|
https://github.com/xoseperez/RemoteSwitch-arduino-library.git |
|
|
lib_ignore = |
|
|
lib_ignore = |
|
@ -37,7 +38,6 @@ framework = arduino |
|
|
board = d1_mini |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -DD1_MINI -DENABLE_DS18B20=1 -DDS_PIN=14 -DENABLE_ADC_VCC=0 -DMQTT_USE_ASYNC=0 -DENABLE_ANALOG=1 -DNOWSAUTH |
|
|
build_flags = ${common.build_flags} -DD1_MINI -DENABLE_DS18B20=1 -DDS_PIN=14 -DENABLE_ADC_VCC=0 -DMQTT_USE_ASYNC=0 -DENABLE_ANALOG=1 -DNOWSAUTH |
|
|
|
|
|
|
|
|
[env:d1-debug] |
|
|
[env:d1-debug] |
|
@ -46,7 +46,6 @@ framework = arduino |
|
|
board = d1_mini |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -DD1_RELAYSHIELD -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
build_flags = ${common.build_flags} -DD1_RELAYSHIELD -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
[env:d1-debug-ota] |
|
|
[env:d1-debug-ota] |
|
@ -55,7 +54,6 @@ framework = arduino |
|
|
board = d1_mini |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -DD1_RELAYSHIELD -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" |
|
@ -67,7 +65,6 @@ framework = arduino |
|
|
board = nodemcuv2 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -DNODEMCUV2 -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
build_flags = ${common.build_flags} -DNODEMCUV2 -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
[env:node-debug-ota] |
|
|
[env:node-debug-ota] |
|
@ -76,7 +73,6 @@ framework = arduino |
|
|
board = nodemcuv2 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -DNODEMCUV2 -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" |
|
@ -88,7 +84,6 @@ framework = arduino |
|
|
board = esp12e |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -DESPURNA_H |
|
|
build_flags = ${common.build_flags} -DESPURNA_H |
|
|
|
|
|
|
|
|
[env:espurna-debug-ota] |
|
|
[env:espurna-debug-ota] |
|
@ -97,7 +92,6 @@ framework = arduino |
|
|
board = esp12e |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -DESPURNA_H |
|
|
build_flags = ${common.build_flags} -DESPURNA_H |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
@ -109,8 +103,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DSONOFF |
|
|
|
|
|
|
|
|
[env:sonoff-debug-ota] |
|
|
[env:sonoff-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -118,8 +111,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -130,8 +122,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF -DENABLE_DHT=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DSONOFF -DENABLE_DHT=1 |
|
|
|
|
|
|
|
|
[env:sonoff-ds18b20-debug] |
|
|
[env:sonoff-ds18b20-debug] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -139,8 +130,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF -DENABLE_DS18B20=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DSONOFF -DENABLE_DS18B20=1 |
|
|
|
|
|
|
|
|
[env:sonoff-pow-debug] |
|
|
[env:sonoff-pow-debug] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -148,8 +138,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_POW |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DSONOFF_POW |
|
|
|
|
|
|
|
|
[env:sonoff-pow-debug-ota] |
|
|
[env:sonoff-pow-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -157,8 +146,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_POW |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -169,8 +157,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_DUAL |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DSONOFF_DUAL |
|
|
|
|
|
|
|
|
[env:sonoff-dual-debug-ota] |
|
|
[env:sonoff-dual-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -178,8 +165,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_DUAL |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -190,8 +176,7 @@ framework = arduino |
|
|
board = esp8285 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_4CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DSONOFF_4CH |
|
|
|
|
|
|
|
|
[env:sonoff-4ch-debug-ota] |
|
|
[env:sonoff-4ch-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -199,8 +184,7 @@ framework = arduino |
|
|
board = esp8285 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_4CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -211,8 +195,7 @@ framework = arduino |
|
|
board = esp8285 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_TOUCH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DSONOFF_TOUCH |
|
|
|
|
|
|
|
|
[env:sonoff-touch-debug-ota] |
|
|
[env:sonoff-touch-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -220,8 +203,7 @@ framework = arduino |
|
|
board = esp8285 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSONOFF_TOUCH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -232,8 +214,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSLAMPHER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DSLAMPHER |
|
|
|
|
|
|
|
|
[env:slampher-debug-ota] |
|
|
[env:slampher-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -241,8 +222,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DSLAMPHER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -253,8 +233,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DS20 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DS20 |
|
|
|
|
|
|
|
|
[env:s20-debug-ota] |
|
|
[env:s20-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -262,8 +241,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DS20 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -274,8 +252,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DITEAD_1CH_INCHING |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DITEAD_1CH_INCHING |
|
|
|
|
|
|
|
|
[env:1ch-inching-debug-ota] |
|
|
[env:1ch-inching-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -283,8 +260,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DITEAD_1CH_INCHING |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -295,8 +271,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DITEAD_MOTOR |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DITEAD_MOTOR |
|
|
|
|
|
|
|
|
[env:motor-debug-ota] |
|
|
[env:motor-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -304,8 +279,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DITEAD_MOTOR |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -316,7 +290,6 @@ framework = arduino |
|
|
board = esp12e |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -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] |
|
@ -325,7 +298,6 @@ framework = arduino |
|
|
board = esp12e |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -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" |
|
@ -337,8 +309,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DECOPLUG |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DECOPLUG |
|
|
|
|
|
|
|
|
[env:ecoplug-debug-ota] |
|
|
[env:ecoplug-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -346,8 +317,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DECOPLUG |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -358,7 +328,6 @@ framework = arduino |
|
|
board = esp12e |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -DWIFI_RELAY_NC |
|
|
build_flags = ${common.build_flags} -DWIFI_RELAY_NC |
|
|
|
|
|
|
|
|
[env:jangoe-debug-ota] |
|
|
[env:jangoe-debug-ota] |
|
@ -367,7 +336,6 @@ framework = arduino |
|
|
board = esp12e |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -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" |
|
@ -379,7 +347,6 @@ framework = arduino |
|
|
board = esp_wroom_02 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -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] |
|
@ -388,7 +355,6 @@ framework = arduino |
|
|
board = esp_wroom_02 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags} -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" |
|
@ -400,8 +366,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DWIFI_RELAYS_BOARD_KIT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DWIFI_RELAYS_BOARD_KIT |
|
|
|
|
|
|
|
|
[env:wifi-relays-debug-ota] |
|
|
[env:wifi-relays-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -409,8 +374,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DWIFI_RELAYS_BOARD_KIT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -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 |
|
@ -421,8 +385,7 @@ framework = arduino |
|
|
board = esp8285 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DAI_LIGHT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DAI_LIGHT |
|
|
|
|
|
|
|
|
[env:ai-light-debug-ota] |
|
|
[env:ai-light-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -430,8 +393,7 @@ framework = arduino |
|
|
board = esp8285 |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DAI_LIGHT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DAI_LIGHT |
|
|
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 |
|
@ -442,8 +404,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DLED_CONTROLLER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DLED_CONTROLLER |
|
|
|
|
|
|
|
|
[env:led-controller-debug-ota] |
|
|
[env:led-controller-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -451,8 +412,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DLED_CONTROLLER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m} -DLED_CONTROLLER |
|
|
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 |
|
@ -463,7 +423,6 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DH801_LED_CONTROLLER -DDEBUG_PORT=Serial1 |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DH801_LED_CONTROLLER -DDEBUG_PORT=Serial1 |
|
|
|
|
|
|
|
|
[env:h801-debug-ota] |
|
|
[env:h801-debug-ota] |
|
@ -472,7 +431,6 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
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 |
|
|
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DH801_LED_CONTROLLER -DDEBUG_PORT=Serial1 |
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DH801_LED_CONTROLLER -DDEBUG_PORT=Serial1 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|