mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
ExpressLRS - fixed slow initial connection
This commit is contained in:
parent
b86106941f
commit
b42c907742
12 changed files with 95 additions and 35 deletions
|
@ -73,6 +73,7 @@ typedef struct elrsReceiver_s {
|
|||
bool alreadyFHSS;
|
||||
bool alreadyTLMresp;
|
||||
bool lockRFmode;
|
||||
bool started;
|
||||
|
||||
timerState_e timerState;
|
||||
connectionState_e connectionState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue