Skip to content

Commit

Permalink
Merge pull request #718 from NextCenturyCorporation/mcs-2014
Browse files Browse the repository at this point in the history
MCS - 2014 - Set Rotation from 36 to 9
  • Loading branch information
phile-caci authored Dec 18, 2023
2 parents 336bc39 + 1213dff commit 40f446c
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 40f446c

Please sign in to comment.