mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Fix GPS Rescue (needs yaw smoothing but works).
This commit is contained in:
parent
041362614b
commit
c3412225f5
5 changed files with 8 additions and 4 deletions
|
@ -196,6 +196,7 @@ void initActiveBoxIds(void)
|
|||
if (feature(FEATURE_GPS)) {
|
||||
BME(BOXGPSHOME);
|
||||
BME(BOXGPSHOLD);
|
||||
BME(BOXGPSRESCUE);
|
||||
BME(BOXBEEPGPSCOUNT);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue