Browse Source

No longer resetting ch7 wp index with mode change, requires reboot

mission-4.1.18
Jason Short 13 years ago
parent
commit
fb5302c50b
  1. 3
      ArduCopter/system.pde

3
ArduCopter/system.pde

@ -425,9 +425,6 @@ static void set_mode(byte mode) @@ -425,9 +425,6 @@ static void set_mode(byte mode)
// clearing value used in interactive alt hold
manual_boost = 0;
// clearing value used to set WP's dynamically.
CH7_wp_index = 0;
Serial.println(flight_mode_strings[control_mode]);
// report the GPS and Motor arming status

Loading…
Cancel
Save