Skip to content

Commit b69234b

Browse files
Mark JessopMark Jessop
authored andcommitted
Change RS41 mainboard tooltip, local -> viewer local
1 parent 1bade89 commit b69234b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/tracker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ function habitat_data(jsondata, data_ages, current_timestamp, alternative) {
12611261
"burst_timer": "If active, this indicates the time (HH:MM:SS) until the radiosonde will automatically power-off.",
12621262
"xdata": "Raw auxiliary data (as hexadecimal) from an external sensor package (often an Ozone sensor).",
12631263
"oif411_O3_partial_pressure": "Estimated O3 partial pressure, using nominal calibration values. +/- 1 mPa.",
1264-
"rs41_mainboard": "RSM412 = Old PCB, RSM414 = New PCB design (~2023)"
1264+
"rs41_mainboard": "A last digit of '4' may indicate this is a new (~2023) PCB."
12651265
}
12661266

12671267
var hide_keys = {
@@ -1974,7 +1974,7 @@ function updateVehicleInfo(vcallsign, newPosition) {
19741974

19751975

19761976
// mid for portrait
1977-
var p = '<dt>'+formatDate(stringToDateUTC(newPosition.gps_time))+'</dt><dd>datetime (local)</dd>' +
1977+
var p = '<dt>'+formatDate(stringToDateUTC(newPosition.gps_time))+'</dt><dd>datetime (viewer local)</dd>' +
19781978
'<dt>'+coords_text+'</dt><dd>coordinates</dd>' +
19791979
c +// receivers if any
19801980
'</dl>' +
@@ -1988,7 +1988,7 @@ function updateVehicleInfo(vcallsign, newPosition) {
19881988
// mid for landscape
19891989
var l = ((vehicle.vehicle_type == "car") ? '' : '<dt>'+ascent_text+' '+hrate_text+'</dt><dd>rate v|h</dd>') +
19901990
'<dt>'+text_alt+' ('+text_alt_max+')</dt><dd>altitude (max)</dd>' +
1991-
'<dt>'+formatDate(stringToDateUTC(newPosition.gps_time))+'</dt><dd>datetime (local)</dd>' +
1991+
'<dt>'+formatDate(stringToDateUTC(newPosition.gps_time))+'</dt><dd>datetime (viewer local)</dd>' +
19921992
'<dt>'+coords_text+'</dt><dd>coordinates</dd>' +
19931993
// Enabling use of the larger data store
19941994
habitat_data(vehicle.data_fields, vehicle.data_fields_age, newPosition.gps_timestamp) +

0 commit comments

Comments
 (0)