add first integration of direwolf for aprs
This commit is contained in:
@ -102,6 +102,9 @@
|
||||
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-ysf"
|
||||
style="display:none;" data-feature="digital_voice_digiham"
|
||||
onclick="demodulator_analog_replace('ysf');">YSF</div>
|
||||
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-packet"
|
||||
style="display:none;" data-feature="packet"
|
||||
onclick="demodulator_analog_replace('packet');">Packet</div>
|
||||
</div>
|
||||
<div class="openwebrx-panel-line">
|
||||
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-dig" onclick="demodulator_digital_replace_last();">DIG</div>
|
||||
|
2322
htdocs/libmbe.js
Normal file
2322
htdocs/libmbe.js
Normal file
File diff suppressed because it is too large
Load Diff
BIN
htdocs/libmbe.wasm
Normal file
BIN
htdocs/libmbe.wasm
Normal file
Binary file not shown.
@ -443,6 +443,11 @@ function demodulator_default_analog(offset_frequency,subtype)
|
||||
{
|
||||
this.low_cut=-3250;
|
||||
this.high_cut=3250;
|
||||
}
|
||||
else if(subtype=="packet")
|
||||
{
|
||||
this.low_cut=-4000;
|
||||
this.high_cut=4000;
|
||||
}
|
||||
else if(subtype=="am")
|
||||
{
|
||||
|
Reference in New Issue
Block a user