Allow changing bluetooth adapter ID

This commit is contained in:
2022-05-02 20:17:38 -07:00
parent bc45943bdc
commit 52b85ab361
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()