mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Add compass QMC5883L driver (#5309)
This commit is contained in:
parent
6560e96e98
commit
73eb5d396e
56 changed files with 248 additions and 14 deletions
|
@ -116,7 +116,7 @@ const char * const lookupTableBaroHardware[] = {
|
|||
#if defined(USE_SENSOR_NAMES) || defined(USE_MAG)
|
||||
// sync with magSensor_e
|
||||
const char * const lookupTableMagHardware[] = {
|
||||
"AUTO", "NONE", "HMC5883", "AK8975", "AK8963"
|
||||
"AUTO", "NONE", "HMC5883", "AK8975", "AK8963", "QMC5883"
|
||||
};
|
||||
#endif
|
||||
#if defined(USE_SENSOR_NAMES) || defined(USE_RANGEFINDER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue