Paul Vint
                                            Paul Vint
                                        
                                    I just did some testing with different compression ratios, note that I had just factory reset my phone today and have only installed a bunch of apps, restored SMS messages,...
I'm using ESP 1.0.4 and could not easily get any of the above methods to work, but I have gotten it to work using `ip4addr_aton(AF_INET, &to.sin_addr, inet_addr(addr));` Please test with...
Good to hear @zyklone92 (and thanks for the feedback!) I've been running a few devices for a few months now with those changes - I'll have another look at my...
> Agreed. Maybe someone with the expertise could assist @pvint in making the platform io happen. I hadn't thought of the lib in platformio, thanks for mentioning it. I took...
Xose, the original author, has handed it over to me to maintain. I've updated the library.json file on the original repo, which I believe should update it.
I've looked at this a bit more and took some packet captures when it fails and when it works. For some reason the ESP8266 is sending a RST, ACK packet...
I've been struggling with the same issue and in my ESP32 application adding `\r\n` to my JSON string I'm sending makes it work! (note that just using `\r` did *not*...