diff --git a/Software/ChainLube/src/lubeapp.cpp b/Software/ChainLube/src/lubeapp.cpp index 4a1d454..16bab6d 100644 --- a/Software/ChainLube/src/lubeapp.cpp +++ b/Software/ChainLube/src/lubeapp.cpp @@ -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