Frank
Frank
Can we close this PR in favour of #3763 ? Or is this usermod still "sufficiently different" so to keep it open?
👍 will review later this week. Do you have some more infos about the protocol? timing, error codes, etc?
@blazoncek should we merge this now, or wait a bit in case you're still tinkering on improvements?
Closing as the pwm_outputs usermod is (partly) supporting the request. No plans to integrate PWM motor / fan control in the WLED core, besides the existing usermod.
Hmmm 🤔 the warnings in you build log could be related to this recent change https://github.com/Aircoookie/WLED/blob/b24c8b3410c968de96846e080ad0340bab805997/platformio.ini#L114 If you comment out the above line, does it work better?
Maybe a stupid question - what is the use case for authentication, considering that we already have password protection for certain settings? I would never put WLED into a public...
Oh, and please don't do this "delete trailing spaces" thing in your PR. It makes it very hard to review your changes, because very often it's just a deleted blank...
> also looked at building wled, and now it's only supported on platformIO? Yes, you need VSCode+platformio for building + installing wled from source code. The KB has some guidance...
Hi, the two crashes both happen deep inside the TCP and UDP core, without any WLED source code in the trace. The second crash (with `multi_heap_free()`) could be a consequence...
> Is there any way to get debug logs to we can help you figure out what's wrong? There is a short description for it on the release page. *...