Skip to content

Commit 77951d8

Browse files
committed
Add hartmann checkbox to AutoPilot mode
1 parent 1c209b1 commit 77951d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/HAL/AutoPilot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default function AutoPilotMode() {
164164
window.electron.tron.send(commandString);
165165
}
166166
},
167-
[isRunning, count, macroName, preload]
167+
[isRunning, count, macroName, preload, hartmann]
168168
);
169169

170170
const handleStop = (immediately: boolean = false) => {

0 commit comments

Comments
 (0)