mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
Update esphome/components/debug/debug_esp32.cpp
Co-authored-by: Ramil Valitov <ramilvalitov@gmail.com>
This commit is contained in:
parent
00ef64f543
commit
c7dd33d359
1 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,8 @@ std::string DebugComponent::get_reset_reason_() {
|
|||
case ESP_RST_CPU_LOCKUP:
|
||||
reset_reason = "Reset due to CPU lock up (double exception)";
|
||||
break;
|
||||
#endif
|
||||
#endif // ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 4, 5)
|
||||
#endif // USE_ESP32
|
||||
default:
|
||||
reset_reason = "Software Reset CPU";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue