ms 0524e7284d Fix spike detection bug causing stuck values
When a spike was detected in voltage, current, power, energy, or frequency,
the code sent previous values but never updated the prev_* variables.
This caused the system to get stuck reporting old values indefinitely
after any significant measurement change.

Now all prev_* variables are always updated after spike detection,
ensuring values can change again after being filtered.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 21:09:30 +01:00
2026-02-14 20:20:51 +01:00
2026-02-08 21:24:03 +01:00
2026-02-14 19:40:38 +01:00
Description
No description provided
299 KiB
Languages
HTML 43.7%
C 33.8%
Python 20.7%
Shell 1.8%