Эх сурвалжийг харах

Add short blink to confirm GreenPAK detection (#38)

Petteri Aimonen 3 жил өмнө
parent
commit
eedb92ada8

+ 4 - 0
lib/AzulSCSI_platform_GD32F205/greenpak.cpp

@@ -171,6 +171,10 @@ bool greenpak_load_firmware()
     else
     {
         azlog("GreenPAK firmware successfully loaded");
+        LED_ON();
+        delay(10);
+        LED_OFF();
+        delay(100);
         g_greenpak_is_ready = true;
         return true;
     }