esp-rs/esp-hal

Remove `current_millis` from the API

Closed this issue · 1 comments

We no longer need this, we can use esp_hal::time::now() internally.

We can at least remove that, true. In some places we use ticks - we need to double check that but even if we need to keep that internally, we don't need current_millis for sure