CountUpDownTimer icon indicating copy to clipboard operation
CountUpDownTimer copied to clipboard

ESP32 ?

Open JacoFourie opened this issue 7 years ago • 3 comments
trafficstars

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 ?

JacoFourie avatar Feb 16 '18 11:02 JacoFourie

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.

  • Andrew

On Feb 16, 2018, at 6:57 AM, JacoFourie [email protected] 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.

AndrewMascolo avatar Feb 16 '18 12:02 AndrewMascolo

OK you have to run it on CPU 1, the same core the loop runs on. Now it works.

JacoFourie avatar Feb 16 '18 13:02 JacoFourie

Awesome

Sent from my iPhone

On Feb 16, 2018, at 8:13 AM, JacoFourie [email protected] 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.

AndrewMascolo avatar Feb 16 '18 16:02 AndrewMascolo