mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
Add support for wemos c3 mini
This commit is contained in:
@@ -846,7 +846,7 @@ void AsyncWebSocketClient::binary(AsyncWebSocketMessageBuffer * buffer)
|
||||
|
||||
IPAddress AsyncWebSocketClient::remoteIP() {
|
||||
if(!_client) {
|
||||
return IPAddress(0U);
|
||||
return IPAddress((uint32_t)0);
|
||||
}
|
||||
return _client->remoteIP();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user