Skip to content

Commit

Permalink
Update FLMO-STELLARF4.config
Browse files Browse the repository at this point in the history
Hi! Fixed config (tested 4.3.2 Jan 17 2024 / 12:17:38 (60c9521da) MSP API: 1.44)

added support DPS310 baro
fixed pin FLASH_CS 1 A15
removed serial config
  • Loading branch information
cvetaevvitaliy authored Jan 17, 2024
1 parent 049ac88 commit 6774351
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/default/FLMO-STELLARF4.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Betaflight / STM32F405 (S405) 4.4.2 Aug 14 2023 / 20:54:15 (23d066d08) MSP API: 1.45
# Betaflight / STM32F405 (S405) 4.3.2 Jan 17 2024 / 12:17:38 (60c9521da) MSP API: 1.44

#define USE_ACC
#define USE_GYRO
#define USE_ACCGYRO_BMI270
#define USE_BARO
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH
#define USE_FLASH_M25P16
#define USE_MAX7456
Expand Down Expand Up @@ -49,7 +50,7 @@ resource SPI_MOSI 2 B15
resource ADC_BATT 1 C00
resource ADC_RSSI 1 C02
resource ADC_CURR 1 C01
resource SDCARD_CS 1 A15
resource FLASH_CS 1 A15
resource PINIO 1 C03
resource OSD_CS 1 B12
resource GYRO_EXTI 1 C04
Expand Down Expand Up @@ -112,14 +113,13 @@ dma pin C09 0
# pin C09: DMA2 Stream 7 Channel 7

# feature
feature -RX_PARALLEL_PWM
feature RX_SERIAL
feature TELEMETRY
feature OSD

# serial
serial 1 64 115200 57600 0 115200
serial 3 1 115200 57600 0 115200
serial 4 1024 115200 57600 0 115200

# beacon
beacon RX_LOST
Expand Down

0 comments on commit 6774351

Please sign in to comment.