mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
emulation on host: missing mock functions, improve host interface handling (#7404)
This commit is contained in:
@ -145,3 +145,8 @@ void WiFiServer::close ()
|
||||
::close(pcb2int(_listen_pcb));
|
||||
_listen_pcb = int2pcb(-1);
|
||||
}
|
||||
|
||||
void WiFiServer::stop ()
|
||||
{
|
||||
close();
|
||||
}
|
||||
|
Reference in New Issue
Block a user