sfreundel пре 4 година
родитељ
комит
e30feb6285
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      src/main.cpp

+ 4 - 0
src/main.cpp

@@ -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
 // *