ソースを参照

Turn off the Pico LED after SD Remount

androda 1 年間 前
コミット
0cc96ad69d
1 ファイル変更1 行追加0 行削除
  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)
       {