scrcpy/app
Romain Vimont 582161607e Add option to select USB or TCP/IP devices
If several devices are connected (as listed by `adb devices`), it was
necessary to provide the explicit serial via -s/--serial.

If only one device is connected via USB (respectively, via TCP/IP), it
might be convenient to select it automatically. For this purpose, two
new options are introduced:
 - -d/--select-usb: select the single device connected over USB
 - -e/--select-tcpip: select the single device connected over TCP/IP

PR #3005 <https://github.com/Genymobile/scrcpy/pull/3005>
2022-02-09 10:00:25 +01:00
..
src Add option to select USB or TCP/IP devices 2022-02-09 10:00:25 +01:00
tests Add adb devices parser 2022-02-09 09:56:25 +01:00
meson.build Add adb devices parser 2022-02-09 09:56:25 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 1.22 2022-01-29 15:44:52 +01:00
scrcpy.1 Add option to select USB or TCP/IP devices 2022-02-09 10:00:25 +01:00