Subversion Repositories FlightCtrl

Rev

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

Rev 2120 Rev 2146
Line 118... Line 118...
118
 "BL Limitation   \0",  // 24
118
 "BL Limitation   \0",  // 24
119
 "GPS Range       \0",  // 25
119
 "GPS Range       \0",  // 25
120
 "No SD-Card      \0",  // 26
120
 "No SD-Card      \0",  // 26
121
 "SD-Logging error\0",  // 27
121
 "SD-Logging error\0",  // 27
122
 "Flying range!   \0",  // 28
122
 "Flying range!   \0",  // 28
123
 "Max Altitude!   \0"   // 29
123
 "Max Altitude!   \0",  // 29
-
 
124
 "No GPS fix      \0"   // 30
124
};
125
};
Line 125... Line 126...
125
 
126
 
126
 
127
 
Line 154... Line 155...
154
         {SPEAK_MAX_TEMPERAT,1},// "BL Limitation   \0",  // 24
155
         {SPEAK_MAX_TEMPERAT,1},// "BL Limitation   \0",  // 24
155
         {SPEAK_MAX_RANGE,1},// "GPS Range       \0",  // 25
156
         {SPEAK_MAX_RANGE,1},// "GPS Range       \0",  // 25
156
         {SPEAK_ERROR,1},// "No SD-Card      \0",  // 26
157
         {SPEAK_ERROR,1},// "No SD-Card      \0",  // 26
157
         {SPEAK_ERROR,1},// "SD-Logging error\0",  // 27
158
         {SPEAK_ERROR,1},// "SD-Logging error\0",  // 27
158
         {SPEAK_MAX_RANGE,1},// "Flying range!   \0",   // 28
159
         {SPEAK_MAX_RANGE,1},// "Flying range!   \0",   // 28
159
         {SPEAK_MAX_ALTITUD,1}// "Max Altitude!   \0"   // 29
160
         {SPEAK_MAX_ALTITUD,1},// "Max Altitude!   \0"   // 29
-
 
161
         {SPEAK_GPS_FIX,1}// "no GPS Fix,  // 30
160
};
162
};
Line 161... Line -...
161
 
-
 
162
 
163
 
163
 
164
 
164
unsigned char MaxBlTempertaure = 0;
165
unsigned char MaxBlTempertaure = 0;
Line 165... Line 166...
165
unsigned char MinBlTempertaure = 0;
166
unsigned char MinBlTempertaure = 0;