File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 19
19
env :
20
20
# libraries to install for all boards
21
21
UNIVERSAL_LIBRARIES : |
22
- # Install the ArduinoIoTCloud library from the repository
23
22
- source-path: ./
24
- - name: Arduino_ConnectionHandler
25
- - name: ArduinoHttpClient
26
23
- name: Arduino_DebugUtils
27
- - name: ArduinoMqttClient
28
- - name: Arduino_SecureElement
29
24
# sketch paths to compile (recursive) for all boards
30
25
UNIVERSAL_SKETCH_PATHS : |
31
26
- examples/lzssDecoder
57
52
- fqbn : arduino:mbed_portenta:envie_m7
58
53
type : mbed_portenta
59
54
artifact-name-suffix : arduino-mbed_portenta-envie_m7
60
- - fqbn : esp8266:esp8266:huzzah
61
- type : esp8266
62
- artifact-name-suffix : esp8266-esp8266-huzzah
63
55
- fqbn : esp32:esp32:esp32
64
56
type : esp32
65
57
artifact-name-suffix : esp32-esp32-esp32
You can’t perform that action at this time.
0 commit comments