fixed missing cases in systemStatus Text

This commit is contained in:
Marcel Peterkau 2022-01-19 22:21:54 +01:00
parent 8e6941b5bc
commit f2e0e70647

View File

@ -67,6 +67,12 @@ void RunLubeApp(volatile uint32_t *wheelPulseCounter)
case sysStat_Startup:
strcpy(globals.systemStatustxt, "Startup");
break;
case sysStat_Error:
strcpy(globals.systemStatustxt, "Error");
break;
case sysStat_Shutdown:
strcpy(globals.systemStatustxt, "Shutdown");
break;
}
// maintain Pin-State of Lube-Pump