esdrasedu / nerves_dht

Sensor DHT22 and DHT11 supported for nerves
GNU General Public License v3.0
3 stars 5 forks source link

no temperature or humidity #5

Open fregas opened 5 years ago

fregas commented 5 years ago

I'm using master and not getting any temp readings from this build. Even after rm -Rf deps/ _build/

I was trying to use the new version with the PR jcarstens submitted. Here's the version i have in my mix.lock

 "nerves_dht": {:git, "https://github.com/esdrasedu/nerves_dht.git", "a3bae3bca9f0eb39d5f284bcfb422fb422e805fc", []},

The temp and humidity always return nil. Works fine w/ jcarstens in master.