diff options
| author | Noah | 2015-11-05 03:33:48 +0100 |
|---|---|---|
| committer | danicampora | 2015-11-18 19:47:40 +0100 |
| commit | 00960133c2b1732daf28423481b4ffc8a14f207a (patch) | |
| tree | ca3d8b8bbdb6950afcaeecec667efafa5eaf3397 /cc3200/mods | |
| parent | f3308daa6fb74bc42f764b505d738a82bca8b508 (diff) | |
docs: Update docs for WiPy wlan.connect().
- The link establishment timeout is infinite by default
- Fix typo in notes about the auth kwarg
Diffstat (limited to 'cc3200/mods')
| -rw-r--r-- | cc3200/mods/modwlan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/mods/modwlan.c b/cc3200/mods/modwlan.c index 2997e8d38..a7ee59281 100644 --- a/cc3200/mods/modwlan.c +++ b/cc3200/mods/modwlan.c @@ -110,7 +110,6 @@ typedef enum{ #define MODWLAN_SL_SCAN_DISABLE 0 #define MODWLAN_SL_MAX_NETWORKS 20 -#define MODWLAN_TIMEOUT_MS 5000 #define MODWLAN_MAX_NETWORKS 20 #define MODWLAN_SCAN_PERIOD_S 3600 // 1 hour #define MODWLAN_WAIT_FOR_SCAN_MS 1050 |
