-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update sensor_calc
for Teros SDI-12 from master
#379
Merged
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
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <support@github.com>
…ons/cache-2.1.6 ci: bump actions/cache from 2.1.5 to 2.1.6
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
with updated ORP `getValues()` function in https://github.com/EnviroDIY/YosemitechModbus released with v0.2.4.
because the lastest version of YosemiTechModbus isn't registering with PlatformIO
This reverts commit e31b681.
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
no_atlas_softwire
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Merge Y533 ORP getValues() fixes, add ClariVUE and SIM7080
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ons/cache-2.1.6 ci: bump actions/cache from 2.1.5 to 2.1.6
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Changed filename to include Digi, to help differentiate this example from sim7080_LTE example. Changed serial baud rate to 57600 to help with occasional missed characters. Updated UUID code to match language currently on MMW. Added line for setting pin 20 as output to help with proper operation of Mayfly1.0 boards (is okay to leave in code for Mayfly_v0.5 boards because pin 20 was unused unless something was using it through the 2x10 digital header).
…igiLTE/platformio.ini
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ons/checkout-2.4.0 ci: bump actions/checkout from 2.3.4 to 2.4.0
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
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.
Moving forward with fixing the issue where two Meter Teros 11 soil moisture sensors seem can't both provide data at the same time to a logger. This is very clear need, because multiple soil moisture sensors are very commonly deployed on a single logger to monitor conditions at different soil depths.
Discuss on this issue has been continued in Develop wrapper for Meter Teros 11 Soil Moisture Sensors
#276.
@SRGDamia1 described the creation of this branch (on May 25) here: #276 (comment)
I describe a likely candidate for a fix here: #276 (comment).
@SRGDamia1 also made the suggestion to use a freshly-written SDI-12 spy program in this comment.
#276 (comment)