File tree 6 files changed +10
-10
lines changed
ArduinoIoTCloud-NetConfig
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
#endif
6
6
#include <ArduinoIoTCloud.h>
7
7
#include <Arduino_ConnectionHandler.h>
8
- #include "ConfiguratorAgents/agents/BLE/BLEAgent.h"
9
- #include "ConfiguratorAgents/agents/Serial/SerialAgent.h"
8
+ #include <GenericConnectionHandler.h>
9
+ #include "configuratorAgents/agents/BLEAgent.h"
10
+ #include "configuratorAgents/agents/SerialAgent.h"
10
11
11
12
void onLedChange ();
12
13
Original file line number Diff line number Diff line change 12
12
#include < Arduino_SecureElement.h>
13
13
#include < tls/utility/TLSClientMqtt.h>
14
14
#include < ArduinoHttpClient.h>
15
- #include " Utility/LEDFeedback /LEDFeedback.h"
15
+ #include " utility /LEDFeedback.h"
16
16
#define JITTER_BASE 0
17
17
#define JITTER_MAX 1000
18
18
Original file line number Diff line number Diff line change 8
8
9
9
#pragma once
10
10
#include " Arduino.h"
11
- #include " ConfiguratorAgents /AgentsManager.h"
11
+ #include " configuratorAgents /AgentsManager.h"
12
12
#include < Arduino_SecureElement.h>
13
- #include " Utility/LEDFeedback /LEDFeedback.h"
13
+ #include " utility /LEDFeedback.h"
14
14
15
15
typedef bool (*ClearStoredCredentialsHandler)();
16
16
class ClaimingHandlerClass {
Original file line number Diff line number Diff line change 13
13
#include < Arduino_SecureElement.h>
14
14
#include < utility/SElementArduinoCloudDeviceId.h>
15
15
#include < utility/SElementArduinoCloudCertificate.h>
16
- #include " Utility/LEDFeedback /LEDFeedback.h"
16
+ #include " utility /LEDFeedback.h"
17
17
18
18
const char *SKETCH_VERSION = " 0.1.0" ;
19
19
Original file line number Diff line number Diff line change 12
12
#include <ArduinoIoTCloud.h>
13
13
#include <GenericConnectionHandler.h>
14
14
#include <Arduino_KVStore.h>
15
- #include "NetworkConfigurator.h"
16
- #include "ConfiguratorAgents/agents/BLE/BLEAgent.h"
17
- #include "ConfiguratorAgents/agents/Serial/SerialAgent.h"
15
+ #include "configuratorAgents/agents/BLEAgent.h"
16
+ #include "configuratorAgents/agents/SerialAgent.h"
18
17
19
18
GenericConnectionHandler ArduinoIoTPreferredConnection ;
20
19
KVStore kvStore ;
Original file line number Diff line number Diff line change 26
26
27
27
#include < Arduino_ConnectionHandler.h>
28
28
#if NETWORK_CONFIGURATOR_ENABLED
29
- #include < NetworkConfigurator .h>
29
+ #include < Arduino_NetworkConfigurator .h>
30
30
#endif
31
31
32
32
#if defined(DEBUG_ERROR) || defined(DEBUG_WARNING) || defined(DEBUG_INFO) || defined(DEBUG_DEBUG) || defined(DEBUG_VERBOSE)
You can’t perform that action at this time.
0 commit comments