adafruit / Adafruit_BME680

117 stars 76 forks source link

Fix variable name in debug code #24

Closed kugel2 closed 5 years ago

kugel2 commented 5 years ago

I changed the variable name in the debug code from meas_period to remaining_millis to adjust for the changes in 7e5a79b6bc3e1e56d32506f0eb03e5f188887345.

This should fix #23.

This is my first pull request so i hope everything is fine :-)