1
0
Fork 0
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:
Dominic Clifton 2015-02-19 21:04:06 +00:00
parent c45efac812
commit 1de72b11ce
10 changed files with 190 additions and 114 deletions

View file

@ -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 {