some progress

This commit is contained in:
evilsocket 2025-07-10 15:13:44 +02:00
parent e0b38a8c60
commit 37188007fd
4 changed files with 35 additions and 47 deletions

View file

@ -62,7 +62,7 @@ func NewBLERecon(s *session.Session) *BLERecon {
// deviceId: -1,
quit: make(chan bool),
done: make(chan bool),
connTimeout: 5,
connTimeout: 15,
devTTL: 30,
current: &CurrentDevice{},
}