mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
Fix OV9281 typo in UI (#1130)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user