Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FLMO-STELLARF4.config #1240

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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