Fixed bug where power and mic only went to 37% (this is value 99 instead

of 255).
merge-requests/2/head
Elliott Liggett 2021-02-15 21:48:19 -08:00
rodzic a0e9392617
commit ac1c62ef43
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -459,6 +459,9 @@
<property name="toolTip">
<string>Transmit Power</string>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@ -501,6 +504,9 @@
<property name="toolTip">
<string>Mic Gain</string>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>