New baud rate selector
This commit is contained in:
@@ -100,8 +100,10 @@ esp32:
|
||||
esphome:
|
||||
# change OTA password, remove after flashing
|
||||
on_boot:
|
||||
- lambda: |-
|
||||
id(my_ota).set_auth_password("New password");
|
||||
- priority: 601.0
|
||||
then:
|
||||
- lambda: |-
|
||||
id(my_ota).set_auth_password("New password");
|
||||
# Limit the amount of resources used for compiling
|
||||
compile_process_limit: 1
|
||||
|
||||
@@ -243,11 +245,6 @@ time:
|
||||
mode: auto
|
||||
target_temperature: 18°C
|
||||
|
||||
uart:
|
||||
# Set Nextion comms baud rate to 921600 bps
|
||||
- id: !extend tf_uart
|
||||
baud_rate: 9600
|
||||
|
||||
web_server:
|
||||
# Custom web server credentials
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user