You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When PPI streaming starts user facing LED starts blinking in purple color. Even when I use:
PolarBleApi.PolarBleSdkFeature.FEATURE_POLAR_LED_ANIMATION
and then calling
api.setLedConfig(device.deviceId, LedConfig(false, false))
even when this is called after the PPI stream is established
How to Reproduce
api.startPpiStreaming(device.deviceId)
and then call
api.setLedConfig(device.deviceId, LedConfig(false, false))
Expected behavior
I expect the LED be turned off when I call api.setLedConfig(device.deviceId, LedConfig(false, false))
Many thanks for looking into this..
The text was updated successfully, but these errors were encountered:
Hello @jimmyzumthurm big thanks for getting back to me..
I did update firmware on my Polar Verity Sense to 2.2.6..
I'm calling the setLedConfig(device.deviceId, LedConfig(false, false)) after the LED_ANIMATION feature is ready and then again after the PIP streaming is established, but still the purle bliking led is on..
@petrnalevka That is quite surprising. On my side this feature seems to work well... If I enable PPI streaming, then disable the LED it turns it off immediately and re-enabling turns it on immediately as well, I'm not able to reproduce this.
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug
When PPI streaming starts user facing LED starts blinking in purple color. Even when I use:
PolarBleApi.PolarBleSdkFeature.FEATURE_POLAR_LED_ANIMATION
and then calling
api.setLedConfig(device.deviceId, LedConfig(false, false))
even when this is called after the PPI stream is established
How to Reproduce
api.startPpiStreaming(device.deviceId)
and then call
api.setLedConfig(device.deviceId, LedConfig(false, false))
Expected behavior
I expect the LED be turned off when I call api.setLedConfig(device.deviceId, LedConfig(false, false))
Many thanks for looking into this..
The text was updated successfully, but these errors were encountered: