fix: max number of presets now uses join span rather than join start.

This commit is contained in:
Jason Alborough
2022-10-20 09:52:58 -04:00
parent 6715a680cc
commit 70d2633eb0

View File

@@ -223,7 +223,7 @@ namespace PepperDash.Essentials.Devices.Common.Cameras
SendCameraPresetNamesToApi(presetsCamera, joinMap, trilist);
for (int i = 0; i < joinMap.NumberOfPresets.JoinNumber; i++)
for (int i = 0; i < joinMap.NumberOfPresets.JoinSpan; i++)
{
int tempNum = i;