Disable fsensor newVolt debug reporting
This commit is contained in:
parent
f94c2cba46
commit
d1b216da0d
|
|
@ -227,7 +227,7 @@ bool IR_sensor_analog::update() {
|
||||||
if (voltReady) {
|
if (voltReady) {
|
||||||
voltReady = false;
|
voltReady = false;
|
||||||
uint16_t volt = getVoltRaw();
|
uint16_t volt = getVoltRaw();
|
||||||
printf_P(PSTR("newVoltRaw:%u\n"), volt / OVERSAMPLENR);
|
// printf_P(PSTR("newVoltRaw:%u\n"), volt / OVERSAMPLENR);
|
||||||
|
|
||||||
// detect min-max, some long term sliding window for filtration may be added
|
// detect min-max, some long term sliding window for filtration may be added
|
||||||
// avoiding floating point operations, thus computing in raw
|
// avoiding floating point operations, thus computing in raw
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue