From e5c71a67995f953338fb59e1f55e55b0c0d965e1 Mon Sep 17 00:00:00 2001 From: Jason Alborough Date: Tue, 12 Oct 2021 13:56:50 -0400 Subject: [PATCH] fix: #848 fix for number of presets issue in camera base --- .../Essentials Devices Common/Cameras/CameraBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials-framework/Essentials Devices Common/Essentials Devices Common/Cameras/CameraBase.cs b/essentials-framework/Essentials Devices Common/Essentials Devices Common/Cameras/CameraBase.cs index 705b19e8..ebe15c5b 100644 --- a/essentials-framework/Essentials Devices Common/Essentials Devices Common/Cameras/CameraBase.cs +++ b/essentials-framework/Essentials Devices Common/Essentials Devices Common/Cameras/CameraBase.cs @@ -221,7 +221,7 @@ namespace PepperDash.Essentials.Devices.Common.Cameras SendCameraPresetNamesToApi(presetsCamera, joinMap, trilist); - for (int i = 0; i < 20; i++) + for (int i = 0; i < joinMap.PresetRecallStart.JoinSpan; i++) { int tempNum = i;