adafruit/Adafruit_CircuitPython_HDC302x

Heater setting function has a print(_power) statement

cjmair opened this issue · 0 comments

When using the heater setting function, if you pass a valid setting e.g. "HALF_POWER" the function prints out the
int value of the setting sent to the device as there is a print(_power) statement in the function.