diff --git a/Cart_Reader/SMS.ino b/Cart_Reader/SMS.ino index d0122aa..da43ad0 100644 --- a/Cart_Reader/SMS.ino +++ b/Cart_Reader/SMS.ino @@ -26,6 +26,7 @@ void smsMenu() { { case 0: display_Clear(); + mode = mode_SMS; setup_SMS(); // Change working dir to root sd.chdir("/"); @@ -229,6 +230,8 @@ void getCartInfo_SMS() { display_Update(); wait(); #endif + // Turn off LED + rgb.setColor(0, 0, 0); } // Read rom and save to the SD card