iNavFlight / inav-configurator

GNU General Public License v3.0
581 stars 310 forks source link

Preset loading problem #424

Closed Tygrys-1 closed 6 years ago

Tygrys-1 commented 6 years ago

Configurator 1.9.3 Loading preset for 600mm flying wing does not change PiD tuning page Roll Rate and Pitch Rate on iNav 1.9.1. The code
presets.elementHelper("RC_tuning", "roll_rate", 400), presets.elementHelper("RC_tuning", "pitch_rate", 150), suggests, that it should set this.

digitalentity commented 6 years ago

@fiam @DzikuVx can you look into this?

DzikuVx commented 6 years ago

looking

DzikuVx commented 6 years ago

Tested on latest master of configurator and development of firmware. roll and pitch rate were updated to desired 400/150

Closing, thanks for contributing and reporting @Tygrys-1

digitalentity commented 6 years ago

Thanks @DzikuVx