Skip to content

Commit edbbc07

Browse files
committed
Make pingResult an int
1 parent 6676cfd commit edbbc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/WiFiPing/WiFiPing.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int status = WL_IDLE_STATUS; // the Wifi radio's status
2222

2323
// Specify IP address or hostname
2424
String hostName = "www.google.com";
25-
byte pingResult;
25+
int pingResult;
2626

2727
void setup() {
2828
// Initialize serial and wait for port to open:

0 commit comments

Comments
 (0)