mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
styling changes and disable beep boop
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user