Skip to content

v7.1.1895-EXPR

Compare
Choose a tag to compare
@mpaperno mpaperno released this 09 Apr 12:20
· 4 commits to next since this release

+ Add ability to adjust some parameter values live using RC, e.g. attitude/nav PIDs, all Quatos settings, live gimbal tuning, default nav speed limits, control factors, etc.
Adds option to save the resulting adjusted values directly to permanent onboard storage.
Use QGC 1.7.B1 or newer for setup, full list of adjustable params, and instructions (or see notes in config_default.h).
* Fix issues with CONFIG_VERSION changes, eg. ignoring all saved params when version changes and vice versa when new params were not properly assigned defaults. New system allows loading defaults selectively vs. all at once.
From here on, please do not manually change the CONFIG_VERSION parameter onboard or in saved files, it is no longer a necessary workaround and may lead to problems later.
~ Improved initial parameter loading sequence will never overwrite params saved in flash (until/unless user requests it).
+ Adds some basic paramater value sanity checking (min/max) when loading/assigning values.
~ Provides more detailed feedback (messages) during param loading/assignment operations (status/warnings/errors).