File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 1919 INCLUDE
2020 ******************************************************************************/
2121
22-
23- /*
24- static int const DBG_NONE = -1;
25- static int const DBG_ERROR = 0;
26- static int const DBG_WARNING = 1;
27- static int const DBG_INFO = 2;
28- static int const DBG_DEBUG = 3;
29- static int const DBG_VERBOSE = 4;
30- */
31-
3222#include " Arduino_WiFiConnectionHandler.h"
3323
3424#ifdef BOARD_HAS_WIFI /* Only compile if the board has WiFi */
3525
36- /* *****************************************************************************
37- CONSTANTS
38- ******************************************************************************/
39-
40- static const unsigned long NETWORK_CONNECTION_INTERVAL = 30000 ; /* NOT USED */
41-
4226/* *****************************************************************************
4327 CTOR/DTOR
4428 ******************************************************************************/
Original file line number Diff line number Diff line change 2525#include " Arduino_ConnectionHandler.h"
2626
2727#ifdef BOARD_HAS_WIFI /* Only compile if the board has WiFi */
28- // extern void connectionStateChanged(NetworkConnectionState _newState);
29-
3028
3129/* *****************************************************************************
3230 CLASS DECLARATION
@@ -63,10 +61,7 @@ class WiFiConnectionHandler : public ConnectionHandler {
6361 const int CHECK_INTERVAL_INIT = 100 ;
6462 const int CHECK_INTERVAL_CONNECTING = 500 ;
6563 const int CHECK_INTERVAL_CONNECTED = 10000 ;
66- const int CHECK_INTERVAL_RETRYING = 5000 ;
67- const int CHECK_INTERVAL_DISCONNECTING = 500 ;
6864 const int CHECK_INTERVAL_DISCONNECTED = 1000 ;
69- const int CHECK_INTERVAL_ERROR = 500 ;
7065
7166 const char *ssid, *pass;
7267 unsigned long lastConnectionTickTime;
You can’t perform that action at this time.
0 commit comments