LPS25H: Fix devid

This commit is contained in:
Lorenz Meier
2017-01-17 12:01:17 +01:00
parent 79caa30bd5
commit 36e4b8e5e8
+1 -1
View File
@@ -744,7 +744,7 @@ LPS25H::collect()
new_report.altitude = alt;
/* TODO get device ID for sensor */
new_report.device_id = 0;
new_report.device_id = _device_id;
if (!(_pub_blocked)) {