|
|
@ -11,11 +11,11 @@ data_dir = espurna/data |
|
|
|
# |
|
|
|
# platformIO 1.5.0 = arduino core 2.3.0 |
|
|
|
# platformIO 1.6.0 = arduino core 2.4.0 |
|
|
|
# platformIO 1.7.2 = arduino core 2.4.1 |
|
|
|
# platformIO 1.7.3 = arduino core 2.4.1 |
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
platform_150 = espressif8266@1.5.0 |
|
|
|
platform_160 = espressif8266@1.6.0 |
|
|
|
platform_172 = espressif8266@1.7.2 |
|
|
|
platform_173 = espressif8266@1.7.3 |
|
|
|
platform = ${common.platform_150} |
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------ |
|
|
@ -48,10 +48,10 @@ build_flags_4m3m = ${common.build_flags} -Wl,-Teagle.flash.4m3m4s.ld |
|
|
|
# GLOBALS: |
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
# IP address when using OTA |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
|
#upload_port = "${env.ESPURNA_IP}" |
|
|
|
#upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
#upload_port = "192.168.4.1" |
|
|
|
#upload_flags = --auth=fibonacci --port 8266 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
# LIBRARIES: required dependencies |
|
|
@ -123,8 +123,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -D${env.ESPURNA_BOARD} |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:esp8266-4m-ota] |
|
|
@ -136,8 +136,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -D${env.ESPURNA_BOARD} |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------ |
|
|
@ -154,7 +154,7 @@ monitor_speed = 115200 |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:travis02] |
|
|
|
platform = ${common.platform} |
|
|
|
platform = ${common.platform_173} |
|
|
|
framework = arduino |
|
|
|
board = esp12e |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
@ -164,7 +164,7 @@ monitor_speed = 115200 |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:travis03] |
|
|
|
platform = espressif8266@1.6.0 |
|
|
|
platform = ${common.platform_173} |
|
|
|
framework = arduino |
|
|
|
board = esp12e |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
@ -189,7 +189,7 @@ monitor_speed = 115200 |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:wemos-d1mini-relayshield-ssl] |
|
|
|
platform = espressif8266@1.6.0 |
|
|
|
platform = ${common.platform_173} |
|
|
|
framework = arduino |
|
|
|
board = d1_mini |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
@ -223,7 +223,7 @@ monitor_speed = 115200 |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:nodemcu-lolin-ssl] |
|
|
|
platform = espressif8266@1.6.0 |
|
|
|
platform = ${common.platform_173} |
|
|
|
framework = arduino |
|
|
|
board = nodemcuv2 |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
@ -770,8 +770,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_RFBRIDGE -DRFB_DIRECT |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
monitor_speed = 19200 |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
@ -920,8 +920,8 @@ board_build.flash_mode = dout |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_S31 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
monitor_speed = 115200 |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
@ -1686,8 +1686,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -DGIZWITS_WITTY_CLOUD |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:euromate-wifi-stecker-shuko] |
|
|
@ -1710,8 +1710,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -DEUROMATE_WIFI_STECKER_SCHUKO |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:tonbux-powerstrip02] |
|
|
@ -1734,8 +1734,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -DTONBUX_POWERSTRIP02 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:lingan-swa1] |
|
|
@ -1758,8 +1758,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -DLINGAN_SWA1 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:stm-relay] |
|
|
@ -1807,8 +1807,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DHEYGO_HY02 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:maxcio-wus002s] |
|
|
@ -1831,8 +1831,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DMAXCIO_WUS002S |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:yidian-xsssa05] |
|
|
@ -1855,8 +1855,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DYIDIAN_XSSSA05 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:tonbux-xsssa06] |
|
|
@ -1879,8 +1879,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DTONBUX_XSSSA06 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:green-esp8266relay] |
|
|
@ -1903,8 +1903,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -DGREEN_ESP8266RELAY |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:ike-espike] |
|
|
@ -1927,8 +1927,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -DIKE_ESPIKE |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:arniex-swifitch] |
|
|
@ -1951,8 +1951,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DARNIEX_SWIFITCH |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:zhilde-eu44-w] |
|
|
@ -1975,8 +1975,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DZHILDE_EU44_W |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
monitor_speed = 115200 |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
@ -2000,8 +2000,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DZLUANI_HVIO |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
monitor_speed = 115200 |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
@ -2025,8 +2025,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -DNEO_COOLCAM_NAS_WR01W |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:estink-wifi-power-strip] |
|
|
@ -2049,8 +2049,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_4m1m} -DESTINK_WIFI_POWER_STRIP |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------ |
|
|
@ -2077,8 +2077,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_RELAY_V40 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:generic-esp01s-rgbled-10] |
|
|
@ -2101,8 +2101,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_RGBLED_V10 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:generic-esp01s-dht11-10] |
|
|
@ -2125,8 +2125,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_DHT11_V10 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:generic-esp01s-ds18b20-10] |
|
|
@ -2149,8 +2149,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_DS18B20_V10 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:heltec-touch-relay] |
|
|
@ -2173,8 +2173,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DHELTEC_TOUCHRELAY |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:allnet-4duino-iot-wlan-relais] |
|
|
@ -2197,8 +2197,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DALLNET_4DUINO_IOT_WLAN_RELAIS |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:tonbux-mosquito-killer] |
|
|
@ -2221,8 +2221,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DTONBUX_MOSQUITO_KILLER |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:pilotak-esp-din-v1] |
|
|
@ -2245,8 +2245,8 @@ lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DPILOTAK_ESP_DIN_V1 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:nodemcu-geiger] |
|
|
@ -2271,8 +2271,8 @@ lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DNODEMCU_BASIC -DGEIGER_SUPPORT=1 -DEVENTS_SUPPORT=0 -DINFLUXDB_SUPPORT=1 -DALEXA_SUPPORT=0 -DALEXA_ENABLED=0 |
|
|
|
upload_speed = 460800 |
|
|
|
monitor_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:blitzwolf-bwshp2] |
|
|
@ -2297,8 +2297,8 @@ lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DBLITZWOLF_BWSHP2 |
|
|
|
upload_speed = 115200 |
|
|
|
monitor_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
[env:bh-onofre] |
|
|
@ -2323,6 +2323,6 @@ lib_ignore = ${common.lib_ignore} |
|
|
|
build_flags = ${common.build_flags_1m0m} -DBH_ONOFRE |
|
|
|
upload_speed = 460800 |
|
|
|
monitor_speed = 115200 |
|
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
|
upload_port = ${common.upload_port} |
|
|
|
upload_flags = ${common.upload_flags} |
|
|
|
extra_scripts = ${common.extra_scripts} |