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)
{

View File

@ -330,6 +330,7 @@
#undef POTENSIC_NRF24L01_INO
#undef PROPEL_NRF24L01_INO
#undef REALACC_NRF24L01_INO
#undef SGF22_NRF24L01_INO
#undef SHENQI_NRF24L01_INO
#undef SYMAX_NRF24L01_INO
#undef TIGER_NRF24L01_INO