This commit is contained in:
Gilles Boccon-Gibod
2023-10-29 09:36:17 -07:00
parent d8517ce407
commit a63b335149
5 changed files with 25 additions and 7 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ class BumbleControls extends LitElement {
if (hciUrl) {
this.settingsHciUrlInput.value = hciUrl;
} else {
// Start with a template.
this.settingsHciUrlInput.value = "ws://localhost:XYZW/v1/websocket/bt"
// Start with default, assuming port 7681.
this.settingsHciUrlInput.value = "ws://localhost:7681/v1/websocket/bt"
}
this.settingsDialog.showModal();
}