Hello,
when i start the example the port für daily wake up is 2, thats fine.
After the first interrupt (Port 1) the daily wake up has the port 1 not 2.
I changed this commands and i think that fix the problem:
(Line 139)
case DEVICE_STATE_SEND:
{
prepareTxFrame( DEVPORT ); //new
//prepareTxFrame( appPort ); //old
LoRaWAN.send();
Greetings E_T