File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments