fix standalone

This commit is contained in:
MichaelDvP
2026-08-19 16:30:08 +02:00
parent b05ae6dbbb
commit 8f118e07a3
+3 -1
View File
@@ -39,7 +39,9 @@ class WiFiClient {
}
void stop() {
}
void setTimeout(uint32_t){
}
// ESP32 socket option passthrough (e.g. TCP_NODELAY)
int setSocketOption(int, int, const void *, size_t) {
return 0;