bootgatthrm: fix settings typo

master
Rob Pilling 2024-04-24 12:50:43 +01:00
parent 274c4b9d55
commit 751120b668
1 changed files with 1 additions and 1 deletions

View File

@ -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")) {