Skip to content

Commit b69a715

Browse files
committed
Extended CB band with "unofficial" part, included 27700 SSTV frequency.
1 parent 933639a commit b69a715

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
**1.2.102**
22
- Added MSK144 to WSJT modes received over MQTT.
33
- Added ISM signal level reporting [Ryan Jacobs].
4+
- Added 27700kHz SSTV frequency to all bandplans.
45
- Fixed MQTT initialization order [Jan Loewe].
56
- Fixed background digital mode instantiation.
67
- Enabled RTTY skimmer to send to PskReporter.
8+
- Extended CB band to 28MHz in all bandplans.
79
- Removed NOAA satellites from the bandplans.
810
- Improved HAM callsigns verification.
911

bands-r1.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,10 @@
388388
{
389389
"name": "11m CB",
390390
"lower_bound": 26965000,
391-
"upper_bound": 27405000,
391+
"upper_bound": 28000000,
392392
"frequencies": {
393-
"js8": 27245000
393+
"js8": 27245000,
394+
"sstv": 27700000
394395
},
395396
"tags": ["public"]
396397
},

bands-r2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,10 @@
386386
{
387387
"name": "11m CB",
388388
"lower_bound": 26965000,
389-
"upper_bound": 27405000,
389+
"upper_bound": 28000000,
390390
"frequencies": {
391-
"js8": 27245000
391+
"js8": 27245000,
392+
"sstv": 27700000
392393
},
393394
"tags": ["public"]
394395
},

bands-r3.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,10 @@
378378
{
379379
"name": "11m CB",
380380
"lower_bound": 26965000,
381-
"upper_bound": 27405000,
381+
"upper_bound": 28000000,
382382
"frequencies": {
383-
"js8": 27245000
383+
"js8": 27245000,
384+
"sstv": 27700000
384385
},
385386
"tags": ["public"]
386387
},

debian/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ openwebrx (1.2.102) bullseye jammy; urgency=low
22

33
* Added MSK144 to WSJT modes received over MQTT.
44
* Added ISM signal level reporting [Ryan Jacobs].
5+
* Added 27700kHz SSTV frequency to all bandplans.
56
* Fixed MQTT initialization order [Jan Loewe].
67
* Fixed background digital mode instantiation.
78
* Enabled RTTY skimmer to send to PskReporter.
9+
* Extended CB band to 28MHz in all bandplans.
810
* Removed NOAA satellites from the bandplans.
911
* Improved HAM callsigns verification.
1012

0 commit comments

Comments
 (0)