fix standalone

This commit is contained in:
MichaelDvP
2026-08-19 16:40:51 +02:00
parent cec0fbc95d
commit d56c5897fa
+3 -1
View File
@@ -64,9 +64,11 @@ class ESP_SSLClient : public Stream {
}
void flush() override {
}
void stop() {
}
void setTimeout(uint32_t) {
}
};
#endif // ESP_SSLClient_h