Wirtek Robotics Workshop / RWR_Utils
Revision:
3:2ae8e437d637
Parent:
2:821ffc555d49
Child:
4:44f4d1cdd544
--- a/RWR_Utils.hxx	Wed Jul 21 00:03:24 2021 +0300
+++ b/RWR_Utils.hxx	Fri Jul 23 23:22:37 2021 +0300
@@ -46,7 +46,8 @@
 #define WEB_ESP_BAUD            115200
 #define WEB_RECEIVE_BUFFER_SIZE 2048
 #define WEB_SEND_BUFFER_SIZE    2048
-#define WEB_RECEIVE_TIMEOUT     10000
+#define WEB_RECEIVE_TIMEOUT     1000
+#define WEB_ESP_INIT_ATTEMPTS   10
 #define WEB_IPD_HEADER_MIN_SIZE 9
 #define WEB_SSID                "RWR_1"
 #define WEB_PASSWORD            "RWRWRWRW"