feat: harden errors, recovery, and resource usage

This commit is contained in:
2026-08-29 23:40:37 +03:00
parent c8e0c9168b
commit d67fd327c9
10 changed files with 525 additions and 32 deletions
+1
View File
@@ -29,6 +29,7 @@ typedef struct {
uint32_t largest_free_block_bytes;
uint8_t connected_clients;
uint16_t rejected_input;
int8_t reset_reason;
const char *wifi_state;
} http_api_health_t;