Compare commits

..

No commits in common. "04efa6ba331e9776a6c7868a77e5733ccea77c3f" and "1b76ef8da6b0e4b57443cb8171cf7629c77d61bf" have entirely different histories.

View file

@ -84,10 +84,7 @@ void loop() {
case 4: // geschafft, Runde hochzählen und auf Display ausgeben
//Gruppe 5 start ===============================================================================
Tft.setCursorCharacter(3, 1);
Tft.print("Gewonnen!");
level++;
state = 1;
//Gruppe 5 ende ================================================================================
break;