mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
enable sanity checks by default
This commit is contained in:
parent
4b5972629e
commit
99f223c2fd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ PG_RESET_TEMPLATE(gpsRescueConfig_t, gpsRescueConfig,
|
|||
.throttleMin = 1200,
|
||||
.throttleMax = 1600,
|
||||
.throttleHover = 1280,
|
||||
.sanityChecks = 0,
|
||||
.sanityChecks = RESCUE_SANITY_ON,
|
||||
.minSats = 8
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue