「Change」

调试面板增加了指定端口号连接工控机,防止办公室环境出现抢占IP情况

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-04-02 17:33:40 +08:00
parent 0e3d171e85
commit dd8f1d53ff
3 changed files with 3 additions and 3 deletions

View File

@@ -615,7 +615,7 @@ class DebugSettingView @JvmOverloads constructor(
SharedPrefsMgr.getInstance(context)
.getString(MoGoConfig.AUTOPILOT_IP, FunctionBuildConfig.adasConnectIP)
etAutopilotIP.setText(autoPilotIpAddress)
etAutopilotIP.setText("192.168.1.103:4110")
etAutopilotIP.text?.let { etAutopilotIP.setSelection(it.length) }
//设置工控机IP
btnSetAutopilotIP.setOnClickListener {

View File

@@ -613,7 +613,7 @@
android:layout_marginBottom="@dimen/dp_10"
android:background="@drawable/debug_setting_edit_bg"
android:gravity="center"
android:text="192.168.8.102"
android:text="192.168.8.103:4110"
android:textColor="#1A1A1A"
android:textSize="14sp"
app:layout_constraintBottom_toBottomOf="@id/btnSetAutopilotIP"