longer bumpening

This commit is contained in:
legop3
2026-02-08 17:02:55 -05:00
parent c9a19d46f7
commit 1842177a6d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -70,8 +70,8 @@ export const DEFAULT_MACROS = [
{ type: 'pause', duration: COMMAND_DELAY_MS },
{ type: 'oi', command: 'full' },
{ type: 'pause', duration: 300 },
{ type: 'drive', speeds: { left: -500, right: -500 } },
{ type: 'pause', duration: 400 },
{ type: 'drive', speeds: { left: -300, right: -300 } },
{ type: 'pause', duration: 600 },
{ type: 'drive', speeds: { left: 0, right: 0 } },
],
},