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 27, 2024
1 parent e8ab266 commit d6604cc
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 @@ -71,7 +71,7 @@
if (fetchedResponse["j"] == 1) {
document.getElementById("status").innerHTML = "status: " + (fetchedResponse["a"] == 1 ? "on" : "off");
} else {
document.getElementById("status").innerHTML = "status: " + "car joystick not calibrated";
document.getElementById("status").innerHTML = "status: " + "center car joystick to start car";
}

} catch (e) {
Expand Down

0 comments on commit d6604cc

Please sign in to comment.