Add colour command to help text

This commit is contained in:
Aadi Desai 2021-06-15 18:06:36 +01:00 committed by GitHub
parent b7ac9a5f66
commit 046f28a3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -341,6 +341,8 @@
"> telemetry reset" + "<br>" + "<br>" +
"'stop' and emergency stop that stops the rover and resets the command buffer" + "<br>" +
"> stop" + "<br>" + "<br>" +
"'colour' to select which coloured ball to track" + "<br>" +
"> colour [colour] (red, orange, pink, blue, green)" + "<br>" + "<br>" +
"------------------------------------------"
)
document.getElementById("commandInput").value = "";
@ -467,4 +469,4 @@
</script>
</html>
</html>