latest platform and libraries and add security to OTA update#281
Open
chaseadam wants to merge 9 commits intoOpenEVSE:masterfrom
Open
latest platform and libraries and add security to OTA update#281chaseadam wants to merge 9 commits intoOpenEVSE:masterfrom
chaseadam wants to merge 9 commits intoOpenEVSE:masterfrom
Conversation
… for connection for MDNS start, add hard coded update password (with note to make it a build flag)
- switch to new owner of ESPAsync deps - bump versions of ESPAsync deps, limited to 3.3.1 web server divert.cpp: disable sending concatenated commands which were throwing lvalue/rvalue concat errors, should be using openevse library anyways web_server_static.cpp: add www_ prefix to username and password (change in upstream dependency?) - comment out unused variable align - added return to a function which required it web_server_static.h: remove override (not needed anymore?) web_server.cpp: cast port setting as const
disable fingerprint verification in ohm.cpp and http.cpp as it isn't support in platform anymore, should switch to CA http.cpp: added insecure client to arguments of http.begin() per new environment divert.cpp: disable sending concatenated commands which were throwing lvalue/rvalue concat errors, should be using openevse library anyways web_server_static.cpp: added return to a function which required it
urlencode.cpp: comment out unused "code2" mqtt.cpp: fix typo causing code block to always run even if playload = 0
…dditional debug statements in static web
… related functions mentioned in code cleanup changlog mathieucarbou/ESPAsyncWebServer@v3.3.17...v3.3.18
…ve them defined properly with const
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I understand if this is EOL and you don't want to pull this change in, but here are my updates to pull everything to latest I could.
might want to comment out the security flag for the OTA update to not confuse people who might be using it.