I sent a 242-byte data packet, and using the NRF sniffer to capture the packets, I found that this packet was split into (27-byte per packet) for transmission. This caused the entire sending process to take 4ms, while our transmission timing is 3ms, ultimately leading to a stack overflow on the transmitting end. How can we increase the single transmission size, and which configuration allows us to send a 242-byte data packet in one go?
