Add OpenWRT SSH provisioning and readiness workflow
This commit is contained in:
@@ -6,7 +6,8 @@ pub fn run() {
|
||||
tauri::Builder::default()
|
||||
.invoke_handler(tauri::generate_handler![
|
||||
openwrt::detect_openwrt_router,
|
||||
openwrt::test_openwrt_ssh
|
||||
openwrt::test_openwrt_ssh,
|
||||
openwrt::prepare_openwrt_router
|
||||
])
|
||||
.run(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
|
||||
Reference in New Issue
Block a user