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

Adhoc Mode crash fix #163

Merged
merged 6 commits into from
Mar 7, 2018
Merged

Conversation

jeremypoulter
Copy link
Collaborator

@jeremypoulter jeremypoulter commented Mar 6, 2018

This change 'fixes' #142. The underlying change that 'broke' the AP mode was enabling the Async WiFi scan. This has the inadvertent effect of tying up an additional 4K of RAM because the web request is hanging around for a longer period.

This reverts that change and goes back to the polling method, not quite as nice but at least it works.

Will revisit the ASync WiFi scan if/when ASyncWebserver is a bit more memory friendly.

I also enabled a small optimisation for keeping debug messages in flash now the support for this is stable.

@glynhudson
Copy link
Contributor

Yeah! Fixed 👍

Perfect, thanks so much. Continue in AP mode is such a useful feature.

@glynhudson glynhudson merged commit fe1ce5c into OpenEVSE:master Mar 7, 2018
Stef-Sijben pushed a commit to Stef-Sijben/ESP8266_WiFi_v2.x that referenced this pull request Apr 12, 2019
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.

2 participants