From 6dbed300082fa1953bfb22fc51065b7ca82d2807 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 18 Sep 2021 00:03:59 -0500 Subject: [PATCH 1/7] Updated Web UI dev docs reference --- wled00/html_other.h | 2 +- wled00/html_settings.h | 2 +- wled00/html_ui.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wled00/html_other.h b/wled00/html_other.h index 08a3bc29..af0c44f6 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -1,7 +1,7 @@ /* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ diff --git a/wled00/html_settings.h b/wled00/html_settings.h index a5bd1a3e..b664eecd 100644 --- a/wled00/html_settings.h +++ b/wled00/html_settings.h @@ -1,7 +1,7 @@ /* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ diff --git a/wled00/html_ui.h b/wled00/html_ui.h index 89603070..a6c83504 100644 --- a/wled00/html_ui.h +++ b/wled00/html_ui.h @@ -2,7 +2,7 @@ * Binary array for the Web UI. * gzip is used for smaller size and improved speeds. * - * Please see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ From 72d04a0120335fd7b11b2ff3d8e1b1b831d78b0c Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 18 Sep 2021 00:23:51 -0500 Subject: [PATCH 2/7] Updated reference to docs on readme to knoWLEDge --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 64b70bd9..506f7de7 100644 --- a/readme.md +++ b/readme.md @@ -49,7 +49,7 @@ A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control ## 📲 Quick start guide and documentation -See the [wiki](https://github.com/Aircoookie/WLED/wiki)! +See the [documentation on our official site](https://kno.wled.ge)! [On this page](https://github.com/Aircoookie/WLED/wiki/Learning-the-ropes) you can find excellent tutorials made by the community and helpful tools to help you get your new lamp up and running! From 10a52f8cf9c98f4baba78f9723ae746ffaae6a99 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 18 Sep 2021 09:02:37 -0500 Subject: [PATCH 3/7] Updated cdata.js so generated files point to knoWLEDge --- tools/cdata.js | 4 ++-- wled00/html_other.h | 2 +- wled00/html_settings.h | 2 +- wled00/html_ui.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/cdata.js b/tools/cdata.js index 8a904843..ff5506c6 100644 --- a/tools/cdata.js +++ b/tools/cdata.js @@ -90,7 +90,7 @@ function writeHtmlGzipped(sourceFile, resultFile) { * Binary array for the Web UI. * gzip is used for smaller size and improved speeds. * - * Please see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ @@ -175,7 +175,7 @@ function writeChunks(srcDir, specs, resultFile) { let src = `/* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ `; diff --git a/wled00/html_other.h b/wled00/html_other.h index 08a3bc29..af0c44f6 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -1,7 +1,7 @@ /* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ diff --git a/wled00/html_settings.h b/wled00/html_settings.h index a5bd1a3e..b664eecd 100644 --- a/wled00/html_settings.h +++ b/wled00/html_settings.h @@ -1,7 +1,7 @@ /* * More web UI HTML source arrays. * This file is auto generated, please don't make any changes manually. - * Instead, see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Instead, see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ diff --git a/wled00/html_ui.h b/wled00/html_ui.h index 89603070..a6c83504 100644 --- a/wled00/html_ui.h +++ b/wled00/html_ui.h @@ -2,7 +2,7 @@ * Binary array for the Web UI. * gzip is used for smaller size and improved speeds. * - * Please see https://github.com/Aircoookie/WLED/wiki/Add-own-functionality#web-ui + * Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui * to find out how to easily modify the web UI source! */ From 267f5159a39ec6c9fac080e117f6d673eab2ac77 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Thu, 23 Sep 2021 20:38:50 +0200 Subject: [PATCH 4/7] Wled math bugfix. --- wled00/wled_math.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/wled00/wled_math.h b/wled00/wled_math.h index 8629ea09..a13c95d5 100644 --- a/wled00/wled_math.h +++ b/wled00/wled_math.h @@ -15,10 +15,10 @@ #define modd(x, y) ((x) - (int)((x) / (y)) * (y)) -float cos_t(float x) +float cos_t(float phi) { - x = modd(x, TWO_PI); - char sign = 1; + float x = modd(phi, TWO_PI); + int8_t sign = 1; if (x > PI) { x -= PI; @@ -28,7 +28,7 @@ float cos_t(float x) float res = sign * (1 - ((xx) / (2)) + ((xx * xx) / (24)) - ((xx * xx * xx) / (720)) + ((xx * xx * xx * xx) / (40320)) - ((xx * xx * xx * xx * xx) / (3628800)) + ((xx * xx * xx * xx * xx * xx) / (479001600))); #ifdef WLED_DEBUG_MATH - Serial.printf("cos: %f,%f\n",res,cos(x)); + Serial.printf("cos: %f,%f,%f,(%f)\n",phi,res,cos(x),res-cos(x)); #endif return res; } @@ -36,7 +36,7 @@ float cos_t(float x) float sin_t(float x) { float res = cos_t(HALF_PI - x); #ifdef WLED_DEBUG_MATH - Serial.printf("sin: %f,%f\n",res,sin(x)); + Serial.printf("sin: %f,%f,%f,(%f)\n",x,res,sin(x),res-sin(x)); #endif return res; } @@ -46,7 +46,7 @@ float tan_t(float x) { if (c==0.0) return 0; float res = sin_t(x) / c; #ifdef WLED_DEBUG_MATH - Serial.printf("tan: %f,%f\n",res,tan(x)); + Serial.printf("tan: %f,%f,%f,(%f)\n",x,res,tan(x),res-tan(x)); #endif return res; } @@ -67,7 +67,7 @@ float acos_t(float x) { ret = ret - 2 * negate * ret; float res = negate * PI + ret; #ifdef WLED_DEBUG_MATH - Serial.printf("acos,%f,%f,%f\n",x,res,acos(x)); + Serial.printf("acos: %f,%f,%f,(%f)\n",x,res,acos(x),res-acos(x)); #endif return res; } @@ -75,7 +75,7 @@ float acos_t(float x) { float asin_t(float x) { float res = HALF_PI - acos_t(x); #ifdef WLED_DEBUG_MATH - Serial.printf("asin,%f,%f,%f\n",x,res,asin(x)); + Serial.printf("asin: %f,%f,%f,(%f)\n",x,res,asin(x),res-asin(x)); #endif return res; } @@ -121,7 +121,7 @@ float floor_t(float x) { int val = x; if (neg) val--; #ifdef WLED_DEBUG_MATH - Serial.printf("floor: %f,%f\n",val,floor(x)); + Serial.printf("floor: %f,%f,%f\n",x,(float)val,floor(x)); #endif return val; } @@ -130,7 +130,7 @@ float fmod_t(float num, float denom) { int tquot = num / denom; float res = num - tquot * denom; #ifdef WLED_DEBUG_MATH - Serial.printf("fmod: %f,%f\n",res,fmod(num,denom)); + Serial.printf("fmod: %f,%f,(%f)\n",res,fmod(num,denom),res-fmod(num,denom)); #endif return res; } From 51a4f61a8fadbde841e682531926f100e28088c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Kristan?= Date: Fri, 24 Sep 2021 12:20:20 +0200 Subject: [PATCH 5/7] Add "on":true to playlist JSON --- wled00/data/index.js | 13 +- wled00/html_ui.h | 355 ++++++++++++++++++++++--------------------- 2 files changed, 185 insertions(+), 183 deletions(-) diff --git a/wled00/data/index.js b/wled00/data/index.js index fe3178ab..4f19e003 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -1612,9 +1612,8 @@ function setLor(i) { function setPreset(i) { var obj = {"ps": i}; - + if (isPlaylist(i)) obj.on = true; //force on showToast("Loading preset " + pName(i) +" (" + i + ")"); - requestJson(obj); } @@ -1647,6 +1646,7 @@ function saveP(i,pl) { } else { if (pl) { obj.playlist = plJson[i]; + obj.on = true; obj.o = true; } else { obj.ib = d.getElementById(`p${i}ibtgl`).checked; @@ -1662,10 +1662,10 @@ function saveP(i,pl) { requestJson(obj); if (obj.o) { pJson[pI] = obj; - delete pJson[pI].psave; - delete pJson[pI].o; - delete pJson[pI].v; - delete pJson[pI].time; + delete pJson[pI].psave; + delete pJson[pI].o; + delete pJson[pI].v; + delete pJson[pI].time; } else { pJson[pI] = {"n":pN, "win":"Please refresh the page to see this newly saved command."}; if (obj.win) pJson[pI].win = obj.win; @@ -1686,6 +1686,7 @@ function testPl(i,bt) { bt.innerHTML = "Stop"; var obj = {}; obj.playlist = plJson[i]; + obj.on = true; requestJson(obj); } diff --git a/wled00/html_ui.h b/wled00/html_ui.h index eb082f64..fbd6b308 100644 --- a/wled00/html_ui.h +++ b/wled00/html_ui.h @@ -7,7 +7,7 @@ */ // Autogenerated from wled00/data/index.htm, do not edit!! -const uint16_t PAGE_index_L = 34478; +const uint16_t PAGE_index_L = 34487; const uint8_t PAGE_index[] PROGMEM = { 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xcc, 0xbd, 0x79, 0x7b, 0xe2, 0xb8, 0xb2, 0x38, 0xfc, 0x7f, 0x3e, 0x05, 0x4d, 0xcf, 0xf4, 0x40, 0x63, 0xc0, 0xec, 0x5b, 0xbb, 0x73, @@ -1988,180 +1988,181 @@ const uint8_t PAGE_index[] PROGMEM = { 0xa9, 0xad, 0x96, 0xf5, 0x6b, 0xa4, 0xe9, 0x94, 0xe9, 0xd4, 0x17, 0x21, 0x1c, 0xe7, 0x7a, 0x6d, 0x4b, 0x30, 0xbf, 0x7f, 0xba, 0x62, 0xc3, 0xed, 0xce, 0x69, 0x61, 0x11, 0xa5, 0xb3, 0x5d, 0xeb, 0x2b, 0xa2, 0x0d, 0x5e, 0xd1, 0x70, 0xd7, 0x6b, 0x7b, 0xcd, 0xbb, 0xb4, 0xc9, 0x86, 0xe2, 0x74, - 0x49, 0x23, 0x58, 0xa3, 0x56, 0x11, 0xa8, 0xa7, 0x12, 0x4c, 0xb2, 0x9c, 0xf2, 0x8c, 0xb5, 0x6d, - 0xe0, 0x9d, 0x0c, 0x0a, 0x97, 0x29, 0x23, 0x11, 0xa5, 0xa3, 0x96, 0x11, 0x24, 0x38, 0x78, 0x84, - 0xdb, 0x29, 0x98, 0xb0, 0xce, 0x8b, 0x55, 0x0b, 0xbd, 0xad, 0x5e, 0xf6, 0x76, 0xed, 0xfd, 0xa9, - 0x19, 0xca, 0x11, 0x91, 0xbc, 0xb3, 0xb7, 0x87, 0x43, 0xe0, 0x2b, 0x50, 0xc1, 0x2e, 0xf5, 0x9c, - 0xc3, 0xe1, 0xea, 0x7b, 0xd9, 0xfb, 0x2e, 0x11, 0xb5, 0xb8, 0x2f, 0x25, 0x13, 0xae, 0xea, 0xbd, - 0x0f, 0xe5, 0x54, 0x79, 0xf1, 0x69, 0x57, 0xf6, 0x2f, 0x4e, 0x3f, 0x7b, 0xab, 0xdc, 0x9e, 0x1e, - 0x3a, 0xa4, 0x82, 0x36, 0xa9, 0xd7, 0x29, 0xa6, 0xf0, 0x1b, 0x91, 0x35, 0x56, 0x97, 0xb2, 0x6e, - 0x32, 0x48, 0x19, 0x35, 0x95, 0x9e, 0x46, 0x17, 0x9d, 0xc1, 0x2b, 0x2f, 0xcc, 0x2b, 0xf1, 0x64, - 0x90, 0x77, 0xe6, 0xcd, 0xcd, 0xbc, 0x9a, 0xe8, 0x93, 0x77, 0x15, 0x09, 0xb2, 0x72, 0x37, 0xe0, - 0xc8, 0x83, 0x46, 0x44, 0xac, 0x5c, 0x45, 0x15, 0x94, 0xb0, 0x43, 0x08, 0xe5, 0xe8, 0xe7, 0x6e, - 0x65, 0x34, 0xa1, 0x7c, 0x73, 0xe1, 0x17, 0xd5, 0xdb, 0x38, 0x8a, 0xa6, 0x0a, 0x8d, 0x69, 0x84, - 0x5b, 0xe7, 0xa8, 0x82, 0x9a, 0xbe, 0xd9, 0xe2, 0x4b, 0x68, 0xe1, 0x88, 0x95, 0x0b, 0x43, 0x94, - 0x5f, 0x16, 0x3d, 0xfb, 0xc1, 0x76, 0x26, 0xbb, 0xc3, 0x3f, 0xf6, 0xde, 0x93, 0xcf, 0x49, 0x11, - 0xdc, 0x4b, 0x67, 0x3e, 0x3a, 0x57, 0xce, 0x6e, 0x48, 0xcc, 0xb8, 0xb6, 0xd0, 0x71, 0xbd, 0x05, - 0xe2, 0xdd, 0x9e, 0xef, 0x6b, 0xaf, 0x17, 0x4d, 0xb6, 0x9d, 0x3f, 0xa5, 0xe3, 0xf2, 0x60, 0xca, - 0xbe, 0x02, 0x59, 0x70, 0x19, 0x5a, 0x17, 0x21, 0x09, 0xfc, 0x24, 0x49, 0xa5, 0xf3, 0x68, 0xf1, - 0x19, 0xab, 0x8a, 0x1d, 0x0e, 0x94, 0x76, 0x74, 0x25, 0xe8, 0x85, 0xfe, 0x64, 0x58, 0x37, 0x7e, - 0xf6, 0x96, 0x88, 0x81, 0x84, 0xe9, 0xf7, 0xd2, 0x4a, 0xa9, 0xa3, 0x19, 0x9f, 0xe2, 0x72, 0x82, - 0xe3, 0x32, 0x6e, 0x1c, 0x20, 0x20, 0x06, 0x9f, 0x62, 0x84, 0x31, 0xd1, 0x16, 0xb3, 0x8c, 0xae, - 0x88, 0x45, 0x2c, 0x96, 0x6f, 0xf6, 0xb6, 0xb9, 0x7e, 0x13, 0xe0, 0x01, 0xa6, 0x53, 0x11, 0x08, - 0xea, 0x34, 0x7b, 0x7b, 0xe6, 0x27, 0x66, 0x68, 0x34, 0x4a, 0x12, 0x2d, 0x6c, 0x26, 0xa7, 0xcd, - 0xa4, 0xdb, 0x66, 0x12, 0x07, 0xe9, 0x19, 0x69, 0x2f, 0x78, 0x48, 0x46, 0xd9, 0x7b, 0x17, 0x71, - 0x44, 0xed, 0xae, 0xa1, 0x83, 0xb3, 0x67, 0x28, 0xa3, 0x40, 0x26, 0xe1, 0x5d, 0xfc, 0x99, 0x79, - 0xcb, 0x5c, 0xcd, 0xe5, 0xc0, 0x5e, 0xb9, 0x4c, 0xbe, 0x2a, 0xf0, 0x1b, 0xbf, 0x08, 0xe4, 0xcc, - 0xa9, 0xe8, 0xd2, 0xa7, 0xd8, 0x78, 0xf6, 0x09, 0x8e, 0x55, 0x9f, 0x62, 0xc7, 0x69, 0x46, 0x09, - 0x74, 0x75, 0xcd, 0x81, 0x76, 0xba, 0x14, 0xb7, 0xb3, 0x0a, 0xa4, 0x8b, 0x51, 0x2a, 0x95, 0x21, - 0x15, 0x9e, 0x39, 0x65, 0x5c, 0x54, 0x3d, 0xd5, 0xf7, 0x5c, 0xdd, 0xe4, 0xcc, 0xde, 0xfc, 0x3e, - 0xd7, 0x16, 0x5e, 0xef, 0x10, 0x91, 0x8f, 0x61, 0x59, 0x59, 0xab, 0x77, 0xf8, 0x9c, 0x7a, 0x15, - 0x66, 0x2a, 0xec, 0x88, 0xed, 0x8a, 0xc7, 0xb5, 0xb2, 0x2d, 0x93, 0x18, 0x34, 0x66, 0x2e, 0x1b, - 0x62, 0x6e, 0x2b, 0xaa, 0x82, 0xd1, 0x83, 0xb1, 0x3b, 0xf3, 0xed, 0xc1, 0x53, 0xea, 0x83, 0x39, - 0x4e, 0x9e, 0x63, 0x63, 0x20, 0x67, 0xc9, 0x62, 0xda, 0x33, 0x5f, 0x40, 0xb9, 0xb0, 0x71, 0x99, - 0x74, 0x44, 0xed, 0x6c, 0xcc, 0x1b, 0xdb, 0xf6, 0x88, 0xb3, 0xfd, 0x4c, 0x3a, 0x11, 0x02, 0xc7, - 0xec, 0x39, 0xe3, 0xa4, 0xb4, 0xbb, 0x47, 0x69, 0x42, 0xfc, 0xe9, 0x5a, 0x9e, 0x6f, 0x50, 0x85, - 0xd6, 0x40, 0xdf, 0xdc, 0x6d, 0x4b, 0x0f, 0x7e, 0xa0, 0x2d, 0xd2, 0x57, 0x3f, 0x1c, 0x77, 0x59, - 0x32, 0x76, 0xc2, 0x11, 0x34, 0x30, 0x4a, 0x0b, 0x0d, 0x94, 0x20, 0x5d, 0xf2, 0x15, 0xf0, 0x7e, - 0x76, 0x6f, 0xe5, 0xc0, 0x42, 0xb6, 0x18, 0x02, 0x80, 0x1a, 0x55, 0xe5, 0xb9, 0x0e, 0x96, 0x97, - 0xb0, 0x75, 0x7e, 0x91, 0xdd, 0x1b, 0xe9, 0x77, 0x70, 0x63, 0xf3, 0xed, 0x6f, 0xa9, 0xac, 0x3d, - 0x2e, 0x04, 0x68, 0x40, 0xad, 0xda, 0x17, 0xcd, 0x6a, 0xf5, 0x6c, 0xaa, 0xe6, 0x7d, 0x51, 0xb3, - 0xfe, 0x48, 0x56, 0xfe, 0xc2, 0xc3, 0xa3, 0x59, 0x16, 0xcd, 0x3e, 0x8a, 0x71, 0x47, 0x88, 0xb9, - 0x5e, 0xed, 0x65, 0xa6, 0x7b, 0xa7, 0xe3, 0x3e, 0x13, 0xe7, 0x60, 0x63, 0xc8, 0x9f, 0x0e, 0xb4, - 0x1e, 0xb7, 0x06, 0xaf, 0x2b, 0x90, 0x28, 0x88, 0x29, 0x5e, 0x21, 0x04, 0x55, 0x69, 0xd0, 0x76, - 0x24, 0x91, 0xd3, 0xec, 0x25, 0x6d, 0x0f, 0x3e, 0x10, 0xf8, 0x48, 0x90, 0x7f, 0xb8, 0x1a, 0x79, - 0x6e, 0x4e, 0x3f, 0xb7, 0x23, 0x8e, 0x0c, 0x38, 0x30, 0xe2, 0x8a, 0x97, 0xc1, 0xdf, 0x24, 0x7a, - 0x6b, 0xff, 0x85, 0xe7, 0x8c, 0xe7, 0xe9, 0x43, 0x38, 0xb8, 0xd2, 0xb3, 0x1d, 0xbc, 0xac, 0xe5, - 0x73, 0x56, 0xd4, 0xc1, 0x38, 0xec, 0x71, 0x62, 0x70, 0x81, 0xc8, 0x6f, 0x57, 0xbb, 0xdc, 0x22, - 0xc0, 0xf2, 0xd1, 0xd9, 0x9e, 0x1b, 0x47, 0x89, 0xab, 0xfa, 0xc8, 0x86, 0xec, 0x9a, 0xca, 0xe3, - 0xd8, 0xf3, 0x1a, 0xf0, 0x6f, 0xdc, 0x5d, 0xe9, 0x00, 0xa3, 0x97, 0x5c, 0x5e, 0x5e, 0xb8, 0x6d, - 0x24, 0x29, 0xc6, 0xee, 0x57, 0x88, 0xf8, 0x25, 0x4c, 0xc9, 0xd2, 0x18, 0x6f, 0xb6, 0x73, 0xec, - 0x75, 0x97, 0xfd, 0x1b, 0x40, 0x6e, 0x54, 0xd1, 0xcb, 0x5a, 0xd1, 0xfd, 0xb5, 0x45, 0xbf, 0xd7, - 0x8b, 0x5e, 0xd4, 0x8a, 0x1e, 0x34, 0xfa, 0xc6, 0xd3, 0xda, 0xd2, 0xb7, 0xab, 0xf0, 0xfe, 0x84, - 0xfd, 0xac, 0xc7, 0xa8, 0x27, 0xbf, 0xb9, 0x10, 0x5e, 0xd7, 0x2a, 0xec, 0x5f, 0x61, 0xd0, 0xd2, - 0xb8, 0xe0, 0xed, 0x31, 0xec, 0xfb, 0xc0, 0xd2, 0x3b, 0x91, 0x39, 0x5f, 0x3a, 0x6d, 0x34, 0x49, - 0x15, 0xcf, 0x2a, 0xf8, 0x96, 0x8e, 0x0c, 0xc9, 0xa2, 0xdb, 0x8b, 0x59, 0xa1, 0x80, 0x1d, 0x38, - 0x9a, 0x42, 0x90, 0x0a, 0xb1, 0x39, 0x47, 0xab, 0x5a, 0x7a, 0xd3, 0x1a, 0x5f, 0x3a, 0xb6, 0x3b, - 0x3c, 0x20, 0x1a, 0xbd, 0x85, 0x13, 0xef, 0xc7, 0xf0, 0xf3, 0x51, 0x3a, 0x0f, 0xb7, 0xb7, 0x01, - 0xfa, 0xc4, 0xc3, 0x54, 0xbd, 0xae, 0x4c, 0xea, 0x8c, 0x8f, 0xad, 0x77, 0x73, 0xac, 0x8f, 0x55, - 0x25, 0xaf, 0xeb, 0xc3, 0xfa, 0xd2, 0x71, 0x69, 0xbc, 0x58, 0x9c, 0xac, 0xd3, 0xa6, 0xfd, 0x15, - 0xd0, 0x11, 0xaa, 0xac, 0x9e, 0x4b, 0x03, 0x5b, 0x85, 0xae, 0x6e, 0x66, 0x5f, 0x2c, 0x82, 0x80, - 0x78, 0xb4, 0xb3, 0x12, 0x90, 0x79, 0xfa, 0xcb, 0x9d, 0x0a, 0x40, 0x45, 0x34, 0xc6, 0xd3, 0x08, - 0x7f, 0xbf, 0xd6, 0x41, 0x9d, 0xec, 0xd7, 0x10, 0xb9, 0x54, 0x51, 0xae, 0x25, 0xe6, 0x52, 0x8d, - 0xb9, 0x86, 0x6a, 0xe5, 0x58, 0xd5, 0xfb, 0x23, 0x11, 0x94, 0xd5, 0x15, 0x16, 0x4c, 0x1c, 0x9c, - 0xf3, 0x8e, 0xe5, 0x5a, 0x26, 0xae, 0xb1, 0x7c, 0xaf, 0xed, 0x17, 0xb4, 0x53, 0xd2, 0x14, 0x33, - 0x28, 0x8d, 0xe7, 0x5a, 0xf8, 0xef, 0x10, 0x97, 0x5a, 0xcb, 0x69, 0xb7, 0xb7, 0x6b, 0x6d, 0x3c, - 0xba, 0x0a, 0x68, 0x33, 0x8c, 0x69, 0xd2, 0xf3, 0x5b, 0xdb, 0xb5, 0xe9, 0x87, 0x21, 0xa0, 0xd7, - 0x56, 0x52, 0x67, 0x24, 0x62, 0xd1, 0xb8, 0xfb, 0x5b, 0x68, 0x8e, 0x39, 0x47, 0x4f, 0xf2, 0x75, - 0x75, 0xc2, 0xaa, 0xf3, 0xa6, 0x5c, 0x2a, 0x6f, 0x29, 0x65, 0x74, 0x7a, 0x9a, 0x10, 0x0f, 0x4a, - 0x88, 0x99, 0x24, 0xc4, 0x15, 0xf4, 0xfa, 0xcf, 0xdc, 0x53, 0xfc, 0x3f, 0x5b, 0xad, 0x30, 0x18, - 0x48, 0x9a, 0x9a, 0x05, 0xe9, 0xe9, 0xba, 0xb2, 0x54, 0x70, 0xb4, 0x2f, 0x0a, 0x32, 0x54, 0x45, - 0xad, 0xe8, 0xba, 0xd2, 0xd0, 0xd7, 0xad, 0xd9, 0x5e, 0x2a, 0x89, 0x25, 0x17, 0xbb, 0xcb, 0xd5, - 0x4c, 0xdf, 0x5a, 0xd2, 0x2c, 0x4c, 0xfe, 0xf6, 0x13, 0x90, 0xc5, 0xc4, 0x25, 0x03, 0xbe, 0xd3, - 0x1c, 0x14, 0x45, 0x06, 0x44, 0xb1, 0xcb, 0xa8, 0xb8, 0xba, 0xb9, 0x80, 0x76, 0x7a, 0xef, 0x75, - 0xb4, 0x9c, 0xa5, 0x69, 0xfa, 0x31, 0x0a, 0xf7, 0x00, 0xca, 0xb6, 0x77, 0x17, 0x21, 0x5e, 0xe7, - 0x4a, 0xea, 0x0e, 0x96, 0x34, 0x86, 0x06, 0xb0, 0x80, 0x72, 0xe6, 0xec, 0xf5, 0xae, 0x66, 0x7d, - 0x7f, 0xf8, 0x9d, 0x33, 0x39, 0xf0, 0xc0, 0xde, 0xf0, 0x76, 0xc7, 0xbd, 0x9a, 0x4d, 0xf6, 0xd5, - 0xd7, 0x03, 0x0f, 0xeb, 0xf6, 0xdb, 0x6f, 0x7d, 0xff, 0x6a, 0xc6, 0x29, 0x7d, 0xff, 0x00, 0x29, - 0xde, 0x77, 0x5a, 0x0a, 0x55, 0xd0, 0xca, 0xe5, 0x82, 0x65, 0x51, 0xb2, 0x24, 0x21, 0x5b, 0x9d, - 0x5f, 0xe5, 0xb8, 0x36, 0xbd, 0x9a, 0xad, 0x5c, 0x0b, 0xbe, 0x9d, 0xae, 0xf5, 0xc2, 0xfb, 0x0b, - 0xe0, 0x2c, 0x1d, 0xf7, 0xd5, 0x50, 0x62, 0x17, 0x10, 0x23, 0x5b, 0x1a, 0x00, 0x28, 0x94, 0xf0, - 0x2b, 0x6b, 0x1c, 0x44, 0x0c, 0x64, 0x3c, 0xef, 0x5e, 0xb4, 0x2c, 0xd6, 0x71, 0x94, 0x8e, 0x71, - 0x09, 0x0b, 0xd7, 0x22, 0xdd, 0x85, 0xba, 0x74, 0xa7, 0xe4, 0xb6, 0x5f, 0xc3, 0x8b, 0x34, 0x95, - 0x12, 0x74, 0x4f, 0x34, 0x83, 0xd6, 0x5e, 0x03, 0xab, 0x8d, 0x8e, 0x19, 0xbe, 0xbd, 0x27, 0xad, - 0x67, 0x54, 0x8b, 0x4f, 0x4c, 0xcc, 0x16, 0x84, 0x35, 0x59, 0xc3, 0x5a, 0x64, 0x20, 0x91, 0xb1, - 0xea, 0xcf, 0x89, 0xf3, 0xec, 0xc6, 0x8a, 0xf7, 0x57, 0x6d, 0x3d, 0x61, 0xf0, 0x07, 0xd5, 0x14, - 0xb7, 0x51, 0xd1, 0x62, 0x51, 0xab, 0x88, 0xc7, 0xb4, 0xd4, 0xcb, 0xdb, 0x63, 0xfd, 0x96, 0xe9, - 0x41, 0x46, 0x02, 0x13, 0xaa, 0x76, 0xe5, 0x2c, 0xc6, 0x37, 0x42, 0x74, 0xd6, 0xd4, 0xee, 0xa0, - 0x42, 0x7f, 0x48, 0x42, 0xa8, 0xb8, 0x83, 0x0a, 0xeb, 0x77, 0x50, 0x42, 0x4d, 0xdf, 0x7d, 0x03, - 0xd5, 0x00, 0xbf, 0xd0, 0x82, 0xcf, 0x1b, 0xe1, 0x00, 0xc4, 0xe0, 0xc8, 0x16, 0xae, 0x89, 0xc8, - 0x1d, 0xc4, 0xf7, 0xb6, 0xf4, 0xf8, 0xc1, 0x3e, 0x63, 0x20, 0xe5, 0x15, 0xce, 0x58, 0xe1, 0xdb, - 0x70, 0x0e, 0xa8, 0x26, 0x6f, 0xa3, 0xb9, 0xef, 0x2b, 0x47, 0x6c, 0x8e, 0x3e, 0xab, 0xc2, 0xdb, - 0x6b, 0x6f, 0xa7, 0x1d, 0x3f, 0x13, 0xc3, 0x4c, 0x7c, 0x2b, 0xec, 0xe9, 0x3b, 0xd3, 0xca, 0xc8, - 0xf7, 0xb0, 0x42, 0x6c, 0x59, 0xa3, 0x43, 0x9e, 0x6b, 0x82, 0x7d, 0x74, 0x46, 0x54, 0x46, 0xcb, - 0xeb, 0x41, 0x95, 0x1f, 0xb2, 0x91, 0x5e, 0xbf, 0x4b, 0xed, 0x1b, 0xe9, 0x8d, 0x5d, 0x39, 0x0d, - 0x09, 0xd5, 0x6d, 0x0d, 0x2b, 0xef, 0xe8, 0x58, 0xfa, 0x66, 0x03, 0x75, 0x37, 0x01, 0x01, 0xcf, - 0x43, 0xaf, 0xbc, 0x9f, 0xe2, 0xf4, 0xec, 0xd3, 0xa6, 0x2c, 0xd1, 0x79, 0x92, 0x16, 0x74, 0x9e, - 0x64, 0x55, 0xc2, 0x68, 0x27, 0x26, 0x8c, 0xf6, 0x1f, 0x00, 0x9c, 0xf9, 0x42, 0xa4, 0x19, 0x63, - 0x1a, 0x64, 0x6c, 0x64, 0x09, 0xb7, 0x4e, 0x93, 0x62, 0x0c, 0x22, 0x1d, 0x5e, 0xa9, 0x8e, 0xc3, - 0x64, 0x70, 0x3d, 0x6d, 0x8c, 0x45, 0x9f, 0x4e, 0xc7, 0xce, 0xa8, 0xe8, 0xfd, 0x71, 0x7c, 0x6e, - 0x19, 0xf0, 0x44, 0xc3, 0x88, 0xe6, 0x6d, 0x8c, 0x44, 0xc7, 0xdf, 0xb2, 0x2c, 0x5c, 0x1e, 0xd1, - 0xa1, 0x10, 0x21, 0x1b, 0x24, 0x86, 0xb3, 0x02, 0x55, 0xe9, 0x76, 0xee, 0x6a, 0x04, 0x3c, 0x71, - 0x9a, 0x8e, 0x64, 0xea, 0x24, 0x78, 0x38, 0x2c, 0xaf, 0xba, 0xe5, 0xe5, 0x72, 0x09, 0xfd, 0x69, - 0xbe, 0xce, 0xfc, 0xd6, 0x0c, 0x19, 0xa2, 0x47, 0x0a, 0x89, 0xe0, 0x17, 0x7f, 0xa8, 0xd0, 0x42, - 0xc7, 0x91, 0xf2, 0x0e, 0xcc, 0xfd, 0xe4, 0x34, 0x3a, 0x1b, 0xe7, 0xad, 0x51, 0x41, 0x38, 0x40, - 0x81, 0xd4, 0x75, 0x7d, 0x08, 0xef, 0x0b, 0xb3, 0xfb, 0xa5, 0xfe, 0xac, 0x80, 0xf2, 0x6e, 0x9a, - 0xd7, 0x2f, 0xd8, 0xed, 0x51, 0xde, 0x7a, 0xe7, 0xae, 0x5d, 0x47, 0x1a, 0xc1, 0x5e, 0xb4, 0xc1, - 0x7e, 0xce, 0xb0, 0x4a, 0x38, 0xee, 0x81, 0xf2, 0xec, 0x76, 0x55, 0xb0, 0x1a, 0x78, 0xef, 0x2c, - 0xd2, 0xd9, 0x8d, 0x81, 0x16, 0x00, 0xec, 0x82, 0xa0, 0x78, 0xbd, 0xac, 0x04, 0x30, 0x8e, 0x21, - 0x5e, 0x79, 0x10, 0x82, 0xa3, 0x9b, 0xa1, 0x40, 0x42, 0x18, 0x40, 0x39, 0x6a, 0xb8, 0xf8, 0xdb, - 0x58, 0xc8, 0xad, 0x39, 0xc3, 0x3b, 0xfb, 0x2c, 0x4a, 0x71, 0xba, 0x7f, 0x9a, 0x9f, 0x21, 0xda, - 0x7b, 0xaf, 0x10, 0xf9, 0x64, 0xa5, 0xce, 0x61, 0xe2, 0x98, 0xe1, 0xb1, 0x92, 0xdd, 0x82, 0x83, - 0x63, 0x89, 0x5c, 0xcc, 0x6e, 0x43, 0x61, 0x67, 0xb5, 0x3b, 0x3c, 0x73, 0x5a, 0x1b, 0xa1, 0x41, - 0x53, 0x11, 0x29, 0x1b, 0x58, 0x55, 0x66, 0x73, 0x60, 0xe0, 0x63, 0x00, 0x53, 0xe9, 0x8d, 0xd2, - 0x1c, 0xda, 0xcc, 0xb6, 0xd5, 0xdb, 0xa5, 0x65, 0x94, 0xcd, 0xd3, 0x2d, 0xb0, 0xd0, 0xca, 0x6a, - 0x50, 0x55, 0xc8, 0x77, 0xa9, 0x23, 0x03, 0xfc, 0x92, 0x71, 0x27, 0xac, 0x7d, 0x69, 0xd5, 0x01, - 0xc0, 0x43, 0x32, 0x6c, 0xe0, 0xc8, 0x56, 0x85, 0x9e, 0xb4, 0x1a, 0xe1, 0x68, 0xbd, 0x5a, 0x1d, - 0x1a, 0xd4, 0xae, 0x5e, 0x4b, 0x0d, 0xe3, 0x68, 0xa4, 0x12, 0xc4, 0x57, 0xe2, 0x2a, 0x98, 0xc9, - 0xce, 0x2b, 0x56, 0x0e, 0x43, 0x7c, 0xbe, 0xb6, 0x99, 0xa6, 0x31, 0x48, 0xa5, 0xa8, 0x27, 0x12, - 0xdb, 0xa5, 0xba, 0x3b, 0x6f, 0x17, 0x12, 0x40, 0x58, 0x37, 0xe1, 0xa4, 0xb5, 0xba, 0x1f, 0x1f, - 0x93, 0x2d, 0xdf, 0xc0, 0xfc, 0x9c, 0xea, 0xf8, 0xd9, 0x23, 0xe3, 0x84, 0x88, 0xcb, 0x91, 0xee, - 0x61, 0x2e, 0x45, 0x08, 0xc8, 0x91, 0xea, 0x4a, 0xa4, 0x97, 0x38, 0x53, 0x65, 0x32, 0x96, 0xd0, - 0x09, 0x50, 0x7e, 0x28, 0x35, 0x85, 0x6e, 0xb5, 0x70, 0xca, 0x5c, 0x8c, 0x1f, 0x42, 0x74, 0x57, - 0x26, 0x48, 0xff, 0x33, 0xa7, 0xb2, 0x3e, 0x2b, 0xd3, 0xfc, 0xca, 0x57, 0x14, 0x69, 0x95, 0x5f, - 0x26, 0xbe, 0x01, 0x12, 0xad, 0x51, 0x17, 0xc0, 0x70, 0x8c, 0x8a, 0xe0, 0x89, 0xe7, 0xad, 0xa3, - 0x9f, 0x4a, 0x36, 0x12, 0x66, 0x63, 0x09, 0x73, 0x79, 0xcd, 0x50, 0x8c, 0x56, 0xce, 0xe8, 0x19, - 0xc5, 0x1d, 0x19, 0x75, 0x3c, 0x0b, 0xb2, 0xe8, 0x1f, 0x24, 0x81, 0x27, 0xce, 0xb8, 0x63, 0xf6, - 0xb4, 0xfb, 0x16, 0x3f, 0x77, 0xdb, 0x2f, 0x17, 0xda, 0x00, 0xa9, 0x45, 0xe9, 0xda, 0xcd, 0x12, - 0xe4, 0x40, 0x57, 0x58, 0x62, 0x25, 0xce, 0x4a, 0x47, 0x11, 0x4f, 0x98, 0x9d, 0x9d, 0xf0, 0xd1, - 0x2a, 0x6f, 0xf7, 0x88, 0xd7, 0x6e, 0x3a, 0x2f, 0xe2, 0x9b, 0x65, 0xcf, 0x79, 0x12, 0x2c, 0xf4, - 0x89, 0x6c, 0xfa, 0xcd, 0xa3, 0xc8, 0xba, 0x12, 0x81, 0x94, 0xfe, 0xf3, 0xa8, 0x79, 0x89, 0x3c, - 0x40, 0x10, 0xc3, 0x80, 0x96, 0xc0, 0xd2, 0x76, 0xdc, 0xf7, 0xfe, 0xb7, 0x1c, 0x66, 0xe9, 0xce, - 0x8d, 0xb8, 0xc9, 0xbe, 0xe7, 0xde, 0x7b, 0x12, 0x5a, 0x90, 0x01, 0x27, 0x4f, 0x38, 0x3c, 0xbc, - 0xe8, 0xb2, 0x26, 0x7b, 0xdf, 0x24, 0x02, 0x38, 0xaf, 0x82, 0x85, 0x16, 0x76, 0xc5, 0xf3, 0x0f, - 0xe9, 0x0d, 0x0d, 0x51, 0x3e, 0xad, 0x27, 0x10, 0xff, 0x1f, 0x69, 0x71, 0x68, 0xae, 0x82, 0xfc, - 0xed, 0x32, 0xe5, 0x7d, 0x02, 0xb5, 0xac, 0xf3, 0x8f, 0x07, 0xb4, 0xa0, 0x00, 0xa8, 0x27, 0x69, - 0x39, 0xff, 0x9d, 0xce, 0x63, 0x3d, 0x9b, 0xca, 0x96, 0x37, 0x41, 0x24, 0x2b, 0xcb, 0x0f, 0x43, - 0x5d, 0xea, 0x9d, 0x7d, 0x94, 0x1a, 0xc3, 0xad, 0x6c, 0x06, 0xe4, 0xab, 0x46, 0x24, 0x89, 0xf2, - 0x8e, 0x9b, 0x37, 0x17, 0x23, 0xde, 0x83, 0xda, 0xd4, 0xca, 0x2c, 0xb4, 0x75, 0xc9, 0x51, 0xcb, - 0x7b, 0xa5, 0x8f, 0x83, 0xf3, 0xf8, 0xa8, 0x77, 0xa3, 0xa8, 0x7d, 0x4f, 0xe8, 0x7b, 0x8f, 0x06, - 0x53, 0x0d, 0x15, 0xd5, 0x86, 0xd8, 0x1a, 0xff, 0x2c, 0x07, 0xb6, 0x1b, 0xb2, 0xbf, 0x08, 0x2e, - 0x66, 0x42, 0xa8, 0xa3, 0x8d, 0x53, 0x4c, 0xcc, 0x99, 0x04, 0x00, 0xfd, 0x90, 0x66, 0xee, 0x7f, - 0x1e, 0xb5, 0x04, 0x9d, 0x50, 0x28, 0xa0, 0x5b, 0x3d, 0x35, 0x5d, 0x9e, 0x63, 0x78, 0x8b, 0xb3, - 0x59, 0x80, 0x18, 0x12, 0x91, 0x63, 0x7b, 0xbb, 0x36, 0x34, 0x8d, 0x96, 0x26, 0x7e, 0xb1, 0x7b, - 0x0f, 0xe0, 0x61, 0x56, 0x85, 0xb2, 0xa8, 0x97, 0x38, 0x6e, 0xec, 0xf7, 0x7b, 0xf9, 0x37, 0xc9, - 0xde, 0x1d, 0x09, 0x87, 0xe9, 0x8f, 0xd1, 0x7d, 0x38, 0xef, 0xed, 0x3b, 0x63, 0x6f, 0xcb, 0x07, - 0x46, 0x8e, 0x68, 0xed, 0xc4, 0x23, 0xa1, 0xf2, 0x90, 0x23, 0x2b, 0x88, 0x84, 0xc3, 0x03, 0x4a, - 0xe0, 0x50, 0x0b, 0xf1, 0x64, 0x30, 0xdc, 0xdf, 0xde, 0xfe, 0xd2, 0xce, 0xd3, 0xb2, 0x15, 0xc3, - 0x47, 0x55, 0xd3, 0x38, 0x08, 0x76, 0xcc, 0xf7, 0xe5, 0x74, 0x6e, 0x5f, 0x16, 0x9f, 0x7b, 0xf6, - 0xee, 0x6e, 0x64, 0x4b, 0x6a, 0xde, 0xf5, 0x73, 0x34, 0x77, 0xb8, 0x1b, 0x2b, 0x05, 0x66, 0x70, - 0x41, 0xcc, 0xff, 0x63, 0x2e, 0x5b, 0x45, 0xb2, 0x7d, 0x57, 0x1d, 0x74, 0x90, 0x8b, 0x9d, 0x4d, - 0x47, 0x7a, 0x48, 0x15, 0xc9, 0x65, 0xa3, 0x0d, 0xb8, 0xc0, 0xb3, 0x7a, 0xb8, 0xf3, 0x1b, 0xe8, - 0x75, 0xcf, 0x85, 0xc1, 0x53, 0xe7, 0x11, 0x85, 0x86, 0xd7, 0x82, 0x7e, 0x37, 0xee, 0x3a, 0x05, - 0xe3, 0x5a, 0x49, 0xcd, 0xe8, 0x4f, 0x21, 0x5c, 0x09, 0xc7, 0xf9, 0x51, 0x1a, 0xa3, 0x8f, 0xe8, - 0x44, 0xd8, 0xb7, 0xb3, 0x7b, 0x60, 0xea, 0xca, 0xb4, 0x8b, 0xab, 0x56, 0x24, 0xa8, 0xb4, 0xa8, - 0x55, 0x22, 0x8b, 0x09, 0xd4, 0xaf, 0x1e, 0x8d, 0xf4, 0xb7, 0x55, 0x1d, 0x45, 0x56, 0xd5, 0x2b, - 0x61, 0xf0, 0x98, 0xce, 0x9a, 0xe0, 0x5e, 0x32, 0x3d, 0x64, 0xc8, 0x6e, 0x68, 0xac, 0x04, 0x41, - 0xbe, 0xf6, 0x25, 0x65, 0xbe, 0x76, 0xdb, 0x8f, 0x73, 0xd9, 0xec, 0xda, 0x76, 0x65, 0x16, 0x47, - 0x7e, 0xf0, 0xcb, 0xef, 0x77, 0x87, 0xc3, 0x7d, 0xc4, 0xcf, 0x91, 0x95, 0x3c, 0x3e, 0x6e, 0xb1, - 0x32, 0x4c, 0xa6, 0x62, 0x34, 0xc5, 0xe7, 0xc7, 0xc7, 0xbb, 0x89, 0xaf, 0x25, 0x8a, 0x2f, 0x58, - 0xb6, 0xd0, 0x01, 0x11, 0xad, 0x08, 0xa3, 0x66, 0x59, 0xdf, 0x54, 0xbe, 0x66, 0x6b, 0x38, 0x92, - 0x6f, 0x42, 0x34, 0x8b, 0xb2, 0xcd, 0xd5, 0xeb, 0x6b, 0xa4, 0xe6, 0x75, 0xa3, 0x1e, 0x1e, 0x53, - 0x37, 0x74, 0x60, 0x2d, 0x51, 0xc5, 0x53, 0x81, 0x21, 0xd2, 0x4a, 0xe1, 0x73, 0xc5, 0x73, 0x21, - 0xcb, 0x51, 0x73, 0x4a, 0x43, 0x4a, 0x1a, 0x20, 0xca, 0x37, 0xb5, 0x3d, 0x1c, 0x08, 0x6f, 0x8a, - 0xd4, 0xfe, 0xd2, 0x09, 0x2e, 0xd7, 0x87, 0xb8, 0x52, 0x52, 0x2d, 0x84, 0x5e, 0x89, 0xaa, 0xfe, - 0x16, 0x7f, 0x18, 0x78, 0x91, 0xa8, 0x5c, 0x9b, 0xdd, 0x28, 0x17, 0x07, 0x44, 0x7d, 0x87, 0xd8, - 0xde, 0xb6, 0x53, 0x4e, 0x84, 0x62, 0x94, 0x8e, 0xaa, 0xe9, 0x02, 0x69, 0x75, 0x11, 0x5a, 0xf7, - 0xb1, 0x0f, 0x89, 0x25, 0xff, 0x10, 0x86, 0x19, 0x09, 0xad, 0x83, 0xc1, 0x40, 0xc8, 0xad, 0x5b, - 0xea, 0x04, 0x56, 0x2a, 0x73, 0xc6, 0x62, 0xab, 0x03, 0x2c, 0xbe, 0x8a, 0xf2, 0x49, 0xf9, 0xb4, - 0x16, 0x6c, 0x6f, 0x97, 0x5f, 0x48, 0xb8, 0xc0, 0x56, 0x23, 0x4a, 0xc0, 0x26, 0xcb, 0x4a, 0x9c, - 0xea, 0x21, 0x40, 0x2c, 0xa6, 0xbc, 0xd9, 0x3c, 0x3e, 0x9a, 0x07, 0xdc, 0xd0, 0x7d, 0xa0, 0x54, - 0xbe, 0x48, 0x75, 0xb5, 0x66, 0x51, 0x9a, 0xcb, 0xa5, 0x9c, 0x51, 0x6b, 0x7e, 0x3c, 0x5b, 0x95, - 0x3a, 0xb2, 0x46, 0x7f, 0x56, 0x82, 0x43, 0x74, 0xf2, 0xa0, 0xc4, 0x76, 0x69, 0x55, 0x49, 0xee, - 0x11, 0xcc, 0xe7, 0x6f, 0x70, 0xa1, 0x00, 0x56, 0x84, 0x58, 0x7d, 0xac, 0x85, 0xa3, 0xf2, 0x36, - 0xe3, 0xe6, 0xc1, 0xce, 0x08, 0xf5, 0x34, 0x73, 0x5d, 0xa7, 0xb0, 0xc7, 0x49, 0xef, 0xa8, 0x32, - 0xf0, 0x8b, 0xee, 0x8c, 0x05, 0x36, 0x6a, 0xde, 0x64, 0x9f, 0xca, 0xc9, 0x55, 0xa6, 0x37, 0x94, - 0x0f, 0x7b, 0xca, 0x13, 0xf9, 0x6e, 0xb2, 0xa7, 0xb2, 0xf1, 0x8b, 0x49, 0x70, 0xac, 0xf2, 0xfd, - 0xaf, 0xc3, 0x3d, 0xe2, 0xf2, 0x51, 0x56, 0x4c, 0xac, 0xc3, 0x3d, 0xc0, 0xe3, 0xe2, 0xef, 0x55, - 0x71, 0x1d, 0x4f, 0xac, 0xff, 0x03, 0xda, 0x61, 0x1f, 0xe9, 0x78, 0x95, 0x01, 0x00 + 0x49, 0x23, 0x58, 0xa3, 0x56, 0x11, 0xa8, 0xa7, 0x12, 0x4c, 0xb2, 0x9c, 0xf2, 0x8c, 0x8d, 0x78, + 0x3d, 0x8c, 0x6f, 0x90, 0x26, 0x70, 0x48, 0xd0, 0x63, 0xe0, 0xbd, 0x93, 0xd1, 0xe2, 0x32, 0x65, + 0x3d, 0xa2, 0x94, 0xd7, 0x32, 0xb4, 0x04, 0x47, 0x95, 0x70, 0x3b, 0x25, 0x16, 0x56, 0x86, 0xb1, + 0xce, 0xa1, 0xb7, 0xd5, 0xcb, 0xde, 0xae, 0xbd, 0x58, 0x35, 0x63, 0x3c, 0x22, 0xc4, 0x77, 0xf6, + 0xf6, 0x70, 0x88, 0x86, 0x51, 0xc1, 0x2e, 0xbd, 0x9d, 0xc3, 0x71, 0xec, 0x7b, 0xd9, 0xfb, 0x2e, + 0xd9, 0xb5, 0xb8, 0x2f, 0x45, 0x16, 0xae, 0xea, 0xbd, 0x0f, 0xad, 0x55, 0x79, 0x23, 0x6a, 0x57, + 0x86, 0x31, 0x4e, 0x3f, 0x7b, 0xab, 0xfc, 0xa1, 0x1e, 0x3a, 0xc4, 0x85, 0x36, 0x71, 0xd8, 0x29, + 0xa6, 0x70, 0x28, 0x91, 0x35, 0x56, 0xb7, 0xb5, 0x6e, 0x22, 0xc6, 0x13, 0x7f, 0x19, 0x56, 0x95, + 0x72, 0x45, 0x17, 0x9d, 0xd1, 0x2d, 0x2f, 0xcc, 0x3b, 0xf3, 0x64, 0x90, 0x77, 0xe6, 0xcd, 0xcd, + 0xbc, 0x9a, 0x6c, 0x94, 0x77, 0x15, 0x09, 0xb2, 0x72, 0xbb, 0xe0, 0xd0, 0x84, 0x46, 0xc8, 0xac, + 0x5c, 0x85, 0x1d, 0x94, 0xb8, 0x44, 0x88, 0xf5, 0xe8, 0xe7, 0x6e, 0x65, 0x55, 0xa1, 0x9c, 0x77, + 0xe1, 0x38, 0xd5, 0xdb, 0x38, 0xcc, 0xa6, 0x8a, 0x9d, 0x69, 0xc4, 0x63, 0xe7, 0xb0, 0x83, 0x9a, + 0x42, 0xda, 0xe2, 0x5b, 0x6a, 0xe1, 0xa9, 0x95, 0x0b, 0x4b, 0x95, 0x5f, 0x16, 0x3d, 0xfb, 0xc1, + 0x76, 0x26, 0xbb, 0xc3, 0x3f, 0xf6, 0xde, 0x93, 0xcf, 0x49, 0x11, 0xdc, 0x4b, 0x6f, 0x3f, 0x3a, + 0x78, 0xce, 0x6e, 0x48, 0x0e, 0xb9, 0xb6, 0xd0, 0x71, 0xbd, 0x05, 0xe2, 0xdd, 0x9e, 0xef, 0x6b, + 0xaf, 0x17, 0x4d, 0xb6, 0x9d, 0x3f, 0xa5, 0xe3, 0xf2, 0xe4, 0xca, 0xce, 0x04, 0x59, 0x70, 0x19, + 0x5a, 0x17, 0x21, 0x9d, 0x08, 0x48, 0xd4, 0x4a, 0xe7, 0xd1, 0xe2, 0x33, 0x56, 0x17, 0x7b, 0x24, + 0x28, 0xf5, 0xe9, 0x4a, 0xd0, 0x0b, 0xfd, 0xc9, 0xb0, 0x7e, 0xfc, 0xec, 0x2d, 0x11, 0x03, 0x49, + 0xdb, 0xef, 0xa5, 0x19, 0x53, 0x47, 0x33, 0x3e, 0xc5, 0xe5, 0x04, 0xc7, 0x65, 0x60, 0x39, 0x60, + 0x44, 0x0c, 0x3e, 0xc5, 0x88, 0x73, 0xa2, 0x2d, 0x6a, 0x19, 0x7e, 0x11, 0x8b, 0x59, 0x2c, 0xe3, + 0xec, 0x6d, 0x73, 0x1d, 0x27, 0x00, 0x0c, 0x4c, 0xa7, 0x22, 0x52, 0xd4, 0x69, 0xf6, 0xf6, 0xcc, + 0x4f, 0xcc, 0xd8, 0x69, 0x94, 0x24, 0x5a, 0xd8, 0x4c, 0x4e, 0x9b, 0x49, 0xb7, 0xcd, 0x24, 0x8e, + 0xe2, 0x33, 0xd2, 0x5e, 0xf0, 0x90, 0x8c, 0xb2, 0xf7, 0x2e, 0x02, 0x8d, 0xda, 0x5d, 0x43, 0x07, + 0x6f, 0xd0, 0x50, 0x86, 0x89, 0x4c, 0xc2, 0xbb, 0xf8, 0x33, 0xf3, 0x98, 0xb9, 0x9a, 0xcb, 0x81, + 0xbd, 0x72, 0x99, 0x7c, 0x55, 0x64, 0x38, 0x7e, 0x11, 0xc8, 0x99, 0x53, 0xd1, 0xa5, 0x4f, 0xb1, + 0xf1, 0xec, 0x13, 0x3c, 0xaf, 0x3e, 0xc5, 0x8e, 0xd3, 0x0c, 0x23, 0xe8, 0xea, 0xaa, 0x05, 0xed, + 0xf8, 0x29, 0xae, 0x6f, 0x15, 0x8a, 0x17, 0xc3, 0x58, 0x2a, 0x4b, 0x2b, 0x3c, 0x73, 0xca, 0xc0, + 0xa9, 0x7a, 0xaa, 0xef, 0xb9, 0xba, 0x4d, 0x9a, 0xbd, 0xf9, 0x85, 0xaf, 0x2d, 0xdc, 0xe2, 0x21, + 0x43, 0x1f, 0xc3, 0xf4, 0xb2, 0x56, 0xef, 0xf0, 0x39, 0xf5, 0x2a, 0x50, 0x55, 0x18, 0x1a, 0xdb, + 0x15, 0xaf, 0x5b, 0xcb, 0xbe, 0x4c, 0xa2, 0xd0, 0x98, 0xbb, 0x6c, 0x90, 0xb9, 0xff, 0xa8, 0x8a, + 0x46, 0x0f, 0xc6, 0x36, 0xce, 0xd7, 0x0c, 0x4f, 0xe9, 0x19, 0xe6, 0x38, 0xa2, 0x8e, 0x8d, 0x01, + 0x9d, 0x25, 0x8b, 0x69, 0xcf, 0x7c, 0x01, 0xe5, 0xc2, 0x0e, 0x67, 0xd2, 0x13, 0xb5, 0xb7, 0x31, + 0x7f, 0x6c, 0x04, 0x24, 0x94, 0x00, 0x33, 0xe9, 0x6d, 0x08, 0xc0, 0xb3, 0xe7, 0x8c, 0x97, 0x52, + 0x03, 0x1f, 0xa5, 0x09, 0xf1, 0xa9, 0x6b, 0x79, 0x10, 0x42, 0x15, 0x5a, 0x03, 0x7d, 0x73, 0x5b, + 0x2e, 0x5d, 0xfd, 0x01, 0xcb, 0x48, 0x5f, 0xfd, 0x70, 0xdc, 0x65, 0xf2, 0xd8, 0x89, 0x5b, 0xd0, + 0x00, 0x33, 0x2d, 0x34, 0xf4, 0x82, 0x74, 0xc9, 0x77, 0xc5, 0xfb, 0xd9, 0xbd, 0x95, 0x03, 0x34, + 0xd9, 0x62, 0xac, 0x00, 0x6a, 0x54, 0x95, 0xe7, 0x3a, 0x58, 0x5e, 0xc2, 0x28, 0xfa, 0x45, 0x76, + 0x6f, 0xa4, 0xdf, 0xc1, 0xdf, 0xcd, 0xb7, 0xbf, 0xa5, 0xb2, 0xf6, 0xb8, 0x10, 0xe8, 0x02, 0xb5, + 0x6a, 0x5f, 0x34, 0xab, 0xd5, 0xb3, 0xa9, 0x9a, 0xf7, 0x45, 0xcd, 0xfa, 0x23, 0x59, 0xf9, 0x0b, + 0x0f, 0x8f, 0x66, 0x59, 0x34, 0xfb, 0x28, 0xc6, 0x1d, 0xb1, 0xe8, 0x7a, 0xb5, 0x97, 0x99, 0x7e, + 0xa0, 0x8e, 0xfb, 0x4c, 0x40, 0x84, 0x8d, 0xb1, 0x81, 0x3a, 0x60, 0x7d, 0xdc, 0x1a, 0x0e, 0xaf, + 0x80, 0xac, 0x20, 0xe6, 0x78, 0x85, 0x58, 0x55, 0xa5, 0xe5, 0xdb, 0x91, 0x84, 0x58, 0xb3, 0x97, + 0xb4, 0x4d, 0xf8, 0x80, 0xea, 0x23, 0x89, 0xff, 0xe1, 0x6a, 0xe4, 0xb9, 0x39, 0xfd, 0xdc, 0x8e, + 0x38, 0x84, 0xe0, 0xc0, 0x08, 0x40, 0x5e, 0x46, 0x89, 0x93, 0x30, 0xaf, 0xfd, 0x17, 0x9e, 0x33, + 0x9e, 0xa7, 0x0f, 0xe1, 0xe0, 0x4a, 0xcf, 0x76, 0xf0, 0xb2, 0x96, 0xcf, 0x59, 0x51, 0x07, 0xe3, + 0xb0, 0xc7, 0x89, 0xc1, 0x05, 0x42, 0xc4, 0x5d, 0xed, 0x72, 0x8b, 0x80, 0xdf, 0xe7, 0x8c, 0x45, + 0xe3, 0x28, 0x71, 0x55, 0x1f, 0xd9, 0x90, 0x7d, 0x58, 0x79, 0x1c, 0x7b, 0x5e, 0x03, 0x27, 0x8e, + 0xbb, 0x2b, 0x3d, 0x65, 0xf4, 0x92, 0xcb, 0xcb, 0x0b, 0xb7, 0x8d, 0x24, 0xc5, 0xd8, 0xfd, 0x8a, + 0xb3, 0x40, 0x89, 0x67, 0xb2, 0x34, 0xc6, 0x9b, 0x0d, 0x22, 0x7b, 0xdd, 0x65, 0xff, 0x06, 0x34, + 0x1c, 0x55, 0xf4, 0xb2, 0x56, 0x74, 0x7f, 0x6d, 0xd1, 0xef, 0xf5, 0xa2, 0x17, 0xb5, 0xa2, 0x07, + 0x8d, 0xbe, 0xf1, 0xb4, 0xb6, 0xf4, 0xed, 0x2a, 0xbc, 0x3f, 0x61, 0x87, 0xec, 0x31, 0xea, 0xc9, + 0x6f, 0x2e, 0x84, 0x7b, 0xb6, 0x8a, 0x0f, 0x58, 0x18, 0xb4, 0x34, 0x2e, 0x78, 0x9b, 0x0c, 0xfb, + 0x3e, 0x40, 0xf7, 0x4e, 0x64, 0xce, 0x97, 0x4e, 0x1b, 0x4d, 0x52, 0xc5, 0xb3, 0x0a, 0xe7, 0xa5, + 0x23, 0x43, 0xb2, 0xe8, 0x76, 0x77, 0x56, 0x70, 0x61, 0x07, 0x8e, 0xa6, 0x39, 0xa4, 0x42, 0x6c, + 0xf7, 0xd1, 0xaa, 0xbf, 0xde, 0xb4, 0xc6, 0x97, 0x8e, 0xed, 0x0e, 0x0f, 0x88, 0x46, 0x6f, 0xe1, + 0xed, 0xfb, 0x31, 0xfc, 0x7c, 0x94, 0xce, 0xc3, 0xed, 0x6d, 0xa0, 0x43, 0xf1, 0x30, 0x55, 0xaf, + 0x2b, 0x93, 0x3a, 0x03, 0x69, 0xeb, 0xdd, 0x1c, 0xeb, 0x63, 0x55, 0xc9, 0xef, 0xfa, 0xb0, 0xbe, + 0x74, 0x5c, 0x1a, 0x2f, 0x16, 0x2b, 0xeb, 0xb4, 0x69, 0x7f, 0x05, 0x18, 0x85, 0x2a, 0xab, 0xe7, + 0xd2, 0xc0, 0x56, 0x31, 0xae, 0x9b, 0xd9, 0x17, 0x8b, 0x20, 0x20, 0x1e, 0xed, 0xac, 0x04, 0xb6, + 0x9e, 0xfe, 0x72, 0xa7, 0x42, 0x5a, 0x11, 0x8d, 0xf1, 0x34, 0xc2, 0xdf, 0xaf, 0x75, 0x50, 0x27, + 0xfb, 0x35, 0x44, 0x2e, 0x75, 0x99, 0x6b, 0x89, 0xb9, 0xd4, 0x77, 0xae, 0xa1, 0x5a, 0x39, 0x56, + 0xf5, 0xfe, 0x48, 0xa8, 0x65, 0x75, 0xd7, 0x05, 0x5b, 0x08, 0xe7, 0xbc, 0x63, 0xb9, 0x96, 0x89, + 0x6b, 0x4c, 0xe4, 0x6b, 0xfb, 0x05, 0xed, 0x94, 0x34, 0xc5, 0x8c, 0x5e, 0xe3, 0xb9, 0x16, 0xfe, + 0x3b, 0xc4, 0xa5, 0xd6, 0x72, 0xda, 0xed, 0xed, 0x5a, 0x1b, 0x8f, 0xae, 0x02, 0xda, 0x0c, 0x63, + 0x9a, 0xf4, 0xfc, 0xd6, 0x76, 0x6d, 0xfa, 0x61, 0xac, 0xe8, 0xb5, 0x95, 0xd4, 0x19, 0x89, 0x58, + 0x34, 0xee, 0xfe, 0x16, 0x9a, 0x63, 0xce, 0xd1, 0x93, 0x7c, 0x5d, 0x9d, 0xb8, 0xea, 0xbc, 0x29, + 0x97, 0x5a, 0x5e, 0x4a, 0x19, 0x9d, 0x9e, 0x26, 0xc4, 0x83, 0x12, 0x62, 0x26, 0x09, 0x71, 0x05, + 0xbd, 0xfe, 0x33, 0xf7, 0x14, 0xff, 0xcf, 0x56, 0x2b, 0x0c, 0x06, 0x92, 0xa6, 0x66, 0x41, 0x7a, + 0xba, 0xae, 0x2c, 0x15, 0x1c, 0xed, 0x8b, 0x82, 0x8c, 0x69, 0x51, 0x2b, 0xba, 0xae, 0x34, 0x14, + 0x7b, 0x6b, 0xb6, 0x97, 0x4a, 0x62, 0xc9, 0xc5, 0xee, 0x72, 0x35, 0xd3, 0xb7, 0x96, 0x34, 0x0b, + 0x93, 0xbf, 0xfd, 0x04, 0x08, 0x32, 0x71, 0x1b, 0x81, 0xef, 0x34, 0x07, 0x45, 0x91, 0x01, 0x7a, + 0xec, 0x32, 0x2a, 0xae, 0x6e, 0x2e, 0xa0, 0xc6, 0xde, 0x7b, 0x1d, 0x2d, 0x67, 0x69, 0x9a, 0x7e, + 0x8c, 0xc2, 0x3d, 0xa0, 0xb7, 0xed, 0xdd, 0x45, 0x08, 0xec, 0xb9, 0x92, 0x4a, 0x86, 0x25, 0x8d, + 0xa1, 0x81, 0x40, 0xa0, 0xbc, 0x3e, 0x7b, 0xbd, 0xab, 0x59, 0xdf, 0x1f, 0x7e, 0xe7, 0x4c, 0x0e, + 0x3c, 0xb0, 0x37, 0xbc, 0xdd, 0x71, 0xaf, 0x66, 0x93, 0x7d, 0xf5, 0xf5, 0xc0, 0xc3, 0xba, 0xfd, + 0xf6, 0x5b, 0xdf, 0xbf, 0x9a, 0x71, 0x4a, 0xdf, 0x3f, 0x40, 0x8a, 0xf7, 0x9d, 0x96, 0x42, 0x15, + 0xb4, 0x72, 0xb9, 0x60, 0x59, 0x94, 0x2c, 0x49, 0xc8, 0x56, 0xe7, 0x57, 0x39, 0xee, 0x57, 0xaf, + 0x66, 0x2b, 0xd7, 0x82, 0x13, 0xa8, 0x6b, 0xbd, 0xf0, 0xfe, 0x02, 0xdc, 0x4b, 0xc7, 0x7d, 0x35, + 0x94, 0x20, 0x07, 0xc4, 0xc8, 0x96, 0x06, 0x52, 0x0a, 0x25, 0xfc, 0xca, 0xaa, 0x09, 0x11, 0x2c, + 0x19, 0xcf, 0xbb, 0x17, 0x2d, 0x8b, 0x75, 0x1c, 0xce, 0x63, 0x5c, 0xe2, 0xc7, 0xb5, 0x48, 0x77, + 0xa1, 0x2e, 0xdd, 0x29, 0xb9, 0xed, 0xd7, 0xf0, 0x22, 0x4d, 0xa5, 0x24, 0xdd, 0x13, 0xcd, 0xa0, + 0xb5, 0xd7, 0x00, 0x75, 0xa3, 0xe3, 0x86, 0x6f, 0xef, 0x49, 0x33, 0x1b, 0xd5, 0xe2, 0x13, 0x13, + 0xdc, 0x05, 0xf1, 0x4f, 0xd6, 0xb0, 0x16, 0x19, 0x71, 0x64, 0xac, 0xfa, 0x73, 0xe2, 0x3c, 0xbb, + 0xb1, 0xe2, 0xfd, 0x55, 0x5b, 0x4f, 0x18, 0x25, 0x42, 0x35, 0xc5, 0x6d, 0x54, 0xb4, 0x58, 0xd4, + 0x2a, 0xe2, 0x31, 0x2d, 0x15, 0xf8, 0xf6, 0x58, 0xbf, 0x8e, 0x7a, 0x90, 0x21, 0xc3, 0x84, 0x4e, + 0x5e, 0x79, 0x95, 0xf1, 0xd5, 0x11, 0x9d, 0x39, 0xb5, 0xcb, 0xaa, 0xd0, 0x1f, 0x92, 0x10, 0x2a, + 0x2e, 0xab, 0xc2, 0xfa, 0x65, 0x95, 0xd0, 0xe7, 0x77, 0x5f, 0x55, 0x35, 0x50, 0x32, 0xb4, 0x28, + 0xf5, 0x46, 0xdc, 0x00, 0x31, 0x38, 0xb2, 0x85, 0x6b, 0x42, 0x77, 0x07, 0xf1, 0xbd, 0x2d, 0x5d, + 0x83, 0xb0, 0xcf, 0x18, 0x90, 0x7a, 0x85, 0x33, 0x56, 0x40, 0x38, 0x9c, 0x03, 0x3a, 0xcc, 0xdb, + 0x68, 0xee, 0xfb, 0xca, 0x63, 0x9b, 0xc3, 0xd4, 0xca, 0x69, 0xd0, 0xdf, 0x4e, 0x3b, 0x7e, 0x26, + 0x86, 0x99, 0xf8, 0x56, 0xd8, 0xd3, 0x77, 0xa6, 0x95, 0x91, 0xef, 0x61, 0x85, 0x20, 0xb4, 0x46, + 0x87, 0x3c, 0xd7, 0x44, 0x05, 0xe9, 0x0c, 0xbd, 0x8c, 0x96, 0xd7, 0xa3, 0x2f, 0x3f, 0x64, 0x23, + 0xbd, 0x7e, 0x97, 0xda, 0x37, 0xd2, 0x1b, 0xbb, 0x72, 0x1a, 0x12, 0xaa, 0xdb, 0x1a, 0x7f, 0xde, + 0xd1, 0x41, 0xf7, 0xcd, 0x06, 0xea, 0xfe, 0x04, 0x02, 0xc7, 0x87, 0x5e, 0x79, 0x3f, 0xc5, 0x29, + 0xda, 0xa7, 0x4d, 0x59, 0xc2, 0xf8, 0x24, 0x2d, 0x30, 0x3e, 0xc9, 0xaa, 0xc4, 0xdb, 0x4e, 0x4c, + 0xbc, 0xed, 0x3f, 0x80, 0x4c, 0xf3, 0x85, 0x90, 0x34, 0xc6, 0x34, 0xc8, 0x20, 0xca, 0x12, 0x97, + 0x9d, 0x26, 0xc5, 0x18, 0x44, 0x3a, 0xc4, 0x52, 0x1d, 0x87, 0xc9, 0xe0, 0x7a, 0xda, 0x18, 0x8b, + 0x3e, 0x9d, 0x92, 0x9d, 0x51, 0xd1, 0xfb, 0xe3, 0x40, 0xde, 0x32, 0x32, 0x8a, 0x06, 0x26, 0xcd, + 0xdb, 0x18, 0x89, 0x8e, 0xbf, 0x65, 0x59, 0xb8, 0x3c, 0xa2, 0x43, 0x21, 0x62, 0x3b, 0x48, 0xb0, + 0x67, 0x85, 0xbe, 0xd2, 0xed, 0x05, 0xd6, 0x88, 0x8c, 0xe2, 0x34, 0x3d, 0xce, 0xd4, 0x49, 0xf0, + 0x70, 0x58, 0xde, 0x89, 0xcb, 0x5b, 0xe8, 0x12, 0x23, 0xd4, 0x7c, 0x9d, 0xf9, 0xad, 0x19, 0x5b, + 0x44, 0x0f, 0x29, 0x12, 0xc1, 0x81, 0xfe, 0x50, 0xc1, 0x8a, 0x8e, 0x23, 0xe5, 0x46, 0x98, 0xfb, + 0xc9, 0x69, 0x74, 0x36, 0xce, 0x5b, 0xc3, 0x87, 0x70, 0x24, 0x03, 0xa9, 0xf3, 0xfa, 0x10, 0xde, + 0x17, 0x66, 0xf7, 0x4b, 0x3d, 0x5a, 0x01, 0x25, 0xde, 0x34, 0xaf, 0xdf, 0xc4, 0xdb, 0xa3, 0xbc, + 0xf5, 0x72, 0x5e, 0xbb, 0xb7, 0x34, 0xa2, 0xc2, 0x68, 0x83, 0xfd, 0x9c, 0x61, 0x95, 0xb8, 0xdd, + 0x03, 0xe5, 0x02, 0xee, 0xaa, 0xa8, 0x36, 0x70, 0xf3, 0x59, 0xa4, 0xb3, 0x1b, 0x03, 0x56, 0x00, + 0x20, 0x07, 0x41, 0xf1, 0x7a, 0x59, 0x09, 0x60, 0x1c, 0x6c, 0xbc, 0x72, 0x35, 0x04, 0x47, 0x37, + 0x63, 0x86, 0x84, 0xb0, 0x94, 0x72, 0xd4, 0x70, 0xf1, 0xb7, 0xb1, 0x90, 0x5b, 0x73, 0xc6, 0x81, + 0xf6, 0x59, 0x94, 0xe2, 0x74, 0xff, 0x34, 0x3f, 0x43, 0x58, 0xf8, 0x5e, 0x21, 0xf2, 0xc9, 0x4a, + 0x9d, 0xc3, 0xc4, 0x31, 0xe3, 0x68, 0x25, 0xbb, 0x05, 0x47, 0xd1, 0x12, 0xb9, 0x98, 0xdd, 0x86, + 0xc2, 0x20, 0x6b, 0x77, 0x78, 0xe6, 0xb4, 0x36, 0x42, 0xc3, 0xb0, 0x22, 0x52, 0x36, 0x40, 0xad, + 0xcc, 0xe6, 0xc0, 0x12, 0xc8, 0x40, 0xb0, 0xd2, 0x1b, 0xa5, 0x79, 0xbe, 0x99, 0x6d, 0xab, 0xb7, + 0x4b, 0xcb, 0x28, 0x9b, 0xa7, 0x9b, 0x6a, 0xa1, 0x95, 0xd5, 0xa0, 0xaa, 0xd8, 0xf0, 0x52, 0x57, + 0x06, 0x9c, 0x26, 0xe3, 0xf2, 0x58, 0xfb, 0xd2, 0xaa, 0x03, 0x80, 0x2b, 0x65, 0xd8, 0x00, 0x9c, + 0xad, 0x0a, 0x3d, 0x69, 0x5e, 0xc2, 0x61, 0x7d, 0xb5, 0x3a, 0x34, 0x4c, 0x5e, 0xbd, 0x96, 0x1a, + 0x18, 0xd2, 0x48, 0x25, 0x88, 0xaf, 0xc4, 0x55, 0x30, 0x93, 0x9d, 0x77, 0xb1, 0x1c, 0xaf, 0xf8, + 0x7c, 0x6d, 0x33, 0x4d, 0xab, 0x91, 0x4a, 0x61, 0x4f, 0x24, 0xb6, 0x4b, 0x75, 0x77, 0xde, 0x36, + 0x24, 0xc0, 0xba, 0x6e, 0xe2, 0x4e, 0x6b, 0x75, 0x3f, 0x3e, 0x26, 0x5b, 0xbe, 0x01, 0x0e, 0x3a, + 0xd5, 0x81, 0xb6, 0x47, 0xc6, 0x09, 0x11, 0x97, 0x25, 0xdd, 0xc3, 0x5c, 0x8a, 0x10, 0x90, 0x23, + 0xcb, 0xbb, 0xa1, 0xc4, 0x99, 0x2a, 0xdb, 0xb2, 0x84, 0x4e, 0x80, 0xf2, 0x43, 0xa9, 0x31, 0x74, + 0xab, 0x85, 0x53, 0xe6, 0x62, 0xa0, 0x11, 0xa2, 0xbb, 0x32, 0x41, 0x3a, 0xaa, 0x39, 0x95, 0x99, + 0x5a, 0x99, 0xe6, 0x57, 0x4e, 0xa5, 0x48, 0xab, 0x1c, 0x38, 0xf1, 0x0d, 0xd8, 0x69, 0x8d, 0xba, + 0x80, 0x9a, 0x63, 0x54, 0x04, 0x97, 0x3d, 0x6f, 0x1d, 0xfd, 0x54, 0xb2, 0x91, 0xb0, 0x2f, 0x4b, + 0x98, 0xcb, 0x6b, 0x16, 0x65, 0xb4, 0x72, 0x46, 0xcf, 0x28, 0xee, 0xc8, 0xf0, 0xe4, 0x59, 0x90, + 0x45, 0xff, 0x20, 0x09, 0x3c, 0x71, 0xc6, 0x1d, 0xb3, 0xa7, 0xdd, 0xbb, 0xf8, 0xb9, 0xdb, 0x7e, + 0xc9, 0xd0, 0x86, 0x5c, 0x2d, 0x4a, 0xd7, 0x6e, 0x9a, 0xf8, 0x72, 0x4e, 0x98, 0x6c, 0x25, 0xce, + 0x4a, 0x87, 0x1b, 0x4f, 0x98, 0x9d, 0x9d, 0xf0, 0xd1, 0x2a, 0x6f, 0x77, 0x9d, 0xd7, 0xae, 0x44, + 0x2f, 0xe2, 0x9b, 0x65, 0xcf, 0x79, 0x12, 0x55, 0xf4, 0x89, 0x6c, 0xfa, 0x15, 0xa5, 0xc8, 0xba, + 0x12, 0x11, 0x97, 0xfe, 0xf3, 0xa8, 0x79, 0xdb, 0x3c, 0x40, 0xb4, 0xc3, 0x80, 0x96, 0xc0, 0xd2, + 0x76, 0xdc, 0xf7, 0xfe, 0xb7, 0x1c, 0x8f, 0xe9, 0xce, 0x8d, 0xb8, 0xc9, 0xbe, 0xe7, 0xde, 0x7b, + 0x12, 0x83, 0x90, 0x91, 0x29, 0x4f, 0x38, 0x8e, 0xbc, 0xe8, 0xb2, 0x26, 0x7b, 0xdf, 0x24, 0x02, + 0x61, 0xaf, 0xc2, 0x8f, 0x16, 0x06, 0xc8, 0xf3, 0x0f, 0xe9, 0x0d, 0x0d, 0x51, 0x3e, 0xad, 0x27, + 0x10, 0xff, 0x1f, 0x69, 0x01, 0x6b, 0xae, 0x82, 0xfc, 0xed, 0x32, 0xe5, 0x7d, 0x02, 0xb5, 0xac, + 0x73, 0xa4, 0x07, 0x06, 0xa1, 0x40, 0xb2, 0x27, 0x69, 0x39, 0xff, 0x9d, 0xce, 0x63, 0x3d, 0x9b, + 0xca, 0x96, 0x37, 0x42, 0x24, 0x2b, 0xcb, 0x0f, 0x43, 0x5d, 0xea, 0x9d, 0x7d, 0x94, 0x1a, 0xc3, + 0xad, 0x6c, 0x06, 0x88, 0xac, 0x46, 0xc8, 0x89, 0xf2, 0x32, 0x9c, 0x37, 0x17, 0x23, 0x30, 0x84, + 0xda, 0xd4, 0xca, 0x2c, 0xb4, 0x75, 0xc9, 0x51, 0xcb, 0x7b, 0xa5, 0x33, 0x84, 0xf3, 0xf8, 0xa8, + 0x77, 0xa3, 0xa8, 0x7d, 0x4f, 0xe8, 0x7b, 0x8f, 0x06, 0x53, 0x0d, 0x15, 0xd5, 0x86, 0x20, 0x1c, + 0xff, 0x2c, 0x07, 0xb6, 0x1b, 0xdb, 0xbf, 0x08, 0x2e, 0x66, 0x42, 0xa8, 0xa3, 0x8d, 0x53, 0x4c, + 0xcc, 0x99, 0x44, 0x0a, 0xfd, 0x90, 0x66, 0xee, 0x7f, 0x1e, 0xb5, 0x44, 0xa7, 0x50, 0x70, 0xa1, + 0x5b, 0x3d, 0x35, 0x5d, 0x9e, 0x63, 0xb8, 0x95, 0xb3, 0xfd, 0x80, 0x18, 0x12, 0x91, 0x63, 0x7b, + 0xbb, 0x36, 0x34, 0x8d, 0x96, 0x26, 0x7e, 0xb1, 0x7b, 0x0f, 0x84, 0x62, 0x56, 0x85, 0xb2, 0xa8, + 0x97, 0x38, 0x6e, 0xec, 0xf7, 0x7b, 0xf9, 0x37, 0xc9, 0xde, 0x1d, 0x09, 0x87, 0xe9, 0x8f, 0xd1, + 0x7d, 0x38, 0xef, 0xed, 0x3b, 0x63, 0x6f, 0xcb, 0x07, 0x98, 0x8e, 0x68, 0xed, 0xc4, 0x23, 0xa1, + 0xf2, 0x90, 0x43, 0x30, 0x88, 0x84, 0xc3, 0x03, 0x4a, 0xe0, 0x98, 0x0c, 0xf1, 0x64, 0x30, 0xdc, + 0xdf, 0xde, 0xfe, 0xd2, 0xce, 0xd3, 0xb2, 0x15, 0xc3, 0x47, 0x55, 0xd3, 0x38, 0x08, 0x76, 0xcc, + 0x17, 0xeb, 0x74, 0x6e, 0x5f, 0x16, 0x9f, 0x7b, 0xf6, 0xee, 0x6e, 0x64, 0x4b, 0x6a, 0xde, 0xf5, + 0x73, 0x34, 0x77, 0xb8, 0x1b, 0x2b, 0x05, 0x66, 0x70, 0x41, 0xcc, 0xff, 0x63, 0x2e, 0x5b, 0x45, + 0xb2, 0x7d, 0x57, 0x1d, 0x74, 0x90, 0x8b, 0x9d, 0x4d, 0x47, 0x7a, 0x48, 0x15, 0xc9, 0x65, 0xa3, + 0x0d, 0xb8, 0x00, 0xbe, 0x7a, 0xb8, 0xf3, 0x1b, 0x30, 0x77, 0xcf, 0xc5, 0xcb, 0x53, 0xe7, 0x11, + 0x05, 0x9b, 0xd7, 0x02, 0x93, 0x37, 0xee, 0x3a, 0x05, 0xe3, 0x7a, 0x49, 0xcd, 0xe8, 0x4f, 0x21, + 0x7c, 0x0e, 0xc7, 0xf9, 0x51, 0x1a, 0xa3, 0x8f, 0xe8, 0x44, 0xd8, 0xb7, 0xb3, 0x7b, 0x80, 0xef, + 0xca, 0xb4, 0x8b, 0xab, 0x56, 0xc8, 0xa8, 0xb4, 0xa8, 0x55, 0x22, 0x8b, 0x09, 0x78, 0xb0, 0x1e, + 0x8d, 0xf4, 0xb7, 0x55, 0x1d, 0x45, 0x56, 0xd5, 0x2b, 0xf1, 0xf2, 0x98, 0xce, 0x9a, 0x28, 0x60, + 0x32, 0x3d, 0x64, 0x6c, 0x6f, 0x68, 0xac, 0x04, 0x41, 0xbe, 0xf6, 0x25, 0x65, 0xbe, 0x76, 0xdb, + 0x8f, 0x73, 0xd9, 0xec, 0xda, 0x76, 0x65, 0x16, 0x47, 0x7e, 0xf0, 0xcb, 0xef, 0x77, 0x87, 0xc3, + 0x7d, 0x04, 0xda, 0x91, 0x95, 0x3c, 0x3e, 0x6e, 0xb1, 0x32, 0x4c, 0xa6, 0x62, 0x34, 0xc5, 0xe7, + 0xc7, 0xc7, 0xbb, 0x89, 0xaf, 0x25, 0x8a, 0x2f, 0x58, 0xb6, 0xd0, 0x01, 0x11, 0xad, 0x08, 0xeb, + 0x67, 0x59, 0xdf, 0x54, 0xbe, 0x66, 0x6b, 0x38, 0x92, 0x6f, 0x42, 0xd8, 0x8b, 0xb2, 0xcd, 0xd5, + 0xeb, 0x6b, 0xa4, 0xe6, 0x75, 0xc3, 0x23, 0x1e, 0x53, 0x37, 0x74, 0x04, 0x2e, 0x51, 0xc5, 0x53, + 0x11, 0x24, 0xd2, 0x4a, 0xe1, 0x73, 0xc5, 0x73, 0x21, 0xcb, 0x51, 0x73, 0x4a, 0x8b, 0x4b, 0x1a, + 0x20, 0xca, 0x37, 0xb5, 0x3d, 0x1c, 0x08, 0x6f, 0x8a, 0xd4, 0xfe, 0xd2, 0x09, 0x2e, 0xd7, 0x87, + 0xb8, 0x52, 0x52, 0x2d, 0x84, 0x5e, 0x89, 0xaa, 0xfe, 0x16, 0x7f, 0x18, 0xa1, 0x91, 0xa8, 0x5c, + 0x9b, 0xdd, 0x28, 0x17, 0x07, 0x44, 0x7d, 0x87, 0xd8, 0xde, 0xb6, 0x53, 0x4e, 0x84, 0x62, 0x94, + 0x8e, 0xaa, 0xe9, 0x02, 0x69, 0x75, 0x11, 0x5a, 0x77, 0xc6, 0x0f, 0x89, 0x25, 0xff, 0x10, 0x86, + 0x19, 0x09, 0xad, 0x83, 0xc1, 0x40, 0xc8, 0xad, 0x5b, 0xea, 0x04, 0x56, 0x2a, 0x73, 0xc6, 0x62, + 0xab, 0x03, 0x7e, 0xbe, 0x0a, 0x07, 0x4a, 0xf9, 0xb4, 0x16, 0x6c, 0x6f, 0x97, 0x5f, 0x48, 0xb8, + 0xc0, 0x56, 0x23, 0x4a, 0xc0, 0x78, 0xcb, 0x4a, 0x9c, 0xea, 0x21, 0xd0, 0x2e, 0xa6, 0xbc, 0xd9, + 0x3c, 0x3e, 0x9a, 0x07, 0xdc, 0xd0, 0x7d, 0xa0, 0x54, 0xbe, 0x48, 0x75, 0xb5, 0x66, 0x51, 0x9a, + 0xcb, 0xa5, 0x9c, 0x51, 0x6b, 0x7e, 0x3c, 0x5b, 0x95, 0x3a, 0xb2, 0x46, 0x7f, 0x56, 0x82, 0x43, + 0x74, 0xf2, 0xa0, 0xc4, 0x76, 0x69, 0x55, 0x49, 0xee, 0x11, 0xcc, 0xe7, 0x6f, 0x70, 0xa1, 0x00, + 0x56, 0x84, 0xa0, 0x7e, 0xac, 0x85, 0xa3, 0xf2, 0x36, 0x03, 0xec, 0xc1, 0x20, 0x09, 0xf5, 0x34, + 0x73, 0x5d, 0xa7, 0xb0, 0xcf, 0x49, 0xef, 0xa8, 0x32, 0xf0, 0x8b, 0xee, 0x8c, 0x05, 0x36, 0x6a, + 0xde, 0x64, 0x9f, 0xca, 0xc9, 0x55, 0xa6, 0x37, 0x94, 0x0f, 0x7b, 0xca, 0x13, 0xf9, 0x6e, 0xb2, + 0xa7, 0xb2, 0xf1, 0x8b, 0x49, 0x70, 0xac, 0xf2, 0xfd, 0xaf, 0xc3, 0x3d, 0xe2, 0xf2, 0x51, 0x56, + 0x4c, 0xac, 0xc3, 0x3d, 0xe0, 0xe8, 0xe2, 0xef, 0x55, 0x71, 0x1d, 0x4f, 0xac, 0xff, 0x03, 0xd7, + 0x75, 0x92, 0xbb, 0xa1, 0x95, 0x01, 0x00 }; From a94269ceb9548a274dfd0d8b1b3fc17e9376c6ac Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Sun, 26 Sep 2021 17:21:32 +0200 Subject: [PATCH 6/7] Novosibirsk time-zone. --- wled00/data/settings_time.htm | 1 + wled00/html_settings.h | 17 +++++++++-------- wled00/ntp.cpp | 6 ++++++ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/wled00/data/settings_time.htm b/wled00/data/settings_time.htm index b9a39677..a3094b99 100644 --- a/wled00/data/settings_time.htm +++ b/wled00/data/settings_time.htm @@ -128,6 +128,7 @@ +
UTC offset: seconds (max. 18 hours)
Current local time is unknown.
diff --git a/wled00/html_settings.h b/wled00/html_settings.h index 2bacffd8..2b981e8e 100644 --- a/wled00/html_settings.h +++ b/wled00/html_settings.h @@ -349,14 +349,15 @@ CST(AWST)
-UTC offset: - seconds (max. 18 hours)
Current local time is unknown -.
Latitude (N): Longitude (E):

