Subversion Repositories NaviCtrl

Rev

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

Rev 435 Rev 436
Line 77... Line 77...
77
 
77
 
Line 78... Line 78...
78
FTP_direntry_t FTP_direntry;
78
FTP_direntry_t FTP_direntry;
Line 79... Line 79...
79
 
79
 
80
char FTP_data[DATA_TRANSFER_SIZE+10];                             //  rx & tx buffer to avoid 2 buffers
-
 
81
 
80
char FTP_data[DATA_TRANSFER_SIZE+10];                             //  rx & tx buffer to avoid 2 buffers
82
  #define KEYWORD_COUNT 46
81
 
83
 
82
  #define KEYWORD_COUNT 47
84
  // most used gpx tags can be compressed 
83
  // most used gpx tags can be compressed 
85
  const char keyword[KEYWORD_COUNT][16]=
84
  const char keyword[KEYWORD_COUNT][16]=
Line 120... Line 119...
120
                                         "BL_State>\0     \0",
119
                                         "BL_State>\0     \0",
121
                                         "BL_MaxPWM>\0    \0",
120
                                         "BL_MaxPWM>\0    \0",
122
                                         "MikroKopter\0   \0",
121
                                         "MikroKopter\0   \0",
123
                                         "nter>000</\0    \0",
122
                                         "nter>000</\0    \0",
124
                                         "metadata>\0     \0",
123
                                         "metadata>\0     \0",
-
 
124
                                         "Speak>\0        \0",
125
                                         "<WP>----,0,0,0<\0",
125
                                         "<WP>----,0,0,0<\0",
126
                                         "MagnetInclinati\0",
126
                                         "MagnetInclinati\0",
127
                                         "BL_Temperature>\0",
127
                                         "BL_Temperature>\0",
128
                                         "AvaiableMotorPo\0",
128
                                         "AvaiableMotorPo\0",
129
                                         "FC_I2C_ErrorCou\0",    
129
                                         "FC_I2C_ErrorCou\0",