|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Hardware-health diagnostics: rail droop, SPI CRC backoff, GPIO short, cap leakage (DETWS_ENABLE_HW_HEALTH). More...
Go to the source code of this file.
Hardware-health diagnostics: rail droop, SPI CRC backoff, GPIO short, cap leakage (DETWS_ENABLE_HW_HEALTH).
Four pure decision cores an app feeds with samples it reads from the hardware (ADC millivolts, a SPI CRC pass/fail, a driven-vs-readback GPIO level, a capacitor decay time). Each turns raw measurements into an actionable verdict for a "/health" panel or a fail-safe hook, without touching a peripheral itself:
Pure, zero heap, no stdlib, host-testable.
Definition in file hw_health.h.