mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Merge branch 'master' into betaflight
Conflicts: Makefile docs/Cli.md src/main/config/config.c src/main/drivers/accgyro_mpu3050.c src/main/drivers/accgyro_mpu6050.c src/main/drivers/accgyro_mpu6050.h src/main/drivers/accgyro_spi_mpu6000.c src/main/drivers/accgyro_spi_mpu6000.h src/main/drivers/accgyro_spi_mpu6500.c src/main/drivers/accgyro_spi_mpu6500.h src/main/drivers/barometer_bmp280.c src/main/drivers/sensor.h src/main/flight/pid.c src/main/mw.c src/main/rx/rx.c src/main/sensors/initialisation.c src/main/target/CC3D/target.h
This commit is contained in:
commit
12c9f65f43
82 changed files with 2309 additions and 1771 deletions
|
@ -422,7 +422,7 @@ void handleSmartPortTelemetry(void)
|
|||
tmpi += 10;
|
||||
if (FLIGHT_MODE(HORIZON_MODE))
|
||||
tmpi += 20;
|
||||
if (FLIGHT_MODE(AUTOTUNE_MODE))
|
||||
if (FLIGHT_MODE(UNUSED_MODE))
|
||||
tmpi += 40;
|
||||
if (FLIGHT_MODE(PASSTHRU_MODE))
|
||||
tmpi += 40;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue