camera 0 to drive macro

This commit is contained in:
legop3
2026-01-14 20:15:20 -05:00
parent 899e647a9d
commit 23fe03ca54
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -57,6 +57,7 @@ export const DEFAULT_MACROS = [
label: 'Drive',
description: 'Start, dock, and full command sequence used by the drive button.',
steps: [
{ type: 'servo', angle: 0 },
{ type: 'oi', command: 'start' },
{ type: 'pause', duration: COMMAND_DELAY_MS },
{ type: 'oi', command: 'dock' },