mirror of
https://github.com/supleed2/ELEC50003-P1-CW.git
synced 2024-12-22 21:45:49 +00:00
Add colour command to help text
This commit is contained in:
parent
b7ac9a5f66
commit
046f28a3c2
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue