1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 11:04:10 -04:00

DOA2: Compass widget updates

This commit is contained in:
f4exb
2022-05-27 14:02:52 +02:00
parent 5557c5b67c
commit 4e373478e7
3 changed files with 150 additions and 137 deletions
+5
View File
@@ -151,6 +151,11 @@ DOA2GUI::DOA2GUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, MIMOChannel *ch
makeUIConnections();
displayRateAndShift();
applySettings(true);
// Test
ui->compass->setAzNeg(85);
ui->compass->setAzPos(315);
ui->compass->setAzAnt(20);
}
DOA2GUI::~DOA2GUI()