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
+3
View File
@@ -18,11 +18,13 @@ uint16_t currtouched = 0;
void setup() {
Serial.begin(115200);
/*
if (!cap.begin(0x5B)) {
Serial.println("MPR121 not found, check wiring?");
while (1);
}
Serial.println("MPR121 found!");
*/
setupMenu();
}
@@ -31,6 +33,7 @@ void loop() {
readButton();
if (!isPlay) {
menu();
Serial.println("ok");
} else {
if (!local) {
if(!isWebSet){