How to get the correct sending duty-cycle in i-cube-LoraWan software?
I set the dutycycle to 10 s :
#define APP_TX_DUTYCYCLE 10000But when i run the program i get this :

I join the network at first emission. Then i got two emissions at 150 s and 320 s and finally it becomes periodic but with a period of 50 s not 10 s.
It looks like the MCU is waking up every 10 s but it doesn't send data every time.
What is the problem and is there a way to fix it?
