bootgatthrm: fix settings typo
parent
274c4b9d55
commit
751120b668
|
|
@ -55,7 +55,7 @@
|
||||||
/*
|
/*
|
||||||
* BLE has to restart after service setup.
|
* BLE has to restart after service setup.
|
||||||
*/
|
*/
|
||||||
if(!settings.keepConnected)
|
if(!keepConnected)
|
||||||
NRF.disconnect();
|
NRF.disconnect();
|
||||||
}
|
}
|
||||||
else if (error.message.includes("UUID 0x2a37")) {
|
else if (error.message.includes("UUID 0x2a37")) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue