AndrewMascolo / CountUpDownTimer

MIT License
28 stars 20 forks source link

ESP32 ? #20

Open JacoFourie opened 6 years ago

JacoFourie commented 6 years ago

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 ?

AndrewMascolo commented 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.

JacoFourie commented 6 years ago

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

AndrewMascolo commented 6 years ago

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.