Changeset 16792 for trunk/FACT++/scripts
- Timestamp:
- 06/10/13 12:00:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/handleFtmIdle.js
r16791 r16792 36 36 case "Configuring2": 37 37 case "Configured1": 38 case "Configured2":39 38 console.out("Ftmctrl in '"+state.name+"'... sending RESET_CONFIGURE... waiting for 'Idle'."); 40 39 dim.send("FTM_CONTROL/RESET_CONFIGURE"); 41 40 return "Valid"; 41 42 case "Configured2": 43 return ""; 42 44 43 45 case "ConfigError1":
Note:
See TracChangeset
for help on using the changeset viewer.