Update CubeGotchi.ino

This commit is contained in:
Tomislav Kopić 2024-06-12 12:38:45 +00:00
parent 9f331bb242
commit 940a0886fb

View File

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