mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-27 14:43:14 +00:00
SGF22.1
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user