mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Enable offset based on P-mode
This commit is contained in:
parent
1d81eb5c47
commit
5fd32d3f36
@ -65,8 +65,10 @@ private:
|
||||
|
||||
uint8_t _instance;
|
||||
|
||||
// Model-specific offset/calibration values stored in device ROM
|
||||
// pressure offset used in pressure calculation
|
||||
float _p_mode_offset;
|
||||
// measurement range parameters used in pressure calculation
|
||||
// varies based on model, stored in ROM on device
|
||||
float _p_min;
|
||||
float _p_max;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user