Naguissa / uTimerLib

Arduino tiny and cross-device compatible timer library
https://www.foroelectro.net/electronica-digital-microcontroladores-f8/utimerlib-libreria-arduino-para-eventos-temporizad-t191.html
GNU Lesser General Public License v3.0
20 stars 9 forks source link

Timer crash in esp32 #15

Closed raffaeler closed 2 years ago

raffaeler commented 2 years ago

I just downgraded a project from PlatformIO to Arduino IDE.

This project starts and stop a timer (50ms interval) with two serial port commands, very easy.

Note: I could understand the cause was the timer because I decoded the ESP32 backtrace using a tool.

I can't understand from the diff, how this can cause the crash, but apparently it does. https://github.com/Naguissa/uTimerLib/compare/1.6.5...1.6.6#diff-e2a251b850a8484de4afd48e6d37cb2b3600da975fcfca21e8d35935c60c0b17R92

Naguissa commented 2 years ago

I'll check ASAP, seems a problem with cleartimer / create a new one

Naguissa commented 2 years ago

Solved on new 1.6.7 release: https://github.com/Naguissa/uTimerLib/releases/tag/1.6.7

It will appear on Library Manager approximately in 2-3 hours.