Changeset 16976 for trunk/FACT++
- Timestamp:
- 07/23/13 11:57:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r16801 r16976 2593 2593 if (s.index==FTM::State::kConnected || 2594 2594 s.index==FTM::State::kIdle || 2595 s.index==FTM::State::kValid || 2595 2596 configuring) // Dim connection / FTM connected 2596 2597 SetLedColor(fStatusFTMLed, kLedGreen, time); … … 2598 2599 SetLedColor(fStatusFTMLed, kLedGreenCheck, time); 2599 2600 if (s.index==FTM::State::kConnected || 2600 s.index==FTM::State::kIdle) // Dim connection / FTM connected 2601 s.index==FTM::State::kIdle || 2602 s.index==FTM::State::kValid) // Dim connection / FTM connected 2601 2603 enable = true; 2602 2604 if (s.index>=FTM::State::kConfigError1) // Dim connection / FTM connected
Note:
See TracChangeset
for help on using the changeset viewer.