mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
E4HD 4K Ultra: no general DVB-T/T2 5V at init
Origin commit data
------------------
Branch: ni/coolstream
Commit: cb9d853ce5
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2022-10-29 (Sat, 29 Oct 2022)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -347,12 +347,13 @@ void CFrontend::Init(void)
|
|||||||
mutex.lock();
|
mutex.lock();
|
||||||
// Set the voltage to On, and wait voltage to become stable
|
// Set the voltage to On, and wait voltage to become stable
|
||||||
// and wait for diseqc equipment to be ready.
|
// and wait for diseqc equipment to be ready.
|
||||||
#if !BOXMODEL_E4HDULTRA
|
|
||||||
secSetVoltage(SEC_VOLTAGE_13, 100);
|
secSetVoltage(SEC_VOLTAGE_13, 100);
|
||||||
#endif
|
|
||||||
secSetTone(SEC_TONE_OFF, 20);
|
secSetTone(SEC_TONE_OFF, 20);
|
||||||
setDiseqcType((diseqc_t) config.diseqcType, true);
|
setDiseqcType((diseqc_t) config.diseqcType, true);
|
||||||
setTsidOnid(0);
|
setTsidOnid(0);
|
||||||
|
#if BOXMODEL_E4HDULTRA
|
||||||
|
secSetVoltage(SEC_VOLTAGE_OFF, 50);
|
||||||
|
#endif
|
||||||
mutex.unlock();
|
mutex.unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user