ISSUE-4341: Allow more legal Sub-GHz frequencies in Germany#4349
Open
herbenderbler wants to merge 2 commits intoflipperdevices:devfrom
Open
ISSUE-4341: Allow more legal Sub-GHz frequencies in Germany#4349herbenderbler wants to merge 2 commits intoflipperdevices:devfrom
herbenderbler wants to merge 2 commits intoflipperdevices:devfrom
Conversation
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.
Summary
This PR expands the EU/RU Sub-GHz regulatory band table to include additional legal frequencies requested for Germany.
Problem
The current EU/RU region limits in firmware did not include:
As a result, legal frequencies requested in the original feature report were not covered by the EU/RU region band definitions.
Original feature request: #4341
What's changed?
Updated EU/RU region bands in
targets/f7/furi_hal/furi_hal_region.c:No app UI frequency list changes were made in this PR.
No unrelated logic changes were made.
Validation and testing performed
1) Build validation
2) Device flashing and packaging validation
3) On-device CLI RX tuning validation (new ranges)
Executed on physical device CLI with internal radio (device 0):
Observed result for each:
4) Region policy behavior check (TX on US-region hardware)
Executed:
Observed:
This confirms expected behavior on US-region hardware:
Follow-up (debug helper only)
As a small follow-up, this branch also updates the debug Sub-GHz test frequency helper to include representative values from the newly added 868 MHz ranges. This is limited to debug tooling and does not change runtime region policy behavior or user-facing regulatory logic.
868000000868600000868700000868800000869200000Notes
This PR updates EU/RU regulatory band definitions only.
It does not alter region provisioning behavior, and it does not bypass regional TX policy enforcement.
Checklist (For Reviewer)