diff --git a/TC1/http_server/index.html b/TC1/http_server/index.html index c3201cc..72cb832 100644 --- a/TC1/http_server/index.html +++ b/TC1/http_server/index.html @@ -210,7 +210,7 @@ OK - +
| Index | @@ -466,8 +466,19 @@ function SubmitNetwork() { alert("mode error: " + mode); return; } + SetIng(1); HttpPost("/wifi/config", function (re) { alert(re); + SetOK(1); + }, params); +} + +function SubmitMqtt() { + SetIng(2); + var params = mqtt_addr_ipt.value + mqtt_port_ipt; + HttpPost("/wifi/config", function (re) { + alert(re); + SetOK(2); }, params); } diff --git a/TC1/http_server/web_data.c b/TC1/http_server/web_data.c index b7687ad..5e85ffc 100644 --- a/TC1/http_server/web_data.c +++ b/TC1/http_server/web_data.c @@ -1 +1 @@ -const unsigned char index_html[0x116e] = {0x1f,0x8b,0x08,0x00,0xac,0xd9,0x3f,0x5e,0x02,0xff,0xc5,0x3c,0x5d,0x73,0xdb,0x48,0x72,0xef,0x5b,0xb5,0xff,0x01,0xc6,0xd6,0x9d,0xc8,0x88,0x24,0x48,0xea,0xcb,0x2b,0x4a,0xba,0xf2,0xd9,0xce,0xae,0xb3,0x96,0xa5,0xb5,0x78,0x71,0x52,0xab,0x2d,0x16,0x08,0x0c,0x49,0x9c,0x40,0x00,0x0b,0x0c,0x45,0x69,0x75,0xaa,0xba,0xb7,0x4b,0xed,0xc3,0x25,0x79,0x4f,0x55,0x92,0xb7,0x7b,0x4b,0x1e,0x52,0x95,0x87,0xe4,0x29,0xff,0xc5,0x7b,0x7f,0x23,0xdd,0xf3,0x85,0x19,0x00,0x04,0x29,0xad,0x7d,0x2b,0x97,0x4d,0x62,0xa6,0xbf,0xa6,0xa7,0xbb,0xa7,0xbb,0x31,0xd6,0xd1,0x93,0x17,0x67,0xcf,0x87,0x7f,0x7f,0xfe,0xd2,0x9a,0xd1,0x79,0x78,0xf2,0xe9,0x27,0x47,0xea,0x93,0xb8,0x3e,0x7c,0x5a,0xf0,0x73,0x34,0x27,0xd4,0x05,0x00,0x9a,0xb4,0xc9,0x77,0x8b,0xe0,0xfa,0xd8,0xf6,0xe2,0x88,0x92,0x88,0xb6,0xe9,0x6d,0x42,0x6c,0x4b,0x3c,0x1d,0xdb,0x94,0xdc,0x50,0x07,0x09,0xc0,0xd8,0xcc,0x4d,0x33,0x02,0x63,0x0b,0x3a,0x69,0x3f,0xb5,0x0d,0x4a,0x0a,0x7e,0x19,0xf8,0x74,0x76,0xec,0x93,0xeb,0xc0,0x23,0x6d,0xf6,0xd0,0x0a,0xa2,0x80,0x06,0x6e,0xd8,0xce,0x3c,0x37,0x24,0xc7,0xbd,0x4e,0xb7,0x35,0x77,0x6f,0x82,0xf9,0x62,0xae,0x8d,0x2c,0x32,0x92,0xb2,0x47,0x77,0x0c,0x23,0x5d,0xdb,0x8a,0xdc,0x39,0x39,0xb6,0xaf,0x03,0xb2,0x4c,0xe2,0x94,0x2a,0x66,0x34,0xa0,0x21,0x39,0x79,0x47,0x42,0x2f,0x9e,0x5b,0xc3,0xe7,0xbd,0x23,0x87,0x8f,0x88,0xe9,0x8c,0xde,0x86,0xc4,0xc2,0x25,0x08,0xc9,0xbd,0x2c,0x93,0xb8,0x93,0x80,0x84,0x3e,0xc8,0x7f,0x37,0x77,0xd3,0x69,0x10,0xb5,0xc7,0x31,0xa5,0xf1,0xfc,0xb0,0xd7,0x4d,0x6e,0x06,0xe3,0x38,0xf5,0x49,0x7a,0xf8,0x59,0xb7,0xdb,0xb5,0xb2,0x38,0x0c,0x7c,0xab,0x07,0xa3,0x73,0x80,0x0a,0xa2,0x30,0x88,0x48,0x3b,0x0b,0xbe,0x27,0x87,0xee,0x82,0xc6,0x83,0x7b,0x4e,0x2d,0x88,0x92,0x05,0x6d,0x65,0x24,0x24,0x1e,0x6d,0x8d,0x17,0x40,0x2a,0xba,0x4b,0x5c,0xdf,0x0f,0xa2,0xe9,0xe1,0x1e,0x52,0x74,0xbd,0xab,0x69,0x1a,0x2f,0x22,0xff,0x70,0x39,0x0b,0x28,0x51,0x2c,0x0e,0x0e,0x0e,0x34,0x16,0x82,0x9a,0x20,0xa0,0x21,0x45,0x71,0xa4,0x70,0x00,0xd0,0xca,0xf1,0x4c,0x9c,0x43,0x3f,0xc8,0x50,0x67,0xbe,0x90,0x25,0x7f,0x66,0x12,0xaa,0x47,0x9d,0xf6,0x67,0xe3,0x09,0xfe,0x91,0x84,0xa8,0xdf,0xa2,0x33,0x43,0x78,0x31,0xd1,0xa1,0x6e,0x76,0x65,0x51,0xc4,0xbf,0x63,0x5b,0x09,0xca,0xea,0xfe,0x62,0xc0,0xf5,0xc7,0x14,0x67,0x75,0x85,0x8c,0x6d,0x2f,0x0e,0x43,0x37,0xc9,0xc8,0xa1,0xfc,0x52,0x20,0xe2,0xb7,0xc4,0x97,0xd9,0x1d,0x6e,0x4c,0xdb,0x0d,0x83,0x69,0x74,0xe8,0x81,0xcd,0x90,0x54,0x5f,0x27,0x57,0x0d,0x6e,0x84,0x22,0x90,0xc5,0xde,0x15,0xa1,0x42,0xe3,0x9d,0x79,0xec,0x13,0xfe,0x5d,0x6e,0x64,0x1a,0x4c,0x67,0xf4,0xb0,0xbd,0xab,0x09,0x9e,0x2d,0xc6,0xf3,0x80,0x1a,0x6b,0x12,0xc0,0x34,0x4e,0x8c,0x25,0x66,0x0b,0xcf,0x23,0x59,0x76,0x07,0x62,0xc7,0xb0,0x3b,0x7b,0x4f,0x7d,0x6f,0xcf,0x53,0xb3,0x24,0x4d,0xe3,0x54,0xce,0x4d,0x26,0x7d,0xbf,0xaf,0xd4,0xdf,0x09,0xa2,0x49,0x2c,0xa7,0xc8,0x41,0xb7,0x4b,0x5c,0x35,0x15,0x11,0xba,0x8c,0xd3,0x2b,0xcb,0x0f,0xae,0x2b,0xf5,0x0a,0xde,0x12,0xc1,0x5e,0xad,0x9c,0x67,0x2b,0xd2,0xf5,0xc4,0x06,0xd4,0x74,0xb2,0xd4,0xb6,0x23,0x1f,0x04,0x25,0x8b,0xf1,0xbd,0x7c,0x18,0xad,0xf7,0x4e,0xec,0x11,0xae,0x5d,0xd3,0xb1,0x4f,0xf0,0xcf,0x40,0x87,0x1c,0xf5,0xee,0x66,0x84,0xa9,0x73,0x47,0x13,0x87,0xcd,0xf4,0xe5,0xcc,0x5e,0x71,0x66,0x67,0xe5,0xcc,0xae,0x9c,0xe9,0x97,0xa6,0xf6,0xd4,0x54,0xb7,0x38,0xb5,0x2f,0xa7,0x7a,0xfb,0xc5,0xa9,0x03,0x35,0x55,0x22,0xf8,0x54,0x4d,0xf5,0x8b,0x53,0x9f,0xab,0x29,0xcd,0xd7,0x99,0x83,0x09,0xb0,0xcf,0x92,0x78,0x49,0xd2,0x11,0x6e,0x87,0x66,0x26,0x1a,0x74,0x3b,0x24,0x13,0x5a,0xb4,0x4f,0x31,0x25,0xe3,0x48,0xa5,0xf1,0x0a,0xca,0x6c,0x17,0x94,0x7c,0x48,0x37,0x89,0x33,0x88,0x8a,0xe0,0xbf,0x29,0x09,0x5d,0x1a,0x5c,0x93,0x41,0x7c,0x4d,0xd2,0x49,0x18,0x2f,0x0f,0x33,0x2f,0x05,0x1f,0xd2,0x0d,0xb6,0xdd,0x33,0xb4,0xc4,0x69,0x26,0x29,0xb9,0x53,0x54,0xdc,0x31,0xf0,0x5e,0xb0,0x30,0xc3,0xa4,0xe9,0x0e,0x80,0x94,0x4b,0x0f,0x51,0xee,0x81,0x60,0x7c,0x80,0xea,0xe4,0x06,0xd2,0x5d,0xbd,0xae,0x09,0xfc,0xec,0x3c,0x1d,0x54,0x9b,0x8c,0xee,0x96,0x5c,0x8a,0xf1,0x6d,0x85,0x3f,0x17,0x41,0x2c,0x97,0x03,0xf9,0xc4,0x8b,0x53,0x97,0x09,0xac,0xab,0xbf,0x13,0xc6,0x53,0xa6,0x7c,0x69,0x7b,0x5d,0x5c,0x6d,0x51,0x1f,0x12,0x38,0x86,0xe3,0x86,0xfb,0xbf,0x16,0x93,0xc6,0xf1,0x0d,0xc6,0x68,0x74,0x24,0x4b,0xed,0x8b,0xd2,0xd8,0x91,0xc3,0x0e,0x06,0x3c,0x03,0x1d,0x71,0x08,0x1e,0x8d,0x63,0xff,0x16,0x3f,0xe5,0xb1,0x60,0x79,0xa1,0x9b,0x65,0xc7,0x36,0x8f,0x36,0xea,0xc0,0x09,0xc9,0x94,0x44,0xfe,0xc9,0x39,0xae,0xc4,0x7a,0x0e,0xa7,0x1c,0xc8,0x72,0xe4,0x88,0x51,0x79,0x28,0x61,0x84,0xb4,0x02,0x5f,0x22,0x8f,0xe8,0x58,0xe2,0xf3,0xf9,0x54,0x7b,0xe2,0x23,0x7e,0x61,0x84,0x8d,0xb2,0x55,0x89,0xd3,0xcb,0x9b,0x11,0xef,0x0a,0x96,0x60,0x6b,0x74,0x7b,0xf2,0x58,0x34,0x65,0x34,0x68,0xc0,0x01,0x4a,0x42,0x6b,0x12,0xa7,0x39,0xd2,0xc9,0x05,0xfb,0xd2,0x86,0xc3,0x92,0xcd,0x16,0x85,0x71,0x4a,0xd2,0x3c,0x52,0xbe,0xfe,0x63,0xe4,0xeb,0x2b,0xf9,0xfa,0x1f,0x5b,0xbe,0x9d,0xc7,0xc8,0xb7,0xa3,0xe4,0xdb,0xd9,0x48,0x3e,0x78,0x4c,0x3f,0xc6,0xe6,0xef,0x3e,0x46,0xf8,0x5d,0x25,0xfc,0xee,0xc7,0x56,0xee,0xde,0x63,0xe4,0xdb,0x53,0xf2,0xed,0x7d,0x6c,0xf9,0xf6,0x1f,0x23,0xdf,0xbe,0x92,0x6f,0xff,0xa1,0x9b,0x0f,0x5f,0x31,0x2c,0xc8,0x27,0x08,0x6f,0x2a,0xc2,0xb0,0xe4,0xc4,0x88,0x10,0x3c,0x97,0x33,0x01,0x46,0x63,0x6a,0x5b,0x71,0xe4,0x85,0x81,0x77,0x75,0x6c,0x5f,0x10,0xca,0x25,0x69,0x34,0x41,0x26,0x06,0x70,0xe4,0x70,0x34,0x9d,0x50,0x96,0xb8,0x39,0x19,0xea,0xd2,0x45,0x36,0xca,0x12,0x4b,0x24,0x39,0xf6,0xc9,0xd9,0x57,0x10,0x0a,0x01,0x44,0xc9,0x08,0x62,0xb1,0xa8,0x28,0xa3,0x20,0x3c,0x54,0xc4,0x44,0xcc,0xfc,0x57,0x84,0xc4,0x0b,0xc6,0xa4,0x3a,0x22,0x0a,0xec,0x64,0xb9,0x3e,0x1a,0x9e,0x1f,0x0a,0xd9,0x71,0xc3,0x12,0x3b,0xd7,0x84,0x10,0xbc,0x2b,0xe4,0xb6,0xde,0xad,0xb0,0x88,0x77,0x3a,0x81,0xa5,0x22,0xc0,0x12,0x38,0x0d,0xfd,0xea,0xdd,0xff,0xfd,0xf7,0xec,0x41,0x9b,0xc6,0x04,0x92,0xe9,0x81,0xb1,0x10,0x6d,0x4b,0xf1,0x7c,0xb7,0x78,0xae,0x61,0x9f,0x48,0xad,0xd6,0x03,0x3e,0xdd,0x14,0xf0,0x60,0x53,0xc0,0xfd,0x4d,0x01,0xf7,0x36,0x05,0xdc,0xdd,0x14,0x70,0x67,0x53,0xc0,0xfe,0xa6,0x80,0x3d,0x13,0xd0,0xf8,0x6e,0x6e,0x0b,0x82,0x1b,0xfb,0xf2,0xa4,0xdd,0x36,0x88,0xaa,0x74,0xc9,0xb6,0x58,0x1a,0x70,0x6c,0xcb,0x84,0x08,0xd3,0x0c,0x96,0x01,0xb1,0xf4,0x4a,0x72,0xb4,0xda,0xed,0x07,0xfa,0x87,0xc8,0xf7,0x8b,0x1e,0xf2,0x46,0x94,0x01,0x90,0x36,0x4c,0x82,0x69,0xa5,0x8f,0xac,0x73,0x0c,0xc9,0x81,0x15,0x00,0xe0,0xf8,0x17,0xaf,0x5e,0x1c,0x6e,0x1e,0x13,0x79,0x49,0xc8,0x5d,0x22,0x98,0x04,0x2c,0x9c,0xcc,0xdc,0x68,0x4a,0x30,0x9e,0xe0,0xd4,0x3b,0x18,0xc5,0x80,0x52,0xc6,0x65,0xf8,0x71,0x82,0xb9,0x9a,0x75,0xed,0x86,0x0b,0x40,0xe9,0xda,0x27,0xa7,0x6e,0xb4,0x70,0x21,0xff,0xe1,0x13,0x55,0x2c,0x1d,0xce,0xb3,0x6a,0x4a,0x04,0x39,0x94,0x26,0x25,0x50,0xeb,0x47,0x5a,0x78,0x7b,0xcb,0x06,0x50,0x14,0xfe,0xad,0x22,0xb6,0x3d,0xf2,0xac,0xfd,0x69,0x1a,0xe4,0xa7,0x0a,0x3b,0x45,0xb2,0xc0,0xb7,0xb5,0xd6,0x82,0xae,0xcc,0xe7,0xec,0xf3,0x15,0xc2,0x36,0x7a,0x4d,0xdb,0xf9,0xe0,0x52,0x9f,0x5f,0xbc,0x7b,0x9c,0xd4,0x49,0xb6,0x54,0x52,0x27,0x40,0x11,0xec,0xd1,0x5f,0x25,0x79,0xff,0x63,0x48,0x7e,0x7a,0xf6,0xe2,0xe5,0x0a,0xc9,0x25,0x24,0x56,0xf4,0xf6,0xba,0x23,0x3d,0x75,0xfd,0x20,0xe6,0xe7,0x39,0xc2,0xab,0x54,0x98,0x21,0x97,0x16,0x74,0x0a,0xa3,0x8d,0x6e,0x73,0xdd,0x21,0xcf,0x29,0x9d,0x3c,0x3b,0xaf,0x3e,0xdc,0xd7,0x09,0xd1,0xdf,0x40,0x88,0xde,0x46,0x42,0x60,0x12,0x3c,0x7c,0x36,0x7c,0x75,0xf6,0xe6,0xe7,0x4e,0x33,0xd8,0x98,0x08,0x5c,0x7f,0xc9,0x54,0xa3,0x10,0x3a,0x4f,0xbf,0x1e,0x0e,0x3f,0x60,0xdc,0x44,0x72,0x8f,0xf2,0x9f,0xf9,0x77,0x94,0x8e,0x5c,0xdf,0x4f,0x3f,0x86,0x53,0x9f,0xbd,0xfd,0x09,0x42,0xb1,0xb6,0xa8,0xf3,0xf3,0xda,0xc9,0x29,0x08,0xf2,0xb3,0xe4,0xa3,0xbc,0x7f,0x56,0x3c,0x6f,0x2f,0x6e,0x33,0x4a,0xe6,0x75,0x29,0xe9,0x03,0x77,0xe8,0x6f,0x49,0x9a,0x61,0xb3,0xa2,0x3e,0x7e,0x61,0x23,0x90,0x07,0x85,0x6b,0x0e,0x8f,0x89,0xc4,0x4f,0x35,0x8e,0x57,0xe7,0x1b,0x73,0x0d,0x92,0x0f,0xc1,0xf0,0xd4,0xcd,0xae,0x36,0x66,0x39,0x07,0xe0,0x0f,0xc1,0xf4,0x0b,0x97,0x92,0xa5,0x7b,0xbb,0x31,0xdf,0x29,0x87,0xff,0x10,0xac,0x7f,0x03,0x29,0xcc,0x9c,0xac,0xe1,0x2c,0x0d,0x95,0x31,0x5f,0x30,0x8c,0x3a,0xde,0xb9,0x93,0xad,0xb3,0x60,0xca,0x14,0x68,0x9a,0xef,0x10,0xa8,0xfb,0xd6,0x10,0x66,0x8a,0xb6,0xab,0x9f,0x41,0x3e,0xa8,0x00,0xe5,0x68,0x87,0xb1,0xe7,0x86,0x98,0xd2,0x92,0x04,0x72,0xb3,0x1e,0x97,0x11,0xe9,0x8e,0x98,0x98,0x32,0x34,0x1c,0x8d,0x95,0x74,0x5a,0x3a,0xc8,0xe0,0xb2,0x2b,0x3a,0x0a,0xfc,0x1b,0xc3,0xf5,0x4b,0x29,0x5f,0xde,0x3c,0x2a,0x25,0x7d,0x05,0xe0,0x9e,0xde,0xc9,0x59,0x07,0xdc,0xd7,0xdb,0x2a,0xeb,0x80,0x77,0xf4,0x36,0xc6,0x3a,0xe0,0x5d,0xbd,0xa7,0xb0,0x0e,0x78,0x4f,0x2f,0xf0,0x0d,0xe0,0x42,0x26,0x5b,0x52,0x1e,0xba,0x79,0x9d,0x2a,0xce,0xa2,0xf5,0xdc,0x41,0xbd,0x67,0x93,0xc9,0x1a,0xc6,0xeb,0x83,0xf1,0x33,0xdf,0x67,0xb6,0x83,0xa6,0x83,0xe1,0x18,0x9e,0x0b,0xb1,0xf8,0xa1,0x71,0x78,0x3d,0xcf,0x17,0x24,0x34,0x78,0x0e,0x49,0x46,0x61,0x8c,0x50,0x52,0x64,0x9d,0x77,0x47,0xd1,0x2e,0xfd,0x11,0x37,0xd1,0xb5,0x1d,0xd2,0xd9,0xc9,0xab,0xc8,0x27,0x37,0xe0,0x52,0xb3,0x8a,0x39,0xe4,0xbd,0x62,0x8a,0xef,0xe7,0x8a,0x49,0xdc,0x15,0x63,0x62,0xb3,0xc8,0x11,0x87,0xa8,0x1d,0x66,0x5b,0xe7,0x21,0x71,0x33,0x62,0x5d,0xdc,0x46,0xde,0xc6,0xa7,0xad,0x50,0xa7,0x52,0xde,0x17,0x84,0x1a,0xca,0xe3,0xc4,0x94,0xda,0xd6,0x05,0x8f,0xec,0x36,0x1b,0x85,0xf1,0x74,0xc5,0xf1,0xf7,0x3a,0x2e,0xa5,0x4c,0x7a,0x85,0xcd,0x5b,0xed,0x86,0xf6,0xa1,0x34,0xe6,0x25,0x8e,0xa4,0x7b,0xe4,0xc0,0x50,0x55,0xe5,0xbd,0xde,0x2e,0x60,0x69,0x20,0x07,0xc8,0xc0,0x6b,0xb9,0x09,0x54,0x7a,0xb3,0x07,0x2c,0x2d,0xa6,0x6e,0x71,0x59,0x67,0xc3,0x67,0xd6,0x6f,0x12,0x0c,0x7b,0x75,0x61,0x91,0x97,0x64,0xb8,0x0a,0x97,0xc6,0xa3,0x45,0x0a,0x91,0x51,0x38,0x19,0xbe,0xe4,0x3e,0x74,0x9c,0x5e,0xef,0xf3,0x4e,0x7f,0xa7,0xd3,0xfb,0xbc,0xd7,0x39,0xf8,0xdc,0xa1,0x5e,0x0f,0xff,0x02,0xbb,0xce,0x38,0x50,0x9e,0xac,0xc5,0x4a,0xed,0xdb,0xda,0x35,0x9f,0x51,0x17,0x72,0x8e,0x94,0xa5,0x42,0x52,0xd2,0x9f,0xe4,0x7e,0x3a,0x78,0x7e,0xf8,0x81,0xb0,0x23,0x8e,0x8c,0x3b,0x24,0xe0,0x8b,0x0a,0x4d,0xcc,0xae,0xc7,0x18,0xce,0x4a,0xf6,0xcd,0x1a,0xdf,0x5a,0x47,0x2e,0xa3,0x03,0x1a,0xb4,0xad,0x59,0x4a,0x26,0x5c,0x37,0x19,0x28,0x67,0x1a,0xd0,0xd9,0x62,0xdc,0xf1,0xe2,0xb9,0xf3,0x7d,0x3c,0x8d,0xfd,0xd8,0xf9,0x7e,0xf8,0x1c,0x8e,0x14,0x58,0xd5,0x14,0xdf,0xf8,0x8f,0xc6,0xa1,0x1b,0xc1,0x81,0xc5,0xe1,0xd8,0xe4,0x91,0xe3,0xa2,0x9d,0x70,0xae,0x99,0x97,0x06,0x89,0xbe,0x15,0xce,0x6f,0xdd,0x6b,0x97,0x8f,0xda,0x0c,0x64,0xb2,0x88,0x3c,0x16,0xfa,0x9e,0xfd,0xd6,0xbd,0x69,0xc0,0xfe,0xb4,0x40,0x7f,0x42,0x01,0x2d,0x86,0xd8,0xb2,0x40,0x73,0x6e,0xd3,0xba,0xe3,0x4a,0xb8,0x76,0x53,0xeb,0x66,0x1e,0x8e,0x50,0x44,0xeb,0xd8,0x8a,0xc8,0xd2,0xfa,0xbb,0xd3,0xd7,0x5f,0xc2,0xd3,0x5b,0xf2,0xdd,0x02,0xa2,0x4d,0xa3,0x39,0xe0,0x90,0x12,0xaa,0x13,0x27,0x24,0x6a,0x70,0x52,0x8c,0x01,0x4d,0x17,0xa4,0x04,0x04,0x9a,0x12,0x04,0xbe,0x24,0xae,0x4f,0xd2,0x86,0xfd,0x5c,0xbf,0xf9,0xd0,0xb2,0x6c,0x37,0x49,0x60,0x5f,0xd9,0x6b,0x2a,0xe7,0xa6,0xbd,0x5c,0x2e,0xdb,0x50,0xa7,0xcd,0xdb,0x40,0x92,0x44,0x1e,0x14,0x6b,0xbe,0x5d,0xe6,0x1c,0xa5,0x40,0xec,0x16,0x77,0x87,0xf0,0x22,0x10,0x44,0x56,0x4b,0x6e,0xa8,0x45,0xb1,0x9b,0x03,0x13,0xab,0xa1,0x10,0x19,0x1a,0x26,0xac,0x80,0x70,0x6c,0xed,0x1a,0x80,0x25,0x60,0xbe,0xf9,0x08,0xd8,0xef,0x76,0x4b,0xa0,0xf8,0xa3,0x54,0xaa,0x73,0xc8,0x12,0x18,0x26,0x43,0xd8,0x15,0x78,0x48,0x42,0xd7,0x23,0x0d,0x67,0xcb,0x99,0xb6,0xac,0x2d,0x7b,0xab,0x29,0x97,0x22,0x7f,0xee,0xcd,0x47,0x12,0x42,0xac,0xab,0x60,0xe4,0x86,0x04,0xec,0xdd,0xc6,0xcd,0xb4,0x58,0x8f,0xf5,0xd0,0xb2,0xad,0x6d,0xab,0x20,0x6a,0x0d,0x71,0xf1,0xf5,0x5e,0x40,0xe0,0x3a,0x71,0xfb,0xad,0x27,0xb0,0xd5,0x8b,0x30,0xb4,0x7e,0xf9,0x4b,0x66,0x14,0xb8,0x58,0xfb,0xfc,0xec,0x62,0x68,0x1b,0xeb,0xd5,0x76,0x33,0xf2,0x19,0xa2,0x64,0x75,0x5f,0x12,0xd9,0x84,0x55,0x70,0x9f,0x7e,0x72,0xaf,0x59,0x25,0xda,0x15,0x84,0xae,0x82,0x61,0x2a,0x9e,0x95,0x46,0x6b,0x7f,0xf1,0x72,0x08,0xf6,0x82,0xe2,0x22,0xd5,0x22,0xb9,0xf3,0x38,0xa3,0x25,0x1c,0xc3,0xc4,0xab,0xa9,0xb2,0xd5,0x0a,0xc8,0x0a,0xb2,0x70,0xc8,0x3e,0x86,0xea,0x8b,0x97,0xaf,0x5f,0x16,0xc8,0x7e,0xfa,0x09,0xfa,0x98,0x0a,0x68,0x60,0x58,0x96,0x1f,0x7b,0x8b,0x39,0xf8,0x42,0x07,0xbc,0xfe,0x65,0x48,0xf0,0x6b,0xf6,0xeb,0xdb,0xe7,0x18,0x51,0xde,0xb8,0x73,0xd2,0xd0,0xc2,0x1f,0x12,0x41,0x7c,0x8c,0x4f,0x23,0x0c,0x46,0x9b,0xe1,0xcb,0xe0,0xc7,0xf0,0x85,0x04,0xf2,0xa5,0x69,0x35,0x81,0x5f,0xdf,0xbe,0xf2,0x1b,0xda,0x9b,0x55,0xc9,0x58,0xbe,0xe4,0x41,0xbe,0x6a,0xd6,0x64,0x3c,0x74,0xa7,0x9c,0x2d,0x3b,0x29,0x34,0x96,0x49,0x1d,0xab,0x44,0xb1,0x58,0xd6,0x81,0x2d,0x15,0x58,0xde,0x87,0xae,0x25,0x9b,0x77,0xab,0x73,0x41,0x78,0x23,0x14,0xf4,0x19,0xd5,0xa1,0x8a,0x76,0xa9,0xe4,0x87,0xad,0xc8,0x51,0x16,0xd2,0x5a,0xe9,0xb0,0xdf,0x6b,0x20,0x60,0x80,0xae,0x53,0x30,0xf6,0x37,0xd5,0x8a,0xb2,0xe5,0x5a,0x04,0xd6,0x5a,0x94,0x08,0xd8,0xc4,0x1a,0xa5,0x7e,0xaf,0x0e,0x81,0x77,0xdb,0x0a,0x18,0xfd,0x75,0x18,0x7d,0x4d,0x5b,0xaa,0x1b,0xb3,0x4e,0xb6,0xbc,0x6d,0xa3,0xd8,0xc9,0x9e,0xc9,0x46,0xa8,0xac,0xb9,0x92,0xf3,0x65,0x36,0x2e,0x8a,0xfb,0x3a,0x5c,0x59,0xff,0x1b,0xbe,0x11,0xd4,0x1a,0x5b,0x90,0x98,0xd0,0x58,0x59,0xd7,0x8a,0x87,0x85,0xa3,0x81,0x21,0x6a,0xe2,0x3a,0x24,0x59,0x36,0x4b,0x3c,0x5e,0xc9,0xd6,0x61,0x88,0x5a,0x57,0x73,0x52,0x9e,0x1b,0xd6,0x5a,0x90,0x48,0x1f,0x25,0x17,0x91,0x6a,0x6e,0x12,0x16,0x64,0x56,0xda,0xfc,0xa6,0xfb,0xad,0x62,0x99,0xe7,0x3b,0x75,0x5c,0xb5,0xac,0x48,0x33,0x14,0xbc,0x24,0x76,0x6c,0xb5,0x7b,0x42,0x14,0x37,0x19,0x61,0xa7,0x16,0x86,0x6c,0x3b,0x1f,0x42,0x0b,0xd6,0x87,0x90,0x0c,0x6c,0x5f,0x09,0x54,0x8e,0xeb,0xf0,0xf2,0xc0,0xb0,0x1d,0xc1,0xbc,0xa5,0x9d,0xf7,0x29,0x31,0xd2,0x18,0xb5,0x88,0xbf,0xb9,0x38,0x7b,0xd3,0x49,0xf0,0x16,0x25,0x82,0x0c,0x8a,0x10,0x23,0x37,0x4d,0x31,0x98,0xb1,0x07,0x71,0xed,0x0d,0x3e,0x21,0x1b,0x01,0x3e,0x2d,0x95,0x75,0x40,0x36,0x62,0x35,0xd8,0xf6,0x03,0x70,0x77,0x00,0x1f,0x47,0x1a,0x81,0x0e,0x64,0x29,0x53,0x3a,0x83,0xe1,0xed,0x6d,0xe3,0xcc,0x54,0xf1,0xf2,0x9b,0xe0,0xdb,0x0e,0x7b,0x20,0xbe,0xe2,0x86,0x98,0x30,0xce,0x8e,0xdb,0x9e,0xad,0x1d,0xdb,0x05,0x9d,0x48,0xd9,0xc4,0x28,0x06,0x8d,0x0a,0x60,0xa1,0xa8,0x02,0x70,0xb2,0xd4,0x61,0xf3,0x2d,0x11,0x60,0x30,0x50,0x20,0x97,0x6f,0x51,0x0e,0x62,0x12,0x71,0x1c,0xb1,0xd3,0x02,0x00,0x9f,0xb4,0x69,0xad,0x0f,0xaf,0x01,0x70,0x33,0x91,0x30,0x46,0x4c,0xe9,0xb0,0x9a,0x41,0xa3,0x27,0x27,0x07,0x05,0x04,0x19,0x49,0x2a,0x11,0x70,0xd2,0xe0,0xa1,0xc7,0x8f,0x4e,0x10,0x45,0x24,0xfd,0x72,0x78,0xfa,0x3a,0xc7,0x12,0x53,0x83,0x02,0x46,0x90,0x54,0x01,0x07,0x49,0x11,0x0e,0x63,0x42,0x15,0x24,0x8e,0x17,0x61,0x45,0x28,0xa8,0x02,0x17,0x53,0x1a,0x06,0x8f,0x02,0x55,0xb0,0x19,0xd6,0x3b,0xac,0xd1,0xa4,0xe5,0x53,0xda,0xf9,0xca,0xce,0xba,0xc0,0xbf,0x61,0x16,0x2a,0xc7,0xf8,0x5d,0x35,0x31,0xa4,0xbc,0x05,0xbc,0x88,0x5d,0x25,0x78,0x8b,0x97,0xc3,0xfc,0x3c,0x57,0x56,0x39,0x94,0xed,0x30,0x72,0xab,0x3c,0x4c,0xfa,0x10,0x2f,0x73,0x56,0x38,0x19,0xfe,0xe8,0x42,0xb1,0xef,0x1d,0xfc,0xbe,0x6d,0xf5,0x06,0x26,0x21,0xbc,0xed,0x2c,0xdd,0x5c,0x8e,0x57,0xf9,0x1c,0xa7,0xc1,0xfe,0xcd,0x56,0x7a,0x9d,0x24,0xea,0x2d,0xd2,0x74,0x94,0x28,0xce,0x1c,0x0b,0x3c,0xce,0xe9,0x75,0x0b,0x49,0xb2,0xb9,0xe9,0x1c,0xaf,0x43,0xe3,0xbf,0x0e,0x6e,0x88,0xdf,0xe8,0x17,0x53,0x6a,0xa4,0x8d,0xb1,0xff,0xd4,0xa5,0x33,0xa4,0xda,0xe0,0x08,0x2d,0xab,0xdb,0xd9,0x2f,0xc2,0xb2,0x85,0x6d,0xc3,0xca,0xb4,0x86,0xc0,0x96,0x7a,0x3b,0xbe,0x25,0xde,0x8e,0x6f,0x89,0xb7,0xe3,0xf6,0xf6,0xed,0xb6,0x2d,0x5f,0x90,0xdb,0xdb,0x72,0xfb,0xd8,0xd8,0x96,0x78,0x55,0x6e,0x17,0x65,0x97,0x7b,0x0c,0x5c,0x74,0xb5,0xde,0x9b,0xe5,0x4f,0x85,0xe6,0x30,0xf1,0xef,0x62,0xd6,0x9f,0xa7,0x49,0x1d,0x7e,0xf1,0xef,0x1d,0xde,0xf2,0xb3,0xda,0xfa,0x44,0x3c,0x99,0x40,0x19,0x57,0x31,0xc1,0x31,0x5e,0x83,0xc4,0xb0,0x3f,0xbd,0x72,0x8d,0xa4,0x81,0xe6,0x4a,0x06,0x59,0x51,0x33,0x83,0x95,0xa0,0x9c,0xea,0x30,0x6e,0x54,0xcb,0x06,0xba,0x6e,0x0e,0x20,0x14,0xfd,0xf8,0x3f,0xff,0xfc,0xfe,0x87,0x3f,0xbd,0xff,0x87,0xff,0xfc,0xf1,0x5f,0x7e,0xff,0xfe,0x9f,0xfe,0x58,0xb9,0x7a,0x96,0x55,0x8e,0xf0,0x4c,0x6c,0xf4,0x0e,0x3a,0x3d,0xeb,0xaf,0xa4,0x3d,0x8c,0xbc,0x78,0x11,0xd1,0xa6,0xe5,0x80,0xd8,0xdd,0x2e,0x7c,0xec,0xec,0xe3,0x65,0xcb,0x1c,0x73,0x69,0x98,0x05,0xd0,0xd0,0x6d,0x02,0xb8,0xff,0xf9,0xbf,0xfe,0xe3,0xfd,0x0f,0xff,0xf6,0xfe,0x87,0x7f,0xfd,0xf3,0x1f,0xff,0x50,0xeb,0xc1,0x9c,0xe1,0x22,0xd1,0xbd,0x97,0x31,0x08,0x22,0x3f,0x5e,0x62,0x7d,0x8c,0xbd,0xa9,0x78,0x41,0x1b,0xa6,0x67,0xb6,0xac,0x1d,0x90,0x48,0xd5,0x4f,0xad,0xdc,0x9f,0x40,0x92,0x0b,0x9a,0x06,0xd1,0xb4,0xd1,0x14,0xa5,0x45,0xd1,0xa7,0x07,0x46,0x0b,0xe0,0x82,0xd0,0xb3,0xaf,0x1a,0x81,0xda,0x9d,0xbc,0x04,0xc1,0xa3,0x49,0xde,0x58,0xc7,0x0a,0xda,0x85,0x5a,0x4e,0x56,0x88,0xaa,0xce,0x60,0xe7,0x97,0xcc,0x1d,0xd0,0x51,0xcb,0x1d,0x95,0x4a,0x1c,0x5d,0x09,0xf6,0xd9,0x57,0x76,0xa1,0xb8,0x02,0xa9,0x5e,0xc1,0x12,0x36,0x10,0x0b,0xfb,0x0a,0x0f,0x91,0x8a,0xb5,0x70,0xd6,0x8b,0x04,0x0a,0xec,0x74,0x3a,0xb6,0x2c,0xce,0x74,0xc1,0xe4,0xd5,0x2f,0x29,0x9a,0x90,0xb5,0x6b,0xe4,0x10,0x3c,0x5f,0x80,0x64,0x48,0x0f,0x5e,0x55,0x81,0x4b,0x65,0x02,0x2b,0xa3,0x96,0x46,0x0b,0xbc,0xa3,0x51,0x99,0x3a,0xfc,0x0a,0x32,0x85,0x96,0x6d,0x41,0xe1,0xdf,0xcd,0x73,0x93,0xfb,0x52,0xec,0x16,0xd7,0xed,0x6a,0x82,0x37,0x37,0x07,0xdd,0xb2,0x72,0xf6,0xcd,0x0a,0x6d,0xe4,0x17,0x57,0xd4,0x4e,0x89,0xfa,0x46,0xdf,0x24,0x59,0x24,0x89,0x13,0x1a,0xc2,0x8b,0xdd,0xb5,0xb5,0x6e,0x43,0x61,0xfe,0x98,0xcd,0x9b,0x4a,0x90,0x54,0xf5,0x33,0x5e,0xe6,0x42,0x2b,0xdb,0x0d,0x65,0x2c,0xc9,0x88,0x77,0xf9,0xb3,0x6f,0xd4,0x00,0xef,0xf3,0x13,0x9f,0x35,0xba,0xbf,0xed,0x60,0xdf,0xcc,0xe8,0x4e,0x68,0xab,0xd6,0x32,0x99,0xb9,0x12,0x12,0x97,0xc1,0xf3,0x9f,0x63,0x0b,0x46,0x53,0x42,0x17,0x69,0xa4,0x2d,0x71,0x8e,0xab,0xee,0x19,0x6b,0x72,0x9c,0x67,0xe7,0x3f,0xfe,0xe9,0xdf,0xdf,0xff,0xef,0x3f,0x6a,0x09,0x8d,0xa8,0xdd,0xb4,0xa4,0x50,0xb3,0x70,0xb5,0x26,0x4d,0x57,0x9a,0x2a,0x8d,0xe9,0x6a,0x1f,0xc1,0x9f,0xbc,0xce,0xad,0x01,0xaa,0xda,0x46,0x3d,0x04,0x54,0xaa,0x57,0xe4,0x91,0xfa,0x39,0x2f,0x8a,0x57,0x1d,0x04,0xc7,0x56,0x6e,0x99,0xe3,0x5c,0xf0,0x9d,0x5d,0xa1,0x99,0xfe,0x07,0xd5,0x4c,0x71,0x45,0xd5,0xaa,0x59,0xb9,0xee,0x87,0xe8,0xa6,0xc2,0x60,0x2b,0x15,0xa4,0xe7,0xed,0xa6,0x23,0x8b,0xf4,0x7a,0x3e,0xa8,0x36,0x48,0x7e,0x71,0x08,0x1b,0x75,0x95,0x46,0x69,0x1e,0xc0,0x5a,0xc6,0x6f,0x08,0x5a,0x99,0xf1,0x9b,0x32,0x9a,0x5b,0xa7,0xb3,0x30,0xcd,0xbb,0x58,0xad,0xac,0xe2,0x53,0x28,0x54,0xea,0x98,0xe9,0x0b,0xe0,0x4d,0x4f,0xc6,0x5a,0x6b,0x7a,0xca,0x9a,0x42,0x77,0x5c,0xc7,0xf9,0x7a,0x11,0x73,0x26,0x90,0x9a,0xa5,0x57,0x99,0xae,0xba,0x38,0xa2,0x6e,0x10,0x7d,0x7d,0x0a,0x45,0x49,0x6a,0xe8,0x0d,0x9e,0x59,0x20,0xb2,0x05,0xcf,0xdf,0xfd,0x0e,0x24,0x85,0x34,0x15,0xe3,0xc3,0xd9,0xa4,0x61,0x6f,0x41,0x80,0x3a,0x01,0xb5,0x56,0x4f,0x63,0x3b,0xb7,0x6e,0xda,0xaa,0x9c,0x16,0xe9,0xd7,0x89,0xb5,0xd3,0x37,0x54,0xc9,0xa3,0x89,0x6e,0xef,0xc2,0x24,0xc4,0x84,0x34,0xbe,0x7b,0x9e,0xdd,0x7f,0x37,0x1f,0xcd,0xe1,0xe4,0x45,0x0f,0xb8,0x88,0xd3,0xf4,0xb6,0x65,0x81,0x51,0x6f,0x51,0x6b,0x01,0x2a,0xdc,0xb2,0xe0,0x10,0xba,0xb4,0xf1,0x5f,0x38,0xf9,0x3c,0x82,0x5f,0xc8,0x3c,0xa1,0xb7,0x9d,0xcb,0xe8,0x32,0x7a,0x16,0x66,0x71,0xcb,0x12,0x62,0x1c,0x1d,0x83,0x1c,0x1d,0x5b,0x34,0x10,0x48,0x91,0xa6,0x84,0xb2,0x9e,0x22,0x8c,0x7e,0x2a,0x98,0xf7,0x96,0xd6,0x1b,0x23,0xce,0xe4,0x1b,0x21,0x4c,0xb3,0x89,0x4a,0x31,0x46,0xd1,0x32,0x9a,0xa5,0x34,0x92,0x1b,0x82,0x58,0x72,0x31,0xcb,0x36,0xc2,0x70,0x45,0xf2,0x2b,0xa8,0x76,0xf2,0xb5,0xac,0xa0,0x2f,0x96,0xdf,0x1c,0xac,0xcc,0x24,0xa1,0xca,0x71,0xe7,0xa8,0x1f,0xb6,0xc6,0x6d,0xb0,0x46,0xb4,0x47,0xb1,0x98,0x6d,0x78,0xda,0xae,0x0c,0x7d,0xab,0xfd,0xc7,0xd4,0x8a,0xee,0x4d,0x05,0xd5,0xe8,0x0e,0xf4,0x81,0xf5,0xa3,0x93,0xfe,0x78,0x4a,0xd2,0xd7,0xc6,0x34,0x55,0x15,0x03,0x1f,0x13,0x01,0x4a,0x4b,0x2c,0xa7,0x44,0xd8,0x9b,0x75,0x3c,0x76,0xb9,0xad,0x2e,0x2f,0xe2,0xcc,0xf2,0x1a,0x16,0x53,0x6e,0xb6,0x96,0x72,0x52,0x24,0xaf,0xcf,0x56,0xd4,0xce,0x8c,0x19,0x6b,0x1f,0xd7,0xb0,0x42,0xbd,0xa7,0x3c,0x09,0x82,0xc4,0xb8,0xa4,0x6a,0xed,0x88,0x32,0x32,0xd6,0x0b,0x18,0x8d,0xf2,0xb4,0x75,0x05,0xca,0xea,0x03,0x7f,0x65,0xd9,0x81,0x84,0x61,0x4d,0x8b,0x90,0xb6,0x58,0x3d,0x64,0x6c,0x6f,0xe5,0x4b,0xa9,0xa2,0xb2,0xf4,0x77,0x4c,0x65,0x7d,0x19,0x2c,0x4c,0xb5,0xf1,0xa6,0xde,0x43,0xb4,0x86,0xa9,0xe5,0x9b,0x33,0xbb,0xb2,0xec,0x07,0x4b,0xa8,0x6b,0x49,0x14,0x5b,0x0e,0xe6,0xfd,0x90,0xad,0xee,0x56,0xf1,0xc6,0x75,0x51,0xcd,0x55,0xe9,0x3d,0xf0,0xec,0xe0,0xc9,0x57,0xdf,0x94,0x30,0x1b,0x02,0x26,0x5f,0x7b,0xbb,0x11,0x6c,0xf7,0x9a,0xdb,0xf6,0xd6,0x89,0xbd,0xad,0xc8,0x41,0xf2,0xbf,0x6d,0xaf,0x94,0xa4,0xf0,0xe2,0x50,0x65,0x3e,0xba,0xc1,0x88,0x32,0x7b,0x33,0xe3,0xe2,0x36,0xbd,0x99,0x5d,0x15,0x33,0xa1,0x75,0x71,0xe6,0x41,0x46,0xb7,0xc2,0x7e,0xc4,0x2d,0x87,0xb2,0xed,0x60,0x0f,0xbc,0xc6,0x6a,0x44,0x9b,0xdc,0x58,0x6c,0xaa,0x0b,0x2f,0x9a,0xe1,0x79,0xdb,0xa1,0xdb,0x2a,0x8c,0x7d,0xc9,0x3a,0x34,0xf5,0xf2,0x69,0x17,0x4c,0xca,0x22,0xb2,0xeb,0x67,0x6b,0xfa,0x69,0x74,0x3c,0x92,0x66,0x79,0x69,0x5e,0x90,0xb9,0xac,0xbb,0xab,0x73,0x59,0x73,0x59,0xe7,0xb2,0xf6,0xb6,0xce,0xe5,0xca,0xeb,0x3a,0x97,0x85,0x4b,0x36,0xba,0x51,0x40,0x1c,0xcd,0xe2,0x90,0xe0,0xff,0x21,0x2d,0x38,0x17,0x5b,0x04,0x2c,0x34,0xab,0xf3,0x40,0xf4,0x61,0x06,0x24,0x8f,0x9a,0x52,0xa6,0xc0,0xfe,0x8b,0xbc,0xd0,0x05,0xf3,0x15,0x10,0x40,0xbf,0x14,0xb4,0xb5,0xbb,0x75,0xf2,0x26,0xb6,0xf4,0xdb,0x7b,0xd4,0x3f,0x29,0xc9,0x79,0x5f,0xdf,0x4c,0xd4,0x65,0xa8,0x76,0x58,0x5d,0x86,0x92,0xaa,0x4a,0x9b,0x22,0x2f,0x12,0xe3,0xf1,0xc4,0x9c,0x19,0x4f,0x3e,0x26,0x59,0x0d,0x20,0x13,0x02,0x6b,0xfc,0x24,0xcd,0x58,0x7b,0xe8,0x41,0x48,0xe2,0x25,0x2c,0x6f,0xaa,0x6e,0x8e,0x86,0xdd,0xc2,0x6a,0xf0,0x3a,0x1d,0xae,0x7c,0x1f,0x64,0x5e,0x32,0x6b,0x1a,0x6e,0x26,0x54,0xb8,0xda,0x6f,0xcc,0x9b,0x74,0xfa,0x3b,0x1c,0x20,0x5b,0xf7,0x16,0x2a,0xbf,0x77,0xd9,0x34,0x8a,0x08,0xb6,0xcb,0xac,0xe3,0x5c,0x8f,0x2a,0xaf,0x62,0x96,0xb1,0xad,0xfa,0x57,0x8e,0xf2,0x2e,0x62,0x8e,0x98,0x67,0xbe,0x4c,0x66,0x71,0x9f,0x02,0xb2,0x37,0xf1,0x68,0xdb,0xe2,0x21,0x4f,0xae,0x0a,0x9d,0x52,0x91,0xe5,0xf0,0xdf,0xd7,0x80,0x56,0x10,0x44,0x40,0x3c,0xf0,0x9f,0xd8,0xeb,0x92,0x1c,0x96,0x6f,0x49,0xdb,0x11,0x4d,0x69,0xf6,0x3b,0x27,0x1a,0x78,0x7f,0xe7,0x85,0x4b,0x09,0x0a,0x25,0xbb,0x9c,0x92,0x9a,0xe3,0x68,0x38,0x9a,0xe9,0x31,0x7f,0x7d,0x15,0xd1,0x46,0x46,0x3c,0xbd,0xd3,0xe5,0xcd,0x7d,0x13,0x90,0xa7,0x74,0xc2,0xf0,0xd8,0xf7,0x58,0xef,0x83,0x00,0xbc,0x2a,0x73,0x20,0xe3,0xdd,0xaf,0x5a,0xec,0xf3,0xd3,0x17,0xd6,0xcb,0xb7,0x6f,0xcf,0xde,0x3e,0xd1,0x7b,0x59,0x46,0xb7,0x6d,0x47,0x4e,0x68,0xd9,0xd5,0xba,0x40,0xca,0x7b,0x5b,0x3b,0xba,0xde,0xcc,0xd8,0x9c,0xe7,0x76,0x20,0x65,0xd9,0x20,0xcd,0x6b,0x96,0x05,0x83,0x64,0xfd,0x86,0x5e,0x7f,0x67,0x77,0x6f,0xdf,0xae,0x16,0xed,0x57,0x08,0x75,0x6c,0x6f,0xe3,0xc7,0x87,0x91,0x12,0x29,0x95,0xc5,0xcc,0x6f,0xc0,0x49,0xb2,0xe2,0x16,0x5e,0x9d,0xe9,0xca,0x8b,0x7a,0xa6,0xcd,0x0b,0x65,0xef,0x56,0x28,0x1b,0x2f,0x07,0xae,0x5d,0xc5,0xae,0xbe,0x0a,0x2e,0x17,0x5d,0x64,0xfa,0x12,0x04,0xdf,0x55,0xab,0x60,0xd0,0xe5,0x23,0x73,0x0d,0xf3,0xfc,0x35,0xb4,0x99,0xc5,0xe0,0x04,0x98,0x6a,0x3c,0x85,0xc4,0x25,0xe3,0xd5,0x42,0xca,0x4c,0xf6,0x17,0x76,0x6d,0xef,0x5d,0xc9,0x52,0xc8,0x45,0xca,0xe2,0x1f,0x39,0xfc,0x9e,0x1d,0xbb,0x0c,0x28,0x7f,0xab,0x81,0x23,0x7e,0xe7,0xcf,0xff,0x03,0xf1,0xc6,0xf8,0x6c,0x0d,0x48,0x00,0x00}; +const unsigned char index_html[0x1193] = {0x1f,0x8b,0x08,0x00,0xc1,0x81,0x41,0x5e,0x02,0xff,0xc5,0x3c,0x5d,0x73,0xe3,0x46,0x72,0xef,0xae,0xf2,0x7f,0xc0,0xc2,0x75,0x27,0x2a,0xfc,0x00,0x49,0x7d,0xad,0x45,0x49,0x57,0x7b,0xbb,0x1b,0x7b,0xe3,0xd5,0x4a,0x5e,0xf1,0xb2,0x49,0x59,0x2e,0x16,0x08,0x0c,0x49,0x9c,0x40,0x00,0x06,0x86,0xa2,0x64,0x9d,0xaa,0xee,0xed,0x52,0x7e,0xb8,0x24,0xef,0xa9,0x4a,0xf2,0x76,0x6f,0xc9,0x43,0xaa,0xf2,0x90,0x3c,0xe5,0xbf,0xac,0xef,0x6f,0xa4,0x7b,0xbe,0x30,0x03,0x80,0x20,0x25,0xef,0x9e,0xe5,0xb2,0x05,0xcc,0xf4,0xd7,0xf4,0x74,0xf7,0x74,0x37,0xc6,0x3a,0x7a,0xf2,0xe2,0xec,0xf9,0xf0,0xef,0xcf,0x5f,0x5a,0x33,0x3a,0x0f,0x4f,0x3e,0xfd,0xe4,0x48,0xfd,0x26,0xae,0x0f,0xbf,0x2d,0xf8,0x39,0x9a,0x13,0xea,0x02,0x00,0x4d,0xda,0xe4,0xbb,0x45,0x70,0x7d,0x6c,0x7b,0x71,0x44,0x49,0x44,0xdb,0xf4,0x36,0x21,0xb6,0x25,0xde,0x8e,0x6d,0x4a,0x6e,0xa8,0x83,0x04,0x60,0x6c,0xe6,0xa6,0x19,0x81,0xb1,0x05,0x9d,0xb4,0x9f,0xda,0x06,0x25,0x05,0xbf,0x0c,0x7c,0x3a,0x3b,0xf6,0xc9,0x75,0xe0,0x91,0x36,0x7b,0x69,0x05,0x51,0x40,0x03,0x37,0x6c,0x67,0x9e,0x1b,0x92,0xe3,0x5e,0xa7,0xdb,0x9a,0xbb,0x37,0xc1,0x7c,0x31,0xd7,0x46,0x16,0x19,0x49,0xd9,0xab,0x3b,0x86,0x91,0xae,0x6d,0x45,0xee,0x9c,0x1c,0xdb,0xd7,0x01,0x59,0x26,0x71,0x4a,0x15,0x33,0x1a,0xd0,0x90,0x9c,0xbc,0x23,0xa1,0x17,0xcf,0xad,0xe1,0xf3,0xde,0x91,0xc3,0x47,0xc4,0x74,0x46,0x6f,0x43,0x62,0xe1,0x12,0x84,0xe4,0x5e,0x96,0x49,0xdc,0x49,0x40,0x42,0x1f,0xe4,0xbf,0x9b,0xbb,0xe9,0x34,0x88,0xda,0xe3,0x98,0xd2,0x78,0x7e,0xd8,0xeb,0x26,0x37,0x83,0x71,0x9c,0xfa,0x24,0x3d,0xfc,0xac,0xdb,0xed,0x5a,0x59,0x1c,0x06,0xbe,0xd5,0x83,0xd1,0x39,0x40,0x05,0x51,0x18,0x44,0xa4,0x9d,0x05,0xdf,0x93,0x43,0x77,0x41,0xe3,0xc1,0x3d,0xa7,0x16,0x44,0xc9,0x82,0xb6,0x32,0x12,0x12,0x8f,0xb6,0xc6,0x0b,0x20,0x15,0xdd,0x25,0xae,0xef,0x07,0xd1,0xf4,0x70,0x0f,0x29,0xba,0xde,0xd5,0x34,0x8d,0x17,0x91,0x7f,0xb8,0x9c,0x05,0x94,0x28,0x16,0x07,0x07,0x07,0x1a,0x0b,0x41,0x4d,0x10,0xd0,0x90,0xa2,0x38,0x52,0x38,0x00,0x68,0xe5,0x78,0x26,0xce,0xa1,0x1f,0x64,0xa8,0x33,0x5f,0xc8,0x92,0xbf,0x33,0x09,0xd5,0xab,0x4e,0xfb,0xb3,0xf1,0x04,0xff,0x91,0x84,0xa8,0xdf,0xa2,0x33,0x43,0x78,0x31,0xd1,0xa1,0x6e,0x76,0x65,0x51,0xc4,0xbf,0x63,0x5b,0x09,0xca,0xea,0xfe,0x62,0xc0,0xf5,0xc7,0x14,0x67,0x75,0x85,0x8c,0x6d,0x2f,0x0e,0x43,0x37,0xc9,0xc8,0xa1,0x7c,0x28,0x10,0xf1,0x5b,0xe2,0x61,0x76,0x87,0x1b,0xd3,0x76,0xc3,0x60,0x1a,0x1d,0x7a,0x60,0x33,0x24,0xd5,0xd7,0xc9,0x55,0x83,0x1b,0xa1,0x08,0x64,0xb1,0x77,0x45,0xa8,0xd0,0x78,0x67,0x1e,0xfb,0x84,0x3f,0xcb,0x8d,0x4c,0x83,0xe9,0x8c,0x1e,0xb6,0x77,0x35,0xc1,0xb3,0xc5,0x78,0x1e,0x50,0x63,0x4d,0x02,0x98,0xc6,0x89,0xb1,0xc4,0x6c,0xe1,0x79,0x24,0xcb,0xee,0x40,0xec,0x18,0x76,0x67,0xef,0xa9,0xef,0xed,0x79,0x6a,0x96,0xa4,0x69,0x9c,0xca,0xb9,0xc9,0xa4,0xef,0xf7,0x95,0xfa,0x3b,0x41,0x34,0x89,0xe5,0x14,0x39,0xe8,0x76,0x89,0xab,0xa6,0x22,0x42,0x97,0x71,0x7a,0x65,0xf9,0xc1,0x75,0xa5,0x5e,0xc1,0x5b,0x22,0xd8,0xab,0x95,0xf3,0x6c,0x45,0xba,0x9e,0xd8,0x80,0x9a,0x4e,0x96,0xda,0x76,0xe4,0x83,0xa0,0x64,0x31,0xbe,0x97,0x0f,0xa3,0xf5,0xde,0x89,0x3d,0xc2,0xb5,0x6b,0x3a,0xf6,0x09,0xfe,0x33,0xd0,0x21,0x47,0xbd,0xbb,0x19,0x61,0xea,0xdc,0xd1,0xc4,0x61,0x33,0x7d,0x39,0xb3,0x57,0x9c,0xd9,0x59,0x39,0xb3,0x2b,0x67,0xfa,0xa5,0xa9,0x3d,0x35,0xd5,0x2d,0x4e,0xed,0xcb,0xa9,0xde,0x7e,0x71,0xea,0x40,0x4d,0x95,0x08,0x3e,0x55,0x53,0xfd,0xe2,0xd4,0xe7,0x6a,0x4a,0xf3,0x75,0xe6,0x60,0x02,0xec,0xb3,0x24,0x5e,0x92,0x74,0x84,0xdb,0xa1,0x99,0x89,0x06,0xdd,0x0e,0xc9,0x84,0x16,0xed,0x53,0x4c,0xc9,0x38,0x52,0x69,0xbc,0x82,0x32,0xdb,0x05,0x25,0x1f,0xd2,0x4d,0xe2,0x0c,0xa2,0x22,0xf8,0x6f,0x4a,0x42,0x97,0x06,0xd7,0x64,0x10,0x5f,0x93,0x74,0x12,0xc6,0xcb,0xc3,0xcc,0x4b,0xc1,0x87,0x74,0x83,0x6d,0xf7,0x0c,0x2d,0x71,0x9a,0x49,0x4a,0xee,0x14,0x15,0x77,0x0c,0xbc,0x17,0x2c,0xcc,0x30,0x69,0xba,0x03,0x20,0xe5,0xd2,0x43,0x94,0x7b,0x20,0x18,0x1f,0xa0,0x3a,0xb9,0x81,0x74,0x57,0xaf,0x6b,0x02,0x3f,0x3b,0x4f,0x07,0xd5,0x26,0xa3,0xbb,0x25,0x97,0x62,0x7c,0x5b,0xe1,0xcf,0x45,0x10,0xcb,0xe5,0x40,0x3e,0xf1,0xe2,0xd4,0x65,0x02,0xeb,0xea,0xef,0x84,0xf1,0x94,0x29,0x5f,0xda,0x5e,0x17,0x57,0x5b,0xd4,0x87,0x04,0x8e,0xe1,0xb8,0xe1,0xfe,0xaf,0xc5,0xa4,0x71,0x7c,0x83,0x31,0x1a,0x1d,0xc9,0x52,0xfb,0xa2,0x34,0x76,0xe4,0xb0,0x83,0x01,0xcf,0x40,0x47,0x1c,0x82,0x47,0xe3,0xd8,0xbf,0xc5,0xdf,0xf2,0x58,0xb0,0xbc,0xd0,0xcd,0xb2,0x63,0x9b,0x47,0x1b,0x75,0xe0,0x84,0x64,0x4a,0x22,0xff,0xe4,0x1c,0x57,0x62,0x3d,0x87,0x53,0x0e,0x64,0x39,0x72,0xc4,0xa8,0x3c,0x94,0x30,0x42,0x5a,0x81,0x2f,0x91,0x47,0x74,0x2c,0xf1,0xf9,0x7c,0xaa,0xbd,0xf1,0x11,0xbf,0x30,0xc2,0x46,0xd9,0xaa,0xc4,0xe9,0xe5,0xcd,0x88,0x77,0x05,0x4b,0xb0,0x35,0xba,0x3d,0x79,0x2c,0x9a,0x32,0x1a,0x34,0xe0,0x00,0x25,0xa1,0x35,0x89,0xd3,0x1c,0xe9,0xe4,0x82,0x3d,0xb4,0xe1,0xb0,0x64,0xb3,0x45,0x61,0x9c,0x92,0x34,0x8f,0x94,0xaf,0xff,0x18,0xf9,0xfa,0x4a,0xbe,0xfe,0xc7,0x96,0x6f,0xe7,0x31,0xf2,0xed,0x28,0xf9,0x76,0x36,0x92,0x0f,0x5e,0xd3,0x8f,0xb1,0xf9,0xbb,0x8f,0x11,0x7e,0x57,0x09,0xbf,0xfb,0xb1,0x95,0xbb,0xf7,0x18,0xf9,0xf6,0x94,0x7c,0x7b,0x1f,0x5b,0xbe,0xfd,0xc7,0xc8,0xb7,0xaf,0xe4,0xdb,0x7f,0xe8,0xe6,0xc3,0x23,0x86,0x05,0xf9,0x06,0xe1,0x4d,0x45,0x18,0x96,0x9c,0x18,0x11,0x82,0xe7,0x72,0x26,0xc0,0x68,0x4c,0x6d,0x2b,0x8e,0xbc,0x30,0xf0,0xae,0x8e,0xed,0x0b,0x42,0xb9,0x24,0x8d,0x6d,0x90,0x89,0x01,0x1c,0x39,0x1c,0x4d,0x27,0x94,0x25,0x6e,0x4e,0x86,0xba,0x74,0x91,0x8d,0xb2,0xc4,0x12,0x49,0x8e,0x7d,0x72,0xf6,0x15,0x84,0x42,0x00,0x51,0x32,0x82,0x58,0x2c,0x2a,0xca,0x28,0x08,0x2f,0x15,0x31,0x11,0x33,0xff,0x15,0x21,0xf1,0x82,0x31,0xa9,0x8e,0x88,0x02,0x3b,0x59,0xae,0x8f,0x86,0xe7,0x87,0x42,0x76,0xdc,0xb0,0xc4,0xce,0x35,0x21,0x04,0xef,0x0a,0xb9,0xad,0x77,0x2b,0x2c,0xe2,0x9d,0x4e,0x60,0xa9,0x08,0xb0,0x04,0x4e,0x43,0xbf,0x7a,0xf7,0x7f,0xff,0x3d,0x7b,0xd0,0xa6,0x31,0x81,0x64,0x7a,0x60,0x2c,0x44,0xdb,0x52,0x3c,0xdf,0x2d,0x9e,0x6b,0xd8,0x27,0x52,0xab,0xf5,0x80,0x4f,0x37,0x05,0x3c,0xd8,0x14,0x70,0x7f,0x53,0xc0,0xbd,0x4d,0x01,0x77,0x37,0x05,0xdc,0xd9,0x14,0xb0,0xbf,0x29,0x60,0xcf,0x04,0x34,0x9e,0xcd,0x6d,0x41,0x70,0x63,0x5f,0x9e,0xb4,0xdb,0x06,0x51,0x95,0x2e,0xd9,0x16,0x4b,0x03,0x8e,0x6d,0x99,0x10,0x61,0x9a,0xc1,0x32,0x20,0x96,0x5e,0x49,0x8e,0x56,0xbb,0xfd,0x40,0xff,0x10,0xf9,0x7e,0xd1,0x43,0xde,0x88,0x32,0x00,0xd2,0x86,0x49,0x30,0xad,0xf4,0x91,0x75,0x8e,0x21,0x39,0xb0,0x02,0x00,0x1c,0xff,0xe2,0xd5,0x8b,0xc3,0xcd,0x63,0x22,0x2f,0x09,0xb9,0x4b,0x04,0x93,0x80,0x85,0x93,0x99,0x1b,0x4d,0x09,0xc6,0x13,0x9c,0x7a,0x07,0xa3,0x18,0x50,0xca,0xb8,0x0c,0x3f,0x4e,0x30,0x57,0xb3,0xae,0xdd,0x70,0x01,0x28,0x5d,0xfb,0xe4,0xd4,0x8d,0x16,0x2e,0xe4,0x3f,0x7c,0xa2,0x8a,0xa5,0xc3,0x79,0x56,0x4d,0x89,0x20,0x87,0xd2,0xa4,0x04,0x6a,0xfd,0x48,0x0b,0x6f,0x6f,0xd9,0x00,0x8a,0xc2,0x9f,0x2a,0x62,0xdb,0x23,0xcf,0xda,0x9f,0xa6,0x41,0x7e,0xaa,0xb0,0x53,0x24,0x0b,0x7c,0x5b,0x6b,0x2d,0xe8,0xca,0x7c,0xce,0x7e,0xbf,0x42,0xd8,0x46,0x6f,0xdb,0x76,0x3e,0xb8,0xd4,0xe7,0x17,0xef,0x1e,0x27,0x75,0x92,0x2d,0x95,0xd4,0x09,0x50,0x04,0x7b,0xf4,0x57,0x49,0xde,0xff,0x18,0x92,0x9f,0x9e,0xbd,0x78,0xb9,0x42,0x72,0x09,0x89,0x15,0xbd,0xbd,0xee,0x48,0x4f,0x5d,0x3f,0x88,0xf9,0x79,0x8e,0xf0,0x2a,0x15,0x66,0xc8,0xa5,0x05,0x9d,0xc2,0x68,0xa3,0xbb,0xbd,0xee,0x90,0xe7,0x94,0x4e,0x9e,0x9d,0x57,0x1f,0xee,0xeb,0x84,0xe8,0x6f,0x20,0x44,0x6f,0x23,0x21,0x30,0x09,0x1e,0x3e,0x1b,0xbe,0x3a,0x7b,0xf3,0x73,0xa7,0x19,0x6c,0x4c,0x04,0xae,0xbf,0x64,0xaa,0x51,0x08,0x9d,0xa7,0x5f,0x0f,0x87,0x1f,0x30,0x6e,0x22,0xb9,0x47,0xf9,0xcf,0xfc,0x3b,0x4a,0x47,0xae,0xef,0xa7,0x1f,0xc3,0xa9,0xcf,0xde,0xfe,0x04,0xa1,0x58,0x5b,0xd4,0xf9,0x79,0xed,0xe4,0x14,0x04,0xf9,0x59,0xf2,0x51,0xde,0x3f,0x2b,0x9e,0xb7,0x17,0xb7,0x19,0x25,0xf3,0xba,0x94,0xf4,0x81,0x3b,0xf4,0xb7,0x24,0xcd,0xb0,0x59,0x51,0x1f,0xbf,0xb0,0x11,0xc8,0x83,0xc2,0x35,0x87,0xc7,0x44,0xe2,0xa7,0x1a,0xc7,0xab,0xf3,0x8d,0xb9,0x06,0xc9,0x87,0x60,0x78,0xea,0x66,0x57,0x1b,0xb3,0x9c,0x03,0xf0,0x87,0x60,0xfa,0x85,0x4b,0xc9,0xd2,0xbd,0xdd,0x98,0xef,0x94,0xc3,0x7f,0x08,0xd6,0xbf,0x81,0x14,0x66,0x4e,0xd6,0x70,0x96,0x86,0xca,0x98,0x2f,0x18,0x46,0x1d,0xef,0xdc,0xc9,0xd6,0x59,0x30,0x65,0x0a,0x34,0xcd,0x77,0x08,0xd4,0x7d,0x6b,0x08,0x33,0x45,0xdb,0xd5,0xcf,0x20,0x1f,0x54,0x80,0x72,0xb4,0xc3,0xd8,0x73,0x43,0x4c,0x69,0x49,0x02,0xb9,0x59,0x8f,0xcb,0x88,0x74,0x47,0x4c,0x4c,0x19,0x1a,0x8e,0xc6,0x4a,0x3a,0x2d,0x1d,0x64,0x70,0xd9,0x15,0x1d,0x05,0xfe,0x8d,0xe1,0xfa,0xa5,0x94,0x2f,0x6f,0x1e,0x95,0x92,0xbe,0x02,0x70,0x4f,0xef,0xe4,0xac,0x03,0xee,0xeb,0x6d,0x95,0x75,0xc0,0x3b,0x7a,0x1b,0x63,0x1d,0xf0,0xae,0xde,0x53,0x58,0x07,0xbc,0xa7,0x17,0xf8,0x06,0x70,0x21,0x93,0x2d,0x29,0x0f,0xdd,0xbc,0x4e,0x15,0x67,0xd1,0x7a,0xee,0xa0,0xde,0xb3,0xc9,0x64,0x0d,0xe3,0xf5,0xc1,0xf8,0x99,0xef,0x33,0xdb,0x41,0xd3,0xc1,0x70,0x0c,0xef,0x85,0x58,0xfc,0xd0,0x38,0xcc,0x4a,0xa8,0xf5,0x8c,0x5f,0x90,0xd0,0x60,0x3c,0x24,0x19,0x85,0x31,0x42,0x89,0xe2,0xaf,0x15,0x53,0x79,0x9b,0x14,0x0d,0xd4,0x1f,0x71,0x5b,0x5d,0xdb,0x2a,0x9d,0x9d,0xbc,0x8a,0x7c,0x72,0x03,0xbe,0x35,0xab,0x98,0x43,0xfe,0x2b,0xa6,0xf8,0xc6,0xae,0x98,0xc4,0xed,0x31,0x26,0x36,0x0b,0x21,0x71,0x88,0x6a,0x62,0x46,0x76,0x1e,0x12,0x37,0x23,0xd6,0xc5,0x6d,0xe4,0x6d,0x7c,0xec,0x0a,0x95,0x2a,0x05,0x7e,0x41,0xa8,0xa1,0x40,0x4e,0x4c,0x6d,0xdd,0xba,0x28,0x92,0xdd,0x66,0xa3,0x30,0x9e,0xae,0x38,0x07,0x5f,0xc7,0xa5,0xdc,0x49,0x2f,0xb5,0x79,0xcf,0xdd,0xd0,0x3e,0xd4,0xc8,0xbc,0xd6,0x91,0x74,0x8f,0x1c,0x18,0xaa,0x2a,0xc1,0xd7,0xdb,0x06,0x2c,0x0d,0xe4,0x00,0x19,0x78,0x51,0x37,0x81,0x92,0x6f,0xf6,0x80,0xa5,0xc5,0xd4,0x2d,0x2e,0xeb,0x6c,0xf8,0xcc,0xfa,0x4d,0x82,0xf1,0xaf,0x2e,0x3e,0xf2,0xda,0x0c,0x57,0xe1,0xd2,0x78,0xb4,0x48,0x21,0x44,0x0a,0x6f,0xc3,0xaf,0xdd,0x87,0x8e,0xd3,0xeb,0x7d,0xde,0xe9,0xef,0x74,0x7a,0x9f,0xf7,0x3a,0x07,0x9f,0x3b,0xd4,0xeb,0xe1,0xbf,0xc0,0xae,0x33,0x0e,0x94,0x4b,0x6b,0x41,0x53,0x7b,0x5a,0xbb,0xe6,0x33,0xea,0x42,0xf2,0x91,0xb2,0x9c,0x48,0x4a,0xfa,0x93,0xfc,0x50,0x07,0xcf,0x4f,0x41,0x10,0x76,0xc4,0x91,0x71,0x87,0x04,0x7c,0x51,0xa1,0x89,0xd9,0xfe,0x18,0xc3,0xa1,0xc9,0x9e,0xac,0xf1,0xad,0x75,0xe4,0x32,0x3a,0xa0,0x41,0xdb,0x9a,0xa5,0x64,0xc2,0x75,0x93,0x81,0x72,0xa6,0x01,0x9d,0x2d,0xc6,0x1d,0x2f,0x9e,0x3b,0xdf,0xc7,0xd3,0xd8,0x8f,0x9d,0xef,0x87,0xcf,0xe1,0x6c,0x81,0x55,0x4d,0xf1,0xd3,0xff,0x68,0x1c,0xba,0x11,0x9c,0x5c,0x1c,0x8e,0x4d,0x1e,0x39,0x2e,0xda,0x09,0xe7,0x9a,0x79,0x69,0x90,0xe8,0x5b,0xe1,0xfc,0xd6,0xbd,0x76,0xf9,0xa8,0xcd,0x40,0x26,0x8b,0xc8,0x63,0x31,0xf0,0xd9,0x6f,0xdd,0x9b,0x06,0xec,0x4f,0x0b,0xf4,0x27,0x14,0xd0,0x62,0x88,0x2d,0x0b,0x34,0xe7,0x6e,0x5b,0x77,0x5c,0x09,0xd7,0x6e,0x6a,0xdd,0xcc,0xc3,0x11,0x8a,0x68,0x1d,0x5b,0x11,0x59,0x5a,0x7f,0x77,0xfa,0xfa,0x4b,0x78,0x7b,0x4b,0xbe,0x5b,0x40,0xc4,0x69,0x6c,0x0f,0x38,0xa4,0x84,0xea,0xc4,0x09,0x89,0x1a,0x9c,0x14,0x63,0x40,0xd3,0x05,0x29,0x01,0x81,0xa6,0x04,0x81,0x2f,0x89,0xeb,0x93,0xb4,0x61,0x3f,0xd7,0xaf,0x40,0xb4,0x2c,0xdb,0x4d,0x12,0xd8,0x57,0xf6,0xbd,0xca,0xb9,0x69,0x2f,0x97,0xcb,0x36,0x14,0x6c,0xf3,0x36,0x90,0x24,0x91,0x07,0x55,0x9b,0x6f,0x97,0x39,0x47,0x29,0x10,0xbb,0xc5,0xdd,0x21,0xbc,0x1a,0x04,0x91,0xd5,0x92,0x1b,0x6a,0x51,0xec,0x0a,0xc1,0xc4,0x6a,0x28,0x44,0x86,0x86,0x99,0x2b,0x20,0x1c,0x5b,0xbb,0x06,0x60,0x09,0x98,0x6f,0x3e,0x02,0xf6,0xbb,0xdd,0x12,0x28,0xfe,0x28,0x95,0xea,0x1c,0xb2,0x04,0x86,0xc9,0x10,0x76,0x05,0x5e,0x92,0xd0,0xf5,0x48,0xc3,0xd9,0x72,0xa6,0x2d,0x6b,0xcb,0xde,0xda,0x96,0x4b,0x91,0x3f,0xf7,0xe6,0x2b,0x09,0x21,0xd6,0x55,0x30,0x72,0x43,0x02,0xf6,0x6e,0xe3,0x66,0x5a,0xac,0xd9,0x7a,0x68,0xd9,0x56,0xd3,0x2a,0x88,0x5a,0x43,0x5c,0x3c,0xde,0x0b,0x08,0x5c,0x27,0x6e,0xbf,0xf5,0x04,0xb6,0x7a,0x11,0x86,0xd6,0x2f,0x7f,0xc9,0x8c,0x02,0x17,0x6b,0x9f,0x9f,0x5d,0x0c,0x6d,0x63,0xbd,0xda,0x6e,0x46,0x3e,0x43,0x94,0xac,0xee,0x4b,0x22,0x9b,0xb0,0x0a,0xee,0xd3,0x4f,0xee,0x35,0xab,0x44,0xbb,0x82,0xd0,0x55,0x30,0x4c,0xc5,0xb3,0xd2,0x68,0xed,0x2f,0x5e,0x0e,0xc1,0x5e,0x50,0x5c,0xa4,0x5a,0x24,0x77,0x1e,0x67,0xb4,0x84,0x63,0x98,0x78,0x35,0x55,0xb6,0x5a,0x01,0x59,0x41,0x16,0x0e,0xda,0xc7,0x50,0x7d,0xf1,0xf2,0xf5,0xcb,0x02,0xd9,0x4f,0x3f,0x41,0x1f,0x53,0x01,0x0d,0x0c,0xcb,0xf2,0x63,0x6f,0x31,0x07,0x5f,0xe8,0x80,0xd7,0xbf,0x0c,0x09,0x3e,0x66,0xbf,0xbe,0x7d,0x8e,0x11,0xe5,0x8d,0x3b,0x27,0x0d,0x2d,0xfc,0x21,0x11,0xc4,0xc7,0xf8,0x34,0xc2,0x60,0xb4,0x19,0xbe,0x0c,0x7e,0x0c,0x5f,0x48,0x20,0xbf,0x9e,0x56,0x13,0xf8,0xf5,0xed,0x2b,0xbf,0xa1,0x7d,0x62,0x95,0x8c,0xe5,0xd7,0x1e,0xe4,0xab,0x66,0x4d,0xc6,0x43,0x77,0xca,0xd9,0xb2,0x93,0x42,0x63,0x99,0xd4,0xb1,0x4a,0x14,0x8b,0x65,0x1d,0xd8,0x52,0x81,0xe5,0x0d,0xe9,0x5a,0xb2,0x79,0xdb,0x3a,0x17,0x84,0x77,0x44,0x41,0x9f,0x51,0x1d,0xaa,0xe8,0x9b,0x4a,0x7e,0xd8,0x93,0x1c,0x65,0x21,0xad,0x95,0x0e,0x1b,0xbf,0x06,0x02,0x06,0xe8,0x3a,0x05,0x63,0xa3,0x53,0xad,0x28,0x5b,0xae,0x45,0x60,0x3d,0x46,0x89,0x80,0xdd,0xac,0x51,0xea,0xf7,0xea,0x10,0x78,0xdb,0xad,0x80,0xd1,0x5f,0x87,0xd1,0xd7,0xb4,0xa5,0xda,0x32,0xeb,0x64,0xcb,0xfb,0x37,0x8a,0x9d,0x6c,0x9e,0x6c,0x84,0xca,0xba,0x2c,0x39,0x5f,0x66,0xe3,0xa2,0xca,0xaf,0xc3,0x95,0x8d,0x00,0xc3,0x37,0x82,0x5a,0x63,0x0b,0x12,0x13,0x1a,0x4b,0xec,0x5a,0xf1,0xb0,0x82,0x34,0x30,0x44,0x71,0x5c,0x87,0x24,0xeb,0x67,0x89,0xc7,0x4b,0xda,0x3a,0x0c,0x51,0xf4,0x6a,0x4e,0xca,0x73,0xc3,0x5a,0x0b,0x12,0xe9,0xa3,0xe4,0x22,0x52,0xcd,0x4d,0xc2,0x82,0xcc,0x4a,0xb7,0xbf,0xe9,0x7e,0xab,0x58,0xe6,0xf9,0x4e,0x1d,0x57,0x2d,0x2b,0xd2,0x0c,0x05,0x6f,0x8b,0x1d,0x5b,0xed,0x9e,0x10,0xc5,0x4d,0x46,0xd8,0xb2,0x85,0x21,0xdb,0xce,0x87,0xd0,0x82,0xf5,0x21,0x24,0x03,0xdb,0x57,0x02,0x95,0xe3,0x3a,0xbc,0x3c,0x30,0x6c,0x47,0x30,0x6f,0x69,0xe7,0x7d,0x4a,0x8c,0x34,0x46,0x2d,0xe2,0x6f,0x2e,0xce,0xde,0x74,0x12,0xbc,0x4e,0x89,0x20,0x83,0x22,0xc4,0xc8,0x4d,0x53,0x0c,0x66,0xec,0x45,0xdc,0x7f,0x83,0xdf,0x90,0x8d,0x00,0x9f,0x96,0xca,0x3a,0x20,0x1b,0xb1,0x1a,0x6c,0xfb,0x01,0xb8,0x3b,0x80,0x5f,0x47,0x1a,0x81,0x0e,0x64,0x29,0x53,0x3a,0x83,0xe1,0x66,0xd3,0x38,0x33,0x55,0xbc,0xfc,0x26,0xf8,0xb6,0xc3,0x5e,0x88,0xaf,0xb8,0x21,0x26,0x8c,0xb3,0xe3,0xb6,0x67,0x6b,0xc7,0x76,0x41,0x27,0x52,0x36,0x31,0x8a,0x41,0xa3,0x02,0x58,0x28,0xaa,0x00,0x9c,0x2c,0x75,0xd8,0x7c,0x4b,0x04,0x18,0x0c,0x14,0xc8,0xe5,0x5b,0x94,0x83,0x98,0x44,0x1c,0x47,0xec,0xb4,0x00,0xc0,0x37,0x6d,0x5a,0x6b,0xc8,0x6b,0x00,0xdc,0x4c,0x24,0x8c,0x11,0x53,0x3a,0xac,0x66,0xd0,0xe8,0xc9,0xc9,0x41,0x01,0x41,0x46,0x92,0x4a,0x04,0x9c,0x34,0x78,0xe8,0xf1,0xa3,0x13,0x44,0x11,0x49,0xbf,0x1c,0x9e,0xbe,0xce,0xb1,0xc4,0xd4,0xa0,0x80,0x11,0x24,0x55,0xc0,0x41,0x52,0x84,0xc3,0x98,0x50,0x05,0x89,0xe3,0x45,0x58,0x11,0x0a,0xaa,0xc0,0xc5,0x94,0x86,0xc1,0xa3,0x40,0x15,0x6c,0x86,0xf5,0x0e,0xeb,0x38,0x69,0xf9,0x94,0x76,0xbe,0xb2,0xb3,0x2e,0xf0,0x6f,0x98,0x85,0xca,0x31,0x7e,0x69,0x4d,0x0c,0x29,0x6f,0x01,0x2f,0x62,0x77,0x0a,0xde,0xe2,0x2d,0x31,0x3f,0xcf,0x95,0x55,0x0e,0x65,0x3b,0x8c,0xdc,0x2a,0x0f,0x93,0x3e,0xc4,0xcb,0x9c,0x15,0x4e,0x86,0x3f,0xba,0x50,0xec,0xb9,0x83,0xcf,0x4d,0xab,0x37,0x30,0x09,0xe1,0xb5,0x67,0xe9,0xe6,0x72,0xbc,0xca,0xe7,0x38,0x0d,0xf6,0xdf,0x6c,0xa5,0xd7,0x49,0xa2,0xde,0x22,0x4d,0x47,0x89,0xe2,0xcc,0xb1,0xc0,0xe3,0x9c,0x5e,0xb7,0x90,0x24,0x9b,0x9b,0xce,0xf1,0x3a,0x34,0xfe,0xeb,0xe0,0x86,0xf8,0x8d,0x7e,0x31,0xa5,0x46,0xda,0x18,0xfb,0x4f,0x5d,0x3a,0x43,0xaa,0x0d,0x8e,0xd0,0xb2,0xba,0x9d,0xfd,0x22,0x2c,0x5b,0x58,0x13,0x56,0xa6,0x35,0x04,0xb6,0xd4,0x67,0xf2,0x2d,0xf1,0x99,0x7c,0x4b,0x7c,0x26,0xb7,0x9b,0xb7,0x4d,0x5b,0x7e,0x29,0xb7,0x9b,0x72,0xfb,0xd8,0xd8,0x96,0xf8,0x66,0x6e,0x17,0x65,0x97,0x7b,0x0c,0x5c,0x74,0xb5,0xde,0x9b,0xe5,0x4f,0x85,0xe6,0x30,0xf1,0xef,0x62,0xd6,0x9f,0xa7,0x49,0x1d,0x7e,0x03,0xf0,0x1d,0x5e,0xf7,0xb3,0xda,0xfa,0x44,0x3c,0x99,0x40,0x19,0x57,0x31,0xc1,0x31,0x5e,0x83,0xc4,0xb0,0x3f,0xbd,0x72,0x8d,0xa4,0x81,0xe6,0x4a,0x06,0x59,0x51,0x33,0x83,0x95,0xa0,0x9c,0xea,0x30,0x6e,0x54,0xcb,0x06,0xba,0xde,0x1e,0x40,0x28,0xfa,0xf1,0x7f,0xfe,0xf9,0xfd,0x0f,0x7f,0x7a,0xff,0x0f,0xff,0xf9,0xe3,0xbf,0xfc,0xfe,0xfd,0x3f,0xfd,0xb1,0x72,0xf5,0x2c,0xab,0x1c,0xe1,0x99,0xd8,0xe8,0x1d,0x74,0x7a,0xd6,0x5f,0x49,0x7b,0x18,0x79,0xf1,0x22,0xa2,0xdb,0x96,0x03,0x62,0x77,0xbb,0xf0,0x6b,0x67,0x1f,0x6f,0x5d,0xe6,0x98,0x4b,0xc3,0x2c,0x80,0x86,0x6e,0x13,0xc0,0xfd,0xcf,0xff,0xf5,0x1f,0xef,0x7f,0xf8,0xb7,0xf7,0x3f,0xfc,0xeb,0x9f,0xff,0xf8,0x87,0x5a,0x0f,0xe6,0x0c,0x17,0x89,0xee,0xbd,0x8c,0x41,0x10,0xf9,0xf1,0x12,0xeb,0x63,0xec,0x4d,0xc5,0x0b,0xda,0x30,0x3d,0xb3,0x65,0xed,0x80,0x44,0xaa,0x7e,0x6a,0xe5,0xfe,0x04,0x92,0x5c,0xd0,0x34,0x88,0xa6,0x8d,0x6d,0x51,0x5a,0x14,0x7d,0x7a,0x60,0xb4,0x00,0x2e,0x08,0x3d,0xfb,0xaa,0x11,0xa8,0xdd,0xc9,0x4b,0x10,0x3c,0x9a,0xe4,0xd5,0x75,0xac,0xa0,0x5d,0xa8,0xe5,0x64,0x85,0xa8,0xea,0x0c,0x76,0x7e,0xc9,0xdc,0x01,0x1d,0xb5,0xdc,0x51,0xa9,0xc4,0xd1,0x95,0x60,0x9f,0x7d,0x65,0x17,0x8a,0x2b,0x90,0xea,0x15,0x2c,0x61,0x03,0xb1,0xb0,0xaf,0xf0,0x10,0xa9,0x58,0x0b,0x67,0xbd,0x48,0xa0,0xc0,0x4e,0xa7,0x63,0xcb,0xe2,0x4c,0x17,0x4c,0xde,0x01,0x93,0xa2,0x09,0x59,0xbb,0x46,0x0e,0xc1,0xf3,0x05,0x48,0x86,0xf4,0xe0,0x55,0x15,0xb8,0x54,0x26,0xb0,0x32,0x6a,0x69,0xb4,0xc0,0x3b,0x1a,0x95,0xa9,0xc3,0xaf,0x20,0x53,0x68,0xd9,0x16,0x14,0xfe,0xdd,0x3c,0x37,0xb9,0x2f,0xc5,0x6e,0x71,0xef,0xae,0x26,0x78,0x73,0x73,0xd0,0x2d,0x2b,0x67,0xbf,0x5d,0xa1,0x8d,0xfc,0x06,0x8b,0xda,0x29,0x51,0xdf,0xe8,0x9b,0x24,0x8b,0x24,0x71,0x42,0x43,0x78,0xb1,0xbb,0xb6,0xd6,0x6d,0x28,0xcc,0x1f,0xb3,0x79,0x53,0x09,0x92,0xaa,0x7e,0xc6,0xcb,0x5c,0x68,0x65,0xbb,0xa1,0x8c,0x25,0x19,0xf1,0x76,0x7f,0xf6,0x8d,0x1a,0xe0,0x0d,0x7f,0xe2,0xb3,0x46,0xf7,0xb7,0x1d,0xec,0x9b,0x19,0xdd,0x09,0x6d,0xd5,0x5a,0x26,0x33,0x57,0x42,0xe2,0x32,0x78,0xfe,0x73,0x6c,0xc1,0x68,0x4a,0xe8,0x22,0x8d,0xb4,0x25,0xce,0x71,0xd5,0x3d,0x63,0x4d,0x8e,0xf3,0xec,0xfc,0xc7,0x3f,0xfd,0xfb,0xfb,0xff,0xfd,0x47,0x2d,0xa1,0x11,0xb5,0x9b,0x96,0x14,0x6a,0x16,0xae,0xd6,0xa4,0xe9,0x4a,0x53,0xa5,0x31,0x5d,0xed,0x23,0xf8,0x93,0xd7,0xb9,0x35,0x40,0x55,0xdb,0xa8,0x87,0x80,0x4a,0xf5,0x8a,0x3c,0x52,0x3f,0xe7,0x45,0xf1,0xaa,0x83,0xe0,0xd8,0xca,0x2d,0x73,0x9c,0x0b,0xbe,0xb3,0x2b,0x34,0xd3,0xff,0xa0,0x9a,0x29,0xae,0xa8,0x5a,0x35,0x2b,0xd7,0xfd,0x10,0xdd,0x54,0x18,0x6c,0xa5,0x82,0xf4,0xbc,0xdd,0x74,0x64,0x91,0x5e,0xcf,0x07,0xd5,0x06,0xc9,0x6f,0x10,0x61,0xa3,0xae,0xd2,0x28,0xcd,0x03,0x58,0xcb,0xf8,0x0d,0x41,0x2b,0x33,0x7e,0x53,0x46,0x73,0xeb,0x74,0x16,0xa6,0x79,0x17,0xab,0x95,0x55,0x7c,0x0a,0x85,0x4a,0x1d,0x33,0x7d,0x01,0xbc,0xe9,0xc9,0x58,0x6b,0x4d,0x4f,0x59,0x53,0xe8,0x8e,0xeb,0x38,0x5f,0x2f,0x62,0xce,0x04,0x52,0xb3,0xf4,0x2a,0xd3,0x55,0x17,0x47,0xd4,0x0d,0xa2,0xaf,0x4f,0xa1,0x28,0x49,0x0d,0xbd,0xc1,0x3b,0x0b,0x44,0xb6,0xe0,0xf9,0xbb,0xdf,0x81,0xa4,0x90,0xa6,0x62,0x7c,0x38,0x9b,0x34,0xec,0x2d,0x08,0x50,0x27,0xa0,0xd6,0xea,0x69,0x6c,0xe7,0xd6,0x4d,0x5b,0x95,0xd3,0x22,0xfd,0x3a,0xb1,0x76,0xfa,0x86,0x2a,0x79,0x34,0xd1,0xed,0x5d,0x98,0x84,0x98,0x90,0xc6,0x77,0xcf,0xb3,0xfb,0xef,0xe6,0xa3,0x39,0x9c,0xbc,0xe8,0x01,0x17,0x71,0x9a,0xde,0xb6,0x2c,0x30,0xea,0x2d,0x6a,0x2d,0x40,0x85,0x5b,0x16,0x1c,0x42,0x97,0x36,0xfe,0x17,0x4e,0x3e,0x8f,0xe0,0x03,0x99,0x27,0xf4,0xb6,0x73,0x19,0x5d,0x46,0xcf,0xc2,0x2c,0x6e,0x59,0x42,0x8c,0xa3,0x63,0x90,0xa3,0x63,0x8b,0x06,0x02,0x29,0xd2,0x94,0x50,0xd6,0x53,0x84,0xd1,0x4f,0x05,0xf3,0x02,0xd3,0x7a,0x63,0xc4,0x99,0x7c,0x23,0x84,0x69,0x6e,0xa3,0x52,0x8c,0x51,0xb4,0x8c,0xed,0x52,0x1a,0xc9,0x0d,0x41,0x2c,0xb9,0x98,0x65,0x1b,0x61,0xb8,0x22,0xf9,0x15,0x54,0x3b,0xf9,0x5a,0x56,0xd0,0x17,0xcb,0xdf,0x1e,0xac,0xcc,0x24,0xa1,0xca,0x71,0xe7,0xa8,0x1f,0xb6,0xc6,0x26,0x58,0x23,0xda,0xa3,0x58,0x4c,0x13,0xde,0x9a,0x95,0xa1,0x6f,0xb5,0xff,0x98,0x5a,0xd1,0xbd,0xa9,0xa0,0x1a,0xdd,0x81,0x3e,0xb0,0x7e,0x74,0xd2,0x1f,0x4f,0x49,0xfa,0xda,0x98,0xa6,0xaa,0x62,0xe0,0x63,0x22,0x40,0x69,0x89,0xf7,0x46,0xca,0xd6,0x93,0x70,0x5a,0x8a,0x84,0xbd,0x5a,0xc7,0x63,0xb7,0xde,0xea,0xf2,0x24,0xce,0xdc,0xac,0x69,0x79,0xee,0xd4,0xd3,0xb3,0x72,0xb6,0xdc,0x8a,0xbc,0x49,0xbb,0xba,0x55,0x48,0x23,0xfb,0x7a,0x1a,0x99,0xab,0xab,0xa2,0x31,0xd2,0x34,0xbb,0x1f,0x1f,0x61,0x29,0xfd,0x0d,0x96,0x22,0x6f,0x0d,0x57,0x74,0x0a,0x18,0x7f,0xd6,0x2c,0xaf,0xe1,0x8e,0x56,0x96,0xf2,0x94,0x0f,0xca,0x80,0x92,0x61,0x69,0x07,0xb2,0x91,0x9f,0x5f,0xc0,0x68,0x94,0x27,0xe9,0x2b,0x50,0x56,0xa7,0x37,0x2b,0x8b,0x2c,0x24,0x0c,0x6b,0x5a,0x84,0xb4,0xc5,0xaa,0x3f,0xc3,0x98,0x2b,0x3f,0xc1,0x55,0xe9,0x4f,0x7e,0x51,0x2b,0xeb,0xcb,0x60,0x61,0xaa,0x8d,0xb7,0x30,0x1f,0xa2,0x35,0x4c,0xa4,0xdf,0x9c,0xd9,0x95,0x4d,0x0e,0xb0,0xfb,0xba,0x06,0x4c,0xb1,0xc1,0x62,0x5e,0x8b,0xd9,0xea,0x6e,0x15,0x2f,0x9a,0x17,0xd5,0x5c,0x55,0xcc,0x00,0xcf,0x0e,0x9e,0xf3,0xf5,0x2d,0x18,0xb3,0xfd,0x61,0xf2,0xb5,0x9b,0x8d,0xa0,0xd9,0xdb,0x6e,0xda,0x5b,0x27,0x76,0x53,0x91,0x83,0x52,0xa7,0x69,0xaf,0x94,0xa4,0xf0,0x99,0x54,0xe5,0x79,0xba,0xc1,0x88,0xa6,0xc2,0x66,0xc6,0xc5,0x6d,0x7a,0x33,0xbb,0x2a,0xe6,0x7d,0xeb,0xa2,0xea,0x83,0x8c,0x6e,0x85,0xfd,0x88,0x3b,0x1d,0x65,0xdb,0xc1,0x8e,0x7f,0x8d,0xd5,0x88,0x8f,0x02,0xc6,0x62,0x53,0x5d,0x78,0xd1,0xfa,0xcf,0x9b,0x2c,0xdd,0x56,0x61,0xec,0x4b,0xd6,0x8f,0xaa,0x97,0x4f,0xbb,0x4e,0x53,0x16,0x91,0xdd,0xba,0x5b,0xd3,0x3d,0xa4,0xe3,0x91,0x34,0xcb,0x4b,0xf3,0x3a,0xd0,0x65,0xdd,0xcd,0xa4,0xcb,0x9a,0xab,0x49,0x97,0xb5,0x77,0x93,0x2e,0x57,0x5e,0x4e,0xba,0x2c,0x5c,0x29,0xd2,0x8d,0x02,0x42,0x6b,0x16,0x87,0x04,0xff,0xd7,0xd9,0x82,0x73,0xb1,0x45,0xc0,0x42,0xb3,0x3a,0x0f,0x44,0x1f,0x66,0x40,0xf2,0x60,0x2d,0xe5,0x45,0xec,0x2f,0x03,0x08,0x5d,0x30,0x5f,0x01,0x01,0xf4,0x2b,0x50,0x5b,0xbb,0x5b,0x27,0x6f,0x62,0x4b,0xbf,0xb4,0x48,0xfd,0x93,0x92,0x9c,0xf7,0xf5,0xad,0x53,0x5d,0x86,0x6a,0x87,0xd5,0x65,0x28,0xa9,0xaa,0xb4,0x29,0xf2,0xfe,0x34,0x1e,0xc6,0xcc,0x99,0xf1,0x9c,0x67,0x92,0xd5,0x00,0x32,0x21,0xb0,0xa3,0x91,0xa4,0x19,0x6b,0x86,0x3d,0x08,0x49,0x7c,0x72,0xe6,0x2d,0xe4,0xcd,0xd1,0xb0,0x37,0x5a,0x0d,0x5e,0xa7,0xc3,0x95,0x5f,0xbf,0xcc,0x2b,0x75,0xdb,0x86,0x9b,0x09,0x15,0xae,0xf6,0x1b,0xf3,0x02,0xa1,0xfe,0xc5,0x0a,0xc8,0xd6,0x7d,0x73,0xcb,0xaf,0x9b,0x6e,0x1b,0x25,0x13,0xdb,0x65,0xd6,0x5f,0xaf,0x47,0x95,0x37,0x50,0xcb,0xd8,0x56,0xfd,0x07,0x56,0x79,0x05,0x33,0x47,0xcc,0xf3,0x7c,0x26,0xb3,0xb8,0x3d,0x02,0xb9,0xaa,0x78,0xb5,0x6d,0xf1,0x92,0xa7,0x92,0x85,0xbe,0xb0,0xc8,0xe9,0xf8,0x9f,0xa9,0x40,0x2b,0x08,0x22,0x20,0x1e,0xf8,0x4f,0xec,0x75,0x29,0x1d,0x4b,0x97,0xa4,0xed,0x88,0x16,0x3c,0xfb,0x53,0x1b,0x0d,0xbc,0xad,0xf4,0xc2,0xa5,0x04,0x85,0x92,0x3d,0x5d,0x49,0xcd,0x71,0x34,0x1c,0xcd,0xf4,0x98,0xbf,0xbe,0x8a,0x68,0x23,0x23,0x9e,0x9e,0x90,0x79,0x73,0xdf,0x04,0xe4,0x09,0xac,0x30,0x3c,0xf6,0x1c,0xeb,0x5d,0x1f,0x80,0x57,0x45,0x1d,0xe4,0xf7,0xfb,0x55,0x8b,0x7d,0x7e,0xfa,0xc2,0x7a,0xf9,0xf6,0xed,0xd9,0xdb,0x27,0x7a,0xe7,0xce,0x48,0x0a,0x77,0x2a,0x12,0xd5,0x75,0x81,0x94,0xa7,0x70,0x3b,0xba,0xde,0xcc,0xd8,0x9c,0xe7,0x76,0x20,0x65,0xd9,0x20,0xcd,0x8b,0xa5,0x05,0x83,0x64,0xdd,0x95,0x5e,0x7f,0x67,0x77,0x6f,0xdf,0xae,0x16,0xed,0x57,0x08,0x75,0x6c,0x37,0xf1,0xd7,0x87,0x91,0x12,0x29,0x95,0xc5,0xcc,0xef,0xfb,0x49,0xb2,0xe2,0xce,0x61,0x9d,0xe9,0xca,0x6b,0x89,0xa6,0xcd,0x0b,0x65,0xef,0x56,0x28,0x1b,0xaf,0x42,0xae,0x5d,0xc5,0xae,0xbe,0x0a,0x2e,0x17,0x5d,0x64,0xfa,0x12,0x04,0xdf,0x55,0xab,0x60,0xd0,0xe5,0x23,0x73,0x0d,0xf3,0xfc,0xa3,0xbb,0x99,0xc5,0xe0,0x04,0x98,0x6a,0x3c,0x85,0xc4,0x25,0xe3,0xb5,0x51,0xca,0x4c,0xf6,0x17,0x76,0xed,0x97,0x06,0x25,0x4b,0x21,0x17,0x29,0x8b,0x7f,0xe4,0xf0,0x5b,0x85,0xec,0xea,0xa3,0xfc,0x63,0x0e,0x8e,0xf8,0x53,0x47,0xff,0x0f,0x75,0xa3,0x96,0xbd,0x04,0x49,0x00,0x00}; diff --git a/TC1/main.h b/TC1/main.h index f168903..62cf99b 100644 --- a/TC1/main.h +++ b/TC1/main.h @@ -4,7 +4,7 @@ #include "mico.h" #include "micokit_ext.h" -#define VERSION "v0.11.4" +#define VERSION "v1.0.0" #define TYPE 1 #define TYPE_NAME "zTC1" diff --git a/TC1/mqtt_server/user_mqtt_client.c b/TC1/mqtt_server/user_mqtt_client.c index 02627d5..2c4e14c 100644 --- a/TC1/mqtt_server/user_mqtt_client.c +++ b/TC1/mqtt_server/user_mqtt_client.c @@ -31,14 +31,8 @@ #include "user_mqtt_client.h" #include "c_json/c_json.h" -//#define MQTT_CLIENT_SSL_ENABLE // ssl - -#define MAX_MQTT_TOPIC_SIZE (256) -#define MAX_MQTT_DATA_SIZE (1024) -#define MAX_MQTT_SEND_QUEUE_SIZE (10) - -char MQTT_SERVER[64] = "192.168.33.219"; -int MQTT_SERVER_PORT = 1883; +//char MQTT_SERVER[64] = "192.168.33.219"; +//int MQTT_SERVER_PORT = 1883; #ifdef MQTT_CLIENT_SSL_ENABLE char* mqtt_server_ssl_cert_str = @@ -78,10 +72,6 @@ static OSStatus mqtt_msg_publish(Client *c, const char* topic, char qos, char re OSStatus user_recv_handler(void *arg); -OSStatus user_mqtt_send_socket_state(char socket_id); -void user_mqtt_hass_auto(char socket_id); -void user_mqtt_hass_auto_power(void); - bool isconnect = false; mico_queue_t mqtt_msg_send_queue = NULL; @@ -379,7 +369,7 @@ void mqtt_client_thread(mico_thread_arg_t arg) require_noerr_string(err, MQTT_reconnect, "ERROR: MQTT publish data err"); - mqtt_log("MQTT publish data success! send_topic=[%s], msg=[%ld].\r\n", p_send_msg->topic, p_send_msg->datalen); + mqtt_log("MQTT publish data success! send_topic=[%s], msg=[%ld].", p_send_msg->topic, p_send_msg->datalen); no_mqtt_msg_exchange = false; free(p_send_msg); p_send_msg = NULL; diff --git a/TC1/mqtt_server/user_mqtt_client.h b/TC1/mqtt_server/user_mqtt_client.h index 1dd37cb..7aa660b 100644 --- a/TC1/mqtt_server/user_mqtt_client.h +++ b/TC1/mqtt_server/user_mqtt_client.h @@ -10,8 +10,13 @@ #define MQTT_CMD_TIMEOUT 5000 // 5s #define MQTT_YIELD_TMIE 5000 // 5s -extern char MQTT_SERVER[64]; -extern int MQTT_SERVER_PORT; +//#define MQTT_CLIENT_SSL_ENABLE // ssl +#define MAX_MQTT_TOPIC_SIZE (256) +#define MAX_MQTT_DATA_SIZE (1024) +#define MAX_MQTT_SEND_QUEUE_SIZE (10) + +#define MQTT_SERVER user_config->mqtt_ip +#define MQTT_SERVER_PORT user_config->mqtt_port extern OSStatus user_mqtt_init(void); extern OSStatus user_mqtt_send(char *arg);
|---|