Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rates in dps for iNav > 1.1.0, see iNavFlight#204 #3

Merged
merged 1 commit into from
May 15, 2016

Conversation

DzikuVx
Copy link
Member

@DzikuVx DzikuVx commented May 15, 2016

PID Tuning shows rates in dps in compatible versions of iNav
See #204

@@ -37,6 +37,13 @@ var FAILSAFE_CONFIG;
var RXFAIL_CONFIG;

var FC = {
isRatesInDps: function () {
if (typeof CONFIG != "undefined" && CONFIG.flightControllerIdentifier == "INAV" && semver.gt(CONFIG.flightControllerVersion, "1.1.0")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to check for INAV really, Configurator won't connect to anything but INAV so we can safely remove most of compatibility stuff from Cleanflight.

@digitalentity digitalentity merged commit 1266322 into master May 15, 2016
@DzikuVx DzikuVx deleted the rates-in-dps branch May 16, 2016 10:19
azolyoung pushed a commit to azolyoung/inav-configurator that referenced this pull request Oct 19, 2017
DzikuVx pushed a commit that referenced this pull request Nov 10, 2020
Merge from inav-configurator master
davidbuzz added a commit to davidbuzz/ardu-configurator that referenced this pull request Sep 3, 2021
separate vcc, battery voltages & fix displayed batt voltage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants