From 2a8cac30633ba8356fb8f33b15b43df25b1db75f 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 ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/cc56e3dc6aeaf286999bb111318702addab1c109 Author: BPanther Date: 2022-10-29 (Sat, 29 Oct 2022) --- src/zapit/src/frontend.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/zapit/src/frontend.cpp b/src/zapit/src/frontend.cpp index 3d6d2eab0..b2c135e31 100644 --- a/src/zapit/src/frontend.cpp +++ b/src/zapit/src/frontend.cpp @@ -347,7 +347,9 @@ 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);