We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f13db commit 2e87bc1Copy full SHA for 2e87bc1
src/main/java/org/myrobotlab/service/meta/OakDMeta.java
@@ -15,7 +15,7 @@ public class OakDMeta extends MetaData {
15
*/
16
public OakDMeta() {
17
18
- addDescription("Control a Neopixel hardware");
+ addDescription("Control a Oak-D hardware");
19
setAvailable(true); // false if you do not want it viewable in a
20
addCategory("control", "display");
21
0 commit comments