Skip to content

Commit

Permalink
SGF22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Feb 15, 2024
1 parent dd7ee7b commit de610b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Multiprotocol/SGF22_nrf24l01.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
1 change: 1 addition & 0 deletions Multiprotocol/Validate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de610b5

Please sign in to comment.