kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Add station callsign to top of page
rodzic
bf0534413c
commit
bb253f427a
|
|
@ -52,6 +52,12 @@
|
|||
async: false,
|
||||
success: function(data) {
|
||||
autorx_config = data;
|
||||
// Update station callsign area
|
||||
_station_call = autorx_config['habitat_uploader_callsign'];
|
||||
if (autorx_config['aprs_user'] !== "N0CALL"){
|
||||
_station_call += " / " + autorx_config['aprs_user'];
|
||||
}
|
||||
$('#station_callsign').text(_station_call);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -1324,7 +1330,11 @@
|
|||
|
||||
<!-- Wrapper for main screen -->
|
||||
<div id="main" onload="loadMap();">
|
||||
<span style="font-size:3vh;cursor:pointer;" onclick="changeNav()">☰ Radiosonde Auto-RX</span>
|
||||
<div>
|
||||
<span style="font-size:3vh;cursor:pointer;" onclick="changeNav()">☰ Radiosonde Auto-RX</span>
|
||||
<span style="font-size:2vh;"> Station: </span>
|
||||
<span style="font-size:2vh;" id="station_callsign">???</span>
|
||||
</div>
|
||||
<p style="font-size:2vh;">Current Task: <span id="task_status">???</span></p>
|
||||
<div id="tableid">
|
||||
<div id="telem_table"></div>
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue