fix: #848 fix for number of presets issue in camera base

This commit is contained in:
Jason Alborough
2021-10-12 13:56:50 -04:00
parent afa9eb32cb
commit e5c71a6799

View File

@@ -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;