From: Jan Michel Date: Thu, 3 Apr 2014 21:46:23 +0000 (+0200) Subject: added CBM Tof as possible hardware type X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=81d05e2ff98d3a04f90954e5689871524bb1097d;p=daqtools.git added CBM Tof as possible hardware type --- diff --git a/web/htdocs/network/map.htm b/web/htdocs/network/map.htm index 3867101..08575cb 100644 --- a/web/htdocs/network/map.htm +++ b/web/htdocs/network/map.htm @@ -45,6 +45,7 @@ function update(data) { case 0x90: o+= "TRB3 central"; break; case 0x91: o+= "TRB3 periph"; break; case 0x92: o+= "CBM-Rich"; break; + case 0x93: o+= "CBM-Tof"; break; case 0x62: o+= "Hub AddOn"; break; case 0x52: o+= "CTS"; break; case 0x42: o+= "Shower AddOn"; break;