Skip to content

TBS_LUCID_RPI_FC: Replace USE_BARO_BMP390 with USE_BARO_BMP388 - #1186

Draft
haslinghuis with Copilot wants to merge 2 commits into
masterfrom
copilot/replace-use-baro-bmp390-with-use-baro-bmp388
Draft

TBS_LUCID_RPI_FC: Replace USE_BARO_BMP390 with USE_BARO_BMP388#1186
haslinghuis with Copilot wants to merge 2 commits into
masterfrom
copilot/replace-use-baro-bmp390-with-use-baro-bmp388

Conversation

Copilot AI commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

USE_BARO_BMP390 is not a valid firmware symbol. The BMP388 driver handles BMP390 detection via chip ID, so the correct define is USE_BARO_BMP388.

Changes

  • configs/TEBS/TBS_LUCID_RPI_FC/config.h: replace USE_BARO_BMP390USE_BARO_BMP388

Checklist (✓/✕, or y/n)

  • passed Betaflight team's schematics review
  • passed hardware samples testing
  • follows guidelines
  • follows connector standards
  • flight tested
  • comments/issues resolved

Co-authored-by: haslinghuis <8344830+haslinghuis@users.noreply.github.com>
Copilot AI changed the title [WIP] Replace obsolete USE_BARO_BMP390 with USE_BARO_BMP388 TBS_LUCID_RPI_FC: Replace USE_BARO_BMP390 with USE_BARO_BMP388 Aug 13, 2026
Copilot AI requested a review from haslinghuis August 13, 2026 07:07

@haslinghuis haslinghuis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternative we could update firmware to use USE_BARO_BMP390

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace obsolete USE_BARO_BMP390 with USE_BARO_BMP388 for TBS_LUCID_RPI_FC

2 participants