mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-09 16:33:44 +00:00
Add displaying PTT/freq/mode info to the status bar
This commit is contained in:
parent
9957abbb46
commit
dfb5dbd948
10 changed files with 266 additions and 35 deletions
|
|
@ -338,8 +338,6 @@ func (s *controlStream) deinit() {
|
|||
log.Debug("sending deauth")
|
||||
_ = s.sendPktAuth(0x01)
|
||||
_ = s.sendPktAuth(0x01)
|
||||
_ = s.sendPktAuth(0x01)
|
||||
_ = s.sendPktAuth(0x01)
|
||||
// Waiting a little bit to make sure the radio can send retransmit requests.
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue