From 9bf003baf592ddcc3f743483c22e436a7fa5447d Mon Sep 17 00:00:00 2001 From: Vitaliy Nimych Date: Wed, 20 Sep 2023 13:00:28 +0300 Subject: [PATCH] fix gyro align, add box user name --- configs/default/FLMO-STELLARF7.config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/default/FLMO-STELLARF7.config b/configs/default/FLMO-STELLARF7.config index 25be2562f..5cc5d17ba 100644 --- a/configs/default/FLMO-STELLARF7.config +++ b/configs/default/FLMO-STELLARF7.config @@ -117,7 +117,7 @@ set dshot_burst = ON set motor_pwm_protocol = DSHOT300 set current_meter = ADC set battery_meter = ADC -set vbat_scale = 111 +set vbat_scale = 110 set ibata_scale = 182 set beeper_inversion = ON set beeper_od = OFF @@ -126,8 +126,10 @@ set max7456_spi_bus = 2 set flash_spi_bus = 3 set gyro_1_bustype = SPI set gyro_1_spibus = 1 -set gyro_1_sensor_align = CW270 +set gyro_1_sensor_align = CW180 set gyro_1_align_pitch = 1800 set pinio_config = 1,1,1,1 set pinio_box = 40,41,42,255 set small_angle = 180 +set box_user_1_name = "VTX POWER" +set box_user_2_name = "CAMERA SWITCH"