Skip to content

Commit

Permalink
Update SMS.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni committed Sep 27, 2019
1 parent e28d5d7 commit 5da151f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cart_Reader/SMS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ void smsMenu() {
{
case 0:
display_Clear();
mode = mode_SMS;
setup_SMS();
// Change working dir to root
sd.chdir("/");
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5da151f

Please sign in to comment.