|
@ -41,6 +41,15 @@ lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
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-ssl-debug] |
|
|
|
|
|
platform = espressif8266_stage |
|
|
|
|
|
framework = arduino |
|
|
|
|
|
board = d1_mini |
|
|
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
|
|
extra_script = pio_hooks.py |
|
|
|
|
|
build_flags = ${common.build_flags} -DD1_RELAYSHIELD -DDEBUG_FAUXMO=Serial -DNOWSAUTH -DASYNC_TCP_SSL_ENABLED=1 |
|
|
|
|
|
|
|
|
[env:d1-debug-ota] |
|
|
[env:d1-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
|
framework = arduino |
|
|
framework = arduino |
|
|