Dirk Broßwick

Results 10 comments of Dirk Broßwick

Thank you for your answer. I have not yet used setFSCallbacks(). I have only used the following in two different places with ```c #define DEST_FS_USES_SPIFFS #include ``` Without any further...

Here is the first snippet with the function that use your lib ```c #define DEST_FS_USES_SPIFFS #include /* // some other code */ bool http_ota_start_compressed( const char* url, const char* md5,...

With both changes comes the same compiler error. I am a bit confused, because actually the ```c #ifndef _TGZ_FSFOOLS_ ``` should prevent this. But I don't see any reason why...

That will probably be the solution, that I will pack the functions into a file. Many thanks for your help!

Thanks for the great library and the quick response! works great! Another question that I find interesting right now. Is there a way to reduce the quite large RAM requirement?...

Thanks again. I think your implementation is exactly the right way! The programmer should rather decide that, would have been my decision too. PSRAM is a bit tricky, but manageable.

@tobozo the first intention was that it would work for me ... now I am curious about the PSRamFS :)

@tobozo Maybe I missed it, but is there a way to unpack from a char array?

i would have done that next. i was also thinking if something like that already existed. would be a nice function, pointer to the data and its size.

Thank you for your feedback. But I can't do anything with this error description. The version information is incorrect/incomplete. After a few tests, I could not find any problems. Please...