mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment
https://forum.mcci.io/c/device-software/arduino-lmic/
MIT License
637 stars 207 forks source link

Session Keys PROGMEM #892

Open JoanaSTeixeira opened 2 years ago

JoanaSTeixeira commented 2 years ago

Hi!

I would like to know if it is possible to change the LMIC library, so that the keys are placed in data memory (read-write memory), and not in code memory?

At the moment, in this library the keys are in code memory. And I want to be able to put two different session keys and I can't.

Thanks.

slavendam commented 10 months ago

Use EEPROM memory