LeoDJ

Results 7 comments of LeoDJ

Yes, we use ArtNet for our MateLight. And I still want to implement it, but like I said, I sadly don't have that much time. It is definitely on the...

Just out of curiosity, what is your compiler version?

Is it constantly the same frequency of beeping, or is it a loop of ascending notes?

I'm not well versed in the platformio platform structure, so I can't easily implement that myself. But I created the following workaround for now: - Install nrfutil from pip (globally)...

@rajithavk no, I would still like to use nrfutil and if I put `upload_protocol = nrfutil` it'll behave the same way.

It's already added here: https://github.com/Wiz-IO/wizio-pico Maybe it could be ported to the official platform?

You can use the `REDIRECT_STDOUT_TO()` macro to enable the "real" printf. Disclaimer: On USB Serial at least, the printed characters of the current line are not sent out until a...