-
-
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
Develop to Master for next release #160
Conversation
And into the end of the setup of all examples The system was going to sleep before setting up the test button.
Totally untested
Needed for the calculated variables in arrays
This will always be dependent on the user implementing the -9999 return in their calculation function.
Not sure why I thought this could not be done.
based on results from bme280timeTest.ino. See https://docs.google.com/spreadsheets/d/1nh95sV7RreeaHTInxipFUqsnYnVjkwiUVIucD7rIk4E/edit#gid=1494267475
but instead contains a variable array object as an internal member Also made the former init function into a constructor
Also, 0 is a valid pin number
I like the logger info better at the top, even if we create the logger at the bottom.
Kill init
Pointer ref
Except for XBee's, which do not return a signal strength until after a full TCP connection is made. Other modems can ask for CSQ even without being registered to the network. Need to verify this for ESP8266's.
Implemented real calculated variables. Also fix to Sonar results instability due to buffer not being cleared.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should all be ok.
@SRGDamia1, I just issued release 0.12.2. https://github.com/EnviroDIY/ModularSensors/releases Also, How do we register this new release with PlatformIO? Can you do that and/or explain how? Thanks. |
As long as the version number in library.json and the release name are the same, platformio should detect and pull in the release version automatically. |
There have been 56 commits since
Develop
was pulled intoMaster
as version 0.11.7 with PR #152 on May 18. Most notably, PR#153 merged thecalVar
branch intoDevelop
after 49 commits and relatively extensive testing and dialog.The last official release was for version 0.11.6 on May 11, after PR #146.
I think we are ready to merge and issue a new release.
Presently, this version is tagged as
0.12.2
. Do we need the version to be updated?