Files
Sensor-Watch/watch-faces
Tim Douglas b178390e75 Fix ppm fractional display on finetune Frq page
The Frq page used remainderf to extract the fractional part of the
correction value, but remainderf rounds to the nearest integer and
returns negative results when the fraction exceeds 0.5. This caused
values like 0.965 ppm to render as " 0-350" instead of " 09650".
Switch to fmodf, matching the DELtA page above.
2026-05-26 23:15:06 -04:00
..
2026-04-16 11:01:48 -04:00
2026-01-02 20:07:56 -05:00
2026-01-02 20:07:56 -05:00
2026-04-16 11:01:48 -04:00