Switching from TX_ON_TIMER and TX_ON_EVENT
Hello, I have a RAK3172 which is based on STM32WLE5CCU6, and it is being configured for LoRaWAN, and the node transmission is happening based on timer (TX_ON_TIMER), sometimes an External interrupt will be there and the device needs to send the packet immediately (TX_ON_EVENT), now how to switch from TX_ON_TIMER to TX_ON_EVENT
