Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MCS - 2014 - Set Rotation from 36 to 9 #718

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions webenabled/templates/mcs_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ <h1>Machine Common Sense</h1>
<button onclick="runMultipleActions('MoveBack', 10)">Move Back 10</button>
<button onclick="runMultipleActions('MoveLeft', 10)">Move Left 10</button>
<button onclick="runMultipleActions('MoveRight', 10)">Move Right 10</button>
<button onclick="runMultipleActions('RotateLeft', 36)">Rotate Left 36</button>
<button onclick="runMultipleActions('RotateRight', 36)">Rotate Right 36</button>
<button onclick="runMultipleActions('RotateLeft', 9)">Rotate Left 9</button>
<button onclick="runMultipleActions('RotateRight', 9)">Rotate Right 9</button>
<button onclick="runMultipleActions('Pass', 10)">Pass 10</button>
</div>

Expand Down
Loading