Added MURS bookmarks.
This commit is contained in:
parent
697355f802
commit
d0484b0066
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue