1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-18 07:45:56 +00:00

[debug] Show source of last software reboot (#8595)

This commit is contained in:
Clyde Stubbs
2025-05-05 14:31:37 +10:00
committed by GitHub
parent e7a2b395fd
commit b8d83d0765
6 changed files with 37 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#include "debug_component.h"
#include <algorithm>
#include "esphome/core/application.h"
#include "esphome/core/log.h"
#include "esphome/core/hal.h"
#include "esphome/core/helpers.h"