We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee20dd commit ae4fa0fCopy full SHA for ae4fa0f
dscom/src/lib.rs
@@ -6,7 +6,7 @@ pub const FPS: u64 = 30;
6
pub const BIT_SAVE: u8 = 0b1111_1000;
7
8
// 传输压缩水平0-21 0消耗资源最小但是压缩率小(需要带宽大) 21消耗资源最大,但但是压缩率大(需要带宽小)
9
-pub const COMPRESS_LEVEL: i32 = 3;
+pub const COMPRESS_LEVEL: i32 = 0;
10
11
// key事件 start
12
pub const KEY_UP: u8 = 1;
0 commit comments