LMiC does not receive Join Accept

Arjan, you are the best :smiley:

Adding this line to the “setup” part of sketch did the trick:

// Let LMIC compensate for +/- 1% clock error
    LMIC_setClockError(MAX_CLOCK_ERROR * 1 / 100);

Thx!!

PS. How can I check if my gateway send the join accept? I checked the traffic tab in the console but not seeing any data

2 Likes