1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 23:05:17 +03:00

Update navigation.c

This commit is contained in:
oleost 2017-02-27 12:07:55 +01:00 committed by GitHub
parent 70b28df273
commit 578b4cf0e7

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 // 18 degress
.launch_climb_angle = 18 // 18 degrees
}
);