-
Notifications
You must be signed in to change notification settings - Fork 550
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
Bandplan stacking and dynamic bookmark levels #1156
base: master
Are you sure you want to change the base?
Conversation
Here is a band plan I adapted from: Original BandPlan.xml |
18bc530
to
293e41e
Compare
90e7bea
to
a2aeaf1
Compare
Sorry for the force pushes, I'm obviously having issues with local branch management. |
FYI: I use force-push for pull requests regularly if not told not to do. So correct behaviour is project dependent :) |
When plotter is initialized with a small area, the number of bookmark label levels cannot change with resize. Removing the "static const" fixes this issue.
The bandplan now stacks ranges that overlap frequencies. This allows for more complicated bandplans and for all overlapping ranges to be identified.