-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
beta updates with various bugfixes and stability improvements #1017
Merged
Conversation
This file contains 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
The LetsEncrypt DST Root CA X3 expired in 2021 and was replaced with the ISRG Root X1 CA. The DST Root CA X3 was still a working trust anchor but the ISRG Root X1 CA is the preferred one and should be good until 2035.
- run on all beta* branches - update python and action versions - make airrohr-update-loader build/store steps conditional (not for esp32 branches)
…talling OTA downloads - Code specific for Core > 3.0 is commented out - WiFi.persistent(false) is re-enabled (default is true on Arduino Core < 3.0) This reverts commit 76240f5.
- Disable default -Os optimization for size - Set -O2 explictly in build_flags This can be tweaked depending on the performance of the resulting builds.
Also show all connection failures
- This increases program size significantly but gives much better performance with WiFi signal strength below -80dB
Fixed typo in string
…inaries can be built This reverts commit 4a93e78.
@ricki-z Thanks for merging. Please note however that I haven't had a chance to test the longer term stability of the patches with the SEN5X additions to the beta branch. I do see some instability on one of my sensors now. I'll try to do some debugging the next week. |
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.
This PR contains a collection of bugfixes, small improvements and a change in the used Arduino core version against the current beta branch (NRZ-2021-134-B4). Main objective is to get a stable build that might be a candidate for publishing as next beta release. All changes have been extensively tested on three different nodes/sensors under various (network) conditions.
Summary of changes (please see the specific commits for details):
Comments and testers are very welcome.