Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Jul 7, 2020
1 parent a658685 commit 8d124f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions read_ee895.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def _measure_all():
return co,temp,pressure

except Exception as e:
error_log(e, 'Error: Error while reading EE.')
error_log(e, 'Error: Error while reading EE895 Sensor. Is it connected?')

return None
return None, None, None


def measure_raw():
Expand Down

0 comments on commit 8d124f8

Please sign in to comment.