Procházet zdrojové kódy

put transmitor to low level at the end, to avoid pollution on the remote

Cyrille před 11 roky
rodič
revize
cfedfb3e11
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      emit/home_easy.c

+ 1 - 0
emit/home_easy.c

@@ -144,6 +144,7 @@ void sendFrame(BYTE_BUFFER frame, unsigned int repeat)
         sendHomeEasyBytes(frame);
         sendHomeEasyBit(END_OF_FRAME);
     }
+    digitalWrite(homeEasyPinOut, LOW);
     // Exit real time mode
     scheduler_standard();
 }