Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct documentation re: non-failure return value of
WiFiClass::ping
The original implementation of WiFiClass::ping only returned a result type code when a ping was successful. It was later changed to return the RTT when the ping operation did not error, only returning a result type code when the ping operation failed. The RTT can be programmatically differentiated from the result type code because the codes use negative numbers, while a RTT will always be positive.
- Loading branch information