20220205 1645 - General Release
This release includes builds that must be flashed onto the Network Module via the STLink-V2 / SWIM interface and also includes builds that can be flashed over your network connection (see the manual). Several bug fixes are included (see the release notes in the Manual).
Normal builds (must flash with the STLink-V1 / SWIM interface):
NetworkModule-Browser.sx
NetworkModule-MQTT.sx
Upgradeable builds (once installed future releases can be installed over Ethernet):
NetworkModule-Browser-UPG.sx
NetworkModule-MQTT-UPG.sx
NetworkModule-CodeUploader.sx
NetworkModule-Strings.sx
See the Manual for instructions on how to install and use the Upgradeable builds. An I2C EEPROM must be added to the module to utilize Upgradeable builds.
Code changes:
o Addressed Issue #91: Major problem: Clicking Save in IOControl causes loss of Configuration settings
o Fixed bug where the check for pin state changes would run even when there were no changes. No functionality change but should free up some processor bandwidth.
o Added a “code type” identifier to the Revision text on the Configuration page.
Document changes:
o Added Developers section: “How Connections Open and Close And Relationship to the “current_page” Variable”
o Added Developers section: “How Proto-Sockets are Implemented and Connections Established”
o Addressed Issue #88: REST Command IO State Output. Corrected the document to reflect actual order of the pin states displayed in the short form display.
o Added a Functional Limitation note with regard to multiple Browser tabs related to Issue #87.
o Added section “16 Channel Relay Moduless” describing hardware modifications to make 16 Channel Relay boards compatible with the Network Module hardware.
o Added additional information to the “Developers: Using the UART” section.