mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-13 21:54:07 +00:00
fix standalone
This commit is contained in:
@@ -64,9 +64,11 @@ class ESP_SSLClient : public Stream {
|
|||||||
}
|
}
|
||||||
void flush() override {
|
void flush() override {
|
||||||
}
|
}
|
||||||
|
|
||||||
void stop() {
|
void stop() {
|
||||||
}
|
}
|
||||||
|
void setTimeout(uint32_t) {
|
||||||
|
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ESP_SSLClient_h
|
#endif // ESP_SSLClient_h
|
||||||
|
|||||||
Reference in New Issue
Block a user