From 366d6a1fa42f4f6fe94c8dace51e4fd689dccf46 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sat, 21 Dec 2024 15:20:00 +0100 Subject: [PATCH] Reset mode-an aldaketa --- hw/bolak/bolak.ino | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/bolak/bolak.ino b/hw/bolak/bolak.ino index a37c555..ae8985e 100644 --- a/hw/bolak/bolak.ino +++ b/hw/bolak/bolak.ino @@ -92,7 +92,10 @@ void loop() { modePlaying(); break; } - + //Reset mode-ean moterea ta goika FC-a ez dugu begiratuko + if(currentMode == RESET){ + return; + } handleMotor(); if(resetBtn.isReleased()){