Subversion Repositories NaviCtrl

Rev

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

Rev 581 Rev 622
Line 18... Line 18...
18
        PID_SEND_NMEA,
18
        PID_SEND_NMEA,
19
        PID_CH_SPEED,
19
        PID_CH_SPEED,
20
        PID_POSITION_ACCURACY,
20
        PID_POSITION_ACCURACY,
21
        PID_DPH_SPEED,
21
        PID_DPH_SPEED,
22
        PID_WP_REACHED_TIMEOUT,
22
        PID_WP_REACHED_TIMEOUT,
23
        PID_LOG_AT_MOTORRUN
23
        PID_LOG_AT_MOTORRUN,
-
 
24
        PID_SPEAK100M
24
} ParamId_t;
25
} ParamId_t;
Line 25... Line 26...
25
 
26
 
26
void Settings_Init(void);
27
void Settings_Init(void);
27
void Settings_SetDefaultValues(void);
28
void Settings_SetDefaultValues(void);