Merge branch 'feature/web' into 'main'

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

See merge request SAE_203_2025/grA_21_Morpion_lumineaux/gra_21_morpion_lumineux_code!2
This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-16 15:07:27 +00:00
3 changed files with 12 additions and 10 deletions
+3
View File
@@ -18,11 +18,13 @@ void setup() {
Serial.begin(115200);
randomSeed(analogRead(0));
/*
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){