source: trunk/FACT++/scripts/doTrackWobble.js@ 18651

Last change on this file since 18651 was 17399, checked in by tbretz, 11 years ago
Check (and wait a short time) whether server is online.
File size: 261 bytes
Line 
1var wobble = $['wobble']=='true' ? 2 : 1;
2var source = $['source'];
3
4console.out("Start tracking wobble position "+wobble+" of "+source);
5
6include("scripts/CheckStates.js");
7
8checkSend(["DRIVE_CONTROL"]);
9dim.send("DRIVE_CONTROL/TRACK_WOBBLE", wobble, source);
Note: See TracBrowser for help on using the repository browser.