m0urs 2023-05-21 20:45:40 +02:00
rodzic f0d8bb4de2
commit 803d19f33b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1255,7 +1255,7 @@ $(document).on('keypress',function(e) {
}
} else {
$(".radio_timeout_error" ).remove();
text = '<i class="fas fa-broadcast-tower"></i><span style="margin-left:10px;"></span><b>TX:</b> '+(Math.round(parseInt(data.frequency)/1000)/1000).toFixed(3)+' MHz';
text = '<i class="fas fa-broadcast-tower"></i><span style="margin-left:10px;"></span><b>TX:</b> '+(Math.round(parseInt(data.frequency)/100)/10000).toFixed(4)+' MHz';
if(data.mode != null) {
text = text+'<span style="margin-left:10px"></span>'+data.mode;
}