1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

FCD fixes for REST API

This commit is contained in:
f4exb
2019-01-12 23:34:11 +01:00
parent 0215839220
commit a9aac62617
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ int FCDProConstants::fcdpro_lna_gain_nb_values()
const fcdpro_lna_enhance FCDProConstants::lna_enhances[] = {
{FCDPRO_TLE_OFF, "Off"},
{FCDPRO_TLE_0, "1"},
{FCDPRO_TLE_0, "0"},
{FCDPRO_TLE_1, "1"},
{FCDPRO_TLE_2, "2"},
{FCDPRO_TLE_3, "3"}