add MQTT client docs

This commit is contained in:
Joel Wetzell
2025-12-20 10:54:05 -06:00
parent 25f6c83c3e
commit 3faeb6c9bf
2 changed files with 29 additions and 0 deletions
+5
View File
@@ -55,6 +55,11 @@ export default defineConfig({
collapsed: true,
autogenerate: { directory: 'modules/serial' }
},
{
label: "MQTT",
collapsed: true,
autogenerate: { directory: 'modules/mqtt' }
},
]
},
{