Allow changing bluetooth adapter ID

This commit is contained in:
2022-05-02 20:17:38 -07:00
parent 889d16fb0a
commit 711df70edc
5 changed files with 9 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ func main() {
}
// Initialize infinitime library
infinitime.Init()
infinitime.Init(k.String("bluetooth.adapter"))
// Cleanly exit after function
defer infinitime.Exit()