Skip to content

Commit 9836f61

Browse files
committed
Rename Graph Fields
Rename rcCommands to setpointRate Issue #28 Rename debug[] fields to match RC14
1 parent 842f76f commit 9836f61

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

js/flightlog_fields_presenter.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ function FlightLogFieldPresenter() {
6868
'axisError[2]' : 'PID_Error[yaw]',
6969

7070
//Virtual fields - add the Scaled rcCommands
71-
'rcCommands[all]': 'rcCommands',
72-
'rcCommands[0]' : 'rcCommands[roll]',
73-
'rcCommands[1]' : 'rcCommands[pitch]',
74-
'rcCommands[2]' : 'rcCommands[yaw]',
71+
'rcCommands[all]': 'setpointRates',
72+
'rcCommands[0]' : 'setpointRate[roll]',
73+
'rcCommands[1]' : 'setpointRate[pitch]',
74+
'rcCommands[2]' : 'setpointRate[yaw]',
7575

7676
//Virtual fields - add the Scaled gyros
7777
'gyroADCs[all]': 'gyros',
@@ -140,10 +140,10 @@ function FlightLogFieldPresenter() {
140140
},
141141
'NOTCH' : {
142142
'debug[all]':'Debug Notch',
143-
'debug[0]':'gyro_raw[roll]',
144-
'debug[1]':'gyro_notch[roll]',
145-
'debug[2]':'gyro_raw[pitch]',
146-
'debug[3]':'gyro_notch[pitch]',
143+
'debug[0]':'gyro_preNotch[roll]',
144+
'debug[1]':'gyro_preNotch[pitch]',
145+
'debug[2]':'gyro_preNotch[yaw]',
146+
'debug[3]':'Not Used',
147147
},
148148
'RC_INTERPOLATION' : {
149149
'debug[all]':'Debug RC',

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Global Level Variables
44
var userSettings = {};
55

6-
var VIEWER_VERSION = '2.5.5'; // Current version
6+
var VIEWER_VERSION = '2.5.6'; // Current version
77

88
function BlackboxLogViewer() {
99
function supportsRequiredAPIs() {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Betaflight - Blackbox Explorer",
33
"description": "Interactive flight log viewer for Betaflight",
4-
"version": "2.5.5",
4+
"version": "2.5.6",
55
"manifest_version": 2,
66
"app": {
77
"background": {

0 commit comments

Comments
 (0)