From 5da151f072171e0ad4a3b51698a4146051258a4c Mon Sep 17 00:00:00 2001 From: sanni Date: Fri, 27 Sep 2019 23:01:45 +0200 Subject: [PATCH] Update SMS.ino --- Cart_Reader/SMS.ino | 3 +++ 1 file changed, 3 insertions(+) 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