Skip to content

Commit

Permalink
perf: 优化雷电端口查找
Browse files Browse the repository at this point in the history
雷电推荐使用本地端口,adb devices 能找出来,不用挨个连了
  • Loading branch information
MistEO committed Sep 22, 2024
1 parent cb653bc commit 31859b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaaToolkit/AdbDevice/AdbDeviceWin32Finder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AdbDeviceWin32Finder::AdbDeviceWin32Finder()
{ "LDPlayer",
{ .keyword = "dnplayer",
.adb_candidate_paths = { "adb.exe"_path },
.adb_common_serials = { "emulator-5554", "emulator-5556", "127.0.0.1:5555", "127.0.0.1:5556" } } },
.adb_common_serials = { /*"emulator-5554", "emulator-5556", "127.0.0.1:5555", "127.0.0.1:5556"*/ } } },
{ "Nox",
{ .keyword = "Nox",
.adb_candidate_paths = { "nox_adb.exe"_path },
Expand Down

0 comments on commit 31859b5

Please sign in to comment.