Joystick & Pid Configuration
Flexible PID configuration and joysticks were added
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Testblue"
|
||||
android:theme="@style/Theme.Main"
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name="com.helible.pilot.MainActivity"
|
||||
android:exported="true"
|
||||
android:theme="@style/Theme.Testblue">
|
||||
android:theme="@style/Theme.Main">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
Reference in New Issue
Block a user