mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Baro fixes, cleanups and improvements.
* Add BARO debug mode. * BMP085 - Fix EOC and XCLR initialisation. * BMP085 - update previously dead code. * BMP280 - Move t_fine out of the calibration data, since their usage is mixed. * BMP280 - Move static_assert closer to definition.
This commit is contained in:
parent
7cd030559d
commit
eea9242d7b
7 changed files with 48 additions and 29 deletions
|
@ -106,6 +106,7 @@ typedef enum {
|
|||
DEBUG_CRSF_LINK_STATISTICS_UPLINK,
|
||||
DEBUG_CRSF_LINK_STATISTICS_PWR,
|
||||
DEBUG_CRSF_LINK_STATISTICS_DOWN,
|
||||
DEBUG_BARO,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue