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

@@ -55,6 +55,8 @@ func cfgWatch(provider *file.File) {
func setCfgDefaults() {
k.Load(confmap.Provider(map[string]interface{}{
"bluetooth.adapter": "hci0",
"socket.path": "/tmp/itd/socket",
"conn.reconnect": true,