Skip to content

Commit

Permalink
Merge branch 'hotfix/looping-issue' into feature/rs232-parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
ngenovese11 committed May 31, 2023
2 parents 05339ae + 2023666 commit 28c8ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SonyBraviaDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ private object ProcessRs232Response(object _)
if (!isComplete)
{
Debug.Console(DebugLevels.DebugLevel, this, "Message is incomplete... spinning around");
continue;
break;
}

bool powerResult;
Expand Down

0 comments on commit 28c8ec0

Please sign in to comment.