Skip to content

Commit 93e23a3

Browse files
Williangalvanipatrickelectric
authored andcommitted
frontend: add Navigator64 to list of linux boards in Autopilot.vue
1 parent 72537a5 commit 93e23a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/frontend/src/views/Autopilot.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default Vue.extend({
182182
if (!boardname) {
183183
return false
184184
}
185-
return ['Navigator', 'SITL'].includes(boardname)
185+
return ['Navigator', 'Navigator64', 'SITL'].includes(boardname)
186186
},
187187
current_board(): FlightController | null {
188188
return autopilot.current_board

0 commit comments

Comments
 (0)