Skip to content

Commit

Permalink
Add hartmann checkbox to AutoPilot mode
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 31, 2024
1 parent 1c209b1 commit 77951d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/HAL/AutoPilot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default function AutoPilotMode() {
window.electron.tron.send(commandString);
}
},
[isRunning, count, macroName, preload]
[isRunning, count, macroName, preload, hartmann]
);

const handleStop = (immediately: boolean = false) => {
Expand Down

0 comments on commit 77951d8

Please sign in to comment.