mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 16:38:12 +00:00
BUGSMINI: fix
No one has reported an issue but from the look of the code it was broken since some time...
This commit is contained in:
parent
64c75414d8
commit
4f1e5d2452
@ -147,7 +147,7 @@ static void __attribute__((unused)) BUGSMINI_send_packet()
|
|||||||
hopping_frequency_no++;
|
hopping_frequency_no++;
|
||||||
if(hopping_frequency_no >= BUGSMINI_NUM_RF_CHANNELS)
|
if(hopping_frequency_no >= BUGSMINI_NUM_RF_CHANNELS)
|
||||||
hopping_frequency_no = 0;
|
hopping_frequency_no = 0;
|
||||||
XN297_Hopping(IS_BIND_IN_PROGRESS ? hopping_frequency[hopping_frequency_no+BUGSMINI_NUM_RF_CHANNELS] : hopping_frequency[hopping_frequency_no]);
|
XN297_Hopping(IS_BIND_IN_PROGRESS ? hopping_frequency_no+BUGSMINI_NUM_RF_CHANNELS : hopping_frequency_no);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Send
|
// Send
|
||||||
|
Loading…
x
Reference in New Issue
Block a user