Explorar el Código

修复循环发送

dropLin hace 5 meses
padre
commit
bd0de9ad79
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      project/main.c

+ 1 - 0
project/main.c

@@ -81,6 +81,7 @@ void rfRx_callback(uint8_t status, rfRxPacket_ts packet)
         case TX_STA_SECCESS:
         {
             myRadio_receiver();
+            rftxflag = false;
         }
         break;
         default: