Results 228 comments of Tilen Majerle

Thanks for this use cases, nice to see people find the lib helpful! Are you in a position to add them to library and update the docs to be in-line...

Let me create a new feature-overwrite branch and we can work there - pull requests are welcome and I will also contribute with tests. Let me know if that's OK...

Might be better idea then to put these functions in separate file, keeping them as "optional" for the build. Branch done: https://github.com/MaJerle/lwrb/tree/develop-feature-overwrite

`_ex` or `extended` is being used in other libs to let user passing custom (let's say) group parameter. For instance in case of printf, you can have different printf instances,...

Post this to shell, if you need a feature. These features for lwrb are extended and user has to take care of that. No mutex is planned and no thread...

> Makes sense. Can do. I'm still waiting for you to add _ex to shell! ;) https://github.com/MaJerle/lwshell/commit/b52c41526e4c5c8a0ad1a9ec6a3d2cc64cf841c3 It is a start at least

I am far behind my backlog - too many things - sorry. will work on that!

Why limit yourself to CERTIFICATE only? MFG shall be the classic write command, no? What is the benefit to read certificates from ESP device?

Itbwouod be better to implement generic read, where you can specify length and (if AT supports?) offset, which is then loaded to user buffer. You can then do whatever you...