Code for BMP280 sensor added, but still disabled
This commit is contained in:
Binary file not shown.
@@ -607,6 +607,7 @@ else:
|
||||
rawdat['Rain last 24 hours'] = controller.get_rain_last24()
|
||||
rawdat['Temperature'] = controller.get_temperature()
|
||||
rawdat['Humidity'] = controller.get_humidity()
|
||||
rawdat['Pressure'] = controller.get_pressure()
|
||||
|
||||
print (json.dumps(rawdat, indent=1, sort_keys=False))
|
||||
|
||||
|
Reference in New Issue
Block a user