Explorar el Código

修复循环发送

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

+ 1 - 1
project/main.c

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