mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-04 23:35:02 +00:00
fix: #848 proposed fix for number of presets issue in camera base
This commit is contained in:
@@ -221,7 +221,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 < 20; i++)
|
||||
{
|
||||
int tempNum = i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user