Arduino Pro mini GPS tracker

Where the it refers to Pro Mini and ATmega328.

Unfortunately LMIC-node when using MCCI LMIC suffers from the ATmega328’s limited memory and won’t fit on it. Therefore for Pro Mini LMIC-node uses ‘Classic LMIC’ the now deprecated predecessor of MCCI LMIC instead.
So while LMIC-node works with and supports the Pro Mini, it will use the older deprecated Classic LMIC library to make it fit on the Pro Mini.

For new developments better use some of the more recent 32-bit microcontrollers.