This commit is contained in:
pascallanger
2024-02-15 16:28:52 +01:00
parent dd7ee7bdce
commit de610b53fc
2 changed files with 2 additions and 3 deletions

View File

@@ -108,9 +108,7 @@ uint16_t SGF22_callback()
}
else
{//send 3 times in total the same packet
#ifdef NRF24L01_INSTALLED
NRF24L01_Strobe(REUSE_TX_PL);
#endif
NRF24L01_Strobe(REUSE_TX_PL);
phase++;
if(phase > 2)
{