Prodlouzeni timeoutu pro STA pripojeni
This commit is contained in:
parent
baef6c322e
commit
e83160d3d2
@ -2,7 +2,7 @@
|
||||
* @file WiFiConfig.h
|
||||
* @author Pavel Brychta, http://www.xpablo.cz
|
||||
*
|
||||
* Copyright (c) 2015-19 Pavel Brychta. All rights reserved.
|
||||
* Copyright (c) 2015-20 Pavel Brychta. All rights reserved.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
@ -76,7 +76,7 @@ typedef void (*wificonfig_cb)(wificonfigstate_t state); // definice callbacku
|
||||
typedef void (*storeparam_cb)(const char *newvalue); // callback pro ulozeni uzivatelskeho parametru
|
||||
|
||||
#ifndef WIFI_STA_CONNECT_TIMEOUT
|
||||
#define WIFI_STA_CONNECT_TIMEOUT 15000UL // delka cekani na pripojeni k AP [ms]
|
||||
# define WIFI_STA_CONNECT_TIMEOUT 20000UL // delka cekani na pripojeni k AP [ms]
|
||||
#endif
|
||||
|
||||
#ifndef SETUP_SSID
|
||||
|
Loading…
Reference in New Issue
Block a user