mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +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
|
@ -90,4 +90,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"CRSF_LINK_STATISTICS_UPLINK",
|
||||
"CRSF_LINK_STATISTICS_PWR",
|
||||
"CRSF_LINK_STATISTICS_DOWN",
|
||||
"BARO",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue