o The Environment:
- Edge 820 (6.20), Edge 1000 (12.00)
- Eclipse Neon.1a Release (4.6.1) on Windows 10
- ConnectIQ SDK 2.2.3
o A detailed description of the issue
I am working on a few data fields that use the AntPlus.BikePower(Listener) classes in order to access advanced metrics of paired power meter. While they all work in isolation (though there still seem to be some irregularities with the callbacks so I am accessing the data through the BikePower object), as soon as I have two of them simultaneously installed and in use, the device becomes unstable and crashes either immediately after selecting the second data field or later during (the next or a later) boot up. In some cases the device did not boot up properly anymore. (The boot issue was resolved after starting with lap button pressed to enforce storage device mode and then delete the apps folder, but that of course doesn't solve the problem.)
o Steps to reproduce the issue
I have a relatively minimum project that just shows power from the BikePower object (in order to make sure it's working). I have made a copy of that data field that displays the same but in different font color to make distinguishable. Both work in isolation but system becomes instable when both run simultaneously.
o A code sample that can reproduce the issue (in email only if preferred)
In email.