File tree 6 files changed +11
-10
lines changed
ArduinoIoTCloud-NetConfig
6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,18 @@ jobs:
22
22
# Install the ArduinoIoTCloud library from the repository
23
23
- source-path: ./
24
24
- source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
25
- version: 0314cf54593029aea05bb8c179e40a26128f7d67
25
+ version: 54b93d64da130f653fb437819c22fb89b78732d0
26
26
- name: ArduinoBLE
27
27
- name: ArduinoHttpClient
28
28
- name: Arduino_DebugUtils
29
29
- name: ArduinoMqttClient
30
- - source-url: https://github.com/pennam /Arduino_SecureElement.git
30
+ - source-url: https://github.com/arduino-libraries /Arduino_SecureElement.git
31
31
version: 4900febf84435c1a06bb13451bced3bac6f16e76
32
32
- source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
33
33
- name: Arduino_KVStore
34
34
- source-url: https://github.com/arduino-libraries/Arduino_UniqueHWId.git
35
35
- source-url: https://github.com/arduino-libraries/Arduino_NetworkConfigurator.git
36
+ version: 5da0abaf7b6ae23035fbf0028bf90ed2b049da76
36
37
# sketch paths to compile (recursive) for all boards
37
38
UNIVERSAL_SKETCH_PATHS : |
38
39
- examples/ArduinoIoTCloud-Advanced
Original file line number Diff line number Diff line change 6
6
#include <ArduinoIoTCloud.h>
7
7
#include <Arduino_ConnectionHandler.h>
8
8
#include <GenericConnectionHandler.h>
9
- #include "ConfiguratorAgents /agents/BLE /BLEAgent.h"
10
- #include "ConfiguratorAgents /agents/Serial /SerialAgent.h"
9
+ #include "configuratorAgents /agents/BLEAgent.h"
10
+ #include "configuratorAgents /agents/SerialAgent.h"
11
11
12
12
void onLedChange ();
13
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 "ConfiguratorAgents /agents/BLE /BLEAgent.h"
16
- #include "ConfiguratorAgents /agents/Serial /SerialAgent.h"
15
+ #include "configuratorAgents /agents/BLEAgent.h"
16
+ #include "configuratorAgents /agents/SerialAgent.h"
17
17
18
18
GenericConnectionHandler ArduinoIoTPreferredConnection ;
19
19
KVStore kvStore ;
You can’t perform that action at this time.
0 commit comments