remove of choixModeJeu and choixDifficulty in web mod update oled web menu

This commit is contained in:
UNIV-LYON1\p2405212
2025-06-16 17:05:42 +02:00
parent 15f5d46b55
commit de0afba0bf
3 changed files with 12 additions and 10 deletions
+5 -6
View File
@@ -23,8 +23,11 @@ void setupWeb(){
display.clearDisplay();
display.setCursor(0, 0);
display.print("Connectez vous au\nreseau ");
display.println("Connectez vous a :");
display.print("Nom : ");
display.println(ssid);
display.print("Mdp : ");
display.println(password);
display.println();
display.print("Puis accedez a \nl'adresse ");
display.print(myIP);
@@ -324,11 +327,7 @@ void loopWeb(){
client.println();
// the content of the HTTP response follows the header:
if(solo){
webSolo(client);
}else{
webGame(client);
}
webGame(client);
client.println();
break;
} else { // if you got a newline, then clear currentLine: