Simon Waiblinger
Simon Waiblinger
You just need to use 1m timeframe
@ExploHash +1, so damn annoying
I changed the koa cors version back to an earlier by setting an overrides entry in the package.json file, and then at least the empty origin access control header was...
When you have no Access-Control-Header with empty value you can easily set the header by this Apache server config: HTTP ```Apache RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} ```...
I have the same problem with my XMEGA A1 XPLAINED. Don't understand how to work around this.
@ygoe Maybe can you share your own implementation of the WS2812B protocol
Thanks a bunch, mate! 🙌
@cpldcpu It didn't work. I use the AVR version and it seems like nothing changed there (at least nothing visible for me). The problem is that XMEGA A1 XPLAINED doesn't...
I tried to replace DDRB by DIR, but this led to unwanted side effects with how you use the port and pin variable in the code.
@cpldcpu Unfortunately, I didn't record it, but when I get one again, I post it here. Thank you for your help anyways. :)