ArduinoCore-mbed
ArduinoCore-mbed copied to clipboard
Add WiFiServer::stop() and WiFiServer::end()
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.