Merge branch 'development' into hotfix/scheduler-fixes

This commit is contained in:
Andrew Welker
2021-03-25 15:48:59 -06:00
committed by GitHub
14 changed files with 59 additions and 85 deletions

View File

@@ -654,7 +654,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
{
if (CommDebuggingIsOn)
{
if(!JsonFeedbackMessageIsIncoming)
if (!JsonFeedbackMessageIsIncoming)
Debug.Console(1, this, "RX: '{0}'", args.Text);
}