Clock

Clock Overlay: -
UTC offset: seconds (max. 18 hours)
+Current local time is unknown.
Latitude (N): + + Longitude (E): +

Clock

Clock Overlay:
First LED: Last LED: Date: Mon, 27 Sep 2021 14:20:21 +0200 Subject: [PATCH 7/7] Fixed sunrise/set UTC offset --- wled00/ntp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wled00/ntp.cpp b/wled00/ntp.cpp index 4014e1fb..f667ec94 100644 --- a/wled00/ntp.cpp +++ b/wled00/ntp.cpp @@ -420,7 +420,7 @@ void calculateSunriseAndSunset() { // there is a sunrise tim_0.tm_hour = minUTC / 60; tim_0.tm_min = minUTC % 60; - sunrise = tz->toLocal(mktime(&tim_0) - utcOffsetSecs); + sunrise = tz->toLocal(mktime(&tim_0) + utcOffsetSecs); DEBUG_PRINTF("Sunrise: %02d:%02d\n", hour(sunrise), minute(sunrise)); } else { sunrise = 0; @@ -431,7 +431,7 @@ void calculateSunriseAndSunset() { // there is a sunset tim_0.tm_hour = minUTC / 60; tim_0.tm_min = minUTC % 60; - sunset = tz->toLocal(mktime(&tim_0) - utcOffsetSecs); + sunset = tz->toLocal(mktime(&tim_0) + utcOffsetSecs); DEBUG_PRINTF("Sunset: %02d:%02d\n", hour(sunset), minute(sunset)); } else { sunset = 0;