diff --git a/TC1/http_server/index.html b/TC1/http_server/index.html index 6988793..6645a1b 100644 --- a/TC1/http_server/index.html +++ b/TC1/http_server/index.html @@ -503,6 +503,10 @@ function AddTimedTask() { var idx = document.getElementById("task_skt_idx").value; var on = document.getElementById("task_on").value; + if (tim == null || tim == "" || tim.length != 10) { + alert("task time invalid!"); + return; + } var prs_time = Math.round(new Date(tim) / 1000); //prs_time = prs_time + parseInt(sec); var cmd = prs_time + " " + idx + " " + on; diff --git a/TC1/http_server/web_data.c b/TC1/http_server/web_data.c index 52622de..9396337 100644 --- a/TC1/http_server/web_data.c +++ b/TC1/http_server/web_data.c @@ -1 +1 @@ -const unsigned char index_html[0xff0] = {0x1f,0x8b,0x08,0x00,0x89,0xde,0x04,0x5e,0x02,0xff,0xc5,0x3c,0x4d,0x73,0xe3,0xc6,0xb1,0x77,0x57,0xf9,0x3f,0x8c,0xe1,0x4a,0x44,0x3d,0x91,0x04,0x49,0x7d,0xec,0x46,0x94,0x94,0xda,0xec,0xee,0xb3,0xf7,0xd9,0x5a,0xc9,0x2b,0xa5,0x36,0x29,0xcb,0xc5,0x02,0x81,0x21,0x09,0x0b,0x04,0x60,0x60,0x28,0x4a,0x96,0x55,0x95,0x5b,0x5e,0xf9,0xe0,0x97,0xdc,0x53,0x95,0xf7,0x6e,0xb9,0xbd,0x1c,0x52,0x95,0x43,0x72,0xca,0x7f,0x59,0xe7,0x6f,0xa4,0x7b,0xbe,0x30,0x03,0x82,0x20,0x25,0xef,0xc6,0xdc,0xf2,0x92,0x98,0xe9,0xaf,0xe9,0xe9,0xee,0xe9,0xee,0xc1,0xfa,0xe0,0x83,0x67,0x27,0x4f,0xcf,0x7f,0x7d,0xfa,0x9c,0x4c,0xd8,0x34,0x3a,0x7a,0xff,0xbd,0x03,0xfd,0x4d,0xbd,0x00,0xbe,0x09,0x7c,0x0e,0xa6,0x94,0x79,0x00,0xc0,0xd2,0x16,0xfd,0x6a,0x16,0x5e,0x1d,0x3a,0x7e,0x12,0x33,0x1a,0xb3,0x16,0xbb,0x49,0xa9,0x43,0xe4,0xd3,0xa1,0xc3,0xe8,0x35,0x73,0x91,0x00,0x8c,0x4d,0xbc,0x2c,0xa7,0x30,0x36,0x63,0xa3,0xd6,0x63,0xc7,0xa2,0xa4,0xe1,0xe7,0x61,0xc0,0x26,0x87,0x01,0xbd,0x0a,0x7d,0xda,0xe2,0x0f,0xcd,0x30,0x0e,0x59,0xe8,0x45,0xad,0xdc,0xf7,0x22,0x7a,0xd8,0x6d,0x77,0x9a,0x53,0xef,0x3a,0x9c,0xce,0xa6,0xc6,0xc8,0x2c,0xa7,0x19,0x7f,0xf4,0x86,0x30,0xd2,0x71,0x48,0xec,0x4d,0xe9,0xa1,0x73,0x15,0xd2,0x79,0x9a,0x64,0x4c,0x33,0x63,0x21,0x8b,0xe8,0xd1,0x6b,0x1a,0xf9,0xc9,0x94,0x9c,0x3f,0xed,0x1e,0xb8,0x62,0x44,0x4e,0xe7,0xec,0x26,0xa2,0x04,0x97,0x20,0x25,0xf7,0xf3,0x5c,0xe1,0x8e,0x42,0x1a,0x05,0x20,0xff,0xed,0xd4,0xcb,0xc6,0x61,0xdc,0x1a,0x26,0x8c,0x25,0xd3,0xfd,0x6e,0x27,0xbd,0xee,0x0f,0x93,0x2c,0xa0,0xd9,0xfe,0x87,0x9d,0x4e,0x87,0xe4,0x49,0x14,0x06,0xa4,0x0b,0xa3,0x53,0x80,0x0a,0xe3,0x28,0x8c,0x69,0x2b,0x0f,0xbf,0xa6,0xfb,0xde,0x8c,0x25,0xfd,0x3b,0x41,0x2d,0x8c,0xd3,0x19,0x6b,0xe6,0x34,0xa2,0x3e,0x6b,0x0e,0x67,0x40,0x2a,0xbe,0x4d,0xbd,0x20,0x08,0xe3,0xf1,0xfe,0x2e,0x52,0xf4,0xfc,0xcb,0x71,0x96,0xcc,0xe2,0x60,0x7f,0x3e,0x09,0x19,0xd5,0x2c,0x1e,0x3d,0x7a,0x64,0xb0,0x90,0xd4,0x24,0x01,0x03,0x29,0x4e,0x62,0x8d,0x03,0x80,0xa4,0xc0,0xb3,0x71,0xf6,0x83,0x30,0x47,0x9d,0x05,0x52,0x96,0xe2,0x99,0x4b,0xa8,0x1f,0x4d,0xda,0x1f,0x0e,0x47,0xf8,0x47,0x11,0x62,0x41,0x93,0x4d,0x2c,0xe1,0xe5,0x44,0x9b,0x79,0xf9,0x25,0x61,0x88,0x7f,0xcb,0xb7,0x12,0x94,0xd5,0xf9,0x49,0x5f,0xe8,0x8f,0x2b,0x8e,0x74,0xa4,0x8c,0x2d,0x3f,0x89,0x22,0x2f,0xcd,0xe9,0xbe,0xfa,0x51,0x22,0x12,0x34,0xe5,0x8f,0xc9,0x2d,0x6e,0x4c,0xcb,0x8b,0xc2,0x71,0xbc,0xef,0x83,0xcd,0xd0,0xcc,0x5c,0xa7,0x50,0x0d,0x6e,0x84,0x26,0x90,0x27,0xfe,0x25,0x65,0x52,0xe3,0xed,0x69,0x12,0x50,0xf1,0x5b,0x6d,0x64,0x16,0x8e,0x27,0x6c,0xbf,0xb5,0x63,0x08,0x9e,0xcf,0x86,0xd3,0x90,0x59,0x6b,0x92,0xc0,0x2c,0x49,0xad,0x25,0xe6,0x33,0xdf,0xa7,0x79,0x7e,0x0b,0x62,0x27,0xb0,0x3b,0xbb,0x8f,0x03,0x7f,0xd7,0xd7,0xb3,0x34,0xcb,0x92,0x4c,0xcd,0x8d,0x46,0xbd,0xa0,0xa7,0xd5,0xdf,0x0e,0xe3,0x51,0xa2,0xa6,0xe8,0xa3,0x4e,0x87,0x7a,0x7a,0x2a,0xa6,0x6c,0x9e,0x64,0x97,0x24,0x08,0xaf,0x2a,0xf5,0x0a,0xde,0x12,0xc3,0x5e,0x2d,0x9d,0xe7,0x2b,0x32,0xf5,0xc4,0x07,0xf4,0x74,0x3a,0x37,0xb6,0xa3,0x18,0x04,0x25,0xcb,0xf1,0xdd,0x62,0x18,0xad,0xf7,0x56,0xee,0x11,0xae,0xdd,0xd0,0x71,0x40,0xf1,0x4f,0xdf,0x84,0x1c,0x74,0x6f,0x27,0x94,0xab,0x73,0xdb,0x10,0x87,0xcf,0xf4,0xd4,0xcc,0x6e,0x79,0x66,0x7b,0xe9,0xcc,0x8e,0x9a,0xe9,0x2d,0x4c,0xed,0xea,0xa9,0x4e,0x79,0x6a,0x4f,0x4d,0x75,0xf7,0xca,0x53,0x8f,0xf4,0xd4,0x02,0xc1,0xc7,0x7a,0xaa,0x57,0x9e,0xfa,0x99,0x9e,0x32,0x7c,0x9d,0x3b,0x98,0x04,0xfb,0x30,0x4d,0xe6,0x34,0x1b,0xe0,0x76,0x18,0x66,0x62,0x40,0xb7,0x22,0x3a,0x62,0x65,0xfb,0x94,0x53,0x2a,0x8e,0x54,0x1a,0xaf,0xa4,0xcc,0x77,0x41,0xcb,0x87,0x74,0xd3,0x24,0x87,0xa8,0x08,0xfe,0x9b,0xd1,0xc8,0x63,0xe1,0x15,0xed,0x27,0x57,0x34,0x1b,0x45,0xc9,0x7c,0x3f,0xf7,0x33,0xf0,0x21,0xd3,0x60,0x5b,0x5d,0x4b,0x4b,0x82,0x66,0x9a,0xd1,0x5b,0x4d,0xc5,0x1b,0x02,0xef,0x19,0x0f,0x33,0x5c,0x9a,0x4e,0x1f,0x48,0x79,0x6c,0x1f,0xe5,0xee,0x4b,0xc6,0x8f,0x50,0x9d,0xc2,0x40,0x3a,0xcb,0xd7,0x35,0x82,0xcf,0xf6,0xe3,0x7e,0xb5,0xc9,0x98,0x6e,0x29,0xa4,0x18,0xde,0x54,0xf8,0x73,0x19,0x84,0x78,0x02,0x28,0xa0,0x7e,0x92,0x79,0x5c,0x60,0x53,0xfd,0xed,0x28,0x19,0x73,0xe5,0x2b,0xdb,0xeb,0xe0,0x6a,0xcb,0xfa,0x90,0xc0,0x07,0x2e,0x0f,0xf2,0x78,0x9e,0xb9,0xf2,0x40,0x3b,0x18,0x26,0xc1,0x0d,0x7e,0xab,0x10,0x4f,0xfc,0xc8,0xcb,0xf3,0x43,0x47,0x44,0x0e,0x7d,0x78,0x44,0x74,0x4c,0xe3,0xe0,0xe8,0x14,0xa5,0x22,0x4f,0xe1,0xc4,0x42,0xba,0x07,0xae,0x1c,0x56,0x27,0x0c,0x86,0x3b,0x12,0x06,0x0a,0x7b,0xc0,0x86,0x8a,0x80,0x98,0xcf,0x8c,0x27,0x31,0x12,0x94,0x46,0xf8,0x28,0x0f,0x51,0xf2,0x28,0xf2,0x27,0xd4,0xbf,0x1c,0x26,0xd7,0x8e,0x41,0xb7,0xab,0xce,0x38,0x5b,0x48,0x8b,0x06,0x9c,0x86,0x34,0x22,0xa3,0x24,0x2b,0x90,0x8e,0xce,0xf8,0x8f,0x16,0x9c,0x7c,0x7c,0xb6,0x2c,0x8c,0xbb,0x20,0xcd,0x03,0xe5,0xeb,0x3d,0x44,0xbe,0x9e,0x96,0xaf,0xf7,0xae,0xe5,0xdb,0x7e,0x88,0x7c,0xdb,0x5a,0xbe,0xed,0xb5,0xe4,0x83,0xc7,0xec,0x5d,0x6c,0xfe,0xce,0x43,0x84,0xdf,0xd1,0xc2,0xef,0xbc,0x6b,0xe5,0xee,0x3e,0x44,0xbe,0x5d,0x2d,0xdf,0xee,0xbb,0x96,0x6f,0xef,0x21,0xf2,0xed,0x69,0xf9,0xf6,0xee,0xbb,0xf9,0xf0,0x13,0xc3,0x82,0x7a,0x82,0x58,0xa5,0x43,0x0c,0xcf,0x34,0xac,0x08,0x21,0x12,0x33,0x1b,0x60,0x30,0x64,0x0e,0x49,0x62,0x3f,0x0a,0xfd,0xcb,0x43,0xe7,0x8c,0x32,0x21,0x49,0x63,0x13,0x64,0xe2,0x00,0x07,0xae,0x40,0x33,0x09,0xe5,0xa9,0x57,0x90,0x61,0x1e,0x9b,0xe5,0x83,0x3c,0x25,0x32,0x63,0x71,0x8e,0x4e,0x3e,0x81,0x58,0x08,0x20,0x5a,0x46,0x10,0x8b,0x87,0x45,0x15,0x06,0xe1,0xa1,0x22,0x28,0x62,0x1a,0xbf,0x24,0x26,0x9e,0x71,0x26,0xd5,0x11,0x51,0x62,0xa7,0xf3,0xd5,0xd1,0xf0,0x74,0x5f,0xca,0x8e,0x1b,0x96,0x3a,0x85,0x26,0xa4,0xe0,0x1d,0x29,0x37,0x79,0xbd,0xc4,0x22,0x5e,0x9b,0x04,0xe6,0x9a,0x00,0xcf,0xc6,0x0c,0xf4,0xcb,0xd7,0xff,0xf8,0xeb,0xe4,0x5e,0x9b,0xc6,0x05,0x52,0x67,0xbd,0xb5,0x10,0x63,0x4b,0xf1,0xb0,0x26,0x22,0x71,0x70,0x8e,0x94,0x56,0xeb,0x01,0x1f,0xaf,0x0b,0xf8,0x68,0x5d,0xc0,0xbd,0x75,0x01,0x77,0xd7,0x05,0xdc,0x59,0x17,0x70,0x7b,0x5d,0xc0,0xde,0xba,0x80,0x5d,0x1b,0xd0,0xfa,0x6d,0x6f,0x0b,0x82,0x5b,0xfb,0xf2,0x41,0xab,0x65,0x11,0xd5,0xb9,0x8f,0x43,0x78,0x1e,0x70,0xe8,0xa8,0xec,0x06,0x73,0x06,0x9e,0xce,0xf0,0x5c,0x49,0x71,0x24,0xad,0xd6,0x3d,0xfd,0x43,0x26,0xef,0x65,0x0f,0x79,0x29,0x73,0x7a,0xc8,0x1b,0x46,0xe1,0xb8,0xd2,0x47,0x56,0x39,0x86,0xe2,0xc0,0xb3,0x79,0x70,0xfc,0xb3,0x17,0xcf,0xf6,0xd7,0x8f,0x89,0xa2,0xbe,0x13,0x2e,0x11,0x8e,0x42,0x1e,0x4e,0x26,0x5e,0x3c,0xa6,0x18,0x4f,0x70,0xea,0x35,0x8c,0x62,0x40,0x59,0xc4,0xe5,0xf8,0x49,0x8a,0x89,0x17,0xb9,0xf2,0xa2,0x19,0xa0,0x74,0x9c,0xa3,0x63,0x2f,0x9e,0x79,0x90,0xff,0x88,0x89,0x2a,0x96,0xae,0xe0,0x59,0x35,0x25,0x83,0x1c,0x4a,0x93,0x51,0x28,0xdc,0x63,0x23,0xbc,0xbd,0xe2,0x03,0x28,0x8a,0xf8,0x55,0x11,0xdb,0x1e,0x78,0xd6,0xfe,0x30,0x0d,0x8a,0x53,0x85,0x9f,0x22,0x79,0x18,0x38,0x46,0x9f,0xc0,0x54,0xe6,0x53,0xfe,0xfd,0x02,0x61,0x1b,0xdd,0x4d,0xc7,0x7d,0xeb,0x52,0x9f,0x9e,0xbd,0x7e,0x98,0xd4,0x69,0x3e,0xd7,0x52,0xa7,0x40,0x11,0xec,0x31,0x58,0x26,0x79,0xef,0x5d,0x48,0x7e,0x7c,0xf2,0xec,0xf9,0x12,0xc9,0x15,0x24,0x96,0xe7,0xce,0xaa,0x23,0x3d,0xf3,0x82,0x30,0x11,0xe7,0x39,0xc2,0xeb,0x54,0x98,0x23,0x2f,0x2c,0xe8,0x18,0x46,0x1b,0x9d,0xcd,0x55,0x87,0xbc,0xa0,0x74,0xf4,0xe4,0xb4,0xfa,0x70,0x5f,0x25,0x44,0x6f,0x0d,0x21,0xba,0x6b,0x09,0x81,0x49,0xf0,0xf9,0x93,0xf3,0x17,0x27,0x2f,0x7f,0xec,0x34,0x83,0x8f,0xc9,0xc0,0xf5,0xef,0x4c,0x35,0x4a,0xa1,0xf3,0xf8,0xb3,0xf3,0xf3,0xb7,0x18,0x37,0x91,0xdc,0x83,0xfc,0x67,0xfa,0x15,0x63,0x03,0x2f,0x08,0xb2,0x77,0xe1,0xd4,0x27,0xaf,0x7e,0x80,0x50,0xbc,0xc7,0xe9,0xfe,0xb8,0x76,0x72,0x0c,0x82,0xfc,0x28,0xf9,0xa8,0x68,0x86,0x95,0xcf,0xdb,0xb3,0x9b,0x9c,0xd1,0x69,0x5d,0x4a,0x7a,0xcf,0x1d,0x7a,0x71,0xba,0x22,0x74,0x61,0x43,0x4f,0xc4,0x83,0x30,0xc5,0xf4,0xe1,0x07,0x47,0x4b,0x2f,0xbf,0x5c,0x9b,0xe5,0x14,0x80,0xdf,0x06,0xd3,0x8f,0x3c,0x46,0xe7,0xde,0xcd,0xda,0x7c,0xc7,0x02,0xfe,0x6d,0xb0,0xfe,0x25,0xe4,0x11,0x53,0xba,0x82,0xb3,0xb2,0x16,0xce,0x7c,0xc6,0x31,0xea,0x78,0x17,0x96,0xbe,0xca,0x8c,0x18,0x57,0xa0,0x6d,0x43,0xe7,0x40,0x3d,0x20,0xe7,0x30,0x53,0x36,0x20,0xf3,0x20,0x08,0x40,0x05,0x28,0x47,0x2b,0x4a,0x7c,0x2f,0xc2,0xbc,0x92,0xa6,0x90,0x20,0x75,0x85,0x8c,0x48,0x77,0xc0,0xc5,0x54,0xfe,0x79,0x30,0xcc,0x8e,0xf0,0x3f,0x75,0xe7,0x50,0xe4,0x65,0x1c,0x36,0xbf,0x64,0x83,0x30,0xb8,0xb6,0x7c,0x70,0x21,0xf7,0x2a,0xba,0x38,0x0b,0xd9,0x57,0x09,0xb8,0x6b,0xb6,0x54,0x56,0x01,0xf7,0xcc,0xfe,0xc6,0x2a,0xe0,0x6d,0xb3,0x9f,0xb0,0x0a,0x78,0xc7,0x2c,0xee,0x57,0x01,0xef,0x9a,0x95,0xb6,0x05,0x5c,0x4a,0x29,0x17,0x94,0x97,0xc4,0x4e,0xad,0x2a,0x4e,0xe2,0xd5,0xdc,0x41,0xbd,0x27,0xa3,0xd1,0x0a,0xc6,0xab,0xa3,0xe2,0x93,0x20,0xe0,0xf6,0x83,0xe6,0x83,0x71,0x11,0x9e,0x4b,0x41,0xf1,0xbe,0x01,0xb1,0x68,0x2d,0xa2,0x3d,0x05,0x03,0x61,0x5a,0x2b,0xdb,0x8b,0x93,0xa3,0x17,0x71,0x40,0xaf,0xc1,0x15,0x26,0x15,0x73,0x28,0xe3,0x92,0x29,0xb1,0x07,0x4b,0x26,0x51,0x93,0xd6,0xc4,0x7a,0x1e,0x9f,0x44,0xb8,0x22,0x6e,0x0f,0xa7,0x11,0xcd,0x29,0x39,0xbb,0x89,0xfd,0xb5,0x4f,0x2a,0xa9,0x75,0xad,0xe3,0x8f,0x28,0xb3,0x74,0x2c,0x88,0x69,0x25,0xaf,0xf2,0xf9,0xfc,0x26,0x1f,0x44,0xc9,0x78,0xc9,0xd1,0xf1,0x69,0xb2,0x90,0x6e,0x98,0xd5,0xa9,0xe8,0x39,0x5b,0xca,0x87,0xb2,0x52,0x94,0x07,0x8a,0xee,0x81,0x0b,0x43,0x55,0x55,0xeb,0x6a,0xf3,0x81,0xa5,0x81,0x1c,0x20,0x83,0xa8,0x83,0x46,0x50,0x25,0x4d,0x6a,0x96,0x96,0xda,0x05,0xee,0x10,0x22,0x32,0xff,0x45,0x86,0x37,0xe4,0xc0,0xe3,0x52,0xc1,0x3a,0x1c,0x32,0xc9,0xe8,0x08,0x6a,0x5e,0xc6,0xd2,0x7c,0xdf,0x75,0xc7,0x21,0x9b,0xcc,0x86,0x6d,0x3f,0x99,0xba,0x5f,0x27,0xe3,0x24,0x48,0xdc,0xaf,0xcf,0x9f,0x42,0xe0,0x62,0x5e,0x36,0xc6,0x9b,0xda,0xc1,0x30,0xf2,0x62,0x08,0x8b,0x02,0x8e,0x4f,0x1e,0xb8,0x1e,0x2e,0x4b,0x70,0xcd,0xfd,0x2c,0x4c,0x99,0x79,0x61,0xfa,0xa5,0x77,0xe5,0x89,0x51,0x87,0x83,0x8c,0x66,0xb1,0xcf,0x9d,0xeb,0xc9,0x97,0xde,0x75,0x63,0x96,0x45,0x4d,0x58,0xa2,0xb4,0xf0,0x26,0x47,0x6c,0x12,0x08,0xa0,0xde,0x26,0xb9,0x15,0xaa,0xb9,0xf2,0x32,0x72,0x3d,0x8d,0x06,0x28,0x22,0x39,0x24,0x31,0x9d,0x93,0x5f,0x1d,0x7f,0xfa,0x31,0x3c,0xbd,0xa2,0x5f,0xcd,0x68,0x0e,0x39,0x46,0x5f,0x40,0x2a,0xa8,0x76,0x92,0xd2,0xb8,0x21,0x48,0x71,0x06,0x2c,0x9b,0xd1,0x05,0x20,0xd0,0x94,0x24,0xf0,0x31,0xf5,0x02,0x9a,0x35,0x9c,0xa7,0xe6,0x8d,0x75,0x93,0x38,0x5e,0x9a,0x82,0xea,0xf9,0xf5,0x82,0x7b,0xdd,0x9a,0xcf,0xe7,0x2d,0x48,0xc9,0xa7,0x2d,0x20,0x49,0x63,0x1f,0xf2,0xf2,0xc0,0x59,0xe4,0x1c,0x67,0x40,0xec,0x06,0x7d,0x97,0x8a,0x7c,0x1f,0x44,0xd6,0x4b,0x6e,0xe8,0x45,0xf1,0x1b,0xdf,0x11,0x69,0x68,0x44,0x8e,0x86,0xb9,0x09,0x20,0x1c,0x92,0x1d,0x0b,0x70,0x01,0x58,0x84,0x06,0x04,0xec,0x75,0x3a,0x0b,0xa0,0xf8,0xd1,0x2a,0x35,0x39,0xe4,0x29,0x0c,0xd3,0x73,0xd8,0x15,0x78,0x48,0x23,0xcf,0xa7,0x0d,0x77,0xc3,0x1d,0x37,0xc9,0x86,0xb3,0xb1,0xa9,0x96,0xa2,0x3e,0x77,0xf6,0x23,0x8d,0xc0,0x35,0x2b,0x18,0x79,0x11,0xcd,0x58,0xc3,0xc1,0xcd,0x24,0xbc,0x9d,0xb6,0x4f,0x1c,0xb2,0x45,0x4a,0xa2,0xd6,0x10,0x97,0x3f,0xef,0x24,0x04,0xae,0x13,0xb7,0x9f,0x7c,0x00,0x5b,0x3d,0x8b,0x22,0xf2,0xd3,0x9f,0x72,0xa3,0xc0,0xc5,0x3a,0xa7,0x27,0x67,0xe7,0x8e,0xb5,0x5e,0x63,0x37,0xe3,0x80,0x23,0x2a,0x56,0x77,0x0b,0x22,0xdb,0xb0,0x1a,0xee,0xfd,0xf7,0xee,0x0c,0xab,0x44,0xbb,0x02,0x4f,0x2b,0x19,0xa6,0xe6,0x59,0x69,0xb4,0xce,0x47,0xcf,0xcf,0xc1,0x5e,0x50,0x5c,0xa4,0x5a,0x26,0x77,0x9a,0xe4,0x6c,0x01,0xc7,0x32,0xf1,0x6a,0xaa,0x7c,0xb5,0x12,0x52,0x90,0x7d,0xff,0x3d,0x74,0x06,0x1d,0x1c,0xc0,0x02,0x48,0x90,0xf8,0xb3,0x29,0x18,0x6d,0x1b,0xdc,0xf3,0x79,0x44,0xf1,0x67,0xfe,0x8b,0x9b,0xa7,0xe8,0xfa,0x2f,0xa1,0xfa,0x6c,0x18,0xa1,0x04,0x89,0x20,0x3e,0xe6,0x6a,0x03,0x0c,0xba,0xeb,0xe1,0xab,0x63,0x88,0xe3,0x4b,0x09,0xd4,0x45,0x56,0x35,0x81,0x5f,0xdc,0xbc,0x08,0x1a,0xc6,0x6d,0x97,0x62,0xac,0x1a,0xef,0xc8,0x57,0xcf,0xda,0x8c,0xcf,0xbd,0xb1,0x60,0xcb,0xf3,0x29,0x83,0x65,0x5a,0xc7,0x2a,0xd5,0x2c,0xe6,0x75,0x60,0x73,0x0d,0x56,0xf4,0x06,0x6b,0xc9,0x16,0x1d,0xc4,0x42,0x10,0xd1,0x9c,0x02,0x7d,0xc6,0x75,0xa8,0xb2,0x85,0xa5,0xf8,0x61,0x7b,0x68,0x90,0x47,0xac,0x56,0x3a,0xec,0xc1,0x59,0x08,0x18,0x49,0xeb,0x14,0x8c,0x3d,0x27,0xbd,0xa2,0x7c,0xbe,0x12,0x81,0xb7,0x7b,0x14,0x02,0x36,0x16,0x06,0x59,0xd0,0xad,0x43,0x10,0x1d,0x90,0x12,0x46,0x6f,0x15,0x46,0xcf,0xd0,0x96,0xae,0x90,0x57,0xc9,0x56,0x94,0xd2,0x9a,0x9d,0xaa,0x63,0xd7,0x42,0xe5,0x05,0x6f,0xc1,0x97,0xdb,0x78,0x58,0x6b,0x34,0x61,0x6a,0x7b,0x04,0x16,0x4c,0xb5,0x6c,0xb0,0x1e,0xb0,0x30,0x64,0xa9,0x53,0x87,0xa4,0xaa,0x21,0x85,0x27,0x0a,0x94,0x3a,0x0c,0x59,0xc2,0x18,0xce,0x26,0x72,0x87,0x5a,0x4b,0x90,0xe9,0x85,0xe2,0x22,0x53,0x91,0x75,0xdc,0x5b,0x65,0x2d,0x9b,0x9f,0x77,0xbe,0x28,0x76,0x0d,0x5f,0x89,0x39,0x24,0xad,0xae,0xa4,0xe7,0xa5,0x03,0x6c,0x65,0xc1,0x90,0xe3,0x14,0x43,0x68,0x4e,0xe6,0x10,0x46,0x0a,0x88,0x79,0x0b,0xa0,0x6a,0xdc,0x84,0x57,0x61,0xd6,0x71,0x45,0x7c,0x81,0x38,0x57,0x9c,0x92,0x19,0xb5,0x0e,0x7f,0x75,0xda,0x91,0xff,0x3a,0x3b,0x79,0xd9,0x4e,0xf1,0x9d,0x31,0x04,0xe9,0x97,0x21,0x06,0x5e,0x96,0x61,0x64,0xe1,0x0f,0xf2,0x25,0x1f,0xf8,0x86,0x33,0x1c,0xf8,0x34,0xf5,0x59,0x0d,0x67,0x38,0x69,0xf0,0x3d,0x04,0xe0,0x4e,0x1f,0xbe,0x0e,0x0c,0x02,0x6d,0x38,0xdb,0xc7,0x6c,0x02,0xc3,0x5b,0x5b,0xd6,0x49,0xa3,0x83,0xd7,0xe7,0xe1,0x17,0x6d,0xfe,0x40,0x03,0xcd,0x0d,0x31,0x61,0x9c,0x1f,0x52,0x5d,0xc7,0x38,0xec,0x4a,0x3a,0x51,0xb2,0xc9,0x51,0xf4,0xe0,0x0a,0x60,0xa9,0xa8,0x12,0x70,0x3a,0x37,0x61,0x8b,0x2d,0x91,0x60,0x30,0x50,0x22,0x57,0x6c,0x51,0x01,0x62,0x13,0x71,0x5d,0xb9,0xd3,0x12,0x00,0x9f,0x8c,0x69,0xa3,0x51,0x69,0x00,0x08,0xcb,0x54,0x30,0x96,0x83,0xb7,0x79,0xc1,0x64,0xd0,0x53,0x93,0xfd,0x12,0x82,0x72,0xeb,0x4a,0x04,0x9c,0xb4,0x78,0x48,0x67,0x6e,0x87,0x71,0x4c,0xb3,0x8f,0xcf,0x8f,0x3f,0x2d,0x10,0xc2,0xb4,0x5f,0x82,0x43,0x37,0xad,0x82,0xc4,0xf1,0x32,0xac,0xf4,0xce,0x2a,0x70,0x39,0x65,0x60,0x08,0xc7,0xac,0x82,0x85,0x2f,0x58,0x0e,0xce,0x1a,0x39,0x85,0x71,0x74,0xf1,0x63,0x04,0x2a,0x78,0x6e,0x6f,0x6a,0x4c,0xbc,0x67,0x23,0x87,0xb4,0xed,0x83,0x4f,0xf0,0x9b,0xd3,0x57,0xf8,0x62,0x4b,0x50,0xe4,0x8b,0x3a,0x8f,0x70,0x5c,0x4e,0x6e,0x99,0xbf,0x28,0x8f,0x10,0xa9,0xfe,0x12,0x97,0xc1,0x8f,0x29,0x14,0xff,0xdd,0xc6,0xdf,0x5b,0xa4,0xdb,0xb7,0x09,0xe1,0x9b,0x9a,0xca,0x69,0xd5,0x78,0x95,0x07,0x09,0x1a,0xfc,0xef,0x7c,0xa9,0x0f,0x29,0xa2,0xfe,0x2c,0xcb,0x06,0xa9,0xe6,0x2c,0xb0,0xc0,0x7f,0xdc,0x6e,0xa7,0x94,0x28,0xda,0x9b,0x2e,0xf0,0xda,0x2c,0xf9,0xcf,0xf0,0x9a,0x06,0x8d,0x5e,0x39,0xad,0x44,0xda,0x18,0x8e,0x8f,0x3d,0x36,0x41,0xaa,0x0d,0x81,0xd0,0x24,0x9d,0xf6,0x5e,0x19,0x96,0x2f,0x6c,0x0b,0x56,0x66,0xd4,0x70,0x1b,0xfa,0x32,0x70,0x43,0x5e,0x06,0x6e,0xc8,0xcb,0x40,0x67,0xeb,0x66,0xcb,0x51,0xf7,0x81,0xce,0x96,0xda,0x3e,0x3e,0xb6,0x21,0x6f,0x06,0x9d,0xb2,0xec,0x6a,0x8f,0x81,0x8b,0xa9,0xd6,0x3b,0xbb,0x04,0xa8,0xd0,0x1c,0x26,0xbf,0x1d,0xcc,0x7c,0x8b,0x0c,0xa4,0x2d,0x5e,0x5a,0x7a,0x8d,0x6f,0x5b,0x91,0x96,0x39,0x91,0x8c,0x46,0x50,0xca,0x54,0x4c,0x08,0x8c,0x4f,0x41,0x62,0xd8,0x9f,0xee,0x62,0x9d,0x60,0x80,0x16,0x4a,0x06,0x59,0x51,0x33,0xfd,0xa5,0xa0,0x82,0xea,0x79,0xd2,0xa8,0x96,0x0d,0x74,0xbd,0xd9,0x87,0xc0,0xf2,0xfd,0xdf,0x7e,0xff,0xe6,0xdb,0x3f,0xbd,0xf9,0xef,0x3f,0x7f,0xff,0x87,0xdf,0xbc,0xf9,0xdd,0x77,0x95,0xab,0xe7,0x09,0xdb,0x00,0x8f,0xa9,0x46,0xf7,0x51,0xbb,0x4b,0xfe,0x43,0xd9,0xc3,0xc0,0x4f,0x66,0x31,0xdb,0x24,0x2e,0x88,0xdd,0xe9,0xc0,0xd7,0xf6,0x1e,0xbe,0x28,0x56,0x60,0xce,0x2d,0xb3,0x00,0x1a,0xa6,0x4d,0x00,0xf7,0x7f,0xfe,0xe5,0xff,0xdf,0x7c,0xfb,0xbf,0x6f,0xbe,0xfd,0xe3,0x3f,0xbf,0xfb,0x6d,0xad,0x07,0x0b,0x86,0xb3,0xd4,0xf4,0x5e,0xce,0x20,0x8c,0x83,0x64,0x8e,0x35,0x22,0xb6,0x13,0x92,0x19,0x6b,0xd8,0x9e,0xd9,0x24,0xdb,0x20,0x91,0xae,0x21,0x9a,0x85,0x3f,0x81,0x24,0x67,0x2c,0x0b,0x63,0x28,0xd3,0x65,0xd6,0x5e,0xf6,0xe9,0xbe,0x55,0x06,0x9f,0x51,0x76,0xf2,0x49,0x23,0xd4,0xbb,0x53,0x64,0xf7,0x78,0xd0,0xa8,0xb7,0x6d,0xb1,0x8a,0xf4,0xa0,0x9e,0x51,0x55,0x92,0x4e,0xe1,0xf9,0x69,0xa4,0x8e,0x73,0x74,0xd4,0xc5,0xb6,0x51,0x25,0x8e,0xa9,0x04,0xe7,0xe4,0x13,0xa7,0x54,0xb7,0x80,0x54,0x2f,0x60,0x09,0x6b,0x88,0x85,0xb5,0xf5,0x7d,0xa4,0xe2,0x9d,0xe2,0xd5,0x22,0x81,0x02,0xdb,0xed,0xb6,0xa3,0xea,0x1e,0x53,0x30,0xf5,0xa6,0x8b,0x12,0x4d,0xca,0xda,0xb1,0x32,0x02,0x71,0xfa,0x0f,0x72,0x66,0x06,0xaf,0xaa,0xc0,0xa5,0xcf,0xf5,0xa5,0x51,0xcb,0xa0,0x05,0xde,0xd1,0xa8,0x4c,0x04,0x7e,0x0e,0xe7,0x7e,0xd3,0x21,0x50,0xfc,0x76,0x8a,0x4c,0xe3,0x6e,0x21,0x76,0xcb,0xb7,0x8b,0x6a,0x82,0xb7,0x30,0x07,0xd3,0xb2,0x0a,0xf6,0x9b,0x15,0xda,0x28,0xee,0xe9,0xf5,0x4e,0xc9,0xd2,0xc1,0xdc,0x24,0x55,0x7f,0xc8,0xf3,0x16,0xc2,0x8b,0xd3,0x71,0x8c,0x8a,0xbb,0x34,0x7f,0xc8,0xe7,0x6d,0x25,0x28,0xaa,0xe6,0x89,0xad,0x32,0x9b,0xa5,0x25,0xf7,0x22,0x96,0x62,0x24,0x7a,0xa9,0xf9,0xe7,0x7a,0x40,0x74,0x53,0x69,0xc0,0x5b,0x93,0x5f,0xb4,0xb1,0x77,0x64,0x55,0xe8,0xc6,0xaa,0x8d,0xbc,0x64,0xaa,0x85,0xc4,0x65,0x88,0x6c,0xe6,0x90,0xc0,0x68,0x46,0xd9,0x2c,0x8b,0x8d,0x25,0x4e,0x71,0xd5,0x5d,0x6b,0x4d,0xae,0xfb,0xe4,0xf4,0xfb,0x3f,0xfd,0xdf,0x9b,0xbf,0xff,0x8f,0x91,0x9e,0xc8,0xb2,0xc8,0x48,0xf1,0x0c,0x0b,0xd7,0x6b,0x32,0x74,0x65,0xa8,0xd2,0x9a,0xae,0xf6,0x11,0xfc,0x14,0x25,0x64,0x0d,0x50,0xd5,0x36,0x9a,0x21,0xa0,0x52,0xbd,0x32,0x2b,0x34,0xcf,0x79,0x59,0x17,0x9a,0x20,0x38,0xb6,0x74,0xcb,0x5c,0xf7,0x4c,0xec,0xec,0x12,0xcd,0xf4,0xde,0xaa,0x66,0xca,0x2b,0xaa,0x56,0xcd,0xd2,0x75,0xdf,0x47,0x37,0x15,0x06,0x5b,0xa9,0x20,0x33,0x0b,0xb7,0x1d,0x59,0x26,0xcb,0xd3,0x7e,0xb5,0x41,0x8a,0xf7,0x24,0xb0,0x59,0x65,0x18,0xa5,0xb0,0xc9,0x05,0xd3,0x33,0xd2,0x77,0x4b,0xce,0xca,0xf4,0xdd,0x16,0x71,0xb9,0xb3,0x95,0x6a,0x8d,0x65,0x84,0x4b,0x65,0x46,0x35,0x75,0xb9,0x44,0xd7,0xfd,0x6c,0x96,0x08,0x78,0xc8,0xaa,0xb2,0xcb,0xdc,0x5c,0x75,0x12,0x33,0x2f,0x8c,0x3f,0x3b,0x86,0xea,0x20,0xb3,0xfc,0x10,0x9e,0x21,0x9a,0x83,0x1f,0x9f,0x8c,0x1a,0xce,0x06,0x04,0x92,0x23,0x08,0xb7,0x52,0x80,0x6f,0xbe,0x21,0xe6,0x34,0xb6,0x1e,0xeb,0xa6,0x49,0xe5,0xb4,0x4c,0x93,0x8e,0xc8,0x76,0xcf,0x52,0xab,0xf0,0x7a,0xd3,0x2e,0xe5,0xd6,0xc9,0x09,0x65,0x24,0x77,0x22,0x0b,0xff,0x6a,0x3a,0x98,0xc2,0x09,0x89,0x96,0x7a,0x96,0x64,0xd9,0x4d,0x93,0x80,0xf1,0x6d,0x30,0x32,0x03,0xc5,0x6e,0x10,0x38,0x2c,0x2e,0x1c,0xfc,0x1b,0x4e,0x28,0x9f,0xb6,0x2f,0xe2,0x8b,0xf8,0x49,0x94,0x27,0x4d,0x22,0xb9,0x1f,0x1c,0x02,0xfb,0xb6,0x63,0x07,0x64,0xfb,0x0d,0x89,0x95,0x76,0x80,0xda,0x2a,0xf4,0x28,0xad,0x62,0x13,0x97,0x69,0x8d,0xe2,0x1e,0x6d,0x2e,0x24,0x70,0xa2,0xf7,0x2a,0x17,0x51,0xce,0x6f,0xad,0x00,0x68,0x36,0x5a,0x17,0xec,0xc6,0x96,0xc1,0xb4,0xa2,0x92,0x20,0xa6,0xe1,0xbc,0x25,0x69,0x74,0xbd,0xe2,0x65,0xde,0x34,0x2f,0x79,0xe9,0x96,0x43,0x9c,0xad,0x0a,0x77,0x2c,0x1d,0xaa,0xd8,0x38,0x73,0x7d,0xfe,0x36,0x48,0xdd,0xc9,0x5a,0xc8,0x68,0x57,0x42,0x98,0xbc,0x71,0xee,0x9b,0xcb,0xce,0x1b,0xf5,0xfa,0x59,0x45,0x31,0xc6,0x79,0xf3,0x56,0x5f,0x0d,0x67,0x54,0x70,0x26,0x4e,0x55,0xc8,0xb4,0x16,0x84,0x32,0x62,0x9e,0x95,0x02,0x9d,0xc1,0x68,0x5c,0xe4,0x41,0x4b,0x50,0x96,0x9f,0x20,0x4b,0xf3,0x58,0x24,0x0c,0x6b,0x9a,0x45,0xac,0xc9,0x13,0x6c,0x4b,0x1b,0x95,0x9d,0xfe,0x4a,0xbd,0x49,0x6d,0x2d,0x66,0x25,0x16,0x0b,0x5b,0x6d,0xa2,0xe7,0x73,0x1f,0xad,0x61,0xae,0xf2,0xf2,0xc4,0xa9,0xac,0x23,0xc1,0xaa,0xea,0x6a,0xdc,0x72,0x0d,0x6b,0x5f,0xeb,0x6e,0x74,0x36,0xca,0x6f,0x2c,0x96,0xd5,0x5c,0x95,0x2f,0x02,0xcf,0x36,0x86,0xd6,0xfa,0x2a,0xd7,0xae,0x30,0x6d,0xbe,0xce,0x56,0x23,0xdc,0xea,0x6e,0x6e,0x39,0x1b,0x47,0xce,0x96,0x26,0x07,0xd9,0xe4,0x96,0xb3,0x54,0x92,0xd2,0x6d,0x8c,0x3e,0x4a,0x4d,0x83,0x91,0x75,0xdb,0x7a,0xc6,0x25,0x6c,0x7a,0x3d,0xbb,0x2a,0x1f,0xad,0xab,0x1c,0xfa,0x5e,0x46,0xb7,0xc4,0x7e,0xe4,0x4d,0xe7,0xa2,0xed,0x60,0x9f,0xb3,0xc6,0x6a,0x64,0x2b,0xd4,0x5a,0x6c,0x66,0x0a,0x2f,0x1b,0x9e,0x45,0x1d,0xdb,0x69,0x96,0xc6,0x3e,0xe6,0x25,0x7f,0xbd,0x7c,0xc6,0x25,0xf3,0xa2,0x88,0xfc,0xcd,0x91,0x15,0x0d,0x1a,0x36,0x1c,0x28,0xb3,0xbc,0xb0,0xef,0xc8,0x2f,0xea,0xae,0xeb,0x2f,0x6a,0xee,0xeb,0x2f,0x6a,0x2f,0xec,0x2f,0x96,0xde,0xd8,0x5f,0x94,0x2e,0xda,0x4d,0xa3,0x80,0xb0,0x9a,0x27,0x11,0xc5,0x7f,0x50,0x55,0x72,0x2e,0xbe,0x08,0x58,0x68,0x5e,0xe7,0x81,0xe8,0xc3,0x1c,0x48,0x9d,0xd8,0x10,0x03,0x17,0x1b,0x11,0x4a,0x17,0xdc,0x57,0x40,0x00,0xf3,0xbd,0x80,0x8d,0x9d,0x8d,0xa3,0x97,0x09,0x31,0x5f,0xbc,0x61,0xc1,0xd1,0x82,0x9c,0x77,0xf5,0xdd,0x29,0x53,0x86,0x6a,0x87,0x35,0x65,0x58,0x50,0xd5,0xc2,0xa6,0xa8,0x17,0xf1,0xf0,0xaa,0x93,0x3b,0x33,0x7c,0x3b,0x5c,0xb2,0x1a,0x40,0x2e,0x04,0x16,0x8d,0x69,0x96,0xf3,0x7e,0xc3,0xbd,0x90,0xe4,0x85,0x99,0xe8,0xd2,0xad,0x8f,0x86,0xed,0xa7,0x6a,0xf0,0x3a,0x1d,0x2e,0xbd,0x69,0xb0,0xdf,0x33,0xd9,0xb4,0xdc,0x4c,0xaa,0x70,0xb9,0xdf,0xd8,0x2f,0xc0,0x98,0x2d,0x7e,0x20,0x5b,0x77,0xbf,0x51,0xbc,0x32,0xb5,0x69,0x65,0xa9,0x7c,0x97,0x79,0x0b,0xb3,0x1e,0x55,0xbd,0x41,0xb5,0x88,0x4d,0x92,0x78,0x25,0x76,0x12,0x1b,0x88,0x05,0xaa,0xde,0x45,0xd9,0x6f,0xe4,0xff,0x14,0xba,0x81,0xaf,0x27,0x3c,0xf3,0x18,0x6d,0xc0,0x94,0x6a,0x60,0x29,0x8f,0x70,0x5d,0x03,0xc7,0x30,0x02,0xee,0x39,0x2f,0x62,0xd6,0xc8,0xa9,0x6f,0x36,0x31,0xfc,0x69,0x60,0x03,0x3a,0xfc,0x6e,0x5d,0x9a,0x00,0xff,0x9d,0x98,0x25,0x2e,0xc0,0xeb,0xcc,0x18,0x12,0xcd,0x3d,0xbb,0xe2,0x10,0x17,0xf5,0x4f,0x8f,0x9f,0x91,0xe7,0xaf,0x5e,0x9d,0xbc,0xfa,0xc0,0x6c,0x53,0x58,0x8d,0x94,0x6d,0x35,0x61,0xe4,0x39,0xab,0x42,0x9a,0x68,0x5b,0x6c,0x9b,0xbe,0x6f,0x47,0xc9,0xa2,0x9f,0x01,0x52,0x6a,0xd3,0x38,0x70,0xc5,0xab,0x21,0xfc,0xfd,0x15,0xf5,0x8f,0x2e,0x5d,0xf9,0xbf,0x17,0xf8,0x17,0xf3,0xb1,0x6e,0x9b,0x78,0x40,0x00,0x00}; +const unsigned char index_html[0x1012] = {0x1f,0x8b,0x08,0x00,0x7c,0x5f,0x08,0x5e,0x02,0xff,0xc5,0x1c,0x5d,0x73,0xdb,0xc6,0xf1,0x3d,0x33,0xf9,0x0f,0x67,0x64,0x1a,0x91,0x15,0x49,0x90,0xd4,0x87,0x5d,0x51,0x52,0xc7,0x91,0xdd,0x58,0x8d,0x65,0x29,0x96,0x3a,0x6e,0x27,0xca,0x70,0x40,0xe0,0x48,0x22,0x02,0x01,0x18,0x38,0x8a,0x52,0x14,0xcd,0xf4,0xad,0x9d,0x3c,0xa4,0xed,0x7b,0x67,0xda,0xbe,0xe5,0xad,0x7d,0xe8,0x4c,0x1f,0xda,0xa7,0xfe,0x17,0x27,0x7f,0xa3,0xbb,0xf7,0x01,0xdc,0x81,0x20,0x48,0x29,0x76,0x23,0x8f,0x4d,0xe2,0x6e,0xbf,0x6e,0x6f,0x77,0x6f,0x77,0x0f,0xf2,0xee,0x83,0x27,0xc7,0x07,0x67,0xbf,0x39,0x79,0x4a,0xc6,0x6c,0x12,0xec,0xbf,0xff,0xde,0x6e,0xf6,0x49,0x1d,0x0f,0x3e,0x09,0xfc,0xec,0x4e,0x28,0x73,0x00,0x80,0xc5,0x4d,0xfa,0x7a,0xea,0x5f,0xee,0x59,0x6e,0x14,0x32,0x1a,0xb2,0x26,0xbb,0x8e,0xa9,0x45,0xe4,0xd3,0x9e,0xc5,0xe8,0x15,0xb3,0x91,0x00,0x8c,0x8d,0x9d,0x24,0xa5,0x30,0x36,0x65,0xc3,0xe6,0x23,0xcb,0xa0,0x94,0xc1,0xcf,0x7c,0x8f,0x8d,0xf7,0x3c,0x7a,0xe9,0xbb,0xb4,0xc9,0x1f,0x1a,0x7e,0xe8,0x33,0xdf,0x09,0x9a,0xa9,0xeb,0x04,0x74,0xaf,0xd3,0x6a,0x37,0x26,0xce,0x95,0x3f,0x99,0x4e,0xb4,0x91,0x69,0x4a,0x13,0xfe,0xe8,0x0c,0x60,0xa4,0x6d,0x91,0xd0,0x99,0xd0,0x3d,0xeb,0xd2,0xa7,0xb3,0x38,0x4a,0x58,0xc6,0x8c,0xf9,0x2c,0xa0,0xfb,0xaf,0x68,0xe0,0x46,0x13,0x72,0x76,0xd0,0xd9,0xb5,0xc5,0x88,0x9c,0x4e,0xd9,0x75,0x40,0x09,0x2e,0x41,0x4a,0xee,0xa6,0xa9,0xc2,0x1d,0xfa,0x34,0xf0,0x40,0xfe,0x9b,0x89,0x93,0x8c,0xfc,0xb0,0x39,0x88,0x18,0x8b,0x26,0x3b,0x9d,0x76,0x7c,0xd5,0x1b,0x44,0x89,0x47,0x93,0x9d,0x0f,0xda,0xed,0x36,0x49,0xa3,0xc0,0xf7,0x48,0x07,0x46,0x27,0x00,0xe5,0x87,0x81,0x1f,0xd2,0x66,0xea,0x7f,0x49,0x77,0x9c,0x29,0x8b,0x7a,0xb7,0x82,0x9a,0x1f,0xc6,0x53,0xd6,0x48,0x69,0x40,0x5d,0xd6,0x18,0x4c,0x81,0x54,0x78,0x13,0x3b,0x9e,0xe7,0x87,0xa3,0x9d,0x2d,0xa4,0xe8,0xb8,0x17,0xa3,0x24,0x9a,0x86,0xde,0xce,0x6c,0xec,0x33,0x9a,0xb1,0x78,0xf8,0xf0,0xa1,0xc6,0x42,0x52,0x93,0x04,0x34,0xa4,0x30,0x0a,0x33,0x1c,0x00,0x24,0x39,0x9e,0x89,0xb3,0xe3,0xf9,0x29,0xea,0xcc,0x93,0xb2,0xe4,0xcf,0x5c,0xc2,0xec,0x51,0xa7,0xfd,0xc1,0x60,0x88,0x7f,0x14,0x21,0xe6,0x35,0xd8,0xd8,0x10,0x5e,0x4e,0xb4,0x98,0x93,0x5e,0x10,0x86,0xf8,0x37,0x7c,0x2b,0x41,0x59,0xed,0x9f,0xf4,0x84,0xfe,0xb8,0xe2,0x48,0x5b,0xca,0xd8,0x74,0xa3,0x20,0x70,0xe2,0x94,0xee,0xa8,0x2f,0x05,0x22,0x5e,0x43,0x7e,0x19,0xdf,0xe0,0xc6,0x34,0x9d,0xc0,0x1f,0x85,0x3b,0x2e,0xd8,0x0c,0x4d,0xf4,0x75,0x0a,0xd5,0xe0,0x46,0x64,0x04,0xd2,0xc8,0xbd,0xa0,0x4c,0x6a,0xbc,0x35,0x89,0x3c,0x2a,0xbe,0xab,0x8d,0x4c,0xfc,0xd1,0x98,0xed,0x34,0x37,0x35,0xc1,0xd3,0xe9,0x60,0xe2,0x33,0x63,0x4d,0x12,0x98,0x45,0xb1,0xb1,0xc4,0x74,0xea,0xba,0x34,0x4d,0x6f,0x40,0xec,0x08,0x76,0x67,0xeb,0x91,0xe7,0x6e,0xb9,0xd9,0x2c,0x4d,0x92,0x28,0x51,0x73,0xc3,0x61,0xd7,0xeb,0x66,0xea,0x6f,0xf9,0xe1,0x30,0x52,0x53,0xf4,0x61,0xbb,0x4d,0x9d,0x6c,0x2a,0xa4,0x6c,0x16,0x25,0x17,0xc4,0xf3,0x2f,0x4b,0xf5,0x0a,0xde,0x12,0xc2,0x5e,0x2d,0x9c,0xe7,0x2b,0xd2,0xf5,0xc4,0x07,0xb2,0xe9,0x78,0xa6,0x6d,0x47,0x3e,0x08,0x4a,0x96,0xe3,0x5b,0xf9,0x30,0x5a,0xef,0x8d,0xdc,0x23,0x5c,0xbb,0xa6,0x63,0x8f,0xe2,0x9f,0x9e,0x0e,0xd9,0xef,0xdc,0x8c,0x29,0x57,0xe7,0x86,0x26,0x0e,0x9f,0xe9,0xaa,0x99,0xad,0xe2,0xcc,0xc6,0xc2,0x99,0x4d,0x35,0xd3,0x9d,0x9b,0xda,0xca,0xa6,0xda,0xc5,0xa9,0x6d,0x35,0xd5,0xd9,0x2e,0x4e,0x3d,0xcc,0xa6,0xe6,0x08,0x3e,0xca,0xa6,0xba,0xc5,0xa9,0x9f,0x65,0x53,0x9a,0xaf,0x73,0x07,0x93,0x60,0x1f,0xc4,0xd1,0x8c,0x26,0x7d,0xdc,0x0e,0xcd,0x4c,0x34,0xe8,0x66,0x40,0x87,0xac,0x68,0x9f,0x72,0x4a,0xc5,0x91,0x52,0xe3,0x95,0x94,0xf9,0x2e,0x64,0xf2,0x21,0xdd,0x38,0x4a,0x21,0x2a,0x82,0xff,0x26,0x34,0x70,0x98,0x7f,0x49,0x7b,0xd1,0x25,0x4d,0x86,0x41,0x34,0xdb,0x49,0xdd,0x04,0x7c,0x48,0x37,0xd8,0x66,0xc7,0xd0,0x92,0xa0,0x19,0x27,0xf4,0x26,0xa3,0xe2,0x0c,0x80,0xf7,0x94,0x87,0x19,0x2e,0x4d,0xbb,0x07,0xa4,0x1c,0xb6,0x83,0x72,0xf7,0x24,0xe3,0x87,0xa8,0x4e,0x61,0x20,0xed,0xc5,0xeb,0x1a,0xc2,0xcf,0xc6,0xa3,0x5e,0xb9,0xc9,0xe8,0x6e,0x29,0xa4,0x18,0x5c,0x97,0xf8,0x73,0x11,0x84,0x38,0x02,0xc8,0xa3,0x6e,0x94,0x38,0x5c,0x60,0x5d,0xfd,0xad,0x20,0x1a,0x71,0xe5,0x2b,0xdb,0x6b,0xe3,0x6a,0x8b,0xfa,0x90,0xc0,0xbb,0x36,0x0f,0xf2,0x78,0x9e,0xd9,0xf2,0x40,0xdb,0x1d,0x44,0xde,0x35,0x7e,0xaa,0x10,0x4f,0xdc,0xc0,0x49,0xd3,0x3d,0x4b,0x44,0x8e,0xec,0xf0,0x08,0xe8,0x88,0x86,0xde,0xfe,0x09,0x4a,0x45,0x0e,0xe0,0xc4,0x42,0xba,0xbb,0xb6,0x1c,0x56,0x27,0x0c,0x86,0x3b,0xe2,0x7b,0x0a,0xbb,0xcf,0x06,0x8a,0x80,0x98,0x4f,0xb4,0x27,0x31,0xe2,0x15,0x46,0xf8,0x28,0x0f,0x51,0xf2,0x28,0x72,0xc7,0xd4,0xbd,0x18,0x44,0x57,0x96,0x46,0xb7,0xa3,0xce,0x38,0x53,0x48,0x83,0x06,0x9c,0x86,0x34,0x20,0xc3,0x28,0xc9,0x91,0xf6,0x4f,0xf9,0x97,0x26,0x9c,0x7c,0x7c,0xb6,0x28,0x8c,0x3d,0x27,0xcd,0x3d,0xe5,0xeb,0xde,0x47,0xbe,0x6e,0x26,0x5f,0xf7,0x5d,0xcb,0xb7,0x71,0x1f,0xf9,0x36,0x32,0xf9,0x36,0x56,0x92,0x0f,0x1e,0x93,0x77,0xb1,0xf9,0x9b,0xf7,0x11,0x7e,0x33,0x13,0x7e,0xf3,0x5d,0x2b,0x77,0xeb,0x3e,0xf2,0x6d,0x65,0xf2,0x6d,0xbd,0x6b,0xf9,0xb6,0xef,0x23,0xdf,0x76,0x26,0xdf,0xf6,0x5d,0x37,0x1f,0xbe,0x62,0x58,0x50,0x4f,0x10,0xab,0xb2,0x10,0xc3,0x33,0x0d,0x23,0x42,0x88,0xc4,0xcc,0x04,0xe8,0x0f,0x98,0x45,0xa2,0xd0,0x0d,0x7c,0xf7,0x62,0xcf,0x3a,0xa5,0x4c,0x48,0x52,0xab,0x83,0x4c,0x1c,0x60,0xd7,0x16,0x68,0x3a,0xa1,0x34,0x76,0x72,0x32,0xcc,0x61,0xd3,0xb4,0x9f,0xc6,0x44,0x66,0x2c,0xd6,0xfe,0xf1,0x27,0x10,0x0b,0x01,0x24,0x93,0x11,0xc4,0xe2,0x61,0x51,0x85,0x41,0x78,0x28,0x09,0x8a,0x98,0xc6,0x2f,0x88,0x89,0xa7,0x9c,0x49,0x79,0x44,0x94,0xd8,0xf1,0x6c,0x79,0x34,0x3c,0xd9,0x91,0xb2,0xe3,0x86,0xc5,0x56,0xae,0x09,0x29,0x78,0x5b,0xca,0x4d,0x5e,0x2d,0xb0,0x88,0x57,0x3a,0x81,0x59,0x46,0x80,0x67,0x63,0x1a,0xfa,0xc5,0xab,0xff,0xfe,0x6b,0x7c,0xa7,0x4d,0xe3,0x02,0xa9,0xb3,0xde,0x58,0x88,0xb6,0xa5,0x78,0x58,0x13,0x91,0x38,0x58,0xfb,0x4a,0xab,0xd5,0x80,0x8f,0x56,0x05,0x7c,0xb8,0x2a,0xe0,0xf6,0xaa,0x80,0x5b,0xab,0x02,0x6e,0xae,0x0a,0xb8,0xb1,0x2a,0x60,0x77,0x55,0xc0,0x8e,0x09,0x68,0x7c,0x37,0xb7,0x05,0xc1,0x8d,0x7d,0x79,0xd0,0x6c,0x1a,0x44,0xb3,0xdc,0xc7,0x22,0x3c,0x0f,0xd8,0xb3,0x54,0x76,0x83,0x39,0x03,0x4f,0x67,0x78,0xae,0xa4,0x38,0x92,0x66,0xf3,0x8e,0xfe,0x21,0x93,0xf7,0xa2,0x87,0xbc,0x90,0x39,0x3d,0xe4,0x0d,0x43,0x7f,0x54,0xea,0x23,0xcb,0x1c,0x43,0x71,0xe0,0xd9,0x3c,0x38,0xfe,0xe9,0xe1,0x93,0x9d,0xd5,0x63,0xa2,0xa8,0xef,0x84,0x4b,0xf8,0x43,0x9f,0x87,0x93,0xb1,0x13,0x8e,0x28,0xc6,0x13,0x9c,0x7a,0x05,0xa3,0x18,0x50,0xe6,0x71,0x39,0x7e,0x14,0x63,0xe2,0x45,0x2e,0x9d,0x60,0x0a,0x28,0x6d,0x6b,0xff,0xc8,0x09,0xa7,0x0e,0xe4,0x3f,0x62,0xa2,0x8c,0xa5,0x2d,0x78,0x96,0x4d,0xc9,0x20,0x87,0xd2,0x24,0x14,0x0a,0xf7,0x50,0x0b,0x6f,0x2f,0xf9,0x00,0x8a,0x22,0xbe,0x95,0xc4,0xb6,0x7b,0x9e,0xb5,0x3f,0x4c,0x83,0xe2,0x54,0xe1,0xa7,0x48,0xea,0x7b,0x96,0xd6,0x27,0xd0,0x95,0x79,0xc0,0x3f,0x0f,0x11,0xb6,0xd6,0xa9,0x5b,0xf6,0x5b,0x97,0xfa,0xe4,0xf4,0xd5,0xfd,0xa4,0x8e,0xd3,0x59,0x26,0x75,0x0c,0x14,0xc1,0x1e,0xbd,0x45,0x92,0x77,0xdf,0x85,0xe4,0x47,0xc7,0x4f,0x9e,0x2e,0x90,0x5c,0x41,0x62,0x79,0x6e,0x2d,0x3b,0xd2,0x13,0xc7,0xf3,0x23,0x71,0x9e,0x23,0x7c,0x96,0x0a,0x73,0xe4,0xb9,0x05,0x1d,0xc1,0x68,0xad,0x5d,0x5f,0x76,0xc8,0x0b,0x4a,0xfb,0x8f,0x4f,0xca,0x0f,0xf7,0x65,0x42,0x74,0x57,0x10,0xa2,0xb3,0x92,0x10,0x98,0x04,0x9f,0x3d,0x3e,0x3b,0x3c,0x7e,0xf1,0x63,0xa7,0x19,0x7c,0x4c,0x06,0xae,0xff,0x67,0xaa,0x51,0x08,0x9d,0x47,0x9f,0x9e,0x9d,0xbd,0xc5,0xb8,0x89,0xe4,0xee,0xe5,0x3f,0x93,0xd7,0x8c,0xf5,0x1d,0xcf,0x4b,0xde,0x85,0x53,0x1f,0xbf,0xfc,0x01,0x42,0xf1,0x1e,0xa7,0xfd,0xe3,0xda,0xc9,0x11,0x08,0xf2,0xa3,0xe4,0xa3,0xa2,0x19,0x56,0x3c,0x6f,0x4f,0xaf,0x53,0x46,0x27,0x55,0x29,0xe9,0x1d,0x77,0xe8,0xf0,0x64,0x49,0xe8,0xc2,0x86,0x9e,0x88,0x07,0x7e,0x8c,0xe9,0xc3,0x0f,0x8e,0x96,0x4e,0x7a,0xb1,0x32,0xcb,0x09,0x00,0xbf,0x0d,0xa6,0x1f,0x3b,0x8c,0xce,0x9c,0xeb,0x95,0xf9,0x8e,0x04,0xfc,0xdb,0x60,0xfd,0x2b,0xc8,0x23,0x26,0x74,0x09,0x67,0x65,0x2d,0x9c,0xf9,0x94,0x63,0x54,0xf1,0xce,0x2d,0x7d,0x99,0x19,0x31,0xae,0x40,0xd3,0x86,0xce,0x80,0xba,0x47,0xce,0x60,0xa6,0x68,0x40,0xfa,0x41,0xe0,0x81,0x0a,0x50,0x8e,0x66,0x10,0xb9,0x4e,0x80,0x79,0x25,0x8d,0x21,0x41,0xea,0x08,0x19,0x91,0x6e,0x9f,0x8b,0xa9,0xfc,0x73,0x77,0x90,0xec,0xe3,0x5f,0x75,0xe7,0x90,0xe7,0x65,0x1c,0x36,0xbd,0x60,0x7d,0xdf,0xbb,0x32,0x7c,0x70,0x2e,0xf7,0xca,0xbb,0x38,0x73,0xd9,0x57,0x01,0xb8,0xa3,0xb7,0x54,0x96,0x01,0x77,0xf5,0xfe,0xc6,0x32,0xe0,0x0d,0xbd,0x9f,0xb0,0x0c,0x78,0x53,0x2f,0xee,0x97,0x01,0x6f,0xe9,0x95,0xb6,0x01,0x5c,0x48,0x29,0xe7,0x94,0x17,0x85,0x56,0xa5,0x2a,0x8e,0xc3,0xe5,0xdc,0x41,0xbd,0xc7,0xc3,0xe1,0x12,0xc6,0xcb,0xa3,0xe2,0x63,0xcf,0xe3,0xf6,0x83,0xe6,0x83,0x71,0x11,0x9e,0x0b,0x41,0xf1,0xae,0x01,0x31,0x6f,0x2d,0xa2,0x3d,0x79,0x7d,0x61,0x5a,0x4b,0xdb,0x8b,0xe3,0xfd,0xc3,0xd0,0xa3,0x57,0xe0,0x0a,0xe3,0x92,0x39,0x94,0x71,0xc1,0x94,0xd8,0x83,0x05,0x93,0xa8,0x49,0x63,0x62,0x35,0x8f,0x8f,0x02,0x5c,0x11,0xb7,0x87,0x93,0x80,0xa6,0x94,0x9c,0x5e,0x87,0xee,0xca,0x27,0x95,0xd4,0x7a,0xa6,0xe3,0x8f,0x29,0x33,0x74,0x2c,0x88,0x65,0x4a,0x5e,0xe6,0xf3,0xe9,0x75,0xda,0x0f,0xa2,0xd1,0x82,0xa3,0xe3,0x79,0x34,0x97,0x6e,0xe8,0xd5,0xa9,0xe8,0x39,0x1b,0xca,0x87,0xb2,0x52,0x94,0x07,0x8a,0xee,0xae,0x0d,0x43,0x65,0x55,0xeb,0x72,0xf3,0x81,0xa5,0x81,0x1c,0x20,0x83,0xa8,0x83,0x86,0x50,0x25,0x8d,0x2b,0x96,0x16,0x9b,0x05,0xee,0x00,0x22,0x32,0xff,0x46,0x06,0xd7,0x64,0xd7,0xe1,0x52,0xc1,0x3a,0x2c,0x32,0x4e,0xe8,0x10,0x6a,0x5e,0xc6,0xe2,0x74,0xc7,0xb6,0x47,0x3e,0x1b,0x4f,0x07,0x2d,0x37,0x9a,0xd8,0x5f,0x46,0xa3,0xc8,0x8b,0xec,0x2f,0xcf,0x0e,0x20,0x70,0x31,0x27,0x19,0xe1,0x4d,0x6d,0x7f,0x10,0x38,0x21,0x84,0x45,0x01,0xc7,0x27,0x77,0x6d,0x07,0x97,0x25,0xb8,0xa6,0x6e,0xe2,0xc7,0x4c,0xbf,0x30,0xfd,0xc2,0xb9,0x74,0xc4,0xa8,0xc5,0x41,0x86,0xd3,0xd0,0xe5,0xce,0xf5,0xf8,0x0b,0xe7,0xaa,0x36,0x4d,0x82,0x06,0x2c,0x51,0x5a,0x78,0x83,0x23,0x36,0x08,0x04,0x50,0xa7,0x4e,0x6e,0x84,0x6a,0x2e,0x9d,0x84,0x5c,0x4d,0x82,0x3e,0x8a,0x48,0xf6,0x48,0x48,0x67,0xe4,0xd7,0x47,0xcf,0x9f,0xc1,0xd3,0x4b,0xfa,0x7a,0x4a,0x53,0xc8,0x31,0x7a,0x02,0x52,0x41,0xb5,0xa2,0x98,0x86,0x35,0x41,0x8a,0x33,0x60,0xc9,0x94,0xce,0x01,0x81,0xa6,0x24,0x81,0x67,0xd4,0xf1,0x68,0x52,0xb3,0x0e,0xf4,0x1b,0xeb,0x06,0xb1,0x9c,0x38,0x06,0xd5,0xf3,0xeb,0x05,0xfb,0xaa,0x39,0x9b,0xcd,0x9a,0x90,0x92,0x4f,0x9a,0x40,0x92,0x86,0x2e,0xe4,0xe5,0x9e,0x35,0xcf,0x39,0x4c,0x80,0xd8,0x35,0xfa,0x2e,0x15,0xf9,0x3e,0x88,0x9c,0x2d,0xb9,0x96,0x2d,0x8a,0xdf,0xf8,0x0e,0x49,0x2d,0x43,0xe4,0x68,0x98,0x9b,0x00,0xc2,0x1e,0xd9,0x34,0x00,0xe7,0x80,0x45,0x68,0x40,0xc0,0x6e,0xbb,0x3d,0x07,0x8a,0x3f,0x99,0x4a,0x75,0x0e,0x69,0x0c,0xc3,0xf4,0x0c,0x76,0x05,0x1e,0xe2,0xc0,0x71,0x69,0xcd,0x5e,0xb3,0x47,0x0d,0xb2,0x66,0xad,0xd5,0xd5,0x52,0xd4,0xcf,0xad,0xf9,0x48,0x03,0x70,0xcd,0x12,0x46,0x4e,0x40,0x13,0x56,0xb3,0x70,0x33,0x09,0x6f,0xa7,0xed,0x10,0x8b,0xac,0x93,0x82,0xa8,0x15,0xc4,0xe5,0xd7,0x5b,0x09,0x81,0xeb,0xc4,0xed,0x27,0x0f,0x60,0xab,0xa7,0x41,0x40,0x3e,0xfc,0x90,0x1b,0x05,0x2e,0xd6,0x3a,0x39,0x3e,0x3d,0xb3,0x8c,0xf5,0x6a,0xbb,0x19,0x7a,0x1c,0x51,0xb1,0xba,0x9d,0x13,0xd9,0x84,0xcd,0xe0,0xde,0x7f,0xef,0x56,0xb3,0x4a,0xb4,0x2b,0xf0,0xb4,0x82,0x61,0x66,0x3c,0x4b,0x8d,0xd6,0xfa,0xf8,0xe9,0x19,0xd8,0x0b,0x8a,0x8b,0x54,0x8b,0xe4,0x4e,0xa2,0x94,0xcd,0xe1,0x18,0x26,0x5e,0x4e,0x95,0xaf,0x56,0x42,0x0a,0xb2,0xef,0xbf,0x87,0xce,0x90,0x05,0x07,0xb0,0x00,0xe2,0x45,0xee,0x74,0x02,0x46,0xdb,0x02,0xf7,0x7c,0x1a,0x50,0xfc,0x9a,0x7e,0x74,0x7d,0x80,0xae,0xff,0x02,0xaa,0xcf,0x9a,0x16,0x4a,0x90,0x08,0xe2,0x63,0xae,0xd6,0xc7,0xa0,0xbb,0x1a,0xbe,0x3a,0x86,0x38,0xbe,0x94,0x40,0x5d,0x64,0x95,0x13,0xf8,0xe8,0xfa,0xd0,0xab,0x69,0xb7,0x5d,0x8a,0xb1,0x6a,0xbc,0x23,0xdf,0x6c,0xd6,0x64,0x7c,0xe6,0x8c,0x04,0x5b,0x9e,0x4f,0x69,0x2c,0xe3,0x2a,0x56,0x71,0xc6,0x62,0x56,0x05,0x36,0xcb,0xc0,0xf2,0xde,0x60,0x25,0xd9,0xbc,0x83,0x98,0x0b,0x22,0x9a,0x53,0xa0,0xcf,0xb0,0x0a,0x55,0xb6,0xb0,0x14,0x3f,0x6c,0x0f,0xf5,0xd3,0x80,0x55,0x4a,0x87,0x3d,0x38,0x03,0x01,0x23,0x69,0x95,0x82,0xb1,0xe7,0x94,0xad,0x28,0x9d,0x2d,0x45,0xe0,0xed,0x1e,0x85,0x80,0x8d,0x85,0x7e,0xe2,0x75,0xaa,0x10,0x44,0x07,0xa4,0x80,0xd1,0x5d,0x86,0xd1,0xd5,0xb4,0x95,0x55,0xc8,0xcb,0x64,0xcb,0x4b,0xe9,0x8c,0x9d,0xaa,0x63,0x57,0x42,0xe5,0x05,0x6f,0xce,0x97,0xdb,0xb8,0x5f,0x69,0x34,0x7e,0x6c,0x7a,0x04,0x16,0x4c,0x95,0x6c,0xb0,0x1e,0x30,0x30,0x64,0xa9,0x53,0x85,0xa4,0xaa,0x21,0x85,0x27,0x0a,0x94,0x2a,0x0c,0x59,0xc2,0x68,0xce,0x26,0x72,0x87,0x4a,0x4b,0x90,0xe9,0x85,0xe2,0x22,0x53,0x91,0x55,0xdc,0x5b,0x65,0x2d,0xf5,0xcf,0xda,0x9f,0xe7,0xbb,0x86,0xaf,0xc4,0xec,0x91,0x66,0x47,0xd2,0x73,0xe2,0x3e,0xb6,0xb2,0x60,0xc8,0xb2,0xf2,0x21,0x34,0x27,0x7d,0x08,0x23,0x05,0xc4,0xbc,0x39,0x50,0x35,0xae,0xc3,0xab,0x30,0x6b,0xd9,0x22,0xbe,0x40,0x9c,0xcb,0x4f,0xc9,0x84,0x1a,0x87,0xbf,0x3a,0xed,0xc8,0x2f,0x4f,0x8f,0x5f,0xb4,0x62,0x7c,0x67,0x0c,0x41,0x7a,0x45,0x88,0xbe,0x93,0x24,0x18,0x59,0xf8,0x83,0x7c,0xc9,0x07,0x3e,0xe1,0x0c,0x07,0x3e,0x8d,0xec,0xac,0x86,0x33,0x9c,0xd4,0xf8,0x1e,0x02,0x70,0xbb,0x07,0x1f,0xbb,0x1a,0x81,0x16,0x9c,0xed,0x23,0x36,0x86,0xe1,0xf5,0x75,0xe3,0xa4,0xc9,0x82,0xd7,0x67,0xfe,0xe7,0x2d,0xfe,0x40,0xbd,0x8c,0x1b,0x62,0xc2,0x38,0x3f,0xa4,0x3a,0x96,0x76,0xd8,0x15,0x74,0xa2,0x64,0x93,0xa3,0xe8,0xc1,0x25,0xc0,0x52,0x51,0x05,0xe0,0x78,0xa6,0xc3,0xe6,0x5b,0x22,0xc1,0x60,0xa0,0x40,0x2e,0xdf,0xa2,0x1c,0xc4,0x24,0x62,0xdb,0x72,0xa7,0x25,0x00,0x3e,0x69,0xd3,0x5a,0xa3,0x52,0x03,0x10,0x96,0xa9,0x60,0x0c,0x07,0x6f,0xf1,0x82,0x49,0xa3,0xa7,0x26,0x7b,0x05,0x04,0xe5,0xd6,0xa5,0x08,0x38,0x69,0xf0,0x90,0xce,0xdc,0xf2,0xc3,0x90,0x26,0xcf,0xce,0x8e,0x9e,0xe7,0x08,0x7e,0xdc,0x2b,0xc0,0xa1,0x9b,0x96,0x41,0xe2,0x78,0x11,0x56,0x7a,0x67,0x19,0xb8,0x9c,0xd2,0x30,0x84,0x63,0x96,0xc1,0xc2,0x07,0x2c,0x07,0x67,0xb5,0x9c,0x42,0x3b,0xba,0xf8,0x31,0x02,0x15,0x3c,0xb7,0x37,0x35,0x26,0xde,0xb3,0x91,0x43,0x99,0xed,0x83,0x4f,0xf0,0x9b,0xd3,0x97,0xf8,0x62,0x8b,0x97,0xe7,0x8b,0x59,0x1e,0x61,0xd9,0x9c,0xdc,0x22,0x7f,0x51,0x1e,0x21,0x52,0xfd,0x05,0x2e,0x83,0x3f,0xba,0x50,0xfc,0x7b,0x0b,0xbf,0xaf,0x93,0x4e,0xcf,0x24,0x84,0x6f,0x6a,0x2a,0xa7,0x55,0xe3,0x65,0x1e,0x24,0x68,0xf0,0x7f,0xd3,0x85,0x3e,0xa4,0x88,0xba,0xd3,0x24,0xe9,0xc7,0x19,0x67,0x81,0x05,0xfe,0x63,0x77,0xda,0x85,0x44,0xd1,0xdc,0x74,0x81,0xd7,0x62,0xd1,0x2f,0xfc,0x2b,0xea,0xd5,0xba,0xc5,0xb4,0x12,0x69,0x63,0x38,0x3e,0x72,0xd8,0x18,0xa9,0xd6,0x04,0x42,0x83,0xb4,0x5b,0xdb,0x45,0x58,0xbe,0xb0,0x75,0x58,0x99,0x56,0xc3,0xad,0x65,0x97,0x81,0x6b,0xf2,0x32,0x70,0x4d,0x5e,0x06,0x5a,0xeb,0xd7,0xeb,0x96,0xba,0x0f,0xb4,0xd6,0xd5,0xf6,0xf1,0xb1,0x35,0x79,0x33,0x68,0x15,0x65,0x57,0x7b,0x0c,0x5c,0x74,0xb5,0xde,0x9a,0x25,0x40,0x89,0xe6,0x30,0xf9,0x6d,0x63,0xe6,0x9b,0x67,0x20,0x2d,0xf1,0xd2,0xd2,0x2b,0x7c,0xdb,0x8a,0x34,0xf5,0x89,0x68,0x38,0x84,0x52,0xa6,0x64,0x42,0x60,0x3c,0x07,0x89,0x61,0x7f,0x3a,0xf3,0x75,0x82,0x06,0x9a,0x2b,0x19,0x64,0x45,0xcd,0xf4,0x16,0x82,0x0a,0xaa,0x67,0x51,0xad,0x5c,0x36,0xd0,0x75,0xbd,0x07,0x81,0xe5,0xbb,0x7f,0xff,0xe9,0xcd,0xd7,0xdf,0xbe,0xf9,0xfd,0x3f,0xbe,0xfb,0xf3,0x6f,0xdf,0xfc,0xf1,0x9b,0xd2,0xd5,0xf3,0x84,0xad,0x8f,0xc7,0x54,0xad,0xf3,0xb0,0xd5,0x21,0x3f,0x55,0xf6,0xd0,0x77,0xa3,0x69,0xc8,0xea,0xc4,0x06,0xb1,0xdb,0x6d,0xf8,0xd8,0xd8,0xc6,0x17,0xc5,0x72,0xcc,0x99,0x61,0x16,0x40,0x43,0xb7,0x09,0xe0,0xfe,0xfd,0x3f,0xff,0xfe,0xe6,0xeb,0xbf,0xbe,0xf9,0xfa,0x2f,0xdf,0x7f,0xf3,0xbb,0x4a,0x0f,0x16,0x0c,0xa7,0xb1,0xee,0xbd,0x9c,0x81,0x1f,0x7a,0xd1,0x0c,0x6b,0x44,0x6c,0x27,0x44,0x53,0x56,0x33,0x3d,0xb3,0x41,0x36,0x40,0xa2,0xac,0x86,0x68,0xe4,0xfe,0x04,0x92,0x9c,0xb2,0xc4,0x0f,0xa1,0x4c,0x97,0x59,0x7b,0xd1,0xa7,0x7b,0x46,0x19,0x7c,0x4a,0xd9,0xf1,0x27,0x35,0x3f,0xdb,0x9d,0x3c,0xbb,0xc7,0x83,0x46,0xbd,0x6d,0x8b,0x55,0xa4,0x03,0xf5,0x8c,0xaa,0x92,0xb2,0x14,0x9e,0x9f,0x46,0xea,0x38,0x47,0x47,0x9d,0x6f,0x1b,0x95,0xe2,0xe8,0x4a,0xb0,0x8e,0x3f,0xb1,0x0a,0x75,0x0b,0x48,0x75,0x08,0x4b,0x58,0x41,0x2c,0xac,0xad,0xef,0x22,0x15,0xef,0x14,0x2f,0x17,0x09,0x14,0xd8,0x6a,0xb5,0x2c,0x55,0xf7,0xe8,0x82,0xa9,0x37,0x5d,0x94,0x68,0x52,0xd6,0xb6,0x91,0x11,0x88,0xd3,0xbf,0x9f,0x32,0x3d,0x78,0x95,0x05,0xae,0xec,0x5c,0x5f,0x18,0xb5,0x34,0x5a,0xe0,0x1d,0xb5,0xd2,0x44,0xe0,0xe7,0x70,0xee,0x37,0x2c,0x02,0xc5,0x6f,0x3b,0xcf,0x34,0x6e,0xe7,0x62,0xb7,0x7c,0xbb,0xa8,0x22,0x78,0x0b,0x73,0xd0,0x2d,0x2b,0x67,0x5f,0x2f,0xd1,0x46,0x7e,0x4f,0x9f,0xed,0x94,0x2c,0x1d,0xf4,0x4d,0x52,0xf5,0x87,0x3c,0x6f,0x21,0xbc,0x58,0x6d,0x4b,0xab,0xb8,0x0b,0xf3,0x7b,0x7c,0xde,0x54,0x82,0xa2,0xaa,0x9f,0xd8,0x2a,0xb3,0x59,0x58,0x72,0xcf,0x63,0x29,0x46,0xa2,0x97,0x9a,0x7e,0x96,0x0d,0x88,0x6e,0x2a,0xf5,0x78,0x6b,0xf2,0xf3,0x16,0xf6,0x8e,0x8c,0x0a,0x5d,0x5b,0xb5,0x96,0x97,0x4c,0x32,0x21,0x71,0x19,0x22,0x9b,0xd9,0x23,0x30,0x9a,0x50,0x36,0x4d,0x42,0x6d,0x89,0x13,0x5c,0x75,0xc7,0x58,0x93,0x6d,0x3f,0x3e,0xf9,0xee,0xdb,0xbf,0xbd,0xf9,0xcf,0x1f,0xb4,0xf4,0x44,0x96,0x45,0x5a,0x8a,0xa7,0x59,0x78,0xb6,0x26,0x4d,0x57,0x9a,0x2a,0x8d,0xe9,0x72,0x1f,0xc1,0x9f,0xbc,0x84,0xac,0x00,0x2a,0xdb,0x46,0x3d,0x04,0x94,0xaa,0x57,0x66,0x85,0xfa,0x39,0x2f,0xeb,0x42,0x1d,0x04,0xc7,0x16,0x6e,0x99,0x6d,0x9f,0x8a,0x9d,0x5d,0xa0,0x99,0xee,0x5b,0xd5,0x4c,0x71,0x45,0xe5,0xaa,0x59,0xb8,0xee,0xbb,0xe8,0xa6,0xc4,0x60,0x4b,0x15,0xa4,0x67,0xe1,0xa6,0x23,0xcb,0x64,0x79,0xd2,0x2b,0x37,0x48,0xf1,0x9e,0x04,0x36,0xab,0x34,0xa3,0x14,0x36,0x39,0x67,0x7a,0x5a,0xfa,0x6e,0xc8,0x59,0x9a,0xbe,0x9b,0x22,0x2e,0x76,0xb6,0x42,0xad,0xb1,0x88,0x70,0xa1,0xcc,0x28,0xa7,0x2e,0x97,0x68,0xdb,0x9f,0x4e,0x23,0x01,0x0f,0x59,0x55,0x72,0x91,0xea,0xab,0x8e,0x42,0xe6,0xf8,0xe1,0xa7,0x47,0x50,0x1d,0x24,0x86,0x1f,0xc2,0x33,0x44,0x73,0xf0,0xe3,0xe3,0x61,0xcd,0x5a,0x83,0x40,0xb2,0x0f,0xe1,0x56,0x0a,0xf0,0xd5,0x57,0x44,0x9f,0xc6,0xd6,0x63,0xd5,0x34,0x29,0x9d,0x96,0x69,0xd2,0x3e,0xd9,0xe8,0x1a,0x6a,0x15,0x5e,0xaf,0xdb,0xa5,0xdc,0x3a,0x39,0xa1,0x8c,0xe4,0x56,0x64,0xe1,0xaf,0x27,0xfd,0x09,0x9c,0x90,0x68,0xa9,0xa7,0x51,0x92,0x5c,0x37,0x08,0x18,0xdf,0x1a,0x23,0x53,0x50,0xec,0x1a,0x81,0xc3,0xe2,0xdc,0xc2,0x7f,0xe1,0x84,0x72,0x69,0xeb,0x3c,0x3c,0x0f,0x1f,0x07,0x69,0xd4,0x20,0x92,0xfb,0xee,0x1e,0xb0,0x6f,0x59,0x66,0x40,0x36,0xdf,0x90,0x58,0x6a,0x07,0xa8,0xad,0x5c,0x8f,0xd2,0x2a,0xea,0xb8,0x4c,0x63,0x14,0xf7,0xa8,0x3e,0x97,0xc0,0x89,0xde,0xab,0x5c,0x44,0x31,0xbf,0x35,0x02,0xa0,0xde,0x68,0x9d,0xb3,0x1b,0x53,0x06,0xdd,0x8a,0x0a,0x82,0xe8,0x86,0xf3,0x96,0xa4,0xc9,0xea,0x15,0x27,0x71,0x26,0x69,0xc1,0x4b,0xd7,0x2d,0x62,0xad,0x97,0xb8,0x63,0xe1,0x50,0xc5,0xc6,0x99,0xed,0xf2,0xb7,0x41,0xaa,0x4e,0xd6,0x5c,0x46,0xb3,0x12,0xc2,0xe4,0x8d,0x73,0xaf,0x2f,0x3a,0x6f,0xd4,0xeb,0x67,0x25,0xc5,0x18,0xe7,0xcd,0x5b,0x7d,0x15,0x9c,0x51,0xc1,0x89,0x38,0x55,0x21,0xd3,0x9a,0x13,0x4a,0x8b,0x79,0x46,0x0a,0x74,0x0a,0xa3,0x61,0x9e,0x07,0x2d,0x40,0x59,0x7c,0x82,0x2c,0xcc,0x63,0x91,0x30,0xac,0x69,0x1a,0xb0,0x06,0x4f,0xb0,0x0d,0x6d,0x94,0x76,0xfa,0x4b,0xf5,0x26,0xb5,0x35,0x9f,0x95,0x18,0x2c,0x4c,0xb5,0x89,0x9e,0xcf,0x5d,0xb4,0x86,0xb9,0xca,0x8b,0x63,0xab,0xb4,0x8e,0x04,0xab,0xaa,0xaa,0x71,0x8b,0x35,0xac,0x79,0xad,0xbb,0xd6,0x5e,0x2b,0xbe,0xb1,0x58,0x54,0x73,0x59,0xbe,0x08,0x3c,0x5b,0x18,0x5a,0xab,0xab,0x5c,0xb3,0xc2,0x34,0xf9,0x5a,0xeb,0x35,0x7f,0xbd,0x53,0x5f,0xb7,0xd6,0xf6,0xad,0xf5,0x8c,0x1c,0x64,0x93,0xeb,0xd6,0x42,0x49,0x0a,0xb7,0x31,0xd9,0x51,0xaa,0x1b,0x8c,0xac,0xdb,0x56,0x33,0x2e,0x61,0xd3,0xab,0xd9,0x55,0xf1,0x68,0x5d,0xe6,0xd0,0x77,0x32,0xba,0x05,0xf6,0x23,0x6f,0x3a,0xe7,0x6d,0x07,0xfb,0x9c,0x15,0x56,0x23,0x5b,0xa1,0xc6,0x62,0x13,0x5d,0x78,0xd9,0xf0,0xcc,0xeb,0xd8,0x76,0xa3,0x30,0xf6,0x8c,0x97,0xfc,0xd5,0xf2,0x69,0x97,0xcc,0xf3,0x22,0xf2,0x37,0x47,0x96,0x34,0x68,0xd8,0xa0,0xaf,0xcc,0xf2,0xdc,0xbc,0x23,0x3f,0xaf,0xba,0xae,0x3f,0xaf,0xb8,0xaf,0x3f,0xaf,0xbc,0xb0,0x3f,0x5f,0x78,0x63,0x7f,0x5e,0xb8,0x68,0xd7,0x8d,0x02,0xc2,0x6a,0x1a,0x05,0x14,0x7f,0xa1,0xaa,0xe0,0x5c,0x7c,0x11,0xb0,0xd0,0xb4,0xca,0x03,0xd1,0x87,0x39,0x90,0x3a,0xb1,0x21,0x06,0xce,0x37,0x22,0x94,0x2e,0xb8,0xaf,0x80,0x00,0xfa,0x7b,0x01,0x6b,0x9b,0x6b,0xfb,0x2f,0x22,0xa2,0xbf,0x78,0xc3,0xbc,0xfd,0x39,0x39,0x6f,0xab,0xbb,0x53,0xba,0x0c,0xe5,0x0e,0xab,0xcb,0x30,0xa7,0xaa,0xb9,0x4d,0x51,0x2f,0xe2,0xe1,0x55,0x27,0x77,0x66,0xf8,0xb4,0xb8,0x64,0x15,0x80,0x5c,0x08,0x2c,0x1a,0xe3,0x24,0xe5,0xfd,0x86,0x3b,0x21,0xc9,0x0b,0x33,0xd1,0xa5,0x5b,0x1d,0x0d,0xdb,0x4f,0xe5,0xe0,0x55,0x3a,0x5c,0x78,0xd3,0x60,0xbe,0x67,0x52,0x37,0xdc,0x4c,0xaa,0x70,0xb1,0xdf,0x98,0x2f,0xc0,0xe8,0x2d,0x7e,0x20,0x5b,0x75,0xbf,0x91,0xbf,0x32,0x55,0x37,0xb2,0x54,0xbe,0xcb,0xbc,0x85,0x59,0x8d,0xaa,0xde,0xa0,0x9a,0xc7,0x26,0x51,0xb8,0x14,0x3b,0x0a,0x35,0xc4,0x3c,0xc9,0xe5,0x32,0xcb,0x4b,0x6a,0x48,0x93,0xe4,0xa3,0x65,0xc9,0x07,0xad,0x95,0x57,0xe8,0xbd,0xc9,0x2b,0x73,0xf1,0xdb,0xcb,0x68,0x06,0x7e,0x08,0xd4,0x7d,0xef,0x81,0x55,0xef,0x15,0x53,0x59,0x33,0x8b,0xe5,0x99,0x92,0x32,0x1e,0xd9,0xe6,0xe4,0xbf,0x81,0x5d,0xc3,0xb7,0x22,0x9e,0x38,0x8c,0xa2,0x54,0xaa,0x6f,0xa6,0xa8,0xd9,0xb6,0x86,0xa3,0xd9,0x1e,0x77,0xd8,0xc3,0x90,0xd5,0x52,0xea,0xea,0xbd,0x13,0x77,0xe2,0x99,0x80,0x16,0xbf,0xd2,0x97,0x96,0xc7,0xbf,0x47,0x7a,0x65,0x0d,0xf0,0x59,0x42,0x0e,0x8b,0xdd,0x2e,0x5b,0xec,0xc1,0xd1,0x13,0xf2,0xf4,0xe5,0xcb,0xe3,0x97,0x0f,0xf4,0xee,0x88,0xd1,0xbf,0xd9,0x50,0x13,0x5a,0x7a,0xb5,0x2c,0x92,0x8a,0x6e,0xc9,0x86,0xae,0x37,0x33,0x38,0xe7,0x6d,0x14,0x90,0x32,0xb3,0xc8,0x5d,0x5b,0xbc,0x91,0xc2,0x5f,0x9b,0x51,0xbf,0xeb,0x69,0xcb,0xff,0xd5,0xe0,0x7f,0x24,0x3d,0x66,0x06,0xef,0x40,0x00,0x00}; diff --git a/TC1/main.c b/TC1/main.c index 7abddf8..61d6cd3 100644 --- a/TC1/main.c +++ b/TC1/main.c @@ -179,7 +179,7 @@ int application_start(void) } else { - os_log("timed task count[%u]", task_count); + //os_log("timed task count[%u]", task_count); } mico_thread_msleep(1000); }