mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: issue with number of camera presets
This commit is contained in:
parent
70d2633eb0
commit
084a9d0411
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,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