-
-
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
v0.35 release candidate: GroPoint Modbus; Xbee & Digi WiFi fixes; Prep for batch transmission #463
Commits on Mar 27, 2023
-
GroPoint Profile draft wrapper
For Modbus GPLP-8 sensor only, for now.
1Configuration menu - View commit details
-
Copy full SHA for cd4f3c3 - Browse repository at this point
Copy the full SHA cd4f3c3View commit details
Commits on Mar 28, 2023
-
...replacing any vestiges from `YosemitechY4000.h`
1Configuration menu - View commit details
-
Copy full SHA for a4b6541 - Browse repository at this point
Copy the full SHA a4b6541View commit details
Commits on Mar 29, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 70182c3 - Browse repository at this point
Copy the full SHA 70182c3View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd02919 - Browse repository at this point
Copy the full SHA fd02919View commit details -
publishers: fix undefined behavior in response code processing
Correctly initialize response code variable terminator.
Configuration menu - View commit details
-
Copy full SHA for 55973fa - Browse repository at this point
Copy the full SHA 55973faView commit details -
dataPublisherBase: remove redundant zero init of TX buffer
Saves 750 bytes of flash as the buffer can be placed in .bss to be zero-initialized instead of .data.
Configuration menu - View commit details
-
Copy full SHA for 507b317 - Browse repository at this point
Copy the full SHA 507b317View commit details -
LoggerBase: optimize setFileTimestamp
Saves ~110 bytes of flash and substantial stack
Configuration menu - View commit details
-
Copy full SHA for 83b27ea - Browse repository at this point
Copy the full SHA 83b27eaView commit details -
LoggerModem: optimize CSQ conversion functions
Saves ~200 bytes of RAM and ~360 bytes of flash. The equations reproduce the tables previously found in the source code exactly. The reason for the values in the original tables is unknown.
Configuration menu - View commit details
-
Copy full SHA for f0d2637 - Browse repository at this point
Copy the full SHA f0d2637View commit details -
LoggerBase: always power down modem after RTC sync
The test for "15 seconds before the next logging interval" has been wrong for years, possibly since this code was written, with no apparent consequence. The behavior is additionally confusing to users deploying the devices and causes problems with logging as the modem won't get turned off for a long time. Remove it completely to solve the problems.
Configuration menu - View commit details
-
Copy full SHA for 2692821 - Browse repository at this point
Copy the full SHA 2692821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 389c162 - Browse repository at this point
Copy the full SHA 389c162View commit details -
publishers: refactor transmit buffer usage
Use cleaner interface and common functions that avoid repeated snprintf and strlen usage to save ~2.5KB of flash and dozens of lines of code. Removes extra \r\n from HTTP requests as a side effect, which were against spec and caused spurious 400 Bad Request status messages from servers.
Configuration menu - View commit details
-
Copy full SHA for 493215d - Browse repository at this point
Copy the full SHA 493215dView commit details -
dataPublisherBase: widen sendEveryX and ditch sendOffset
sendEveryX will be used in the future for data buffering functionality. Increase its width to an int to allow larger buffers when desired. Delete sendOffset completely as there is little reason for that particular functionality. The offset will be in effect set randomly using the time the datalogger initially powers on.
Configuration menu - View commit details
-
Copy full SHA for 2c87ff0 - Browse repository at this point
Copy the full SHA 2c87ff0View commit details -
publishers: remove hearsay about logger construction order
The C++ standard specifies that all objects in the same translation unit (i.e. source file) are constructed in order of declaration. Since this is the most common case when using Modular Sensors, the described case cannot occur.
Configuration menu - View commit details
-
Copy full SHA for f83a96f - Browse repository at this point
Copy the full SHA f83a96fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d82635e - Browse repository at this point
Copy the full SHA d82635eView commit details
Commits on Apr 18, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for e766e3b - Browse repository at this point
Copy the full SHA e766e3bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d9b1d63 - Browse repository at this point
Copy the full SHA d9b1d63View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 426a78f - Browse repository at this point
Copy the full SHA 426a78fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 856b67a - Browse repository at this point
Copy the full SHA 856b67aView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 0c94041 - Browse repository at this point
Copy the full SHA 0c94041View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 382875a - Browse repository at this point
Copy the full SHA 382875aView commit details
Commits on May 9, 2023
-
2
Configuration menu - View commit details
-
Copy full SHA for 64b5730 - Browse repository at this point
Copy the full SHA 64b5730View commit details
Commits on May 31, 2023
-
gropointModel = GPLPX vs UNKNOWN
Replace UNKNOWN w/ GPLPX for `gropointModel`, because it conflicted with YosemiTechModbus `UNKNOWN`
2Configuration menu - View commit details
-
Copy full SHA for 4e28000 - Browse repository at this point
Copy the full SHA 4e28000View commit details
Commits on Jun 14, 2023
-
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 94480e6 - Browse repository at this point
Copy the full SHA 94480e6View commit details
Commits on Jun 21, 2023
-
build files for Digi WiFi s6b #347
neilh20 authored and neilh20 committedJun 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 4123f6a - Browse repository at this point
Copy the full SHA 4123f6aView commit details -
neilh20 authored and neilh20 committed
Jun 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 18257c7 - Browse repository at this point
Copy the full SHA 18257c7View commit details
Commits on Jun 23, 2023
-
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for b4eca91 - Browse repository at this point
Copy the full SHA b4eca91View commit details -
Merge pull request #441 from neilh10/digi_wifi_s6b_stability
Digi wifi s6b stability
Configuration menu - View commit details
-
Copy full SHA for 19757ab - Browse repository at this point
Copy the full SHA 19757abView commit details -
removed extra a and sensor tests folders
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 9ba15db - Browse repository at this point
Copy the full SHA 9ba15dbView commit details -
Removed code to not update metadata, for now
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2Configuration menu - View commit details
-
Copy full SHA for b1f3afc - Browse repository at this point
Copy the full SHA b1f3afcView commit details -
Add wake and power on checks to connectInternet
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 49d1811 - Browse repository at this point
Copy the full SHA 49d1811View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 98cf411 - Browse repository at this point
Copy the full SHA 98cf411View commit details -
Add comments to NIST connection
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 7abc297 - Browse repository at this point
Copy the full SHA 7abc297View commit details -
Remove commented code in getModemSignalQuality
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 470c1df - Browse repository at this point
Copy the full SHA 470c1dfView commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 63b3110 - Browse repository at this point
Copy the full SHA 63b3110View commit details
Commits on Jun 26, 2023
-
Restore modem detailed versioning
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2Configuration menu - View commit details
-
Copy full SHA for 390f844 - Browse repository at this point
Copy the full SHA 390f844View commit details -
Ctor for sleep assoc, check pins for sleep opts
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2Configuration menu - View commit details
-
Copy full SHA for 8d9152b - Browse repository at this point
Copy the full SHA 8d9152bView commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for a008a69 - Browse repository at this point
Copy the full SHA a008a69View commit details -
Use changeSettingIfNeeded throughout setup
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3Configuration menu - View commit details
-
Copy full SHA for 9082d42 - Browse repository at this point
Copy the full SHA 9082d42View commit details
Commits on Jun 28, 2023
-
Simplified XBee setup connection check
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
7Configuration menu - View commit details
-
Copy full SHA for dc23a83 - Browse repository at this point
Copy the full SHA dc23a83View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for fd3a696 - Browse repository at this point
Copy the full SHA fd3a696View commit details -
Reimplement modem polling config
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3Configuration menu - View commit details
-
Copy full SHA for 93db578 - Browse repository at this point
Copy the full SHA 93db578View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for f9d9476 - Browse repository at this point
Copy the full SHA f9d9476View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e096c9 - Browse repository at this point
Copy the full SHA 1e096c9View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 0ba34d7 - Browse repository at this point
Copy the full SHA 0ba34d7View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 8097325 - Browse repository at this point
Copy the full SHA 8097325View commit details -
Made sensor var number required input for GroPoint
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 7db7d3a - Browse repository at this point
Copy the full SHA 7db7d3aView commit details -
Reflow some comments (clang formatted)
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 750efd2 - Browse repository at this point
Copy the full SHA 750efd2View commit details -
Using new GroPoint variables in example
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2Configuration menu - View commit details
-
Copy full SHA for 9860be1 - Browse repository at this point
Copy the full SHA 9860be1View commit details -
Fixed snaked GroPoint snipped tags
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 0e5bb2c - Browse repository at this point
Copy the full SHA 0e5bb2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e2422 - Browse repository at this point
Copy the full SHA 88e2422View commit details -
Woops, fixed double tag in changelog
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for a7a09c7 - Browse repository at this point
Copy the full SHA a7a09c7View commit details -
Add GroPoint to dependency installs
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 2289e58 - Browse repository at this point
Copy the full SHA 2289e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c5a6e4 - Browse repository at this point
Copy the full SHA 1c5a6e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ba1d3 - Browse repository at this point
Copy the full SHA 82ba1d3View commit details -
Merge branch 'develop' into gropoint_modbus, fix conflicts
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 7bee373 - Browse repository at this point
Copy the full SHA 7bee373View commit details
Commits on Jul 11, 2023
-
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for e2d99ce - Browse repository at this point
Copy the full SHA e2d99ceView commit details -
Fix undefined variable in example
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 48d9338 - Browse repository at this point
Copy the full SHA 48d9338View commit details -
Merge pull request #439 from EnviroDIY/gropoint_modbus
Add support for Gropoint Profile Probe using Modbus
Configuration menu - View commit details
-
Copy full SHA for f0f96fe - Browse repository at this point
Copy the full SHA f0f96feView commit details
Commits on Sep 12, 2023
-
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 7171ba2 - Browse repository at this point
Copy the full SHA 7171ba2View commit details
Commits on Sep 14, 2023
-
Merge pull request #434 from tpwrules/batch-refactoring
General cleanup and refactoring in preparation for batch transmission
Configuration menu - View commit details
-
Copy full SHA for a40eb7f - Browse repository at this point
Copy the full SHA a40eb7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0220888 - Browse repository at this point
Copy the full SHA 0220888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49453bb - Browse repository at this point
Copy the full SHA 49453bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ebc5e - Browse repository at this point
Copy the full SHA d1ebc5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a993a6 - Browse repository at this point
Copy the full SHA 4a993a6View commit details
Commits on Sep 21, 2023
-
Fix GroPoint success for temperature
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 5a4d77f - Browse repository at this point
Copy the full SHA 5a4d77fView commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7dcc602 - Browse repository at this point
Copy the full SHA 7dcc602View commit details
Commits on Mar 27, 2024
-
Remove year from copyright lines
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 0e25aa6 - Browse repository at this point
Copy the full SHA 0e25aa6View commit details -
preliminary implementation of VegaPuls
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 3fc1f68 - Browse repository at this point
Copy the full SHA 3fc1f68View commit details
Commits on Mar 28, 2024
-
Add docs and adjust doxygen tags
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 4518052 - Browse repository at this point
Copy the full SHA 4518052View commit details
Commits on Apr 3, 2024
-
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 186db97 - Browse repository at this point
Copy the full SHA 186db97View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for bbd6f47 - Browse repository at this point
Copy the full SHA bbd6f47View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 19a4673 - Browse repository at this point
Copy the full SHA 19a4673View commit details -
Wait for ESP to connect on saved credentials
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for cef3921 - Browse repository at this point
Copy the full SHA cef3921View commit details
Commits on Apr 16, 2024
-
@hodsonm-cws, this clears the compile error when you define `MS_KELLERPARENT_DEBUG_DEEP` in the platoformio.ini.
Configuration menu - View commit details
-
Copy full SHA for e601ab5 - Browse repository at this point
Copy the full SHA e601ab5View commit details
Commits on May 9, 2024
-
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 077656d - Browse repository at this point
Copy the full SHA 077656dView commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for ba2c205 - Browse repository at this point
Copy the full SHA ba2c205View commit details
Commits on May 10, 2024
-
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 6f08fee - Browse repository at this point
Copy the full SHA 6f08feeView commit details
Commits on May 13, 2024
-
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 44504ca - Browse repository at this point
Copy the full SHA 44504caView commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 120cc68 - Browse repository at this point
Copy the full SHA 120cc68View commit details -
Always attempt last connection on WiFi
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 5ce948e - Browse repository at this point
Copy the full SHA 5ce948eView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9717d0 - Browse repository at this point
Copy the full SHA e9717d0View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for a9b307c - Browse repository at this point
Copy the full SHA a9b307cView commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for f45d506 - Browse repository at this point
Copy the full SHA f45d506View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 621497f - Browse repository at this point
Copy the full SHA 621497fView commit details -
Merge pull request #465 from EnviroDIY/vegapuls
Vegapuls Implementation
Configuration menu - View commit details
-
Copy full SHA for 0fb9162 - Browse repository at this point
Copy the full SHA 0fb9162View commit details
Commits on May 16, 2024
-
Allow MAX_NUMBER_VARS to be defined by build flag
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for d660e88 - Browse repository at this point
Copy the full SHA d660e88View commit details -
Clean some lingering copyrights
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 479eb66 - Browse repository at this point
Copy the full SHA 479eb66View commit details -
Only reset XBee Wifi after 4 *failed* metadata attempts
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 0368703 - Browse repository at this point
Copy the full SHA 0368703View commit details -
Add to-do notes for missing modem info pieces.
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 8a23cc5 - Browse repository at this point
Copy the full SHA 8a23cc5View commit details -
Change token for changelog reminder
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 5ca53f1 - Browse repository at this point
Copy the full SHA 5ca53f1View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for cb13b94 - Browse repository at this point
Copy the full SHA cb13b94View commit details -
Fix refs to BMP388 library in actions
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 7f3447f - Browse repository at this point
Copy the full SHA 7f3447fView commit details -
Bump version of upload artifact
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 4a57245 - Browse repository at this point
Copy the full SHA 4a57245View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 93ba368 - Browse repository at this point
Copy the full SHA 93ba368View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for c96337b - Browse repository at this point
Copy the full SHA c96337bView commit details -
Bump dependencies, fix file reference for SDFat 2.2.3
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 2e54314 - Browse repository at this point
Copy the full SHA 2e54314View commit details -
Bump download artifact version
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 7acf851 - Browse repository at this point
Copy the full SHA 7acf851View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 6c3df68 - Browse repository at this point
Copy the full SHA 6c3df68View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for d245046 - Browse repository at this point
Copy the full SHA d245046View commit details -
Workaround for boards not supported by Enable Interrupts
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 1696601 - Browse repository at this point
Copy the full SHA 1696601View commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 336e312 - Browse repository at this point
Copy the full SHA 336e312View commit details
Commits on May 17, 2024
-
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 6db4f4b - Browse repository at this point
Copy the full SHA 6db4f4bView commit details -
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
Configuration menu - View commit details
-
Copy full SHA for 1c2c275 - Browse repository at this point
Copy the full SHA 1c2c275View commit details