Browse Source

修复循环发送

dropLin 5 months ago
parent
commit
d0a01deb45
2 changed files with 1 additions and 1 deletions
  1. BIN
      README.png
  2. 1 1
      project/main.c

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: