7 lines
392 B
Plaintext
7 lines
392 B
Plaintext
|
|
||
|
# This configuration file supports the general ArduinoOTA library https://github.com/jandrassy/ArduinoOTA
|
||
|
|
||
|
tools.esptool_py.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA
|
||
|
tools.esptool_py.upload.network_pattern="{network_cmd}" -address {serial.port} -port 65280 -username arduino -password "{network.password}" -sketch "{build.path}/{build.project_name}.bin" -upload /sketch -b
|
||
|
|