Not conversion
This commit is contained in:
@@ -30,7 +30,7 @@ while True:
|
||||
humidity = sensor.humidity
|
||||
|
||||
#convert to Farenheit
|
||||
#temp = (temp * 1.8) + 32
|
||||
temp = (temp * 1.8) + 32
|
||||
print("Temperature: {}*F Humidity: {}% ".format(temp, humidity))
|
||||
except RuntimeError as error:
|
||||
print(error.args[0])
|
||||
|
||||
Reference in New Issue
Block a user