Skip to content

Commit df54307

Browse files
Mark JessopMark Jessop
authored andcommitted
More tweaks to RS41 mainboard info
1 parent 5a717b1 commit df54307

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

js/tracker.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ var globalKeys = {
261261
"pcfh_fpga_fw_date": "PCFH FPGA Firmware Date",
262262
"pcfh_temperature_pcb_date": "PCFH Temperature PCB Manufacture Date",
263263
"pcfh_main_pcb_date": "PCFH Main PCB Manufacture Date",
264-
"rs41_mainboard": "RS41 Mainboard Version",
265-
"rs41_mainboard_fw": "RS41 Mainboard Firmware"
264+
"rs41_mainboard": "RS41 PCB Version",
265+
"rs41_mainboard_fw": "RS41 PCB FW"
266266
};
267267

268268
var globalSuffixes = {
@@ -1260,7 +1260,8 @@ function habitat_data(jsondata, alternative) {
12601260
var tooltips = {
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).",
1263-
"oif411_O3_partial_pressure": "Estimated O3 partial pressure, using nominal calibration values. +/- 1 mPa."
1263+
"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)"
12641265
}
12651266

12661267
var hide_keys = {

0 commit comments

Comments
 (0)