first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:15:32 +01:00
commit 7b30d6e298
5276 changed files with 2108927 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
name=ESPFlash
version=1.0.1
author=Dale Giancono <d.giancono@gmail.com>
maintainer=Dale Giancono <d.giancono@gmail.com>
sentence=Lightweight library that makes SPIFFs usage simple and easy to understand on the ESP8266 and ESP32.
paragraph=ESPFlash is an abstraction layer that simplifies the storing of vectorised data in the filesystem on the ESP8266 and ESP32. It features a simple template based interface to store and retreive generic vectorised data in flash memory using SPIFFs.
category=Other
url=https://github.com/DaleGia/ESPFlash
architectures=esp8266, esp32