mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Merge branch 'feature-sonar-flight-mode-no-baro' of dclifton-github.com:nebbian/cleanflight into nebbian-feature-sonar-flight-mode-no-baro
Fixed tabs, kept old references to VARIO. Made SONAR mode a new option so that aux settings could be preserved. Conflicts: src/main/config/runtime_config.h src/main/flight/altitudehold.h src/main/flight/imu.c src/main/io/rc_controls.h src/main/mw.c src/main/sensors/initialisation.c
This commit is contained in:
commit
3eb8bcb3e5
8 changed files with 77 additions and 20 deletions
|
@ -406,8 +406,8 @@ static void detectBaro()
|
|||
return;
|
||||
}
|
||||
#endif
|
||||
sensorsClear(SENSOR_BARO);
|
||||
#endif
|
||||
sensorsClear(SENSOR_BARO);
|
||||
}
|
||||
|
||||
void reconfigureAlignment(sensorAlignmentConfig_t *sensorAlignmentConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue