Skip to content

Commit

Permalink
Merge branch 'master' of github.com:G4lile0/tinyGS
Browse files Browse the repository at this point in the history
  • Loading branch information
4m1g0 committed Mar 20, 2021
2 parents 86994c7 + 2d60d6f commit f235abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyGS/tinyGS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ void switchTestmode()
}
else
{
configManager.setTestMode(false);
configManager.setTestMode(true);
Log::console(PSTR("Changed from normal mode to test mode"));
}
}
Expand Down

0 comments on commit f235abd

Please sign in to comment.