Ausgabestring für ist Befehl angepasst.

This commit is contained in:
Carsten Keller 2024-06-09 17:58:13 +02:00
parent c69973ae62
commit 5762256e27
Signed by: carsten
GPG Key ID: DF06343A3A9B8868

View File

@ -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;