fix: added timeout for wifi client

This commit is contained in:
Yurii
2023-12-21 18:54:59 +03:00
parent cf4a60dd2d
commit 68f412e670

View File

@@ -73,6 +73,7 @@ protected:
// wificlient settings
#ifdef ARDUINO_ARCH_ESP8266
this->wifiClient->setSync(true);
this->wifiClient->setTimeout(1000);
#endif
// client settings