Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.

Releases: ulywae/NeuStorage

NeuStorage v1.0.0 - Initial Release

09 May 09:02

Choose a tag to compare

feat: initial release of NeuStorage

  • Lightweight NVS wrapper for ESP32 (Zero-String)
  • Support for trivially copyable types (Structs, Int, Float, Bool)
  • Compile-time type safety with static_assert
  • Global instance for beginner-friendly usage
  • Maintenance features: remove() and clear()