Changeset 13607


Ignore:
Timestamp:
05/09/12 00:36:55 (13 years ago)
Author:
tbretz
Message:
Implemented colors for the new mcp states.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r13484 r13607  
    26402640            if (s.index==4) // Connected
    26412641                SetLedColor(fStatusMCPLed, kLedYellow, time);
    2642             if (s.index==5 || s.index==10) // Idle
     2642            if (s.index==5 || s.index==10 || s.index>9) // Idle, TriggerOn, TakingData
    26432643                SetLedColor(fStatusMCPLed, kLedGreen, time);
    26442644
Note: See TracChangeset for help on using the changeset viewer.