Good day,
We are developing an Arduino based device that sends an https post to a server. We use the Arduino MKR Zero and an ethernet shield. When we use this function:
sslClient.setInsecure(BearSSLClient::SNI::Insecure);
We get this error when the compilation is done:
'class BearSSLClient' has no member named 'setInsecure'
Do you know what could be the origin of this error?
Good day,
We are developing an Arduino based device that sends an https post to a server. We use the Arduino MKR Zero and an ethernet shield. When we use this function:
sslClient.setInsecure(BearSSLClient::SNI::Insecure);
We get this error when the compilation is done:
'class BearSSLClient' has no member named 'setInsecure'
Do you know what could be the origin of this error?