Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
esp-idf master has updated the bootloader code quite a bit, and lws-esp32-factory does not compile anymore without changes. They have also broken out esp_event.h to a separate folder as one of the steps when they have been adding an event loop library. I have just rebased the lws bootloader code to the new esp bootloader code and added the esp_event lib to the Makefile.
Also, mbedtls has been updated to 2.13.1 so your mbedtls patch should be updated again I guess, but that is not included in this pull req. I made a quick try myself but I am not sure if it is correct or not...
I guess the esp_event path also needs to be added to the lws-esp32-test-server-demos app too.