mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 12:57:19 +00:00
Add ota password option
This commit is contained in:
parent
ece3e08630
commit
db9c31936a
@ -50,14 +50,14 @@ monitor_port = COM9 ; Change to the correct port
|
||||
;upload_port = ${$env:d132-unoshield.monitor_port}
|
||||
upload_port = 192.168.4.4 ; IP of the ESP
|
||||
upload_protocol = espota ; Use ArduinoOTA after flashing over serial
|
||||
upload_flags = --port=3232
|
||||
upload_flags = --port=3232 ; --auth=haspadmin ; OTA password
|
||||
|
||||
[env:ttgo_esp32_poe-lolintft24]
|
||||
monitor_port = COM9 ; Change to the correct port
|
||||
;upload_port = ${env:ttgo_esp32_poe-lolintft24.monitor_port}
|
||||
upload_port = 192.168.4.5 ; IP of the ESP
|
||||
upload_protocol = espota ; Use ArduinoOTA after flashing over serial
|
||||
upload_flags = --port=3232
|
||||
upload_flags = --port=3232 ; --auth=haspadmin ; OTA password
|
||||
|
||||
[env:lolind32pro-lolintft24]
|
||||
monitor_port = COM3 ; Change to the correct port
|
||||
|
Loading…
x
Reference in New Issue
Block a user