fixed missing cases in systemStatus Text
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user