1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-16 20:58:45 -04:00

Rotator Controller: Add line ending setting for GS-232 protocol. For #2486

This commit is contained in:
Jon Beniston
2025-08-08 17:18:15 +01:00
parent 013df455e6
commit 34168f496c
8 changed files with 87 additions and 16 deletions
@@ -54,6 +54,7 @@ struct GS232ControllerSettings
bool m_targetControlEnabled;
bool m_offsetControlEnabled;
bool m_highSensitivity;
enum LineEnding { CRLF, CR, LF } m_lineEnding; // GS232 only
bool m_dfmTrackOn;
bool m_dfmLubePumpsOn;