fixed missing cases in systemStatus Text
This commit is contained in:
parent
8e6941b5bc
commit
f2e0e70647
@ -67,6 +67,12 @@ void RunLubeApp(volatile uint32_t *wheelPulseCounter)
|
|||||||
case sysStat_Startup:
|
case sysStat_Startup:
|
||||||
strcpy(globals.systemStatustxt, "Startup");
|
strcpy(globals.systemStatustxt, "Startup");
|
||||||
break;
|
break;
|
||||||
|
case sysStat_Error:
|
||||||
|
strcpy(globals.systemStatustxt, "Error");
|
||||||
|
break;
|
||||||
|
case sysStat_Shutdown:
|
||||||
|
strcpy(globals.systemStatustxt, "Shutdown");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// maintain Pin-State of Lube-Pump
|
// maintain Pin-State of Lube-Pump
|
||||||
|
Loading…
x
Reference in New Issue
Block a user