mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 00:39:16 +02:00
offline optimization, new signal chart, ui optimization
This commit is contained in:
@@ -46,3 +46,11 @@ function tuneTo(freq) {
|
||||
function resetRDS() {
|
||||
socket.send("T0");
|
||||
}
|
||||
|
||||
function getCurrentFreq() {
|
||||
currentFreq = $('#data-frequency').text();
|
||||
currentFreq = parseFloat(currentFreq).toFixed(3);
|
||||
currentFreq = parseFloat(currentFreq);
|
||||
|
||||
return currentFreq;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user