| 35 | } |
| 36 | |
| 37 | int WiFiSSLClient::connect(IPAddress ip, uint16_t port) |
| 38 | { |
| 39 | return WiFiClient::connectSSL(ip, port); |
| 40 | } |
| 41 | |
| 42 | int WiFiSSLClient::connect(const char* host, uint16_t port) |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected