Skip to content

Commit

Permalink
Merge pull request #41 from PepperDash/hotfix/room-preset-save-recall
Browse files Browse the repository at this point in the history
  • Loading branch information
ndorin authored Feb 26, 2024
2 parents 0c83d0c + 5c0305a commit 5e999a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CiscoRoomOsCodec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6170,7 +6170,7 @@ public void CodecRoomPresetSelect(int preset)
else
{
_selectedPreset = preset;
CiscoRoomPresetRecall();
// CiscoRoomPresetRecall();
}
}

Expand Down

0 comments on commit 5e999a8

Please sign in to comment.