1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 00:05:28 +03:00

Fake baro, fake mag, fake GPS for debugging on the bench on acro board

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2015-12-09 16:04:37 +10:00
parent 77b53404c3
commit b8ea813a6c
6 changed files with 115 additions and 6 deletions

View file

@ -199,8 +199,8 @@ static const char * const sensorTypeNames[] = {
static const char * const sensorHardwareNames[4][11] = {
{ "", "None", "MPU6050", "L3G4200D", "MPU3050", "L3GD20", "MPU6000", "MPU6500", "FAKE", NULL },
{ "", "None", "ADXL345", "MPU6050", "MMA845x", "BMA280", "LSM303DLHC", "MPU6000", "MPU6500", "FAKE", NULL },
{ "", "None", "BMP085", "MS5611", "BMP280", NULL },
{ "", "None", "HMC5883", "AK8975", NULL }
{ "", "None", "BMP085", "MS5611", "BMP280", "FAKE", NULL },
{ "", "None", "HMC5883", "AK8975", "FAKE", NULL }
};
#endif