Skip to content

Commit 2363972

Browse files
committed
Add local library to search path
1 parent caa25e0 commit 2363972

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/Logger/sketch.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ profiles:
88
- Arduino_USBHostMbed5 (0.3.1)
99
- Arduino_POSIXStorage (1.2.1)
1010
- ArduinoRS485 (1.1.0)
11+
- dir: ./
1112
arduino:renesas_portenta:portenta_c33:
1213
notes: Portenta C33
1314
fqbn: arduino:renesas_portenta:portenta_c33
@@ -17,6 +18,7 @@ profiles:
1718
- Arduino_USBHostMbed5 (0.3.1)
1819
- Arduino_POSIXStorage (1.2.1)
1920
- ArduinoRS485 (1.1.0)
21+
- dir: ./
2022
arduino:mbed_opta:opta:
2123
notes: Portenta Opta family
2224
fqbn: arduino:mbed_opta:opta
@@ -25,4 +27,5 @@ profiles:
2527
libraries:
2628
- Arduino_USBHostMbed5 (0.3.1)
2729
- Arduino_POSIXStorage (1.2.1)
28-
- ArduinoRS485 (1.1.0)
30+
- ArduinoRS485 (1.1.0)
31+
- dir: ./

0 commit comments

Comments
 (0)