@@ -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' ,
0 commit comments