Skip to content

Commit

Permalink
Fix OV9281 typo in UI (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt authored Jan 8, 2024
1 parent e71ce89 commit 5cbb507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ watchEffect(() => {
label="Arducam Model"
:items="[
{ name: 'None', value: 0, disabled: true },
{ name: 'OV9821', value: 1 },
{ name: 'OV9281', value: 1 },
{ name: 'OV2311', value: 2 }
]"
:select-cols="8"
Expand Down

0 comments on commit 5cbb507

Please sign in to comment.