From ef97028001093d8803869e9f29e6b084046c073c Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 6 Mar 2026 19:35:16 -0300 Subject: [PATCH] frontend: wizard: check if there is a board available before running wizard customization step --- .../frontend/src/components/wizard/Wizard.vue | 31 +++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/components/wizard/Wizard.vue b/core/frontend/src/components/wizard/Wizard.vue index 9a758c0e5f..17b10bd1f8 100644 --- a/core/frontend/src/components/wizard/Wizard.vue +++ b/core/frontend/src/components/wizard/Wizard.vue @@ -83,6 +83,14 @@ + + No flight controller detected. +
`Failed to disable smart wifi hotspot: ${error.message ?? error.response?.data}.`) }, async installLatestStableFirmware(vehicle: Vehicle): Promise { + await fetchCurrentBoard() + if (!autopilot.current_board) { + return 'No flight controller board detected.' + } + if (this.retry_count) { console.debug('Going to reboot flight controller on retry.') mavlink2rest.sendMessage(