mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4d60494bfb
commit
0cbd6d7a9d
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
func (mod *BLERecon) onStateChanged(dev gatt.Device, s gatt.State) {
|
||||
mod.Info("state changed to %v", s)
|
||||
mod.Debug("state changed to %v", s)
|
||||
|
||||
switch s {
|
||||
case gatt.StatePoweredOn:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue