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.
2 parents d166c14 + 95a90d8 commit 1a4b162Copy full SHA for 1a4b162
UNOR4USBBridge/cmds_wifi_SSL.h
@@ -28,6 +28,9 @@ void CAtHandler::add_cmds_wifi_SSL() {
28
for (int i = 0; i < MAX_CLIENT_AVAILABLE; i++) {
29
if (sslclients[i] == nullptr) {
30
sslclients[i] = new WiFiClientSecure();
31
+ clients_ca[i].clear();
32
+ clients_cert_pem[i].clear();
33
+ clients_key_pem[i].clear();
34
if(sslclients[i] == nullptr) {
35
return chAT::CommandStatus::ERROR;
36
}
0 commit comments