-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Add support for 460K8 telemetry baudrate #4658
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
Conversation
WalkthroughThe change enhances the list of selectable telemetry baud rates in the file Changes
Sequence Diagram(s)sequenceDiagram
participant UI
participant PortsConfig (src/js/tabs/ports.js)
participant API
UI->>PortsConfig: Request available telemetry baud rates
PortsConfig-->>API: Get API version
API-->>PortsConfig: Return API version (e.g., 1.47+)
PortsConfig-->>UI: Return telemetryBaudRates (incl. 230400, 460800 for 1.47+)
UI->>User: Display expanded baud rates
Note over PortsConfig: "230400" and "460800" now included if API >= 1.47
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5-10 minutes Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
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. Comment |
|
|
Preview URL: https://pr4658.betaflight-app-preview.pages.dev |



Summary by CodeRabbit