mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Configurable OTA Safe Mode (#1393)
This commit is contained in:
@@ -154,6 +154,8 @@ ota:
|
||||
safe_mode: True
|
||||
password: 'superlongpasswordthatnoonewillknow'
|
||||
port: 3286
|
||||
reboot_timeout: 2min
|
||||
num_attempts: 5
|
||||
|
||||
logger:
|
||||
baud_rate: 0
|
||||
|
@@ -40,6 +40,7 @@ uart:
|
||||
ota:
|
||||
safe_mode: True
|
||||
port: 3286
|
||||
num_attempts: 15
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
|
@@ -204,6 +204,7 @@ uart:
|
||||
ota:
|
||||
safe_mode: True
|
||||
port: 3286
|
||||
reboot_timeout: 15min
|
||||
|
||||
logger:
|
||||
hardware_uart: UART1
|
||||
|
Reference in New Issue
Block a user