mirror of
https://github.com/supleed2/ELEC50003-P1-CW.git
synced 2024-11-10 01:35:50 +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>" +
|
"> telemetry reset" + "<br>" + "<br>" +
|
||||||
"'stop' and emergency stop that stops the rover and resets the command buffer" + "<br>" +
|
"'stop' and emergency stop that stops the rover and resets the command buffer" + "<br>" +
|
||||||
"> stop" + "<br>" + "<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 = "";
|
document.getElementById("commandInput").value = "";
|
||||||
|
|
Loading…
Reference in a new issue