Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/layout/layout_wifiin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Redistribution and use in source and binary forms, with or without modification,
android:id="@+id/main_wifi_port"
android:layout_margin="10dp"
android:inputType="number"
android:text="43211"
android:text="4000"
android:layout_below="@+id/main_connectwifi_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Redistribution and use in source and binary forms, with or without modification,
<string name="GPSSIM">GPS Sim</string>
<string name="USBIN">USB In</string>
<string name="XPlanePort">49002</string>
<string name="WifiPort">43211</string>
<string name="WifiPort">4000</string>
<string name="Exit">Exit</string>
<string name="Apply">Apply</string>
<string name="FlyTo">Fly To Destination (if available)</string>
Expand Down Expand Up @@ -64,4 +64,4 @@ Redistribution and use in source and binary forms, with or without modification,
<string name="CrashText">To help improve the app, please submit this report to us via email.</string>
<string name="CrashLabel">Avare IO has stopped unexpectedly!</string>
<string name="filter_hint">Filter messages</string>
</resources>
</resources>