Add displaying PTT/freq/mode info to the status bar

This commit is contained in:
Nonoo 2020-10-29 09:39:13 +01:00
parent 9957abbb46
commit dfb5dbd948
10 changed files with 266 additions and 35 deletions

View file

@ -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)
}