Open JacoFourie opened 6 years ago
I am not sure either. I don’t have an ESP32 so I never tested for it.
I’m curious to what you find and how to solve it.
On Feb 16, 2018, at 6:57 AM, JacoFourie notifications@github.com wrote:
Hi. I love this library. I use it all the time.
But it seems not to work on the ESP32. I am able to declare one timer and it needs to run on CPU 1. IF I declare the seconds one its time stays on 1 second.
What is up with it on the ESP32 ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
OK you have to run it on CPU 1, the same core the loop runs on. Now it works.
Awesome
Sent from my iPhone
On Feb 16, 2018, at 8:13 AM, JacoFourie notifications@github.com wrote:
OK you have to run it on CPU 1, the same core the loop runs on. Now it works.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Hi. I love this library. I use it all the time.
But it seems not to work on the ESP32. I am able to declare one timer and it needs to run on CPU 1. IF I declare the seconds one its time stays on 1 second.
What is up with it on the ESP32 ?