mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
Fixed offset frequency display on start.
This commit is contained in:
parent
af09300cc1
commit
e11ccbfb1f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue