Skip to content

Commit f10d9a6

Browse files
committed
Add relative path from sketch to local library
1 parent 2363972 commit f10d9a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/Logger/sketch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ profiles:
88
- Arduino_USBHostMbed5 (0.3.1)
99
- Arduino_POSIXStorage (1.2.1)
1010
- ArduinoRS485 (1.1.0)
11-
- dir: ./
11+
- dir: ../../ # Relative path to the library root
1212
arduino:renesas_portenta:portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
@@ -18,7 +18,7 @@ profiles:
1818
- Arduino_USBHostMbed5 (0.3.1)
1919
- Arduino_POSIXStorage (1.2.1)
2020
- ArduinoRS485 (1.1.0)
21-
- dir: ./
21+
- dir: ../../ # Relative path to the library root
2222
arduino:mbed_opta:opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
@@ -28,4 +28,4 @@ profiles:
2828
- Arduino_USBHostMbed5 (0.3.1)
2929
- Arduino_POSIXStorage (1.2.1)
3030
- ArduinoRS485 (1.1.0)
31-
- dir: ./
31+
- dir: ../../ # Relative path to the library root

0 commit comments

Comments
 (0)