Skip to content

Commit aee20dd

Browse files
author
LChen
committed
恢复默认30fps帧率
1 parent 9c0c716 commit aee20dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dscom/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// 默认帧率
3-
pub const FPS: u64 = 20;
3+
pub const FPS: u64 = 30;
44

55
// 传输像素保留位数(右边0越多压缩程度越大)
66
pub const BIT_SAVE: u8 = 0b1111_1000;

0 commit comments

Comments
 (0)