mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
partly revert commit 073ccfc
, diseqc options standard now off
Origin commit data
------------------
Branch: ni/coolstream
Commit: b91a48e720
Author: Frankenstone <dampf_acc@online.de>
Date: 2020-06-03 (Wed, 03 Jun 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -317,9 +317,9 @@ bool CFEManager::loadSettings()
|
|||||||
/* defaults, to replace CServiceManager::InitSatPosition/LoadMotorPositions
|
/* defaults, to replace CServiceManager::InitSatPosition/LoadMotorPositions
|
||||||
* in the future */
|
* in the future */
|
||||||
satconfig.position = position;
|
satconfig.position = position;
|
||||||
satconfig.diseqc = 0;
|
satconfig.diseqc = -1;
|
||||||
satconfig.commited = 0;
|
satconfig.commited = -1;
|
||||||
satconfig.uncommited = 0;
|
satconfig.uncommited = -1;
|
||||||
satconfig.motor_position = 0;
|
satconfig.motor_position = 0;
|
||||||
satconfig.diseqc_order = 0;
|
satconfig.diseqc_order = 0;
|
||||||
satconfig.lnbOffsetLow = 9750;
|
satconfig.lnbOffsetLow = 9750;
|
||||||
|
@@ -252,7 +252,7 @@ CFrontend::CFrontend(int Number, int Adapter)
|
|||||||
config.uni_scr = 0; /* the unicable SCR address 0-7 */
|
config.uni_scr = 0; /* the unicable SCR address 0-7 */
|
||||||
config.uni_freq = 0; /* the unicable frequency in MHz */
|
config.uni_freq = 0; /* the unicable frequency in MHz */
|
||||||
config.uni_lnb = 0; /* for two-position switches */
|
config.uni_lnb = 0; /* for two-position switches */
|
||||||
config.uni_pin = 0; /* for MDU setups */
|
config.uni_pin = -1; /* for MDU setups */
|
||||||
config.highVoltage = false;
|
config.highVoltage = false;
|
||||||
config.motorRotationSpeed = 0; //in 0.1 degrees per second
|
config.motorRotationSpeed = 0; //in 0.1 degrees per second
|
||||||
|
|
||||||
|
@@ -810,9 +810,9 @@ bool CServiceManager::InitSatPosition(t_satellite_position position, const char
|
|||||||
{
|
{
|
||||||
if(force || (satellitePositions.find(position) == satellitePositions.end())) {
|
if(force || (satellitePositions.find(position) == satellitePositions.end())) {
|
||||||
satellitePositions[position].position = position;
|
satellitePositions[position].position = position;
|
||||||
satellitePositions[position].diseqc = 0;
|
satellitePositions[position].diseqc = -1;
|
||||||
satellitePositions[position].commited = 0;
|
satellitePositions[position].commited = -1;
|
||||||
satellitePositions[position].uncommited = 0;
|
satellitePositions[position].uncommited = -1;
|
||||||
satellitePositions[position].motor_position = 0;
|
satellitePositions[position].motor_position = 0;
|
||||||
satellitePositions[position].diseqc_order = 0;
|
satellitePositions[position].diseqc_order = 0;
|
||||||
satellitePositions[position].lnbOffsetLow = 9750;
|
satellitePositions[position].lnbOffsetLow = 9750;
|
||||||
|
Reference in New Issue
Block a user