Subversion Repositories FlightCtrl

Rev

Rev 2067 | Rev 2073 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2067 Rev 2069
Line 106... Line 106...
106
                "accVector       ", //15
106
                "accVector       ", //15
107
                "RC Stick P      ",
107
                "RC Stick P      ",
108
                "RC Stick R      ",
108
                "RC Stick R      ",
109
        "RC Stick T      ",
109
        "RC Stick T      ",
110
                "RC Stick Y      ",
110
                "RC Stick Y      ",
111
                "Stick P w Emerg.", //20
111
                "control act wghd", //20
112
                "Stick R w Emerg.",
112
                "acc vector wghd ",
113
                "Height[dm]      ",
113
                "Height[dm]      ",
114
                "dHeight         ",
114
                "dHeight         ",
115
                "Altitude        ",
115
                "acc vector      ",
116
                "EFT             ", //25
116
                "EFT             ", //25
117
                "naviPitch       ",
117
                "naviPitch       ",
118
                "naviRoll        ",
118
                "naviRoll        ",
119
                "i part contrib  ",
119
                "i part contrib  ",
120
                "                ",
120
                "Acc Z           ",
121
                "                ", //30
121
                "Signal Qual     ", //30
122
                "var0            "
122
                "var0            "
123
  };
123
  };
Line 124... Line 124...
124
 
124
 
125
/****************************************************************/
125
/****************************************************************/
Line 509... Line 509...
509
                                pRxData[0] = 1; // limit to 1
509
                                pRxData[0] = 1; // limit to 1
510
                        else if (pRxData[0] > 5)
510
                        else if (pRxData[0] > 5)
511
                                pRxData[0] = 5; // limit to 5
511
                                pRxData[0] = 5; // limit to 5
512
                        // load requested parameter set
512
                        // load requested parameter set
Line 513... Line -...
513
 
-
 
514
                        debugOut.analog[30] = staticParams.GPSMininumSatellites;
-
 
515
 
513
 
Line 516... Line 514...
516
                        paramSet_readFromEEProm(pRxData[0]);
514
                        paramSet_readFromEEProm(pRxData[0]);
517
 
515
 
518
                        tempchar[0] = pRxData[0];
516
                        tempchar[0] = pRxData[0];