Added MURS bookmarks.

This commit is contained in:
Marat Fayzullin 2024-04-19 00:08:33 -04:00
parent 697355f802
commit d0484b0066
3 changed files with 31 additions and 2 deletions

View File

@ -1,6 +1,7 @@
**1.2.56**
- Added character set setting for the pager messages.
- Fixed formatting issue in the Feature Report.
- Added bookmarks for MURS frequencies.
- Fixed HTML formatting issue in the Feature Report.
- Fixed exception trying to report filtered pager messages.
- Moved Multimon, DumpHFDL, DumpVDL2 decoders to ExecModule.
- Made receiver location available to plugins via Utils.js.

27
bookmarks.d/murs.json Normal file
View File

@ -0,0 +1,27 @@
[
{
"name" : "MURS1",
"frequency" : 151820000,
"modulation" : "nfm"
},
{
"name" : "MURS2",
"frequency" : 151880000,
"modulation" : "nfm"
},
{
"name" : "MURS3",
"frequency" : 151940000,
"modulation" : "nfm"
},
{
"name" : "MURS4",
"frequency" : 154570000,
"modulation" : "nfm"
},
{
"name" : "MURS5",
"frequency" : 154600000,
"modulation" : "nfm"
}
]

3
debian/changelog vendored
View File

@ -1,7 +1,8 @@
openwebrx (1.2.56) bullseye jammy; urgency=low
* Added character set setting for the pager messages.
* Fixed formatting issue in the Feature Report.
* Added bookmarks for MURS frequencies.
* Fixed HTML formatting issue in the Feature Report.
* Fixed exception trying to report filtered pager messages.
* Moved Multimon, DumpHFDL, DumpVDL2 decoders to ExecModule.
* Made receiver location available to plugins via Utils.js.