Update CubeGotchi.ino
This commit is contained in:
parent
940a0886fb
commit
4e96f28edc
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user