source: branches/FACT++_part_filenames/scripts/doDriveReset.js@ 18910

Last change on this file since 18910 was 18486, checked in by tbretz, 8 years ago
File size: 137 bytes
Line 
1console.out("Sending drive reset.");
2
3include("scripts/CheckStates.js");
4
5checkSend(["DRIVE_CONTROL"]);
6dim.send("DRIVE_CONTROL/RESET");
Note: See TracBrowser for help on using the repository browser.