Open
Description
Currently, even if ACK is set, the code will not check if the sending was successful and resends the message as many times as specified with setRetries().
A better and more logical behavior would be if ACK and retries worked together and sending retries would only happen if no ACK was received from the gateway for the message. That would also decrease power consumption in comparison with unconditional retries.