From 72f1da9ca4c5ee2692ceafd8b0e2260ccb37324f Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 4 Apr 2022 11:23:40 +0200 Subject: [PATCH] add reset reasons --- tasmota/support_esp.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/support_esp.ino b/tasmota/support_esp.ino index 4517350ad..9797d1859 100644 --- a/tasmota/support_esp.ino +++ b/tasmota/support_esp.ino @@ -382,6 +382,10 @@ String ESP32GetResetReason(uint32_t cpu_no) { case 17 : return F("Time Group1 reset CPU"); // 17 - TG1WDT_CPU_RESET case 18 : return F("Super watchdog reset digital core and rtc module"); // 18 - SUPER_WDT_RESET case 19 : return F("Glitch reset digital core and rtc module"); // 19 - GLITCH_RTC_RESET + case 20 : return F("Efuse reset digital core"); // 20 EFUSE_RESET + case 21 : return F("Usb uart reset digital core"); // 21 USB_UART_CHIP_RESET + case 22 : return F("Usb jtag reset digital core"); // 22 USB_JTAG_CHIP_RESET + case 23 : return F("Power glitch reset digital core and rtc module"); // 23 POWER_GLITCH_RESET } return F("No meaning"); // 0 and undefined