mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
headlight rework and laser addition
This commit is contained in:
@@ -67,7 +67,8 @@ export const HELP_CONTENT = {
|
||||
items: [
|
||||
{ action: 'cameraUp', label: 'Tilt up' },
|
||||
{ action: 'cameraDown', label: 'Tilt down' },
|
||||
{ action: 'nightVisionToggle', label: 'Toggle night vision' },
|
||||
{ action: 'headlightToggle', label: 'Toggle headlight' },
|
||||
{ action: 'laserToggle', label: 'Toggle laser' },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -202,7 +203,8 @@ export const HELP_CONTENT = {
|
||||
// items: [
|
||||
// { action: 'driveMacro', label: 'Drive macro' },
|
||||
// { action: 'dockMacro', label: 'Dock macro' },
|
||||
// { action: 'nightVisionToggle', label: 'Toggle night vision' },
|
||||
// { action: 'headlightToggle', label: 'Toggle headlight' },
|
||||
// { action: 'laserToggle', label: 'Toggle laser' },
|
||||
// { action: 'chatFocus', label: 'Chat focus' },
|
||||
// ],
|
||||
// },
|
||||
|
||||
Reference in New Issue
Block a user