remove of choixModeJeu and choixDifficulty in web mod update oled web menu
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user