jandelgado / jled

Non-blocking LED controlling library for Arduino and friends.
MIT License
324 stars 51 forks source link

JLedSequence.Stop() not working #115

Closed arkypita closed 1 year ago

arkypita commented 1 year ago

I see an issue in JLedSequence.Stop() It stops, but after calling.Update() few times, sequence start again.

I think a is_running_ = false; is missing in function.Stop() I suggest to add this line.

jandelgado commented 1 year ago

Indeed that was missing. Thanks for the report. Fixed with 4.12.2