Subversion Repositories FlightCtrl

Rev

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

Rev 2009 Rev 2034
Line 63... Line 63...
63
 "Motor restart   \0",  // 23
63
 "Motor restart   \0",  // 23
64
 "BL Limitation   \0",  // 24
64
 "BL Limitation   \0",  // 24
65
 "GPS Range       \0",  // 25
65
 "GPS Range       \0",  // 25
66
 "No SD-Card      \0",  // 26
66
 "No SD-Card      \0",  // 26
67
 "SD-Logging error\0",  // 27
67
 "SD-Logging error\0",  // 27
68
 "Flying range!   \0"   // 28
68
 "Flying range!   \0",  // 28
-
 
69
 "Max Altitude!   \0"   // 29
69
};
70
};
Line 70... Line 71...
70
 
71
 
71
unsigned char MaxBlTempertaure = 0;
72
unsigned char MaxBlTempertaure = 0;
72
unsigned char MinBlTempertaure = 0;
73
unsigned char MinBlTempertaure = 0;
Line 106... Line 107...
106
}
107
}
Line 107... Line 108...
107
 
108
 
108
//---------------------------------------------------------------
109
//---------------------------------------------------------------
109
void NC_Fills_HoTT_Telemety(void)
110
void NC_Fills_HoTT_Telemety(void)
110
{
111
{
111
 unsigned char *ptr;
112
 unsigned char *ptr = NULL;
112
 unsigned char max = 0,i,z;
113
 unsigned char max = 0,i,z;
113
 switch(FromNaviCtrl.Param.Byte[11])
114
 switch(FromNaviCtrl.Param.Byte[11])
114
  {
115
  {
115
   case HOTT_VARIO_PACKET_ID:
116
   case HOTT_VARIO_PACKET_ID: