mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-04 23:50:05 +01:00
Fixed offset frequency display on start.
This commit is contained in:
parent
af09300cc1
commit
e11ccbfb1f
|
|
@ -1481,6 +1481,7 @@ function audio_init()
|
|||
if(starting_offset_frequency)
|
||||
{
|
||||
demodulators[0].offset_frequency = starting_offset_frequency;
|
||||
e("webrx-actual-freq").innerHTML=format_frequency("{x} MHz",center_freq+starting_offset_frequency,1e6,4);
|
||||
demodulators[0].set();
|
||||
mkscale();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue