mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
2b75aec6a6
Adds ability to update the firmware of non-SSH boards using TXT parameters from mDNS Three new TXT keys are added (defaults are capital): ssh_upload=YES/no tcp_check=YES/no auth_upload=yes/NO "ssh_upload" controls which Uploader should be used. Defaults to SSHUploader "tcp_check" controls wether TCP reachability test should be performed. Defaults to "yes". Boards that have few TCP ports available, can use "no" to skip the check and update over UDP (ESP8266 for example). "auth_upload" controls wether authentication is required (only for "ssh_upload=no"). One new pattern and two new variables are available. Var "network.port" resolves to the advertised by mDNS device port. Var "network.password" resolves to the entered device password if upload authentication is used, else it's empty string. Pattern "upload.network_pattern" is usable if the platform is using different tool/command to do network updates. If not defined, "upload.pattern" will be used instead. |
||
---|---|---|
.. | ||
lib | ||
src | ||
.classpath | ||
.editorconfig | ||
.gitignore | ||
.project | ||
build.xml |