Myles
Myles
You need to enable it on boot, specifically `cportal.enable` it's disabled by default, see the captive portal lib: https://github.com/tripflex/captive-portal#settings
I'm certainly open to a PR to add this to the script
For anybody that wants this same functionality, I just used CSS3 to hide the first one: ``` css .content-main-inner > div:nth-of-type(1) .topicsolved-icon { display: none; } ```
For me this was very easy to do by modifying the code .. IMO it should be as easy as just adding another setting for "Selected Answer Phrase" and then...
@cpq you mentioned this in the gitter chat, but can't seem to get it to work with params .. can you provide an example for this please? ```js RPC.addHandler('JS.exec', function(args)...
I've built out a captive portal wifi setup that i'll work on porting over to a lib when i have a minute, but most of this was easily handled with...
@cpq yes it should be IMO instead of an example app ... i've already got pretty much all of the code working, and even incorporated a completely vanilla js index...
@kzyapkov @cpq I created a captive portal lib for wifi setup you can find here: https://github.com/tripflex/wifi-captive-portal I'm going to separate this into multiple libs soon, one for specifically captive portal,...
Yeah this could be a huge deal breakers in moving forward with ESP32 and device provisioning
403 is a forbidden error, check your error logs with host. I don't see anything in the codebase that would cause anything like this when the files are removed (or...