mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-18 08:34:21 +01:00
add ability to configure radio settings
This commit is contained in:
@@ -18,6 +18,11 @@ const router = createRouter({
|
||||
path: '/connect',
|
||||
component: () => import("./components/pages/ConnectPage.vue"),
|
||||
},
|
||||
{
|
||||
name: "settings.radio",
|
||||
path: '/settings/radio',
|
||||
component: () => import("./components/pages/RadioSettingsPage.vue"),
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user