🎍 Updates reset reason mapping

This commit is contained in:
Rune Harlyk
2025-04-21 13:12:56 +02:00
parent e156b732eb
commit 8be7546eba
2 changed files with 33 additions and 19 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ void metrics(JsonObject &root);
void emitMetrics();
const char *resetReason(int reason);
const char *resetReason(esp_reset_reason_t reason);
} // namespace system_service
#endif