Compare commits

..

No commits in common. "c43ab91ace5e79ff27a7aa1746d0b0a239915565" and "4796698d8ca73aed5da0a1b24e59df260e0f98c3" have entirely different histories.

View file

@ -80,17 +80,9 @@ void loop() {
break;
case 3: // Vergleich Eingabe/Ausgabe
//Gruppe 4 start ===============================================================================
for(int i{0}; i <= level; i++)
{
if(musterEingabe[i] == musterVorgabe[i])
state = 4;
else
{
state = 5;
break;
}
}
break;
//Gruppe 4 ende ================================================================================
break;
case 4: // geschafft, Runde hochzählen und auf Display ausgeben