File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,9 @@ 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+ "tacho_uptime" : "KNMI Tachometer Uptime" ,
265+ "tacho_delta" : "KNMI Tachometer Delta" ,
266+ "tacho_rpm" : "KNMI Tachometer RPM" ,
264267 "rs41_mainboard" : "RS41 PCB Version" ,
265268 "rs41_mainboard_fw" : "RS41 PCB FW"
266269} ;
@@ -321,6 +324,9 @@ var globalSuffixes = {
321324 "pcfh_peltier_current_02" : " A" ,
322325 "pcfh_reserved_temperature" : "°C" ,
323326 "pcfh_thermocouple_reference_temperature" : "°C" ,
327+ "tacho_uptime" : " S" ,
328+ "tacho_delta" : " s/400rev" ,
329+ "tacho_rpm" : " RPM"
324330} ;
325331
326332// localStorage vars
You can’t perform that action at this time.
0 commit comments