mirror of
https://github.com/bettercap/bettercap
synced 2025-07-14 00:53:46 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
037d5cea22
commit
810d24d80e
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ func (mod *HIDRecon) Configure() error {
|
|||
|
||||
if mod.useLNA {
|
||||
if err = mod.dongle.EnableLNA(); err != nil {
|
||||
return err
|
||||
return fmt.Errorf("make sure your device supports LNA, otherwise set hid.lna to false and retry: %s", err)
|
||||
}
|
||||
mod.Debug("LNA enabled")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue