Skip to content

Commit 98d6bd0

Browse files
committed
feat: update scrcpy-server 3.2
1 parent acd2594 commit 98d6bd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

QtScrcpy/util/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define COMMON_PUSHFILE_DEF "/sdcard/"
2222

2323
#define COMMON_SERVER_VERSION_KEY "ServerVersion"
24-
#define COMMON_SERVER_VERSION_DEF "3.1"
24+
#define COMMON_SERVER_VERSION_DEF "3.2"
2525

2626
#define COMMON_SERVER_PATH_KEY "ServerPath"
2727
#define COMMON_SERVER_PATH_DEF "/data/local/tmp/scrcpy-server.jar"

config/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RenderExpiredFrames=0
1212
# 视频解码方式:-1 自动,0 软解,1 dx硬解,2 opengl硬解
1313
UseDesktopOpenGL=-1
1414
# scrcpy-server的版本号(不要修改)
15-
ServerVersion=3.1
15+
ServerVersion=3.2
1616
# scrcpy-server推送到安卓设备的路径
1717
ServerPath=/data/local/tmp/scrcpy-server.jar
1818
# 自定义adb路径,例如D:/android/tools/adb.exe

0 commit comments

Comments
 (0)