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 ad6ec01 commit 39e77d2Copy full SHA for 39e77d2
src/Arduino_NetworkConfigurator.cpp
@@ -7,6 +7,7 @@
7
*/
8
#include "ANetworkConfigurator_Config.h"
9
#if NETWORK_CONFIGURATOR_COMPATIBLE
10
+#include "Arduino_NetworkConfigurator.h"
11
12
#include <Arduino_DebugUtils.h>
13
#include "ConnectionHandlerDefinitions.h"
@@ -15,7 +16,6 @@
15
16
#ifdef BOARD_HAS_WIFI
17
#include "WiFiConnectionHandler.h"
18
#endif
-#include "Arduino_NetworkConfigurator.h"
19
20
#define NC_CONNECTION_RETRY_TIMER_ms 120000
21
#define NC_CONNECTION_TIMEOUT_ms 15000
0 commit comments