Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e6500c1

Browse files
committed
WiFiS3 ping add missing parameter
1 parent 428df2a commit e6500c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libraries/WiFiS3/src/WiFi.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ int CWifi::ping(IPAddress ip, uint8_t ttl, uint8_t count) {
576576
int CWifi::ping(const String &hostname, uint8_t ttl, uint8_t count)
577577
/* -------------------------------------------------------------------------- */
578578
{
579-
return ping(hostname.c_str(), ttl);
579+
return ping(hostname.c_str(), ttl, count);
580580
}
581581

582582
/* -------------------------------------------------------------------------- */

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /