Skip to content

ESP32 NVS library V1.4

Latest
Compare
Choose a tag to compare
@TridentTD TridentTD released this 18 Sep 09:37

V1.2

Fix bug ... malloc and free heap mem

V1.3

  • getObject(String key, void* blob, size_t length); for loading struct data from NVS
  • setBool(...) & getBool(...)

V1.4

cast bool to uint8_t in setBool(..)