Files
Sensor-Watch/watch-faces/sensor
Konrad Rieck bf25776a66 Fix wrong format specifier for axis label
_monitor_display() used %C (wide character, expects wint_t) instead
of %c (plain char/int) to print the X/Y/Z axis label. Every other
single-character display in the codebase uses %c; on the embedded
build, without wide-char support in the C library, %C is not a
valid conversion for the char actually being passed.
2026-07-27 22:12:22 +02:00
..
2025-08-19 08:46:11 -04:00
2026-04-16 11:01:48 -04:00