Update CubeGotchi.ino
This commit is contained in:
parent
ab4d57855b
commit
539d742562
@ -72,7 +72,7 @@ static void hal_sleep_until(timestamp_t ts) {
|
|||||||
if (remaining > 0) {
|
if (remaining > 0) {
|
||||||
delayMicroseconds(remaining);
|
delayMicroseconds(remaining);
|
||||||
}
|
}
|
||||||
delayMicroseconds(2); // fixed delay to compensate for time drifting
|
delayMicroseconds(8); // fixed delay to compensate for emulator time drifting
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user