Ver código fonte

Restored Home button

Thokoop 1 ano atrás
pai
commit
a0962fd981
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      templates/index.html

+ 2 - 1
templates/index.html

@@ -116,7 +116,7 @@
                             <option value="none">None</option>
                             <option value="none">None</option>
                             <option value="clear_in">Clear from In</option>
                             <option value="clear_in">Clear from In</option>
                             <option value="clear_out">Clear from Out</option>
                             <option value="clear_out">Clear from Out</option>
-                            <option value="clear_sideway">Clear Sideway</option>
+                            <option value="clear_sideway">Clear Sideways</option>
                             <option value="random">Random</option>
                             <option value="random">Random</option>
                         </select>
                         </select>
                     </div>
                     </div>
@@ -164,6 +164,7 @@
                 <button onclick="stopExecution()" class="cancel">Stop Current Pattern</button>
                 <button onclick="stopExecution()" class="cancel">Stop Current Pattern</button>
                 <button onclick="runClearIn()">Clear In</button>
                 <button onclick="runClearIn()">Clear In</button>
                 <button onclick="runClearOut()">Clear Out</button>
                 <button onclick="runClearOut()">Clear Out</button>
+                <button onclick="sendHomeCommand()" class="warn">Home</button>
                 <button onclick="moveToCenter()">Move to Center</button>
                 <button onclick="moveToCenter()">Move to Center</button>
                 <button onclick="moveToPerimeter()">Move to Perimeter</button>
                 <button onclick="moveToPerimeter()">Move to Perimeter</button>
             </div>
             </div>