Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring feature_asyncwebserver up to date with master #1475

Open
wants to merge 112 commits into
base: feature_asyncwebserver
Choose a base branch
from

Conversation

thorrak
Copy link
Contributor

@thorrak thorrak commented Aug 10, 2022

This PR brings feature_asyncwebserver up to date with master, and also gets the branch to a point where most of the tests compile.

Although there is a lot of work left to get this branch to the point where it could be incorporated back into master (setting async features behind feature flags, for example) this will hopefully make that process slightly easier.

tablatronix and others added 30 commits February 23, 2022 16:36
so it has nothing to do with the html , and can have different encoding, we could also just use IDs but scan cannot change, or use bssid

tzapu#1370
any webserver event handlers bound before the webserver new reset would cause memory access issues when triggered.

Should remove all events on reset or make memory safe, not sure if this is the correct way to be reseting the webserver, but there were issues with the ports not releasing etc.
This will avoid support inquiries and add a log
tablatronix and others added 29 commits August 31, 2022 16:40
Turning on wifi scan preload and async scanning, with hardcoded cachetime of 30seconds. Should make wifi page load faster, and make interface seem smoother. Will have to test with various enviroments and on S2/x3 chips
Does not fix wifi not init yet thanks @Erriez
Bring my fork up to date with current
@thorrak
Copy link
Contributor Author

thorrak commented Sep 25, 2022

Brought feature_async up to date again as of where master stood an hour ago.

The example that is failing to compile is one that explicitly overrides WebServer - I haven't looked to see if there is a comparable override for Async in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet