New baud rate selector

This commit is contained in:
Edward Firmo
2023-12-27 19:36:58 +01:00
parent 2528d3506e
commit 7fb322d4d8
2 changed files with 8 additions and 9 deletions

View File

@@ -111,8 +111,10 @@ First, you need to change the default password using this code.
# change OTA password, remove after flashing
esphome:
on_boot:
- lambda: |-
id(my_ota).set_auth_password("New password");
- priority: 601.0
then:
- lambda: |-
id(my_ota).set_auth_password("New password");
ota:
password: !secret wifi_password
id: my_ota