1
0
Fork 0
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:
s0up 2018-07-17 14:21:04 -07:00
parent 4b5972629e
commit 99f223c2fd

View file

@ -71,7 +71,7 @@ PG_RESET_TEMPLATE(gpsRescueConfig_t, gpsRescueConfig,
.throttleMin = 1200,
.throttleMax = 1600,
.throttleHover = 1280,
.sanityChecks = 0,
.sanityChecks = RESCUE_SANITY_ON,
.minSats = 8
);