Possible to save and restore the LoRaWAN state (joined status, network keys, packet counters, etc) to/from non-volatile memory?
-
The pycom boards had commands to save and restore the LoRaWAN state (joined status, network keys, packet counters, etc) to/from non-volatile memory with lora.nvram_save() and lora.nvram_restore(). This was handy to keep that information over the deepsleep cycle and save time (and power) when the module awakens. Is this also possible on the F1? How?