ArduinoCore-mbed icon indicating copy to clipboard operation
ArduinoCore-mbed copied to clipboard

Add WiFiServer::stop() and WiFiServer::end()

Open alranel opened this issue 2 years ago • 0 comments

This PR adds an end() method (aliased to stop() for better interoperability) which is symmetric to begin(). This is borrowed by the ESP8266 and ESP32 cores.

alranel avatar Oct 31 '23 12:10 alranel