mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
implement clear function for js8, too - refs #187
This commit is contained in:
parent
aa66e69c15
commit
9e45cfd02a
4 changed files with 31 additions and 8 deletions
|
|
@ -1456,6 +1456,7 @@ function secondary_demod_init() {
|
|||
$('#openwebrx-panel-wsjt-message').wsjtMessagePanel();
|
||||
$('#openwebrx-panel-packet-message').packetMessagePanel();
|
||||
$('#openwebrx-panel-pocsag-message').pocsagMessagePanel();
|
||||
$('#openwebrx-panel-js8-message').js8();
|
||||
}
|
||||
|
||||
function secondary_demod_push_data(x) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue