you should put this just after the lambda:
// Do not wait for ack (this delays the whole procedure a lot, and has no use)
it.set_wait_for_ack(false);
you won’t get that ‘ACK timed out’ anymore.
you should put this just after the lambda:
// Do not wait for ack (this delays the whole procedure a lot, and has no use)
it.set_wait_for_ack(false);
you won’t get that ‘ACK timed out’ anymore.