styling changes and disable beep boop

This commit is contained in:
legop3
2026-05-17 21:45:13 -04:00
parent f6f985d740
commit 03bf356de2
6 changed files with 16 additions and 15 deletions
+1
View File
@@ -533,6 +533,7 @@ export function ControlSystemProvider({ children }) {
if (prevActive === nextActive) return;
dispatch({ type: 'control/set-manual-dock-assist', payload: nextActive });
if (!nextActive) {
pipeline.sendSong([{ note: 83, duration: 10 }, { note: 76, duration: 10 }], { slot: 0 });
setServoAngle(0, { force: true });
return;
}