From 5762256e27117d6db4cf538d33c631d92a93289b Mon Sep 17 00:00:00 2001 From: Carsten Keller Date: Sun, 9 Jun 2024 17:58:13 +0200 Subject: [PATCH] =?UTF-8?q?Ausgabestring=20f=C3=BCr=20ist=20Befehl=20angep?= =?UTF-8?q?asst.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/ElektronischeLast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ElektronischeLast.cpp b/Source/ElektronischeLast.cpp index c5aee9c..0550f31 100644 --- a/Source/ElektronischeLast.cpp +++ b/Source/ElektronischeLast.cpp @@ -133,7 +133,7 @@ uint16_t ist_werte(CLI_OutFunction pfvOutFunction, char *acCommands[], uint16_t { pfvOutFunction("\n"); } - snprintf(buffer, sizeof(buffer), "\rI: %5" PRIu32 " U: %5" PRIu32 " T: %5" PRIu32 " V: %5" PRIu32, + snprintf(buffer, sizeof(buffer), "\rI: %5" PRIu32 "mA U: %5" PRIu32 "mV T: %3" PRIu32 "°C V: %4" PRIu32 "RPM", strom, spannung, temperatur, geschwindigkeit); pfvOutFunction(buffer); last_call = systick;