How can I disable the response packet ?

Hello,

I would like to know if it’s possible to disable the response packet (aka “Transmit Status”) you get when you send a packet using the send_data_async method from the library.

From my understanding of the code, the frame ID of the packet sent using this method is not equal to 0.

Why isn’t the frame ID equal to 0 when sending data asynchronously ? The response packet is ignored anyway, why ask for one ?

Thank you for your time, hope someone can help me with this.