You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_documentation.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ jobs:
39
39
- uses: actions/checkout@v4
40
40
41
41
- name: Set up Python
42
-
uses: actions/setup-python@v4
42
+
uses: actions/setup-python@v5
43
43
with:
44
44
python-version: '3.x'
45
45
46
-
# Using anwer from here to get the exit code and pass the output: https://stackoverflow.com/questions/59191913/how-do-i-get-the-output-of-a-specific-step-in-github-actions
46
+
# Using answer from here to get the exit code and pass the output: https://stackoverflow.com/questions/59191913/how-do-i-get-the-output-of-a-specific-step-in-github-actions
Copy file name to clipboardExpand all lines: ChangeLog.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
### Removed
18
18
19
19
### Fixed
20
-
- Fixed GitHub actions for pull requests from forks.
21
20
22
21
***
23
22
24
23
24
+
## [0.35.0]
25
+
26
+
### Changed
27
+
-**BREAKING** Refactored how the publisher transmit buffer works. This will require adjustment to custom data publishers.
28
+
- Update GitHub actions
29
+
- Remove date from copyright for easier tracking
30
+
- Turn modem off at end of setup, regardless of time
31
+
- Clean function to set file timestamp on SD card
32
+
- Use equation rather than table for CSQ
33
+
- Only polling modem for enabled parameters
34
+
- INCREASED THE MAXIMUM NUMBER OF VARIABLES FROM A SINGLE SENSOR and implemented an option to set this by build flag.
35
+
- This will increase memory use for the entire library.
36
+
If you are not using the GroPoint sensors which require many variables, I recommend you change this value via the build flag `-D MAX_NUMBER_VARS=8`
37
+
- Allow all WiFi modems to first attempt to connect using existing on-modem saved credentials rather than immediately sending new credentials.
38
+
- Add further debug printouts to the processor stats
39
+
40
+
### Added
41
+
- Support [GroPoint Profile GPLP-8 Eight-Segment Soil Moisture and Temperature Profiling Probe](https://www.gropoint.com/products/soil-sensors/gropoint-profile)
42
+
- Support [Vega Puls 21 Radar](https://www.vega.com/en-us/products/product-catalog/level/radar/vegapuls-21)
43
+
- Functions to enable and disable modem metadata polling by bitmask
44
+
45
+
### Removed
46
+
- Removed the (unused) sendOffset parameter from dataPublisherBase.
47
+
48
+
### Fixed
49
+
- Minor bug fixes for XBee Wifi
50
+
- Handle no SIM card response from SIM7080G (EnviroDIY LTE Bee)
51
+
- Fixed Keller debugging output.
52
+
- Fixed file reference for SDFat 2.2.3
53
+
54
+
### Known Issues
55
+
- The modem hardware, firmware, and serial number is only implemented for the Digi XBee WiFi.
56
+
57
+
## [0.34.1]
58
+
59
+
### Changed
60
+
- Incorporated improvements to the XBee Wifi - from [neilh10](https://github.com/EnviroDIY/ModularSensors/commits?author=neilh10)
61
+
-#347 -WiFi S6B stability - tears dwon TCP/IP before going to sleep, doesn't automatically poll for meta data
62
+
63
+
### Added
64
+
- Added the ability to enable or disable polling of modem attached variables.
65
+
By default, all polling is off, but polling is enabled for a modem sensor when a sensor is created and attached to a modem.
66
+
This functionailty is inspired from [neilh10](https://github.com/EnviroDIY/ModularSensors/commits?author=neilh10).
67
+
68
+
### Fixed
69
+
- Fixed GitHub actions for pull requests from forks.
-[Freescale Semiconductor MPL115A2: barometric pressure and temperature](https://envirodiy.github.io/ModularSensors/group__sensor__mpl115a2.html)
67
+
-[GroPoint Profile GPLP-8 Eight-Segment Soil Moisture and Temperature Profiling Probe](https://envirodiy.github.io/ModularSensors/group__sensor__gplp8.html)
0 commit comments