Skip to content

Commit 675a684

Browse files
committed
maxPacketBufferSize -> 16
1 parent b6f90f8 commit 675a684

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 = 32;
131+
const maxPacketBufferSize = 16; // 32
132132
const numberOfChunks: number =
133133
(bitmap.height * bitmap.width) / maxPacketBufferSize;
134134

0 commit comments

Comments
 (0)