Skip to content

Commit

Permalink
Setup: SerialPort settings screen (#3240)
Browse files Browse the repository at this point in the history
* Setup: SerialPort settings screen

* Clean up usings to make OSX build happy

* Moved down tab below Servo Output
Add BRD_SERx_RTSCTS check
Increase cell sizes to decrease clutter
  • Loading branch information
EosBandi authored Nov 28, 2023
1 parent bbf490b commit 77451af
Show file tree
Hide file tree
Showing 8 changed files with 1,750 additions and 948 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 77451af

Please sign in to comment.