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

Rotator Controller: Allow negative azimuth.

This commit is contained in:
Jon Beniston
2023-05-23 22:34:55 +01:00
parent 302c040515
commit 42215c7bd2
2 changed files with 6 additions and 3 deletions
@@ -339,6 +339,9 @@
</item>
<item row="4" column="1">
<widget class="QSpinBox" name="azimuthMin">
<property name="minimum">
<number>-180</number>
</property>
<property name="maximum">
<number>450</number>
</property>