From 4e96f28edca31822cbd5462038138c2ef4dc395e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Wed, 12 Jun 2024 12:59:16 +0000 Subject: [PATCH] Update CubeGotchi.ino --- CubeGotchi.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CubeGotchi.ino b/CubeGotchi.ino index f7adb7a..8fcb4bf 100644 --- a/CubeGotchi.ino +++ b/CubeGotchi.ino @@ -72,7 +72,7 @@ static void hal_sleep_until(timestamp_t ts) { if (remaining > 0) { delayMicroseconds(remaining); } - delayMicroseconds(22); // fixed delay to compensate for emulator time drifting + delayMicroseconds(24); // fixed delay to compensate for emulator time drifting #endif }