Changeset 16792


Ignore:
Timestamp:
06/10/13 12:00:20 (11 years ago)
Author:
tbretz
Message:
There is not much we can do in Configured2 other than waiting for the trigger to becoome enabled.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/handleFtmIdle.js

    r16791 r16792  
    3636    case "Configuring2":
    3737    case "Configured1":
    38     case "Configured2":
    3938        console.out("Ftmctrl in '"+state.name+"'... sending RESET_CONFIGURE... waiting for 'Idle'.");
    4039        dim.send("FTM_CONTROL/RESET_CONFIGURE");
    4140        return "Valid";
     41
     42    case "Configured2":
     43        return "";
    4244
    4345    case "ConfigError1":
Note: See TracChangeset for help on using the changeset viewer.