|
@ -1981,6 +1981,30 @@ upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
monitor_baud = 115200 |
|
|
monitor_baud = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
|
|
|
|
[env:neo-coolcam-power-plug-wifi] |
|
|
|
|
|
platform = ${common.platform} |
|
|
|
|
|
framework = arduino |
|
|
|
|
|
board = esp01_1m |
|
|
|
|
|
board_flash_mode = dout |
|
|
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
|
|
build_flags = ${common.build_flags} -DNEO_COOLCAM_POWER_PLUG_WIFI |
|
|
|
|
|
monitor_baud = 115200 |
|
|
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
|
|
|
|
[env:neo-coolcam-power-plug-wifi-ota] |
|
|
|
|
|
platform = ${common.platform} |
|
|
|
|
|
framework = arduino |
|
|
|
|
|
board = esp01_1m |
|
|
|
|
|
board_flash_mode = dout |
|
|
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
|
|
build_flags = ${common.build_flags} -DNEO_COOLCAM_POWER_PLUG_WIFI |
|
|
|
|
|
upload_speed = 115200 |
|
|
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------ |
|
|
# ------------------------------------------------------------------------------ |
|
|
# GENERIC OTA ENVIRONMENTS |
|
|
# GENERIC OTA ENVIRONMENTS |
|
|
# ------------------------------------------------------------------------------ |
|
|
# ------------------------------------------------------------------------------ |
|
@ -2151,4 +2175,4 @@ build_flags = ${common.build_flags_1m} -DTONBUX_MOSQUITO_KILLER |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
|
extra_scripts = ${common.extra_scripts} |