thebigpotatoe

Results 24 comments of thebigpotatoe

This has also been addressed in #33

I think i figured it. What version of the ESP8266 core are you using? Seems like there are breaking changes with the latest version for the way the web server...

Awesome. I'll keep this issue open till we have a fix

#c48d6c was a stab at fixing it, but I ran into other issues in other parts of the code after fixing this. So there are clearly other code breaking changes...

Haha, oh boy third request for this.I think given the popular request for this feature I will implement it, but it's going to require a few changes. What will need...

The set brightness method is a great feature and I use it everywhere just as nscale8() in the project, but again its not useful to use globally in this project....

Looks like a potential bug. The code uses a static buffer which I assume without any testing is clobbering pointers, hence the return value you see. An easy fix would...

Interesting idea. Might be a little bit out of scope for what I envisioned for this library originally, but it certainly makes sense to use an SD card also. Having...

Awesome, let us know how it goes. If it works and you're happy to play around with the library let us know. It might tempt me to buy a few...

I think you may be a little confused how the library works and in general how file system works on the ESP's. You are overriding all the contents in the...