diff --git a/src/entrypoints/Groundstation/lyra-gs-entry.cpp b/src/entrypoints/Groundstation/lyra-gs-entry.cpp
index 48c7767c8d54ea9d90b90492180af12a078b6bf4..dd93dc87bd048cd26471d5691f26b5e7ff5d910a 100644
--- a/src/entrypoints/Groundstation/lyra-gs-entry.cpp
+++ b/src/entrypoints/Groundstation/lyra-gs-entry.cpp
@@ -209,6 +209,10 @@ int main()
 
     // Start the modules
 
+    ledOn();
+    Thread::sleep(2000);
+    ledOff();
+
     // ARP start errors
     bool init_fatal = false;