Skip to content

Commit f235abd

Browse files
committed
Merge branch 'master' of github.com:G4lile0/tinyGS
2 parents 86994c7 + 2d60d6f commit f235abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinyGS/tinyGS.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ void switchTestmode()
344344
}
345345
else
346346
{
347-
configManager.setTestMode(false);
347+
configManager.setTestMode(true);
348348
Log::console(PSTR("Changed from normal mode to test mode"));
349349
}
350350
}

0 commit comments

Comments
 (0)