Skip to content

Commit 7845398

Browse files
committed
Add PR Update AsyncWebSocket.cpp me-no-dev#1142
1 parent 7824336 commit 7845398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncWebSocket.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ IPAddress AsyncWebSocketClient::remoteIP()
940940
{
941941
if (!_client)
942942
{
943-
return IPAddress(0U);
943+
return IPAddress((uint32_t)0);
944944
}
945945
return _client->remoteIP();
946946
}

0 commit comments

Comments
 (0)