mirror of https://github.com/g4klx/MMDVM.git
Alter levels and threshold logging slightly.
This commit is contained in:
parent
17f6314f90
commit
2d656b0126
|
@ -215,6 +215,6 @@ void CDMRIdleRX::setThreshold(int8_t percent)
|
||||||
|
|
||||||
m_scale = res / 1000;
|
m_scale = res / 1000;
|
||||||
|
|
||||||
DEBUG2("DMR, Scale", m_scale);
|
DEBUG2("DMRIdleRX: Scale", m_scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -386,6 +386,6 @@ void CDMRSlotRX::setThreshold(int8_t percent)
|
||||||
|
|
||||||
m_scale = res / 1000;
|
m_scale = res / 1000;
|
||||||
|
|
||||||
DEBUG2("DMR, Scale", m_scale);
|
DEBUG2("DMRSlotRX: Scale", m_scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -410,6 +410,6 @@ void CDMRTX::setLevels(int8_t percent1, int8_t percent3)
|
||||||
m_levelD[i] = -level3;
|
m_levelD[i] = -level3;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG3("DMR, Levels 1/3", level1, level3);
|
DEBUG3("DMRTX: Levels 1/3", level1, level3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -484,6 +484,6 @@ void CDStarTX::setLevels(int8_t percent)
|
||||||
m_level1[i] = level;
|
m_level1[i] = level;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG2("D-Star, Level", level);
|
DEBUG2("DStarTX: Level", level);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -257,6 +257,6 @@ void CYSFRX::setThreshold(int8_t percent)
|
||||||
|
|
||||||
m_scale = res / 1000;
|
m_scale = res / 1000;
|
||||||
|
|
||||||
DEBUG2("YSF, Scale", m_scale);
|
DEBUG2("YSFRX: Scale", m_scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue