Skip to content

Commit

Permalink
Add PR Update AsyncWebSocket.cpp me-no-dev#1142
Browse files Browse the repository at this point in the history
  • Loading branch information
nthd committed Oct 16, 2023
1 parent 7824336 commit 7845398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AsyncWebSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ IPAddress AsyncWebSocketClient::remoteIP()
{
if (!_client)
{
return IPAddress(0U);
return IPAddress((uint32_t)0);
}
return _client->remoteIP();
}
Expand Down

0 comments on commit 7845398

Please sign in to comment.