Conversation
Branch Targeting SuggestionYou've targeted the
If This is an automated suggestion to help route contributions to the appropriate branch. |
Review Summary by QodoEnable automatic barometer detection for HUMMINGBIRD FC305
WalkthroughsDescription• Switch barometer from fixed SPL06 to automatic detection • Add DPS310 barometer support with shared I2C bus • Consolidate barometer I2C bus configuration • Fix unreliable SPL06 sensor detection issues Diagramflowchart LR
A["Fixed SPL06 Config"] -->|"Switch to autodetect"| B["BARO_AUTODETECT"]
C["SPL06 Only"] -->|"Add DPS310 support"| D["SPL06 + DPS310"]
E["Separate I2C Configs"] -->|"Consolidate"| F["Shared BARO_I2C_BUS"]
File Changes1. src/main/target/HUMMINGBIRD_FC305/config.c
|
Code Review by Qodo
1. busdev_dps310 uses hardcoded addr
|
|
Test firmware build ready — commit Download firmware for PR #11469 1 targets built. Find your board's
|
Our customers reported that the SPL06 sometimes isn’t detected, so we’ve switched to automatic detection.

