Changeset 12217 for trunk


Ignore:
Timestamp:
10/20/11 11:43:18 (13 years ago)
Author:
tbretz
Message:
Evaluate the new status which shows if an FAD is configured.
File:
1 edited

Legend:

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

    r12212 r12217  
    16571657                continue;
    16581658            }
    1659             if (stat1==2 && stat2==8)
     1659            if (stat1>=2 && stat2==8)
    16601660            {
    1661                 SetLedColor(fFadLED[i], kLedGreen,  d.time);
     1661                SetLedColor(fFadLED[i], stat1==2?kLedGreen:kLedGreenCheck,  d.time);
    16621662                continue;
    16631663            }
Note: See TracChangeset for help on using the changeset viewer.