mstenta / atmospi

Atmospheric monitoring app for logging and graphing temperatures and humidities over time using a Raspberry Pi and DS18B20, DHT11, DHT22, and AM2302 sensor(s).
31 stars 9 forks source link

Hard coded DHT sensor PIN #7

Closed mstenta closed 10 years ago

mstenta commented 10 years ago

Line 32 of measure-dht.py has the PIN of the sensor hard-coded to 22.

Need to change this to respect the settings.py file.

mstenta commented 10 years ago

Fixed!