From 940a0886fb25e4a451d5dc6298c7176705733119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Wed, 12 Jun 2024 12:38:45 +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 e3f6ceb..f7adb7a 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(20); // fixed delay to compensate for emulator time drifting + delayMicroseconds(22); // fixed delay to compensate for emulator time drifting #endif }