From fdd13c94419269bacf6c2dc86d026fdbbe477ce1 Mon Sep 17 00:00:00 2001 From: zogodo <742782908@qq.com> Date: Sat, 8 Feb 2020 22:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=98=BE=E7=A4=BA=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/http_server/app_httpd.c | 4 ++-- TC1/http_server/app_httpd.h | 1 + TC1/http_server/index.html | 10 ++++++++-- TC1/http_server/web_data.c | 2 +- TC1/main.h | 2 +- TODO.txt | 1 + 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/TC1/http_server/app_httpd.c b/TC1/http_server/app_httpd.c index b763710..1892580 100644 --- a/TC1/http_server/app_httpd.c +++ b/TC1/http_server/app_httpd.c @@ -105,10 +105,10 @@ exit: static int HttpGetTc1Status(httpd_request_t *req) { const unsigned char* sockets = GetSocketStatus(); - char* tc1_status = malloc(391); + char* tc1_status = malloc(412); sprintf(tc1_status, TC1_STATUS_JSON, sockets, ip_status.mode, sys_config->micoSystemConfig.ssid, sys_config->micoSystemConfig.user_key, - ap_name, ELAND_AP_KEY, "MQTT.ADDR", 1883, ip_status.ip, ip_status.mask, ip_status.gateway, 0L); + ap_name, ELAND_AP_KEY, "MQTT.ADDR", 1883, VERSION, ip_status.ip, ip_status.mask, ip_status.gateway, 0L); OSStatus err = kNoErr; send_http(tc1_status, strlen(tc1_status), exit, &err); diff --git a/TC1/http_server/app_httpd.h b/TC1/http_server/app_httpd.h index 3fec0f2..4d25c01 100644 --- a/TC1/http_server/app_httpd.h +++ b/TC1/http_server/app_httpd.h @@ -54,6 +54,7 @@ 'ap_pwd':'%s',\ 'mqtt_addr':'%s',\ 'mqtt_port':%d,\ + 'version':'%s',\ 'ip':'%s',\ 'mask':'%s',\ 'gateway':'%s',\ diff --git a/TC1/http_server/index.html b/TC1/http_server/index.html index bc8017c..d8873ea 100644 --- a/TC1/http_server/index.html +++ b/TC1/http_server/index.html @@ -43,7 +43,7 @@
- Power Controll + Power Control
@@ -169,6 +169,10 @@
System Status + + + + @@ -215,7 +219,7 @@ - +
Version:
IP: On
Plese SyncPlease Sync
@@ -292,6 +296,7 @@ var mode_rd2 = document.getElementById("mode2"); var mqtt_addr_ipt = document.getElementById("mqtt_addr"); var mqtt_port_ipt = document.getElementById("mqtt_port"); +var info_version = document.getElementById("version"); var info_ip = document.getElementById("ip"); var info_mask = document.getElementById("mask"); var info_gateway = document.getElementById("gateway"); @@ -320,6 +325,7 @@ HttpGet("/status", function (re) { mqtt_addr_ipt.value = status.mqtt_addr; mqtt_port_ipt.value = status.mqtt_port; + info_version.innerHTML = status.version; info_ip.innerHTML = status.ip; info_mask.innerHTML = status.mask; info_gateway.innerHTML = status.gateway; diff --git a/TC1/http_server/web_data.c b/TC1/http_server/web_data.c index df5dab3..57a81dc 100644 --- a/TC1/http_server/web_data.c +++ b/TC1/http_server/web_data.c @@ -1 +1 @@ -const unsigned char index_html[0x10c2] = {0x1f,0x8b,0x08,0x00,0x3a,0x2d,0x17,0x5e,0x02,0xff,0xc5,0x3c,0x5d,0x73,0xdb,0x48,0x72,0xef,0x5b,0xb5,0xff,0x61,0x8c,0xad,0x9c,0xc8,0x88,0x24,0x48,0xea,0xcb,0x2b,0x4a,0xba,0xf2,0xd9,0xbe,0x5d,0xdf,0x5a,0x96,0xd6,0xe2,0x95,0x93,0x5a,0x6d,0xb1,0x40,0x60,0x48,0xe2,0x04,0x02,0x58,0x60,0x28,0x4a,0xab,0x53,0x55,0xde,0x92,0xda,0x87,0x4b,0xf2,0x9e,0xaa,0xdc,0xbd,0xdd,0x5b,0xf2,0x90,0xaa,0x3c,0x24,0x4f,0xf9,0x2f,0xde,0xfb,0x1b,0xe9,0x9e,0x0f,0x60,0x06,0x00,0x41,0x4a,0x6b,0xdf,0xca,0x65,0x93,0x98,0xe9,0xaf,0xe9,0xe9,0xee,0xe9,0x6e,0x8c,0x7c,0xf4,0xe4,0xc5,0xd9,0xf3,0xe1,0xdf,0x9f,0xbf,0x24,0x33,0x36,0x0f,0x4e,0x3e,0xfd,0xe4,0x28,0xfb,0xa4,0x8e,0x07,0x9f,0x04,0x7e,0x8e,0xe6,0x94,0x39,0x00,0xc0,0xe2,0x36,0xfd,0x6e,0xe1,0x5f,0x1f,0x5b,0x6e,0x14,0x32,0x1a,0xb2,0x36,0xbb,0x8d,0xa9,0x45,0xe4,0xd3,0xb1,0xc5,0xe8,0x0d,0xb3,0x91,0x00,0x8c,0xcd,0x9c,0x24,0xa5,0x30,0xb6,0x60,0x93,0xf6,0x53,0xcb,0xa0,0x94,0xc1,0x2f,0x7d,0x8f,0xcd,0x8e,0x3d,0x7a,0xed,0xbb,0xb4,0xcd,0x1f,0x5a,0x7e,0xe8,0x33,0xdf,0x09,0xda,0xa9,0xeb,0x04,0xf4,0xb8,0xd7,0xe9,0xb6,0xe6,0xce,0x8d,0x3f,0x5f,0xcc,0xb5,0x91,0x45,0x4a,0x13,0xfe,0xe8,0x8c,0x61,0xa4,0x6b,0x91,0xd0,0x99,0xd3,0x63,0xeb,0xda,0xa7,0xcb,0x38,0x4a,0x58,0xc6,0x8c,0xf9,0x2c,0xa0,0x27,0xef,0x68,0xe0,0x46,0x73,0x32,0x7c,0xde,0x3b,0xb2,0xc5,0x88,0x9c,0x4e,0xd9,0x6d,0x40,0x09,0x2e,0x41,0x4a,0xee,0xa6,0xa9,0xc2,0x9d,0xf8,0x34,0xf0,0x40,0xfe,0xbb,0xb9,0x93,0x4c,0xfd,0xb0,0x3d,0x8e,0x18,0x8b,0xe6,0x87,0xbd,0x6e,0x7c,0x33,0x18,0x47,0x89,0x47,0x93,0xc3,0xcf,0xba,0xdd,0x2e,0x49,0xa3,0xc0,0xf7,0x48,0x0f,0x46,0xe7,0x00,0xe5,0x87,0x81,0x1f,0xd2,0x76,0xea,0x7f,0x4f,0x0f,0x9d,0x05,0x8b,0x06,0xf7,0x82,0x9a,0x1f,0xc6,0x0b,0xd6,0x4a,0x69,0x40,0x5d,0xd6,0x1a,0x2f,0x80,0x54,0x78,0x17,0x3b,0x9e,0xe7,0x87,0xd3,0xc3,0x3d,0xa4,0xe8,0xb8,0x57,0xd3,0x24,0x5a,0x84,0xde,0xe1,0x72,0xe6,0x33,0x9a,0xb1,0x38,0x38,0x38,0xd0,0x58,0x48,0x6a,0x92,0x80,0x86,0x14,0x46,0x61,0x86,0x03,0x80,0x24,0xc7,0x33,0x71,0x0e,0x3d,0x3f,0x45,0x9d,0x79,0x52,0x96,0xfc,0x99,0x4b,0x98,0x3d,0xea,0xb4,0x3f,0x1b,0x4f,0xf0,0x8f,0x22,0xc4,0xbc,0x16,0x9b,0x19,0xc2,0xcb,0x89,0x0e,0x73,0xd2,0x2b,0xc2,0x10,0xff,0x8e,0x6f,0x25,0x28,0xab,0xfb,0x37,0x03,0xa1,0x3f,0xae,0x38,0xd2,0x95,0x32,0xb6,0xdd,0x28,0x08,0x9c,0x38,0xa5,0x87,0xea,0x4b,0x81,0x88,0xd7,0x92,0x5f,0x66,0x77,0xb8,0x31,0x6d,0x27,0xf0,0xa7,0xe1,0xa1,0x0b,0x36,0x43,0x13,0x7d,0x9d,0x42,0x35,0xb8,0x11,0x19,0x81,0x34,0x72,0xaf,0x28,0x93,0x1a,0xef,0xcc,0x23,0x8f,0x8a,0xef,0x6a,0x23,0x13,0x7f,0x3a,0x63,0x87,0xed,0x5d,0x4d,0xf0,0x74,0x31,0x9e,0xfb,0xcc,0x58,0x93,0x04,0x66,0x51,0x6c,0x2c,0x31,0x5d,0xb8,0x2e,0x4d,0xd3,0x3b,0x10,0x3b,0x82,0xdd,0xd9,0x7b,0xea,0xb9,0x7b,0x6e,0x36,0x4b,0x93,0x24,0x4a,0xd4,0xdc,0x64,0xd2,0xf7,0xfa,0x99,0xfa,0x3b,0x7e,0x38,0x89,0xd4,0x14,0x3d,0xe8,0x76,0xa9,0x93,0x4d,0x85,0x94,0x2d,0xa3,0xe4,0x8a,0x78,0xfe,0x75,0xa5,0x5e,0xc1,0x5b,0x42,0xd8,0xab,0x95,0xf3,0x7c,0x45,0xba,0x9e,0xf8,0x40,0x36,0x1d,0x2f,0xb5,0xed,0xc8,0x07,0x41,0xc9,0x72,0x7c,0x2f,0x1f,0x46,0xeb,0xbd,0x93,0x7b,0x84,0x6b,0xd7,0x74,0xec,0x51,0xfc,0x33,0xd0,0x21,0x47,0xbd,0xbb,0x19,0xe5,0xea,0xdc,0xd1,0xc4,0xe1,0x33,0x7d,0x35,0xb3,0x57,0x9c,0xd9,0x59,0x39,0xb3,0xab,0x66,0xfa,0xa5,0xa9,0xbd,0x6c,0xaa,0x5b,0x9c,0xda,0x57,0x53,0xbd,0xfd,0xe2,0xd4,0x41,0x36,0x55,0x22,0xf8,0x34,0x9b,0xea,0x17,0xa7,0x3e,0xcf,0xa6,0x34,0x5f,0xe7,0x0e,0x26,0xc1,0x3e,0x8b,0xa3,0x25,0x4d,0x46,0xb8,0x1d,0x9a,0x99,0x68,0xd0,0xed,0x80,0x4e,0x58,0xd1,0x3e,0xe5,0x94,0x8a,0x23,0x95,0xc6,0x2b,0x29,0xf3,0x5d,0xc8,0xe4,0x43,0xba,0x71,0x94,0x42,0x54,0x04,0xff,0x4d,0x68,0xe0,0x30,0xff,0x9a,0x0e,0xa2,0x6b,0x9a,0x4c,0x82,0x68,0x79,0x98,0xba,0x09,0xf8,0x90,0x6e,0xb0,0xed,0x9e,0xa1,0x25,0x41,0x33,0x4e,0xe8,0x5d,0x46,0xc5,0x19,0x03,0xef,0x05,0x0f,0x33,0x5c,0x9a,0xee,0x00,0x48,0x39,0xec,0x10,0xe5,0x1e,0x48,0xc6,0x07,0xa8,0x4e,0x61,0x20,0xdd,0xd5,0xeb,0x9a,0xc0,0xcf,0xce,0xd3,0x41,0xb5,0xc9,0xe8,0x6e,0x29,0xa4,0x18,0xdf,0x56,0xf8,0x73,0x11,0x84,0x38,0x02,0xc8,0xa3,0x6e,0x94,0x38,0x5c,0x60,0x5d,0xfd,0x9d,0x20,0x9a,0x72,0xe5,0x2b,0xdb,0xeb,0xe2,0x6a,0x8b,0xfa,0x50,0xc0,0x11,0x1c,0x37,0xc2,0xff,0xb5,0x98,0x24,0x27,0x8f,0x6c,0x7e,0x02,0xe0,0x61,0x67,0xcb,0xd3,0xee,0x68,0x1c,0x79,0xb7,0xf8,0xa9,0xe2,0x3f,0x71,0x03,0x27,0x4d,0x8f,0x2d,0x11,0x56,0xb2,0x93,0x25,0xa0,0x53,0x1a,0x7a,0x27,0xe7,0x28,0x32,0x79,0x0e,0xc7,0x19,0x32,0x3d,0xb2,0xe5,0xb0,0x3a,0x7e,0x30,0x16,0x12,0xdf,0x53,0xd8,0x23,0x36,0x56,0x04,0xc4,0x7c,0xa2,0x3d,0x89,0x11,0xaf,0x30,0xc2,0x47,0xb9,0xfc,0xf2,0x9c,0x72,0x67,0xd4,0xbd,0x1a,0x47,0x37,0x96,0x46,0xb7,0xa7,0x0e,0x40,0x53,0x48,0x83,0x06,0x1c,0x95,0x34,0x20,0x93,0x28,0xc9,0x91,0x4e,0x2e,0xf8,0x97,0x36,0x1c,0x8b,0x7c,0xb6,0x28,0x8c,0x5d,0x92,0xe6,0x91,0xf2,0xf5,0x1f,0x23,0x5f,0x3f,0x93,0xaf,0xff,0xb1,0xe5,0xdb,0x79,0x8c,0x7c,0x3b,0x99,0x7c,0x3b,0x1b,0xc9,0x07,0x8f,0xc9,0xc7,0xd8,0xfc,0xdd,0xc7,0x08,0xbf,0x9b,0x09,0xbf,0xfb,0xb1,0x95,0xbb,0xf7,0x18,0xf9,0xf6,0x32,0xf9,0xf6,0x3e,0xb6,0x7c,0xfb,0x8f,0x91,0x6f,0x3f,0x93,0x6f,0xff,0xa1,0x9b,0x0f,0x5f,0x31,0x2c,0xa8,0x27,0x08,0x64,0x59,0x88,0xe1,0x69,0x88,0x11,0x21,0x44,0xd6,0x66,0x02,0x8c,0xc6,0xcc,0x22,0x51,0xe8,0x06,0xbe,0x7b,0x75,0x6c,0x5d,0x50,0x26,0x24,0x69,0x34,0x41,0x26,0x0e,0x70,0x64,0x0b,0x34,0x9d,0x50,0x1a,0x3b,0x39,0x19,0xe6,0xb0,0x45,0x3a,0x4a,0x63,0x22,0xd3,0x19,0xeb,0xe4,0xec,0x2b,0x88,0x85,0x00,0x92,0xc9,0x08,0x62,0xf1,0xb0,0xa8,0xc2,0x20,0x3c,0x54,0x04,0x45,0xcc,0xf1,0x57,0xc4,0xc4,0x0b,0xce,0xa4,0x3a,0x22,0x4a,0xec,0x78,0xb9,0x3e,0x1a,0x9e,0x1f,0x4a,0xd9,0x71,0xc3,0x62,0x2b,0xd7,0x84,0x14,0xbc,0x2b,0xe5,0x26,0xef,0x56,0x58,0xc4,0x3b,0x9d,0xc0,0x32,0x23,0xc0,0x53,0x35,0x0d,0xfd,0xea,0xdd,0xff,0xfd,0xf7,0xec,0x41,0x9b,0xc6,0x05,0x52,0x89,0x80,0xb1,0x10,0x6d,0x4b,0xf1,0x24,0x27,0x22,0xab,0xb0,0x4e,0x94,0x56,0xeb,0x01,0x9f,0x6e,0x0a,0x78,0xb0,0x29,0xe0,0xfe,0xa6,0x80,0x7b,0x9b,0x02,0xee,0x6e,0x0a,0xb8,0xb3,0x29,0x60,0x7f,0x53,0xc0,0x9e,0x09,0x68,0x7c,0x37,0xb7,0x05,0xc1,0x8d,0x7d,0x79,0xd2,0x6e,0x1b,0x44,0xb3,0xc4,0xc8,0x22,0x3c,0x0f,0x38,0xb6,0x54,0xea,0x83,0x09,0x05,0xcf,0x75,0x78,0x22,0xa5,0x38,0x92,0x76,0xfb,0x81,0xfe,0x21,0x33,0xfb,0xa2,0x87,0xbc,0x91,0x09,0x3f,0xe4,0x0d,0x13,0x7f,0x5a,0xe9,0x23,0xeb,0x1c,0x43,0x71,0xe0,0xa9,0x3e,0x38,0xfe,0xc5,0xab,0x17,0x87,0x9b,0xc7,0x44,0x51,0xfc,0x09,0x97,0xf0,0x27,0x3e,0x0f,0x27,0x33,0x27,0x9c,0x52,0x8c,0x27,0x38,0xf5,0x0e,0x46,0x31,0xa0,0x94,0x71,0x39,0x7e,0x14,0x63,0x56,0x46,0xae,0x9d,0x60,0x01,0x28,0x5d,0xeb,0xe4,0xd4,0x09,0x17,0x0e,0xe4,0x3f,0x62,0xa2,0x8a,0xa5,0x2d,0x78,0x56,0x4d,0xc9,0x20,0x87,0xd2,0x24,0x14,0xaa,0xfa,0x50,0x0b,0x6f,0x6f,0xf9,0x00,0x8a,0x22,0xbe,0x55,0xc4,0xb6,0x47,0x9e,0xb5,0x3f,0x4d,0x83,0xe2,0x54,0xe1,0xa7,0x48,0xea,0x7b,0x96,0xd6,0x44,0xd0,0x95,0xf9,0x9c,0x7f,0xbe,0x42,0xd8,0x46,0xaf,0x69,0xd9,0x1f,0x5c,0xea,0xf3,0x8b,0x77,0x8f,0x93,0x3a,0x4e,0x97,0x99,0xd4,0x31,0x50,0x04,0x7b,0xf4,0x56,0x49,0xde,0xff,0x18,0x92,0x9f,0x9e,0xbd,0x78,0xb9,0x42,0x72,0x05,0x89,0xb5,0xbb,0xb5,0xee,0x48,0x4f,0x1c,0xcf,0x8f,0xc4,0x79,0x8e,0xf0,0x59,0x2a,0xcc,0x91,0x4b,0x0b,0x3a,0x85,0xd1,0x46,0xb7,0xb9,0xee,0x90,0x17,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,0x7c,0x4c,0x06,0xae,0xbf,0x66,0xaa,0x51,0x08,0x9d,0xa7,0x5f,0x0f,0x87,0x1f,0x30,0x6e,0x22,0xb9,0x47,0xf9,0xcf,0xfc,0x3b,0xc6,0x46,0x8e,0xe7,0x25,0x1f,0xc3,0xa9,0xcf,0xde,0xfe,0x04,0xa1,0x78,0x03,0xd4,0xfe,0x79,0xed,0xe4,0x14,0x04,0xf9,0x59,0xf2,0x51,0xd1,0x29,0x2b,0x9e,0xb7,0x17,0xb7,0x29,0xa3,0xf3,0xba,0x94,0xf4,0x81,0x3b,0xf4,0xea,0x7c,0x4d,0xe8,0xc2,0x6e,0x9f,0x88,0x07,0x7e,0x8c,0xe9,0xc3,0x4f,0x8e,0x96,0x4e,0x7a,0xb5,0x31,0xcb,0x39,0x00,0x7f,0x08,0xa6,0x5f,0x38,0x8c,0x2e,0x9d,0xdb,0x8d,0xf9,0x4e,0x05,0xfc,0x87,0x60,0xfd,0x5b,0xc8,0x23,0xe6,0x74,0x0d,0x67,0x65,0x2d,0x9c,0xf9,0x82,0x63,0xd4,0xf1,0xce,0x2d,0x7d,0x9d,0x19,0x31,0xae,0x40,0xd3,0x86,0x86,0x40,0xdd,0x23,0x43,0x98,0x29,0x1a,0x90,0x7e,0x10,0x78,0xa0,0x02,0x94,0xa3,0x1d,0x44,0xae,0x13,0x60,0x5e,0x49,0x63,0x48,0x90,0x7a,0x42,0x46,0xa4,0x3b,0xe2,0x62,0x2a,0xff,0x3c,0x1a,0x67,0xd2,0x69,0x39,0x19,0x87,0x4b,0xaf,0xd8,0xc8,0xf7,0x6e,0x0c,0xff,0x2b,0xe5,0x5d,0x79,0x07,0xa7,0x94,0x79,0x15,0x80,0x7b,0x7a,0x3b,0x65,0x1d,0x70,0x5f,0xef,0x6d,0xac,0x03,0xde,0xd1,0x7b,0x09,0xeb,0x80,0x77,0xf5,0xc2,0x7e,0x1d,0xf0,0x9e,0x5e,0x65,0x1b,0xc0,0x85,0x74,0xb2,0xa4,0xbc,0x28,0xb4,0x6a,0x55,0x71,0x16,0xae,0xe7,0x0e,0xea,0x3d,0x9b,0x4c,0xd6,0x30,0x5e,0x1f,0x11,0x9f,0x79,0x1e,0xb7,0x1d,0x34,0x1d,0x8c,0x89,0xf0,0x5c,0x08,0x88,0x0f,0x0d,0x86,0xeb,0x79,0xbe,0xa0,0x81,0xc1,0x73,0x48,0x53,0x06,0x63,0x94,0xd1,0x22,0xeb,0xbc,0x45,0x89,0x76,0xe9,0x8d,0x84,0x89,0xae,0x6d,0x53,0xce,0x4e,0x5e,0x85,0x1e,0xbd,0x01,0x97,0x9a,0x55,0xcc,0x21,0xef,0x15,0x53,0x62,0x3f,0x57,0x4c,0xe2,0xae,0x18,0x13,0x9b,0x45,0x8e,0x28,0x40,0xed,0x70,0xdb,0x3a,0x0f,0x68,0x4a,0xc9,0xc5,0x6d,0xe8,0x6e,0x7c,0xe2,0x49,0x6d,0x66,0xba,0xfb,0x82,0x32,0x43,0x77,0x82,0x58,0xa6,0xb5,0x75,0xb1,0x23,0xbd,0x4d,0x47,0x41,0x34,0x5d,0x71,0x04,0xbd,0x8e,0x4a,0x69,0x8b,0x5e,0xe5,0x8a,0xc6,0xb6,0xa1,0x7c,0x28,0x4f,0x45,0x99,0xa1,0xe8,0x1e,0xd9,0x30,0x54,0x55,0xfd,0xae,0x37,0x0b,0x58,0x1a,0xc8,0x01,0x32,0x88,0x7a,0x6a,0x02,0xd5,0xd6,0xec,0x01,0x4b,0x8b,0x98,0x53,0x5c,0xd6,0xd9,0xf0,0x19,0xf9,0x6d,0x8c,0x51,0xaf,0x2e,0x2a,0x8a,0xb2,0x08,0x57,0xe1,0xb0,0x68,0xb4,0x48,0x20,0x30,0x4a,0x1f,0xc3,0x57,0xca,0x87,0xb6,0xdd,0xeb,0x7d,0xde,0xe9,0xef,0x74,0x7a,0x9f,0xf7,0x3a,0x07,0x9f,0xdb,0xcc,0xed,0xe1,0x5f,0x60,0xd7,0x19,0xfb,0x99,0x23,0x6b,0xa1,0x52,0xfb,0xb6,0x76,0xcd,0x67,0xcc,0x81,0x73,0x3f,0xe1,0xe9,0x88,0x92,0xf4,0xb1,0xde,0x57,0x54,0x50,0x6c,0x76,0x12,0xc6,0x70,0xf4,0xf1,0x6f,0x64,0x7c,0x4b,0x8e,0x1c,0xbe,0x60,0xd0,0x88,0x45,0x66,0x09,0x9d,0x88,0xb5,0xa6,0xb0,0xd8,0xa9,0xcf,0x66,0x8b,0x71,0xc7,0x8d,0xe6,0xf6,0xf7,0xd1,0x34,0xf2,0x22,0xfb,0xfb,0xe1,0x73,0x38,0x21,0x40,0xca,0x29,0xbe,0x2f,0x1f,0x8d,0x03,0x27,0x84,0xf3,0x47,0xc0,0xf1,0xc9,0x23,0xdb,0xc1,0x7d,0x17,0x5c,0x53,0x37,0xf1,0x63,0x5d,0xb5,0xf6,0xef,0x9c,0x6b,0x47,0x8c,0x5a,0x1c,0x64,0xb2,0x08,0x5d,0x1e,0xc9,0x9e,0xfd,0xce,0xb9,0x69,0x80,0xbe,0x5b,0xa0,0x0f,0xb9,0xa0,0x16,0x47,0x6c,0x11,0xd0,0x84,0xd3,0x24,0x77,0x42,0x07,0xd7,0x4e,0x42,0x6e,0xe6,0xc1,0x08,0x45,0x24,0xc7,0x24,0xa4,0x4b,0xf2,0x77,0xa7,0xaf,0xbf,0x84,0xa7,0xb7,0xf4,0xbb,0x05,0x04,0x8f,0x46,0x73,0x20,0x20,0x15,0x54,0x27,0x8a,0x69,0xd8,0x10,0xa4,0x38,0x03,0x96,0x2c,0x68,0x09,0x08,0x34,0x25,0x09,0x7c,0x49,0x1d,0x8f,0x26,0x0d,0xeb,0xb9,0x7e,0x6f,0xa0,0x45,0x2c,0x27,0x8e,0x61,0x9f,0xf8,0x4b,0x1e,0xfb,0xa6,0xbd,0x5c,0x2e,0xdb,0x50,0xfb,0xcc,0xdb,0x40,0x92,0x86,0x2e,0x14,0x40,0x9e,0x55,0xe6,0x1c,0x26,0x40,0xec,0x16,0xb7,0x8a,0x8a,0xc2,0x0a,0x44,0xce,0x96,0xdc,0xc8,0x16,0xc5,0xdf,0xbb,0x4f,0x48,0x23,0x43,0xe4,0x68,0x98,0x04,0x02,0xc2,0x31,0xd9,0x35,0x00,0x4b,0xc0,0xc2,0x12,0x10,0xb0,0xdf,0xed,0x96,0x40,0xf1,0x27,0x53,0xa9,0xce,0x21,0x8d,0x61,0x98,0x0e,0x61,0x57,0xe0,0x21,0x0e,0x1c,0x97,0x36,0xec,0x2d,0x7b,0xda,0x22,0x5b,0xd6,0x56,0x53,0x2d,0x45,0xfd,0xdc,0x9b,0x8f,0x34,0x80,0xd8,0x55,0xc1,0xc8,0x09,0x28,0xd8,0xaf,0x85,0x9b,0x49,0x78,0xdf,0xf2,0x90,0x58,0x64,0x9b,0x14,0x44,0xad,0x21,0x2e,0xbf,0xde,0x4b,0x08,0x5c,0x27,0x6e,0x3f,0x79,0x02,0x5b,0xbd,0x08,0x02,0xf2,0x8b,0x5f,0x70,0xa3,0xc0,0xc5,0x5a,0xe7,0x67,0x17,0x43,0xcb,0x58,0xaf,0xb6,0x9b,0xa1,0xc7,0x11,0x15,0xab,0xfb,0x92,0xc8,0x26,0x6c,0x06,0xf7,0xe9,0x27,0xf7,0x9a,0x55,0xa2,0x5d,0x41,0x28,0x2a,0x18,0x66,0xc6,0xb3,0xd2,0x68,0xad,0x2f,0x5e,0x0e,0xc1,0x5e,0x50,0x5c,0xa4,0x5a,0x24,0x77,0x1e,0xa5,0xac,0x84,0x63,0x98,0x78,0x35,0x55,0xbe,0x5a,0x09,0x59,0x41,0x16,0xce,0xcc,0xc7,0x50,0x7d,0xf1,0xf2,0xf5,0xcb,0x02,0xd9,0x4f,0x3f,0x41,0x1f,0xcb,0x02,0x14,0x18,0x16,0xf1,0x22,0x77,0x31,0x07,0x5f,0xe8,0x80,0xd7,0xbf,0x0c,0x28,0x7e,0x4d,0x7f,0x75,0xfb,0x1c,0x23,0xca,0x1b,0x67,0x4e,0x1b,0x5a,0x38,0x43,0x22,0x88,0x8f,0xb9,0xf6,0x08,0x83,0xd1,0x66,0xf8,0x2a,0x98,0x71,0x7c,0x29,0x81,0x7a,0x11,0x59,0x4d,0xe0,0x57,0xb7,0xaf,0xbc,0x86,0xf6,0xb6,0x52,0x31,0x56,0x2f,0x4e,0x90,0x6f,0x36,0x6b,0x32,0x1e,0x3a,0x53,0xc1,0x96,0x47,0x7e,0x8d,0x65,0x5c,0xc7,0x2a,0xce,0x58,0x2c,0xeb,0xc0,0x96,0x19,0x58,0xde,0xdb,0xad,0x25,0x9b,0x77,0x80,0x73,0x41,0x44,0x73,0x11,0xf4,0x19,0xd6,0xa1,0xca,0x16,0xa4,0xe2,0x87,0xed,0xbd,0x51,0x1a,0xb0,0x5a,0xe9,0xb0,0x87,0x6a,0x20,0x60,0x80,0xae,0x53,0x30,0xf6,0x0c,0xb3,0x15,0xa5,0xcb,0xb5,0x08,0xbc,0x5d,0xa7,0x10,0xb0,0x31,0x34,0x4a,0xbc,0x5e,0x1d,0x82,0xe8,0x60,0x15,0x30,0xfa,0xeb,0x30,0xfa,0x9a,0xb6,0xb2,0x0e,0xc7,0x3a,0xd9,0xf2,0x56,0x48,0xc6,0x4e,0xf5,0x21,0x36,0x42,0xe5,0x0d,0x8b,0x9c,0x2f,0xb7,0x71,0xbf,0xd6,0x68,0xfc,0xd8,0xf4,0x08,0x2c,0x78,0x6b,0xd9,0x60,0x3d,0x67,0x60,0xc8,0x52,0xb5,0x0e,0x49,0x55,0xb3,0x0a,0x4f,0x14,0x98,0x75,0x18,0xb2,0x04,0xd5,0x9c,0x4d,0xe4,0x6c,0xb5,0x96,0x20,0xd3,0x3a,0xc5,0x45,0xa6,0x80,0x9b,0xb8,0xb7,0xca,0x16,0x9b,0xdf,0x74,0xbf,0xcd,0x77,0x0d,0xef,0x3b,0x1d,0x93,0x76,0x4f,0xd2,0x73,0xe2,0x11,0xb6,0x22,0x61,0xc8,0xb2,0xf2,0x21,0x34,0x27,0x7d,0x08,0x23,0x05,0xc4,0xbc,0x12,0xa8,0x1a,0xd7,0xe1,0x55,0xf4,0xb6,0x6c,0x11,0x5f,0x20,0xce,0xe5,0x87,0x6f,0x42,0x8d,0x9c,0x42,0x1d,0xa2,0xe4,0x37,0x17,0x67,0x6f,0x3a,0x31,0x5e,0x08,0x44,0x90,0x41,0x11,0x62,0xe4,0x24,0x09,0x46,0x16,0xfe,0x20,0x6f,0x70,0xc1,0x27,0xa4,0x06,0xc0,0xa7,0x95,0xa5,0x00,0x90,0x1a,0x90,0x06,0xdf,0x43,0x00,0xee,0x0e,0xe0,0xe3,0x48,0x23,0xd0,0x81,0x94,0x61,0xca,0x66,0x30,0xbc,0xbd,0x6d,0x1c,0x60,0x59,0xf0,0xfa,0xc6,0xff,0xb6,0xc3,0x1f,0xa8,0x97,0x71,0x43,0x4c,0x18,0xe7,0x67,0x5f,0xcf,0xd2,0xce,0xd0,0x82,0x4e,0x94,0x6c,0x72,0x14,0x3d,0xb8,0x02,0x58,0x2a,0xaa,0x00,0x1c,0x2f,0x75,0xd8,0x7c,0x4b,0x24,0x18,0x0c,0x14,0xc8,0xe5,0x5b,0x94,0x83,0x98,0x44,0x6c,0x5b,0xee,0xb4,0x04,0xc0,0x27,0x6d,0x5a,0x6b,0x34,0x6b,0x00,0xc2,0x32,0x15,0x8c,0xe1,0xe0,0x1d,0x9e,0x90,0x6b,0xf4,0xd4,0xe4,0xa0,0x80,0xa0,0xdc,0xba,0x12,0x01,0x27,0x0d,0x1e,0xd2,0x99,0x3b,0x7e,0x18,0xd2,0xe4,0xcb,0xe1,0xe9,0xeb,0x1c,0xc1,0x8f,0x07,0x05,0x38,0x74,0xd3,0x2a,0x48,0x1c,0x2f,0xc2,0x4a,0xef,0xac,0x02,0x97,0x53,0x1a,0x86,0x70,0xcc,0x2a,0xd8,0x14,0x4b,0x03,0xde,0x92,0xd1,0x52,0x15,0xed,0xe8,0xe2,0xc7,0x88,0xef,0xdd,0x70,0x7b,0x53,0x63,0xe2,0x12,0x95,0x1c,0xca,0x6c,0x1f,0x7c,0x82,0xbf,0xf9,0x7e,0x8b,0xb7,0x96,0xbc,0x3c,0x0d,0xcd,0xd2,0x13,0xcb,0xe6,0xe4,0x56,0xf9,0x8b,0xf2,0x08,0x51,0x41,0xac,0x70,0x19,0xfc,0xd1,0x85,0xe2,0xdf,0x3b,0xf8,0x7d,0x9b,0xf4,0x06,0x26,0x21,0xbc,0x86,0xab,0x9c,0x56,0x8d,0x57,0x79,0x90,0xa0,0xc1,0xff,0x4d,0x57,0xfa,0x90,0x22,0xea,0x2e,0x92,0x64,0x14,0x67,0x9c,0x05,0x16,0xf8,0x8f,0xdd,0xeb,0x16,0xf2,0x4f,0x73,0xd3,0x05,0x5e,0x87,0x45,0xbf,0xf6,0x6f,0xa8,0xd7,0xe8,0x17,0xb3,0x55,0xa4,0x8d,0xe1,0xf8,0xd4,0x61,0x33,0xa4,0xda,0x10,0x08,0x2d,0xd2,0xed,0xec,0x17,0x61,0xf9,0xc2,0xb6,0x61,0x65,0x5a,0xed,0xbc,0x95,0xbd,0xcc,0xdd,0x92,0x2f,0x73,0xb7,0xe4,0xcb,0x5c,0x6b,0xfb,0x76,0xdb,0x52,0xef,0x73,0xad,0x6d,0xb5,0x7d,0x7c,0x6c,0x4b,0xbe,0xd9,0xb5,0x8a,0xb2,0xab,0x3d,0x06,0x2e,0xba,0x5a,0xef,0xcd,0xca,0xa2,0x42,0x73,0x98,0x53,0x77,0x31,0xa1,0xce,0x33,0x90,0x8e,0xb8,0x91,0xf6,0x0e,0xaf,0x9f,0x91,0xb6,0x3e,0x11,0x4d,0x26,0x50,0x21,0x55,0x4c,0x08,0x8c,0xd7,0x20,0x31,0xec,0x4f,0xaf,0x5c,0x7e,0x68,0xa0,0xb9,0x92,0x41,0x56,0xd4,0xcc,0x60,0x25,0xa8,0xa0,0x3a,0x8c,0x1a,0xd5,0xb2,0x81,0xae,0x9b,0x03,0x08,0x2c,0x3f,0xfe,0xcf,0xbf,0xbe,0xff,0xe1,0xcf,0xef,0xff,0xe9,0x3f,0x7f,0xfc,0xb7,0x7f,0x78,0xff,0x2f,0x7f,0xa8,0x5c,0x3d,0x4f,0xd8,0x46,0x78,0x4c,0x35,0x7a,0x07,0x9d,0x1e,0xf9,0x5b,0x65,0x0f,0x23,0x37,0x5a,0x84,0xac,0x49,0x6c,0x10,0xbb,0xdb,0x85,0x8f,0x9d,0x7d,0xbc,0x05,0x98,0x63,0x2e,0x0d,0xb3,0x00,0x1a,0xba,0x4d,0x00,0xf7,0xbf,0xfc,0xd7,0x7f,0xbc,0xff,0xe1,0x8f,0xef,0x7f,0xf8,0xf7,0xbf,0xfc,0xe1,0x1f,0x6b,0x3d,0x58,0x30,0x5c,0xc4,0xba,0xf7,0x72,0x06,0x7e,0xe8,0x45,0x4b,0x2c,0x3d,0xb1,0x8d,0x13,0x2d,0x58,0xc3,0xf4,0xcc,0x16,0xd9,0x01,0x89,0xb2,0xd2,0xa4,0x95,0xfb,0x13,0x48,0x72,0xc1,0x12,0x3f,0x9c,0x36,0x9a,0x32,0x6b,0x2f,0xfa,0xf4,0xc0,0xa8,0xae,0x2f,0x28,0x3b,0xfb,0xaa,0xe1,0x67,0xbb,0x93,0x67,0xf7,0x78,0xd0,0xa8,0xab,0xd4,0x58,0x9c,0x3a,0x50,0x26,0xa9,0xe2,0x2b,0x4b,0xe1,0xf9,0x69,0xa4,0x8e,0x73,0x74,0xd4,0x72,0xf3,0xa1,0x12,0x47,0x57,0x82,0x75,0xf6,0x95,0x55,0xa8,0x5b,0x40,0xaa,0x57,0xb0,0x84,0x0d,0xc4,0xc2,0x92,0xfd,0x21,0x52,0xf1,0x4e,0xff,0x7a,0x91,0x40,0x81,0x9d,0x4e,0xc7,0x52,0x75,0x8f,0x2e,0x98,0xba,0xa9,0xa4,0x44,0x93,0xb2,0x76,0x8d,0x8c,0x40,0x9c,0xfe,0xa3,0x94,0xe9,0xc1,0xab,0x2a,0x70,0x65,0xe7,0xfa,0xca,0xa8,0xa5,0xd1,0x02,0xef,0x68,0x54,0x26,0x02,0xbf,0x84,0x73,0xbf,0x65,0x11,0xa8,0xa9,0xbb,0x79,0xa6,0x71,0x5f,0x8a,0xdd,0xf2,0x76,0x58,0x4d,0xf0,0x16,0xe6,0xa0,0x5b,0x56,0xce,0xbe,0x59,0xa1,0x8d,0xfc,0x9e,0x45,0xb6,0x53,0xb2,0x74,0xd0,0x37,0x49,0xd5,0x1f,0xf2,0xbc,0x85,0xf0,0x62,0x75,0x2d,0xad,0x90,0x2f,0xcc,0x1f,0xf3,0x79,0x53,0x09,0x8a,0xaa,0x7e,0x62,0xab,0xcc,0x66,0x65,0x25,0x5f,0xc6,0x52,0x8c,0x44,0x3f,0x3c,0xfd,0x26,0x1b,0x10,0x1d,0x71,0xea,0xf1,0x96,0xf0,0xb7,0x1d,0x6c,0x49,0x19,0x85,0xbf,0xb6,0x6a,0x2d,0x2f,0x99,0x67,0x42,0xe2,0x32,0x44,0x36,0x73,0x4c,0x60,0x34,0xa1,0x6c,0x91,0x84,0xda,0x12,0xe7,0xb8,0xea,0x9e,0xb1,0x26,0xdb,0x7e,0x76,0xfe,0xe3,0x9f,0xff,0xf4,0xfe,0x7f,0xff,0x59,0x4b,0x4f,0x64,0x59,0xa4,0xa5,0x78,0x9a,0x85,0x67,0x6b,0xd2,0x74,0xa5,0xa9,0xd2,0x98,0xae,0xf6,0x11,0xfc,0xc9,0x4b,0xc8,0x1a,0xa0,0xaa,0x6d,0xd4,0x43,0x40,0xa5,0x7a,0x65,0x56,0xa8,0x9f,0xf3,0xb2,0x2e,0xd4,0x41,0x70,0x6c,0xe5,0x96,0xd9,0xf6,0x85,0xd8,0xd9,0x15,0x9a,0xe9,0x7f,0x50,0xcd,0x14,0x57,0x54,0xad,0x9a,0x95,0xeb,0x7e,0x88,0x6e,0x2a,0x0c,0xb6,0x52,0x41,0x7a,0x16,0x6e,0x3a,0xb2,0x4c,0x96,0xe7,0x83,0x6a,0x83,0x14,0xf7,0x5c,0xb0,0x07,0xa6,0x19,0xa5,0xb0,0xc9,0x92,0xe9,0x69,0xe9,0xbb,0x21,0x67,0x65,0xfa,0x6e,0x8a,0xb8,0xda,0xd9,0x0a,0xb5,0xc6,0x2a,0xc2,0x85,0x32,0xa3,0x9a,0xba,0x5c,0xa2,0x6d,0x7f,0xbd,0x88,0x04,0x3c,0x64,0x55,0xc9,0x55,0xaa,0xaf,0x3a,0x0a,0x99,0xe3,0x87,0x5f,0x9f,0x42,0x75,0x90,0x18,0x7e,0x08,0xcf,0x10,0xcd,0xc1,0x8f,0xcf,0x26,0x0d,0x6b,0x0b,0x02,0xc9,0x09,0x84,0x5b,0x29,0xc0,0xef,0x7f,0x4f,0xf4,0x69,0xec,0x68,0xd6,0x4d,0x93,0xca,0x69,0x99,0x26,0x9d,0x90,0x9d,0xbe,0xa1,0x56,0xe1,0xf5,0xba,0x5d,0xca,0xad,0x93,0x13,0xca,0x48,0xee,0x45,0x16,0xfe,0xdd,0x7c,0x34,0x87,0x13,0x12,0x2d,0xf5,0x22,0x4a,0x92,0xdb,0x16,0x01,0xe3,0xdb,0x62,0x64,0x01,0x8a,0xdd,0x22,0x70,0x58,0x5c,0x5a,0xf8,0x2f,0x9c,0x50,0x2e,0xed,0x5c,0x86,0x97,0xe1,0xb3,0x20,0x8d,0x5a,0x44,0x72,0x3f,0x3a,0x06,0xf6,0x1d,0xcb,0x0c,0xc8,0xe6,0x0d,0x97,0xb5,0x76,0x80,0xda,0xca,0xf5,0x28,0xad,0xa2,0x89,0xcb,0x34,0x46,0x71,0x8f,0x9a,0xa5,0x04,0x4e,0xb4,0x74,0xe5,0x22,0x8a,0xf9,0xad,0x11,0x00,0xf5,0xfe,0x6d,0xc9,0x6e,0x4c,0x19,0x74,0x2b,0x2a,0x08,0xa2,0x1b,0xce,0x07,0x92,0x26,0xab,0x57,0x9c,0xc4,0x99,0xa7,0x05,0x2f,0xdd,0xb6,0x88,0xb5,0x5d,0xe1,0x8e,0x85,0x43,0x15,0x1b,0x67,0xb6,0xcb,0x6f,0xf3,0xd4,0x9d,0xac,0xb9,0x8c,0x66,0x25,0x84,0xc9,0x1b,0xe7,0xde,0x5c,0x75,0xde,0xa8,0xeb,0x83,0x15,0xc5,0x18,0xe7,0xcd,0x5b,0x7d,0x35,0x9c,0x51,0xc1,0x89,0x38,0x55,0x21,0xd3,0x2a,0x09,0xa5,0xc5,0x3c,0x23,0x05,0xba,0x80,0xd1,0x30,0xcf,0x83,0x56,0xa0,0xac,0x3e,0x41,0x56,0xe6,0xb1,0x48,0x18,0xd6,0xb4,0x08,0x58,0x8b,0x27,0xd8,0x86,0x36,0x2a,0x5f,0x20,0x54,0xea,0x4d,0x6a,0xab,0x9c,0x95,0x18,0x2c,0x4c,0xb5,0x89,0x9e,0xcf,0x43,0xb4,0x86,0xb9,0xca,0x9b,0x33,0xab,0xb2,0x8e,0x04,0xab,0xaa,0xab,0x71,0x8b,0x35,0xac,0xf9,0x6a,0x7e,0xab,0xbb,0x55,0xbc,0x71,0x5a,0x54,0x73,0x55,0xbe,0x08,0x3c,0x3b,0x18,0x5a,0xeb,0xab,0x5c,0xb3,0xc2,0x34,0xf9,0x5a,0xdb,0x0d,0x7f,0xbb,0xd7,0xdc,0xb6,0xb6,0x4e,0xac,0xed,0x8c,0x1c,0x64,0x93,0xdb,0xd6,0x4a,0x49,0x0a,0x2f,0x79,0xb2,0xa3,0x54,0x37,0x18,0x59,0xb7,0x6d,0x66,0x5c,0xc2,0xa6,0x37,0xb3,0xab,0xe2,0xd1,0xba,0xce,0xa1,0x1f,0x64,0x74,0x2b,0xec,0x47,0xbe,0x61,0x2e,0xdb,0x0e,0xf6,0x39,0x6b,0xac,0x46,0xb6,0x42,0x8d,0xc5,0x26,0xba,0xf0,0xb2,0xe1,0x99,0xd7,0xb1,0xdd,0x56,0x61,0xec,0x4b,0x5e,0xf2,0xd7,0xcb,0xa7,0xbd,0xdc,0x2f,0x8b,0xc8,0x6f,0xfe,0xac,0x69,0xd0,0xb0,0xf1,0x48,0x99,0xe5,0xa5,0x79,0x37,0xe1,0xb2,0xee,0x9a,0xc4,0x65,0xcd,0x3d,0x89,0xcb,0xda,0x8b,0x12,0x97,0x2b,0x6f,0x4a,0x5c,0x16,0x2e,0x38,0xe8,0x46,0x01,0x61,0x35,0x8d,0x02,0x8a,0xbf,0x2d,0x57,0x70,0x2e,0xbe,0x08,0x58,0x68,0x5a,0xe7,0x81,0xe8,0xc3,0x1c,0x48,0x9d,0xd8,0x10,0x03,0xcb,0x8d,0x08,0xa5,0x0b,0xee,0x2b,0x20,0x80,0x7e,0x1f,0x63,0x6b,0x77,0xeb,0xe4,0x4d,0x44,0xf4,0x8b,0x53,0xcc,0x3b,0x29,0xc9,0x79,0x5f,0xdf,0x9d,0xd2,0x65,0xa8,0x76,0x58,0x5d,0x86,0x92,0xaa,0x4a,0x9b,0xa2,0x2e,0x52,0xe2,0x1b,0x54,0xee,0xcc,0xf0,0x69,0x71,0xc9,0x6a,0x00,0xb9,0x10,0x58,0x34,0xc6,0x49,0xca,0xfb,0x0d,0x0f,0x42,0x92,0x2f,0xcc,0x44,0x97,0x6e,0x73,0x34,0x6c,0x3f,0x55,0x83,0xd7,0xe9,0x70,0xe5,0x9b,0x06,0xf3,0x7e,0x4f,0xd3,0x70,0x33,0xa9,0xc2,0xd5,0x7e,0x63,0x5e,0x62,0xd2,0x5b,0xfc,0x40,0xb6,0xee,0xfd,0x46,0x7e,0xe5,0xad,0x69,0x64,0xa9,0x7c,0x97,0x79,0x0b,0xb3,0x1e,0x55,0xdd,0x82,0x2b,0x63,0x93,0x28,0x5c,0x8b,0x1d,0x85,0x1a,0x62,0x9e,0xe4,0x72,0x99,0xe5,0xbb,0x6f,0x48,0x93,0xe4,0xa3,0x65,0xc9,0x07,0x65,0xf1,0xa5,0xd6,0x9b,0x7c,0x11,0x2f,0x7e,0x33,0x1d,0xad,0xc0,0x0f,0x81,0xb8,0xef,0x3d,0xb1,0x9a,0x83,0x62,0x26,0x6b,0x26,0xb1,0x3c,0x51,0x52,0xb6,0x23,0xbb,0x9c,0xfc,0xb7,0xeb,0x1b,0x78,0xd7,0xe2,0x85,0xc3,0x28,0x0a,0xa5,0xda,0x66,0x8a,0x9a,0x6d,0x6b,0x38,0x9a,0xe9,0x71,0x7f,0x7d,0x15,0xb2,0x46,0x4a,0x5d,0xbd,0x75,0xe2,0xce,0x3d,0x13,0xd0,0xe2,0x17,0x05,0xa4,0xe1,0xf1,0xef,0x91,0x5e,0x58,0x03,0x7c,0x96,0x8f,0x43,0x7a,0xbb,0x5f,0xb5,0xd8,0xe7,0xa7,0x2f,0xc8,0xcb,0xb7,0x6f,0xcf,0xde,0x3e,0xd1,0x9b,0x23,0x46,0xfb,0x66,0x47,0x4d,0x68,0xd9,0xd5,0xba,0x40,0x2a,0x9a,0x25,0x3b,0xba,0xde,0xcc,0xd8,0x9c,0x77,0x51,0x40,0xca,0xb2,0x41,0x9a,0x37,0xdc,0x0a,0x06,0xc9,0x0b,0xd8,0x5e,0x7f,0x67,0x77,0x6f,0xdf,0xaa,0x16,0xed,0x97,0x08,0x75,0x6c,0x6d,0xe3,0xc7,0x87,0x91,0x12,0x29,0x95,0xc5,0xcc,0x6f,0x1f,0x29,0xb2,0xf2,0x06,0x54,0x9d,0xe9,0xaa,0x4b,0x52,0xa6,0xcd,0x4b,0x65,0xef,0x56,0x28,0x1b,0x2f,0x66,0xad,0x5d,0xc5,0xae,0x26,0xac,0xe4,0x90,0xc9,0x7b,0x64,0x8b,0xeb,0x43,0xfc,0x8e,0x93,0xfa,0x0d,0x68,0x5b,0xfe,0x47,0x20,0xff,0x0f,0x84,0xdf,0xca,0xce,0x22,0x44,0x00,0x00}; +const unsigned char index_html[0x10e3] = {0x1f,0x8b,0x08,0x00,0x63,0xc4,0x3e,0x5e,0x02,0xff,0xc5,0x3c,0x5d,0x73,0xdb,0x48,0x72,0xef,0x5b,0xb5,0xff,0x61,0x8c,0xad,0x9c,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,0xca,0xdb,0x5d,0xed,0xc3,0x25,0x79,0x4f,0xd5,0x5d,0xde,0xee,0x2d,0x79,0x48,0x55,0x1e,0x92,0xa7,0xfc,0x17,0xef,0xfd,0x8d,0x74,0xcf,0x07,0x30,0x03,0x80,0x20,0xa5,0xb5,0xb3,0x72,0xd9,0x24,0x66,0xfa,0x6b,0x7a,0xba,0x7b,0xba,0x1b,0x23,0x1f,0x3d,0x79,0x71,0xf6,0x7c,0xf8,0x0f,0xe7,0x2f,0xc9,0x8c,0xcd,0x83,0x93,0x4f,0x3f,0x39,0xca,0x3e,0xa9,0xe3,0xc1,0x27,0x81,0x9f,0xa3,0x39,0x65,0x0e,0x00,0xb0,0xb8,0x4d,0xbf,0x5b,0xf8,0xd7,0xc7,0x96,0x1b,0x85,0x8c,0x86,0xac,0xcd,0x6e,0x63,0x6a,0x11,0xf9,0x74,0x6c,0x31,0x7a,0xc3,0x6c,0x24,0x00,0x63,0x33,0x27,0x49,0x29,0x8c,0x2d,0xd8,0xa4,0xfd,0xd4,0x32,0x28,0x65,0xf0,0x4b,0xdf,0x63,0xb3,0x63,0x8f,0x5e,0xfb,0x2e,0x6d,0xf3,0x87,0x96,0x1f,0xfa,0xcc,0x77,0x82,0x76,0xea,0x3a,0x01,0x3d,0xee,0x75,0xba,0xad,0xb9,0x73,0xe3,0xcf,0x17,0x73,0x6d,0x64,0x91,0xd2,0x84,0x3f,0x3a,0x63,0x18,0xe9,0x5a,0x24,0x74,0xe6,0xf4,0xd8,0xba,0xf6,0xe9,0x32,0x8e,0x12,0x96,0x31,0x63,0x3e,0x0b,0xe8,0xc9,0x3b,0x1a,0xb8,0xd1,0x9c,0x0c,0x9f,0xf7,0x8e,0x6c,0x31,0x22,0xa7,0x53,0x76,0x1b,0x50,0x82,0x4b,0x90,0x92,0xbb,0x69,0xaa,0x70,0x27,0x3e,0x0d,0x3c,0x90,0xff,0x6e,0xee,0x24,0x53,0x3f,0x6c,0x8f,0x23,0xc6,0xa2,0xf9,0x61,0xaf,0x1b,0xdf,0x0c,0xc6,0x51,0xe2,0xd1,0xe4,0xf0,0xb3,0x6e,0xb7,0x4b,0xd2,0x28,0xf0,0x3d,0xd2,0x83,0xd1,0x39,0x40,0xf9,0x61,0xe0,0x87,0xb4,0x9d,0xfa,0xdf,0xd3,0x43,0x67,0xc1,0xa2,0xc1,0xbd,0xa0,0xe6,0x87,0xf1,0x82,0xb5,0x52,0x1a,0x50,0x97,0xb5,0xc6,0x0b,0x20,0x15,0xde,0xc5,0x8e,0xe7,0xf9,0xe1,0xf4,0x70,0x0f,0x29,0x3a,0xee,0xd5,0x34,0x89,0x16,0xa1,0x77,0xb8,0x9c,0xf9,0x8c,0x66,0x2c,0x0e,0x0e,0x0e,0x34,0x16,0x92,0x9a,0x24,0xa0,0x21,0x85,0x51,0x98,0xe1,0x00,0x20,0xc9,0xf1,0x4c,0x9c,0x43,0xcf,0x4f,0x51,0x67,0x9e,0x94,0x25,0x7f,0xe6,0x12,0x66,0x8f,0x3a,0xed,0xcf,0xc6,0x13,0xfc,0xa3,0x08,0x31,0xaf,0xc5,0x66,0x86,0xf0,0x72,0xa2,0xc3,0x9c,0xf4,0x8a,0x30,0xc4,0xbf,0xe3,0x5b,0x09,0xca,0xea,0xfe,0xd5,0x40,0xe8,0x8f,0x2b,0x8e,0x74,0xa5,0x8c,0x6d,0x37,0x0a,0x02,0x27,0x4e,0xe9,0xa1,0xfa,0x52,0x20,0xe2,0xb5,0xe4,0x97,0xd9,0x1d,0x6e,0x4c,0xdb,0x09,0xfc,0x69,0x78,0xe8,0x82,0xcd,0xd0,0x44,0x5f,0xa7,0x50,0x0d,0x6e,0x44,0x46,0x20,0x8d,0xdc,0x2b,0xca,0xa4,0xc6,0x3b,0xf3,0xc8,0xa3,0xe2,0xbb,0xda,0xc8,0xc4,0x9f,0xce,0xd8,0x61,0x7b,0x57,0x13,0x3c,0x5d,0x8c,0xe7,0x3e,0x33,0xd6,0x24,0x81,0x59,0x14,0x1b,0x4b,0x4c,0x17,0xae,0x4b,0xd3,0xf4,0x0e,0xc4,0x8e,0x60,0x77,0xf6,0x9e,0x7a,0xee,0x9e,0x9b,0xcd,0xd2,0x24,0x89,0x12,0x35,0x37,0x99,0xf4,0xbd,0x7e,0xa6,0xfe,0x8e,0x1f,0x4e,0x22,0x35,0x45,0x0f,0xba,0x5d,0xea,0x64,0x53,0x21,0x65,0xcb,0x28,0xb9,0x22,0x9e,0x7f,0x5d,0xa9,0x57,0xf0,0x96,0x10,0xf6,0x6a,0xe5,0x3c,0x5f,0x91,0xae,0x27,0x3e,0x90,0x4d,0xc7,0x4b,0x6d,0x3b,0xf2,0x41,0x50,0xb2,0x1c,0xdf,0xcb,0x87,0xd1,0x7a,0xef,0xe4,0x1e,0xe1,0xda,0x35,0x1d,0x7b,0x14,0xff,0x0c,0x74,0xc8,0x51,0xef,0x6e,0x46,0xb9,0x3a,0x77,0x34,0x71,0xf8,0x4c,0x5f,0xcd,0xec,0x15,0x67,0x76,0x56,0xce,0xec,0xaa,0x99,0x7e,0x69,0x6a,0x2f,0x9b,0xea,0x16,0xa7,0xf6,0xd5,0x54,0x6f,0xbf,0x38,0x75,0x90,0x4d,0x95,0x08,0x3e,0xcd,0xa6,0xfa,0xc5,0xa9,0xcf,0xb3,0x29,0xcd,0xd7,0xb9,0x83,0x49,0xb0,0xcf,0xe2,0x68,0x49,0x93,0x11,0x6e,0x87,0x66,0x26,0x1a,0x74,0x3b,0xa0,0x13,0x56,0xb4,0x4f,0x39,0xa5,0xe2,0x48,0xa5,0xf1,0x4a,0xca,0x7c,0x17,0x32,0xf9,0x90,0x6e,0x1c,0xa5,0x10,0x15,0xc1,0x7f,0x13,0x1a,0x38,0xcc,0xbf,0xa6,0x83,0xe8,0x9a,0x26,0x93,0x20,0x5a,0x1e,0xa6,0x6e,0x02,0x3e,0xa4,0x1b,0x6c,0xbb,0x67,0x68,0x49,0xd0,0x8c,0x13,0x7a,0x97,0x51,0x71,0xc6,0xc0,0x7b,0xc1,0xc3,0x0c,0x97,0xa6,0x3b,0x00,0x52,0x0e,0x3b,0x44,0xb9,0x07,0x92,0xf1,0x01,0xaa,0x53,0x18,0x48,0x77,0xf5,0xba,0x26,0xf0,0xb3,0xf3,0x74,0x50,0x6d,0x32,0xba,0x5b,0x0a,0x29,0xc6,0xb7,0x15,0xfe,0x5c,0x04,0x21,0x8e,0x00,0xf2,0xa8,0x1b,0x25,0x0e,0x17,0x58,0x57,0x7f,0x27,0x88,0xa6,0x5c,0xf9,0xca,0xf6,0xba,0xb8,0xda,0xa2,0x3e,0x14,0x70,0x04,0xc7,0x8d,0xf0,0x7f,0x2d,0x26,0xc9,0xc9,0x23,0x9b,0x9f,0x00,0x78,0xd8,0xd9,0xf2,0xb4,0x3b,0x1a,0x47,0xde,0x2d,0x7e,0xaa,0xf8,0x4f,0xdc,0xc0,0x49,0xd3,0x63,0x4b,0x84,0x95,0xec,0x64,0x09,0xe8,0x94,0x86,0xde,0xc9,0x39,0x8a,0x4c,0x9e,0xc3,0x71,0x06,0x4c,0x8f,0x6c,0x39,0xaa,0x4e,0x1f,0x0c,0x85,0xc4,0xf7,0x14,0xf2,0x88,0x8d,0x15,0xbe,0x98,0x4f,0xb4,0x27,0x31,0xe2,0x15,0x46,0xf8,0x28,0x17,0x5f,0x1e,0x53,0xee,0x8c,0xba,0x57,0xe3,0xe8,0xc6,0xd2,0xe8,0xf6,0xd4,0xf9,0x67,0xca,0x68,0xd0,0x80,0x93,0x92,0x06,0x64,0x12,0x25,0x39,0xd2,0xc9,0x05,0xff,0xd2,0x86,0x53,0x91,0xcf,0x16,0x85,0xb1,0x4b,0xd2,0x3c,0x52,0xbe,0xfe,0x63,0xe4,0xeb,0x67,0xf2,0xf5,0x3f,0xb6,0x7c,0x3b,0x8f,0x91,0x6f,0x27,0x93,0x6f,0x67,0x23,0xf9,0xe0,0x31,0xf9,0x18,0x9b,0xbf,0xfb,0x18,0xe1,0x77,0x33,0xe1,0x77,0x3f,0xb6,0x72,0xf7,0x1e,0x23,0xdf,0x5e,0x26,0xdf,0xde,0xc7,0x96,0x6f,0xff,0x31,0xf2,0xed,0x67,0xf2,0xed,0x3f,0x74,0xf3,0xe1,0x2b,0x86,0x05,0xf5,0x04,0x71,0x2c,0x8b,0x30,0x3c,0x0b,0x31,0x22,0x84,0x48,0xda,0x4c,0x80,0xd1,0x98,0x59,0x24,0x0a,0xdd,0xc0,0x77,0xaf,0x8e,0xad,0x0b,0xca,0x84,0x24,0x8d,0x26,0xc8,0xc4,0x01,0x8e,0x6c,0x81,0xa6,0x13,0x4a,0x63,0x27,0x27,0xc3,0x1c,0xb6,0x48,0x47,0x69,0x4c,0x64,0x36,0x63,0x9d,0x9c,0x7d,0x05,0xa1,0x10,0x40,0x32,0x19,0x41,0x2c,0x1e,0x15,0x55,0x14,0x84,0x87,0x8a,0x98,0x88,0x29,0xfe,0x8a,0x90,0x78,0xc1,0x99,0x54,0x47,0x44,0x89,0x1d,0x2f,0xd7,0x47,0xc3,0xf3,0x43,0x29,0x3b,0x6e,0x58,0x6c,0xe5,0x9a,0x90,0x82,0x77,0xa5,0xdc,0xe4,0xdd,0x0a,0x8b,0x78,0xa7,0x13,0x58,0x66,0x04,0x78,0xa6,0xa6,0xa1,0x5f,0xbd,0xfb,0xdf,0xff,0x9a,0x3d,0x68,0xd3,0xb8,0x40,0x2a,0x0f,0x30,0x16,0xa2,0x6d,0x29,0x1e,0xe4,0x44,0x24,0x15,0xd6,0x89,0xd2,0x6a,0x3d,0xe0,0xd3,0x4d,0x01,0x0f,0x36,0x05,0xdc,0xdf,0x14,0x70,0x6f,0x53,0xc0,0xdd,0x4d,0x01,0x77,0x36,0x05,0xec,0x6f,0x0a,0xd8,0x33,0x01,0x8d,0xef,0xe6,0xb6,0x20,0xb8,0xb1,0x2f,0x4f,0xda,0x6d,0x83,0x68,0x96,0x17,0x59,0x84,0xa7,0x01,0xc7,0x96,0xca,0x7c,0x30,0x9f,0xe0,0xa9,0x0e,0xcf,0xa3,0x14,0x47,0xd2,0x6e,0x3f,0xd0,0x3f,0x64,0x62,0x5f,0xf4,0x90,0x37,0x32,0xdf,0x87,0xb4,0x61,0xe2,0x4f,0x2b,0x7d,0x64,0x9d,0x63,0x28,0x0e,0x3c,0xd3,0x07,0xc7,0xbf,0x78,0xf5,0xe2,0x70,0xf3,0x98,0x28,0x6a,0x3f,0xe1,0x12,0xfe,0xc4,0xe7,0xe1,0x64,0xe6,0x84,0x53,0x8a,0xf1,0x04,0xa7,0xde,0xc1,0x28,0x06,0x94,0x32,0x2e,0xc7,0x8f,0x62,0x4c,0xca,0xc8,0xb5,0x13,0x2c,0x00,0xa5,0x6b,0x9d,0x9c,0x3a,0xe1,0xc2,0x81,0xfc,0x47,0x4c,0x54,0xb1,0xb4,0x05,0xcf,0xaa,0x29,0x19,0xe4,0x50,0x9a,0x84,0x42,0x51,0x1f,0x6a,0xe1,0xed,0x2d,0x1f,0x40,0x51,0xc4,0xb7,0x8a,0xd8,0xf6,0xc8,0xb3,0xf6,0xa7,0x69,0x50,0x9c,0x2a,0xfc,0x14,0x49,0x7d,0xcf,0xd2,0x7a,0x08,0xba,0x32,0x9f,0xf3,0xcf,0x57,0x08,0xdb,0xe8,0x35,0x2d,0xfb,0x83,0x4b,0x7d,0x7e,0xf1,0xee,0x71,0x52,0xc7,0xe9,0x32,0x93,0x3a,0x06,0x8a,0x60,0x8f,0xde,0x2a,0xc9,0xfb,0x1f,0x43,0xf2,0xd3,0xb3,0x17,0x2f,0x57,0x48,0xae,0x20,0xb1,0x74,0xb7,0xd6,0x1d,0xe9,0x89,0xe3,0xf9,0x91,0x38,0xcf,0x11,0x3e,0x4b,0x85,0x39,0x72,0x69,0x41,0xa7,0x30,0xda,0xe8,0x36,0xd7,0x1d,0xf2,0x82,0xd2,0xc9,0xb3,0xf3,0xea,0xc3,0x7d,0x9d,0x10,0xfd,0x0d,0x84,0xe8,0x6d,0x24,0x04,0x26,0xc1,0xc3,0x67,0xc3,0x57,0x67,0x6f,0x7e,0xee,0x34,0x83,0x8f,0xc9,0xc0,0xf5,0xff,0x99,0x6a,0x14,0x42,0xe7,0xe9,0xd7,0xc3,0xe1,0x07,0x8c,0x9b,0x48,0xee,0x51,0xfe,0x33,0xff,0x8e,0xb1,0x91,0xe3,0x79,0xc9,0xc7,0x70,0xea,0xb3,0xb7,0x3f,0x41,0x28,0xde,0xff,0xb4,0x7f,0x5e,0x3b,0x39,0x05,0x41,0x7e,0x96,0x7c,0x54,0x34,0xca,0x8a,0xe7,0xed,0xc5,0x6d,0xca,0xe8,0xbc,0x2e,0x25,0x7d,0xe0,0x0e,0xfd,0x1d,0x4d,0x52,0xec,0x4a,0xd4,0xc7,0x2f,0xec,0xf8,0x89,0xa0,0x70,0x2d,0xe0,0x31,0x91,0xf8,0xa9,0xc6,0xf1,0xea,0x7c,0x63,0xae,0x7e,0xfc,0x21,0x18,0x9e,0x3a,0xe9,0xd5,0xc6,0x2c,0xe7,0x00,0xfc,0x21,0x98,0x7e,0xe1,0x30,0xba,0x74,0x6e,0x37,0xe6,0x3b,0x15,0xf0,0x1f,0x82,0xf5,0xaf,0x21,0x85,0x99,0xd3,0x35,0x9c,0x95,0xa1,0x72,0xe6,0x0b,0x8e,0x51,0xc7,0x3b,0x77,0xb2,0x75,0x16,0xcc,0xb8,0x02,0x4d,0xf3,0x1d,0x02,0x75,0x8f,0x0c,0x61,0xa6,0x68,0xbb,0xfa,0x19,0xe4,0x81,0x0a,0x50,0x8e,0x76,0x10,0xb9,0x4e,0x80,0x29,0x2d,0x8d,0x21,0x37,0xeb,0x09,0x19,0x91,0xee,0x88,0x8b,0xa9,0x42,0xc3,0xd1,0x38,0x93,0x4e,0x4b,0x07,0x39,0x5c,0x7a,0xc5,0x46,0xbe,0x77,0x63,0xb8,0x7e,0x29,0xe5,0xcb,0x9b,0x47,0xa5,0xa4,0xaf,0x00,0xdc,0xd3,0x3b,0x39,0xeb,0x80,0xfb,0x7a,0x5b,0x65,0x1d,0xf0,0x8e,0xde,0xc6,0x58,0x07,0xbc,0xab,0xf7,0x14,0xd6,0x01,0xef,0xe9,0x05,0xbe,0x01,0x5c,0xc8,0x64,0x4b,0xca,0x43,0x37,0xaf,0x53,0xc5,0x59,0xb8,0x9e,0x3b,0xa8,0xf7,0x6c,0x32,0x59,0xc3,0x78,0x7d,0x30,0x7e,0xe6,0x79,0xdc,0x76,0xd0,0x74,0x30,0x1c,0xc3,0x73,0x21,0x16,0x3f,0x34,0x0e,0xaf,0xe7,0xf9,0x82,0x06,0x06,0xcf,0x21,0x4d,0x19,0x8c,0x51,0x46,0x8b,0xac,0xf3,0xee,0x28,0xda,0xa5,0x37,0x12,0x26,0xba,0xb6,0x43,0x3a,0x3b,0x79,0x15,0x7a,0xf4,0x06,0x5c,0x6a,0x56,0x31,0x87,0xbc,0x57,0x4c,0x89,0xfd,0x5c,0x31,0x89,0xbb,0x62,0x4c,0x6c,0x16,0x39,0xa2,0x00,0xb5,0xc3,0x6d,0xeb,0x3c,0xa0,0x4e,0x4a,0xc9,0xc5,0x6d,0xe8,0x6e,0x7c,0xda,0x4a,0x75,0x66,0xca,0xfb,0x82,0x32,0x43,0x79,0x82,0x58,0xa6,0xb6,0x75,0xc1,0x23,0xbd,0x4d,0x47,0x41,0x34,0x5d,0x71,0xfc,0xbd,0x8e,0x4a,0x29,0x93,0x5e,0x61,0x8b,0x9e,0xba,0xa1,0x7d,0x28,0x8d,0x45,0x89,0xa3,0xe8,0x1e,0xd9,0x30,0x54,0x55,0x79,0xaf,0xb7,0x0b,0x58,0x1a,0xc8,0x01,0x32,0x88,0x5a,0x6e,0x02,0x95,0xde,0xec,0x01,0x4b,0x8b,0x98,0x53,0x5c,0xd6,0xd9,0xf0,0x19,0xf9,0x75,0x8c,0x61,0xaf,0x2e,0x2c,0x8a,0x92,0x0c,0x57,0xe1,0xb0,0x68,0xb4,0x48,0x20,0x32,0x4a,0x27,0xc3,0xb7,0xd9,0x87,0xb6,0xdd,0xeb,0x7d,0xde,0xe9,0xef,0x74,0x7a,0x9f,0xf7,0x3a,0x07,0x9f,0xdb,0xcc,0xed,0xe1,0x5f,0x60,0xd7,0x19,0xfb,0x99,0x27,0x6b,0xb1,0x52,0xfb,0xb6,0x76,0xcd,0x67,0xcc,0x81,0x9c,0x23,0xe1,0xa9,0x90,0x92,0xf4,0xb1,0xee,0x57,0x54,0x50,0x6c,0x76,0x31,0xc6,0x70,0xf6,0xf1,0x6f,0x64,0x7c,0x4b,0x8e,0x1c,0xbe,0x60,0xd0,0x88,0x45,0x66,0x09,0x9d,0x88,0xb5,0xa6,0xb0,0xd8,0xa9,0xcf,0x66,0x8b,0x71,0xc7,0x8d,0xe6,0xf6,0xf7,0xd1,0x34,0xf2,0x22,0xfb,0xfb,0xe1,0x73,0x38,0x22,0x40,0xca,0x29,0xbe,0xaa,0x1f,0x8d,0x03,0x27,0x84,0x03,0x48,0xc0,0xf1,0xc9,0x23,0xdb,0xc1,0x7d,0x17,0x5c,0x53,0x37,0xf1,0x63,0x5d,0xb5,0xf6,0x6f,0x9c,0x6b,0x47,0x8c,0x5a,0x1c,0x64,0xb2,0x08,0x5d,0x1e,0xca,0x9e,0xfd,0xc6,0xb9,0x69,0x80,0xbe,0x5b,0xa0,0x0f,0xb9,0xa0,0x16,0x47,0x6c,0x11,0xd0,0x84,0xd3,0x24,0x77,0x42,0x07,0xd7,0x4e,0x42,0x6e,0xe6,0xc1,0x08,0x45,0x24,0xc7,0x24,0xa4,0x4b,0xf2,0xf7,0xa7,0xaf,0xbf,0x84,0xa7,0xb7,0xf4,0xbb,0x05,0x44,0x8f,0x46,0x73,0x20,0x20,0x15,0x54,0x27,0x8a,0x69,0xd8,0x10,0xa4,0x38,0x03,0x96,0x2c,0x68,0x09,0x08,0x34,0x25,0x09,0x7c,0x49,0x1d,0x8f,0x26,0x0d,0xeb,0xb9,0x7e,0x65,0xa1,0x45,0x2c,0x27,0x8e,0x61,0x9f,0xf8,0xfb,0x25,0xfb,0xa6,0xbd,0x5c,0x2e,0xdb,0x50,0x77,0xcd,0xdb,0x40,0x92,0x86,0x2e,0x14,0x5f,0x9e,0x55,0xe6,0x1c,0x26,0x40,0xec,0x16,0xb7,0x8a,0x8a,0xa2,0x0e,0x44,0xce,0x96,0xdc,0xc8,0x16,0xc5,0x5f,0xf9,0x4f,0x48,0x23,0x43,0xe4,0x68,0x98,0x80,0x02,0xc2,0x31,0xd9,0x35,0x00,0x4b,0xc0,0xc2,0x12,0x10,0xb0,0xdf,0xed,0x96,0x40,0xf1,0x27,0x53,0xa9,0xce,0x21,0x8d,0x61,0x98,0x0e,0x61,0x57,0xe0,0x21,0x0e,0x1c,0x97,0x36,0xec,0x2d,0x7b,0xda,0x22,0x5b,0xd6,0x56,0x53,0x2d,0x45,0xfd,0xdc,0x9b,0x8f,0x34,0x80,0xd8,0x55,0xc1,0xc8,0x09,0x28,0xd8,0xaf,0x85,0x9b,0x49,0x78,0xcf,0xf4,0x90,0x58,0x64,0x9b,0x14,0x44,0xad,0x21,0x2e,0xbf,0xde,0x4b,0x08,0x5c,0x27,0x6e,0x3f,0x79,0x02,0x5b,0xbd,0x08,0x02,0xf2,0x8b,0x5f,0x70,0xa3,0xc0,0xc5,0x5a,0xe7,0x67,0x17,0x43,0xcb,0x58,0xaf,0xb6,0x9b,0xa1,0xc7,0x11,0x15,0xab,0xfb,0x92,0xc8,0x26,0x6c,0x06,0xf7,0xe9,0x27,0xf7,0x9a,0x55,0xa2,0x5d,0x41,0x28,0x2a,0x18,0x66,0xc6,0xb3,0xd2,0x68,0xad,0x2f,0x5e,0x0e,0xc1,0x5e,0x50,0x5c,0xa4,0x5a,0x24,0x77,0x1e,0xa5,0xac,0x84,0x63,0x98,0x78,0x35,0x55,0xbe,0x5a,0x09,0x59,0x41,0x16,0x0e,0xcd,0xc7,0x50,0x7d,0xf1,0xf2,0xf5,0xcb,0x02,0xd9,0x4f,0x3f,0x41,0x1f,0xcb,0x02,0x14,0x18,0x16,0xf1,0x22,0x77,0x31,0x07,0x5f,0xe8,0x80,0xd7,0xbf,0x0c,0x28,0x7e,0x4d,0x7f,0x75,0xfb,0x1c,0x23,0xca,0x1b,0x67,0x4e,0x1b,0x5a,0x38,0x43,0x22,0x88,0x8f,0xc9,0xf6,0x08,0x83,0xd1,0x66,0xf8,0x2a,0x98,0x71,0x7c,0x29,0x81,0x7a,0x09,0x5a,0x4d,0xe0,0x57,0xb7,0xaf,0xbc,0x86,0xf6,0xa6,0x54,0x31,0x56,0x2f,0x6d,0x90,0x6f,0x36,0x6b,0x32,0x1e,0x3a,0x53,0xc1,0x96,0x47,0x7e,0x8d,0x65,0x5c,0xc7,0x2a,0xce,0x58,0x2c,0xeb,0xc0,0x96,0x19,0x58,0xde,0x57,0xae,0x25,0x9b,0x77,0x9f,0x73,0x41,0x44,0x63,0x13,0xf4,0x19,0xd6,0xa1,0xca,0xf6,0xa7,0xe2,0x87,0xad,0xc5,0x51,0x1a,0xb0,0x5a,0xe9,0xb0,0x7f,0x6b,0x20,0x60,0x80,0xae,0x53,0x30,0xf6,0x2b,0xb3,0x15,0xa5,0xcb,0xb5,0x08,0xbc,0x55,0xa8,0x10,0xb0,0x29,0x35,0x4a,0xbc,0x5e,0x1d,0x82,0xe8,0x9e,0x15,0x30,0xfa,0xeb,0x30,0xfa,0x9a,0xb6,0xb2,0xee,0xca,0x3a,0xd9,0xf2,0x36,0x4c,0xc6,0x4e,0xf5,0x40,0x36,0x42,0xe5,0xcd,0x92,0x9c,0x2f,0xb7,0x71,0x59,0xac,0xd7,0xe1,0xaa,0x7a,0xde,0xf0,0x0d,0xbf,0xd6,0xd8,0xfc,0xd8,0x84,0xc6,0x4a,0xb9,0x56,0x3c,0x2c,0x04,0x0d,0x0c,0x59,0xe3,0xd6,0x21,0xa9,0x32,0x58,0xe1,0x89,0xca,0xb4,0x0e,0x43,0xd6,0xae,0x9a,0x93,0x8a,0x5c,0xaf,0xd6,0x82,0x64,0x3a,0xa8,0xb8,0xc8,0xd4,0x71,0x93,0xb0,0xa0,0xb2,0xcc,0xe6,0x37,0xdd,0x6f,0xf3,0xdd,0xc6,0x2b,0x5a,0xc7,0xa4,0xdd,0x93,0xf4,0x9c,0x78,0x84,0xed,0x53,0x18,0xb2,0xac,0x7c,0x08,0xcd,0x50,0x1f,0xc2,0x08,0x03,0x7b,0x50,0x02,0x55,0xe3,0x3a,0xbc,0x8a,0xfa,0x96,0x2d,0xe2,0x12,0xc4,0xc7,0xfc,0xd0,0x4e,0xa8,0x91,0x8b,0xa8,0xc3,0x97,0xfc,0xed,0xc5,0xd9,0x9b,0x4e,0x8c,0x77,0x18,0x11,0x64,0x50,0x84,0x18,0x39,0x49,0x82,0x11,0x89,0x3f,0xc8,0x4b,0x67,0xf0,0x09,0x29,0x05,0xf0,0x69,0x65,0xa9,0x03,0xa4,0x14,0xa4,0xc1,0xf7,0x10,0x80,0xbb,0x03,0xf8,0x38,0xd2,0x08,0x74,0x20,0xd5,0x98,0xb2,0x19,0x0c,0x6f,0x6f,0x1b,0x07,0x5f,0x16,0xf4,0xbe,0xf1,0xbf,0xed,0xf0,0x07,0xea,0x65,0xdc,0x10,0x13,0xc6,0xf9,0x99,0xd9,0xb3,0xb4,0xb3,0xb7,0xa0,0x13,0x25,0x9b,0x1c,0x45,0xcf,0xaf,0x00,0x96,0x8a,0x2a,0x00,0xc7,0x4b,0x1d,0x36,0xdf,0x12,0x09,0x06,0x03,0x05,0x72,0xf9,0x16,0xe5,0x20,0x26,0x11,0xdb,0x96,0x3b,0x2d,0x01,0xf0,0x49,0x9b,0xd6,0x9a,0xe3,0x1a,0x80,0xb0,0x4c,0x05,0x63,0x04,0x86,0x0e,0x4f,0xe4,0x35,0x7a,0x6a,0x72,0x50,0x40,0x50,0xe1,0xa0,0x12,0x01,0x27,0x0d,0x1e,0x7a,0x10,0xe8,0xf8,0x61,0x48,0x93,0x2f,0x87,0xa7,0xaf,0x73,0x2c,0x39,0x35,0x28,0x60,0xf8,0x71,0x15,0xb0,0x1f,0x17,0xe1,0xd0,0xb1,0xab,0x20,0x71,0xbc,0x08,0x2b,0xfd,0xb9,0x0a,0x5c,0x4e,0x69,0x18,0xc2,0x95,0xab,0x60,0x53,0x2c,0x42,0x78,0xf7,0x47,0x4b,0x8a,0xb4,0x43,0x92,0x1f,0x58,0xbe,0x77,0xc3,0x2d,0x54,0x8d,0x89,0x9b,0x62,0x72,0x28,0xf3,0x16,0xf0,0x22,0xfe,0x7e,0xff,0x2d,0x5e,0xcd,0xf2,0xf2,0x84,0x37,0x4b,0x84,0x2c,0x9b,0x93,0x5b,0xe5,0x61,0xca,0x87,0x44,0xad,0xb2,0xc2,0xc9,0xf0,0x47,0x17,0x8a,0x7f,0xef,0xe0,0xf7,0x6d,0xd2,0x1b,0x98,0x84,0xf0,0xae,0xb1,0x72,0x73,0x35,0x5e,0xe5,0x73,0x82,0x06,0xff,0x37,0x5d,0xe9,0x75,0x8a,0xa8,0xbb,0x48,0x92,0x51,0x9c,0x71,0x16,0x58,0xe0,0x71,0x76,0xaf,0x5b,0xc8,0x74,0xcd,0x4d,0x17,0x78,0x1d,0x16,0xfd,0x8d,0x7f,0x43,0xbd,0x46,0xbf,0x98,0x17,0x23,0x6d,0x0c,0xe0,0xa7,0x0e,0x9b,0x21,0xd5,0x86,0x40,0x68,0x91,0x6e,0x67,0xbf,0x08,0xcb,0x17,0xb6,0x0d,0x2b,0xd3,0xaa,0xf4,0xad,0xec,0x95,0xf5,0x96,0x7c,0x65,0xbd,0x25,0x5f,0x59,0x5b,0xdb,0xb7,0xdb,0x96,0x7a,0x6b,0x6d,0x6d,0xab,0xed,0xe3,0x63,0x5b,0xf2,0xfd,0xb5,0x55,0x94,0x5d,0xed,0x31,0x70,0xd1,0xd5,0x7a,0x6f,0xd6,0x30,0x15,0x9a,0xc3,0xec,0xbd,0x8b,0xa9,0x7b,0x9e,0xeb,0x74,0xc4,0xb5,0xbb,0x77,0x78,0xc7,0x8e,0xb4,0xf5,0x89,0x68,0x32,0x81,0x5a,0xac,0x62,0x42,0x60,0xbc,0x06,0x89,0x61,0x7f,0x7a,0xe5,0x42,0x47,0x03,0xcd,0x95,0x0c,0xb2,0xa2,0x66,0x06,0x2b,0x41,0x05,0xd5,0x61,0xd4,0xa8,0x96,0x0d,0x74,0xdd,0x1c,0x40,0x28,0xfa,0xf1,0xbf,0xff,0xe5,0xfd,0x0f,0x7f,0x7e,0xff,0xfb,0xff,0xf8,0xf1,0x5f,0xff,0xf1,0xfd,0x3f,0xff,0xa1,0x72,0xf5,0x3c,0x35,0x1c,0xe1,0xc1,0xd6,0xe8,0x1d,0x74,0x7a,0xe4,0xaf,0x95,0x3d,0x8c,0xdc,0x68,0x11,0xb2,0x26,0xb1,0x41,0xec,0x6e,0x17,0x3e,0x76,0xf6,0xf1,0xaa,0x63,0x8e,0xb9,0x34,0xcc,0x02,0x68,0xe8,0x36,0x01,0xdc,0xff,0xf2,0x9f,0xff,0xfe,0xfe,0x87,0x3f,0xbd,0xff,0xe1,0x8f,0x7f,0xf9,0xc3,0xef,0x6a,0x3d,0x58,0x30,0x5c,0xc4,0xba,0xf7,0x72,0x06,0x7e,0xe8,0x45,0x4b,0x2c,0x72,0xb1,0x61,0x14,0x2d,0x58,0xc3,0xf4,0xcc,0x16,0xd9,0x01,0x89,0xb2,0x22,0xa8,0x95,0xfb,0x13,0x48,0x72,0xc1,0x12,0x3f,0x9c,0x36,0x9a,0xb2,0x3e,0x28,0xfa,0xf4,0xc0,0xa8,0xe3,0x2f,0x28,0x3b,0xfb,0xaa,0xe1,0x67,0xbb,0x93,0xd7,0x11,0x78,0x34,0xa9,0xfb,0xe2,0x58,0x06,0x3b,0x50,0x90,0xa9,0x32,0x2f,0x2b,0x16,0xf8,0xf9,0xa5,0x12,0x00,0x74,0xd4,0x72,0x9b,0xa3,0x12,0x47,0x57,0x82,0x75,0xf6,0x95,0x55,0xa8,0x90,0x40,0xaa,0x57,0xb0,0x84,0x0d,0xc4,0xc2,0xe6,0xc0,0x43,0xa4,0xe2,0x2f,0x15,0xd6,0x8b,0x04,0x0a,0xec,0x74,0x3a,0x96,0xaa,0xb0,0x74,0xc1,0xd4,0x7d,0x2c,0x25,0x9a,0x94,0xb5,0x6b,0xe4,0x10,0x22,0x5f,0x18,0xa5,0x4c,0x0f,0x5e,0x55,0x81,0x2b,0xcb,0x04,0x56,0x46,0x2d,0x8d,0x16,0x78,0x47,0xa3,0x32,0x75,0xf8,0x25,0x64,0x0a,0x2d,0x8b,0x40,0xf5,0xde,0xcd,0x73,0x93,0xfb,0x52,0xec,0x96,0x77,0xe0,0x6a,0x82,0xb7,0x30,0x07,0xdd,0xb2,0x72,0xf6,0xcd,0x0a,0x6d,0xe4,0xb7,0x49,0xb2,0x9d,0x92,0x45,0x8a,0xbe,0x49,0xaa,0xd2,0x91,0x27,0x34,0x84,0x17,0xab,0x6b,0x69,0x2d,0x83,0xc2,0xfc,0x31,0x9f,0x37,0x95,0xa0,0xa8,0xea,0x67,0xbc,0xca,0x85,0x56,0xf6,0x0c,0xca,0x58,0x8a,0x91,0x68,0xbd,0xa7,0xdf,0x64,0x03,0xa2,0xf9,0x4e,0x3d,0xde,0x7d,0xfe,0xb6,0x83,0xcd,0x2f,0xa3,0xc5,0xa0,0xad,0x5a,0xcb,0x64,0xe6,0x99,0x90,0xb8,0x0c,0x91,0xff,0x1c,0x13,0x18,0x4d,0x28,0x5b,0x24,0xa1,0xb6,0xc4,0x39,0xae,0xba,0x67,0xac,0xc9,0xb6,0x9f,0x9d,0xff,0xf8,0xe7,0x7f,0x7b,0xff,0x3f,0xff,0xa4,0x25,0x34,0xb2,0x00,0xd3,0x92,0x42,0xcd,0xc2,0xb3,0x35,0x69,0xba,0xd2,0x54,0x69,0x4c,0x57,0xfb,0x08,0xfe,0xe4,0xc5,0x6a,0x0d,0x50,0xd5,0x36,0xea,0x21,0xa0,0x52,0xbd,0x32,0x8f,0xd4,0xcf,0x79,0x59,0x81,0xea,0x20,0x38,0xb6,0x72,0xcb,0x6c,0xfb,0x42,0xec,0xec,0x0a,0xcd,0xf4,0x3f,0xa8,0x66,0x8a,0x2b,0xaa,0x56,0xcd,0xca,0x75,0x3f,0x44,0x37,0x15,0x06,0x5b,0xa9,0x20,0x3d,0x6f,0x37,0x1d,0x59,0xa6,0xd7,0xf3,0x41,0xb5,0x41,0x8a,0xdb,0x3c,0xd8,0x6d,0xd3,0x8c,0x52,0xd8,0x64,0xc9,0xf4,0xb4,0x84,0xdf,0x90,0xb3,0x32,0xe1,0x37,0x45,0x5c,0xed,0x6c,0x85,0xea,0x64,0x15,0xe1,0x42,0x61,0x52,0x4d,0x5d,0x2e,0xd1,0xb6,0xbf,0x5e,0x44,0x02,0x1e,0xb2,0xaa,0xe4,0x2a,0xd5,0x57,0x1d,0x85,0xcc,0xf1,0xc3,0xaf,0x4f,0xa1,0x9e,0x48,0x0c,0x3f,0x84,0x67,0x88,0xe6,0xe0,0xc7,0x67,0x93,0x86,0xb5,0x05,0x81,0xe4,0x04,0xc2,0xad,0x14,0xe0,0xb7,0xbf,0x25,0xfa,0x34,0xf6,0x4e,0xeb,0xa6,0x49,0xe5,0xb4,0x4c,0x93,0x4e,0xc8,0x4e,0xdf,0x50,0xab,0xf0,0x7a,0xdd,0x2e,0xe5,0xd6,0xc9,0x09,0x65,0x24,0xf7,0x22,0x0b,0xff,0x6e,0x3e,0x9a,0xc3,0x09,0x89,0x96,0x7a,0x11,0x25,0xc9,0x6d,0x8b,0x80,0xf1,0x6d,0x31,0xb2,0x00,0xc5,0x6e,0x11,0x38,0x2c,0x2e,0x2d,0xfc,0x17,0x4e,0x28,0x97,0x76,0x2e,0xc3,0xcb,0xf0,0x59,0x90,0x46,0x2d,0x22,0xb9,0x1f,0x1d,0x03,0xfb,0x8e,0x65,0x06,0x64,0xf3,0x1e,0xcf,0x5a,0x3b,0x40,0x6d,0xe5,0x7a,0x94,0x56,0xd1,0xc4,0x65,0x1a,0xa3,0xb8,0x47,0xcd,0x52,0x02,0x27,0x9a,0xc7,0x72,0x11,0xc5,0xfc,0xd6,0x08,0x80,0x7a,0xa7,0xb8,0x64,0x37,0xa6,0x0c,0xba,0x15,0x15,0x04,0xd1,0x0d,0xe7,0x03,0x49,0x93,0xd5,0x2b,0x4e,0xe2,0xcc,0xd3,0x82,0x97,0x6e,0x5b,0xc4,0xda,0xae,0x70,0xc7,0xc2,0xa1,0x8a,0x2d,0x3a,0xdb,0xe5,0x77,0x96,0xea,0x4e,0xd6,0x5c,0x46,0xb3,0x12,0xc2,0xe4,0x8d,0x73,0x6f,0xae,0x3a,0x6f,0xd4,0x25,0xc9,0x8a,0x62,0x8c,0xf3,0xe6,0x4d,0xc5,0x1a,0xce,0xa8,0xe0,0x44,0x9c,0xaa,0x90,0x69,0x95,0x84,0xd2,0x62,0x9e,0x91,0x02,0x5d,0xc0,0x68,0x98,0xe7,0x41,0x2b,0x50,0x56,0x9f,0x20,0x2b,0xf3,0x58,0x24,0x0c,0x6b,0x5a,0x04,0xac,0xc5,0x13,0x6c,0x43,0x1b,0x95,0xaf,0x2a,0x2a,0xf5,0x26,0xb5,0x55,0xce,0x4a,0x0c,0x16,0xa6,0xda,0x44,0x97,0xe8,0x21,0x5a,0xc3,0x5c,0xe5,0xcd,0x99,0x55,0x59,0x47,0x82,0x55,0xd5,0xd5,0xb8,0xc5,0x1a,0xd6,0xbc,0x05,0xb0,0xd5,0xdd,0x2a,0xde,0xab,0x2d,0xaa,0xb9,0x2a,0x5f,0x04,0x9e,0x1d,0x0c,0xad,0xf5,0x55,0xae,0x59,0x61,0x9a,0x7c,0xad,0xed,0x86,0xbf,0xdd,0x6b,0x6e,0x5b,0x5b,0x27,0xd6,0x76,0x46,0x0e,0xb2,0xc9,0x6d,0x6b,0xa5,0x24,0x85,0xd7,0x49,0xd9,0x51,0xaa,0x1b,0x8c,0xac,0xdb,0x36,0x33,0x2e,0x61,0xd3,0x9b,0xd9,0x55,0xf1,0x68,0x5d,0xe7,0xd0,0x0f,0x32,0xba,0x15,0xf6,0x23,0xdf,0x65,0x97,0x6d,0x07,0x3b,0xa3,0x35,0x56,0x23,0x9b,0xa7,0xc6,0x62,0x13,0x5d,0x78,0xd9,0x22,0xcd,0xeb,0xd8,0x6e,0xab,0x30,0xf6,0x25,0x2f,0xf9,0xeb,0xe5,0xd3,0xae,0x11,0x94,0x45,0xe4,0x97,0x8c,0xd6,0x34,0x68,0xd8,0x78,0xa4,0xcc,0xf2,0xd2,0xbc,0x06,0x71,0x59,0x77,0x23,0xe3,0xb2,0xe6,0x4a,0xc6,0x65,0xed,0x9d,0x8c,0xcb,0x95,0x97,0x32,0x2e,0x0b,0x57,0x29,0x74,0xa3,0x80,0xb0,0x9a,0x46,0x01,0xc5,0x5f,0x09,0x2c,0x38,0x17,0x5f,0x04,0x2c,0x34,0xad,0xf3,0x40,0xf4,0x61,0x0e,0xa4,0x4e,0x6c,0x88,0x81,0xe5,0x46,0x84,0xd2,0x05,0xf7,0x15,0x10,0x40,0xbf,0xfa,0xb1,0xb5,0xbb,0x75,0xf2,0x26,0x22,0xfa,0x1d,0x2d,0xe6,0x9d,0x94,0xe4,0xbc,0xaf,0xef,0x4e,0xe9,0x32,0x54,0x3b,0xac,0x2e,0x43,0x49,0x55,0xa5,0x4d,0x51,0xd7,0x45,0xf1,0x5d,0x2d,0x77,0x66,0xf8,0xb4,0xb8,0x64,0x35,0x80,0x5c,0x08,0x2c,0x1a,0xe3,0x24,0xe5,0xfd,0x86,0x07,0x21,0xc9,0x57,0x73,0xa2,0x4b,0xb7,0x39,0x1a,0xb6,0x9f,0xaa,0xc1,0xeb,0x74,0xb8,0xf2,0xdd,0x84,0x79,0x95,0xa8,0x69,0xb8,0x99,0x54,0xe1,0x6a,0xbf,0x31,0xef,0x4b,0xe9,0x2f,0x05,0x80,0x6c,0xdd,0x1b,0x91,0xfc,0x76,0x5d,0xd3,0xc8,0x52,0xf9,0x2e,0xf3,0x16,0x66,0x3d,0xaa,0xba,0x70,0x57,0xc6,0x26,0xf5,0x2f,0xa2,0xd4,0x8d,0xb3,0x1c,0x31,0x4f,0x72,0xb9,0xcc,0xf2,0x2d,0x3b,0xa4,0x49,0xf2,0xd1,0xb2,0xe4,0x83,0xb2,0xf8,0x52,0xeb,0x4d,0xbe,0xf2,0x17,0xbf,0x7e,0x8f,0x56,0xe0,0x87,0x40,0xdc,0xf7,0x9e,0x58,0xcd,0x41,0x31,0x93,0x35,0x93,0x58,0x9e,0x28,0x29,0xdb,0x91,0x5d,0x4e,0xfe,0x5f,0x08,0x34,0xf0,0x56,0xc7,0x0b,0x87,0x51,0x14,0x4a,0xb5,0xcd,0x14,0x35,0xdb,0xd6,0x70,0x34,0xd3,0xe3,0xfe,0xfa,0x2a,0x64,0x8d,0x94,0xba,0x7a,0xeb,0xc4,0x9d,0x7b,0x26,0xa0,0xc5,0xaf,0x24,0x48,0xc3,0xe3,0xdf,0x23,0xbd,0xb0,0x06,0xf8,0x2c,0x1f,0x87,0xf4,0x76,0xbf,0x6a,0xb1,0xcf,0x4f,0x5f,0x90,0x97,0x6f,0xdf,0x9e,0xbd,0x7d,0xa2,0x37,0x47,0x8c,0xf6,0xcd,0x8e,0x9a,0xd0,0xb2,0xab,0x75,0x81,0x54,0x34,0x4b,0x76,0x74,0xbd,0x99,0xb1,0x39,0xef,0xa2,0x80,0x94,0x65,0x83,0x34,0x2f,0xd3,0x15,0x0c,0x92,0x17,0xb0,0xbd,0xfe,0xce,0xee,0xde,0xbe,0x55,0x2d,0xda,0x2f,0x11,0xea,0xd8,0xda,0xc6,0x8f,0x0f,0x23,0x25,0x52,0x2a,0x8b,0x99,0xdf,0x73,0x52,0x64,0xe5,0x5d,0xab,0x3a,0xd3,0x55,0xd7,0xb1,0x4c,0x9b,0x97,0xca,0xde,0xad,0x50,0x36,0x5e,0x01,0x5b,0xbb,0x8a,0x5d,0x4d,0x58,0xc9,0x21,0x93,0xf7,0xc8,0x16,0x17,0x95,0xf8,0x6d,0x2a,0xf5,0x6b,0xde,0xb6,0xfc,0xdf,0x4e,0xfe,0x0f,0x28,0x00,0xc9,0x71,0x07,0x45,0x00,0x00}; diff --git a/TC1/main.h b/TC1/main.h index 24e99df..7ba600b 100644 --- a/TC1/main.h +++ b/TC1/main.h @@ -4,7 +4,7 @@ #include "mico.h" #include "micokit_ext.h" -#define VERSION "v0.10.1" +#define VERSION "v0.11.0" #define TYPE 1 #define TYPE_NAME "zTC1" diff --git a/TODO.txt b/TODO.txt index 316c6bf..b1f8872 100644 --- a/TODO.txt +++ b/TODO.txt @@ -3,3 +3,4 @@ 2. 添加定时任务 5. OTA固件升级 6. 登录 +8. ota进度