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:
@@ -39,7 +39,9 @@ class WiFiClient {
|
|||||||
}
|
}
|
||||||
void stop() {
|
void stop() {
|
||||||
}
|
}
|
||||||
|
void setTimeout(uint32_t){
|
||||||
|
|
||||||
|
}
|
||||||
// ESP32 socket option passthrough (e.g. TCP_NODELAY)
|
// ESP32 socket option passthrough (e.g. TCP_NODELAY)
|
||||||
int setSocketOption(int, int, const void *, size_t) {
|
int setSocketOption(int, int, const void *, size_t) {
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user