add basic docs for serial module

This commit is contained in:
Joel Wetzell
2025-12-19 12:11:28 -06:00
parent 57438f61bb
commit 82e6bb06c9
2 changed files with 40 additions and 0 deletions
+5
View File
@@ -50,6 +50,11 @@ export default defineConfig({
collapsed: true,
autogenerate: { directory: 'modules/midi' }
},
{
label: "Serial",
collapsed: true,
autogenerate: { directory: 'modules/serial' }
},
]
},
{