key value store library for lopy
-
Is there a small key value store library that can be saved on the flashmemory of a lopy4. (like Btree)
-
@Gijs you cant save strings with it.
-
I think you are looking for this: https://docs.pycom.io/firmwareapi/pycom/pycom/
pycom.nvs_set(key, value) pycom.nvs_get(key)