-
-
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
Sync beta-sen5x branch with NRZ-2024-136-B1 #1026
Merged
ricki-z
merged 72 commits into
opendata-stuttgart:beta-sen5x
from
Phaze-III:feature/sync-beta-sen5x
Apr 8, 2024
Merged
Sync beta-sen5x branch with NRZ-2024-136-B1 #1026
ricki-z
merged 72 commits into
opendata-stuttgart:beta-sen5x
from
Phaze-III:feature/sync-beta-sen5x
Apr 8, 2024
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
Translated the German `source layout` table into English to conform with the rest of the file contents.
…ish-patch Update Contributing.md
… as author/libname
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
Fix reference to SSD1306 library. Rewrite other external dependencies as author/libname
Fixed typo in string
Including translation to PT-BR
Create intl_br.h
Fixed Str2F conversion error in Offsetcalculation
Translated the `source layout` section from German.
patch to re-enable the ability to use WiFi with no password, like freifunk routers use to use.
…ta-sen5x Add Sensirion SEN5x to Beta
…ot-x1 Replace DST Root CA X3 with ISRG Root X1
…inaries can be built This reverts commit 4a93e78.
beta updates with various bugfixes and stability improvements
…ert-beta-sen5x-part-of-pr1019 Revert "Merge pull request opendata-stuttgart#1019 from opendata-stuttgart/beta-sen5x", removing SEN5X code for now
…ntl-fixes Add missing whitespace and PROGMEM declarations
Sensor.Community API, Madavi API and Auto Updates are enabled by default for first config.
This is a reapply of "Merge pull request opendata-stuttgart#1019 from opendata-stuttgart/beta-sen5x" This reverts commit 5a67d5d. This revert-of-the-previous-revert creates a single commit to add all SEN5X code to the latest beta-branch. Changes in this branch after this commit can again be merged into beta.
Needed to get a decent performance
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 will sync the beta-sen5x branch with the NRZ-2024-136-B1 branch.
This results in a stable version of the firmware with the SENS5X code active