We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4f6a4 commit fbceaf6Copy full SHA for fbceaf6
examples/utility/Provisioning_2.0/thingProperties.h
@@ -12,7 +12,6 @@
12
#include <ArduinoIoTCloud.h>
13
#include <GenericConnectionHandler.h>
14
#include <Arduino_KVStore.h>
15
-#include "NetworkConfigurator.h"
16
#include "ConfiguratorAgents/agents/BLE/BLEAgent.h"
17
#include "ConfiguratorAgents/agents/Serial/SerialAgent.h"
18
src/ArduinoIoTCloud.h
@@ -26,7 +26,7 @@
26
27
#include <Arduino_ConnectionHandler.h>
28
#if NETWORK_CONFIGURATOR_ENABLED
29
-#include <NetworkConfigurator.h>
+#include <Arduino_NetworkConfigurator.h>
30
#endif
31
32
#if defined(DEBUG_ERROR) || defined(DEBUG_WARNING) || defined(DEBUG_INFO) || defined(DEBUG_DEBUG) || defined(DEBUG_VERBOSE)
0 commit comments