Update CubeGotchi.ino

This commit is contained in:
Tomislav Kopić 2024-06-12 11:51:11 +00:00
parent ab4d57855b
commit 539d742562

View File

@ -72,7 +72,7 @@ static void hal_sleep_until(timestamp_t ts) {
if (remaining > 0) {
delayMicroseconds(remaining);
}
delayMicroseconds(2); // fixed delay to compensate for time drifting
delayMicroseconds(8); // fixed delay to compensate for emulator time drifting
#endif
}