mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
fix host emulation on macOS (#5633)
This commit is contained in:
@ -198,6 +198,7 @@ public:
|
||||
|
||||
bool wait_until_sent(int max_wait_ms = WIFICLIENT_MAX_FLUSH_WAIT_MS)
|
||||
{
|
||||
(void)max_wait_ms;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user