1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 13:04:17 -04:00

Open/close serial ports in worker thread. Fix for #1153

This commit is contained in:
Jon Beniston
2022-03-03 11:06:18 +00:00
parent 9c063410fb
commit 994cadc91f
2 changed files with 22 additions and 5 deletions
@@ -95,6 +95,8 @@ private:
void setAzimuthElevation(float azimuth, float elevation);
private slots:
void started();
void finished();
void handleInputMessages();
void readData();
void update();