mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
Merge branch 'integration' into memory_api
This commit is contained in:
@@ -18,7 +18,7 @@ void SafeModeComponent::dump_config() {
|
|||||||
ESP_LOGCONFIG(TAG,
|
ESP_LOGCONFIG(TAG,
|
||||||
"Safe Mode:\n"
|
"Safe Mode:\n"
|
||||||
" Successful after: %" PRIu32 "s\n"
|
" Successful after: %" PRIu32 "s\n"
|
||||||
" Attempts: %u\n"
|
" Invoke after: %u attempts\n"
|
||||||
" Duration: %" PRIu32 "s",
|
" Duration: %" PRIu32 "s",
|
||||||
this->safe_mode_boot_is_good_after_ / 1000, // because milliseconds
|
this->safe_mode_boot_is_good_after_ / 1000, // because milliseconds
|
||||||
this->safe_mode_num_attempts_,
|
this->safe_mode_num_attempts_,
|
||||||
|
Reference in New Issue
Block a user