mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-13 05:34:34 +00:00
fix standalone
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user