Allow reconnections without refreshing. Closes #12

This commit is contained in:
osiu97
2026-07-08 22:19:48 +02:00
parent fac3215415
commit 89299860d4
2 changed files with 7 additions and 15 deletions
+1
View File
@@ -180,6 +180,7 @@
} else {
BLE.connect().catch(e => {
console.error('[BLE Connect Error]', e);
UI.setButtonLoading('btn-ble-connect', false);
if (!e.message?.includes('cancelled')) {
UI.log(`Connect error: ${e.message} (${e.name})`, 'error');
}