Skip to content

v1.5.0

Compare
Choose a tag to compare
@BrianPugh BrianPugh released this 12 Aug 02:14
· 110 commits to master since this release

Features

  • Versions are now available in header, addressing #96
    • ESP_LITTLEFS_VERSION_NUMBER - string "MAJOR.MINOR.PATCH"
    • ESP_LITTLEFS_VERSION_MAJOR - integer major value
    • ESP_LITTLEFS_VERSION_MINOR - integer minor value
    • ESP_LITTLEFS_VERSION_PATCH - integer patch value

Bug Fixes

  • Mask out unused flags (#97, #99). Thanks @arex-ebee.
  • Reduce namespace clutter in headers, improve dependency management (#98). Thanks @7aman.