[FL-2244] Companion reboot fix (#988)

* bt: don't open rpc session if it is busy
* bq27220: fix incorrect checksum calculation

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2022-02-09 15:03:27 +03:00
committed by GitHub
parent 2876499c4f
commit 6b78a8ccfe
4 changed files with 14 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ FuriHalBtProfileConfig profile_config[FuriHalBtProfileNumber] = {
.conn_int_min = 0x08,
.conn_int_max = 0x18,
.slave_latency = 0,
.supervisor_timeout = 50,
.supervisor_timeout = 0,
},
},
},

View File

@@ -47,7 +47,7 @@ FuriHalBtProfileConfig profile_config[FuriHalBtProfileNumber] = {
.conn_int_min = 0x08,
.conn_int_max = 0x18,
.slave_latency = 0,
.supervisor_timeout = 50,
.supervisor_timeout = 0,
},
},
},