Skip to content

Commit

Permalink
Update _wifi_site.html
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 committed Sep 22, 2024
1 parent 04faff9 commit b8b1ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbg_program/_wifi_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
try {
errorTimeout = setTimeout(() => {
document.getElementById("status").innerHTML = "status: disconnected";
}, 150);
}, 125);
const text = await fetch('/status');
document.getElementById("status").innerHTML = "status: " + text;
clearTimeout(errorTimeout);
Expand Down

0 comments on commit b8b1ddf

Please sign in to comment.