From e750b8fb46021c81915e2ad3f5fc6bdf2e77c65f Mon Sep 17 00:00:00 2001 From: BPanther Date: Sat, 29 Oct 2022 00:23:17 +0200 Subject: [PATCH] E4HD 4K Ultra: no general DVB-T/T2 5V at init Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cb9d853ce5f79e22d2b666b18b76f02f711cfc8b Author: BPanther Date: 2022-10-29 (Sat, 29 Oct 2022) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/frontend.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/zapit/src/frontend.cpp b/src/zapit/src/frontend.cpp index b2c135e31..f750568e6 100644 --- a/src/zapit/src/frontend.cpp +++ b/src/zapit/src/frontend.cpp @@ -347,12 +347,13 @@ void CFrontend::Init(void) mutex.lock(); // Set the voltage to On, and wait voltage to become stable // and wait for diseqc equipment to be ready. -#if !BOXMODEL_E4HDULTRA secSetVoltage(SEC_VOLTAGE_13, 100); -#endif secSetTone(SEC_TONE_OFF, 20); setDiseqcType((diseqc_t) config.diseqcType, true); setTsidOnid(0); +#if BOXMODEL_E4HDULTRA + secSetVoltage(SEC_VOLTAGE_OFF, 50); +#endif mutex.unlock(); }