Sfoglia il codice sorgente

Turn off the Pico LED after SD Remount

androda 1 anno fa
parent
commit
0cc96ad69d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/BlueSCSI.cpp

+ 1 - 0
src/BlueSCSI.cpp

@@ -758,6 +758,7 @@ extern "C" void bluescsi_main_loop(void)
 
         reinitSCSI();
         init_logfile();
+        LED_OFF();
       }
       else if (!g_romdrive_active)
       {