Skip to content

Commit

Permalink
Update widget.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wmpmills authored Nov 16, 2023
1 parent 0ac16b4 commit b20ac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1 class="title" id="closeProximiity">...</h1>

function connectToDevice() {
jsxapi
.connect("localhost", {
.connect(ipAddress, {
username: username,
password: password,
})
Expand Down

0 comments on commit b20ac67

Please sign in to comment.