mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
guhw
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>webui</title>
|
||||
<script type="module" crossorigin src="/assets/index-BlaZqU9Q.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DXvSpxjQ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BaCUS21F.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -25,19 +25,19 @@ export const DEFAULT_KEYMAP = {
|
||||
driveBackward: ['s'],
|
||||
driveLeft: ['a'],
|
||||
driveRight: ['d'],
|
||||
boostModifier: ['\\\\'],
|
||||
boostModifier: ['\\'],
|
||||
slowModifier: ['shift'],
|
||||
auxMainForward: ['o'],
|
||||
auxMainReverse: ['l'],
|
||||
auxSideForward: ['p'],
|
||||
auxSideReverse: [';'],
|
||||
auxVacuumFast: ['['],
|
||||
auxVacuumSlow: ["'"],
|
||||
auxAllForward: ['.'],
|
||||
cameraUp: ['i'],
|
||||
cameraDown: ['k'],
|
||||
driveMacro: ['g'],
|
||||
dockMacro: ['h'],
|
||||
auxMainForward: ['i'],
|
||||
auxMainReverse: ['k'],
|
||||
auxSideForward: ['o'],
|
||||
auxSideReverse: ['l'],
|
||||
auxVacuumFast: ['p'],
|
||||
auxVacuumSlow: [';'],
|
||||
auxAllForward: [","],
|
||||
cameraUp: ['u'],
|
||||
cameraDown: ['j'],
|
||||
driveMacro: ['f'],
|
||||
dockMacro: ['g'],
|
||||
};
|
||||
|
||||
export const DEFAULT_MACROS = [
|
||||
@@ -57,7 +57,9 @@ export const DEFAULT_MACROS = [
|
||||
id: 'seek-dock',
|
||||
label: 'Dock',
|
||||
description: 'Send the seek dock command.',
|
||||
steps: [{ type: 'oi', command: 'dock' }],
|
||||
steps: [
|
||||
{ type: 'oi', command: 'dock' }
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user