We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7798c81 commit b790908Copy full SHA for b790908
src/utility/wifi_drv.h
@@ -29,8 +29,8 @@
29
30
// Key index length
31
#define KEY_IDX_LEN 1
32
-// 5 secs of delay to have the connection established
33
-#define WL_DELAY_START_CONNECTION 5000
+// 100 msecs of delay to have the connection established
+#define WL_DELAY_START_CONNECTION 100
34
// firmware version string length
35
#define WL_FW_VER_LENGTH 6
36
src/utility/wl_definitions.h
@@ -46,7 +46,7 @@
46
// Default state value for Wifi state field
47
#define NA_STATE -1
48
//Maximum number of attempts to establish wifi connection
49
-#define WL_MAX_ATTEMPT_CONNECTION 10
+#define WL_MAX_ATTEMPT_CONNECTION 500
50
51
typedef enum {
52
WL_NO_SHIELD = 255,
0 commit comments