Hi,
I’ve updated the arduino board package from version 1.0.0 to the latest 1.2.0 and now I cannot get the time from my ChirpStack.io box anymore…
did some debug and every time I get the time message back I can see in LoRaWAN_APP.c that the time is not updated in Mlme_Confirm(…)
Specifically I do see the “MLME_DEVICE_TIME” switch case but then the loramac status is 1 (instead of 0) and there is no time update.
I’m not sure what can be the issue … I did not change anything on the ChirpStack.io gateway and the time message is sent as before …
any idea on how to debug this? is the TimeReq still working in 1.2.0?
If I revert back to board package 1.0.0 everything works fine.
thanks