temporarily remove compatibility check

pull/339/head
Justin Cooper 4 months ago
parent 11dab36edb
commit 15aacd0681

@ -51,10 +51,6 @@ document.addEventListener("DOMContentLoaded", () => {
window.addEventListener("error", function (event) {
console.log("Got an uncaught error: ", event.error);
});
if ("serial" in navigator) {
const notSupported = document.getElementById("notSupported");
notSupported.classList.add("hidden");
}
initBaudRate();
loadAllSettings();

Loading…
Cancel
Save