diff --git a/TC1/http_server/index.html b/TC1/http_server/index.html index a051d52..7a3863c 100644 --- a/TC1/http_server/index.html +++ b/TC1/http_server/index.html @@ -125,9 +125,6 @@ @@ -335,6 +332,12 @@ function GetScanResult() { HttpGet("/wifi/scan", function (re) { if (re != "NO") { var ret = JSON.parse(re); + var html = ""; + for (var i = 0; i < ret.ssids.length; i++) { + html += ""; + } + ssid_slt.innerHTML = html; + rescan_btn.innerHTML = "Rescan"; rescan_btn.disabled = false; return; diff --git a/TC1/http_server/web_data.c b/TC1/http_server/web_data.c index 134427b..bed381d 100644 --- a/TC1/http_server/web_data.c +++ b/TC1/http_server/web_data.c @@ -1 +1 @@ -const unsigned char index_html[0xa36] = {0x1f,0x8b,0x08,0x00,0xae,0xb5,0x90,0x5d,0x02,0xff,0xed,0x5a,0xdd,0x6e,0xe3,0xb8,0x15,0xbe,0x1f,0x60,0xde,0x41,0xab,0xc1,0x4e,0x1c,0xc4,0xb6,0x64,0xc7,0x76,0xb2,0x4e,0x9c,0x62,0x36,0x33,0x98,0x49,0x67,0x33,0x09,0x36,0x06,0xa6,0x45,0x51,0x18,0xb4,0x44,0x3b,0xda,0xc8,0x92,0x56,0xa2,0xe3,0x04,0x41,0x9e,0xa1,0xcf,0xd0,0xbb,0x3e,0x44,0x5f,0xa7,0x7d,0x8e,0x9e,0x43,0x8a,0x14,0x25,0xcb,0x8e,0x13,0x2b,0xd8,0x9b,0x26,0x17,0xb6,0xc8,0xf3,0xf3,0xf1,0xf0,0xfc,0x91,0xf2,0xf1,0x0f,0x1f,0x2f,0x4e,0x87,0x7f,0xbd,0xfc,0x64,0x5c,0xb3,0x99,0x7f,0xf2,0xf6,0xcd,0xb1,0xfa,0xa4,0xc4,0x85,0x4f,0x03,0xfe,0x8e,0x67,0x94,0x11,0x20,0x60,0x51,0x83,0xfe,0x3e,0xf7,0x6e,0x07,0xa6,0x13,0x06,0x8c,0x06,0xac,0xc1,0xee,0x23,0x6a,0x1a,0xe9,0xd3,0xc0,0x64,0xf4,0x8e,0x59,0x28,0x00,0xc6,0xae,0x49,0x9c,0x50,0x18,0x9b,0xb3,0x49,0xe3,0xd0,0xcc,0x49,0x52,0xf4,0x0b,0xcf,0x65,0xd7,0x03,0x97,0xde,0x7a,0x0e,0x6d,0xf0,0x87,0xba,0x17,0x78,0xcc,0x23,0x7e,0x23,0x71,0x88,0x4f,0x07,0xad,0xa6,0x5d,0x9f,0x91,0x3b,0x6f,0x36,0x9f,0x69,0x23,0xf3,0x84,0xc6,0xfc,0x91,0x8c,0x61,0xc4,0x36,0x8d,0x80,0xcc,0xe8,0xc0,0xbc,0xf5,0xe8,0x22,0x0a,0x63,0xa6,0x94,0x31,0x8f,0xf9,0xf4,0xe4,0x3b,0xf5,0x9d,0x70,0x66,0x0c,0x4f,0x5b,0xc7,0x96,0x18,0x49,0xa7,0x13,0x76,0xef,0x53,0x03,0x97,0x90,0x22,0x77,0x92,0x44,0xf2,0x4e,0x3c,0xea,0xbb,0x80,0xff,0x61,0x46,0xe2,0xa9,0x17,0x34,0xc6,0x21,0x63,0xe1,0xac,0xdf,0xb2,0xa3,0xbb,0xa3,0x71,0x18,0xbb,0x34,0xee,0xbf,0xb3,0x6d,0xdb,0x48,0x42,0xdf,0x73,0x8d,0x16,0x8c,0x3e,0x0a,0x46,0x2f,0x88,0xe6,0xac,0x9e,0x50,0x9f,0x3a,0xac,0x3e,0x9e,0x03,0x57,0xf0,0x10,0x11,0xd7,0xf5,0x82,0x69,0xbf,0xab,0x31,0x1f,0x1c,0x1c,0x2c,0x33,0xa7,0xf4,0x63,0xe2,0xdc,0x4c,0xe3,0x70,0x1e,0xb8,0xfd,0x20,0x0c,0xa8,0xe4,0x01,0x42,0x23,0xe3,0xcb,0xf3,0xf4,0x5d,0x2f,0x41,0x6b,0xb8,0xa9,0xea,0xec,0x99,0x03,0x52,0x8f,0xba,0xec,0x77,0xe3,0x09,0xfe,0x4b,0x41,0xcc,0xcd,0x01,0x4d,0x47,0x9b,0x49,0xe8,0xdc,0x50,0x96,0xae,0xab,0x39,0x0b,0x5d,0x2a,0xbe,0x4b,0xcb,0xc4,0xde,0xf4,0x9a,0xf5,0x1b,0x1d,0x9d,0x65,0x3e,0x9e,0x79,0x2c,0x27,0x2d,0x25,0x66,0x61,0x94,0x17,0x3e,0x77,0x1c,0x9a,0x24,0x0f,0x4e,0xe8,0x87,0x60,0x94,0xee,0xa1,0xeb,0x74,0x1d,0x35,0x4b,0xe3,0x38,0x8c,0xe5,0xdc,0x64,0xd2,0x76,0xdb,0x6a,0xd5,0x4d,0x2f,0x98,0x84,0x72,0x8a,0x1e,0xd8,0x36,0x25,0x6a,0x2a,0xa0,0x6c,0x11,0xc6,0x37,0x86,0xeb,0xdd,0x96,0xae,0x08,0xdc,0x2f,0x00,0x13,0xad,0x9c,0xe7,0x2b,0x7a,0x40,0x8f,0x68,0x10,0xdf,0x9b,0x06,0x7d,0x3e,0xa0,0xa6,0x7d,0x2f,0xa0,0x0f,0xd7,0x94,0x2f,0xfb,0x27,0xb5,0xa3,0xca,0x43,0x60,0x93,0xc4,0xbe,0xbe,0x73,0x29,0xfe,0x4b,0xbe,0x77,0x51,0xb8,0xa0,0xf1,0x08,0x95,0x6a,0xc6,0xd0,0x1c,0xaa,0xe1,0xd3,0x09,0xd3,0xf9,0xc1,0xbf,0x56,0x0b,0xc7,0xc9,0xbc,0x64,0x1d,0x57,0xcb,0x46,0xb9,0x51,0x98,0x40,0x30,0x81,0x73,0xc4,0xd4,0x27,0xcc,0xbb,0xa5,0x47,0xe1,0x2d,0x8d,0x27,0x7e,0xb8,0xe8,0x27,0x4e,0x1c,0xfa,0xbe,0xbe,0x2d,0x0d,0xc1,0x23,0x57,0x29,0x64,0x46,0x31,0x7d,0x50,0x52,0xc8,0x18,0x74,0xcf,0x19,0xfa,0x23,0x47,0x63,0x1f,0x81,0x28,0xc2,0xfa,0x88,0xfb,0x28,0x55,0x7c,0xd0,0x03,0x19,0x3c,0x92,0xfb,0xf6,0x06,0xeb,0x12,0xce,0x53,0xbe,0xac,0x63,0x8b,0x07,0x28,0xe6,0x22,0x2b,0x4d,0x46,0xc7,0xe3,0xd0,0xbd,0xc7,0x4f,0x19,0x9e,0x86,0xe3,0x93,0x24,0x19,0x98,0xc2,0x49,0x55,0xe0,0xfb,0x74,0x4a,0x03,0xf7,0xe4,0x12,0xd7,0x60,0x9c,0x42,0xb6,0xc1,0xc5,0x1e,0x5b,0xe9,0xb0,0xcc,0x0e,0x18,0x10,0x86,0xe7,0x4a,0xee,0x11,0x1b,0x4b,0x01,0x62,0x3e,0xd6,0x9e,0xc4,0x88,0x5b,0x18,0xe1,0xa3,0x3c,0x1a,0xd2,0x34,0xe2,0x5c,0x53,0xe7,0x66,0x1c,0xde,0x99,0x9a,0xdc,0x96,0xcc,0x4f,0x79,0x90,0x39,0x19,0x90,0xc9,0xa8,0x6f,0x4c,0xc2,0x38,0x63,0x3a,0xb9,0xe2,0x5f,0x1a,0x90,0xb5,0xf8,0x6c,0x11,0x8c,0xb5,0x84,0xe6,0x85,0xf8,0xda,0x2f,0xc1,0xd7,0x56,0xf8,0xda,0xaf,0x8d,0x6f,0xff,0x25,0xf8,0xf6,0x15,0xbe,0xfd,0x8d,0xf0,0xc1,0x63,0xfc,0x1a,0x9b,0xdf,0x79,0x09,0xf8,0x8e,0x02,0xdf,0x79,0x6d,0xe3,0x76,0x5f,0x82,0xaf,0xab,0xf0,0x75,0x5f,0x1b,0x5f,0xef,0x25,0xf8,0x7a,0x0a,0x5f,0xef,0xb9,0x9b,0x0f,0x5f,0x31,0x2d,0xc8,0x27,0xc8,0xd6,0x2a,0xc5,0xf0,0xa2,0x96,0xcb,0x10,0xa2,0xf4,0xe6,0x09,0x46,0x63,0x66,0x1a,0x61,0xe0,0xf8,0x9e,0x73,0x33,0x30,0xaf,0x28,0x13,0x48,0x6a,0xbb,0x80,0x89,0x13,0x1c,0x5b,0x82,0x4d,0x17,0x94,0x44,0x24,0x13,0xc3,0x08,0x9b,0x27,0xa3,0x24,0x32,0xd2,0xe2,0x68,0x9e,0x5c,0x7c,0x85,0x5c,0x08,0x24,0x0a,0x23,0xc0,0xe2,0x69,0x51,0xa6,0x41,0x78,0x28,0x49,0x8a,0xd8,0x82,0xad,0xc8,0x89,0x57,0x5c,0x49,0x31,0x23,0xe2,0x6a,0xd1,0xf4,0xaa,0x52,0xe5,0x56,0xab,0xd9,0x02,0x4b,0x8d,0x79,0x22,0x71,0xfc,0x9f,0xe2,0x75,0x28,0x72,0xdf,0xf3,0x7b,0x23,0x88,0xcb,0x05,0xa9,0xca,0x6d,0x1a,0xbc,0x80,0x0e,0x4c,0x59,0x9b,0xb1,0xbe,0xf3,0x62,0xdc,0xc6,0x6f,0xeb,0xe1,0xac,0x96,0xd2,0x95,0x52,0x3a,0x5b,0x48,0x39,0x54,0x58,0x7a,0xdb,0x48,0x51,0x58,0x0e,0x2b,0xc1,0x22,0x5a,0xa0,0xad,0x0d,0xd3,0xda,0xca,0xbe,0x19,0x9a,0x6d,0x0c,0xdc,0xcb,0xd0,0xf4,0xaa,0x41,0x73,0x58,0x89,0x6d,0xda,0x76,0x25,0x3b,0xd5,0x6e,0x57,0xe2,0x36,0xed,0x6d,0x4c,0xfc,0x53,0x86,0xa6,0x1a,0x27,0x6e,0x57,0xe3,0xc5,0xfb,0x5b,0x79,0xf1,0xa1,0x12,0xb3,0x95,0x17,0xf7,0x94,0x98,0x6d,0x4c,0x7c,0xd0,0x56,0x62,0xaa,0x31,0xf1,0x7e,0x35,0x26,0xee,0x54,0x93,0x28,0x3a,0xd5,0x24,0x8a,0x4e,0x35,0x89,0xa2,0x53,0x4d,0xa2,0xe8,0x54,0x93,0x28,0xba,0xd5,0x24,0x8a,0x6e,0x35,0x89,0xa2,0x5b,0x4d,0xa2,0xe8,0x56,0xe3,0xc5,0xdd,0xc3,0x8a,0x4a,0x6f,0x25,0x89,0xa2,0x57,0x4d,0xa2,0xe8,0x55,0x93,0x28,0x7a,0xd5,0x98,0xb8,0x57,0x8d,0x89,0x0f,0x4a,0x4c,0xbc,0x69,0xff,0x9e,0xde,0x63,0x15,0x3b,0xf8,0x6f,0xe9,0xf5,0x96,0x13,0x06,0x13,0x6f,0x5a,0x7a,0xab,0xf1,0xd4,0x49,0x56,0x6a,0xe0,0xd7,0x2f,0x70,0x30,0xb9,0x3a,0xfb,0xd8,0xdf,0xfc,0xcc,0x26,0x6e,0x18,0x79,0x37,0xba,0xf0,0x26,0x1e,0x3f,0xee,0x5c,0x93,0x60,0x4a,0xf1,0xbc,0x83,0x53,0xdf,0x61,0x14,0x0f,0x3c,0xcb,0xbc,0x9c,0x3f,0x8c,0xf0,0x3a,0xc9,0xb8,0x25,0xfe,0x1c,0x58,0x6c,0xf3,0xe4,0x9c,0x04,0x73,0xe2,0x1f,0x5b,0x62,0x62,0x33,0xb6,0x96,0x79,0x72,0x7a,0x7e,0x7a,0xfa,0x3c,0xa6,0x36,0x30,0x5d,0x7b,0x01,0x69,0x80,0x0d,0x9f,0xc7,0xb9,0xcf,0xd5,0x0d,0xd7,0x30,0xc1,0x11,0x8d,0x2f,0xbe,0x6c,0x2a,0x3d,0x28,0xa2,0xc5,0x62,0x9a,0x38,0x24,0xd0,0x8e,0x88,0xbf,0xf2,0x01,0x34,0x97,0xf8,0x56,0x72,0x3e,0x7c,0xe1,0x7d,0xc5,0x76,0xbb,0x2c,0x4e,0xe6,0xfc,0x24,0x9e,0x78,0xae,0xa9,0xdd,0x93,0xeb,0x1b,0x7e,0xca,0x3f,0xcf,0x90,0xb6,0xd6,0xda,0x35,0xad,0xca,0x51,0x5f,0x5e,0x7d,0x7f,0x19,0xea,0x28,0x59,0x28,0xd4,0x11,0x48,0x84,0x98,0x71,0x57,0x21,0x6f,0xbf,0x06,0xf2,0xf3,0x8b,0x8f,0x9f,0x56,0x20,0x97,0x94,0x78,0x9b,0x6e,0x3e,0x75,0x2d,0x12,0x13,0xd7,0x0b,0xc5,0x9d,0x08,0xd2,0xab,0xeb,0x44,0xce,0xbc,0xb4,0xa0,0x73,0x18,0xad,0xd9,0xbb,0x4f,0x5d,0x94,0x08,0x49,0x27,0x1f,0x2e,0xcb,0x2f,0x48,0x9e,0x02,0xd1,0xde,0x00,0x44,0x6b,0x23,0x10,0x78,0x91,0x38,0xfc,0x30,0x3c,0xbb,0xf8,0xf6,0x47,0x5f,0xd5,0xf0,0xb1,0x34,0xb9,0xfe,0x21,0xd7,0x35,0xe2,0xb5,0x44,0x31,0xdd,0x9f,0xa6,0x6f,0x2b,0xca,0xaf,0x6c,0x5e,0x92,0xee,0xcf,0x2e,0x9f,0x70,0x4b,0x7c,0xb7,0x22,0xf6,0xda,0x8b,0xb0,0x74,0x6d,0x1d,0x09,0x24,0xb9,0xd9,0x58,0xe5,0x0c,0x88,0xab,0x50,0xfa,0x99,0x30,0xba,0x20,0xf7,0x1b,0xeb,0x9d,0x0a,0xfa,0x75,0xaa,0x33,0x8f,0x2b,0xee,0x65,0xe2,0xc4,0x5e,0xc4,0xf4,0x77,0x89,0xbf,0x91,0x5b,0x22,0x46,0x4d,0x4e,0x32,0x99,0x07,0x0e,0x2f,0x28,0x1f,0x7e,0x23,0x77,0xb5,0x79,0xec,0xd7,0xc1,0xf5,0x52,0x97,0xa9,0x73,0xc6,0xba,0xe1,0x12,0x46,0x76,0x8d,0x07,0xa1,0xec,0x96,0xc4,0xc6,0xdd,0xcc,0x1f,0xe1,0x6b,0x57,0x63,0x60,0x04,0x74,0x61,0xfc,0xe5,0xfc,0x97,0x2f,0xf0,0xf4,0x2b,0xfd,0x7d,0x4e,0x13,0x56,0xdb,0x3d,0x12,0x94,0x92,0xaa,0x19,0x46,0x34,0xa8,0x09,0x51,0x5c,0x01,0x8b,0xe7,0x74,0x89,0x08,0x30,0xa7,0x02,0xbe,0x50,0xe2,0xd2,0xb8,0x66,0x9e,0xea,0x2f,0x73,0xeb,0x86,0x49,0xa2,0x08,0x42,0x82,0x20,0x5a,0xeb,0xae,0xb1,0x58,0x2c,0x1a,0x10,0xad,0xb3,0x06,0x88,0xa4,0x81,0x03,0x21,0xeb,0x9a,0xcb,0x9a,0x83,0x18,0x84,0xdd,0x63,0x30,0x50,0x91,0x0a,0x00,0xb2,0x5a,0x72,0x4d,0x2d,0x8a,0xbf,0x21,0x9d,0x18,0x35,0xc5,0xc8,0xd9,0xd0,0xb5,0x81,0x61,0x60,0x74,0x72,0x84,0x4b,0xc4,0x22,0xd6,0x90,0xb0,0x6d,0xdb,0x4b,0xa4,0xf8,0xa7,0x4c,0xaa,0x6b,0x48,0x22,0x18,0xa6,0x43,0xd8,0x15,0x78,0x88,0x7c,0xe2,0xd0,0x9a,0xb5,0x63,0x4d,0xeb,0xc6,0x8e,0xb9,0xb3,0x2b,0x97,0x22,0xff,0x1e,0xf3,0x8f,0xd4,0x4f,0x68,0x99,0x22,0xe2,0xd3,0x98,0xd5,0x4c,0xdc,0x4c,0x83,0xbf,0xa6,0xec,0x1b,0xa6,0xb1,0x67,0x14,0xa0,0xae,0x11,0x9e,0x7e,0x7d,0x4c,0x29,0x70,0x9d,0xb8,0xfd,0xc6,0x0f,0xb0,0xd5,0x73,0xdf,0x37,0xde,0xbf,0xe7,0x4e,0x81,0x8b,0x35,0x2f,0x2f,0xae,0x86,0x66,0x6e,0xbd,0xda,0x6e,0x06,0x2e,0x67,0x94,0xaa,0x1e,0x97,0x20,0xe7,0x69,0x15,0xdd,0xdb,0x37,0x8f,0x9a,0x57,0xa2,0x5f,0x7d,0xa6,0xac,0xe0,0x98,0x4a,0x67,0xa9,0xd3,0x9a,0x9f,0x3f,0x0d,0xc1,0x5f,0x10,0x2e,0x4a,0x2d,0x8a,0xbb,0x0c,0x13,0xb6,0xc4,0x93,0x73,0xf1,0x72,0xa9,0x7c,0xb5,0x29,0xa5,0x10,0xfb,0xf6,0x0d,0x06,0x83,0x4a,0xda,0xe0,0x01,0x86,0x1b,0x3a,0xf3,0x19,0x38,0x6d,0x73,0x4a,0xd9,0x27,0x9f,0xe2,0xd7,0xe4,0xe7,0xfb,0x53,0x0c,0xea,0x6f,0x50,0x98,0x6a,0x5a,0x8a,0x47,0x21,0xc8,0x8f,0xa1,0x3e,0xc2,0xbc,0xbc,0x19,0xbf,0xcc,0xeb,0x9c,0x3f,0x45,0x20,0xdf,0x13,0x96,0x0b,0xf8,0xf9,0xfe,0xcc,0xad,0x69,0x2f,0x13,0xa5,0x62,0xf9,0x5e,0x03,0xf5,0xaa,0xd9,0xbc,0xe2,0x21,0x99,0x0a,0xb5,0xbc,0xe6,0x6a,0x2a,0x45,0xbb,0x08,0xcb,0x08,0xd6,0xe9,0x4c,0x9b,0x4a,0xa9,0x10,0x1b,0xb6,0x51,0xe2,0xb3,0x75,0x2c,0xbc,0x73,0xcf,0x31,0x60,0x02,0x5b,0xb7,0x2e,0xec,0x02,0x25,0x03,0x36,0x57,0x4f,0x31,0xf0,0x06,0x4c,0x32,0x60,0xa9,0x1f,0xc5,0x6e,0x6b,0x1d,0x83,0xe8,0x49,0x0a,0x1c,0xed,0xa7,0x38,0xda,0x9a,0xb5,0xf8,0x16,0x7b,0xd1,0x3a,0x16,0x2f,0xca,0x3b,0x04,0x96,0x9b,0xb5,0x2a,0xb0,0x1c,0xe5,0x38,0xd2,0x42,0xb1,0x8e,0x49,0xd6,0x92,0x0c,0x19,0xff,0xdd,0xc4,0xc0,0x68,0xb4,0x52,0x49,0x24,0x1a,0x61,0x03,0x05,0x43,0xa6,0x99,0x0d,0xa1,0xc9,0xf4,0x21,0x74,0x42,0x08,0xa7,0x25,0x52,0x39,0xae,0xd3,0xcb,0x08,0x36,0x2d,0xe1,0xba,0x10,0x42,0x59,0x02,0x8e,0xa9,0x0a,0x3a,0xcb,0x8a,0xb9,0xac,0x87,0x1d,0xe1,0x8b,0xc9,0x4e,0x7f,0xe7,0xc7,0x64,0xa7,0xbe,0x83,0x10,0x77,0xfa,0x3f,0xba,0xf5,0x1d,0x29,0x1e,0xb7,0x5c,0xce,0x2a,0x95,0x0b,0x35,0x04,0x80,0x75,0x0a,0xc4,0x2f,0x27,0x1f,0xcd,0xac,0x88,0xc9,0xac,0x6d,0xfc,0xf9,0xea,0xe2,0x5b,0x33,0xc2,0x9f,0x05,0x21,0x9e,0xa3,0x22,0xc5,0x88,0xc4,0x31,0x46,0x08,0x7f,0x48,0x7f,0x76,0x02,0x9f,0x50,0x8b,0x60,0x51,0x75,0x55,0x73,0xa0,0x16,0x19,0x35,0xbe,0x19,0x40,0x6c,0x1f,0xc1,0xc7,0xb1,0x26,0xa0,0x09,0x35,0x6a,0xca,0xae,0x61,0x78,0x6f,0x2f,0x97,0x31,0x55,0x10,0xfe,0xcd,0xfb,0x7b,0x93,0x3f,0x50,0x57,0x69,0x43,0x4e,0x18,0xe7,0xc9,0xb6,0x65,0x6a,0x49,0xbb,0xb0,0x01,0x12,0x9b,0x66,0x9f,0x12,0xe2,0x74,0x57,0x0a,0xc4,0x60,0x1b,0x8d,0x36,0xdb,0xff,0x94,0x2c,0x35,0x66,0x9e,0x24,0x2f,0x49,0x18,0x58,0xa3,0xb0,0xac,0xd4,0xad,0x52,0x02,0x7c,0xd2,0xa6,0xb5,0x5e,0x5c,0x23,0x10,0x3e,0xa9,0xea,0xab,0x88,0x98,0xa6,0x07,0x4d,0x66,0xfc,0x65,0x78,0xfe,0x4b,0x26,0xcd,0x8b,0x0a,0x64,0x18,0x0a,0x65,0x84,0x38,0x5e,0x20,0x4d,0x03,0xa0,0x8c,0x3a,0x9d,0xca,0xaa,0x90,0x00,0xa4,0x7c,0xf5,0x8a,0xb2,0x8b,0xaf,0x35,0x4f,0x6d,0x5e,0x96,0xf6,0x71,0xe7,0xe4,0xef,0x98,0xb0,0xbd,0x20,0x50,0xe8,0x64,0xf9,0x54,0xb9,0x9d,0x6f,0xaf,0x4c,0xe3,0xe8,0xe7,0xcb,0x0d,0x7a,0x29,0x8f,0x8e,0xd4,0xbc,0xf8,0x6a,0x16,0x0a,0x1a,0xa0,0x3a,0x0b,0xa6,0x9b,0xc0,0xc2,0xa6,0xeb,0x39,0xa8,0x78,0x07,0xfa,0x34,0x24,0x2f,0x98,0x36,0x9b,0x4d,0x53,0x16,0x44,0x1d,0x98,0x7c,0xc3,0x2c,0xa1,0xa5,0x58,0xed,0x5c,0x88,0x89,0x70,0x1a,0x25,0x4c,0xe6,0x8b,0x55,0xb1,0xa4,0x02,0x65,0x65,0x28,0x69,0xb2,0xf6,0x06,0x46,0xad,0x34,0xb2,0xfe,0x04,0x81,0x54,0x37,0x0d,0xe8,0x8a,0xec,0x2c,0x74,0xd3,0x9e,0x47,0x35,0x07,0x90,0xaa,0xc4,0x5b,0xfd,0x15,0xa9,0x2a,0x5d,0x0c,0xb8,0x83,0x5a,0xcb,0x63,0x5d,0x53,0xbf,0x5b,0x62,0x8d,0xec,0xfe,0x49,0xed,0x54,0x5a,0xdc,0xf4,0x4d,0x92,0x15,0xb2,0xc9,0xaf,0x77,0xb0,0xe9,0x32,0xed,0x65,0xdb,0x6a,0x01,0x34,0x53,0xe2,0xb0,0x53,0x13,0x61,0x37,0x30,0x60,0x34,0xa6,0x6c,0x1e,0x07,0x5a,0x17,0x37,0x43,0x69,0xad,0xdc,0x1a,0x2c,0xeb,0xc3,0xe5,0x7f,0xff,0xf5,0xcf,0xff,0xfc,0xfb,0x1f,0xd9,0x98,0x2c,0x88,0x5a,0x2e,0xd2,0x3c,0x47,0xe1,0xce,0x30,0x4a,0x88,0x4b,0xd3,0xe5,0xbe,0x87,0x7f,0x59,0xf3,0xb0,0x86,0xa8,0xcc,0x3c,0x7a,0x68,0xe5,0x68,0x24,0x94,0x34,0x7d,0x69,0x24,0xb2,0x23,0xd0,0x49,0x70,0x6c,0x65,0x5b,0x6a,0x59,0x57,0x22,0x33,0xae,0xb0,0x4c,0xbb,0x52,0xcb,0x14,0x57,0x54,0x6e,0x9a,0x95,0xeb,0x7e,0x8e,0x6d,0xf4,0x9a,0xb1,0xce,0x40,0x7a,0xb9,0xc8,0x07,0x48,0x9a,0xd5,0x67,0x2b,0x1c,0x52,0xdc,0x59,0xe1,0xe9,0x40,0x73,0x4a,0xe5,0x93,0x79,0xd7,0xd3,0xea,0x4c,0x0e,0x67,0x69,0x9d,0xc9,0x43,0x5c,0xb9,0x73,0xc5,0xa2,0xb8,0x4a,0x70,0xa1,0x1e,0x96,0x4b,0x5f,0x8a,0xe0,0xfc,0x35,0xcc,0xca,0x05,0xae,0x02,0xc7,0xbb,0x53,0x12,0x93,0x59,0xc2,0xd3,0x6c,0x82,0x47,0xfb,0x3d,0x1d,0xf1,0x9e,0xf9,0xfe,0x86,0xde,0x6b,0x83,0x9a,0xfd,0x0b,0xd9,0x09,0x7b,0x64,0x4b,0x5c,0xb3,0xaf,0x4b,0x51,0xd9,0x79,0x30,0x6b,0x6b,0xd2,0x5c,0x25,0x90,0xec,0xae,0x5a,0xac,0xbc,0xfb,0x95,0xd2,0x8a,0xba,0x79,0x57,0xbf,0x46,0x33,0xe6,0x9b,0x58,0x9c,0x11,0xa1,0x64,0x2d,0x81,0xd2,0x9c,0x3c,0x57,0x4b,0xae,0x60,0x34,0xc8,0x0a,0xca,0x0a,0x96,0xd5,0x29,0x03,0xff,0x16,0x5e,0xe0,0x86,0x0b,0xbc,0x4d,0x18,0x7a,0x33,0x1a,0x82,0x43,0x42,0xf3,0x89,0x82,0x61,0x4d,0x73,0x9f,0xd5,0x8d,0x96,0x6d,0xdb,0x39,0x6b,0x94,0x9e,0xa5,0x4b,0xed,0x96,0x5a,0x6b,0x39,0xbd,0xe7,0x54,0xe4,0xcd,0x26,0x5a,0xdf,0xe7,0x58,0x0d,0x93,0xfe,0xb7,0x8b,0x65,0xab,0x89,0x63,0x17,0x5b,0xd5,0xb0,0x3e,0x65,0x5c,0xb1,0xa7,0x9b,0xd9,0xb5,0x98,0x4b,0x04,0xa5,0x56,0x50,0x0a,0x97,0x06,0xcf,0x32,0x7a,0x66,0xbf,0x63,0x4b,0xdc,0x44,0xf1,0x8b,0x2b,0xf9,0x13,0x5a,0x2b,0xfd,0xa1,0xff,0xff,0x00,0x4e,0x2c,0xbf,0x88,0x02,0x30,0x00,0x00}; +const unsigned char index_html[0xa55] = {0x1f,0x8b,0x08,0x00,0x25,0xba,0x90,0x5d,0x02,0xff,0xed,0x5b,0xdb,0x6e,0xdb,0xc8,0x19,0xbe,0x0f,0x90,0x77,0xe0,0x32,0xd8,0x48,0x86,0x0e,0xa4,0x64,0x49,0xf6,0xca,0x92,0x8b,0xac,0x13,0x24,0x6e,0xd6,0x07,0xac,0x0d,0xa4,0x45,0x51,0x08,0x23,0x72,0x24,0x73,0x4d,0x91,0x5c,0x72,0x64,0xd9,0x30,0xfc,0x0c,0x7d,0x86,0xde,0xf5,0x21,0xfa,0x3a,0xed,0x73,0x74,0xfe,0x39,0x71,0x48,0x91,0xb2,0x62,0xd1,0xd8,0x9b,0x3a,0x17,0x12,0x67,0xfe,0xc3,0x37,0xff,0xfc,0xa7,0x19,0x2a,0xa3,0x1f,0x3e,0x5e,0x9c,0x5c,0xff,0xf5,0xf2,0x93,0x71,0x43,0x16,0xfe,0xf1,0xdb,0x37,0x23,0xf5,0x89,0x91,0x4b,0x3f,0x0d,0xfa,0x37,0x5a,0x60,0x82,0x28,0x01,0x89,0x5a,0xf8,0xf7,0xa5,0x77,0x37,0x36,0x9d,0x30,0x20,0x38,0x20,0x2d,0xf2,0x10,0x61,0xd3,0x10,0x4f,0x63,0x93,0xe0,0x7b,0x62,0x81,0x00,0x3a,0x76,0x83,0xe2,0x04,0xd3,0xb1,0x25,0x99,0xb5,0x0e,0xcd,0x8c,0x24,0x45,0xbf,0xf2,0x5c,0x72,0x33,0x76,0xf1,0x9d,0xe7,0xe0,0x16,0x7b,0x68,0x7a,0x81,0x47,0x3c,0xe4,0xb7,0x12,0x07,0xf9,0x78,0xdc,0x69,0xdb,0xcd,0x05,0xba,0xf7,0x16,0xcb,0x85,0x36,0xb2,0x4c,0x70,0xcc,0x1e,0xd1,0x94,0x8e,0xd8,0xa6,0x11,0xa0,0x05,0x1e,0x9b,0x77,0x1e,0x5e,0x45,0x61,0x4c,0x94,0x32,0xe2,0x11,0x1f,0x1f,0x7f,0xc3,0xbe,0x13,0x2e,0x8c,0xeb,0x93,0xce,0xc8,0xe2,0x23,0x62,0x3a,0x21,0x0f,0x3e,0x36,0x60,0x09,0x02,0xb9,0x93,0x24,0x92,0x77,0xe6,0x61,0xdf,0xa5,0xf8,0x1f,0x17,0x28,0x9e,0x7b,0x41,0x6b,0x1a,0x12,0x12,0x2e,0x86,0x1d,0x3b,0xba,0x3f,0x9a,0x86,0xb1,0x8b,0xe3,0xe1,0x3b,0xdb,0xb6,0x8d,0x24,0xf4,0x3d,0xd7,0xe8,0xd0,0xd1,0x27,0xce,0xe8,0x05,0xd1,0x92,0x34,0x13,0xec,0x63,0x87,0x34,0xa7,0x4b,0xca,0x15,0x3c,0x46,0xc8,0x75,0xbd,0x60,0x3e,0xec,0x6b,0xcc,0x07,0x07,0x07,0xeb,0xcc,0x82,0x7e,0x8a,0x9c,0xdb,0x79,0x1c,0x2e,0x03,0x77,0x18,0x84,0x01,0x96,0x3c,0x94,0xd0,0x48,0xf9,0xb2,0x3c,0x43,0xd7,0x4b,0xc0,0x1a,0xae,0x50,0x9d,0x3e,0x33,0x40,0xea,0x51,0x97,0xfd,0x6e,0x3a,0x83,0x7f,0x52,0x10,0x71,0x33,0x40,0xc5,0x68,0x3b,0x09,0x9d,0x5b,0x4c,0xc4,0xba,0xda,0x8b,0xd0,0xc5,0xfc,0xbb,0xb4,0x4c,0xec,0xcd,0x6f,0xc8,0xb0,0xd5,0xd3,0x59,0x96,0xd3,0x85,0x47,0x32,0xd2,0x04,0x31,0x09,0xa3,0xac,0xf0,0xa5,0xe3,0xe0,0x24,0x79,0x74,0x42,0x3f,0xa4,0x46,0xe9,0x1f,0xba,0x4e,0xdf,0x51,0xb3,0x38,0x8e,0xc3,0x58,0xce,0xcd,0x66,0x5d,0xb7,0xab,0x56,0xdd,0xf6,0x82,0x59,0x28,0xa7,0xf0,0x81,0x6d,0x63,0xa4,0xa6,0x02,0x4c,0x56,0x61,0x7c,0x6b,0xb8,0xde,0x5d,0xe1,0x8a,0xa8,0xfb,0x05,0xd4,0x44,0xa5,0xf3,0x6c,0x45,0x8f,0xe0,0x11,0x2d,0xe4,0x7b,0xf3,0x60,0xc8,0x06,0xd4,0xb4,0xef,0x05,0xf8,0xf1,0x06,0xb3,0x65,0xff,0xa4,0x76,0x54,0x79,0x08,0xdd,0x24,0xbe,0xaf,0xef,0x5c,0x0c,0xff,0x24,0xdf,0xbb,0x28,0x5c,0xe1,0x78,0x02,0x4a,0x35,0x63,0x68,0x0e,0xd5,0xf2,0xf1,0x8c,0xe8,0xfc,0xd4,0xbf,0xca,0x85,0xc3,0x64,0x56,0xb2,0x8e,0xab,0x63,0x83,0xdc,0x28,0x4c,0x68,0x30,0x51,0xe7,0x88,0xb1,0x8f,0x88,0x77,0x87,0x8f,0xc2,0x3b,0x1c,0xcf,0xfc,0x70,0x35,0x4c,0x9c,0x38,0xf4,0x7d,0x7d,0x5b,0x5a,0x9c,0x47,0xae,0x92,0xcb,0x8c,0x62,0xfc,0xa8,0xa4,0xa0,0x29,0xd5,0xbd,0x24,0xe0,0x8f,0x0c,0x8d,0x7d,0x44,0x45,0x21,0x32,0x04,0xdc,0x47,0x42,0xf1,0xc1,0x80,0xca,0x60,0x91,0x3c,0xb4,0xb7,0x58,0x17,0x77,0x9e,0xe2,0x65,0x8d,0x2c,0x16,0xa0,0x90,0x8b,0x2c,0x91,0x8c,0x46,0xd3,0xd0,0x7d,0x80,0x4f,0x19,0x9e,0x86,0xe3,0xa3,0x24,0x19,0x9b,0xdc,0x49,0x55,0xe0,0xfb,0x78,0x8e,0x03,0xf7,0xf8,0x12,0xd6,0x60,0x9c,0xd0,0x6c,0x03,0x8b,0x1d,0x59,0x62,0x58,0x66,0x07,0x08,0x08,0xc3,0x73,0x25,0xf7,0x84,0x4c,0xa5,0x00,0x3e,0x1f,0x6b,0x4f,0x7c,0xc4,0xcd,0x8d,0xb0,0x51,0x16,0x0d,0x22,0x8d,0x38,0x37,0xd8,0xb9,0x9d,0x86,0xf7,0xa6,0x26,0xb7,0x23,0xf3,0x53,0x16,0x64,0x46,0x06,0xcd,0x64,0xd8,0x37,0x66,0x61,0x9c,0x32,0x1d,0x5f,0xb1,0x2f,0x2d,0x9a,0xb5,0xd8,0x6c,0x1e,0x8c,0xb5,0x86,0xe6,0x85,0xf8,0xba,0x2f,0xc1,0xd7,0x55,0xf8,0xba,0xaf,0x8d,0x6f,0xff,0x25,0xf8,0xf6,0x15,0xbe,0xfd,0xad,0xf0,0xd1,0xc7,0xf8,0x35,0x36,0xbf,0xf7,0x12,0xf0,0x3d,0x05,0xbe,0xf7,0xda,0xc6,0xed,0xbf,0x04,0x5f,0x5f,0xe1,0xeb,0xbf,0x36,0xbe,0xc1,0x4b,0xf0,0x0d,0x14,0xbe,0xc1,0xf7,0x6e,0x3e,0xfd,0x0a,0x69,0x41,0x3e,0xd1,0x6c,0xad,0x52,0x0c,0x2b,0x6a,0x99,0x0c,0xc1,0x4b,0x6f,0x96,0x60,0x32,0x25,0xa6,0x11,0x06,0x8e,0xef,0x39,0xb7,0x63,0xf3,0x0a,0x13,0x8e,0xa4,0xbe,0x47,0x31,0x31,0x82,0x91,0xc5,0xd9,0x74,0x41,0x49,0x84,0x52,0x31,0x04,0x91,0x65,0x32,0x49,0x22,0x43,0x14,0x47,0xf3,0xf8,0xe2,0x2b,0xcd,0x85,0x94,0x44,0x61,0xa4,0xb0,0x58,0x5a,0x94,0x69,0x90,0x3e,0x14,0x24,0x45,0x68,0xc1,0x4a,0x72,0xe2,0x15,0x53,0x92,0xcf,0x88,0xb0,0x5a,0x30,0xbd,0xaa,0x54,0x99,0xd5,0x6a,0xb6,0x80,0x52,0x63,0x1e,0x4b,0x1c,0xff,0xa7,0x78,0x1d,0x8a,0xcc,0xf7,0xec,0xde,0x70,0xe2,0x62,0x41,0xaa,0x72,0x9b,0x06,0x2b,0xa0,0x63,0x53,0xd6,0x66,0xa8,0xef,0xac,0x18,0x77,0xe1,0xdb,0x66,0x38,0xe5,0x52,0xfa,0x52,0x4a,0x6f,0x07,0x29,0x87,0x0a,0xcb,0x60,0x17,0x29,0x0a,0xcb,0x61,0x25,0x58,0x78,0x0b,0xb4,0xb3,0x61,0x3a,0x3b,0xd9,0x37,0x45,0xb3,0x8b,0x81,0x07,0x29,0x9a,0x41,0x35,0x68,0x0e,0x2b,0xb1,0x4d,0xd7,0xae,0x64,0xa7,0xba,0xdd,0x4a,0xdc,0xa6,0xbb,0x8b,0x89,0x7f,0x4a,0xd1,0x54,0xe3,0xc4,0xdd,0x6a,0xbc,0x78,0x7f,0x27,0x2f,0x3e,0x54,0x62,0x76,0xf2,0xe2,0x81,0x12,0xb3,0x8b,0x89,0x0f,0xba,0x4a,0x4c,0x35,0x26,0xde,0xaf,0xc6,0xc4,0xbd,0x6a,0x12,0x45,0xaf,0x9a,0x44,0xd1,0xab,0x26,0x51,0xf4,0xaa,0x49,0x14,0xbd,0x6a,0x12,0x45,0xbf,0x9a,0x44,0xd1,0xaf,0x26,0x51,0xf4,0xab,0x49,0x14,0xfd,0x6a,0xbc,0xb8,0x7f,0x58,0x51,0xe9,0xad,0x24,0x51,0x0c,0xaa,0x49,0x14,0x83,0x6a,0x12,0xc5,0xa0,0x1a,0x13,0x0f,0xaa,0x31,0xf1,0x41,0x81,0x89,0xb7,0xed,0xdf,0xc5,0x3d,0x56,0xbe,0x83,0x3f,0x17,0xd7,0x5b,0x4e,0x18,0xcc,0xbc,0x79,0xe1,0xad,0xc6,0x73,0x27,0x59,0xa9,0x81,0x5d,0xbf,0xd0,0x83,0xc9,0xd5,0xe9,0xc7,0xe1,0xf6,0x67,0x36,0x7e,0xc3,0xc8,0xba,0xd1,0x95,0x37,0xf3,0xd8,0x71,0xe7,0x06,0x05,0x73,0x0c,0xe7,0x1d,0x98,0xfa,0x46,0x47,0xe1,0xc0,0xb3,0xce,0xcb,0xf8,0xc3,0x08,0xae,0x93,0x8c,0x3b,0xe4,0x2f,0x29,0x8b,0x6d,0x1e,0x9f,0xa1,0x60,0x89,0xfc,0x91,0xc5,0x27,0x8a,0x54,0x5a,0x5c,0x67,0xd1,0x94,0x38,0x84,0x01,0x9a,0x18,0x27,0x0e,0x0a,0xb4,0xe3,0xd7,0xaf,0x6c,0x00,0xa0,0xf0,0x6f,0x05,0x67,0xaf,0x17,0xde,0x05,0xec,0x66,0x41,0x7e,0xea,0x65,0xa7,0xdc,0xc4,0x73,0x4d,0xed,0x0e,0x5a,0x37,0xe6,0x09,0xfb,0x3c,0x05,0xda,0x7a,0x67,0xcf,0xb4,0x2a,0x47,0x7d,0x79,0xf5,0xed,0x65,0xa8,0xa3,0x64,0xa5,0x50,0x47,0x54,0x22,0xf5,0x47,0xb7,0x0c,0x79,0xf7,0x35,0x90,0x9f,0x5d,0x7c,0xfc,0x54,0x82,0x5c,0x52,0xc2,0x4d,0xb5,0xf9,0xdc,0x95,0x43,0x8c,0x5c,0x2f,0xe4,0xf7,0x0d,0x40,0xaf,0xae,0xea,0x18,0xf3,0xda,0x82,0xce,0xe8,0x68,0xdd,0xde,0x7b,0xee,0x12,0x82,0x4b,0x3a,0xfe,0x70,0x59,0x7c,0xf9,0xf0,0x1c,0x88,0xee,0x16,0x20,0x3a,0x5b,0x81,0x80,0x4b,0xba,0xeb,0x0f,0xd7,0xa7,0x17,0xe7,0x7f,0xf4,0x35,0x08,0x1b,0x13,0x89,0xeb,0x0f,0xb9,0x0a,0xe1,0x57,0xfe,0xf9,0x54,0x7a,0x22,0xde,0x04,0x14,0x5f,0x87,0xbc,0x24,0x95,0x9e,0x5e,0x3e,0xe3,0x96,0xf0,0xde,0x82,0xef,0xb5,0x17,0x41,0x59,0xd8,0x39,0x12,0x50,0x72,0xbb,0xb5,0xca,0x05,0x25,0xae,0x42,0xe9,0x67,0x44,0xf0,0x0a,0x3d,0x6c,0xad,0x77,0xce,0xe9,0x37,0xa9,0x4e,0x3d,0x2e,0xbf,0x97,0x89,0x13,0x7b,0x11,0xd1,0xdf,0xd3,0xfd,0x86,0xee,0x10,0x1f,0x35,0x19,0xc9,0x6c,0x19,0x38,0xac,0xa4,0x7c,0xf8,0x0d,0xdd,0xd7,0x97,0xb1,0xdf,0xa4,0xae,0x27,0x5c,0xa6,0xc9,0x18,0x9b,0x86,0x8b,0x08,0xda,0x33,0x1e,0xb9,0xb2,0x3b,0x14,0x1b,0xf7,0x0b,0x7f,0x02,0xaf,0x34,0x8d,0xb1,0x11,0xe0,0x95,0xf1,0x97,0xb3,0x5f,0xbe,0xd0,0xa7,0x5f,0xf1,0xef,0x4b,0x9c,0x90,0xfa,0xde,0x11,0xa7,0x94,0x54,0xed,0x30,0xc2,0x41,0x9d,0x8b,0x62,0x0a,0x48,0xbc,0xc4,0x6b,0x44,0x14,0xb3,0x10,0xf0,0x05,0x23,0x17,0xc7,0x75,0xf3,0x44,0x7f,0x51,0xda,0x34,0x4c,0x14,0x45,0x34,0x24,0x10,0xa0,0xb5,0xee,0x5b,0xab,0xd5,0xaa,0x45,0xa3,0x75,0xd1,0xa2,0x22,0x71,0xe0,0xd0,0x90,0x75,0xcd,0x75,0xcd,0x41,0x4c,0x85,0x3d,0x40,0x30,0x60,0x9e,0x0a,0x28,0x64,0xb5,0xe4,0xba,0x5a,0x14,0x7b,0xfb,0x38,0x33,0xea,0x8a,0x91,0xb1,0x81,0x6b,0x53,0x86,0xb1,0xd1,0xcb,0x10,0xae,0x11,0xf3,0x58,0x03,0x42,0x7a,0x42,0x5f,0x23,0x85,0x3f,0x65,0x52,0x5d,0x43,0x12,0xd1,0x61,0x7c,0x4d,0x77,0x85,0x3e,0x44,0x3e,0x72,0x70,0xdd,0xaa,0x59,0xf3,0xa6,0x51,0x33,0x6b,0x7b,0x72,0x29,0xf2,0xef,0x29,0xfb,0x88,0xfd,0x04,0x17,0x29,0x42,0x3e,0x8e,0x49,0xdd,0x84,0xcd,0x34,0xd8,0x2b,0xc0,0xa1,0x61,0x1a,0x0d,0x23,0x07,0x75,0x83,0x70,0xf1,0xf5,0x49,0x50,0xc0,0x3a,0x61,0xfb,0x8d,0x1f,0xe8,0x56,0x2f,0x7d,0xdf,0x78,0xff,0x9e,0x39,0x05,0x2c,0xd6,0xbc,0xbc,0xb8,0xba,0x36,0x33,0xeb,0xd5,0x76,0x33,0x70,0x19,0xa3,0x54,0xf5,0xb4,0x06,0x39,0x4b,0xab,0xe8,0xde,0xbe,0x79,0xd2,0xbc,0x12,0xfc,0xea,0x33,0x26,0x39,0xc7,0x54,0x3a,0x0b,0x9d,0xd6,0xfc,0xfc,0xe9,0x9a,0xfa,0x0b,0xc0,0x05,0xa9,0x79,0x71,0x97,0x61,0x42,0xd6,0x78,0x32,0x2e,0x5e,0x2c,0x95,0xad,0x56,0x50,0x72,0xb1,0x6f,0xdf,0x40,0x30,0xa8,0xa4,0x4d,0x3d,0xc0,0x70,0x43,0x67,0xb9,0xa0,0x4e,0xdb,0x9e,0x63,0xf2,0xc9,0xc7,0xf0,0x35,0xf9,0xf9,0xe1,0x04,0x82,0xfa,0x9c,0x16,0xa6,0xba,0x96,0xe2,0x41,0x08,0xf0,0x43,0xa8,0x4f,0x20,0x2f,0x6f,0xc7,0x2f,0xf3,0x3a,0xe3,0x17,0x08,0xe4,0x3b,0xb8,0x62,0x01,0x3f,0x3f,0x9c,0xba,0x75,0xed,0x45,0x9d,0x54,0x2c,0xdf,0x19,0x80,0x5e,0x35,0x9b,0x55,0x7c,0x8d,0xe6,0x5c,0x2d,0xab,0xb9,0x9a,0x4a,0xde,0x2e,0xd2,0x65,0x04,0x9b,0x74,0x8a,0xa6,0x52,0x2a,0x84,0x86,0x6d,0x92,0xf8,0x64,0x13,0x0b,0xeb,0x8a,0x33,0x0c,0x90,0xc0,0x36,0xad,0x0b,0xba,0x40,0xc9,0x00,0xcd,0xd5,0x73,0x0c,0xac,0x01,0x93,0x0c,0x50,0xea,0x27,0xb1,0xdb,0xd9,0xc4,0xc0,0x7b,0x92,0x1c,0x47,0xf7,0x39,0x8e,0xae,0x66,0x2d,0xb6,0xc5,0x5e,0xb4,0x89,0xc5,0x8b,0xb2,0x0e,0x01,0xe5,0x66,0xa3,0x0a,0x28,0x47,0x19,0x0e,0x51,0x28,0x36,0x31,0xc9,0x5a,0x92,0x22,0x63,0xbf,0x49,0x18,0x1b,0xad,0x8e,0x90,0x84,0xa2,0x09,0x34,0x50,0x74,0xc8,0x34,0xd3,0x21,0x30,0x99,0x3e,0x04,0x4e,0x48,0xc3,0x69,0x8d,0x54,0x8e,0xeb,0xf4,0x32,0x82,0x4d,0x8b,0xbb,0x2e,0x0d,0xa1,0x34,0x01,0xc7,0x58,0x05,0x9d,0x65,0xc5,0x4c,0xd6,0x63,0x8d,0xfb,0x62,0x52,0x1b,0xd6,0x7e,0x4c,0x6a,0xcd,0x1a,0x40,0xac,0x0d,0x7f,0x74,0x9b,0x35,0x29,0x1e,0xb6,0x5c,0xce,0x2a,0x95,0x2b,0x35,0x44,0x01,0xeb,0x14,0x80,0x5f,0x4e,0x3e,0x99,0x69,0x11,0x93,0x59,0xdb,0xf8,0xf3,0xd5,0xc5,0x79,0x3b,0x82,0x9f,0xdc,0x00,0x9e,0xa3,0x3c,0xc5,0x04,0xc5,0x31,0x44,0x08,0x7b,0x10,0x3f,0xe9,0xa0,0x9f,0xb4,0x16,0xd1,0x45,0x35,0x55,0xcd,0xa1,0xb5,0xc8,0xa8,0xb3,0xcd,0xa0,0xc4,0xf6,0x11,0xfd,0x18,0x69,0x02,0xda,0xb4,0x46,0xcd,0xc9,0x0d,0x1d,0x6e,0x34,0x32,0x19,0x53,0x05,0xe1,0xdf,0xbc,0xbf,0xb7,0xd9,0x03,0x76,0x95,0x36,0xe0,0xa4,0xe3,0x2c,0xd9,0x76,0x4c,0x2d,0x69,0xe7,0x36,0x40,0x62,0xd3,0xec,0x53,0x40,0x2c,0x76,0x25,0x47,0x4c,0x6d,0xa3,0xd1,0xa6,0xfb,0x2f,0xc8,0x84,0x31,0xb3,0x24,0x59,0x49,0xdc,0xc0,0x1a,0x85,0x65,0x09,0xb7,0x12,0x04,0xf0,0xa4,0x4d,0x6b,0xbd,0xb8,0x46,0xc0,0x7d,0x52,0xd5,0x57,0x1e,0x31,0x6d,0x8f,0x36,0x99,0xf1,0x97,0xeb,0xb3,0x5f,0x52,0x69,0x5e,0x94,0x23,0x83,0x50,0x28,0x22,0x84,0xf1,0x1c,0xa9,0x08,0x80,0x22,0x6a,0x31,0x95,0x56,0x21,0x0e,0x48,0xf9,0xea,0x15,0x26,0x17,0x5f,0xeb,0x9e,0xda,0xbc,0x34,0xed,0xc3,0xce,0xc9,0xdf,0x08,0x41,0x7b,0x81,0x68,0xa1,0x93,0xe5,0x53,0xe5,0x76,0xb6,0xbd,0x32,0x8d,0x83,0x9f,0xaf,0x37,0xe8,0x85,0x3c,0x3a,0x52,0xf3,0xe2,0xab,0x99,0x2b,0x68,0x14,0xd5,0x69,0x30,0xdf,0x06,0x16,0x34,0x5d,0xdf,0x83,0x8a,0x75,0xa0,0xcf,0x43,0xf2,0x82,0x79,0xbb,0xdd,0x36,0x65,0x41,0xd4,0x81,0xc9,0xb7,0xb7,0x12,0x9a,0xc0,0x6a,0x67,0x42,0x8c,0x87,0xd3,0x24,0x21,0x32,0x5f,0x94,0xc5,0x92,0x0a,0x94,0xd2,0x50,0xd2,0x64,0x35,0xc6,0x46,0xbd,0x30,0xb2,0xfe,0x44,0x03,0xa9,0x69,0x1a,0xb4,0x2b,0xb2,0xd3,0xd0,0x15,0x3d,0x8f,0x6a,0x0e,0x68,0xaa,0xe2,0x6f,0xcc,0x4b,0x52,0x95,0x58,0x0c,0x75,0x07,0xb5,0x96,0xa7,0xa6,0xa6,0x7e,0xaf,0xc0,0x1a,0xe9,0xdd,0x8e,0xda,0x29,0x51,0xdc,0xf4,0x4d,0x92,0x15,0xb2,0xcd,0x2e,0x78,0xa0,0xe9,0x32,0xed,0x75,0xdb,0x6a,0x01,0xb4,0x50,0xe2,0xa0,0x53,0xe3,0x61,0x37,0x36,0xe8,0x68,0x8c,0xc9,0x32,0x0e,0xb4,0x2e,0x6e,0x01,0xd2,0x3a,0x99,0x35,0x58,0xd6,0x87,0xcb,0xff,0xfe,0xeb,0x9f,0xff,0xf9,0xf7,0x3f,0xd2,0x31,0x59,0x10,0xb5,0x5c,0xa4,0x79,0x8e,0xc2,0x9d,0x62,0x94,0x10,0xd7,0xa6,0x8b,0x7d,0x0f,0xfe,0xd2,0xe6,0x61,0x03,0x51,0x91,0x79,0xf4,0xd0,0xca,0xd0,0x48,0x28,0x22,0x7d,0x69,0x24,0xb2,0x23,0xd0,0x49,0x60,0xac,0xb4,0x2d,0xb5,0xac,0x2b,0x9e,0x19,0x4b,0x2c,0xd3,0xad,0xd4,0x32,0xf9,0x15,0x15,0x9b,0xa6,0x74,0xdd,0xdf,0x63,0x1b,0xbd,0x66,0x6c,0x32,0x90,0x5e,0x2e,0xb2,0x01,0x22,0xb2,0xfa,0xa2,0xc4,0x21,0xf9,0x9d,0x15,0x9c,0x0e,0x34,0xa7,0x54,0x3e,0x99,0x75,0x3d,0xad,0xce,0x64,0x70,0x16,0xd6,0x99,0x2c,0xc4,0xd2,0x9d,0xcb,0x17,0xc5,0x32,0xc1,0xb9,0x7a,0x58,0x2c,0x7d,0x2d,0x82,0xb3,0xd7,0x30,0xa5,0x0b,0x2c,0x03,0xc7,0xba,0x53,0x14,0xa3,0x45,0xc2,0xd2,0x6c,0x02,0x47,0xfb,0x86,0x8e,0xb8,0x61,0xbe,0xbf,0xc5,0x0f,0xda,0xa0,0x66,0xff,0x5c,0x76,0x82,0x1e,0xd9,0xe2,0x57,0xd8,0x9b,0x52,0x54,0x7a,0x1e,0x4c,0xdb,0x1a,0x91,0xab,0x38,0x92,0xbd,0xb2,0xc5,0xca,0xbb,0x5f,0x29,0x2d,0xaf,0x9b,0x75,0xf5,0x1b,0x34,0x43,0xbe,0x89,0xf9,0x19,0x91,0x96,0xac,0x35,0x50,0x9a,0x93,0x67,0x6a,0xc9,0x15,0x1d,0x0d,0xd2,0x82,0x52,0xc2,0x52,0x9e,0x32,0xe0,0x6f,0xe5,0x05,0x6e,0xb8,0x82,0xdb,0x84,0x6b,0x6f,0x81,0x43,0xea,0x90,0xb4,0xf9,0x04,0xc1,0x74,0x4d,0x4b,0x9f,0x34,0x8d,0x8e,0x6d,0xdb,0x19,0x6b,0x14,0x9e,0xa5,0x0b,0xed,0x26,0xac,0xb5,0x9e,0xde,0x33,0x2a,0xb2,0x66,0xe3,0xad,0xef,0xf7,0x58,0x0d,0x92,0xfe,0xf9,0xc5,0xba,0xd5,0xf8,0xb1,0x8b,0x94,0x35,0xac,0x3a,0x19,0xfc,0x8c,0x1c,0x0c,0x9a,0x7d,0x5d,0x50,0xb3,0x6b,0xf9,0xd7,0x05,0x79,0x33,0x17,0x15,0x5e,0xaa,0xb3,0x0d,0xfe,0x5a,0x5e,0x78,0xe5,0x1f,0x53,0xdb,0x58,0xd7,0x6b,0x36,0xbc,0x86,0x59,0x3b,0x36,0x1b,0x4a,0x14,0x2d,0xc9,0x0d,0xb3,0x14,0x45,0xee,0xae,0x43,0xe5,0x4d,0xdd,0x59,0x40,0x57,0xa6,0x63,0xdc,0xe4,0x58,0xdc,0x9f,0xb7,0xf3,0xa9,0x7c,0x1e,0xe5,0x94,0x5a,0x31,0xcd,0x21,0xfc,0x2e,0x87,0x4b,0x7d,0x67,0x64,0xf1,0x5b,0x38,0x76,0x69,0x27,0x7f,0x9a,0x6b,0x89,0xff,0x40,0xf0,0x3f,0x08,0x57,0xa4,0x04,0x5a,0x30,0x00,0x00}; diff --git a/TC1/user_wifi.h b/TC1/user_wifi.h index 4bb80f9..40842cc 100644 --- a/TC1/user_wifi.h +++ b/TC1/user_wifi.h @@ -14,11 +14,10 @@ enum }; #define WIFI_SCAN_RESULT_JSON "{'success':%d,'ssids':[%s],'secs':[%s]}" - +extern bool scaned; extern char* wifi_ret; extern char wifi_status; -extern bool scaned; extern void wifi_init(void); extern void ap_init(void);