- Saving and reading configurations in spiffs flash memory, using a scheme similar to .ini files
- Arduino IDE: To install the library.
- Board Compatibility: Esp32 boards.
To install the library:
-
Download the repository from GitHub: https://github.com/junon10/spiffs-config-file
-
In Arduino IDE, go to Sketch > Include Library > Add ZIP File...
-
Select the downloaded zip file.
- See examples folder.
- Junon M.
Contact: [email protected]
- Contributions are welcome! Please fork the repository and send a pull request.
- v1.0.0.2 (2022/07/17): Failure protection.
- v1.0.0.3 (2025/06/19): Added support for string arrays
- GPLv3