Ver código fonte

修复循环发送

dropLin 5 meses atrás
pai
commit
bd0de9ad79
1 arquivos alterados com 1 adições e 0 exclusões
  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: