You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository's dummy-discovery folder contains a reference pluggable discovery implementation. This will be a valuable resource for the users of the module so we should make sure they are aware of it from the start.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
This project is a library to ease implementation of pluggable discoveries for the [Arduino CLI](https://github.com/arduino/arduino-cli)
4
4
following the [official specification](https://arduino.github.io/arduino-cli/latest/platform-specification/#pluggable-discovery).
5
5
6
+
## Reference implementation
7
+
8
+
The [`dummy-discovery` folder](dummy-discovery) contains a reference pluggable discovery implementation.
9
+
6
10
## Security
7
11
8
12
If you think you found a vulnerability or other security-related bug in this project, please read our
0 commit comments