Andy Hofmann

Results 38 comments of Andy Hofmann

Hey Lisa, this project here is currently not working due to some recent updates by Niantic. This said, you should know that this here is *unofficial* and Niantic does not...

Heyhey, good timing actually, as I had to let that project rest for some time, but I'm picking it up in the coming days. I gonna dig out some example...

So here's a stripped down snippet from a bigger piece of code I have and that works wonderful with an ESP 32 Devkit and the E32 900M20S: ``` #include #include...

So this is solved now? :) Trying to get everything closed and solved to finally get this added to HA :) https://github.com/home-assistant/core/pull/75248 To finally have CCT support for WLED in...

Gotcha! Still a valid question, so can be closed :)

Yeah, I'm with you. I like the improvement for this now! Thx!

For some context: The line in question is this where the fourth/undocumented bit also gets set: https://github.com/Aircoookie/WLED/blob/main/wled00/FX_fcn.cpp#L754

Just tested it with the latest master and the issue is resolved: ![image](https://user-images.githubusercontent.com/3090131/210666187-6e255be4-cb4d-4c57-9ca7-61de22762a50.png) ![image](https://user-images.githubusercontent.com/3090131/210666252-feba4585-261c-4b8f-95c6-60cc58ee875c.png)

Apologies for adding a few more changes to this PR. Usually it's bad practice to add different changes to a PR, but hence this is all around "my mod", I...

Just realized I missed using flashstring helper in `::getUnitString`. fixing... [EDIT] Actually I'm not sure if that fixable. I don't think you can return a string using `F()`. Which return...