mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Don't apply settings with Az/El received. Fix typos
This commit is contained in:
@@ -109,8 +109,10 @@ bool StarTrackerGUI::handleMessage(const Message& message)
|
||||
else if (StarTrackerReport::MsgReportAzAl::match(message))
|
||||
{
|
||||
StarTrackerReport::MsgReportAzAl& azAl = (StarTrackerReport::MsgReportAzAl&) message;
|
||||
blockApplySettings(true);
|
||||
ui->azimuth->setValue(azAl.getAzimuth());
|
||||
ui->elevation->setValue(azAl.getElevation());
|
||||
blockApplySettings(false);
|
||||
return true;
|
||||
}
|
||||
else if (StarTrackerReport::MsgReportRADec::match(message))
|
||||
|
||||
Reference in New Issue
Block a user