tresler
tresler
I was doing my fork of this repository on [my_github](https://github.com/tresler/sacn) and I rewrite it for manual flash sending with channel priority with 0xDD. It is meaby not correctly and clear,...
> I ran into some issues with v3.3.0 as well, namely even example NeoPixelBus code not compiling for the ESP32S3 Dev Module. Compiles fine with the previous version, v3.2.1. Are...
> You will need to decode the backtrace for your built sketch. There are instructions online for doing this. It will provide the call stack that points to who's lock...
No I just use minimal code: ``` #include #include const int stripPin[] = {21, 38, 39, 40, 1, 2, 3, 4, 5, 6, 7, 8, 17, 18, 41, 42}; const...
> If you turn verbose debug output on, do you see anything else before the assert in the output? The spin lock is not within my code, it is inside...