We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ccbfc commit 08d5dddCopy full SHA for 08d5ddd
m5stack/libs/module/__init__.py
@@ -19,6 +19,7 @@
19
"LoRaWAN868Module": "lorawan868",
20
"Module4In8Out": "module_4in8out",
21
"NBIOTModule": "nbiot",
22
+ "ODriveModule": "odrive",
23
"PLUSModule": "plus",
24
"PPSModule": "pps",
25
"RCAModule": "rca",
m5stack/libs/module/manifest.py
@@ -22,6 +22,7 @@
"module_4in8out.py",
"module_helper.py",
"nbiot.py",
+ "odrive.py",
26
"plus.py",
27
"pps.py",
28
"rca.py",
0 commit comments