Open
Conversation
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 2. - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Commits](GeekyEggo/delete-artifact@v1...v2) --- updated-dependencies: - dependency-name: geekyeggo/delete-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…abot/github_actions/geekyeggo/delete-artifact-2 Bump geekyeggo/delete-artifact from 1 to 2
bc9253d to
735cb53
Compare
…ronovo-product-name Update Readme.md
support to new board revision
e0b7052 to
f62bf66
Compare
Added support for imperial quanties for pressure and IMU sensor
Added support for BME68x's air quality measure functionalities
added Air quality and imperial quantities
Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1 to 2. - [Release notes](https://github.com/carlosperate/download-file-action/releases) - [Commits](carlosperate/download-file-action@v1...v2) --- updated-dependencies: - dependency-name: carlosperate/download-file-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…abot/github_actions/carlosperate/download-file-action-2 Bump carlosperate/download-file-action from 1 to 2
* Testing and adjusting examples - adjusted display examples to fit round display - renamed strandtest to LED_Blink - changed Qtouch button layout for improved usability - add check for board revision
The "Arduino_MKRIoTCarrier" library has a dependency on "BSEC Software Library". The recent 1.7.1492 release of that library has a bug in its `#include` directives that causes compilation to fail with a "`No such file or directory`" error. When "Arduino_MKRIoTCarrier" is installed via the Arduino Library Manager, the dependencies listed in the `depends` metadata field are also installed. Arduino IDE 2.x and Arduino CLI (>=0.7.0) support version constraints in this field: https://arduino.github.io/arduino-cli/latest/library-specification/#version-constraints If a constraint is provided in this field, Library Manager will install the appropriate version of the dependency. Arduino IDE 1.x does not recognize dependency version constraints, but is compatible with this metadata in that it is simply ignored and does not cause any change in the behavior of the Library Manager installation. Using the version constraint to "pin" the "BSEC Software Library" to the last good version (1.6.1480) will mitigate the breakage caused by the bad 1.7.1492 release of that dependency by ensuring the good version is installed along with "Arduino_MKRIoTCarrier" when the user does the installation via the Arduino IDE 2.x or Arduino CLI Library Manager. It is only a partial mitigation because breakage will still be experienced by users under other conditions: - Using Arduino Cloud (which will use the latest available dependency version regardless of constraints in the metadata) - Using Arduino IDE 1.x - Updates "BSEC Software Library" separately
Pin "BSEC Software Library" dependency at working version
…e upstream library gets updated
…bsec Embed the BSEC library @ v1.6.1480 as a temporary workaround
…vx/BME-examples Add BME688 examples
Updated names for sensor examples, removing the name of the sensor and clarifying the use case. E.g. "ENV-HTS221" > "TemperatureHumidity"
…derby/update-example-names Rename example folders for sensors
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…abot/github_actions/actions/checkout-4 Bump actions/checkout from 3 to 4
Remove Compiler Warning warning: control reaches end of non-void function [-Wreturn-type]
Update AirQualityClass.cpp
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.
No description provided.