https://github.com/junon10/spiffs-config-file
INI file parser Arduino library
https://github.com/junon10/spiffs-config-file
arduino-library esp32 ini-parser spiffs
Last synced: 12 months ago
JSON representation
INI file parser Arduino library
- Host: GitHub
- URL: https://github.com/junon10/spiffs-config-file
- Owner: junon10
- License: mit
- Created: 2022-07-04T21:18:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T12:38:28.000Z (about 1 year ago)
- Last Synced: 2025-03-05T13:36:31.288Z (about 1 year ago)
- Topics: arduino-library, esp32, ini-parser, spiffs
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Library: spiffs-config-file
## Description:
- Saving and reading configurations in spiffs flash memory, using a scheme similar to .ini files
## Requirements
- **Arduino IDE**: To install the library.
- **Board Compatibility**: Esp32 boards.
## Installation
To install the library:
1. Download the repository from GitHub:
[https://github.com/junon10/spiffs-config-file](https://github.com/junon10/spiffs-config-file)
2. In Arduino IDE, go to Sketch > Include Library > Add ZIP File...
3. Select the downloaded zip file.
## Usage
- See examples folder.
## Limitations
- Does not support arrays
## Author
- **Junon M.**
Contact: [junon10@tutamail.com](mailto:junon10@tutamail.com)
## Contributing
- Contributions are welcome! Please fork the repository and send a pull request.
## Repository
- [https://github.com/junon10/spiffs-config-file](https://github.com/junon10/spiffs-config-file)
## Changelog
- **v1.0.1 (2022/07/17)**: Failure protection.
## License
- GPLv3