set video mps=1023 in full speed

This commit is contained in:
sakumisu
2022-06-07 22:47:27 +08:00
parent 6e2f039200
commit b756c1263c

View File

@@ -15,7 +15,7 @@
// #define VIDEO_PACKET_SIZE (unsigned int)(((MAX_PAYLOAD_SIZE / 3)) | (0x02 << 11))
#else
#define MAX_PAYLOAD_SIZE 256
#define MAX_PAYLOAD_SIZE 1023
#define VIDEO_PACKET_SIZE (unsigned int)(((MAX_PAYLOAD_SIZE / 1)) | (0x00 << 11))
#endif