Index: /trunk/FACT++/gui/FactGui.h
===================================================================
--- /trunk/FACT++/gui/FactGui.h	(revision 16975)
+++ /trunk/FACT++/gui/FactGui.h	(revision 16976)
@@ -2593,4 +2593,5 @@
             if (s.index==FTM::State::kConnected    ||
                 s.index==FTM::State::kIdle         ||
+                s.index==FTM::State::kValid        ||
                 configuring) // Dim connection / FTM connected
                 SetLedColor(fStatusFTMLed, kLedGreen, time);
@@ -2598,5 +2599,6 @@
                 SetLedColor(fStatusFTMLed, kLedGreenCheck, time);
             if (s.index==FTM::State::kConnected ||
-                s.index==FTM::State::kIdle) // Dim connection / FTM connected
+                s.index==FTM::State::kIdle      ||
+                s.index==FTM::State::kValid) // Dim connection / FTM connected
                 enable = true;
             if (s.index>=FTM::State::kConfigError1) // Dim connection / FTM connected
