Hydra
b4936958f8
CF/BF - fix some usages of flightControllerVersion which should have
...
used MSP API version.
FYI:
3.1.0 = api 1.31 -
https://github.com/betaflight/betaflight/blob/v3.1.6/src/main/msp/msp_protocol.h
3.0.1 = api 1.21 -
https://github.com/betaflight/betaflight/blob/v3.0.1/src/main/io/msp_protocol.h
3.0.0 = api 1.20 -
https://github.com/betaflight/betaflight/blob/v3.0.0/src/main/io/msp_protocol.h
2.9.1 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.9.1/src/main/io/serial_msp.h
2.8.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v.2.8.0/src/main/io/serial_msp.h
2.4.0 = api 1.16 -
https://github.com/betaflight/betaflight/blob/v2.4.0/src/main/io/serial_msp.h
2017-05-05 16:00:38 +12:00
Gary Keeble
77c5670d60
Corrections as per PR comments
...
1. Moved plotStickPositions() function to RateCurve.js and renamed to
drawStickPositions()
2. Modified currentValue to prevent 0/-0 flickering.
3. Layers given unique id’s to remove indexing.
4. RC value monitoring now in function TABS.pid_tuning.checkRC()
5. updateRateLabels now in function TABS.pid_tuning.updateRateLabels()
6. Moved drawAxisLabel() and drawBaloonLabel() into function
TABS.pid_tuning.updateRateLabels() (as they are only used there)
2016-09-18 14:14:54 +01:00
Michael Keller
edad524714
Removed merge artefacts
2016-09-08 09:16:28 +12:00
Michael Keller
9d796752f8
Added deadband to curves and model calculations. Also fixed rates curve bug in pre 2.8.
2016-09-08 08:56:59 +12:00
U-DESKTOP-12PPI61\boris.bozic
f8c5ce5353
Fix RC Expo representation above rc rate of 2.0
2016-09-07 00:48:35 +02:00
U-DESKTOP-12PPI61\boris.bozic
15be4bb687
Rc Rate accuracy old versions
2016-09-06 01:22:51 +02:00
U-DESKTOP-12PPI61\boris.bozic
25954b3d14
Fix Curve formula
2016-09-06 01:17:30 +02:00
mikeller
1da5219bf2
Added new rc rate calculation to rates curve. Removed SUPER_EXPO feature for >= 3.0.
...
Added support for RC Expo Power setting.
fixed titlebar in pid tuning tab
request from @mikeller #252
fixed titlebar from pid tuning and accel
2016-09-05 11:02:33 +12:00
mikeller
bc58101ab7
Moved scaling factor for rates calculation into 'RateCurve'.
2016-07-08 09:21:32 +12:00
mikeller
b398c271c4
Cleaned up rates calculation and display a bunch.
2016-07-08 00:12:09 +12:00
mikeller
f5045e4f68
Refactored rate curve into file of its own.
...
Improved scaling of rate curves
2016-07-06 01:44:45 +12:00