fix app config

This commit is contained in:
xqdoo00o 2019-04-27 21:22:58 +08:00
parent 45a241dcf6
commit 8c118ccd14

View file

@ -44,5 +44,9 @@
<!-- Should prevent any more issues of the controller being unusable after the program (even though this can be fixed if you read the README) -->
<!-- Default: true -->
<add key="PurgeAffectedDevices" value="true" />
<!-- Determines whether or not the program will use mannually calibrate gyro data for non-original controller. -->
<!-- When "true", click "Calibrate" button once to get gyro calibrate data.-->
<!-- Default: false -->
<add key="NonOriginalController" value="false" />
</appSettings>
</configuration>