Skip to content

v41.0.8

Compare
Choose a tag to compare
@rwslord rwslord released this 15 Jun 18:49
· 288 commits to master since this release

Noteworthy changes since last release (v35.1.2):

  • added support for the SG-Link-200-OEM wireless Nodes
  • added support for the TC-Link-200-OEM wireless Nodes
  • added support for more G-Link-200-OEM model numbers
  • added the ability to get the gain value associated with a WirelessTypes::InputRange
  • added mscl.h which includes all the headers for the public interface (can be utilized in C++ instead of including individual headers)
  • changed mscl::LibVersion to mscl::MSCL_VERSION to prevent a conflict on Linux builds
  • fix for DatalogDownloader not finding the end of data when a Node was 100% full
  • fix for a crash when downloading logged data from a Node that only has derived data on it
  • fix for uninitialized MipDataPacket variables
  • fix for missing #include <functional> in Utils.h causing an error on some builds

see CHANGELOG.txt in the source for a complete list of changes.