Skip to content

Commit

Permalink
Allow COM ports to be > 4 characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
collielimabean committed Apr 4, 2017
1 parent 20e0fed commit 427e625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrafficLightDemo/TrafficLightDemo.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<Label>Traffic Light Port</Label>
</Border>
<Border BorderBrush="Black" BorderThickness="0 1 0 1">
<TextBox x:Name="TrafficLightPortTextBox" MaxLength="4" VerticalAlignment="Center">COMX</TextBox>
<TextBox x:Name="TrafficLightPortTextBox" MaxLength="5" VerticalAlignment="Center">COMX</TextBox>
</Border>
<Border BorderBrush="Black" BorderThickness="0 1 1 1">
<Button x:Name="TrafficLightSetPortButton" VerticalAlignment="Center" Click="TrafficLightSetPortButton_Click">
Expand Down

0 comments on commit 427e625

Please sign in to comment.