-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SimpleIni (PACMAN-945) (IEC-141) #357
Comments
There is one ini-related component contributed by @leeebo already: https://components.espressif.com/components/leeebo/esp-inih. (Note, however, the version is 0.0.2, and it hasn't been updated with the latest upstream releases, so I don't know how future-proof it is.) |
totally true, i use it a lot. but it can ONLY read *.ini.
ah, OK.. @leeebo might be easily able to update it. |
The upstream inih only support parsing This requirement comes from the esp-box project, We chose @diplfranzhoepfinger any |
no, it does not.
yes, and i was able to get simpleini running on a ESP32S3. it does already write ini Files. |
just found that in the GTK Project there is a alternate Lib for INI Writing and reading: https://docs.gtk.org/glib/struct.KeyFile.html but maybe it is less portable and more Memory intensive ? Thanks, |
i made you a Demo here: i uses the https://github.com/espressif/esp-idf/tree/master/examples/protocols/http_server/file_serving it writes the followings keys:
Thanks go out to Peter Wegscheider for contributing its Wrapper (settingsIni.cpp) under the MIT License. Regards, |
Related area
Component https://github.com/brofield/simpleini
Is your feature request related to a problem?
https://github.com/brofield/simpleini
Describe the solution you'd like
would like this as a ESP Component
Describe alternatives you've considered
.
Additional context
.
I have checked existing list of Feature requests and I have provided enough information.
The text was updated successfully, but these errors were encountered: