ArmDeveloperEcosystem / lorawan-library-for-pico

Enable LoRaWAN communications on your Raspberry Pi Pico or any RP2040 based board. 📡
BSD 3-Clause "New" or "Revised" License
125 stars 47 forks source link

new function lorawan_nvm_in_use() #29

Open shabaz123 opened 1 year ago

shabaz123 commented 1 year ago

The new function is used to determine if the NVM is in use or not, in case the microcontroller wishes to power itself off

sandeepmistry commented 1 year ago

As discussed in https://github.com/ArmDeveloperEcosystem/lorawan-library-for-pico/issues/28#issuecomment-1199354273, let's hold off on this until there is a way to reproduce the issue and verify this fix.