-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
during compiling i'm getting this error
C:\Users\enomi\Downloads\NodeMCUtoAzureIoTCentral-main\NodeMCUtoAzureIoTCentral-main\ESP8266\ESP8266\ESP8266\src\iotc\arduino\iotc.cpp: In function 'int _getOperationId(IOTContextInternal*, const char*, const char*, const char*, const char*, char*, char*)':
C:\Users\enomi\Downloads\NodeMCUtoAzureIoTCentral-main\NodeMCUtoAzureIoTCentral-main\ESP8266\ESP8266\ESP8266\src\iotc\arduino\iotc.cpp:84:10: error: 'class BearSSL::WiFiClientSecure' has no member named 'setCACert'
84 | client.setCACert((const uint8_t*)SSL_CA_PEM_DEF,
| ^~~~~~~~~
C:\Users\enomi\Downloads\NodeMCUtoAzureIoTCentral-main\NodeMCUtoAzureIoTCentral-main\ESP8266\ESP8266\ESP8266\src\iotc\arduino\iotc.cpp: In function 'int iotc_connect(IOTContext, const char*, const char*, const char*, IOTConnectType)':
C:\Users\enomi\Downloads\NodeMCUtoAzureIoTCentral-main\NodeMCUtoAzureIoTCentral-main\ESP8266\ESP8266\ESP8266\src\iotc\arduino\iotc.cpp:301:24: error: 'class BearSSL::WiFiClientSecure' has no member named 'setCACert'
301 | internal->tlsClient->setCACert((const uint8_t*)SSL_CA_PEM_DEF,
| ^~~~~~~~~
exit status 1
Error compiling for board NodeMCU 0.9 (ESP-12 Module).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels