Alter levels and threshold logging slightly.

This commit is contained in:
Jonathan Naylor 2016-06-22 18:06:49 +01:00
parent 17f6314f90
commit 2d656b0126
6 changed files with 6 additions and 6 deletions

View file

@ -257,6 +257,6 @@ void CYSFRX::setThreshold(int8_t percent)
m_scale = res / 1000;
DEBUG2("YSF, Scale", m_scale);
DEBUG2("YSFRX: Scale", m_scale);
}