-add zapto time correction option

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1281 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2011-03-10 14:54:57 +00:00
parent 476702df26
commit 74d2f2ee76
10 changed files with 14 additions and 6 deletions

View File

@@ -800,6 +800,7 @@ typedef enum
LOCALE_MISCSETTINGS_SLEEPTIMER,
LOCALE_MISCSETTINGS_SPTSMODE,
LOCALE_MISCSETTINGS_VIRTUAL_ZAP_MODE,
LOCALE_MISCSETTINGS_ZAPTO_PRE_TIME,
LOCALE_MOTORCONTROL_CALC_POSITIONS,
LOCALE_MOTORCONTROL_DISABLE_LIMIT,
LOCALE_MOTORCONTROL_DRIVE_MODE,

View File

@@ -800,6 +800,7 @@ const char * locale_real_names[] =
"miscsettings.sleeptimer",
"miscsettings.sptsmode",
"miscsettings.virtual_zap_mode",
"miscsettings.zapto_pre_time",
"motorcontrol.calc_positions",
"motorcontrol.disable_limit",
"motorcontrol.drive_mode",

View File

@@ -60,6 +60,7 @@ struct SNeutrinoSettings
char shutdown_min[4];
char record_safety_time_before[3];
char record_safety_time_after[3];
int zapto_pre_time;
int infobar_sat_display;
int infobar_subchan_disp_pos;
int misc_spts;