Make UART working

This commit is contained in:
Sylwester Zieliński
2022-02-23 10:52:21 +01:00
parent ded529410f
commit 2fe8edca70
30 changed files with 513 additions and 333 deletions

View File

@@ -14,6 +14,7 @@
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:launchMode="singleTask"
android:theme="@style/AppTheme.SplashScreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />