mirror of https://github.com/aredn/aredn.git
bugfix: Correct bandmapping to 3400 for Rocket M3
This commit is contained in:
parent
6c91ec0ab4
commit
5414cb2f86
|
@ -1104,7 +1104,7 @@ sub hardware_info
|
|||
'antennas' => { 1 => "Chain0", 2 => "Chain1", 3 => "Diversity"},
|
||||
'defaultant' => 3,
|
||||
'usechains' => 1,
|
||||
'rfband' => '2400',
|
||||
'rfband' => '3400',
|
||||
},
|
||||
'0xe252' => {
|
||||
'name' => 'airGrid M2 HP',
|
||||
|
|
Loading…
Reference in New Issue