Configuration File Manager

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
Uthayamurthy
Posts: 4
Joined: Sun Dec 19, 2021 2:45 pm

Configuration File Manager

Post by Uthayamurthy » Sun Dec 19, 2021 3:26 pm

Hello Guys, This is my first post in this forum.
For some of my projects, I needed a quick and easy way to store some configuration details and update them without re-sending the entire file to the board. So I wrote the ConfigManager - https://github.com/Uthayamurthy/Config ... cropython . I have created some good documentations too. Hope you will find it useful.

Please Note - This is actually my first repository too. So, I may not have used the best coding/documenting practices. Please do pardon me for that and I would love to hear feedback, suggestions and questions. You can contact me through my Email-id - uthayamurthy2006@gmail.com .

Post Reply