|
@ -40,6 +40,7 @@ board = d1_mini |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags} -DWEMOS_D1_MINI_RELAYSHIELD -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
build_flags = ${common.build_flags} -DWEMOS_D1_MINI_RELAYSHIELD -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
upload_speed = 460800 |
|
|
|
|
|
|
|
|
[env:wemos-d1mini-relayshield-ota] |
|
|
[env:wemos-d1mini-relayshield-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -59,6 +60,7 @@ board = nodemcuv2 |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags} -DNODEMCU_LOLIN -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
build_flags = ${common.build_flags} -DNODEMCU_LOLIN -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
upload_speed = 460800 |
|
|
|
|
|
|
|
|
[env:nodemcu-lolin-ota] |
|
|
[env:nodemcu-lolin-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -80,6 +82,7 @@ board = esp12e |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags} -DTINKERMAN_ESPURNA_H |
|
|
build_flags = ${common.build_flags} -DTINKERMAN_ESPURNA_H |
|
|
|
|
|
upload_speed = 460800 |
|
|
|
|
|
|
|
|
[env:tinkerman-espurna-h-ota] |
|
|
[env:tinkerman-espurna-h-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
|