me-no-dev / ESPAsyncUDP

Async UDP library for ESP8266
173 stars 56 forks source link

Switch ArduinoOTA to async UDP #3

Closed kaeferfreund closed 8 years ago

kaeferfreund commented 8 years ago

Hey everyone, since the asyncTCP is working like a charm:

Can we switch the UDP included in the arduinoOTA over to asyncUDP or is there any problems with that?

me-no-dev commented 8 years ago

Arduino ota is already async for the udp part

kaeferfreund commented 8 years ago

Thx, didn't know that...