- adzap: port code from martiis-neutrino-mp

This commit is contained in:
martii
2016-03-03 10:54:45 +01:00
committed by svenhoefer
parent 2358c6333e
commit c015d4670f
11 changed files with 406 additions and 7 deletions

View File

@@ -729,6 +729,9 @@ struct SNeutrinoSettings
t_channel_id startchannelradio_id;
int uselastchannel;
//adzap
int adzap_zapBackPeriod;
int power_standby;
int hdd_sleep;
int hdd_noise;
@@ -789,6 +792,7 @@ struct SNeutrinoSettings
ITEM_SWUPDATE = 30,
ITEM_LIVESTREAM_RESOLUTION = 31,
ITEM_ADZAP = 32,
ITEM_MAX // MUST be always the last in the list
} USER_ITEM;
@@ -817,8 +821,6 @@ struct SNeutrinoSettings
};
};
/* some default Values */
extern const struct personalize_settings_t personalize_settings[SNeutrinoSettings::P_SETTINGS_MAX];
typedef struct time_settings_t
@@ -865,9 +867,6 @@ const time_settings_struct_t timing_setting[SNeutrinoSettings::TIMING_SETTING_CO
// shadow
#define SHADOW_OFFSET 6
/* end default values */
struct SglobalInfo
{
unsigned char box_Type;