Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Bug Fixes and Code Reorg

Choose a tag to compare

@mbientlab mbientlab released this 14 May 08:29
· 9 commits to master since this release

v1.0.15 fixes null pointer and serialization issues, and reorganizes the solution such that only code relevant to the API is in this repository.

Changes

  • Fixed serialization issues (see GH-2)
  • Fixed null pointer exception that can occur when clearing log entries
  • Converted MetaWear.Test project to .NET Core library
  • Moved Win10 code to the MetaWear-SDK-CSharp-Plugin-Win10 repo