Browse Source

修复循环发送

dropLin 7 months ago
parent
commit
2ce8d983fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      project/main.c

+ 1 - 1
project/main.c

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