|
Aquarium Cooling Controller
ESP32 firmware for aquarium cooling fan control, monitoring, telemetry, and fault handling.
|
Fault detection thresholds for fan RPM plausibility. More...
#include <fault_monitor.h>
Fault detection thresholds for fan RPM plausibility.
The mismatch and match counters define how many consecutive samples are required before the monitor changes state. This keeps the policy layer simple: it only needs to consume the latched result from the latest snapshot.