Subversion Repositories NaviCtrl

Rev

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

Rev 624 Rev 673
Line 88... Line 88...
88
        {PID_LOG_AT_MOTORRUN            , "LOG_AT_MOTOR_RUN\0" ,"Start GPX logfile as soon as motors start (0 = off, 1 = on) ",   1,     1,       1,    0,      1},
88
        {PID_LOG_AT_MOTORRUN            , "LOG_AT_MOTOR_RUN\0" ,"Start GPX logfile as soon as motors start (0 = off, 1 = on) ",   1,     1,       1,    0,      1},
89
        {PID_SPEAK100M                          , "HOTT_SPEAK_100M \0" ,"HoTT Speaks '100m' when distance or altitude > 100m (1 = on)",   1,     1,       1,    0,      1},
89
        {PID_SPEAK100M                          , "HOTT_SPEAK_100M \0" ,"HoTT Speaks '100m' when distance or altitude > 100m (1 = on)",   1,     1,       1,    0,      1},
90
//      {PID_ABSOLUTE_FLYING_ALT        , "MAX_FLYING_ALT  \0" ,"max. altitude in m                                          ",   1,     0,       0,    0,      30000},   // in [m]
90
//      {PID_ABSOLUTE_FLYING_ALT        , "MAX_FLYING_ALT  \0" ,"max. altitude in m                                          ",   1,     0,       0,    0,      30000},   // in [m]
91
//      {PID_ABSOLUTE_FLYING_RANGE      , "MAX_FLYING_RANGE\0" ,"max. range in m                                             ",   1,     0,       0,    0,      60000},   // in [m]
91
//      {PID_ABSOLUTE_FLYING_RANGE      , "MAX_FLYING_RANGE\0" ,"max. range in m                                             ",   1,     0,       0,    0,      60000},   // in [m]
92
//      {PID_AUTO_DESCEND_RANGE         , "DESCEND_RANGE   \0" ,"Auto-descend range in m (0 = disabled) (only comm. License) ",   1,     0,       0,    0,      60000},   // in [m]
92
//      {PID_AUTO_DESCEND_RANGE         , "DESCEND_RANGE   \0" ,"Auto-descend range in m (0 = disabled) (only comm. License) ",   1,     0,       0,    0,      60000},   // in [m]
-
 
93
        {PID_GPS_SYSTEM_CFG                     , "GPS_SYSTEM_CFG  \0" ,"1:GPS+GLNAS 2:GPS+BEIDOU 3:GPS 4:GLNAS 5:BEIDOU             ",   1,     1,       1,    0,      5},
93
        {PID_GPS_SBAS_CONFIG            , "GPS_SBAS_DGPS_ON\0" ,"GPS SBAS mode (0 = off, 1 = on)                             ",   1,     1,       1,    0,      1},
94
        {PID_GPS_SBAS_CONFIG            , "GPS_SBAS_DGPS_ON\0" ,"GPS SBAS mode (0 = off, 1 = on)                             ",   1,     1,       1,    0,      1},
-
 
95
        {PID_GPS_QZSS_CONFIG            , "GPS_QZSS_DGPS_ON\0" ,"GPS QZSS mode (0 = off, 1 = on) (Japan)                     ",   1,     1,       0,    0,      1},
94
        {PID_AUTO_WP_EVENT_VALUE        , "AUTO_WP_EVENT   \0" ,"value for the WP-Event Trigger at Auto-Distance [10ms]      ",   1,    10,      10,    1,    200},   // in 0,1sek
96
        {PID_AUTO_WP_EVENT_VALUE        , "AUTO_WP_EVENT   \0" ,"value for the WP-Event Trigger at Auto-Distance [10ms]      ",   1,    10,      10,    1,    200},   // in 0,1sek
95
//      {PID_MIN_EVENT_TIME                     , "MIN_EVENT_TIME  \0" ,"minimum time of the Waypoint-Event value (seconds)          ",   1,     2,       2,    0,    600},   // in seconds
97
//      {PID_MIN_EVENT_TIME                     , "MIN_EVENT_TIME  \0" ,"minimum time of the Waypoint-Event value (seconds)          ",   1,     2,       2,    0,    600},   // in seconds
96
        {PID_WP_REACHED_TIMEOUT         , "WP_TIMEOUT      \0" ,"the MK increases the WP-target radius after this timeout [s]",   1,     5,       5,    0,   6000},   // in seconds
98
        {PID_WP_REACHED_TIMEOUT         , "WP_TIMEOUT      \0" ,"the MK increases the WP-target radius after this timeout [s]",   1,     5,       5,    0,   6000},   // in seconds
97
        {PID_WP_ACCELERATE                      , "WAYPOINT DYNAMIC\0" ,"dynamic for flying waypoints in percent (0-200)             ",   1,   100,     100,    0,    255},   // in percent or Poti
99
        {PID_WP_ACCELERATE                      , "WAYPOINT DYNAMIC\0" ,"dynamic for flying waypoints in percent (0-200)             ",   1,   100,     100,    0,    255},   // in percent or Poti
98
        {PID_WP_WAIT_FOR_LED            , "WAIT_FOR_OUT1   \0" ,"Wait on Waypoint until Out-Pattern is finished (1=on 0=off) ",   1,     1,       1,    0,      1},
100
        {PID_WP_WAIT_FOR_LED            , "WAIT_FOR_OUT1   \0" ,"Wait on Waypoint until Out-Pattern is finished (1=on 0=off) ",   1,     1,       1,    0,      1},