1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Re #1506 - FAS offest was limited to +-1.5A in Companion, now +-12A (same as radio)

This commit is contained in:
Damjan Adamic 2014-07-16 09:30:44 +02:00
parent 2fe7d856c3
commit f0c76efaf7

View file

@ -658,10 +658,10 @@
<number>1</number>
</property>
<property name="minimum">
<double>-1.500000000000000</double>
<double>-12.000000000000000</double>
</property>
<property name="maximum">
<double>1.500000000000000</double>
<double>12.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>