From 5cbb507c87f60da1109238b835f07e3652a59150 Mon Sep 17 00:00:00 2001 From: Craig Schardt Date: Sun, 7 Jan 2024 20:15:35 -0600 Subject: [PATCH] Fix OV9281 typo in UI (#1130) --- photon-client/src/components/cameras/CameraSettingsCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-client/src/components/cameras/CameraSettingsCard.vue b/photon-client/src/components/cameras/CameraSettingsCard.vue index ce4da1188..73f610642 100644 --- a/photon-client/src/components/cameras/CameraSettingsCard.vue +++ b/photon-client/src/components/cameras/CameraSettingsCard.vue @@ -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"