When I try to compile an LMIC example sketch with the suggested settings for the Catena 4551 board, I am getting the following error:
const lmic_pinmap' has no non-static data member named 'rxtx_rx_polarity
I have read in the Catena Arduino Lora Wan lib that I should install LMIC 2.1 version of the library to avoid this issue.
But when I followed the link there, I ended up in this repo, which does not seem to contain the correct version? Or at least the error is (still) there when I try to compile an example sketch.