adafruit / Adafruit_CircuitPython_CCS811

circuit python driver for CCS811 air quality sensor
MIT License
34 stars 24 forks source link

added missing call to _update_data() within the eco2 property #19

Closed brentru closed 6 years ago

brentru commented 6 years ago

_update_data() needs to get called within the eco2 property for it to function correctly.