895 add rc calibration functionality#998
Merged
1Blademaster merged 5 commits intomainfrom Feb 21, 2026
Merged
Conversation
Member
1Blademaster
commented
Feb 20, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds RC (Radio Control) calibration functionality to allow users to calibrate their radio controller's min/max PWM values for each channel through an interactive modal interface. The feature enables batch parameter updates on the backend and provides real-time visual feedback during calibration.
Changes:
- Added backend batch RC parameter setting endpoint and controller method
- Implemented Redux state management for calibration modal and batch operations
- Created interactive calibration UI with real-time PWM monitoring and range visualization
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| radio/app/endpoints/rc.py | Added batch_set_rc_config_params endpoint for setting multiple RC parameters |
| radio/app/customTypes.py | Added BatchSetConfigParams type definition |
| radio/app/controllers/rcController.py | Implemented batchSetConfigParams method for batch parameter operations |
| gcs/src/redux/slices/configSlice.js | Added calibration modal state and refined PWM channel update logic |
| gcs/src/redux/middleware/socketMiddleware.js | Added socket event handler for batch RC config results |
| gcs/src/redux/middleware/emitters.js | Added emitter for batch RC config params |
| gcs/src/components/config/radioCalibration.jsx | Implemented calibration modal UI with real-time PWM tracking |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Kwash67
approved these changes
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.