Rewrite connect/reconnect code

This commit is contained in:
2022-02-21 02:46:20 -08:00
parent 2342b0d82a
commit b6ba971d50
3 changed files with 198 additions and 192 deletions

8
go.mod
View File

@@ -3,8 +3,8 @@ module go.arsenm.dev/infinitime
go 1.16
require (
github.com/fxamacker/cbor/v2 v2.3.0
github.com/godbus/dbus/v5 v5.0.3
github.com/muka/go-bluetooth v0.0.0-20211122080231-b99792bbe62a
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
github.com/fxamacker/cbor/v2 v2.4.0
github.com/godbus/dbus/v5 v5.0.6
github.com/muka/go-bluetooth v0.0.0-20220219050759-674a63b8741a
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
)