diff --git a/Production/firmware/mai_pico.uf2 b/Production/firmware/mai_pico.uf2 index 5d1786e..9701b20 100644 Binary files a/Production/firmware/mai_pico.uf2 and b/Production/firmware/mai_pico.uf2 differ diff --git a/firmware/src/io.c b/firmware/src/io.c index 39731df..6bf130f 100644 --- a/firmware/src/io.c +++ b/firmware/src/io.c @@ -8,7 +8,7 @@ #include "touch.h" #include "rgb.h" -#define IO_TIMEOUT_SEC 10 +#define IO_TIMEOUT_SEC 60 static struct { bool stat; diff --git a/firmware/src/main.c b/firmware/src/main.c index 33e05d1..526b9b2 100644 --- a/firmware/src/main.c +++ b/firmware/src/main.c @@ -40,7 +40,7 @@ static void run_lights() { uint64_t now = time_us_64(); - if (io_is_active()) { + if (io_is_active() || aime_is_active()) { return; }