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(