Uncomment setup

This commit is contained in:
Pyramond 2025-06-17 09:11:18 +02:00
parent 42f1b2f818
commit 8489a7dfed

View File

@ -18,13 +18,12 @@ 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();
}