2023 0803 General Release
nielsonm236
released this
06 Aug 10:39
·
16 commits
to master
since this release
Reminders:
- See the release notes in the Manual.
Normal builds. These must be flashed with the STLink-V1 / SWIM interface.
- NetworkModule-Browser.sx
- NetworkModule-MQTT.sx
Upgradeable builds. To use Upgradeable builds you must add an I2C EEPROM. See the Manual for instructions. Once installed future releases can be installed over Ethernet. ALWAYS install the new CodeUploader, then the Strings file, then the UPG code load, in that order.
- NetworkModule-CodeUploader.sx
- NetworkModule-Strings.sx
- NetworkModule-Browser-UPG.sx
- NetworkModule-MQTT-UPG.sx
- NetworkModule-MQTT-UPG-BME280.sx
Code changes:
- Addressed Issue #172 "DS18B20 and BME280 data collection timing incorrect"
- Addressed Issue #174 "Need to add yet another Pinout Option - perhaps an algorithmic approach is better"
- Addressed Issue #179 "Special code request for a Software Defined Radio project" (special build / non-public)
- Addressed Issue #180 "Request to add a little more security for an internet exposed device"
- Addressed Issue #181 "Request to add INA226 voltage / current monitor" (special build / non-public)
- Addressed Issue #183 "GET commands are not properly closing"
- Addressed Issue #185 "Still seeing favicon.ico requests from Browsers"
- Addressed Issue #187 "Bug: Link Error Statistics always show TXREIF and RXREIF as zero"
- Addressed Issue #188 "Potential Bug: Two loops in ENC28J60 driver where timeout is needed to prevent hang"
- Addressed Issue #189 "Remove compiler directive DEBUG == 7"
- Addressed Issue #190 "Need commands and code to support Latching Relays (aka Keep Relays)" (special build / non-public)
- Addressed Issue #191 "BME280: Negative altitude in Feet does not display properly"
Document changes:
- Added Pinout Option 4 to section "Pinouts"
- Updated section "REST Commands" to show command reserved for "RF Attenuator Webpage" as part of Issue #179
- Updated section "REST Commands" to include a description of the "Response Lockout" feature as part of Issue #180
- Updated section "REST Commands" to include a description of the "INA226 Webpage" as part of Issue #181
- Updated section “REST Commands” to include a description of the “Latching Relays” feature as part of Issue #190
- Addressed Issue #184 "Problem with Autocomplete on Chrome" by adding section "Browser Issues" to the manual.
- Updated section "Developers: Debug Bytes" as part of Issue #189