mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
fix: use correct join for preset select
This commit is contained in:
parent
d78b9ea313
commit
feb99ecbb6
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ namespace PepperDash.Essentials.Devices.Common.Cameras
|
|||
|
||||
SendCameraPresetNamesToApi(presetsCamera, joinMap, trilist);
|
||||
|
||||
for (int i = 0; i < joinMap.NumberOfPresets.JoinSpan; i++)
|
||||
for (int i = 0; i < joinMap.PresetRecallStart.JoinSpan; i++)
|
||||
{
|
||||
int tempNum = i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue