From d56c5897fadad6b7e881df51bc0624b9c89332cc Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Wed, 19 Aug 2026 16:40:51 +0200 Subject: [PATCH] fix standalone --- lib_standalone/ESP_SSLClient.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib_standalone/ESP_SSLClient.h b/lib_standalone/ESP_SSLClient.h index 131f10230..7e99b484f 100644 --- a/lib_standalone/ESP_SSLClient.h +++ b/lib_standalone/ESP_SSLClient.h @@ -64,9 +64,11 @@ class ESP_SSLClient : public Stream { } void flush() override { } - void stop() { } + void setTimeout(uint32_t) { + + } }; #endif // ESP_SSLClient_h