Ausgabestring für ist Befehl angepasst.
This commit is contained in:
parent
c69973ae62
commit
5762256e27
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user