|
|
@@ -112,6 +112,9 @@ void threadLed(){
|
|
|
switchReceivedValue = 0;
|
|
|
}
|
|
|
|
|
|
+// *
|
|
|
+// * Thread - Display
|
|
|
+// *
|
|
|
void threadDisplay(){
|
|
|
static bool displayBackgroundLight = false;
|
|
|
displayBackgroundLight = !displayBackgroundLight;
|
|
|
@@ -186,6 +189,7 @@ void threadSendAliveMsg(){
|
|
|
_DEBUG(1,msg);
|
|
|
}
|
|
|
#endif
|
|
|
+
|
|
|
// *
|
|
|
// * Function SetupWdtSleep
|
|
|
// *
|