From 06febced7f76ed305171a4fce7eb5e08373191b0 Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Sat, 12 Apr 2014 09:48:06 -0700 Subject: [PATCH] Add testing support for Bullet M5 TI see BBHN->ticket:29 --- files/www/cgi-bin/perlfunc.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/www/cgi-bin/perlfunc.pm b/files/www/cgi-bin/perlfunc.pm index fe4377b1..671f08be 100644 --- a/files/www/cgi-bin/perlfunc.pm +++ b/files/www/cgi-bin/perlfunc.pm @@ -1034,6 +1034,17 @@ sub hardware_info 'defaultant' => 1, 'usechains' => 0, }, + '0xe2d5' => { + 'name' => 'Bullet M5 Titanium', + 'comment' => 'Bullet M5 TI in testing', + 'supported' => '-2', + 'maxpower' => '19', + 'pwroffset' => '6', + 'antennas' => { 1 => 'N Connector' }, + 'defaultant' => 1, + 'usechains' => 0, + 'rfband' => '5800ubntus', + }, '0xe302' => { 'name' => 'PicoStation M2', 'comment' => 'PicoStation M2 in testing',