chore: 修改ws地址
This commit is contained in:
@@ -75,7 +75,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
localView = findViewById(R.id.local_view);
|
||||
|
||||
// 默认服务器地址
|
||||
etServerUrl.setText("ws://192.168.100.222:8080/ws/signal");
|
||||
etServerUrl.setText("ws://175.178.213.60:8088/ws/signal");
|
||||
// 生成设备ID
|
||||
// etDeviceId.setText("controlled_" + UUID.randomUUID().toString().substring(0, 8));
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:hint="ws://192.168.100.222:8080/ws/signal"
|
||||
android:hint="ws://175.178.213.60:8088/ws/signal"
|
||||
android:inputType="textUri" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user