Skip to content

Commit

Permalink
Setup: SerialPort settings screen
Browse files Browse the repository at this point in the history
  • Loading branch information
EosBandi committed Nov 21, 2023
1 parent f2f25e1 commit 124f430
Show file tree
Hide file tree
Showing 8 changed files with 1,742 additions and 947 deletions.
2 changes: 2 additions & 0 deletions ExtLibs/Utilities/DisplayView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public class DisplayView
public Boolean displayParachute { get; set; }
public Boolean displayEsp { get; set; }
public Boolean displayAntennaTracker { get; set; }
public Boolean displaySerialPorts { get; set; }


//config tuning
Expand Down Expand Up @@ -189,6 +190,7 @@ public DisplayView()
displayAntennaTracker = true;
displayRTKInject = true;
displayJoystick = true;
displaySerialPorts = true;


//config tuning
Expand Down
131 changes: 131 additions & 0 deletions GCSViews/ConfigurationView/ConfigSerial.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 124f430

Please sign in to comment.