mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Change OFF to NONE
This commit is contained in:
parent
6226ea4b98
commit
c072ac265c
1 changed files with 3 additions and 3 deletions
|
@ -364,7 +364,7 @@ static const char * const lookupTableGyroLpf[] = {
|
||||||
|
|
||||||
static const char * const lookupTableAccHardware[] = {
|
static const char * const lookupTableAccHardware[] = {
|
||||||
"AUTO",
|
"AUTO",
|
||||||
"OFF",
|
"NONE",
|
||||||
"ADXL345",
|
"ADXL345",
|
||||||
"MPU6050",
|
"MPU6050",
|
||||||
"MMA8452",
|
"MMA8452",
|
||||||
|
@ -377,7 +377,7 @@ static const char * const lookupTableAccHardware[] = {
|
||||||
|
|
||||||
static const char * const lookupTableBaroHardware[] = {
|
static const char * const lookupTableBaroHardware[] = {
|
||||||
"AUTO",
|
"AUTO",
|
||||||
"OFF",
|
"NONE",
|
||||||
"BMP085",
|
"BMP085",
|
||||||
"MS5611",
|
"MS5611",
|
||||||
"BMP280"
|
"BMP280"
|
||||||
|
@ -385,7 +385,7 @@ static const char * const lookupTableBaroHardware[] = {
|
||||||
|
|
||||||
static const char * const lookupTableMagHardware[] = {
|
static const char * const lookupTableMagHardware[] = {
|
||||||
"AUTO",
|
"AUTO",
|
||||||
"OFF",
|
"NONE",
|
||||||
"HMC5883",
|
"HMC5883",
|
||||||
"AK8975",
|
"AK8975",
|
||||||
"AK8963"
|
"AK8963"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue