I'm using S2-LP with Bluenrg2 and when I send out a message, it only sends one frame whereas it is supposed to send 3 frames of the same message and sequence number.
I'm using SIGFOX_API_send_frame((uint8_t *)(&Data_Pkg),12,customer_resp,0,0);to send the message. According to Sigfox, Each Sigfox message will always be sent in 3 repetition (each repetition is considered a frame) with the same message content on di...