master
ademant 2019-06-25 10:38:21 +02:00
parent d0831a97bc
commit 1b9dcede85
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ if "bme280" in log_conf:
calibration_params=bme280.load_calibration_params(bme_bus,bme_add)
bme=[]
for n in range(len(meas_types)):
bme[n]=meas_data(var_name=meas_type[n],ring_length=60,device=devicename,sensor="BME280",i2c=bme_add,store_file="/home/pi/log/data_"+meas_types[n])
bme[n]=meas_data(var_name=meas_types[n],ring_length=60,device=devicename,sensor="BME280",i2c=bme_add,store_file="/home/pi/log/data_"+meas_types[n])
if bbme:
while True: