jocover / esp32_u2f

Create a FIDO2/U2F token using ESP32
GNU General Public License v3.0
88 stars 17 forks source link

support for nvs #11

Open greenaddress opened 1 month ago

greenaddress commented 1 month ago

have you considered using nvs for storage?

We could have a Kconfig flag to optionally support nvs, or if you like it, we could switch entirely to it.

I am willing to do a PR.