debuging
This commit is contained in:
parent
d3b2cc4c89
commit
3cb59cc688
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class Mhz19Co2:
|
||||||
|
|
||||||
def read(self) -> int | None:
|
def read(self) -> int | None:
|
||||||
data = mh_z19.read()
|
data = mh_z19.read()
|
||||||
|
logging.debug(str(data))
|
||||||
|
|
||||||
if not data:
|
if not data:
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in a new issue