diff --git a/rigdaemon.cpp b/rigdaemon.cpp index 02d76d0..322aa9b 100644 --- a/rigdaemon.cpp +++ b/rigdaemon.cpp @@ -453,10 +453,11 @@ void RigDaemon::rigUpdate(RIG *my_rig) if (rigCmd.noiseReductionLevel) { - retvalue.i = rigSet.noiseReductionLevel; + retvalue.f = rigSet.noiseReductionLevel/15.0; retcode = rig_set_level(my_rig, RIG_VFO_CURR, RIG_LEVEL_NR, retvalue); if (retcode == RIG_OK) rigGet.noiseReductionLevel = rigSet.noiseReductionLevel; rigCmd.noiseReductionLevel = 0; + //qDebug()<<"set "<