diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde index c10fe77279..1f11078003 100644 --- a/ArduCopter/ArduCopter.pde +++ b/ArduCopter/ArduCopter.pde @@ -1293,6 +1293,12 @@ static void super_slow_loop() // auto disarm checks auto_disarm_check(); + // make it possible to change orientation at runtime - useful + // during initial config + if (!motors.armed()) { + ahrs.set_orientation(); + } + // agmatthews - USERHOOKS #ifdef USERHOOK_SUPERSLOWLOOP USERHOOK_SUPERSLOWLOOP