From dcb23c7ffa2680a0141b5b8a6ebd02c0380b4502 Mon Sep 17 00:00:00 2001 From: Adrian Weber Date: Tue, 16 Apr 2019 17:47:45 +0200 Subject: [PATCH] fix: show serial in networkmap for Trb5Sc -AW --- web/htdocs/network/map.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/web/htdocs/network/map.pl b/web/htdocs/network/map.pl index f789ddf..7184f1a 100755 --- a/web/htdocs/network/map.pl +++ b/web/htdocs/network/map.pl @@ -304,6 +304,7 @@ sub GetSerial { if($type == 0x95) { $file = 'trb3sc'; } if($type == 0x96) { $file = 'dirich'; } if($type == 0x97) { $file = 'dirich_concentrator'; } + if($type == 0xa5) { $file = 'trb5sc'; } if($type == 0x23 && -e "/home/hadaq/trbsoft/daq/mdc/serials_oep.db" ) {$file = "/home/hadaq/trbsoft/daq/mdc/serials_oep.db";} return '-' unless $file; -- 2.43.0