From 046f28a3c2acb8c54d4565e07dbc5e103960f667 Mon Sep 17 00:00:00 2001
From: Aadi Desai <21363892+supleed2@users.noreply.github.com>
Date: Tue, 15 Jun 2021 18:06:36 +0100
Subject: [PATCH] Add colour command to help text
---
Control/data/index.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Control/data/index.html b/Control/data/index.html
index 2e9db40..15930d6 100644
--- a/Control/data/index.html
+++ b/Control/data/index.html
@@ -341,6 +341,8 @@
"> telemetry reset" + "
" + "
" +
"'stop' and emergency stop that stops the rover and resets the command buffer" + "
" +
"> stop" + "
" + "
" +
+ "'colour' to select which coloured ball to track" + "
" +
+ "> colour [colour] (red, orange, pink, blue, green)" + "
" + "
" +
"------------------------------------------"
)
document.getElementById("commandInput").value = "";
@@ -467,4 +469,4 @@
-