Skip to content

Commit

Permalink
[frontend] more calculate dB VU+ Zero4K
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 authored and AbuBaniaz committed Dec 30, 2023
1 parent 7da8798 commit 6cab5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dvb/frontend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ void eDVBFrontend::calculateSignalQuality(int snr, int &signalquality, int &sign
}
else if (!strcmp(m_description, "Vuplus DVB-S NIM(SI2166)")) // VU+ Zero4K
{
ret = snr;
ret = snr / 40;
}
else if (!strncmp(m_description, "Si216", 5)) // New models with SI tuners
{
Expand Down

0 comments on commit 6cab5dc

Please sign in to comment.