-
-
Notifications
You must be signed in to change notification settings - Fork 994
Adds support for Airbot Theia OSD #4476
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
base: master
Are you sure you want to change the base?
Conversation
WalkthroughA boolean state property Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant UI
participant OSD
participant FC as FlightController
User->>UI: Open OSD tab
UI->>OSD: initialize()
OSD->>FC: request OSD data
FC-->>OSD: flags + apiVersion
OSD->>OSD: decode flags/version
OSD->>OSD: set haveAirbotTheiaOsdDevice (flag7 && api>=1.47)
OSD->>UI: updateOsdView()
note right of UI #D3F2E8: UI decisions incorporate haveAirbotTheiaOsdDevice
UI->>UI: show/hide .noOsdChipDetect
UI->>UI: enable/disable .requires-max7456-font-device-detected
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Suggested reviewers
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: .coderabbit.yaml 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lack any hardware to test, but this shouldn't break existing functionality either. Approving to be ready for FW merge
|
Preview URL: https://d902ce3f.betaflight-configurator.pages.dev |
Adds support for the new Airbot Theia OSD chip.
Airbot will release a new OSD chip "Theia" - it is a replacement for the MAX IC.
Requires:
#14391
Summary by CodeRabbit
New Features
Bug Fixes