File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -250,9 +250,6 @@ tools.esptool_py.upload.network_pattern={network_cmd} -i "{serial.port}" -p "{ne
250
250
## Upload Sketch Through OTA (Arduino IDE 2.x)
251
251
## -------------------------------------------
252
252
tools.esp_ota.upload.protocol=network
253
- ## Following command does not work currently, because port properties are lost and auth dialog does not permit empty fields
254
- #tools.esp_ota.upload.field.password=Password
255
- #tools.esp_ota.upload.field.password.secret=true
256
- #tools.esp_ota.upload.pattern={cmd} -i "{upload.port.address}" -p "{upload.port.properties.port}" "--auth={upload.field.password}" -f "{build.path}/{build.project_name}.bin"
257
- ## So we do basic default OTA on port 3232 and no auth
258
- tools.esp_ota.upload.pattern={cmd} -i "{upload.port.address}" -f "{build.path}/{build.project_name}.bin"
253
+ tools.esp_ota.upload.field.password=Password
254
+ tools.esp_ota.upload.field.password.secret=true
255
+ tools.esp_ota.upload.pattern={cmd} -i {upload.port.address} -p {upload.port.properties.port} --auth={upload.field.password} -f "{build.path}/{build.project_name}.bin"
You can’t perform that action at this time.
0 commit comments