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

Add example to erase NVM #18

Closed sandeepmistry closed 2 years ago

sandeepmistry commented 2 years ago

Adding this based on the discussion in https://github.com/ArmDeveloperEcosystem/lorawan-library-for-pico/issues/14#issuecomment-1017049643, https://github.com/ArmDeveloperEcosystem/lorawan-library-for-pico/issues/14#issuecomment-1017164162, and https://github.com/ArmDeveloperEcosystem/lorawan-library-for-pico/issues/14#issuecomment-1018400307.

ThomasLeister commented 2 years ago

I was already thinking of submitting similar changes ;-) Thanks! This should definitively help new users of the library.

sandeepmistry commented 2 years ago

@AiyionPrime @ThomasLeister thanks for the feedback!

@AiyionPrime I've pulled in your changes regarding trailing whitespace and rebased.