Skip to content

Commit dd1bd6a

Browse files
committed
EthernetClient: mock setCACert
1 parent 5e9736b commit dd1bd6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ArduinoCore-Linux/cores/arduino/Ethernet.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,11 @@ class EthernetClient : public Client {
210210

211211
IPAddress remoteIP() { return address; }
212212

213+
void setCACert(const char* cert) {
214+
Logger.error(WIFICLIENT, "setCACert not supported");
215+
}
216+
217+
213218
protected:
214219
const char* WIFICLIENT = "EthernetClient";
215220
SocketImpl sock;

0 commit comments

Comments
 (0)