ericklein / air_quality

displays and logs local indoor and outdoor weather and air quality information
MIT License
0 stars 0 forks source link

internalTemp is never set to 10000 although code has checks for it #50

Closed ericklein closed 2 years ago

ericklein commented 2 years ago

Routines looking for a missing temp/humidity sensor look for sensorData.internalTemp == 10000, though there is no place in the code that sets this. The code moved to deepSleep() when a sensor is not available (see if the problem goes away on its own) so these ==10000 dependencies need to be addressed.

ericklein commented 2 years ago

issue does not exist in current code base