This commit is contained in:
pascallanger
2024-02-15 16:20:37 +01:00
parent 31a9f6860d
commit dd7ee7bdce
2 changed files with 13 additions and 1 deletions

View File

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