mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
Standardised sorting of bands array for band plans
* Standardised organisation of the bands array in the band allocation JSON files. They are now organised by the starting frequency. * Added 'Polar Orbiting Satellites' to the general JSON file, as that affects all general users.
This commit is contained in:
@@ -347,18 +347,18 @@
|
||||
"start": 24940000,
|
||||
"end": 24990000
|
||||
},
|
||||
{
|
||||
"name": "SW 11m",
|
||||
"type": "broadcast",
|
||||
"start": 25650000,
|
||||
"end": 26100000
|
||||
},
|
||||
{
|
||||
"name": "CB",
|
||||
"type": "amateur",
|
||||
"start": 25165000,
|
||||
"end": 30105000
|
||||
},
|
||||
{
|
||||
"name": "SW 11m",
|
||||
"type": "broadcast",
|
||||
"start": 25650000,
|
||||
"end": 26100000
|
||||
},
|
||||
{
|
||||
"name": "10m CW",
|
||||
"type": "amateur",
|
||||
|
||||
Reference in New Issue
Block a user