This commit is contained in:
Thaddeus Hughes
2026-06-10 16:40:27 -05:00
parent 85206e1dca
commit 20afd3d9ef
78 changed files with 3047 additions and 42944 deletions

View File

@@ -22,5 +22,12 @@
#define SC_ERR_RTC_NOT_SET 0x220
#define SC_ERR_LOW_BATTERY 0x230
#include "esp_err.h"
/* Human-readable name for an SC_ERR_* code (or ESP_OK). Used by FSM log
* messages and the web UI so error strings live in one place. Returns a
* literal — no allocation, safe to use anywhere. */
const char *sc_err_str(esp_err_t e);
#endif /* MAIN_SC_ERR_H_ */