Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 437 → Rev 438

/FollowMe/trunk/logging.c
392,7 → 392,7
{
LogCfg.KML_Interval = 500; //default
Settings_GetParamValue(PID_KML_LOGGING, &(LogCfg.KML_Interval)); // overwrite by settings value
printf("\r\nKML Interval = %d", LogCfg.KML_Interval);
Logging_KML(0); // initialize
LogCfg.GPX_Interval = 1000; //default
Settings_GetParamValue(PID_GPX_LOGGING, &(LogCfg.GPX_Interval)); // overwrite by settings value
Logging_GPX(0); // initialize