Skip to content

Commit

Permalink
fixed connection locking
Browse files Browse the repository at this point in the history
  • Loading branch information
madpsy committed Feb 28, 2025
1 parent 30074f1 commit 74f5b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1>KISS File Transfer <span id="connectionStatusDot"></span></h1>
<div class="mb-3">
<label for="connectionType" class="form-label">Connection Type</label> <select id="connectionType" class="form-select">
<option value="websockets" selected>
Websockets
Websockets (requires Websockets Server)
</option>
<option value="serial">
Serial
Expand Down Expand Up @@ -1784,7 +1784,7 @@ <h5>To ${sentFileStats.receiver} – ${sentFileStats.fileName} (ID: ${sentFileSt
updateConnectionIndicator();
}
} else {
alert("Web Serial API not supported in this browser.");
alert("Web Serial API not supported in this browser. Try using Google Chrome");
serialConnected = false;
updateConnectionIndicator();
}
Expand Down

0 comments on commit 74f5b8d

Please sign in to comment.