fix up some mistakes#578
Conversation
changed all OSD presets to COMMUNITY, fixed crash flip mode on karate whoop, trying to fix osd images on my osd presets
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughFive preset configuration files updated: three UAV_tech OSD presets transitioned from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 0/1 reviews remaining, refill in 53 minutes and 13 seconds.Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@presets/2025.12/osd/sugark_analog_osd.txt`:
- Line 18: The preset metadata contains an <img ... src="...jwt=..."> with a
signed JWT query parameter; remove the tokenized private URL from the image tag
in the preset (the src value inside the <img ...> on the DESCRIPTION line) and
replace it with a non-tokenized public URL or a local/relative image reference
(or remove the image entirely) so no jwt=... query param remains in the file.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 6b8651b1-edb0-4bf4-967c-3f8791edac18
📒 Files selected for processing (5)
presets/2025.12/osd/UAV_tech_Analog.txtpresets/2025.12/osd/UAV_tech_DJI.txtpresets/2025.12/osd/UAV_tech_DJI_GPS.txtpresets/2025.12/osd/sugark_analog_osd.txtpresets/2025.12/tune/karate/karate_whoop_2025_12.txt
|
Preview URL: https://pr578.betaflight-firmware-presets.pages.dev |
changed all OSD presets to COMMUNITY, fixed crash flip mode on karate whoop, trying to fix osd images on my osd presets
Summary by CodeRabbit
Documentation
Chores