Skip to content

Commit d12af6f

Browse files
committed
misc: add arduino sketch path to config
- this change also fixes the 'platformio_example' path
1 parent 8aebc72 commit d12af6f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@
6262
]
6363
},
6464
"examples": [
65-
"[Ee]xamples/platformio_example/*.ino",
66-
"[Ee]xamples/platformio_example/*.cpp",
67-
"[Ee]xamples/platformio_example/*.c"
65+
"[Ee]xamples/arduino/*/*.ino",
66+
"[Ee]xamples/platformio_example/*/*.ino",
67+
"[Ee]xamples/platformio_example/*/*.cpp",
68+
"[Ee]xamples/platformio_example/*/*.c"
6869
]
6970
}

0 commit comments

Comments
 (0)