Skip to content

Commit

Permalink
frontend - update tuner string DVB-S2X NIM(45308X FBC)
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard authored and teamblue-e2 committed Nov 21, 2019
1 parent 01468dd commit 59a2c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dvb/frontend.cpp
Expand Up @@ -1132,7 +1132,7 @@ void eDVBFrontend::calculateSignalQuality(int snr, int &signalquality, int &sign
}
else if (!strcmp(m_description, "DVB-S2 NIM(45208 FBC)")
|| !strcmp(m_description, "DVB-S2 NIM(45308 FBC)")
|| !strcmp(m_description, "DVB-S2X NIM(45308 FBC)")
|| !strcmp(m_description, "DVB-S2X NIM(45308X FBC)")
)
{
ret = (int)((((double(snr) / (65535.0 / 100.0)) * 0.1950) - 1.0000) * 100);
Expand Down

0 comments on commit 59a2c1f

Please sign in to comment.