Skip to content

Commit

Permalink
CurrentState: honor speechenabled flag
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 committed May 30, 2024
1 parent ce8ae41 commit b7baa03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MainV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ public static MAVLinkInterface comPort
{
if (_comPort == value)
return;

_comPort = value;
if (instance == null)
return;
Expand Down

0 comments on commit b7baa03

Please sign in to comment.