d2r2 / go-dht

Golang library to interact with DHT11/DHT22/DHT12 temperature and humidity sensors from Raspberry PI.
MIT License
133 stars 52 forks source link

Fix writing error if running as regular user #25

Open Dalvany opened 4 years ago

Dalvany commented 4 years ago

See #24
It fix the writing error and therefore the need for running as root.

iAnatoly commented 3 years ago

This actually worked well for me. Any reason why is this not merged?