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

@ -207,6 +207,6 @@ void CYSFTX::setLevels(int8_t percent1, int8_t percent3)
m_levelD[i] = -level3;
}
DEBUG3("YSF, Levels 1/3", level1, level3);
DEBUG3("YSFTX: Levels 1/3", level1, level3);
}