-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wifi remaining features #329
Conversation
I have to insert some delays in the esp_loader_flash_defl_start() function in order to get it to work, otherwise it always fails with
With the delays, it will fail if the wifi application firmware is written right before the filesystem with The fix/workaround I found was to switch the order of the files in the json manifest. Then I can flash both the application and the filesystem. I'm not comfortable with how fragile this is, but it's working every time with these changes. There must be some issue with the ESP loader changing state between non-compressed and compressed? My plan to is to keep testing and make the file order change in the manifest generator. |
I merged in more of #282 (skips Wifi modules without an error if not connected and reports it on screen) |
Integration branch for remaining wifi features until release of the wifi module
Some of that is waiting on #342