tank104
tank104
Thanks thats a good idea, we can try exploring that.
Ok just to circle back, the missing headers was a bit of a red herring. After a lot of debugging and trial and error I realised if I commented out...
ITs actually more complex than that - feedDocument returns the compression algo. And sadly if it is gzipped, Amazon don't return the gzip header to automatically decompress on response. So...
Yup will get it done this week - sorry been on holiday @RenzoF I will overload it as you mention, and obsolete the other one - so people know that...
Sure I agree - but up to you if you want to put it in - it does solve my issues though, and the samples.
I found I can fix by declaring those two issues in my main.cpp like below. (just changing order of a couple of properties) However question still stands whether this library...
Is it worth me doing a PR that changes the order to fix this for CPP? Or there will be so many of these issues that I am best to...
Pull request created: https://github.com/espressif/esp-adf/pull/1192
And https://github.com/espressif/esp-adf-libs/pull/31