[SOLVED] Programmatically set ACK request

Hi,

in my application from time to time I need to send a packet with ACK request. Not for all the packets but from some very_important ones.

is it possible to set the ACK request dinamically in the C code before sending the packet?

I’m not using AT commands (disabled)

thanks

You can set the para “isTxConfirmed” to true/false to send confirmed/unconfirmed uplink before send.

ah! yes, you are correct.

thanks a lot