mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Update the cli status
command to show all detected sensors (Except on
CJMCU). Further cleanup of sensor initialisation.
This commit is contained in:
parent
c45efac812
commit
1de72b11ce
10 changed files with 190 additions and 114 deletions
|
@ -24,8 +24,6 @@ typedef enum {
|
|||
BARO_MS5611 = 3
|
||||
} baroSensor_e;
|
||||
|
||||
extern baroSensor_e baroHardware;
|
||||
|
||||
#define BARO_SAMPLE_COUNT_MAX 48
|
||||
|
||||
typedef struct barometerConfig_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue