Longer io timeout

This commit is contained in:
whowechina 2024-05-18 14:10:29 +08:00
parent 821d2e8d58
commit 56b52976e3
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -8,7 +8,7 @@
#include "touch.h"
#include "rgb.h"
#define IO_TIMEOUT_SEC 10
#define IO_TIMEOUT_SEC 60
static struct {
bool stat;

View File

@ -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;
}