-
Notifications
You must be signed in to change notification settings - Fork 14
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
Where are the bandColors located #20
Comments
@wptracy Sorry, if I don't fully understand what problem you are having. There is not a bandcolor file per se. You change the config file by copying the '.txt' contents to the '.config' file in the bandcolors section. So, you would go from: { to: { If restarting is resetting the file, close everything SDR++ first and do it again. Sometimes it takes a few tries. If still not working, try restarting your computer and do it again. If you still have problems, I can send you my files as examples. |
I wrote this to the ~.config/sdrpp/config.json. Thanks for the help and solution. { |
@wptracy Good to see you figured it out! I could have done a better job explaining in the readme. I'll clean it up in the next update. |
Where are the bandColors located? I tried to update ~./config/sdrpp/config.json and replace origional bandColors with your ConfigBandColorsModification.txt colors. I save my work, but when I spawn SDR++ it clobbers my config.json file with the origional bandColors (below).
I've searched everywhere but can't file a bandColors file.
{
"bandColors": {
"amateur": "#FF0000FF",
"aviation": "#00FF00FF",
"broadcast": "#0000FFFF",
"marine": "#00FFFFFF",
"military": "#FFFF00FF"
},
"bandPlan": "USA (KN1E)",
"bandPlanEnabled": true,
"bandPlanPos": 0,
"centerTuning": false,
"colorMap": "Classic",
"decimationPower": 0,
"fastFFT": false,
"fftHeight": 300,
"fftRate": 20,
"fftSize": 65536,
"fftWindow": 1,
"frequency": 100000000.0,
"fullWaterfallUpdate": false,
"iqCorrection": false,
"max": 0.0,
"maximized": false,
"menuElements": [
{
The text was updated successfully, but these errors were encountered: