thebigpotatoe
thebigpotatoe
This is starting to sound like a library. Probably should start heading in that direction. But for now there is one reason why these variables are at the top of...
https://github.com/thebigpotatoe/Super-Simple-RGB-WiFi-Lamp/pull/33/commits/3605f1df9f199fe6480ff186188227da9be1a08c - I like the idea of adding platform IO. I have no experience in it though, so are all the files committed required or do you just need the...
I'm not going to lie, that helper script is magic, so I adapted it to also transform the other parts of code too. I also had to add a little...
I like your thinking on this and the points raised in #27. Like I stated over there, I think this is more in line with a library, and the more...
I have made a bunch of private Arduino libraries for my own stuff. Its dirt simple and allows you to have a structure behind your project away from how the...
Totally agree with your statements. Will just have to write some code and see what fits best. But you are right. The management of macros is not fun, so I...
Hmm, I'm really not sure what's the issue here. But one thing I know is the captive portal is not stable at all. This is due to the fact your...
I love home assistant. I use in in conjunction with node red to hook everything of mine in the house together since everything comes with a different API's these days....
> Wow, never used node red before. Looks pretty interesting. It's amazing. I used it heavily in debugging the original source of this repo as it has websockets built in....
Great idea, only just really figured how to set up Clang properly on vscode myself. Makes a world of difference. I think this file and a clang file would help...