Jason Coon In your web server for the 8266 there is an AutoPlay feature

@Jason_Coon In your web server for the 8266 there is an AutoPlay feature set to true or false. Could that be switched via a web interface button? Not sure if it’s only read once or what the logic is. I’m guessing I could go into the .js file and setup a new routine to set the variable? Thoughts?

Check out this fork of the code, he’s already done it…

Thank you @Jason_Coon ​​​ :slight_smile:

You may have to clear the cache on your browser if switching back forth between version 1 and version 1.1

Jason’s code is awesome and easy to figure once you really read how he did everything.

I already added in more patterns simply by editing the ino file with some new functions and added them to the PatternAndNameList patterns.

I dont see anything in the ino file about using it as an access point :confused:

It’s in the WiFi file :wink:

Ahhh i see it now lol. So just uncomment the line that says true and i should be set to go? I need it for my christmas staff lol

Actually, it’s good to go as it is. It’s set to run in dual mode, access point and station mode at the same time. See the first line of initializewwifi().

I still dont understand half of the stuff on there so thats why i ask even the obvious questions lol