mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
LPS25H: Fix devid
This commit is contained in:
@@ -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)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user