mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
- adzap: port code from martiis-neutrino-mp
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user