@@ -21,18 +21,16 @@ jobs:
21
21
UNIVERSAL_LIBRARIES : |
22
22
# Install the ArduinoIoTCloud library from the repository
23
23
- source-path: ./
24
- - source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git
25
- version: 54b93d64da130f653fb437819c22fb89b78732d0
24
+ - name: Arduino_ConnectionHandler
26
25
- name: ArduinoBLE
27
26
- name: ArduinoHttpClient
28
27
- name: Arduino_DebugUtils
29
28
- name: ArduinoMqttClient
30
- - source-url: https://github.com/arduino-libraries/Arduino_SecureElement.git
31
- version: 4900febf84435c1a06bb13451bced3bac6f16e76
32
- - source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git
29
+ - name: Arduino_SecureElement
30
+ - name: Arduino_CloudUtils
33
31
- name: Arduino_KVStore
34
32
- source-url: https://github.com/arduino-libraries/Arduino_UniqueHWId.git
35
- - source-url: https://github.com/arduino-libraries/ Arduino_NetworkConfigurator.git
33
+ - name: Arduino_NetworkConfigurator
36
34
# sketch paths to compile (recursive) for all boards
37
35
UNIVERSAL_SKETCH_PATHS : |
38
36
- examples/ArduinoIoTCloud-Advanced
@@ -204,7 +202,6 @@ jobs:
204
202
- examples/ArduinoIoTCloud-Notecard
205
203
- examples/ArduinoIoTCloud-Schedule
206
204
- examples/utility/Provisioning
207
- - examples/utility/Provisioning_2.0
208
205
# Nicla Vision
209
206
- board :
210
207
type : mbed_nicla
0 commit comments