use claude to remove some warnings#11044
Conversation
These header-color and battery-fill-region locals are only consumed inside #if GRAPHICS_TFT_COLORING_ENABLED blocks, so they are unused on monochrome targets (e.g. heltec-v3). Mark them [[maybe_unused]].
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (4)
📝 WalkthroughWalkthroughThe pull request adds compiler annotations, updates UI character-array checks and conditional calculations, removes unused maintenance locals, and changes NimBLE connection-parameter handling from updates to requests. ChangesFirmware cleanup and behavior adjustments
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (2 passed)
✨ 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. Comment |
⚡ Try this PR in the Web FlasherNote Building this pull request… the flash button, badges and supported-board |
| */ | ||
| LOG_INFO("BLE requestHighThroughputConnection"); | ||
| bleServer->updateConnParams(conn_handle, 6, 12, 0, 600); | ||
| bleServer->requestConnParams(conn_handle, 6, 12, 0, 600); |
There was a problem hiding this comment.
Do we know what the behavioral differences are between this and the old methods?
🤝 Attestations
Summary by CodeRabbit