From bb2616dcb9107fadfbb49dbec185fc6491e20437 Mon Sep 17 00:00:00 2001 From: zogodo <742782908@qq.com> Date: Sun, 9 Feb 2020 15:09:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BAOTA=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/http_server/app_httpd.c | 12 +++++++++++- TC1/http_server/index.html | 11 +++++++++++ TC1/http_server/web_data.c | 2 +- TC1/ota_server/user_ota.c | 5 +++++ TC1/ota_server/user_ota.h | 1 + 5 files changed, 29 insertions(+), 2 deletions(-) diff --git a/TC1/http_server/app_httpd.c b/TC1/http_server/app_httpd.c index 0f5b628..c78276e 100644 --- a/TC1/http_server/app_httpd.c +++ b/TC1/http_server/app_httpd.c @@ -297,6 +297,16 @@ exit: return err; } +static int Otastatus(httpd_request_t *req) +{ + OSStatus err = kNoErr; + char buf[16] = { 0 }; + sprintf(buf, "%.2f", ota_progress); + send_http(buf, strlen(buf), exit, &err); +exit: + return err; +} + static int OtaStart(httpd_request_t *req) { OSStatus err = kNoErr; @@ -321,7 +331,7 @@ struct httpd_wsgi_call g_app_handlers[] = { { "/wifi/scan", HTTPD_HDR_DEFORT, 0, HttpGetWifiScan, HttpSetWifiScan, NULL, NULL }, { "/log", HTTPD_HDR_DEFORT, 0, HttpGetLog, NULL, NULL, NULL }, { "/task", HTTPD_HDR_DEFORT, 0, HttpGetTasks, HttpAddTask, NULL, HttpDelTask }, - { "/ota", HTTPD_HDR_DEFORT, 0, NULL, OtaStart, NULL, NULL }, + { "/ota", HTTPD_HDR_DEFORT, 0, Otastatus, OtaStart, NULL, NULL }, }; static int g_app_handlers_no = sizeof(g_app_handlers)/sizeof(struct httpd_wsgi_call); diff --git a/TC1/http_server/index.html b/TC1/http_server/index.html index ea3acb2..ff3250a 100644 --- a/TC1/http_server/index.html +++ b/TC1/http_server/index.html @@ -240,6 +240,7 @@
OK +

power by github/zTC1

@@ -305,6 +306,8 @@ var uptime = document.getElementById("uptime"); var sys_log = document.getElementById("sys_log"); var log_div = document.getElementsByClassName("log_div")[0]; +var ota_status = document.getElementById("ota_status"); + var mode = -1; var ap_name = ""; var ap_pswd = ""; @@ -568,6 +571,14 @@ function OtaStart() { SetIng(4); HttpPost("/ota", function (re) { SetOK(4); + OtaStatus(); + }, ato_url); +} + +function OtaStatus() { + HttpGet("/ota", function (re) { + ota_status.innerHTML = " ota progress: " + re + "%"; + window.setTimeout(OtaStatus, 1000); }, ato_url); } diff --git a/TC1/http_server/web_data.c b/TC1/http_server/web_data.c index c4fa603..3a45e02 100644 --- a/TC1/http_server/web_data.c +++ b/TC1/http_server/web_data.c @@ -1 +1 @@ -const unsigned char index_html[0x1125] = {0x1f,0x8b,0x08,0x00,0xd4,0x69,0x3f,0x5e,0x02,0xff,0xc5,0x3c,0x5d,0x73,0xe3,0x46,0x72,0xef,0xae,0xf2,0x7f,0x98,0x85,0x2b,0x27,0x32,0xfc,0x00,0x49,0x7d,0xad,0x45,0x49,0x57,0x7b,0xbb,0x1b,0x7b,0xe3,0xd5,0x4a,0x5e,0xe9,0xb2,0x49,0x59,0x2e,0x16,0x08,0x0c,0x49,0x9c,0x40,0x00,0x06,0x86,0xa2,0x64,0x9d,0xaa,0xf2,0x76,0x57,0x7e,0xb8,0x24,0xef,0xa9,0xba,0xcb,0xdb,0xbd,0x25,0x0f,0xa9,0xca,0x43,0xf2,0x94,0xff,0xb2,0xbe,0xbf,0x91,0xee,0xf9,0x00,0x66,0x00,0x10,0xa4,0xe4,0xdd,0x58,0x2e,0xaf,0x80,0x99,0xfe,0x9a,0x9e,0xee,0x9e,0xee,0xc6,0xec,0x1e,0x3e,0x79,0x71,0xfa,0xfc,0xe2,0x1f,0xce,0x5e,0x92,0x19,0x9b,0x07,0xc7,0x9f,0x7e,0x72,0x98,0xfd,0xa6,0x8e,0x07,0xbf,0x09,0xfc,0x1c,0xce,0x29,0x73,0x00,0x80,0xc5,0x1d,0xfa,0xdd,0xc2,0xbf,0x3e,0xb2,0xdc,0x28,0x64,0x34,0x64,0x1d,0x76,0x1b,0x53,0x8b,0xc8,0xb7,0x23,0x8b,0xd1,0x1b,0x66,0x23,0x01,0x18,0x9b,0x39,0x49,0x4a,0x61,0x6c,0xc1,0x26,0x9d,0xa7,0x96,0x41,0x29,0x83,0x5f,0xfa,0x1e,0x9b,0x1d,0x79,0xf4,0xda,0x77,0x69,0x87,0xbf,0xb4,0xfd,0xd0,0x67,0xbe,0x13,0x74,0x52,0xd7,0x09,0xe8,0x51,0xbf,0xdb,0x6b,0xcf,0x9d,0x1b,0x7f,0xbe,0x98,0x6b,0x23,0x8b,0x94,0x26,0xfc,0xd5,0x19,0xc3,0x48,0xcf,0x22,0xa1,0x33,0xa7,0x47,0xd6,0xb5,0x4f,0x97,0x71,0x94,0xb0,0x8c,0x19,0xf3,0x59,0x40,0x8f,0xdf,0xd1,0xc0,0x8d,0xe6,0xe4,0xe2,0x79,0xff,0xd0,0x16,0x23,0x72,0x3a,0x65,0xb7,0x01,0x25,0xb8,0x04,0x29,0xb9,0x9b,0xa6,0x0a,0x77,0xe2,0xd3,0xc0,0x03,0xf9,0xef,0xe6,0x4e,0x32,0xf5,0xc3,0xce,0x38,0x62,0x2c,0x9a,0x1f,0xf4,0x7b,0xf1,0xcd,0x70,0x1c,0x25,0x1e,0x4d,0x0e,0x3e,0xeb,0xf5,0x7a,0x24,0x8d,0x02,0xdf,0x23,0x7d,0x18,0x9d,0x03,0x94,0x1f,0x06,0x7e,0x48,0x3b,0xa9,0xff,0x3d,0x3d,0x70,0x16,0x2c,0x1a,0xde,0x0b,0x6a,0x7e,0x18,0x2f,0x58,0x3b,0xa5,0x01,0x75,0x59,0x7b,0xbc,0x00,0x52,0xe1,0x5d,0xec,0x78,0x9e,0x1f,0x4e,0x0f,0x76,0x91,0xa2,0xe3,0x5e,0x4d,0x93,0x68,0x11,0x7a,0x07,0xcb,0x99,0xcf,0x68,0xc6,0x62,0x7f,0x7f,0x5f,0x63,0x21,0xa9,0x49,0x02,0x1a,0x52,0x18,0x85,0x19,0x0e,0x00,0x92,0x1c,0xcf,0xc4,0x39,0xf0,0xfc,0x14,0x75,0xe6,0x49,0x59,0xf2,0x77,0x2e,0x61,0xf6,0xaa,0xd3,0xfe,0x6c,0x3c,0xc1,0xff,0x14,0x21,0xe6,0xb5,0xd9,0xcc,0x10,0x5e,0x4e,0x74,0x99,0x93,0x5e,0x11,0x86,0xf8,0x77,0x7c,0x2b,0x41,0x59,0xbd,0xbf,0x1a,0x0a,0xfd,0x71,0xc5,0x91,0x9e,0x94,0xb1,0xe3,0x46,0x41,0xe0,0xc4,0x29,0x3d,0x50,0x0f,0x05,0x22,0x5e,0x5b,0x3e,0xcc,0xee,0x70,0x63,0x3a,0x4e,0xe0,0x4f,0xc3,0x03,0x17,0x6c,0x86,0x26,0xfa,0x3a,0x85,0x6a,0x70,0x23,0x32,0x02,0x69,0xe4,0x5e,0x51,0x26,0x35,0xde,0x9d,0x47,0x1e,0x15,0xcf,0x6a,0x23,0x13,0x7f,0x3a,0x63,0x07,0x9d,0x1d,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,0x7d,0xea,0xb9,0xbb,0x6e,0x36,0x4b,0x93,0x24,0x4a,0xd4,0xdc,0x64,0x32,0xf0,0x06,0x99,0xfa,0xbb,0x7e,0x38,0x89,0xd4,0x14,0xdd,0xef,0xf5,0xa8,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,0x37,0x1f,0x46,0xeb,0xbd,0x93,0x7b,0x84,0x6b,0xd7,0x74,0xec,0x51,0xfc,0x6f,0xa8,0x43,0x8e,0xfa,0x77,0x33,0xca,0xd5,0xb9,0xad,0x89,0xc3,0x67,0x06,0x6a,0x66,0xb7,0x38,0xb3,0xbd,0x72,0x66,0x47,0xcd,0x0c,0x4a,0x53,0xbb,0xd9,0x54,0xaf,0x38,0xb5,0xa7,0xa6,0xfa,0x7b,0xc5,0xa9,0xfd,0x6c,0xaa,0x44,0xf0,0x69,0x36,0x35,0x28,0x4e,0x7d,0x9e,0x4d,0x69,0xbe,0xce,0x1d,0x4c,0x82,0x7d,0x16,0x47,0x4b,0x9a,0x8c,0x70,0x3b,0x34,0x33,0xd1,0xa0,0x3b,0x01,0x9d,0xb0,0xa2,0x7d,0xca,0x29,0x15,0x47,0x2a,0x8d,0x57,0x52,0xe6,0xbb,0x90,0xc9,0x87,0x74,0xe3,0x28,0x85,0xa8,0x08,0xfe,0x9b,0xd0,0xc0,0x61,0xfe,0x35,0x1d,0x46,0xd7,0x34,0x99,0x04,0xd1,0xf2,0x20,0x75,0x13,0xf0,0x21,0xdd,0x60,0x3b,0x7d,0x43,0x4b,0x82,0x66,0x9c,0xd0,0xbb,0x8c,0x8a,0x33,0x06,0xde,0x0b,0x1e,0x66,0xb8,0x34,0xbd,0x21,0x90,0x72,0xd8,0x01,0xca,0x3d,0x94,0x8c,0xf7,0x51,0x9d,0xc2,0x40,0x7a,0xab,0xd7,0x35,0x81,0x9f,0xed,0xa7,0xc3,0x6a,0x93,0xd1,0xdd,0x52,0x48,0x31,0xbe,0xad,0xf0,0xe7,0x22,0x08,0x71,0x04,0x90,0x47,0xdd,0x28,0x71,0xb8,0xc0,0xba,0xfa,0xbb,0x41,0x34,0xe5,0xca,0x57,0xb6,0xd7,0xc3,0xd5,0x16,0xf5,0xa1,0x80,0x23,0x38,0x6e,0x84,0xff,0x6b,0x31,0x49,0x4e,0x1e,0xda,0xfc,0x04,0xc0,0xc3,0xce,0x96,0xa7,0xdd,0xe1,0x38,0xf2,0x6e,0xf1,0xb7,0x8a,0xff,0xc4,0x0d,0x9c,0x34,0x3d,0xb2,0x44,0x58,0xc9,0x4e,0x96,0x80,0x4e,0x69,0xe8,0x1d,0x9f,0xa1,0xc8,0xe4,0x39,0x1c,0x67,0xc0,0xf4,0xd0,0x96,0xa3,0xea,0xf4,0xc1,0x50,0x48,0x7c,0x4f,0x21,0x8f,0xd8,0x58,0xe1,0x8b,0xf9,0x44,0x7b,0x13,0x23,0x5e,0x61,0x84,0x8f,0x72,0xf1,0xe5,0x31,0xe5,0xce,0xa8,0x7b,0x35,0x8e,0x6e,0x2c,0x8d,0x6e,0x5f,0x9d,0x7f,0xa6,0x8c,0x06,0x0d,0x38,0x29,0x69,0x40,0x26,0x51,0x92,0x23,0x1d,0x9f,0xf3,0x87,0x0e,0x9c,0x8a,0x7c,0xb6,0x28,0x8c,0x5d,0x92,0xe6,0x91,0xf2,0x0d,0x1e,0x23,0xdf,0x20,0x93,0x6f,0xf0,0xb1,0xe5,0xdb,0x7e,0x8c,0x7c,0xdb,0x99,0x7c,0xdb,0x1b,0xc9,0x07,0xaf,0xc9,0xc7,0xd8,0xfc,0x9d,0xc7,0x08,0xbf,0x93,0x09,0xbf,0xf3,0xb1,0x95,0xbb,0xfb,0x18,0xf9,0x76,0x33,0xf9,0x76,0x3f,0xb6,0x7c,0x7b,0x8f,0x91,0x6f,0x2f,0x93,0x6f,0xef,0xa1,0x9b,0x0f,0x8f,0x18,0x16,0xd4,0x1b,0xc4,0xb1,0x2c,0xc2,0xf0,0x2c,0xc4,0x88,0x10,0x22,0x69,0x33,0x01,0x46,0x63,0x66,0x91,0x28,0x74,0x03,0xdf,0xbd,0x3a,0xb2,0xce,0x29,0x13,0x92,0x34,0x9a,0x20,0x13,0x07,0x38,0xb4,0x05,0x9a,0x4e,0x28,0x8d,0x9d,0x9c,0x0c,0x73,0xd8,0x22,0x1d,0xa5,0x31,0x91,0xd9,0x8c,0x75,0x7c,0xfa,0x15,0x84,0x42,0x00,0xc9,0x64,0x04,0xb1,0x78,0x54,0x54,0x51,0x10,0x5e,0x2a,0x62,0x22,0xa6,0xf8,0x2b,0x42,0xe2,0x39,0x67,0x52,0x1d,0x11,0x25,0x76,0xbc,0x5c,0x1f,0x0d,0xcf,0x0e,0xa4,0xec,0xb8,0x61,0xb1,0x95,0x6b,0x42,0x0a,0xde,0x93,0x72,0x93,0x77,0x2b,0x2c,0xe2,0x9d,0x4e,0x60,0x99,0x11,0xe0,0x99,0x9a,0x86,0x7e,0xf5,0xee,0x7f,0xff,0x6b,0xf6,0xa0,0x4d,0xe3,0x02,0xa9,0x3c,0xc0,0x58,0x88,0xb6,0xa5,0x78,0x90,0x13,0x91,0x54,0x58,0xc7,0x4a,0xab,0xf5,0x80,0x4f,0x37,0x05,0xdc,0xdf,0x14,0x70,0x6f,0x53,0xc0,0xdd,0x4d,0x01,0x77,0x36,0x05,0xdc,0xde,0x14,0x70,0xb0,0x29,0x60,0xdf,0x04,0x34,0x9e,0xcd,0x6d,0x41,0x70,0x63,0x5f,0x9e,0x74,0x3a,0x06,0xd1,0x2c,0x2f,0xb2,0x08,0x4f,0x03,0x8e,0x2c,0x95,0xf9,0x60,0x3e,0xc1,0x53,0x1d,0x9e,0x47,0x29,0x8e,0xa4,0xd3,0x79,0xa0,0x7f,0xc8,0xc4,0xbe,0xe8,0x21,0x6f,0x64,0xbe,0x0f,0x69,0xc3,0xc4,0x9f,0x56,0xfa,0xc8,0x3a,0xc7,0x50,0x1c,0x78,0xa6,0x0f,0x8e,0x7f,0xfe,0xea,0xc5,0xc1,0xe6,0x31,0x51,0xd4,0x7e,0xc2,0x25,0xfc,0x89,0xcf,0xc3,0xc9,0xcc,0x09,0xa7,0x14,0xe3,0x09,0x4e,0xbd,0x83,0x51,0x0c,0x28,0x65,0x5c,0x8e,0x1f,0xc5,0x98,0x94,0x91,0x6b,0x27,0x58,0x00,0x4a,0xcf,0x3a,0x3e,0x71,0xc2,0x85,0x03,0xf9,0x8f,0x98,0xa8,0x62,0x69,0x0b,0x9e,0x55,0x53,0x32,0xc8,0xa1,0x34,0x09,0x85,0xa2,0x3e,0xd4,0xc2,0xdb,0x5b,0x3e,0x80,0xa2,0x88,0xa7,0x8a,0xd8,0xf6,0xc8,0xb3,0xf6,0xa7,0x69,0x50,0x9c,0x2a,0xfc,0x14,0x49,0x7d,0xcf,0xd2,0x7a,0x08,0xba,0x32,0x9f,0xf3,0xdf,0xaf,0x10,0xb6,0xd1,0x6f,0x5a,0xf6,0x07,0x97,0xfa,0xec,0xfc,0xdd,0xe3,0xa4,0x8e,0xd3,0x65,0x26,0x75,0x0c,0x14,0xc1,0x1e,0xbd,0x55,0x92,0x0f,0x3e,0x86,0xe4,0x27,0xa7,0x2f,0x5e,0xae,0x90,0x5c,0x41,0x62,0xe9,0x6e,0xad,0x3b,0xd2,0x13,0xc7,0xf3,0x23,0x71,0x9e,0x23,0x7c,0x96,0x0a,0x73,0xe4,0xd2,0x82,0x4e,0x60,0xb4,0xd1,0x6b,0xae,0x3b,0xe4,0x05,0xa5,0xe3,0x67,0x67,0xd5,0x87,0xfb,0x3a,0x21,0x06,0x1b,0x08,0xd1,0xdf,0x48,0x08,0x4c,0x82,0x2f,0x9e,0x5d,0xbc,0x3a,0x7d,0xf3,0x73,0xa7,0x19,0x7c,0x4c,0x06,0xae,0xff,0xcf,0x54,0xa3,0x10,0x3a,0x4f,0xbe,0xbe,0xb8,0xf8,0x80,0x71,0x13,0xc9,0x3d,0xca,0x7f,0xe6,0xdf,0x31,0x36,0x72,0x3c,0x2f,0xf9,0x18,0x4e,0x7d,0xfa,0xf6,0x27,0x08,0xc5,0xfb,0x9f,0xf6,0xcf,0x6b,0x27,0x27,0x20,0xc8,0xcf,0x92,0x8f,0x8a,0x46,0x59,0xf1,0xbc,0x3d,0xbf,0x4d,0x19,0x9d,0xd7,0xa5,0xa4,0x0f,0xdc,0xa1,0xbf,0xa3,0x49,0x8a,0x5d,0x89,0xfa,0xf8,0x85,0x1d,0x3f,0x11,0x14,0xae,0x05,0x3c,0x26,0x12,0x3f,0xd5,0x38,0x5e,0x9d,0x6d,0xcc,0xd5,0x8f,0x3f,0x04,0xc3,0x13,0x27,0xbd,0xda,0x98,0xe5,0x1c,0x80,0x3f,0x04,0xd3,0x2f,0x1c,0x46,0x97,0xce,0xed,0xc6,0x7c,0xa7,0x02,0xfe,0x43,0xb0,0xfe,0x35,0xa4,0x30,0x73,0xba,0x86,0xb3,0x32,0x54,0xce,0x7c,0xc1,0x31,0xea,0x78,0xe7,0x4e,0xb6,0xce,0x82,0x19,0x57,0xa0,0x69,0xbe,0x17,0x40,0xdd,0x23,0x17,0x30,0x53,0xb4,0x5d,0xfd,0x0c,0xf2,0x40,0x05,0x28,0x47,0x27,0x88,0x5c,0x27,0xc0,0x94,0x96,0xc6,0x90,0x9b,0xf5,0x85,0x8c,0x48,0x77,0xc4,0xc5,0x54,0xa1,0xe1,0x70,0x9c,0x49,0xa7,0xa5,0x83,0x1c,0x2e,0xbd,0x62,0x23,0xdf,0xbb,0x31,0x5c,0xbf,0x94,0xf2,0xe5,0xcd,0xa3,0x52,0xd2,0x57,0x00,0xee,0xeb,0x9d,0x9c,0x75,0xc0,0x03,0xbd,0xad,0xb2,0x0e,0x78,0x5b,0x6f,0x63,0xac,0x03,0xde,0xd1,0x7b,0x0a,0xeb,0x80,0x77,0xf5,0x02,0xdf,0x00,0x2e,0x64,0xb2,0x25,0xe5,0xa1,0x9b,0xd7,0xa9,0xe2,0x34,0x5c,0xcf,0x1d,0xd4,0x7b,0x3a,0x99,0xac,0x61,0xbc,0x3e,0x18,0x3f,0xf3,0x3c,0x6e,0x3b,0x68,0x3a,0x18,0x8e,0xe1,0xbd,0x10,0x8b,0x1f,0x1a,0x87,0xd7,0xf3,0x7c,0x41,0x03,0x83,0xe7,0x05,0x4d,0x19,0x8c,0x51,0x46,0x8b,0xac,0xf3,0xee,0x28,0xda,0xa5,0x37,0x12,0x26,0xba,0xb6,0x43,0x3a,0x3b,0x7e,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,0x2c,0xa0,0x4e,0x4a,0xc9,0xf9,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,0xda,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,0xe9,0xc5,0x33,0xf2,0xeb,0x18,0xc3,0x5e,0x5d,0x58,0x14,0x25,0x19,0xae,0xc2,0x61,0xd1,0x68,0x91,0x40,0x64,0x94,0x4e,0x86,0x5f,0xb3,0x0f,0x6c,0xbb,0xdf,0xff,0xbc,0x3b,0xd8,0xee,0xf6,0x3f,0xef,0x77,0xf7,0x3f,0xb7,0x99,0xdb,0xc7,0xff,0x81,0x5d,0x77,0xec,0x67,0x9e,0xac,0xc5,0x4a,0xed,0x69,0xed,0x9a,0x4f,0x99,0x03,0x39,0x47,0xc2,0x53,0x21,0x25,0xe9,0x63,0xdd,0xaf,0xa8,0xa0,0xd8,0xec,0x62,0x8c,0xe1,0xec,0xe3,0x4f,0x64,0x7c,0x4b,0x0e,0x1d,0xbe,0x60,0xd0,0x88,0x45,0x66,0x09,0x9d,0x88,0xb5,0xa6,0xb0,0xd8,0xa9,0xcf,0x66,0x8b,0x71,0xd7,0x8d,0xe6,0xf6,0xf7,0xd1,0x34,0xf2,0x22,0xfb,0xfb,0x8b,0xe7,0x70,0x44,0x80,0x94,0x53,0xfc,0x54,0x3f,0x1a,0x07,0x4e,0x08,0x07,0x90,0x80,0xe3,0x93,0x87,0xb6,0x83,0xfb,0x2e,0xb8,0xa6,0x6e,0xe2,0xc7,0xba,0x6a,0xed,0xdf,0x38,0xd7,0x8e,0x18,0xb5,0x38,0xc8,0x64,0x11,0xba,0x3c,0x94,0x3d,0xfb,0x8d,0x73,0xd3,0x00,0x7d,0xb7,0x41,0x1f,0x72,0x41,0x6d,0x8e,0xd8,0x26,0xa0,0x09,0xa7,0x49,0xee,0x84,0x0e,0xae,0x9d,0x84,0xdc,0xcc,0x83,0x11,0x8a,0x48,0x8e,0x48,0x48,0x97,0xe4,0xef,0x4f,0x5e,0x7f,0x09,0x6f,0x6f,0xe9,0x77,0x0b,0x88,0x1e,0x8d,0xe6,0x50,0x40,0x2a,0xa8,0x6e,0x14,0xd3,0xb0,0x21,0x48,0x71,0x06,0x2c,0x59,0xd0,0x12,0x10,0x68,0x4a,0x12,0xf8,0x92,0x3a,0x1e,0x4d,0x1a,0xd6,0x73,0xfd,0xca,0x42,0x9b,0x58,0x4e,0x1c,0xc3,0x3e,0xf1,0xef,0x4b,0xf6,0x4d,0x67,0xb9,0x5c,0x76,0xa0,0xee,0x9a,0x77,0x80,0x24,0x0d,0x5d,0x28,0xbe,0x3c,0xab,0xcc,0x39,0x4c,0x80,0xd8,0x2d,0x6e,0x15,0x15,0x45,0x1d,0x88,0x9c,0x2d,0xb9,0x91,0x2d,0x8a,0x7f,0xf2,0x9f,0x90,0x46,0x86,0xc8,0xd1,0x30,0x01,0x05,0x84,0x23,0xb2,0x63,0x00,0x96,0x80,0x85,0x25,0x20,0xe0,0xa0,0xd7,0x2b,0x81,0xe2,0x4f,0xa6,0x52,0x9d,0x43,0x1a,0xc3,0x30,0xbd,0x80,0x5d,0x81,0x97,0x38,0x70,0x5c,0xda,0xb0,0xb7,0xec,0x69,0x9b,0x6c,0x59,0x5b,0x4d,0xb5,0x14,0xf5,0x73,0x6f,0xbe,0xd2,0x00,0x62,0x57,0x05,0x23,0x27,0xa0,0x60,0xbf,0x16,0x6e,0x26,0xe1,0x3d,0xd3,0x03,0x62,0x91,0x16,0x29,0x88,0x5a,0x43,0x5c,0x3e,0xde,0x4b,0x08,0x5c,0x27,0x6e,0x3f,0x79,0x02,0x5b,0xbd,0x08,0x02,0xf2,0x8b,0x5f,0x70,0xa3,0xc0,0xc5,0x5a,0x67,0xa7,0xe7,0x17,0x96,0xb1,0x5e,0x6d,0x37,0x43,0x8f,0x23,0x2a,0x56,0xf7,0x25,0x91,0x4d,0xd8,0x0c,0xee,0xd3,0x4f,0xee,0x35,0xab,0x44,0xbb,0x82,0x50,0x54,0x30,0xcc,0x8c,0x67,0xa5,0xd1,0x5a,0x5f,0xbc,0xbc,0x00,0x7b,0x41,0x71,0x91,0x6a,0x91,0xdc,0x59,0x94,0xb2,0x12,0x8e,0x61,0xe2,0xd5,0x54,0xf9,0x6a,0x25,0x64,0x05,0x59,0x38,0x34,0x1f,0x43,0xf5,0xc5,0xcb,0xd7,0x2f,0x0b,0x64,0x3f,0xfd,0x04,0x7d,0x2c,0x0b,0x50,0x60,0x58,0xc4,0x8b,0xdc,0xc5,0x1c,0x7c,0xa1,0x0b,0x5e,0xff,0x32,0xa0,0xf8,0x98,0xfe,0xea,0xf6,0x39,0x46,0x94,0x37,0xce,0x9c,0x36,0xb4,0x70,0x86,0x44,0x10,0x1f,0x93,0xed,0x11,0x06,0xa3,0xcd,0xf0,0x55,0x30,0xe3,0xf8,0x52,0x02,0xf5,0x11,0xb4,0x9a,0xc0,0xaf,0x6e,0x5f,0x79,0x0d,0xed,0x4b,0xa9,0x62,0xac,0x3e,0xda,0x20,0xdf,0x6c,0xd6,0x64,0x7c,0xe1,0x4c,0x05,0x5b,0x1e,0xf9,0x35,0x96,0x71,0x1d,0xab,0x38,0x63,0xb1,0xac,0x03,0x5b,0x66,0x60,0x79,0x5f,0xb9,0x96,0x6c,0xde,0x7d,0xce,0x05,0x11,0x8d,0x4d,0xd0,0x67,0x58,0x87,0x2a,0xdb,0x9f,0x8a,0x1f,0xb6,0x16,0x47,0x69,0xc0,0x6a,0xa5,0xc3,0xfe,0xad,0x81,0x80,0x01,0xba,0x4e,0xc1,0xd8,0xaf,0xcc,0x56,0x94,0x2e,0xd7,0x22,0xf0,0x56,0xa1,0x42,0xc0,0xa6,0xd4,0x28,0xf1,0xfa,0x75,0x08,0xa2,0x7b,0x56,0xc0,0x18,0xac,0xc3,0x18,0x68,0xda,0xca,0xba,0x2b,0xeb,0x64,0xcb,0xdb,0x30,0x19,0x3b,0xd5,0x03,0xd9,0x08,0x95,0x37,0x4b,0x72,0xbe,0xdc,0xc6,0x65,0xb1,0x5e,0x87,0xab,0xea,0x79,0xc3,0x37,0xfc,0x5a,0x63,0xf3,0x63,0x13,0x1a,0x2b,0xe5,0x5a,0xf1,0xb0,0x10,0x34,0x30,0x64,0x8d,0x5b,0x87,0xa4,0xca,0x60,0x85,0x27,0x2a,0xd3,0x3a,0x0c,0x59,0xbb,0x6a,0x4e,0x2a,0x72,0xbd,0x5a,0x0b,0x92,0xe9,0xa0,0xe2,0x22,0x53,0xc7,0x4d,0xc2,0x82,0xca,0x32,0x9b,0xdf,0xf4,0xbe,0xcd,0x77,0x1b,0xaf,0x68,0x1d,0x91,0x4e,0x5f,0xd2,0x73,0xe2,0x11,0xb6,0x4f,0x61,0xc8,0xb2,0xf2,0x21,0x34,0x43,0x7d,0x08,0x23,0x0c,0xec,0x41,0x09,0x54,0x8d,0xeb,0xf0,0x2a,0xea,0x5b,0xb6,0x88,0x4b,0x10,0x1f,0xf3,0x43,0x3b,0xa1,0x46,0x2e,0xa2,0x0e,0x5f,0xf2,0xb7,0xe7,0xa7,0x6f,0xba,0x31,0xde,0x61,0x44,0x90,0x61,0x11,0x62,0xe4,0x24,0x09,0x46,0x24,0xfe,0x22,0x2f,0x9d,0xc1,0x6f,0x48,0x29,0x80,0x4f,0x3b,0x4b,0x1d,0x20,0xa5,0x20,0x0d,0xbe,0x87,0x00,0xdc,0x1b,0xc2,0xaf,0x43,0x8d,0x40,0x17,0x52,0x8d,0x29,0x9b,0xc1,0x70,0xab,0x65,0x1c,0x7c,0x59,0xd0,0xfb,0xc6,0xff,0xb6,0xcb,0x5f,0xa8,0x97,0x71,0x43,0x4c,0x18,0xe7,0x67,0x66,0xdf,0xd2,0xce,0xde,0x82,0x4e,0x94,0x6c,0x72,0x14,0x3d,0xbf,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,0x37,0x6d,0x5a,0x6b,0x8e,0x6b,0x00,0xc2,0x32,0x15,0x8c,0x11,0x18,0xba,0x3c,0x91,0xd7,0xe8,0xa9,0xc9,0x61,0x01,0x41,0x85,0x83,0x4a,0x04,0x9c,0x34,0x78,0xe8,0x41,0xa0,0xeb,0x87,0x21,0x4d,0xbe,0xbc,0x38,0x79,0x9d,0x63,0xc9,0xa9,0x61,0x01,0xc3,0x8f,0xab,0x80,0xfd,0xb8,0x08,0x87,0x8e,0x5d,0x05,0x89,0xe3,0x45,0x58,0xe9,0xcf,0x55,0xe0,0x72,0x4a,0xc3,0x10,0xae,0x5c,0x05,0x9b,0x62,0x11,0xc2,0xbb,0x3f,0x5a,0x52,0xa4,0x1d,0x92,0xfc,0xc0,0xf2,0xbd,0x1b,0x6e,0xa1,0x6a,0x4c,0xdc,0x14,0x93,0x43,0x99,0xb7,0x80,0x17,0xf1,0xef,0xfb,0x6f,0xf1,0x6a,0x96,0x97,0x27,0xbc,0x59,0x22,0x64,0xd9,0x9c,0xdc,0x2a,0x0f,0x53,0x3e,0x24,0x6a,0x95,0x15,0x4e,0x86,0x3f,0xba,0x50,0xfc,0xb9,0x8b,0xcf,0x2d,0xd2,0x1f,0x9a,0x84,0xf0,0xae,0xb1,0x72,0x73,0x35,0x5e,0xe5,0x73,0x82,0x06,0xff,0x33,0x5d,0xe9,0x75,0x8a,0xa8,0xbb,0x48,0x92,0x51,0x9c,0x71,0x16,0x58,0xe0,0x71,0x76,0xbf,0x57,0xc8,0x74,0xcd,0x4d,0x17,0x78,0x5d,0x16,0xfd,0x8d,0x7f,0x43,0xbd,0xc6,0xa0,0x98,0x17,0x23,0x6d,0x0c,0xe0,0x27,0x0e,0x9b,0x21,0xd5,0x86,0x40,0x68,0x93,0x5e,0x77,0xaf,0x08,0xcb,0x17,0xd6,0x82,0x95,0x69,0x55,0xfa,0x56,0xf6,0xc9,0x7a,0x4b,0x7e,0xb2,0xde,0x92,0x9f,0xac,0xad,0xd6,0x6d,0xcb,0x52,0x5f,0xad,0xad,0x96,0xda,0x3e,0x3e,0xb6,0x25,0xbf,0x5f,0x5b,0x45,0xd9,0xd5,0x1e,0x03,0x17,0x5d,0xad,0xf7,0x66,0x0d,0x53,0xa1,0x39,0xcc,0xde,0x7b,0x98,0xba,0xe7,0xb9,0x4e,0x57,0x5c,0xbb,0x7b,0x87,0x77,0xec,0x48,0x47,0x9f,0x88,0x26,0x13,0xa8,0xc5,0x2a,0x26,0x04,0xc6,0x6b,0x90,0x18,0xf6,0xa7,0x5f,0x2e,0x74,0x34,0xd0,0x5c,0xc9,0x20,0x2b,0x6a,0x66,0xb8,0x12,0x54,0x50,0xbd,0x88,0x1a,0xd5,0xb2,0x81,0xae,0x9b,0x43,0x08,0x45,0x3f,0xfe,0xf7,0xbf,0xbc,0xff,0xe1,0xcf,0xef,0x7f,0xff,0x1f,0x3f,0xfe,0xeb,0x3f,0xbe,0xff,0xe7,0x3f,0x54,0xae,0x9e,0xa7,0x86,0x23,0x3c,0xd8,0x1a,0xfd,0xfd,0x6e,0x9f,0xfc,0xb5,0xb2,0x87,0x91,0x1b,0x2d,0x42,0xd6,0x24,0x36,0x88,0xdd,0xeb,0xc1,0xaf,0xed,0x3d,0xbc,0xea,0x98,0x63,0x2e,0x0d,0xb3,0x00,0x1a,0xba,0x4d,0x00,0xf7,0xbf,0xfc,0xe7,0xbf,0xbf,0xff,0xe1,0x4f,0xef,0x7f,0xf8,0xe3,0x5f,0xfe,0xf0,0xbb,0x5a,0x0f,0x16,0x0c,0x17,0xb1,0xee,0xbd,0x9c,0x81,0x1f,0x7a,0xd1,0x12,0x8b,0x5c,0x6c,0x18,0x45,0x0b,0xd6,0x30,0x3d,0xb3,0x4d,0xb6,0x41,0xa2,0xac,0x08,0x6a,0xe7,0xfe,0x04,0x92,0x9c,0xb3,0xc4,0x0f,0xa7,0x8d,0xa6,0xac,0x0f,0x8a,0x3e,0x3d,0x34,0xea,0xf8,0x73,0xca,0x4e,0xbf,0x6a,0xf8,0xd9,0xee,0xe4,0x75,0x04,0x1e,0x4d,0xea,0xbe,0x38,0x96,0xc1,0x0e,0x14,0x64,0xaa,0xcc,0xcb,0x8a,0x05,0x7e,0x7e,0xa9,0x04,0x00,0x1d,0xb5,0xdc,0xe6,0xa8,0xc4,0xd1,0x95,0x60,0x9d,0x7e,0x65,0x15,0x2a,0x24,0x90,0xea,0x15,0x2c,0x61,0x03,0xb1,0xb0,0x39,0xf0,0x10,0xa9,0xf8,0x47,0x85,0xf5,0x22,0x81,0x02,0xbb,0xdd,0xae,0xa5,0x2a,0x2c,0x5d,0x30,0x75,0x1f,0x4b,0x89,0x26,0x65,0xed,0x19,0x39,0x84,0xc8,0x17,0x46,0x29,0xd3,0x83,0x57,0x55,0xe0,0xca,0x32,0x81,0x95,0x51,0x4b,0xa3,0x05,0xde,0xd1,0xa8,0x4c,0x1d,0x7e,0x09,0x99,0x42,0xdb,0x22,0x50,0xbd,0xf7,0xf2,0xdc,0xe4,0xbe,0x14,0xbb,0xe5,0x1d,0xb8,0x9a,0xe0,0x2d,0xcc,0x41,0xb7,0xac,0x9c,0x7d,0xb3,0x42,0x1b,0xf9,0x6d,0x92,0x6c,0xa7,0x64,0x91,0xa2,0x6f,0x92,0xaa,0x74,0xe4,0x09,0x0d,0xe1,0xc5,0xea,0x59,0x5a,0xcb,0xa0,0x30,0x7f,0xc4,0xe7,0x4d,0x25,0x28,0xaa,0xfa,0x19,0xaf,0x72,0xa1,0x95,0x3d,0x83,0x32,0x96,0x62,0x24,0x5a,0xef,0xe9,0x37,0xd9,0x80,0x68,0xbe,0x53,0x8f,0x77,0x9f,0xbf,0xed,0x62,0xf3,0xcb,0x68,0x31,0x68,0xab,0xd6,0x32,0x99,0x79,0x26,0x24,0x2e,0x43,0xe4,0x3f,0x47,0x04,0x46,0x13,0xca,0x16,0x49,0xa8,0x2d,0x71,0x8e,0xab,0xee,0x1b,0x6b,0xb2,0xed,0x67,0x67,0x3f,0xfe,0xf9,0xdf,0xde,0xff,0xcf,0x3f,0x69,0x09,0x8d,0x2c,0xc0,0xb4,0xa4,0x50,0xb3,0xf0,0x6c,0x4d,0x9a,0xae,0x34,0x55,0x1a,0xd3,0xd5,0x3e,0x82,0x3f,0x79,0xb1,0x5a,0x03,0x54,0xb5,0x8d,0x7a,0x08,0xa8,0x54,0xaf,0xcc,0x23,0xf5,0x73,0x5e,0x56,0xa0,0x3a,0x08,0x8e,0xad,0xdc,0x32,0xdb,0x3e,0x17,0x3b,0xbb,0x42,0x33,0x83,0x0f,0xaa,0x99,0xe2,0x8a,0xaa,0x55,0xb3,0x72,0xdd,0x0f,0xd1,0x4d,0x85,0xc1,0x56,0x2a,0x48,0xcf,0xdb,0x4d,0x47,0x96,0xe9,0xf5,0x7c,0x58,0x6d,0x90,0xe2,0x36,0x0f,0x76,0xdb,0x2a,0x8d,0xd2,0x3c,0x80,0xb5,0x8c,0xdf,0x10,0xb4,0x32,0xe3,0x37,0x65,0x34,0xb7,0x4e,0x67,0x61,0x9a,0x77,0xb1,0x5a,0x59,0xc5,0xa7,0x50,0xa8,0xd4,0x31,0xd3,0x17,0x20,0x3a,0x97,0x9c,0xb5,0xd6,0xb9,0x54,0x35,0x85,0xee,0xb8,0xb6,0xfd,0xf5,0x22,0x12,0x4c,0x20,0x35,0x4b,0xae,0x52,0x5d,0x75,0x51,0xc8,0x1c,0x3f,0xfc,0xfa,0x04,0x8a,0x92,0xc4,0xd0,0x1b,0xbc,0xf3,0x40,0x64,0x49,0x9e,0xbf,0xfd,0x2d,0x48,0x0a,0x69,0x2a,0xc6,0x87,0xd3,0x49,0xc3,0xda,0x82,0x00,0x75,0x0c,0x6a,0xad,0x9e,0xc6,0x9e,0x6c,0xdd,0x34,0xa9,0x9c,0x96,0xe9,0xd7,0x31,0xd9,0x1e,0x18,0xaa,0x14,0xd1,0x44,0xb7,0x77,0x69,0x12,0x72,0x42,0x19,0xdf,0xbd,0xc8,0xee,0xbf,0x9b,0x8f,0xe6,0x70,0xf2,0xa2,0x07,0x9c,0x47,0x49,0x72,0xdb,0x26,0x60,0xd4,0x5b,0x8c,0x2c,0x40,0x85,0x5b,0x04,0x0e,0xa1,0x4b,0x0b,0xff,0x84,0x93,0xcf,0xa5,0xf8,0x40,0xe7,0x31,0xbb,0xed,0x5e,0x86,0x97,0xe1,0xb3,0x20,0x8d,0xda,0x44,0x8a,0x71,0x78,0x04,0x72,0x74,0x2d,0xd9,0x05,0xa0,0x45,0x9a,0x0a,0x8a,0x3c,0x45,0x18,0xfd,0x54,0x30,0x2f,0x13,0xad,0x37,0x46,0x9c,0xc9,0x37,0x42,0x9a,0x66,0x13,0x95,0x62,0x8c,0xa2,0x65,0x34,0x4b,0x69,0xa4,0x30,0x04,0xb9,0xe4,0x62,0x96,0x6d,0x84,0xe1,0x8a,0xe4,0x57,0x52,0xed,0xe6,0x6b,0x59,0x41,0x5f,0x2e,0xbf,0x39,0x5c,0x99,0x49,0x42,0x95,0xe3,0xcc,0x51,0x3f,0x7c,0x8d,0x2d,0xb0,0x46,0xb4,0x47,0xb9,0x98,0x16,0xbc,0xb5,0x2a,0x43,0xdf,0x6a,0xff,0x31,0xb5,0xa2,0x7b,0x53,0x41,0x35,0xba,0x03,0x7d,0x60,0xfd,0xe8,0xa4,0x3f,0x9e,0x92,0xf4,0xb5,0x71,0x4d,0x55,0xc5,0xc0,0xc7,0x44,0x80,0xd2,0x12,0xcb,0x29,0x11,0x36,0x58,0x6d,0x97,0xdf,0x38,0xab,0xcb,0x8b,0x04,0xb3,0xbc,0x86,0xc5,0x94,0x9b,0xaf,0xa5,0x9c,0x14,0xa9,0x3b,0xad,0x15,0xb5,0x33,0x67,0xc6,0x7b,0xc0,0x35,0xac,0x50,0xef,0x89,0x48,0x82,0x20,0x31,0x2e,0xa9,0x5a,0x3b,0xa2,0x8c,0x8c,0xf5,0x1c,0x46,0xc3,0x3c,0x6d,0x5d,0x81,0xb2,0xfa,0xc0,0x5f,0x59,0x76,0x20,0x61,0x58,0xd3,0x22,0x60,0x6d,0x5e,0x0f,0x19,0xdb,0x5b,0xf9,0x65,0xa9,0xa8,0x2c,0xfd,0x43,0x51,0x59,0x5f,0x06,0x0b,0x53,0x6d,0xa2,0xa9,0xf7,0x10,0xad,0x61,0x6a,0xf9,0xe6,0xd4,0xaa,0x2c,0xfb,0xc1,0x12,0xea,0x5a,0x12,0xc5,0x96,0x83,0x79,0x69,0x63,0xab,0xb7,0x55,0xbc,0x06,0x5d,0x54,0x73,0x55,0x7a,0x0f,0x3c,0xbb,0x78,0xf2,0xd5,0x37,0x25,0xcc,0x86,0x80,0xc9,0xd7,0x6a,0x35,0xfc,0x56,0xbf,0xd9,0xb2,0xb6,0x8e,0xad,0x56,0x46,0x0e,0x92,0xff,0x96,0xb5,0x52,0x92,0xc2,0xd7,0xbf,0x2c,0xf3,0xd1,0x0d,0x46,0x96,0xd9,0x9b,0x19,0x97,0xb0,0xe9,0xcd,0xec,0xaa,0x98,0x09,0xad,0x8b,0x33,0x0f,0x32,0xba,0x15,0xf6,0x23,0xaf,0x1e,0x94,0x6d,0x07,0x1b,0xd9,0x35,0x56,0x23,0x7b,0xdd,0xc6,0x62,0x13,0x5d,0x78,0xd9,0xd1,0xce,0xdb,0x0e,0xbd,0x76,0x61,0xec,0x4b,0xde,0xa1,0xa9,0x97,0x4f,0xbb,0xf5,0x51,0x16,0x91,0xdf,0x09,0x5b,0xd3,0x4f,0x63,0xe3,0x91,0x32,0xcb,0x4b,0xf3,0xd6,0xca,0x65,0xdd,0x05,0x9a,0xcb,0x9a,0x1b,0x34,0x97,0xb5,0x57,0x68,0x2e,0x57,0xde,0xa1,0xb9,0x2c,0xdc,0x7c,0xd1,0x8d,0x02,0xe2,0x68,0x1a,0x05,0x14,0xff,0x06,0x67,0xc1,0xb9,0xf8,0x22,0x60,0xa1,0x69,0x9d,0x07,0xa2,0x0f,0x73,0x20,0x75,0xd4,0x94,0x32,0x05,0xfe,0x17,0xd4,0xa5,0x2e,0xb8,0xaf,0x80,0x00,0xfa,0x4d,0x9d,0xad,0x9d,0xad,0xe3,0x37,0x11,0xd1,0xaf,0xd4,0x31,0xef,0xb8,0x24,0xe7,0x7d,0x7d,0x33,0x51,0x97,0xa1,0xda,0x61,0x75,0x19,0x4a,0xaa,0x2a,0x6d,0x8a,0xba,0xdd,0x8b,0xc7,0x13,0x77,0x66,0x3c,0xf9,0xb8,0x64,0x35,0x80,0x5c,0x08,0xac,0xf1,0xe3,0x24,0xe5,0xed,0xa1,0x07,0x21,0xc9,0x2f,0xa9,0xa2,0xa9,0xba,0x39,0x1a,0x76,0x0b,0xab,0xc1,0xeb,0x74,0xb8,0xf2,0x53,0x92,0x79,0xf3,0xab,0x69,0xb8,0x99,0x54,0xe1,0x6a,0xbf,0x31,0xaf,0xb7,0xe9,0xdf,0x70,0x80,0x6c,0xdd,0x07,0xac,0xfc,0x32,0x64,0xd3,0x28,0x22,0xf8,0x2e,0xf3,0x8e,0x73,0x3d,0xaa,0xba,0x1f,0x59,0xc6,0x26,0xf5,0xdf,0x0d,0xd5,0x05,0xc1,0x1c,0x31,0xcf,0x7c,0xb9,0xcc,0xf2,0x52,0x04,0x64,0x6f,0xf2,0xd5,0xb2,0xe4,0x4b,0x9e,0x5c,0x15,0x3a,0xa5,0x32,0xcb,0x11,0xff,0x5a,0x02,0x5a,0x81,0x1f,0x02,0x71,0xdf,0x7b,0x62,0xad,0x4b,0x72,0x78,0xbe,0xa5,0x6c,0x47,0x36,0xa5,0xf9,0xbf,0xf8,0xd0,0xc0,0x4b,0x38,0x2f,0x1c,0x46,0x51,0x28,0xd5,0xe5,0x54,0xd4,0x6c,0x5b,0xc3,0xd1,0x4c,0x8f,0xfb,0xeb,0xab,0x90,0x35,0x52,0xea,0xea,0x9d,0x2e,0x77,0xee,0x99,0x80,0x22,0xa5,0x93,0x86,0xc7,0x9f,0x23,0xbd,0x0f,0x02,0xf0,0x59,0x99,0x03,0x19,0xef,0x5e,0xd5,0x62,0x9f,0x9f,0xbc,0x20,0x2f,0xdf,0xbe,0x3d,0x7d,0xfb,0x44,0xef,0x65,0x19,0xdd,0xb6,0x6d,0x35,0xa1,0x65,0x57,0xeb,0x02,0xa9,0xe8,0x6d,0x6d,0xeb,0x7a,0x33,0x63,0x73,0x9e,0xdb,0x81,0x94,0x65,0x83,0x34,0xef,0x3e,0x16,0x0c,0x92,0xf7,0x1b,0xfa,0x83,0xed,0x9d,0xdd,0x3d,0xab,0x5a,0xb4,0x5f,0x22,0xd4,0x91,0xd5,0xc2,0x5f,0x1f,0x46,0x4a,0xa4,0x54,0x16,0x33,0xbf,0x96,0xa6,0xc8,0xca,0xab,0x71,0x75,0xa6,0xab,0x6e,0xcf,0x99,0x36,0x2f,0x95,0xbd,0x53,0xa1,0x6c,0xbc,0xb1,0xb7,0x76,0x15,0x3b,0x9a,0xb0,0x92,0x43,0x26,0xef,0xa1,0x2d,0xee,0x95,0xf1,0xcb,0x6f,0xea,0x6f,0xe5,0xdb,0xf2,0x1f,0xa7,0xf9,0x3f,0xd7,0x76,0xfa,0x7f,0xb6,0x46,0x00,0x00}; +const unsigned char index_html[0x1164] = {0x1f,0x8b,0x08,0x00,0x10,0xb0,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,0xc4,0xe4,0x91,0xc3,0x4e,0x00,0x3c,0xec,0x1c,0x71,0xda,0x1d,0x8d,0x63,0xff,0x16,0x3f,0x65,0xfc,0xb7,0xbc,0xd0,0xcd,0xb2,0x63,0x9b,0x87,0x15,0x75,0xb2,0x84,0x64,0x4a,0x22,0xff,0xe4,0x1c,0x45,0xb6,0x9e,0xc3,0x71,0x06,0x4c,0x8f,0x1c,0x31,0x2a,0x4f,0x1f,0x0c,0x85,0x56,0xe0,0x4b,0xe4,0x11,0x1d,0x4b,0x7c,0x3e,0x9f,0x6a,0x4f,0x7c,0xc4,0x2f,0x8c,0xb0,0x51,0x26,0xbe,0x38,0xa6,0xbc,0x19,0xf1,0xae,0xc6,0xf1,0x8d,0xad,0xd1,0xed,0xc9,0xf3,0xcf,0x94,0xd1,0xa0,0x01,0x27,0x25,0x09,0xad,0x49,0x9c,0xe6,0x48,0x27,0x17,0xec,0x4b,0x1b,0x4e,0x45,0x36,0x5b,0x14,0xc6,0x29,0x49,0xf3,0x48,0xf9,0xfa,0x8f,0x91,0xaf,0xaf,0xe4,0xeb,0x7f,0x6c,0xf9,0x76,0x1e,0x23,0xdf,0x8e,0x92,0x6f,0x67,0x23,0xf9,0xe0,0x31,0xfd,0x18,0x9b,0xbf,0xfb,0x18,0xe1,0x77,0x95,0xf0,0xbb,0x1f,0x5b,0xb9,0x7b,0x8f,0x91,0x6f,0x4f,0xc9,0xb7,0xf7,0xb1,0xe5,0xdb,0x7f,0x8c,0x7c,0xfb,0x4a,0xbe,0xfd,0x87,0x6e,0x3e,0x7c,0xc5,0xb0,0x20,0x9f,0x20,0x8e,0xa9,0x08,0xc3,0xb2,0x10,0x23,0x42,0xf0,0xa4,0xcd,0x04,0x18,0x8d,0xa9,0x6d,0xc5,0x91,0x17,0x06,0xde,0xd5,0xb1,0x7d,0x41,0x28,0x97,0xa4,0xd1,0x04,0x99,0x18,0xc0,0x91,0xc3,0xd1,0x74,0x42,0x59,0xe2,0xe6,0x64,0xa8,0x4b,0x17,0xd9,0x28,0x4b,0x2c,0x91,0xcd,0xd8,0x27,0x67,0x5f,0x41,0x28,0x04,0x10,0x25,0x23,0x88,0xc5,0xa2,0xa2,0x8c,0x82,0xf0,0x50,0x11,0x13,0x31,0xc5,0x5f,0x11,0x12,0x2f,0x18,0x93,0xea,0x88,0x28,0xb0,0x93,0xe5,0xfa,0x68,0x78,0x7e,0x28,0x64,0xc7,0x0d,0x4b,0xec,0x5c,0x13,0x42,0xf0,0xae,0x90,0xdb,0x7a,0xb7,0xc2,0x22,0xde,0xe9,0x04,0x96,0x8a,0x00,0xcb,0xd4,0x34,0xf4,0xab,0x77,0xff,0xf7,0xdf,0xb3,0x07,0x6d,0x1a,0x13,0x48,0xe6,0x01,0xc6,0x42,0xb4,0x2d,0xc5,0x83,0xdc,0xe2,0x49,0x85,0x7d,0x22,0xb5,0x5a,0x0f,0xf8,0x74,0x53,0xc0,0x83,0x4d,0x01,0xf7,0x37,0x05,0xdc,0xdb,0x14,0x70,0x77,0x53,0xc0,0x9d,0x4d,0x01,0xfb,0x9b,0x02,0xf6,0x4c,0x40,0xe3,0xbb,0xb9,0x2d,0x08,0x6e,0xec,0xcb,0x93,0x76,0xdb,0x20,0xaa,0xf2,0x22,0xdb,0x62,0x69,0xc0,0xb1,0x2d,0x33,0x1f,0xcc,0x27,0x58,0xaa,0xc3,0xf2,0x28,0xc9,0xd1,0x6a,0xb7,0x1f,0xe8,0x1f,0x22,0xb1,0x2f,0x7a,0xc8,0x1b,0x91,0xef,0x43,0xda,0x30,0x09,0xa6,0x95,0x3e,0xb2,0xce,0x31,0x24,0x07,0x96,0xe9,0x83,0xe3,0x5f,0xbc,0x7a,0x71,0xb8,0x79,0x4c,0xe4,0xb5,0x1f,0x77,0x89,0x60,0x12,0xb0,0x70,0x32,0x73,0xa3,0x29,0xc1,0x78,0x82,0x53,0xef,0x60,0x14,0x03,0x4a,0x19,0x97,0xe1,0xc7,0x09,0x26,0x65,0xd6,0xb5,0x1b,0x2e,0x00,0xa5,0x6b,0x9f,0x9c,0xba,0xd1,0xc2,0x85,0xfc,0x87,0x4f,0x54,0xb1,0x74,0x38,0xcf,0xaa,0x29,0x11,0xe4,0x50,0x9a,0x94,0x40,0x51,0x1f,0x69,0xe1,0xed,0x2d,0x1b,0x40,0x51,0xf8,0xb7,0x8a,0xd8,0xf6,0xc8,0xb3,0xf6,0xa7,0x69,0x90,0x9f,0x2a,0xec,0x14,0xc9,0x02,0xdf,0xd6,0x7a,0x08,0xba,0x32,0x9f,0xb3,0xcf,0x57,0x08,0xdb,0xe8,0x35,0x6d,0xe7,0x83,0x4b,0x7d,0x7e,0xf1,0xee,0x71,0x52,0x27,0xd9,0x52,0x49,0x9d,0x00,0x45,0xb0,0x47,0x7f,0x95,0xe4,0xfd,0x8f,0x21,0xf9,0xe9,0xd9,0x8b,0x97,0x2b,0x24,0x97,0x90,0x58,0xba,0xdb,0xeb,0x8e,0xf4,0xd4,0xf5,0x83,0x98,0x9f,0xe7,0x08,0xaf,0x52,0x61,0x86,0x5c,0x5a,0xd0,0x29,0x8c,0x36,0xba,0xcd,0x75,0x87,0x3c,0xa7,0x74,0xf2,0xec,0xbc,0xfa,0x70,0x5f,0x27,0x44,0x7f,0x03,0x21,0x7a,0x1b,0x09,0x81,0x49,0xf0,0xf0,0xd9,0xf0,0xd5,0xd9,0x9b,0x9f,0x3b,0xcd,0x60,0x63,0x22,0x70,0xfd,0x25,0x53,0x8d,0x42,0xe8,0x3c,0xfd,0x7a,0x38,0xfc,0x80,0x71,0x13,0xc9,0x3d,0xca,0x7f,0xe6,0xdf,0x51,0x3a,0x72,0x7d,0x3f,0xfd,0x18,0x4e,0x7d,0xf6,0xf6,0x27,0x08,0xc5,0xfa,0x9f,0xce,0xcf,0x6b,0x27,0xa7,0x20,0xc8,0xcf,0x92,0x8f,0xf2,0x46,0x59,0xf1,0xbc,0xbd,0xb8,0xcd,0x28,0x99,0xd7,0xa5,0xa4,0x0f,0xdc,0xa1,0xbf,0x25,0x69,0x86,0x5d,0x89,0xfa,0xf8,0x85,0x1d,0x3f,0x1e,0x14,0xae,0x39,0x3c,0x26,0x12,0x3f,0xd5,0x38,0x5e,0x9d,0x6f,0xcc,0x35,0x48,0x3e,0x04,0xc3,0x53,0x37,0xbb,0xda,0x98,0xe5,0x1c,0x80,0x3f,0x04,0xd3,0x2f,0x5c,0x4a,0x96,0xee,0xed,0xc6,0x7c,0xa7,0x1c,0xfe,0x43,0xb0,0xfe,0x0d,0xa4,0x30,0x73,0xb2,0x86,0xb3,0x34,0x54,0xc6,0x7c,0xc1,0x30,0xea,0x78,0xe7,0x4e,0xb6,0xce,0x82,0x29,0x53,0xa0,0x69,0xbe,0x43,0xa0,0xee,0x5b,0x43,0x98,0x29,0xda,0xae,0x7e,0x06,0xf9,0xa0,0x02,0x94,0xa3,0x1d,0xc6,0x9e,0x1b,0x62,0x4a,0x4b,0x12,0xc8,0xcd,0x7a,0x5c,0x46,0xa4,0x3b,0x62,0x62,0xca,0xd0,0x70,0x34,0x56,0xd2,0x69,0xe9,0x20,0x83,0xcb,0xae,0xe8,0x28,0xf0,0x6f,0x0c,0xd7,0x2f,0xa5,0x7c,0x79,0xf3,0xa8,0x94,0xf4,0x15,0x80,0x7b,0x7a,0x27,0x67,0x1d,0x70,0x5f,0x6f,0xab,0xac,0x03,0xde,0xd1,0xdb,0x18,0xeb,0x80,0x77,0xf5,0x9e,0xc2,0x3a,0xe0,0x3d,0xbd,0xc0,0x37,0x80,0x0b,0x99,0x6c,0x49,0x79,0xe8,0xe6,0x75,0xaa,0x38,0x8b,0xd6,0x73,0x07,0xf5,0x9e,0x4d,0x26,0x6b,0x18,0xaf,0x0f,0xc6,0xcf,0x7c,0x9f,0xd9,0x0e,0x9a,0x0e,0x86,0x63,0x78,0x2e,0xc4,0xe2,0x87,0xc6,0xe1,0xf5,0x3c,0x5f,0x90,0xd0,0xe0,0x39,0x24,0x19,0x85,0x31,0x42,0x49,0x91,0x75,0xde,0x1d,0x45,0xbb,0xf4,0x47,0xdc,0x44,0xd7,0x76,0x48,0x67,0x27,0xaf,0x22,0x9f,0xdc,0x80,0x4b,0xcd,0x2a,0xe6,0x90,0xf7,0x8a,0x29,0xbe,0x9f,0x2b,0x26,0x71,0x57,0x8c,0x89,0xcd,0x22,0x47,0x1c,0xa2,0x76,0x98,0x6d,0x9d,0x87,0xc4,0xcd,0x88,0x75,0x71,0x1b,0x79,0x1b,0x9f,0xb6,0x42,0x9d,0x4a,0x79,0x5f,0x10,0x6a,0x28,0x8f,0x13,0x53,0x6a,0x5b,0x17,0x3c,0xb2,0xdb,0x6c,0x14,0xc6,0xd3,0x15,0xc7,0xdf,0xeb,0xb8,0x94,0x32,0xe9,0x15,0x36,0xef,0xa9,0x1b,0xda,0x87,0xd2,0x98,0x97,0x38,0x92,0xee,0x91,0x03,0x43,0x55,0x95,0xf7,0x7a,0xbb,0x80,0xa5,0x81,0x1c,0x20,0x03,0xaf,0xe5,0x26,0x50,0xe9,0xcd,0x1e,0xb0,0xb4,0x98,0xba,0xc5,0x65,0x9d,0x0d,0x9f,0x59,0xbf,0x49,0x30,0xec,0xd5,0x85,0x45,0x5e,0x92,0xe1,0x2a,0x5c,0x1a,0x8f,0x16,0x29,0x44,0x46,0xe1,0x64,0xf8,0x36,0xfb,0xd0,0x71,0x7a,0xbd,0xcf,0x3b,0xfd,0x9d,0x4e,0xef,0xf3,0x5e,0xe7,0xe0,0x73,0x87,0x7a,0x3d,0xfc,0x0b,0xec,0x3a,0xe3,0x40,0x79,0xb2,0x16,0x2b,0xb5,0x6f,0x6b,0xd7,0x7c,0x46,0x5d,0xc8,0x39,0x52,0x96,0x0a,0x49,0x49,0x7f,0x92,0xfb,0xe9,0xe0,0xf9,0xe1,0x07,0xc2,0x8e,0x38,0x32,0xee,0x90,0x80,0x2f,0x2a,0x34,0x31,0xbb,0x1e,0x63,0x38,0x2b,0xd9,0x37,0x6b,0x7c,0x6b,0x1d,0xb9,0x8c,0x0e,0x68,0xd0,0xb6,0x66,0x29,0x99,0x70,0xdd,0x64,0xa0,0x9c,0x69,0x40,0x67,0x8b,0x71,0xc7,0x8b,0xe7,0xce,0xf7,0xf1,0x34,0xf6,0x63,0xe7,0xfb,0xe1,0x73,0x38,0x52,0x60,0x55,0x53,0x7c,0xb5,0x3f,0x1a,0x87,0x6e,0x04,0x07,0x16,0x87,0x63,0x93,0x47,0x8e,0x8b,0x76,0xc2,0xb9,0x66,0x5e,0x1a,0x24,0xfa,0x56,0x38,0xbf,0x75,0xaf,0x5d,0x3e,0x6a,0x33,0x90,0xc9,0x22,0xf2,0x58,0xe8,0x7b,0xf6,0x5b,0xf7,0xa6,0x01,0xfb,0xd3,0x02,0xfd,0x09,0x05,0xb4,0x18,0x62,0xcb,0x02,0xcd,0xb9,0x4d,0xeb,0x8e,0x2b,0xe1,0xda,0x4d,0xad,0x9b,0x79,0x38,0x42,0x11,0xad,0x63,0x2b,0x22,0x4b,0xeb,0xef,0x4e,0x5f,0x7f,0x09,0x4f,0x6f,0xc9,0x77,0x0b,0x88,0x36,0x8d,0xe6,0x80,0x43,0x4a,0xa8,0x4e,0x9c,0x90,0xa8,0xc1,0x49,0x31,0x06,0x34,0x5d,0x90,0x12,0x10,0x68,0x4a,0x10,0xf8,0x92,0xb8,0x3e,0x49,0x1b,0xf6,0x73,0xfd,0x8a,0x43,0xcb,0xb2,0xdd,0x24,0x81,0x7d,0x65,0xef,0xa3,0x9c,0x9b,0xf6,0x72,0xb9,0x6c,0x43,0x9d,0x36,0x6f,0x03,0x49,0x12,0x79,0x50,0xac,0xf9,0x76,0x99,0x73,0x94,0x02,0xb1,0x5b,0xdc,0x1d,0xc2,0x8b,0x40,0x10,0x59,0x2d,0xb9,0xa1,0x16,0xc5,0xae,0x08,0x4c,0xac,0x86,0x42,0x64,0x68,0x98,0xb0,0x02,0xc2,0xb1,0xb5,0x6b,0x00,0x96,0x80,0xf9,0xe6,0x23,0x60,0xbf,0xdb,0x2d,0x81,0xe2,0x8f,0x52,0xa9,0xce,0x21,0x4b,0x60,0x98,0x0c,0x61,0x57,0xe0,0x21,0x09,0x5d,0x8f,0x34,0x9c,0x2d,0x67,0xda,0xb2,0xb6,0xec,0xad,0xa6,0x5c,0x8a,0xfc,0xb9,0x37,0x1f,0x49,0x08,0xb1,0xae,0x82,0x91,0x1b,0x12,0xb0,0x77,0x1b,0x37,0xd3,0x62,0x3d,0xd6,0x43,0xcb,0xb6,0xb6,0xad,0x82,0xa8,0x35,0xc4,0xc5,0xd7,0x7b,0x01,0x81,0xeb,0xc4,0xed,0xb7,0x9e,0xc0,0x56,0x2f,0xc2,0xd0,0xfa,0xe5,0x2f,0x99,0x51,0xe0,0x62,0xed,0xf3,0xb3,0x8b,0xa1,0x6d,0xac,0x57,0xdb,0xcd,0xc8,0x67,0x88,0x92,0xd5,0x7d,0x49,0x64,0x13,0x56,0xc1,0x7d,0xfa,0xc9,0xbd,0x66,0x95,0x68,0x57,0x10,0xba,0x0a,0x86,0xa9,0x78,0x56,0x1a,0xad,0xfd,0xc5,0xcb,0x21,0xd8,0x0b,0x8a,0x8b,0x54,0x8b,0xe4,0xce,0xe3,0x8c,0x96,0x70,0x0c,0x13,0xaf,0xa6,0xca,0x56,0x2b,0x20,0x2b,0xc8,0xc2,0x21,0xfb,0x18,0xaa,0x2f,0x5e,0xbe,0x7e,0x59,0x20,0xfb,0xe9,0x27,0xe8,0x63,0x2a,0xa0,0x81,0x61,0x59,0x7e,0xec,0x2d,0xe6,0xe0,0x0b,0x1d,0xf0,0xfa,0x97,0x21,0xc1,0xaf,0xd9,0xaf,0x6f,0x9f,0x63,0x44,0x79,0xe3,0xce,0x49,0x43,0x0b,0x7f,0x48,0x04,0xf1,0x31,0x3e,0x8d,0x30,0x18,0x6d,0x86,0x2f,0x83,0x1f,0xc3,0x17,0x12,0xc8,0x97,0xa6,0xd5,0x04,0x7e,0x7d,0xfb,0xca,0x6f,0x68,0x6f,0x56,0x25,0x63,0xf9,0x92,0x07,0xf9,0xaa,0x59,0x93,0xf1,0xd0,0x9d,0x72,0xb6,0xec,0xa4,0xd0,0x58,0x26,0x75,0xac,0x12,0xc5,0x62,0x59,0x07,0xb6,0x54,0x60,0x79,0x1f,0xba,0x96,0x6c,0xde,0xad,0xce,0x05,0xe1,0x8d,0x50,0xd0,0x67,0x54,0x87,0x2a,0xda,0xa5,0x92,0x1f,0xb6,0x22,0x47,0x59,0x48,0x6b,0xa5,0xc3,0x7e,0xaf,0x81,0x80,0x01,0xba,0x4e,0xc1,0xd8,0xdf,0x54,0x2b,0xca,0x96,0x6b,0x11,0x58,0x6b,0x51,0x22,0x60,0x13,0x6b,0x94,0xfa,0xbd,0x3a,0x04,0xde,0x6d,0x2b,0x60,0xf4,0xd7,0x61,0xf4,0x35,0x6d,0xa9,0x6e,0xcc,0x3a,0xd9,0xf2,0xb6,0x8d,0x62,0x27,0x7b,0x26,0x1b,0xa1,0xb2,0xe6,0x4a,0xce,0x97,0xd9,0xb8,0x28,0xee,0xeb,0x70,0x65,0xfd,0x6f,0xf8,0x46,0x50,0x6b,0x6c,0x41,0x62,0x42,0x63,0x65,0x5d,0x2b,0x1e,0x16,0x8e,0x06,0x86,0xa8,0x89,0xeb,0x90,0x64,0xd9,0x2c,0xf1,0x78,0x25,0x5b,0x87,0x21,0x6a,0x5d,0xcd,0x49,0x79,0x6e,0x58,0x6b,0x41,0x22,0x7d,0x94,0x5c,0x44,0xaa,0xb9,0x49,0x58,0x90,0x59,0x69,0xf3,0x9b,0xee,0xb7,0x8a,0x65,0x9e,0xef,0xd4,0x71,0xd5,0xb2,0x22,0xcd,0x50,0xf0,0x36,0xd8,0xb1,0xd5,0xee,0x09,0x51,0xdc,0x64,0x84,0x9d,0x5a,0x18,0xb2,0xed,0x7c,0x08,0x2d,0x58,0x1f,0x42,0x32,0xb0,0x7d,0x25,0x50,0x39,0xae,0xc3,0xcb,0x03,0xc3,0x76,0x04,0xf3,0x96,0x76,0xde,0xa7,0xc4,0x48,0x63,0xd4,0x22,0xfe,0xe6,0xe2,0xec,0x4d,0x27,0xc1,0xeb,0x92,0x08,0x32,0x28,0x42,0x8c,0xdc,0x34,0xc5,0x60,0xc6,0x1e,0xc4,0xfd,0x36,0xf8,0x84,0x6c,0x04,0xf8,0xb4,0x54,0xd6,0x01,0xd9,0x88,0xd5,0x60,0xdb,0x0f,0xc0,0xdd,0x01,0x7c,0x1c,0x69,0x04,0x3a,0x90,0xa5,0x4c,0xe9,0x0c,0x86,0xb7,0xb7,0x8d,0x33,0x53,0xc5,0xcb,0x6f,0x82,0x6f,0x3b,0xec,0x81,0xf8,0x8a,0x1b,0x62,0xc2,0x38,0x3b,0x6e,0x7b,0xb6,0x76,0x6c,0x17,0x74,0x22,0x65,0x13,0xa3,0x18,0x34,0x2a,0x80,0x85,0xa2,0x0a,0xc0,0xc9,0x52,0x87,0xcd,0xb7,0x44,0x80,0xc1,0x40,0x81,0x5c,0xbe,0x45,0x39,0x88,0x49,0xc4,0x71,0xc4,0x4e,0x0b,0x00,0x7c,0xd2,0xa6,0xb5,0x3e,0xbc,0x06,0xc0,0xcd,0x44,0xc2,0x18,0x31,0xa5,0xc3,0x6a,0x06,0x8d,0x9e,0x9c,0x1c,0x14,0x10,0x64,0x24,0xa9,0x44,0xc0,0x49,0x83,0x87,0x1e,0x3f,0x3a,0x41,0x14,0x91,0xf4,0xcb,0xe1,0xe9,0xeb,0x1c,0x4b,0x4c,0x0d,0x0a,0x18,0x41,0x52,0x05,0x1c,0x24,0x45,0x38,0x8c,0x09,0x55,0x90,0x38,0x5e,0x84,0x15,0xa1,0xa0,0x0a,0x5c,0x4c,0x69,0x18,0x3c,0x0a,0x54,0xc1,0x66,0x58,0xef,0xb0,0x46,0x93,0x96,0x4f,0x69,0xe7,0x2b,0x3b,0xeb,0x02,0xff,0x86,0x59,0xa8,0x1c,0xe3,0x97,0xd2,0xc4,0x90,0xf2,0x16,0xf0,0x22,0x76,0x95,0xe0,0x2d,0xde,0x02,0xf3,0xf3,0x5c,0x59,0xe5,0x50,0xb6,0xc3,0xc8,0xad,0xf2,0x30,0xe9,0x43,0xbc,0xcc,0x59,0xe1,0x64,0xf8,0xa3,0x0b,0xc5,0xbe,0x77,0xf0,0xfb,0xb6,0xd5,0x1b,0x98,0x84,0xf0,0x5a,0xb3,0x74,0x73,0x39,0x5e,0xe5,0x73,0x9c,0x06,0xfb,0x37,0x5b,0xe9,0x75,0x92,0xa8,0xb7,0x48,0xd3,0x51,0xa2,0x38,0x73,0x2c,0xf0,0x38,0xa7,0xd7,0x2d,0x24,0xc9,0xe6,0xa6,0x73,0xbc,0x0e,0x8d,0xff,0x3a,0xb8,0x21,0x7e,0xa3,0x5f,0x4c,0xa9,0x91,0x36,0xc6,0xfe,0x53,0x97,0xce,0x90,0x6a,0x83,0x23,0xb4,0xac,0x6e,0x67,0xbf,0x08,0xcb,0x16,0xb6,0x0d,0x2b,0xd3,0x1a,0x02,0x5b,0xea,0xed,0xf8,0x96,0x78,0x3b,0xbe,0x25,0xde,0x8e,0xdb,0xdb,0xb7,0xdb,0xb6,0x7c,0x41,0x6e,0x6f,0xcb,0xed,0x63,0x63,0x5b,0xe2,0x55,0xb9,0x5d,0x94,0x5d,0xee,0x31,0x70,0xd1,0xd5,0x7a,0x6f,0x96,0x3f,0x15,0x9a,0xc3,0xc4,0xbf,0x8b,0x59,0x7f,0x9e,0x26,0x75,0xf8,0x0d,0xbf,0x77,0x78,0x9d,0xcf,0x6a,0xeb,0x13,0xf1,0x64,0x02,0x65,0x5c,0xc5,0x04,0xc7,0x78,0x0d,0x12,0xc3,0xfe,0xf4,0xca,0x35,0x92,0x06,0x9a,0x2b,0x19,0x64,0x45,0xcd,0x0c,0x56,0x82,0x72,0xaa,0xc3,0xb8,0x51,0x2d,0x1b,0xe8,0xba,0x39,0x80,0x50,0xf4,0xe3,0xff,0xfc,0xf3,0xfb,0x1f,0xfe,0xf4,0xfe,0x1f,0xfe,0xf3,0xc7,0x7f,0xf9,0xfd,0xfb,0x7f,0xfa,0x63,0xe5,0xea,0x59,0x56,0x39,0xc2,0x33,0xb1,0xd1,0x3b,0xe8,0xf4,0xac,0xbf,0x92,0xf6,0x30,0xf2,0xe2,0x45,0x44,0x9b,0x96,0x03,0x62,0x77,0xbb,0xf0,0xb1,0xb3,0x8f,0xb7,0x2a,0x73,0xcc,0xa5,0x61,0x16,0x40,0x43,0xb7,0x09,0xe0,0xfe,0xe7,0xff,0xfa,0x8f,0xf7,0x3f,0xfc,0xdb,0xfb,0x1f,0xfe,0xf5,0xcf,0x7f,0xfc,0x43,0xad,0x07,0x73,0x86,0x8b,0x44,0xf7,0x5e,0xc6,0x20,0x88,0xfc,0x78,0x89,0xf5,0x31,0xf6,0xa6,0xe2,0x05,0x6d,0x98,0x9e,0xd9,0xb2,0x76,0x40,0x22,0x55,0x3f,0xb5,0x72,0x7f,0x02,0x49,0x2e,0x68,0x1a,0x44,0xd3,0x46,0x53,0x94,0x16,0x45,0x9f,0x1e,0x18,0x2d,0x80,0x0b,0x42,0xcf,0xbe,0x6a,0x04,0x6a,0x77,0xf2,0x12,0x04,0x8f,0x26,0x79,0x35,0x1d,0x2b,0x68,0x17,0x6a,0x39,0x59,0x21,0xaa,0x3a,0x83,0x9d,0x5f,0x32,0x77,0x40,0x47,0x2d,0x77,0x54,0x2a,0x71,0x74,0x25,0xd8,0x67,0x5f,0xd9,0x85,0xe2,0x0a,0xa4,0x7a,0x05,0x4b,0xd8,0x40,0x2c,0xec,0x2b,0x3c,0x44,0x2a,0xd6,0xc2,0x59,0x2f,0x12,0x28,0xb0,0xd3,0xe9,0xd8,0xb2,0x38,0xd3,0x05,0x93,0x57,0xbf,0xa4,0x68,0x42,0xd6,0xae,0x91,0x43,0xf0,0x7c,0x01,0x92,0x21,0x3d,0x78,0x55,0x05,0x2e,0x95,0x09,0xac,0x8c,0x5a,0x1a,0x2d,0xf0,0x8e,0x46,0x65,0xea,0xf0,0x2b,0xc8,0x14,0x5a,0xb6,0x05,0x85,0x7f,0x37,0xcf,0x4d,0xee,0x4b,0xb1,0x5b,0x5c,0xb7,0xab,0x09,0xde,0xdc,0x1c,0x74,0xcb,0xca,0xd9,0x37,0x2b,0xb4,0x91,0x5f,0x5c,0x51,0x3b,0x25,0xea,0x1b,0x7d,0x93,0x64,0x91,0x24,0x4e,0x68,0x08,0x2f,0x76,0xd7,0xd6,0xba,0x0d,0x85,0xf9,0x63,0x36,0x6f,0x2a,0x41,0x52,0xd5,0xcf,0x78,0x99,0x0b,0xad,0x6c,0x37,0x94,0xb1,0x24,0x23,0xde,0xe5,0xcf,0xbe,0x51,0x03,0xbc,0xcf,0x4f,0x7c,0xd6,0xe8,0xfe,0xb6,0x83,0x7d,0x33,0xa3,0x3b,0xa1,0xad,0x5a,0xcb,0x64,0xe6,0x4a,0x48,0x5c,0x06,0xcf,0x7f,0x8e,0x2d,0x18,0x4d,0x09,0x5d,0xa4,0x91,0xb6,0xc4,0x39,0xae,0xba,0x67,0xac,0xc9,0x71,0x9e,0x9d,0xff,0xf8,0xa7,0x7f,0x7f,0xff,0xbf,0xff,0xa8,0x25,0x34,0xa2,0x76,0xd3,0x92,0x42,0xcd,0xc2,0xd5,0x9a,0x34,0x5d,0x69,0xaa,0x34,0xa6,0xab,0x7d,0x04,0x7f,0xf2,0x3a,0xb7,0x06,0xa8,0x6a,0x1b,0xf5,0x10,0x50,0xa9,0x5e,0x91,0x47,0xea,0xe7,0xbc,0x28,0x5e,0x75,0x10,0x1c,0x5b,0xb9,0x65,0x8e,0x73,0xc1,0x77,0x76,0x85,0x66,0xfa,0x1f,0x54,0x33,0xc5,0x15,0x55,0xab,0x66,0xe5,0xba,0x1f,0xa2,0x9b,0x0a,0x83,0xad,0x54,0x90,0x9e,0xb7,0x9b,0x8e,0x2c,0xd2,0xeb,0xf9,0xa0,0xda,0x20,0xf9,0xc5,0x21,0x6c,0xd4,0x55,0x1a,0xa5,0x79,0x00,0x6b,0x19,0xbf,0x21,0x68,0x65,0xc6,0x6f,0xca,0x68,0x6e,0x9d,0xce,0xc2,0x34,0xef,0x62,0xb5,0xb2,0x8a,0x4f,0xa1,0x50,0xa9,0x63,0xa6,0x2f,0x80,0x37,0x3d,0x19,0x6b,0xad,0xe9,0x29,0x6b,0x0a,0xdd,0x71,0x1d,0xe7,0xeb,0x45,0xcc,0x99,0x40,0x6a,0x96,0x5e,0x65,0xba,0xea,0xe2,0x88,0xba,0x41,0xf4,0xf5,0x29,0x14,0x25,0xa9,0xa1,0x37,0x78,0x66,0x81,0xc8,0x16,0x3c,0x7f,0xf7,0x3b,0x90,0x14,0xd2,0x54,0x8c,0x0f,0x67,0x93,0x86,0xbd,0x05,0x01,0xea,0x04,0xd4,0x5a,0x3d,0x8d,0xed,0xdc,0xba,0x69,0xab,0x72,0x5a,0xa4,0x5f,0x27,0xd6,0x4e,0xdf,0x50,0x25,0x8f,0x26,0xba,0xbd,0x0b,0x93,0x10,0x13,0xd2,0xf8,0xee,0x79,0x76,0xff,0xdd,0x7c,0x34,0x87,0x93,0x17,0x3d,0xe0,0x22,0x4e,0xd3,0xdb,0x96,0x05,0x46,0xbd,0x45,0xad,0x05,0xa8,0x70,0xcb,0x82,0x43,0xe8,0xd2,0xc6,0x7f,0xe1,0xe4,0xf3,0x08,0x7e,0x21,0xf3,0x84,0xde,0x76,0x2e,0xa3,0xcb,0xe8,0x59,0x98,0xc5,0x2d,0x4b,0x88,0x71,0x74,0x0c,0x72,0x74,0x6c,0xd1,0x40,0x20,0x45,0x9a,0x12,0xca,0x7a,0x8a,0x30,0xfa,0xa9,0x60,0xde,0x5b,0x5a,0x6f,0x8c,0x38,0x93,0x6f,0x84,0x30,0xcd,0x26,0x2a,0xc5,0x18,0x45,0xcb,0x68,0x96,0xd2,0x48,0x6e,0x08,0x62,0xc9,0xc5,0x2c,0xdb,0x08,0xc3,0x15,0xc9,0xaf,0xa0,0xda,0xc9,0xd7,0xb2,0x82,0xbe,0x58,0x7e,0x73,0xb0,0x32,0x93,0x84,0x2a,0xc7,0x9d,0xa3,0x7e,0xd8,0x1a,0xb7,0xc1,0x1a,0xd1,0x1e,0xc5,0x62,0xb6,0xe1,0x69,0xbb,0x32,0xf4,0xad,0xf6,0x1f,0x53,0x2b,0xba,0x37,0x15,0x54,0xa3,0x3b,0xd0,0x07,0xd6,0x8f,0x4e,0xfa,0xe3,0x29,0x49,0x5f,0x1b,0xd3,0x54,0x55,0x0c,0x7c,0x4c,0x04,0x28,0x2d,0xb1,0x9c,0x12,0x61,0x6f,0xd6,0xf1,0xd8,0xe5,0xb6,0xba,0xbc,0x88,0x33,0xcb,0x6b,0x58,0x4c,0xb9,0xd9,0x5a,0xca,0x49,0x91,0xbc,0x3e,0x5b,0x51,0x3b,0x33,0x66,0xac,0x7d,0x5c,0xc3,0x0a,0xf5,0x9e,0xf2,0x24,0x08,0x12,0xe3,0x92,0xaa,0xb5,0x23,0xca,0xc8,0x58,0x2f,0x60,0x34,0xca,0xd3,0xd6,0x15,0x28,0xab,0x0f,0xfc,0x95,0x65,0x07,0x12,0x86,0x35,0x2d,0x42,0xda,0x62,0xf5,0x90,0xb1,0xbd,0x95,0x2f,0xa5,0x8a,0xca,0xd2,0xdf,0x31,0x95,0xf5,0x65,0xb0,0x30,0xd5,0xc6,0x9b,0x7a,0x0f,0xd1,0x1a,0xa6,0x96,0x6f,0xce,0xec,0xca,0xb2,0x1f,0x2c,0xa1,0xae,0x25,0x51,0x6c,0x39,0x98,0xf7,0x43,0xb6,0xba,0x5b,0xc5,0x1b,0xd7,0x45,0x35,0x57,0xa5,0xf7,0xc0,0xb3,0x83,0x27,0x5f,0x7d,0x53,0xc2,0x6c,0x08,0x98,0x7c,0xed,0xed,0x46,0xb0,0xdd,0x6b,0x6e,0xdb,0x5b,0x27,0xf6,0xb6,0x22,0x07,0xc9,0xff,0xb6,0xbd,0x52,0x92,0xc2,0x8b,0x43,0x95,0xf9,0xe8,0x06,0x23,0xca,0xec,0xcd,0x8c,0x8b,0xdb,0xf4,0x66,0x76,0x55,0xcc,0x84,0xd6,0xc5,0x99,0x07,0x19,0xdd,0x0a,0xfb,0x11,0xb7,0x1c,0xca,0xb6,0x83,0x3d,0xf0,0x1a,0xab,0x11,0x6d,0x72,0x63,0xb1,0xa9,0x2e,0xbc,0x68,0x86,0xe7,0x6d,0x87,0x6e,0xab,0x30,0xf6,0x25,0xeb,0xd0,0xd4,0xcb,0xa7,0x5d,0x30,0x29,0x8b,0xc8,0xae,0x9f,0xad,0xe9,0xa7,0xd1,0xf1,0x48,0x9a,0xe5,0xa5,0x79,0x41,0xe6,0xb2,0xee,0xae,0xce,0x65,0xcd,0x65,0x9d,0xcb,0xda,0xdb,0x3a,0x97,0x2b,0xaf,0xeb,0x5c,0x16,0x2e,0xd9,0xe8,0x46,0x01,0x71,0x34,0x8b,0x43,0x82,0xff,0x59,0xb4,0xe0,0x5c,0x6c,0x11,0xb0,0xd0,0xac,0xce,0x03,0xd1,0x87,0x19,0x90,0x3c,0x6a,0x4a,0x99,0x02,0xfb,0xbf,0xf0,0x42,0x17,0xcc,0x57,0x40,0x00,0xfd,0x52,0xd0,0xd6,0xee,0xd6,0xc9,0x9b,0xd8,0xd2,0x6f,0xef,0x51,0xff,0xa4,0x24,0xe7,0x7d,0x7d,0x33,0x51,0x97,0xa1,0xda,0x61,0x75,0x19,0x4a,0xaa,0x2a,0x6d,0x8a,0xbc,0x48,0x8c,0xc7,0x13,0x73,0x66,0x3c,0xf9,0x98,0x64,0x35,0x80,0x4c,0x08,0xac,0xf1,0x93,0x34,0x63,0xed,0xa1,0x07,0x21,0x89,0x97,0xb0,0xbc,0xa9,0xba,0x39,0x1a,0x76,0x0b,0xab,0xc1,0xeb,0x74,0xb8,0xf2,0x7d,0x90,0x79,0xc9,0xac,0x69,0xb8,0x99,0x50,0xe1,0x6a,0xbf,0x31,0x6f,0xd2,0xe9,0xef,0x70,0x80,0x6c,0xdd,0x5b,0xa8,0xfc,0xde,0x65,0xd3,0x28,0x22,0xd8,0x2e,0xb3,0x8e,0x73,0x3d,0xaa,0xbc,0x8a,0x59,0xc6,0xb6,0xea,0x5f,0x39,0xca,0xbb,0x88,0x39,0x62,0x9e,0xf9,0x32,0x99,0xc5,0x7d,0x0a,0xc8,0xde,0xc4,0xa3,0x6d,0x8b,0x87,0x3c,0xb9,0x2a,0x74,0x4a,0x45,0x96,0xc3,0x7f,0x31,0x03,0x5a,0x41,0x10,0x01,0xf1,0xc0,0x7f,0x62,0xaf,0x4b,0x72,0x58,0xbe,0x25,0x6d,0x47,0x34,0xa5,0xd9,0x2f,0x97,0x68,0xe0,0xfd,0x9d,0x17,0x2e,0x25,0x28,0x94,0xec,0x72,0x4a,0x6a,0x8e,0xa3,0xe1,0x68,0xa6,0xc7,0xfc,0xf5,0x55,0x44,0x1b,0x19,0xf1,0xf4,0x4e,0x97,0x37,0xf7,0x4d,0x40,0x9e,0xd2,0x09,0xc3,0x63,0xdf,0x63,0xbd,0x0f,0x02,0xf0,0xaa,0xcc,0x81,0x8c,0x77,0xbf,0x6a,0xb1,0xcf,0x4f,0x5f,0x58,0x2f,0xdf,0xbe,0x3d,0x7b,0xfb,0x44,0xef,0x65,0x19,0xdd,0xb6,0x1d,0x39,0xa1,0x65,0x57,0xeb,0x02,0x29,0xef,0x6d,0xed,0xe8,0x7a,0x33,0x63,0x73,0x9e,0xdb,0x81,0x94,0x65,0x83,0x34,0xaf,0x59,0x16,0x0c,0x92,0xf5,0x1b,0x7a,0xfd,0x9d,0xdd,0xbd,0x7d,0xbb,0x5a,0xb4,0x5f,0x21,0xd4,0xb1,0xbd,0x8d,0x1f,0x1f,0x46,0x4a,0xa4,0x54,0x16,0x33,0xbf,0x01,0x27,0xc9,0x8a,0x5b,0x78,0x75,0xa6,0x2b,0x2f,0xea,0x99,0x36,0x2f,0x94,0xbd,0x5b,0xa1,0x6c,0xbc,0x1c,0xb8,0x76,0x15,0xbb,0xfa,0x2a,0xb8,0x5c,0x74,0x91,0xe9,0x4b,0x10,0x7c,0x57,0xad,0x82,0x41,0x97,0x8f,0xcc,0x35,0xcc,0xf3,0xd7,0xd0,0x66,0x16,0x83,0x13,0x60,0xaa,0xf1,0x14,0x12,0x97,0x8c,0x57,0x0b,0x29,0x33,0xd9,0x5f,0xd8,0xb5,0xbd,0x77,0x25,0x4b,0x21,0x17,0x29,0x8b,0x7f,0xe4,0xf0,0x7b,0x76,0xec,0x32,0xa0,0xfc,0xad,0x06,0x8e,0xf8,0xe5,0x3e,0xff,0x0f,0x3e,0xb6,0xd3,0x8b,0xf6,0x47,0x00,0x00}; diff --git a/TC1/ota_server/user_ota.c b/TC1/ota_server/user_ota.c index c9c085b..dc49486 100644 --- a/TC1/ota_server/user_ota.c +++ b/TC1/ota_server/user_ota.c @@ -8,17 +8,21 @@ #include "mqtt_server/user_mqtt_client.h" #include "mqtt_server/user_function.h" +float ota_progress = 0; + static void ota_server_status_handler(OTA_STATE_E state, float progress) { char str[64] = { 0 }; switch (state) { case OTA_LOADING: + ota_progress = progress; os_log("ota server is loading, progress %.2f%%", progress); if (((int) progress)%10 == 1) sprintf(str, "{\"mac\":\"%s\",\"ota_progress\":%d}", strMac,((int) progress)); break; case OTA_SUCCE: + ota_progress = 100; os_log("ota server daemons success"); sprintf(str, "{\"mac\":\"%s\",\"ota_progress\":100}", strMac); break; @@ -37,6 +41,7 @@ static void ota_server_status_handler(OTA_STATE_E state, float progress) void user_ota_start(char *url, char *md5) { + ota_progress = 0; os_log("ready to ota:%s",url); ota_server_start(url, md5, ota_server_status_handler); } diff --git a/TC1/ota_server/user_ota.h b/TC1/ota_server/user_ota.h index 0f9ede0..7596377 100644 --- a/TC1/ota_server/user_ota.h +++ b/TC1/ota_server/user_ota.h @@ -1,6 +1,7 @@ #ifndef __USER_OTA_H_ #define __USER_OTA_H_ +extern float ota_progress; void user_ota_start(char *url, char *md5);