1
0
Fork 0
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:
phobos- 2022-01-01 11:57:28 +01:00
parent b86106941f
commit b42c907742
12 changed files with 95 additions and 35 deletions

View file

@ -73,6 +73,7 @@ typedef struct elrsReceiver_s {
bool alreadyFHSS;
bool alreadyTLMresp;
bool lockRFmode;
bool started;
timerState_e timerState;
connectionState_e connectionState;