We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66623 commit 01cf570Copy full SHA for 01cf570
libraries/SSLClient/src/SSLClient.cpp
@@ -147,12 +147,12 @@ int SSLClient::connect(const char *host, uint16_t port, const char *_CA_cert, co
147
}
148
149
int SSLClient::connect(IPAddress ip, uint16_t port, const char *pskIdent, const char *psKey) {
150
- return connect(ip.toString().c_str(), port,_pskIdent, _psKey);
+ return connect(ip.toString().c_str(), port, pskIdent, psKey);
151
152
153
int SSLClient::connect(const char *host, uint16_t port, const char *pskIdent, const char *psKey) {
154
log_v("start_ssl_client with PSK");
155
- int ret = start_ssl_client(sslclient, host, port, _timeout, NULL, NULL, NULL, NULL, _pskIdent, _psKey, _use_insecure);
+ int ret = start_ssl_client(sslclient, host, port, _timeout, NULL, NULL, NULL, NULL, pskIdent, psKey, _use_insecure);
156
_lastError = ret;
157
if (ret < 0) {
158
log_e("start_ssl_client: %d", ret);
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments