kbrownlees / bme280

Python Driver for the BME280 Temperature/Pressure/Humidity Sensor from Bosch
Other
39 stars 15 forks source link

Removed unicode text that caused errors on ArchLinux on RPi 3 #2

Closed abossenbroek closed 8 years ago

abossenbroek commented 8 years ago

The characters for humidity and temperature caused the script to fail with an error on RPi 3. I replaced the characters with ASCII characters to ensure that they work correctly.

Script is tested on RPi 3 with ArchLinux.

kbrownlees commented 8 years ago

Awesome! Thank you for your work :)

abossenbroek commented 8 years ago

Thanks for adding me as contributor, my full name is Anton Bossenbroek, email anton.bossenbroek@me.com.