Skip to content
Snippets Groups Projects
Commit e9d6b6e7 authored by Samuel Schmidt's avatar Samuel Schmidt
Browse files

new offset

parent 9446cada
Branches
No related tags found
No related merge requests found
......@@ -148,10 +148,10 @@ class T_logger:
for bme_key in bme_keys:
for key, value in data[bme_key].items():
# if "BME280-76-1" in bme_key:
# value -= 0.145
# if "BME280-76-2" in bme_key:
# value -= 0.025
if "BME280-76-1" in bme_key:
value += 0.273
if "BME280-76-2" in bme_key:
value += 0.144
new_dict[bme_key + "_" + key] = value
data = new_dict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment