societyofrobots
societyofrobots
Confirming. I'm also seeing this serious security issue. Unfortunately when I revert back to 1.0.4, I run into incompatibilities with other libraries I'm using. Is there any quick fix that...
> Force HTTP Auth like on lan access would be an solution. How could I do this? The sniffing vulnerability isn't an issue for me in the short term. >...
>You are using Arduino IDE right? Then you can try the development version 2.0.0-alpha1. Just add the development url to the board manager: Just tried using an IotWebConf demo example....
I couldn't figure out the easy way to do it, so I did it the hard way. This function loads the file into a string: ``` void serve_logs() { String...
> simply `server.serveStatic("/", SPIFFS, "/index.html");` Where/how would I call this line? For example, I'd want someone to click a link to a .txt and it'd just load up. Or ideally...
In the meantime, I added some very basic date/time code for anyone interested. I'm not the best of programmers and it's not 100% tested in all cases yet, but here...
I confirmed the error is because 2.0.0-alpha1 uses a different gcc compiler than 1.0.6. I guess we wait a few days to see if they fix 1.0.6. Otherwise, I'm willing...
I found that page yesterday. I had no idea what a constructor even was, so I read a bunch of tutorials and watched videos on it, then looked back at...
I still haven't quite solved this problem, but I'm putting this here for others who are interested. The two best methods I've found are... OAuth2 for Google, which automatically provisions...
> Do you need to change the advertised name or the device name?, they're different things. I think the advertised name, whatever my phone displays when I try to connect...