em9304: configure for 8 connections with data length 251

This commit is contained in:
Matthias Ringwald 2018-01-31 16:44:01 +01:00
parent 4e5e1eb09e
commit 6973c35a87

View File

@ -313,5 +313,11 @@ const uint8_t container_blob_data[] = {
0x74, 0xfd, 0xff, 0xff, 0x88, 0xfd, 0xff, 0xff, 0x9c, 0xfd, 0xff, 0xff,
0xb0, 0xfd, 0xff, 0xff, 0x00, 0xfe, 0xff, 0xff, 0xa8, 0xfe, 0xff, 0xff,
// 0x00, 0x00, 0x00, 0x00
// configure EM9304 for 8 connections, data length 251
0x33, 0x39, 0x6d, 0x65, 0x24, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x14,
0x11, 0x0c, 0x00, 0x00, 0x56, 0x62, 0xc3, 0xd4, 0x30, 0x02, 0x00, 0x00,
0xfb, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x01, 0x5a, 0x00, 0x0c, 0xf3
};
uint32_t container_blob_size = sizeof(container_blob_data);