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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user