fmt: fix and prevent future use of unsupported format spec "zu"
This commit fixes the use of the "%zu" printf format specifier, which is not supported by the ESP32 toolchain used in this project. The unsupported format could cause log messages and user-facing strings to display incorrect or garbage val…
26042182by Jon Griffiths+21−145 files