Offset millis count "_dwTickCount" to desired value for runtime retentation from eeprom
OptifySudarshanPatil opened this issue · 2 comments
OptifySudarshanPatil commented
I need to store runtine in eeprom and restore into "millis()" return count.
Is it possible to change value of "_dwTickCount"?_dwTickCount
matthijskooijman commented
See also arduino/ArduinoCore-API#69, which tracks exactly this, but more generically across all cores.
OptifySudarshanPatil commented
Closing as no real time application.