1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-21 15:25:29 +03:00

Update navigation.c

This commit is contained in:
oleost 2017-02-27 12:06:24 +01:00 committed by GitHub
parent 148db57cd1
commit 70b28df273

View file

@ -127,7 +127,7 @@ PG_RESET_TEMPLATE(navConfig_t, navConfig,
.launch_motor_timer = 500, // ms
.launch_motor_spinup_time = 100, // ms, time to gredually increase throttle from idle to launch
.launch_timeout = 5000, // ms, timeout for launch procedure
.launch_climb_angle = 18 // 10 deg
.launch_climb_angle = 18 // 18 degress
}
);