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 }