-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
fix(radio): serialize live LoRa configuration changes #11311
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
Closed
Closed
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
bc3ec36
feat(radio): add asynchronous config apply contract
RCGV1 47e7c1f
fix(radio): serialize config changes with transmit state
RCGV1 930a735
fix(radio): synchronize config apply handoff
RCGV1 bea56a7
fix(lr1121): report live reconfiguration failures
RCGV1 5f77b57
test(lr1121): verify production 2.4 GHz parameters
RCGV1 9c07c7a
test(lr1121): exercise shared band policy
RCGV1 83f1d80
fix(admin): persist LoRa config after radio apply
RCGV1 4ead5f6
fix(config): isolate pending LoRa state
RCGV1 eba8358
fix(admin): reject invalid LoRa transactions early
RCGV1 c239adb
fix(radio): unify persistent LoRa configuration changes
RCGV1 cf59c8a
fix(menu): stage licensed radio transitions
RCGV1 fbecedc
fix(build): avoid ESP32 aggregate reset compiler crash
RCGV1 3e00fc1
fix(radio): retry deferred configuration apply
RCGV1 2320eee
fix(lr1121): sequence live cross-band calibration
RCGV1 c101ba9
fix(radio): propagate live reconfiguration failures
RCGV1 abc3536
fix(radio): capture driver context in error handlers
RCGV1 6af90b8
fix(radio): harden live LoRa configuration
RCGV1 d5eddff
Merge remote-tracking branch 'origin/develop' into codex/24ghz-rough-…
RCGV1 d8fb536
fix(radio): serialize channel-driven reconfiguration
RCGV1 8458d2f
fix(build): avoid aggregate reset compiler failure
RCGV1 2786c56
Merge remote-tracking branch 'origin/develop' into codex/24ghz-rough-…
RCGV1 6f2822e
fix(radio): address configuration review findings
RCGV1 1a797a7
fix(radio): initialize staged apply state
RCGV1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: meshtastic/firmware
Length of output: 7940
🏁 Script executed:
Repository: meshtastic/firmware
Length of output: 33128
🏁 Script executed:
Repository: meshtastic/firmware
Length of output: 13647
🏁 Script executed:
Repository: meshtastic/firmware
Length of output: 8570
🏁 Script executed:
Repository: meshtastic/firmware
Length of output: 50375
Keep licensed to normal licensed mode if the prompt times out/dismisses.
licensedToNormalConfirmMenu()has nonotificationType = text_banner, sodrawAlertBannerOverlay()runs and callsalertBannerCallback(curSelected)on selection. SinceLicensedToNormalConfirmMenulacks an explicittext_banner, the timeout path does not call the callback, but if an option is selected while the banner is focused onKeep licensed, it appliespendingRegionas an unlicensed mode.🤖 Prompt for AI Agents