When this is called:
ttn_response_t result = ttn.sendBytes(message->getBytes(), message->getLength(), 1, true, 12);
And the message is not successfully sent it seems to never time-out. Is there a way to configure RN2483 retries and timeout behaviour?
I see that default is #define TTN_RETX "7" but this blocks execution for a very long time without any feedback.