Explorar o código

修复循环发送

dropLin hai 5 meses
pai
achega
d0a01deb45
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      README.png
  2. 1 1
      project/main.c

BIN=BIN
README.png


+ 1 - 1
project/main.c

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