Hi,
I'm using the GPIO mode of CAF leds module to control led.
LED_EFFECT_LED_BLINK or LED_EFFECT_LED_BLINK2 macro can be used to set the effects of led. But the loop_forever which is a member in led_effect are all set to true, you can look here: https://github.com/nrfconnect/sdk-nrf/blob/main/include/caf/led_effect.h#L193
It means that it will blinking forever, so how can I make led blinking only 5 times?