Aypac / Arduino-TR-064-SOAP-Library

Arduino library for the TR-064 protocol, most commonly used by the Fritz!Box router API
Other
63 stars 21 forks source link

WiFiClient -> 3.1.1 esp8266 #63

Closed iwl closed 1 year ago

iwl commented 1 year ago

Makes Tag 1.1.0 compiling and working (only tested dial assistant) with 3.1.1 esp8266. I couldn't get the newer versions working, several issues, while 1.1.0 still does fine.

Aypac commented 1 year ago

Thanks for your PR! Is this still an issue with tag 1.2.2? I do not really want to maintain older versions.

iwl commented 1 year ago

Thanks for your PR! Is this still an issue with tag 1.2.2? I do not really want to maintain older versions.

I couldn't get any 1.2.x version working, fiddled around some hours and then found the little change making it compiling with ESP 3.1.1 and just applied it to the 1.1 version, which worked fine all the time for me, but didn't compile with ESP 3.1.1, but now does with the little change.

Aypac commented 1 year ago

I released this as tag 1.1.1. Maybe it helps some people.