1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -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
@@ -31,6 +31,7 @@ public:
void setAzimuthElevation(float azimuth, float elevation) override;
void readData() override;
void update() override;
QString lineEnding() const;
};
#endif // INCLUDE_FEATURE_GS232PROTOCOL_H_