android-wifi multiple devices
All checks were successful
Deploy valere.dev / deploy (push) Successful in 33s
All checks were successful
Deploy valere.dev / deploy (push) Successful in 33s
This commit is contained in:
@@ -5,4 +5,6 @@ adb tcpip 5555 >/dev/null 2>&1
|
||||
adb disconnect >/dev/null 2>&1
|
||||
sleep 1
|
||||
adb connect $IP:5555
|
||||
scrcpy
|
||||
|
||||
FIRST_DEVICE=$(adb devices | grep "device$" | head -1 | awk '{print $1}')
|
||||
scrcpy --disable-screensaver --turn-screen-off --stay-awake -s $FIRST_DEVICE
|
||||
|
||||
Reference in New Issue
Block a user