arduino-libraries / WiFi101

Wifi library for the Arduino WiFi 101 Shield
158 stars 128 forks source link

Correct documentation re: non-failure return value of `WiFiClass::ping` #349

Closed emanueleg closed 11 months ago

emanueleg commented 11 months ago

The return code is actually the RTT value (#103). WL_PING_SUCCESS is not defined anymore in the code.