Subversion Repositories FlightCtrl

Rev

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

Rev 2623 Rev 2630
Line 209... Line 209...
209
         {SPEAK_ERROR,1},               // "Failsafe postion0",         // 35
209
         {SPEAK_ERROR,1},               // "Failsafe postion0",         // 35
210
         {SPEAK_ERROR,0},               // "No Redundancy!",            // 36
210
         {SPEAK_ERROR,0},               // "No Redundancy!",            // 36
211
         {0,0},                                 // "Redundancy test",           // 37
211
         {0,0},                                 // "Redundancy test",           // 37
212
         {SPEAK_ERR_GPS,0},             // "GPS Update Rate",           // 38
212
         {SPEAK_ERR_GPS,0},             // "GPS Update Rate",           // 38
213
         {SPEAK_ERR_DATABUS,0}, // "Canbus Error!                       // 39    
213
         {SPEAK_ERR_DATABUS,0}, // "Canbus Error!                       // 39    
214
         {SPEAK_ERROR,0},               // "5V Supply"                          // 40    
214
         {SPEAK_RECEIV_VOLT,0}, // "5V Supply"                          // 40    
215
         {SPEAK_UNDERVOLTAGE,0},// "Power Supply"                       // 41    
215
         {SPEAK_UNDERVOLTAGE,0},// "Power Supply"                       // 41    
216
         {SPEAK_ERR_SENSOR,0},  // "ACC not calibr. ",          // 42
216
         {SPEAK_ERR_SENSOR,0},  // "ACC not calibr. ",          // 42
217
};
217
};
Line 218... Line 218...
218
 
218