Skip to content

Bug Fix for v1.3 and Feature Tweak

Compare
Choose a tag to compare
@mbientlab mbientlab released this 29 Dec 23:37
· 104 commits to master since this release

Version 1.3.3 fixes the known issue from v1.3 and tweaks the functionality of the MetaWearController class.

Fixes

  • Fixed issue with BluetoothGattCallbacks being called multiple times
    • Issues stemmed from not properly freeing GATT resources

Changes

  • Added variant close(boolean, boolean) function to the MetaWearController class
    • Passing true to the second parameter will wait until all commands have been sent before closing the connection
    • This function is not support for controllers obtained from the deprecated getMetaWearController() function