Update CubeGotchi.ino

This commit is contained in:
Tomislav Kopić 2024-06-12 12:59:16 +00:00
parent 940a0886fb
commit 4e96f28edc

View File

@ -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
}