Skip to content

Commit dc5475f

Browse files
committed
PacketSize increase
1 parent 7abd578 commit dc5475f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ namespace user_interface_base {
128128
}
129129

130130
public static sendBitmap(bitmap: Bitmap) {
131-
const maxPacketBufferSize = 16;
131+
const maxPacketBufferSize = 32;
132132
const numberOfChunks: number =
133133
(bitmap.height * bitmap.width) / maxPacketBufferSize;
134134

0 commit comments

Comments
 (0)