new reboot reasons

This commit is contained in:
Tester23
2024-03-09 22:33:25 +01:00
parent 21ec787ca2
commit e833f80494

View File

@ -885,6 +885,10 @@ typedef enum {
s = "Rbt";
else if (i == 2)
s = "Wdt";
else if (i == 3)
s = "Pin Interrupt";
else if (i == 4)
s = "Sleep Timer";
hprintf255(request, "<h5>Reboot reason: %i - %s</h5>", i, s);
}
#elif PLATFORM_BL602