diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ac2a12149..285ad419e 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -56,6 +56,9 @@ body: options: - ESP8266 - ESP32 + - ESP32-S3 + - ESP32-S2 + - ESP32-C3 - Other validations: required: true @@ -80,4 +83,4 @@ body: description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Aircoookie/WLED/blob/master/CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct - required: true \ No newline at end of file + required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index baf493620..aaf02f125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,73 @@ ## WLED changelog +#### Build 2302180 + +- Removed Blynk support (servers shut down on 31st Dec 2022) + +#### Build 2301240 + +- Version bump to v0.14.0-b2 "Hoshi" +- PixelArt converter (convert any image to pixel art and display it on a matrix) (PR #3042) +- various effect updates and optimisations + - added Overlay option to some effects (allows overlapping segments) + - added gradient text on Scrolling Text + - added #DDMM, #MMDD & #HHMM date and time options for Scrolling Text effect (PR #2990) + - deprecated: Dynamic Smooth, Dissolve Rnd, Solid Glitter + - optimised & enhanced loading of default values + - new effect: Distortion Waves (2D) + - 2D support for Ripple effect + - slower minimum speed for Railway effect +- DMX effect mode & segment controls (PR #2891) +- Optimisations for conditional compiles (further reduction of code size) +- better UX with effect sliders (PR #3012) +- enhanced support for ESP32 variants: C3, S2 & S3 +- usermod enhancements (PIR, Temperature, Battery (PR #2975), Analog Clock (PR #2993)) +- new usermod SHT (PR #2963) +- 2D matrix set up with gaps or irregular panels (breaking change!) (PR #2892) +- palette blending/transitions +- random palette smooth changes +- hex color notations in custom palettes +- allow more virtual buses +- plethora of bugfixes + +### WLED release 0.14.0-b1 + +#### Build 2212222 + +- Version bump to v0.14.0-b1 "Hoshi" +- 2D matrix support (including mapping 1D effects to 2D and 2D peek) +- [internal] completely rewritten Segment & WS2812FX handling code +- [internal] ability to add custom effects via usermods +- [internal] set of 2D drawing functions +- transitions on every segment (including ESP8266) +- enhanced old and new 2D effects (metadata: default values) +- custom palettes (up to 10; upload palette0.json, palette1.json, ...) +- custom effect sliders and options, quick filters +- global I2C and SPI GPIO allocation (for usermods) +- usermod settings page enhancements (dropdown & info) +- asynchronous preset loading (and added "pd" JSON API call for direct preset apply) +- new usermod Boblight (PR #2917) +- new usermod PWM Outputs (PR #2912) +- new usermod Audioreactive +- new usermod Word Clock Matrix (PR #2743) +- new usermod Ping Pong Clock (PR #2746) +- new usermod ADS1115 (PR #2752) +- new usermod Analog Clock (PR #2736) +- various usermod enhancements and updates +- allow disabling pull-up resistors on buttons +- SD card support (PR #2877) +- enhanced HTTP API to support custom effect sliders & options (X1, X2, X3, M1, M2, M3) +- multiple UDP sync message retries (PR #2830) +- network debug printer (PR #2870) +- automatic UI PC mode on large displays +- removed support for upgrading from pre-0.10 (EEPROM) +- support for setting GPIO level when LEDs are off (RMT idle level, ESP32 only) (PR #2478) +- Pakistan time-zone (PKT) +- ArtPoll support +- TM1829 LED support +- experimental support for ESP32 S2, S3 and C3 +- general improvements and bugfixes + ### WLED release 0.13.3 - Version bump to v0.13.3 "Toki" diff --git a/package-lock.json b/package-lock.json index ce4caa8e7..2ec2d887a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,27 +1,9 @@ { "name": "wled", - "version": "0.14.0-b0", + "version": "0.14.0-b2", "lockfileVersion": 1, "requires": true, "dependencies": { - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", - "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==" - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", - "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", - "requires": { - "defer-to-connect": "^1.0.1" - } - }, - "@types/color-name": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" - }, "abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", @@ -48,39 +30,6 @@ "repeat-string": "^1.5.2" } }, - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", - "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", - "requires": { - "string-width": "^3.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, "ansi-escapes": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", @@ -97,9 +46,9 @@ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" }, "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "requires": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -147,9 +96,9 @@ "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==" }, "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "bcrypt-pbkdf": { "version": "1.0.2", @@ -160,68 +109,15 @@ } }, "binary-extensions": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz", - "integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" }, "boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, - "boxen": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", - "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", - "requires": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", - "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -244,35 +140,6 @@ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", - "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": { - "get-stream": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz", - "integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==", - "requires": { - "pump": "^3.0.0" - } - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" - } - } - }, "camelcase": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", @@ -322,25 +189,20 @@ } }, "chokidar": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", - "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "requires": { - "anymatch": "~3.1.1", + "anymatch": "~3.1.2", "braces": "~3.0.2", - "fsevents": "~2.1.2", - "glob-parent": "~5.1.0", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", - "readdirp": "~3.4.0" + "readdirp": "~3.6.0" } }, - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" - }, "clap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/clap/-/clap-1.2.3.tgz", @@ -364,11 +226,6 @@ } } }, - "cli-boxes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz", - "integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==" - }, "cliui": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", @@ -379,14 +236,6 @@ "wordwrap": "0.0.2" } }, - "clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", - "requires": { - "mimic-response": "^1.0.0" - } - }, "coa": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz", @@ -395,19 +244,6 @@ "q": "^1.1.2" } }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, "colors": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", @@ -429,7 +265,7 @@ "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "configstore": { "version": "1.4.0", @@ -458,11 +294,6 @@ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, - "crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" - }, "css-select": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.0.0.tgz", @@ -509,24 +340,11 @@ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "requires": { - "mimic-response": "^1.0.0" - } - }, "deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" }, - "defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", - "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" - }, "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", @@ -590,19 +408,6 @@ } } }, - "dot-prop": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz", - "integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==", - "requires": { - "is-obj": "^2.0.0" - } - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" - }, "duplexify": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", @@ -657,11 +462,6 @@ "safer-buffer": "^2.1.0" } }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" - }, "end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", @@ -680,11 +480,6 @@ "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz", "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=" }, - "escape-goat": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", - "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==" - }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", @@ -739,19 +534,11 @@ } }, "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "optional": true }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - }, "getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", @@ -768,14 +555,6 @@ "is-glob": "^4.0.1" } }, - "global-dirs": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz", - "integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==", - "requires": { - "ini": "^1.3.5" - } - }, "got": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/got/-/got-3.3.1.tgz", @@ -830,12 +609,7 @@ "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", - "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==" + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" }, "he": { "version": "1.2.0", @@ -909,11 +683,6 @@ } } }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" - }, "http-signature": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", @@ -935,12 +704,7 @@ "ignore-by-default": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=" - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", - "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=" + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" }, "imurmurhash": { "version": "0.1.4", @@ -1001,46 +765,24 @@ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "requires": { - "ci-info": "^2.0.0" - } - }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" }, "is-finite": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==" }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" - }, "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "requires": { "is-extglob": "^2.1.1" } }, - "is-installed-globally": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz", - "integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==", - "requires": { - "global-dirs": "^2.0.1", - "is-path-inside": "^3.0.1" - } - }, "is-npm": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz", @@ -1051,16 +793,6 @@ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" }, - "is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" - }, - "is-path-inside": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", - "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==" - }, "is-redirect": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", @@ -1076,11 +808,6 @@ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", - "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==" - }, "isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", @@ -1110,11 +837,6 @@ "resolved": "https://registry.npmjs.org/jschardet/-/jschardet-1.6.0.tgz", "integrity": "sha512-xYuhvQ7I9PDJIGBWev9xm0+SMSed3ZDBAmvVjbFR1ZRLAF+vlXcQu6cRI9uAlj81rzikElRVteehwV7DuX2ZmQ==" }, - "json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=" - }, "json-schema": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", @@ -1141,14 +863,6 @@ "verror": "1.10.0" } }, - "keyv": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", - "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", - "requires": { - "json-buffer": "3.0.0" - } - }, "kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", @@ -1292,21 +1006,6 @@ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, "mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", @@ -1325,15 +1024,10 @@ "mime-db": "1.44.0" } }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" - }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "requires": { "brace-expansion": "^1.1.7" } @@ -1365,152 +1059,34 @@ } }, "nodemon": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.4.tgz", - "integrity": "sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.20.tgz", + "integrity": "sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==", "requires": { - "chokidar": "^3.2.2", - "debug": "^3.2.6", + "chokidar": "^3.5.2", + "debug": "^3.2.7", "ignore-by-default": "^1.0.1", - "minimatch": "^3.0.4", - "pstree.remy": "^1.1.7", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", "semver": "^5.7.1", + "simple-update-notifier": "^1.0.7", "supports-color": "^5.5.0", "touch": "^3.1.0", - "undefsafe": "^2.0.2", - "update-notifier": "^4.0.0" + "undefsafe": "^2.0.5" }, "dependencies": { - "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", - "requires": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", - "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "configstore": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", - "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", - "requires": { - "dot-prop": "^5.2.0", - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "unique-string": "^2.0.0", - "write-file-atomic": "^3.0.0", - "xdg-basedir": "^4.0.0" - } - }, "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "requires": { "ms": "^2.1.1" } }, - "got": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - } - }, - "is-npm": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", - "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==" - }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", - "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", - "requires": { - "package-json": "^6.3.0" - } - }, "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", - "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", - "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", - "requires": { - "rc": "^1.2.8" - } - }, - "semver-diff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", - "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", - "requires": { - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "supports-color": { "version": "5.5.0", @@ -1519,49 +1095,13 @@ "requires": { "has-flag": "^3.0.0" } - }, - "update-notifier": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.0.tgz", - "integrity": "sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew==", - "requires": { - "boxen": "^4.2.0", - "chalk": "^3.0.0", - "configstore": "^5.0.1", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.3.1", - "is-npm": "^4.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "pupa": "^2.0.1", - "semver-diff": "^3.1.1", - "xdg-basedir": "^4.0.0" - } - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "xdg-basedir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", - "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==" } } }, "nopt": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", - "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", + "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", "requires": { "abbrev": "1" } @@ -1571,11 +1111,6 @@ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, - "normalize-url": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", - "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==" - }, "nth-check": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", @@ -1621,11 +1156,6 @@ "os-tmpdir": "^1.0.0" } }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", - "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==" - }, "package-json": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/package-json/-/package-json-1.2.0.tgz", @@ -1669,9 +1199,9 @@ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" }, "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" }, "pinkie": { "version": "2.0.4", @@ -1714,37 +1244,20 @@ "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, "punycode": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, - "pupa": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.0.1.tgz", - "integrity": "sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==", - "requires": { - "escape-goat": "^2.0.0" - } - }, "q": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" }, "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==" }, "rc": { "version": "1.2.8", @@ -1812,21 +1325,13 @@ } }, "readdirp": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", - "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "requires": { "picomatch": "^2.2.1" } }, - "registry-auth-token": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.1.1.tgz", - "integrity": "sha512-9bKS7nTl9+/A1s7tnPeGrUpRcVY+LUh7bfFgzpndALdPfXQBfQV77rQVtqgUV3ti4vc/Ik81Ex8UJDWDQ12zQA==", - "requires": { - "rc": "^1.2.8" - } - }, "registry-url": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", @@ -1880,14 +1385,6 @@ "uuid": "^3.3.2" } }, - "responselike": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", - "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", - "requires": { - "lowercase-keys": "^1.0.0" - } - }, "right-align": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", @@ -1924,10 +1421,20 @@ "semver": "^5.0.3" } }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" + "simple-update-notifier": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz", + "integrity": "sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==", + "requires": { + "semver": "~7.0.0" + }, + "dependencies": { + "semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==" + } + } }, "slide": { "version": "1.1.6", @@ -1989,41 +1496,6 @@ "strip-ansi": "^3.0.0" } }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "requires": { - "ansi-regex": "^5.0.0" - } - } - } - }, "string_decoder": { "version": "0.10.31", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", @@ -2061,11 +1533,6 @@ "whet.extend": "~0.9.9" } }, - "term-size": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", - "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==" - }, "terser": { "version": "4.8.1", "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", @@ -2096,11 +1563,6 @@ "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-2.0.0.tgz", "integrity": "sha1-84sK6B03R9YoAB9B2vxlKs5nHAo=" }, - "to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", - "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" - }, "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -2144,19 +1606,6 @@ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "requires": { - "is-typedarray": "^1.0.0" - } - }, "uglify-js": { "version": "2.8.29", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz", @@ -2174,20 +1623,9 @@ "optional": true }, "undefsafe": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.3.tgz", - "integrity": "sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==", - "requires": { - "debug": "^2.2.0" - } - }, - "unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "requires": { - "crypto-random-string": "^2.0.0" - } + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" }, "update-notifier": { "version": "0.5.0", @@ -2211,21 +1649,6 @@ "punycode": "^2.1.0" } }, - "url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", - "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", - "requires": { - "prepend-http": "^2.0.0" - }, - "dependencies": { - "prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", - "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" - } - } - }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -2251,14 +1674,6 @@ "resolved": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz", "integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=" }, - "widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "requires": { - "string-width": "^4.0.0" - } - }, "window-size": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", diff --git a/package.json b/package.json index 1e31f689c..5c4cfde40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wled", - "version": "0.14.0-b0", + "version": "0.14.0-b2", "description": "Tools for WLED project", "main": "tools/cdata.js", "directories": { @@ -25,7 +25,7 @@ "clean-css": "^4.2.3", "html-minifier-terser": "^5.1.1", "inliner": "^1.13.1", - "nodemon": "^2.0.4", + "nodemon": "^2.0.20", "zlib": "^1.0.5" } } diff --git a/platformio.ini b/platformio.ini index ee68b263f..a8d80cba8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -6,16 +6,14 @@ # ENVIRONMENTS # # Please uncomment one of the lines below to select your board(s) +# (use `platformio_override.ini` when building for your own board; see `platformio_override.ini.sample` for an example) # ------------------------------------------------------------------------------ -# Travis CI binaries (use `platformio_override.ini` when building for your own board; see `platformio_override.ini.sample` for an example) -; default_envs = travis_esp8266, travis_esp32 - -# Release binaries -default_envs = nodemcuv2, esp8266_2m, esp01_1m_full, esp32dev, esp32_eth, esp32s2_saola, esp32c3 +# Release / CI binaries +default_envs = nodemcuv2, esp8266_2m, esp01_1m_full, esp32dev, esp32_eth, esp32s2_saola, esp32c3, esp32s3dev_8MB # Build everything -; default_envs = esp32dev, esp8285_4CH_MagicHome, codm-controller-0.6-rev2, codm-controller-0.6, esp32s2_saola, d1_mini_5CH_Shojo_PCB, d1_mini, sp501e, travis_esp8266, travis_esp32, nodemcuv2, esp32_eth, anavi_miracle_controller, esp07, esp01_1m_full, m5atom, h803wf, d1_mini_ota, heltec_wifi_kit_8, esp8285_H801, d1_mini_debug, wemos_shield_esp32, elekstube_ips +; default_envs = esp32dev, esp8285_4CH_MagicHome, codm-controller-0.6-rev2, codm-controller-0.6, esp32s2_saola, d1_mini_5CH_Shojo_PCB, d1_mini, sp501e, nodemcuv2, esp32_eth, anavi_miracle_controller, esp07, esp01_1m_full, m5atom, h803wf, d1_mini_ota, heltec_wifi_kit_8, esp8285_H801, d1_mini_debug, wemos_shield_esp32, elekstube_ips # Single binaries (uncomment your board) ; default_envs = elekstube_ips @@ -113,6 +111,7 @@ build_flags = -D DECODE_SONY=true -D DECODE_SAMSUNG=true -D DECODE_LG=true + ; -Dregister= # remove warnings in C++17 due to use of deprecated register keyword by the FastLED library -DWLED_USE_MY_CONFIG ; -D USERMOD_SENSORSTOMQTT #For ADS1115 sensor uncomment following @@ -120,13 +119,6 @@ build_flags = build_unflags = -# enables all features for travis CI -build_flags_all_features = - -D WLED_ENABLE_ADALIGHT - -D WLED_ENABLE_DMX - -D WLED_ENABLE_MQTT - -D WLED_ENABLE_WEBSOCKETS - build_flags_esp8266 = ${common.build_flags} ${esp8266.build_flags} build_flags_esp32 = ${common.build_flags} ${esp32.build_flags} @@ -159,7 +151,7 @@ upload_speed = 115200 # Please note that we don't always use the latest version of a library. # # The following libraries have been included (and some of them changd) in the source: -# ArduinoJson@5.13.5, Blynk@0.5.4(changed), E131@1.0.0(changed), Time@1.5, Timezone@1.2.1 +# ArduinoJson@5.13.5, E131@1.0.0(changed), Time@1.5, Timezone@1.2.1 # ------------------------------------------------------------------------------ lib_compat_mode = strict lib_deps = @@ -222,6 +214,7 @@ build_flags = -g -D CONFIG_ASYNC_TCP_USE_WDT=0 #use LITTLEFS library by lorol in ESP32 core 1.x.x instead of built-in in 2.x.x -D LOROL_LITTLEFS + ; -DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when builing with arduino-esp32 >=2.0.3 default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv @@ -238,6 +231,9 @@ build_flags = -g -DCONFIG_IDF_TARGET_ESP32S2 -D CONFIG_ASYNC_TCP_USE_WDT=0 -DCO + -DARDUINO_USB_MODE=0 ;; this flag is mandatory for ESP32-S2 ! + ;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry: + ;; ARDUINO_USB_CDC_ON_BOOT, ARDUINO_USB_MSC_ON_BOOT, ARDUINO_USB_DFU_ON_BOOT lib_deps = ${env.lib_deps} @@ -251,6 +247,9 @@ build_flags = -g -DCONFIG_IDF_TARGET_ESP32C3 -D CONFIG_ASYNC_TCP_USE_WDT=0 -DCO + -DARDUINO_USB_MODE=1 ;; this flag is mandatory for ESP32-C3 + ;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry: + ;; ARDUINO_USB_CDC_ON_BOOT lib_deps = ${env.lib_deps} @@ -266,11 +265,13 @@ build_flags = -g -DCONFIG_IDF_TARGET_ESP32S3 -D CONFIG_ASYNC_TCP_USE_WDT=0 -DCO + ;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry: + ;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT, ARDUINO_USB_MSC_ON_BOOT, ARDUINO_USB_DFU_ON_BOOT lib_deps = ${env.lib_deps} - ;; currently we need the latest NeoPixelBus dev version, because it contains important bugfixes for -S3 - https://github.com/Makuna/NeoPixelBus.git#master @ 2.7.0 + ;; NeoPixelBus 2.7.1 is the first that has official support for ESP32-S3 + makuna/NeoPixelBus @ ~2.7.1 https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 @@ -284,7 +285,7 @@ platform = ${common.platform_wled_default} platform_packages = ${common.platform_packages} board_build.ldscript = ${common.ldscript_4m1m} build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP8266 +build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP8266 #-DWLED_DISABLE_2D lib_deps = ${esp8266.lib_deps} monitor_filters = esp8266_exception_decoder @@ -349,7 +350,7 @@ board = esp32dev platform = ${esp32.platform} platform_packages = ${esp32.platform_packages} build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 #-D WLED_DISABLE_BLYNK #-D WLED_DISABLE_BROWNOUT_DET +build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 #-D WLED_DISABLE_BROWNOUT_DET lib_deps = ${esp32.lib_deps} monitor_filters = esp32_exception_decoder board_build.partitions = ${esp32.default_partitions} @@ -359,7 +360,7 @@ board = esp32dev platform = ${esp32.platform} platform_packages = ${esp32.platform_packages} build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_qio80 #-D WLED_DISABLE_BLYNK #-D WLED_DISABLE_BROWNOUT_DET +build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_qio80 #-D WLED_DISABLE_BROWNOUT_DET lib_deps = ${esp32.lib_deps} monitor_filters = esp32_exception_decoder board_build.partitions = ${esp32.default_partitions} @@ -372,7 +373,7 @@ platform = ${esp32.platform} platform_packages = ${esp32.platform_packages} upload_speed = 921600 build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1 -D WLED_DISABLE_BLYNK +build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1 lib_deps = ${esp32.lib_deps} board_build.partitions = ${esp32.default_partitions} @@ -385,27 +386,55 @@ board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv board_build.flash_mode = qio upload_speed = 460800 build_unflags = ${common.build_unflags} +build_flags = ${common.build_flags} ${esp32s2.build_flags} #-D WLED_RELEASE_NAME=S2_saola lib_deps = ${esp32s2.lib_deps} [env:esp32c3] -platform = espressif32@5.1.1 +platform = espressif32@5.1.1 ;; well-tested on -C3, good compatibility with WLED +; platform = espressif32@~5.2.0 ;; might help in case you experience bootloops due to corrupted flash filesystem framework = arduino board = esp32-c3-devkitm-1 board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv build_flags = ${common.build_flags} ${esp32c3.build_flags} #-D WLED_RELEASE_NAME=ESP32-C3 -D WLED_WATCHDOG_TIMEOUT=0 + ; -DARDUINO_USB_CDC_ON_BOOT=1 ;; for virtual USB upload_speed = 460800 build_unflags = ${common.build_unflags} lib_deps = ${esp32c3.lib_deps} [env:esp32s3dev_8MB] -;; ESP32-S3-DevKitC-1 development board, with 8MB FLASH, no PSRAM +;; ESP32-S3-DevKitC-1 development board, with 8MB FLASH, no PSRAM (flash_mode: qio) board = esp32-s3-devkitc-1 platform = espressif32@5.1.1 -platform_packages = platformio/framework-arduinoespressif32@3.20004.220825 +platform_packages = +upload_speed = 921600 ; or 460800 +build_unflags = ${common.build_unflags} +build_flags = ${common.build_flags} ${esp32s3.build_flags} + -D CONFIG_LITTLEFS_FOR_IDF_3_2 -D WLED_WATCHDOG_TIMEOUT=0 + -D ARDUINO_USB_CDC_ON_BOOT=0 -D ARDUINO_USB_MSC_ON_BOOT=0 -D ARDUINO_DFU_ON_BOOT=0 -D ARDUINO_USB_MODE=1 ;; for boards with serial-to-USB chip + ;-D ARDUINO_USB_CDC_ON_BOOT=1 -D ARDUINO_USB_MSC_ON_BOOT=0 -D ARDUINO_DFU_ON_BOOT=0 ; -D ARDUINO_USB_MODE=0 ;; for boards with USB-OTG connector only (USBCDC or "TinyUSB") + ;-D WLED_DEBUG +lib_deps = ${esp32s3.lib_deps} +board_build.partitions = tools/WLED_ESP32_8MB.csv +board_build.f_flash = 80000000L +board_build.flash_mode = qio +; board_build.flash_mode = dio ;; try this if you have problems at startup +monitor_filters = esp32_exception_decoder + +[env:esp32s3dev_8MB_PSRAM] +;; ESP32-TinyS3 development board, with 8MB FLASH and 8MB PSRAM (memory_type: qio_opi, qio_qspi, or opi_opi) +;board = um_tinys3 ; -> needs workaround from https://github.com/Aircoookie/WLED/pull/2905#issuecomment-1328049860 +;board = esp32s3box ; -> error: 'esp32_adc2gpio' was not declared in this scope +board = esp32-s3-devkitc-1 ; -> compiles, but does not support PSRAM +platform = espressif32 @ ~5.2.0 +platform_packages = upload_speed = 921600 build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags} ${esp32s3.build_flags} -D CONFIG_LITTLEFS_FOR_IDF_3_2 -D WLED_WATCHDOG_TIMEOUT=0 -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=0 -D ARDUINO_USB_MSC_ON_BOOT=0 +build_flags = ${common.build_flags} ${esp32s3.build_flags} + -D CONFIG_LITTLEFS_FOR_IDF_3_2 -D WLED_WATCHDOG_TIMEOUT=0 + -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_MSC_ON_BOOT=0 ; -D ARDUINO_USB_CDC_ON_BOOT=0 + ; -D WLED_RELEASE_NAME=ESP32-S3_PSRAM + -D WLED_USE_PSRAM -DBOARD_HAS_PSRAM ; tells WLED that PSRAM shall be used lib_deps = ${esp32s3.lib_deps} board_build.partitions = tools/WLED_ESP32_8MB.csv board_build.f_flash = 80000000L @@ -515,9 +544,12 @@ build_flags = ${common.build_flags_esp32} -D USERMOD_DALLASTEMPERATURE -D USERMOD_FOUR_LINE_DISPLAY -D TEMPERATURE_PIN=23 + -D USE_ALT_DISPlAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI + -D USERMOD_AUDIOREACTIVE lib_deps = ${esp32.lib_deps} OneWire@~2.3.5 olikraus/U8g2 @ ^2.28.8 + https://github.com/blazoncek/arduinoFFT.git board_build.partitions = ${esp32.default_partitions} [env:m5atom] @@ -565,22 +597,6 @@ build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP01 -D WLED_DISABLE_OTA -D USERMOD_MY9291 lib_deps = ${esp8266.lib_deps} -# ------------------------------------------------------------------------------ -# travis test board configurations -# ------------------------------------------------------------------------------ - -[env:travis_esp8266] -extends = env:d1_mini -build_type = debug -build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp8266} ${common.debug_flags} ${common.build_flags_all_features} - -[env:travis_esp32] -extends = env:esp32dev -; build_type = debug -build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp32} ${common.debug_flags} ${common.build_flags_all_features} - # ------------------------------------------------------------------------------ # codm pixel controller board configurations # codm-controller-0.6 can also be used for the TYWE3S controller @@ -617,7 +633,6 @@ build_flags = ${common.build_flags_esp32} -D WLED_DISABLE_BROWNOUT_DET -D WLED_D -D LEDPIN=12 -D RLYPIN=27 -D BTNPIN=34 - -D WLED_DISABLE_BLYNK -D DEFAULT_LED_COUNT=6 # Display config -D ST7789_DRIVER diff --git a/platformio_override.ini.sample b/platformio_override.ini.sample index cd81c5176..d6ea5d964 100644 --- a/platformio_override.ini.sample +++ b/platformio_override.ini.sample @@ -26,7 +26,6 @@ build_flags = ${common.build_flags_esp8266} ; disable specific features ; -D WLED_DISABLE_OTA ; -D WLED_DISABLE_ALEXA -; -D WLED_DISABLE_BLYNK ; -D WLED_DISABLE_HUESYNC ; -D WLED_DISABLE_INFRARED ; -D WLED_DISABLE_WEBSOCKETS diff --git a/readme.md b/readme.md index 2e7843c20..dda6634a1 100644 --- a/readme.md +++ b/readme.md @@ -15,11 +15,11 @@ A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812) LEDs or also SPI based chipsets like the WS2801 and APA102! ## ⚙️ Features -- WS2812FX library integrated for over 100 special effects +- WS2812FX library with more than 100 special effects - FastLED noise effects and 50 palettes - Modern UI with color, effect and segment controls -- Segments to set different effects and colors to parts of the LEDs -- Settings page - configuration over network +- Segments to set different effects and colors to user defined parts of the LED string +- Settings page - configuration via the network - Access Point and station mode - automatic failsafe AP - Up to 10 LED outputs per instance - Support for RGBW strips @@ -28,14 +28,13 @@ A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control - Nightlight function (gradually dims down) - Full OTA software updatability (HTTP + ArduinoOTA), password protectable - Configurable analog clock (Cronixie, 7-segment and EleksTube IPS clock support via usermods) -- Configurable Auto Brightness limit for safer operation +- Configurable Auto Brightness limit for safe operation - Filesystem-based config for easier backup of presets and settings ## 💡 Supported light control interfaces - WLED app for [Android](https://play.google.com/store/apps/details?id=com.aircoookie.WLED) and [iOS](https://apps.apple.com/us/app/wled/id1475695033) - JSON and HTTP request APIs -- MQTT -- Blynk IoT +- MQTT - E1.31, Art-Net, DDP and TPM2.net - [diyHue](https://github.com/diyhue/diyHue) (Wled is supported by diyHue, including Hue Sync Entertainment under udp. Thanks to [Gregory Mallios](https://github.com/gmallios)) - [Hyperion](https://github.com/hyperion-project/hyperion.ng) @@ -51,7 +50,7 @@ A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control See the [documentation on our official site](https://kno.wled.ge)! -[On this page](https://kno.wled.ge/basics/tutorials/) you can find excellent tutorials made by the community and helpful tools to help you get your new lamp up and running! +[On this page](https://kno.wled.ge/basics/tutorials/) you can find excellent tutorials and tools to help you get your new project up and running! ## 🖼️ User interface @@ -70,12 +69,16 @@ Join the Discord server to discuss everything about WLED! Check out the WLED [Discourse forum](https://wled.discourse.group)! -You can also send me mails to [dev.aircoookie@gmail.com](mailto:dev.aircoookie@gmail.com), but please only do so if you want to talk to me privately. -If WLED really brightens up your every day, you can [![](https://img.shields.io/badge/send%20me%20a%20small%20gift-paypal-blue.svg?style=flat-square)](https://paypal.me/aircoookie) + +You can also send me mails to [dev.aircoookie@gmail.com](mailto:dev.aircoookie@gmail.com), but please, only do so if you want to talk to me privately. + +If WLED really brightens up your day, you can [![](https://img.shields.io/badge/send%20me%20a%20small%20gift-paypal-blue.svg?style=flat-square)](https://paypal.me/aircoookie) *Disclaimer:* -If you are sensitive to photosensitive epilepsy it is not recommended that you use this software. -In case you still want to try, don't use strobe, lighting or noise modes or high effect speed settings. + +If you are prone to photosensitive epilepsy, we recommended you do **not** use this software. +If you still want to try, don't use strobe, lighting or noise modes or high effect speed settings. + As per the MIT license, I assume no liability for any damage to you or any other person or equipment. diff --git a/requirements.txt b/requirements.txt index 820ecdefc..e484d7bc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ async-timeout==4.0.2 # via zeroconf bottle==0.12.23 # via platformio -certifi==2022.6.15 +certifi==2022.12.7 # via requests charset-normalizer==2.1.1 # via requests @@ -23,9 +23,7 @@ click==8.1.3 # platformio # uvicorn colorama==0.4.5 - # via - # click - # platformio + # via platformio h11==0.13.0 # via # uvicorn @@ -58,8 +56,6 @@ starlette==0.20.4 # via platformio tabulate==0.8.10 # via platformio -typing-extensions==4.3.0 - # via starlette urllib3==1.26.11 # via requests uvicorn==0.18.2 diff --git a/tools/cdata.js b/tools/cdata.js index d01c3e35f..bf5a65e84 100644 --- a/tools/cdata.js +++ b/tools/cdata.js @@ -220,6 +220,7 @@ function writeChunks(srcDir, specs, resultFile) { writeHtmlGzipped("wled00/data/index.htm", "wled00/html_ui.h", 'index'); writeHtmlGzipped("wled00/data/simple.htm", "wled00/html_simple.h", 'simple'); +writeHtmlGzipped("wled00/data/pixart/pixart.htm", "wled00/html_pixart.h", 'pixart'); /* writeChunks( "wled00/data", diff --git a/usermods/ADS1115_v2/readme.md b/usermods/ADS1115_v2/readme.md index 9b7788099..44092bc8e 100644 --- a/usermods/ADS1115_v2/readme.md +++ b/usermods/ADS1115_v2/readme.md @@ -2,7 +2,7 @@ This usermod will read from an ADS1115 ADC. The voltages are displayed in the Info section of the web UI. -Configuration is all completed via the Usermod menu. There are no settings to set in code! +Configuration is performed via the Usermod menu. There are no parameters to set in code! ## Installation diff --git a/usermods/Analog_Clock/Analog_Clock.h b/usermods/Analog_Clock/Analog_Clock.h index 10c475883..596f0acb3 100644 --- a/usermods/Analog_Clock/Analog_Clock.h +++ b/usermods/Analog_Clock/Analog_Clock.h @@ -44,6 +44,8 @@ private: // configuration (available in API and stored in flash) bool enabled = false; Segment mainSegment; + bool hourMarksEnabled = true; + uint32_t hourMarkColor = 0xFF0000; uint32_t hourColor = 0x0000FF; uint32_t minuteColor = 0x00FF00; bool secondsEnabled = true; @@ -54,7 +56,7 @@ private: // runtime bool initDone = false; - uint32_t lastOverlayDraw = 0; + uint32_t lastOverlayDraw = 0; void validateAndUpdate() { mainSegment.validateAndUpdate(); @@ -87,10 +89,9 @@ private: } bool hexStringToColor(String const& s, uint32_t& c, uint32_t def) { - errno = 0; - char* ep; + char *ep; unsigned long long r = strtoull(s.c_str(), &ep, 16); - if (*ep == 0 && errno != ERANGE) { + if (*ep == 0) { c = r; return true; } else { @@ -109,9 +110,9 @@ private: static inline uint32_t qadd32(uint32_t c1, uint32_t c2) { return RGBW32( - qadd8(R(c1), R(c2)), - qadd8(G(c1), G(c2)), - qadd8(B(c1), B(c2)), + qadd8(R(c1), R(c2)), + qadd8(G(c1), G(c2)), + qadd8(B(c1), B(c2)), qadd8(W(c1), W(c2)) ); } @@ -162,10 +163,17 @@ public: lastOverlayDraw = millis(); auto time = toki.getTime(); - auto localSec = tz ? tz->toLocal(time.sec) : time.sec; - double secondP = second(localSec) / 60.0; - double minuteP = minute(localSec) / 60.0; - double hourP = (hour(localSec) % 12) / 12.0 + minuteP / 12.0; + double secondP = second(localTime) / 60.0; + double minuteP = minute(localTime) / 60.0; + double hourP = (hour(localTime) % 12) / 12.0 + minuteP / 12.0; + + if (hourMarksEnabled) { + for (int Led = 0; Led <= 55; Led = Led + 5) + { + int16_t hourmarkled = adjustToSegment(Led / 60.0, mainSegment); + setPixelColor(hourmarkled, hourMarkColor); + } + } if (secondsEnabled) { int16_t secondLed = adjustToSegment(secondP, secondsSegment); @@ -195,41 +203,45 @@ public: void addToConfig(JsonObject& root) override { validateAndUpdate(); - JsonObject top = root.createNestedObject("Analog Clock"); - top["Overlay Enabled"] = enabled; - top["First LED (Main Ring)"] = mainSegment.firstLed; - top["Last LED (Main Ring)"] = mainSegment.lastLed; - top["Center/12h LED (Main Ring)"] = mainSegment.centerLed; - top["Hour Color (RRGGBB)"] = colorToHexString(hourColor); - top["Minute Color (RRGGBB)"] = colorToHexString(minuteColor); - top["Show Seconds"] = secondsEnabled; - top["First LED (Seconds Ring)"] = secondsSegment.firstLed; - top["Last LED (Seconds Ring)"] = secondsSegment.lastLed; - top["Center/12h LED (Seconds Ring)"] = secondsSegment.centerLed; - top["Second Color (RRGGBB)"] = colorToHexString(secondColor); - top["Seconds Effect (0-1)"] = secondsEffect; - top["Blend Colors"] = blendColors; + JsonObject top = root.createNestedObject(F("Analog Clock")); + top[F("Overlay Enabled")] = enabled; + top[F("First LED (Main Ring)")] = mainSegment.firstLed; + top[F("Last LED (Main Ring)")] = mainSegment.lastLed; + top[F("Center/12h LED (Main Ring)")] = mainSegment.centerLed; + top[F("Hour Marks Enabled")] = hourMarksEnabled; + top[F("Hour Mark Color (RRGGBB)")] = colorToHexString(hourMarkColor); + top[F("Hour Color (RRGGBB)")] = colorToHexString(hourColor); + top[F("Minute Color (RRGGBB)")] = colorToHexString(minuteColor); + top[F("Show Seconds")] = secondsEnabled; + top[F("First LED (Seconds Ring)")] = secondsSegment.firstLed; + top[F("Last LED (Seconds Ring)")] = secondsSegment.lastLed; + top[F("Center/12h LED (Seconds Ring)")] = secondsSegment.centerLed; + top[F("Second Color (RRGGBB)")] = colorToHexString(secondColor); + top[F("Seconds Effect (0-1)")] = secondsEffect; + top[F("Blend Colors")] = blendColors; } bool readFromConfig(JsonObject& root) override { - JsonObject top = root["Analog Clock"]; + JsonObject top = root[F("Analog Clock")]; bool configComplete = !top.isNull(); String color; - configComplete &= getJsonValue(top["Overlay Enabled"], enabled, false); - configComplete &= getJsonValue(top["First LED (Main Ring)"], mainSegment.firstLed, 0); - configComplete &= getJsonValue(top["Last LED (Main Ring)"], mainSegment.lastLed, 59); - configComplete &= getJsonValue(top["Center/12h LED (Main Ring)"], mainSegment.centerLed, 0); - configComplete &= getJsonValue(top["Hour Color (RRGGBB)"], color, "0000FF") && hexStringToColor(color, hourColor, 0x0000FF); - configComplete &= getJsonValue(top["Minute Color (RRGGBB)"], color, "00FF00") && hexStringToColor(color, minuteColor, 0x00FF00); - configComplete &= getJsonValue(top["Show Seconds"], secondsEnabled, true); - configComplete &= getJsonValue(top["First LED (Seconds Ring)"], secondsSegment.firstLed, 0); - configComplete &= getJsonValue(top["Last LED (Seconds Ring)"], secondsSegment.lastLed, 59); - configComplete &= getJsonValue(top["Center/12h LED (Seconds Ring)"], secondsSegment.centerLed, 0); - configComplete &= getJsonValue(top["Second Color (RRGGBB)"], color, "FF0000") && hexStringToColor(color, secondColor, 0xFF0000); - configComplete &= getJsonValue(top["Seconds Effect (0-1)"], secondsEffect, 0); - configComplete &= getJsonValue(top["Blend Colors"], blendColors, true); + configComplete &= getJsonValue(top[F("Overlay Enabled")], enabled, false); + configComplete &= getJsonValue(top[F("First LED (Main Ring)")], mainSegment.firstLed, 0); + configComplete &= getJsonValue(top[F("Last LED (Main Ring)")], mainSegment.lastLed, 59); + configComplete &= getJsonValue(top[F("Center/12h LED (Main Ring)")], mainSegment.centerLed, 0); + configComplete &= getJsonValue(top[F("Hour Marks Enabled")], hourMarksEnabled, false); + configComplete &= getJsonValue(top[F("Hour Mark Color (RRGGBB)")], color, F("161616")) && hexStringToColor(color, hourMarkColor, 0x161616); + configComplete &= getJsonValue(top[F("Hour Color (RRGGBB)")], color, F("0000FF")) && hexStringToColor(color, hourColor, 0x0000FF); + configComplete &= getJsonValue(top[F("Minute Color (RRGGBB)")], color, F("00FF00")) && hexStringToColor(color, minuteColor, 0x00FF00); + configComplete &= getJsonValue(top[F("Show Seconds")], secondsEnabled, true); + configComplete &= getJsonValue(top[F("First LED (Seconds Ring)")], secondsSegment.firstLed, 0); + configComplete &= getJsonValue(top[F("Last LED (Seconds Ring)")], secondsSegment.lastLed, 59); + configComplete &= getJsonValue(top[F("Center/12h LED (Seconds Ring)")], secondsSegment.centerLed, 0); + configComplete &= getJsonValue(top[F("Second Color (RRGGBB)")], color, F("FF0000")) && hexStringToColor(color, secondColor, 0xFF0000); + configComplete &= getJsonValue(top[F("Seconds Effect (0-1)")], secondsEffect, 0); + configComplete &= getJsonValue(top[F("Blend Colors")], blendColors, true); if (initDone) { validateAndUpdate(); @@ -241,4 +253,4 @@ public: uint16_t getId() override { return USERMOD_ID_ANALOG_CLOCK; } -}; \ No newline at end of file +}; diff --git a/usermods/Animated_Staircase/Animated_Staircase.h b/usermods/Animated_Staircase/Animated_Staircase.h index 1ef2c9593..151cf1d4a 100644 --- a/usermods/Animated_Staircase/Animated_Staircase.h +++ b/usermods/Animated_Staircase/Animated_Staircase.h @@ -92,12 +92,14 @@ class Animated_Staircase : public Usermod { static const char _bottomEchoCm[]; void publishMqtt(bool bottom, const char* state) { +#ifndef WLED_DISABLE_MQTT //Check if MQTT Connected, otherwise it will crash the 8266 if (WLED_MQTT_CONNECTED){ char subuf[64]; sprintf_P(subuf, PSTR("%s/motion/%d"), mqttDeviceTopic, (int)bottom); mqtt->publish(subuf, 0, false, state); } +#endif } void updateSegments() { @@ -345,6 +347,7 @@ class Animated_Staircase : public Usermod { uint16_t getId() { return USERMOD_ID_ANIMATED_STAIRCASE; } +#ifndef WLED_DISABLE_MQTT /** * handling of MQTT message * topic only contains stripped topic (part after /wled/MAC) @@ -382,6 +385,7 @@ class Animated_Staircase : public Usermod { mqtt->subscribe(subuf, 0); } } +#endif void addToJsonState(JsonObject& root) { JsonObject staircase = root[FPSTR(_name)]; diff --git a/usermods/Animated_Staircase/README.md b/usermods/Animated_Staircase/README.md index 2641e6763..61c1cb2d6 100644 --- a/usermods/Animated_Staircase/README.md +++ b/usermods/Animated_Staircase/README.md @@ -1,14 +1,14 @@ # Usermod Animated Staircase -This usermod makes your staircase look cool by switching it on with an animation. It uses +This usermod makes your staircase look cool by illuminating it with an animation. It uses PIR or ultrasonic sensors at the top and bottom of your stairs to: -- Light up the steps in your walking direction, leading the way. +- Light up the steps in the direction you're walking. - Switch off the steps after you, in the direction of the last detected movement. - Always switch on when one of the sensors detects movement, even if an effect - is still running. It can therewith handle multiple people on the stairs gracefully. + is still running. It can gracefully handle multiple people on the stairs. The Animated Staircase can be controlled by the WLED API. Change settings such as -speed, on/off time and distance settings by sending an HTTP request, see below. +speed, on/off time and distance by sending an HTTP request, see below. ## WLED integration To include this usermod in your WLED setup, you have to be able to [compile WLED from source](https://github.com/Aircoookie/WLED/wiki/Compiling-WLED). @@ -20,17 +20,16 @@ Edit `usermods_list.cpp`: 2. add `#include "../usermods/Animated_Staircase/Animated_Staircase.h"` to the top of the file 3. add `usermods.add(new Animated_Staircase());` to the end of the `void registerUsermods()` function. -You can configure usermod using Usermods settings page. -Please enter GPIO pins for PIR sensors or ultrasonic sensor (trigger and echo). +You can configure usermod using the Usermods settings page. +Please enter GPIO pins for PIR or ultrasonic sensors (trigger and echo). If you use PIR sensor enter -1 for echo pin. -Maximum distance for ultrasonic sensor can be configured as a time needed for echo (see below). +Maximum distance for ultrasonic sensor can be configured as the time needed for an echo (see below). ## Hardware installation -1. Stick the LED strip under each step of the stairs. -2. Connect the ESP8266 pin D4 or ESP32 pin D2 to the first LED data pin at the bottom step - of your stairs. +1. Attach the LED strip to each step of the stairs. +2. Connect the ESP8266 pin D4 or ESP32 pin D2 to the first LED data pin at the bottom step. 3. Connect the data-out pin at the end of each strip per step to the data-in pin on the - other end of the next step, creating one large virtual LED strip. + next step, creating one large virtual LED strip. 4. Mount sensors of choice at the bottom and top of the stairs and connect them to the ESP. 5. To make sure all LEDs get enough power and have your staircase lighted evenly, power each step from one side, using at least AWG14 or 2.5mm^2 cable. Don't connect them serial as you @@ -62,7 +61,7 @@ or remove them and put everything on one line. To read the current settings, open a browser to `http://xxx.xxx.xxx.xxx/json/state` (use your WLED device IP address). The device will respond with a json object containing all WLED settings. -The staircase settings and sensor states are inside the WLED status element: +The staircase settings and sensor states are inside the WLED "state" element: ```json { @@ -70,14 +69,14 @@ The staircase settings and sensor states are inside the WLED status element: "staircase": { "enabled": true, "bottom-sensor": false, - "tops-ensor": false + "top-sensor": false }, } ``` ### Enable/disable the usermod By disabling the usermod you will be able to keep the LED's on, independent from the sensor -activity. This enables to play with the lights without the usermod switching them on or off. +activity. This enables you to play with the lights without the usermod switching them on or off. To disable the usermod: @@ -92,17 +91,17 @@ To enable the usermod again, use `"enabled":true`. Alternatively you can use _Usermod_ Settings page where you can change other parameters as well. ### Changing animation parameters and detection range of the ultrasonic HC-SR04 sensor -Using _Usermod_ Settings page you can define different usermod parameters, includng sensor pins, delay between segment activation and so on. +Using _Usermod_ Settings page you can define different usermod parameters, includng sensor pins, delay between segment activation etc. When an ultrasonic sensor is enabled you can enter maximum detection distance in centimeters separately for top and bottom sensors. -**Please note:** that using an HC-SR04 sensor, particularly when detecting echos at longer -distances creates delays in the WLED software, and _might_ introduce timing hickups in your animations or +**Please note:** using an HC-SR04 sensor, particularly when detecting echos at longer +distances creates delays in the WLED software, _might_ introduce timing hiccups in your animation or a less responsive web interface. It is therefore advised to keep the detection distance as short as possible. ### Animation triggering through the API -Instead of stairs activation by one of the sensors, you can also trigger the animation through -the API. To simulate triggering the bottom sensor, use: +In addition to activation by one of the stair sensors, you can also trigger the animation manually +via the API. To simulate triggering the bottom sensor, use: ```bash curl -X POST -H "Content-Type: application/json" \ @@ -110,7 +109,7 @@ curl -X POST -H "Content-Type: application/json" \ xxx.xxx.xxx.xxx/json/state ``` -Likewise, to trigger the top sensor, use: +Likewise, to trigger the top sensor: ```bash curl -X POST -H "Content-Type: application/json" \ @@ -119,7 +118,7 @@ curl -X POST -H "Content-Type: application/json" \ ``` **MQTT** You can publish a message with either `up` or `down` on topic `/swipe` to trigger animation. -You can also use `on` or `off` for enabling or disabling usermod. +You can also use `on` or `off` for enabling or disabling the usermod. Have fun with this usermod.
www.rolfje.com @@ -128,4 +127,4 @@ Modifications @blazoncek ## Change log 2021-04 -* Adaptation for runtime configuration. \ No newline at end of file +* Adaptation for runtime configuration. diff --git a/usermods/BH1750_v2/readme.md b/usermods/BH1750_v2/readme.md index f70300b77..05a033cf0 100644 --- a/usermods/BH1750_v2/readme.md +++ b/usermods/BH1750_v2/readme.md @@ -1,7 +1,7 @@ # BH1750 usermod -This usermod will read from an ambient light sensor like the BH1750 sensor. -The luminance is displayed both in the Info section of the web UI as well as published to the `/luminance` MQTT topic if enabled. +This usermod will read from an ambient light sensor like the BH1750. +The luminance is displayed in both the Info section of the web UI, as well as published to the `/luminance` MQTT topic if enabled. ## Dependencies - Libraries @@ -28,9 +28,9 @@ The following settings can be set at compile-time but are configurable on the us * `USERMOD_BH1750_MAX_MEASUREMENT_INTERVAL` - the max number of milliseconds between measurements, defaults to 10000ms * `USERMOD_BH1750_MIN_MEASUREMENT_INTERVAL` - the min number of milliseconds between measurements, defaults to 500ms * `USERMOD_BH1750_OFFSET_VALUE` - the offset value to report on, defaults to 1 -* `USERMOD_BH1750_FIRST_MEASUREMENT_AT` - the number of milliseconds after boot to take first measurement, defaults to 10 seconds +* `USERMOD_BH1750_FIRST_MEASUREMENT_AT` - the number of milliseconds after boot to take first measurement, defaults to 10000 ms -In addition, on the Usermod screen allows you to: +In addition, the Usermod screen allows you to: - enable/disable the usermod - Enable Home Assistant Discovery of usermod - Configure the SCL/SDA pins @@ -44,6 +44,6 @@ Jul 2022 - Added Home Assistant Discovery - Implemented PinManager to register pins - Made pins configurable in usermod menu -- Added API call to read illuminance from other modules +- Added API call to read luminance from other modules - Enhanced info-screen outputs -- Updated `readme.md` \ No newline at end of file +- Updated `readme.md` diff --git a/usermods/BH1750_v2/usermod_bh1750.h b/usermods/BH1750_v2/usermod_bh1750.h index a69e27514..b65332bc3 100644 --- a/usermods/BH1750_v2/usermod_bh1750.h +++ b/usermods/BH1750_v2/usermod_bh1750.h @@ -1,6 +1,10 @@ // force the compiler to show a warning to confirm that this file is included #warning **** Included USERMOD_BH1750 **** +#ifndef WLED_ENABLE_MQTT +#error "This user mod requires MQTT to be enabled." +#endif + #pragma once #include "wled.h" @@ -156,6 +160,7 @@ public: { lastLux = lux; lastSend = millis(); +#ifndef WLED_DISABLE_MQTT if (WLED_MQTT_CONNECTED) { if (!mqttInitialized) @@ -170,6 +175,7 @@ public: { DEBUG_PRINTLN(F("Missing MQTT connection. Not publishing data")); } +#endif } } diff --git a/usermods/BME280_v2/README.md b/usermods/BME280_v2/README.md index b8718e0e3..0a4afbf1f 100644 --- a/usermods/BME280_v2/README.md +++ b/usermods/BME280_v2/README.md @@ -6,14 +6,14 @@ This Usermod is designed to read a `BME280` or `BMP280` sensor and output the fo - Heat Index (`BME280` only) - Dew Point (`BME280` only) -Configuration is all completed via the Usermod menu. There are no settings to set in code! The following settings can be configured in the Usermod Menu: +Configuration is performed via the Usermod menu. There are no parameters to set in code! The following settings can be configured in the Usermod Menu: - Temperature Decimals (number of decimal places to output) - Humidity Decimals - Pressure Decimals -- Temperature Interval (how many seconds between reads of temperature and humidity) +- Temperature Interval (how many seconds between temperature and humidity measurements) - Pressure Interval - Publish Always (turn off to only publish changes, on to publish whether or not value changed) -- Use Celsius (turn off to use Farenheit) +- Use Celsius (turn off to use Fahrenheit) - Home Assistant Discovery (turn on to sent MQTT Discovery entries for Home Assistant) - SCL/SDA GPIO Pins @@ -23,7 +23,7 @@ Dependencies - `Wire` - These must be added under `lib_deps` in your `platform.ini` (or `platform_override.ini`). - Data is published over MQTT - make sure you've enabled the MQTT sync interface. -- This usermod also writes to serial (GPIO1 on ESP8266). Please make sure nothing else listening on the serial TX pin of your board will get confused by log messages! +- This usermod also writes to serial (GPIO1 on ESP8266). Please make sure nothing else is listening to the serial TX pin or your board will get confused by log messages! In addition to outputting via MQTT, you can read the values from the Info Screen on the dashboard page of the device's web interface. @@ -37,7 +37,7 @@ Methods also exist to read the read/calculated values from other WLED modules th - `getHeatIndexC()` - `getHeatIndexF()` -# Complilation +# Compiling To enable, compile with `USERMOD_BME280` defined (e.g. in `platformio_override.ini`) ```ini @@ -63,7 +63,7 @@ Pressure | `/pressure` Heat index | `/heat_index` Dew point | `/dew_point` -If you are using Home Assistant, and `Home Assistant Discovery` is turned on, Home Assistant should automatically detect a new device, provided you have the MQTT integration installed. The device is seperate from the main WLED device and will contain sensors for Pressure, Humidity, Temperature, Dew Point and Heat Index. +If you are using Home Assistant, and `Home Assistant Discovery` is turned on, Home Assistant should automatically detect a new device, provided you have the MQTT integration installed. The device is separate from the main WLED device and will contain sensors for Pressure, Humidity, Temperature, Dew Point and Heat Index. # Revision History Jul 2022 @@ -82,9 +82,9 @@ Apr 2021 Dec 2020 - Ported to V2 Usermod format -- Customisable `measure intervals` -- Customisable number of `decimal places` in published sensor values +- Customizable `measure intervals` +- Customizable number of `decimal places` in published sensor values - Pressure measured in units of hPa instead of Pa - Calculation of heat index (apparent temperature) and dew point - `16x oversampling` of sensor during measurement -- Values only published if they are different from the previous value \ No newline at end of file +- Values only published if they are different from the previous value diff --git a/usermods/BME280_v2/usermod_bme280.h b/usermods/BME280_v2/usermod_bme280.h index 6b42fc808..e643e62b5 100644 --- a/usermods/BME280_v2/usermod_bme280.h +++ b/usermods/BME280_v2/usermod_bme280.h @@ -1,6 +1,10 @@ // force the compiler to show a warning to confirm that this file is included #warning **** Included USERMOD_BME280 version 2.0 **** +#ifndef WLED_ENABLE_MQTT +#error "This user mod requires MQTT to be enabled." +#endif + #pragma once #include "wled.h" @@ -16,14 +20,15 @@ private: // NOTE: Do not implement any compile-time variables, anything the user needs to configure // should be configurable from the Usermod menu using the methods below // key settings set via usermod menu - unsigned long TemperatureDecimals = 0; // Number of decimal places in published temperaure values - unsigned long HumidityDecimals = 0; // Number of decimal places in published humidity values - unsigned long PressureDecimals = 0; // Number of decimal places in published pressure values - unsigned long TemperatureInterval = 5; // Interval to measure temperature (and humidity, dew point if available) in seconds - unsigned long PressureInterval = 300; // Interval to measure pressure in seconds + uint8_t TemperatureDecimals = 0; // Number of decimal places in published temperaure values + uint8_t HumidityDecimals = 0; // Number of decimal places in published humidity values + uint8_t PressureDecimals = 0; // Number of decimal places in published pressure values + uint16_t TemperatureInterval = 5; // Interval to measure temperature (and humidity, dew point if available) in seconds + uint16_t PressureInterval = 300; // Interval to measure pressure in seconds bool PublishAlways = false; // Publish values even when they have not changed bool UseCelsius = true; // Use Celsius for Reporting bool HomeAssistantDiscovery = false; // Publish Home Assistant Device Information + bool enabled = true; // set the default pins based on the architecture, these get overridden by Usermod menu settings #ifdef ESP8266 @@ -70,15 +75,10 @@ private: // MQTT topic strings for publishing Home Assistant discovery topics bool mqttInitialized = false; - String mqttTemperatureTopic = ""; - String mqttHumidityTopic = ""; - String mqttPressureTopic = ""; - String mqttHeatIndexTopic = ""; - String mqttDewPointTopic = ""; - // Store packet IDs of MQTT publications - uint16_t mqttTemperaturePub = 0; - uint16_t mqttPressurePub = 0; + // strings to reduce flash memory usage (used more than twice) + static const char _name[]; + static const char _enabled[]; // Read the BME280/BMP280 Sensor (which one runs depends on whether Celsius or Farenheit being set in Usermod Menu) void UpdateBME280Data(int SensorType) @@ -95,7 +95,7 @@ private: sensorTemperature = _temperature; sensorHumidity = _humidity; sensorPressure = _pressure; - tempScale = "°C"; + tempScale = F("°C"); if (sensorType == 1) { sensorHeatIndex = EnvironmentCalculations::HeatIndex(_temperature, _humidity, envTempUnit); @@ -111,7 +111,7 @@ private: sensorTemperature = _temperature; sensorHumidity = _humidity; sensorPressure = _pressure; - tempScale = "°F"; + tempScale = F("°F"); if (sensorType == 1) { sensorHeatIndex = EnvironmentCalculations::HeatIndex(_temperature, _humidity, envTempUnit); @@ -123,18 +123,23 @@ private: // Procedure to define all MQTT discovery Topics void _mqttInitialize() { - mqttTemperatureTopic = String(mqttDeviceTopic) + F("/temperature"); - mqttPressureTopic = String(mqttDeviceTopic) + F("/pressure"); - mqttHumidityTopic = String(mqttDeviceTopic) + F("/humidity"); - mqttHeatIndexTopic = String(mqttDeviceTopic) + F("/heat_index"); - mqttDewPointTopic = String(mqttDeviceTopic) + F("/dew_point"); + char mqttTemperatureTopic[128]; + char mqttHumidityTopic[128]; + char mqttPressureTopic[128]; + char mqttHeatIndexTopic[128]; + char mqttDewPointTopic[128]; + snprintf_P(mqttTemperatureTopic, 127, PSTR("%s/temperature"), mqttDeviceTopic); + snprintf_P(mqttPressureTopic, 127, PSTR("%s/pressure"), mqttDeviceTopic); + snprintf_P(mqttHumidityTopic, 127, PSTR("%s/humidity"), mqttDeviceTopic); + snprintf_P(mqttHeatIndexTopic, 127, PSTR("%s/heat_index"), mqttDeviceTopic); + snprintf_P(mqttDewPointTopic, 127, PSTR("%s/dew_point"), mqttDeviceTopic); if (HomeAssistantDiscovery) { - _createMqttSensor(F("Temperature"), mqttTemperatureTopic, F("temperature"), tempScale); - _createMqttSensor(F("Pressure"), mqttPressureTopic, F("pressure"), F("hPa")); - _createMqttSensor(F("Humidity"), mqttHumidityTopic, F("humidity"), F("%")); - _createMqttSensor(F("HeatIndex"), mqttHeatIndexTopic, F("temperature"), tempScale); - _createMqttSensor(F("DewPoint"), mqttDewPointTopic, F("temperature"), tempScale); + _createMqttSensor(F("Temperature"), mqttTemperatureTopic, "temperature", tempScale); + _createMqttSensor(F("Pressure"), mqttPressureTopic, "pressure", F("hPa")); + _createMqttSensor(F("Humidity"), mqttHumidityTopic, "humidity", F("%")); + _createMqttSensor(F("HeatIndex"), mqttHeatIndexTopic, "temperature", tempScale); + _createMqttSensor(F("DewPoint"), mqttDewPointTopic, "temperature", tempScale); } } @@ -169,6 +174,15 @@ private: mqtt->publish(t.c_str(), 0, true, temp.c_str()); } + void publishMqtt(const char *topic, const char* state) { + //Check if MQTT Connected, otherwise it will crash the 8266 + if (WLED_MQTT_CONNECTED){ + char subuf[128]; + snprintf_P(subuf, 127, PSTR("%s/%s"), mqttDeviceTopic, topic); + mqtt->publish(subuf, 0, false, state); + } + } + public: void setup() { @@ -183,7 +197,7 @@ public: if (!bme.begin()) { sensorType = 0; - DEBUG_PRINTLN(F("Could not find BME280I2C sensor!")); + DEBUG_PRINTLN(F("Could not find BME280 I2C sensor!")); } else { @@ -207,14 +221,16 @@ public: void loop() { + if (!enabled || strip.isUpdating()) return; + // BME280 sensor MQTT publishing - // Check if sensor present and MQTT Connected, otherwise it will crash the MCU - if (sensorType != 0 && WLED_MQTT_CONNECTED) + // Check if sensor present and Connected, otherwise it will crash the MCU + if (sensorType != 0) { // Timer to fetch new temperature, humidity and pressure data at intervals timer = millis(); - if (timer - lastTemperatureMeasure >= TemperatureInterval * 1000 || mqttTemperaturePub == 0) + if (timer - lastTemperatureMeasure >= TemperatureInterval * 1000) { lastTemperatureMeasure = timer; @@ -223,18 +239,11 @@ public: float temperature = roundf(sensorTemperature * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals); float humidity, heatIndex, dewPoint; - if (WLED_MQTT_CONNECTED && !mqttInitialized) - { - _mqttInitialize(); - mqttInitialized = true; - } - // If temperature has changed since last measure, create string populated with device topic // from the UI and values read from sensor, then publish to broker if (temperature != lastTemperature || PublishAlways) { - String topic = String(mqttDeviceTopic) + "/temperature"; - mqttTemperaturePub = mqtt->publish(topic.c_str(), 0, false, String(temperature, TemperatureDecimals).c_str()); + publishMqtt("temperature", String(temperature, TemperatureDecimals).c_str()); } lastTemperature = temperature; // Update last sensor temperature for next loop @@ -247,20 +256,17 @@ public: if (humidity != lastHumidity || PublishAlways) { - String topic = String(mqttDeviceTopic) + F("/humidity"); - mqtt->publish(topic.c_str(), 0, false, String(humidity, HumidityDecimals).c_str()); + publishMqtt("humidity", String(humidity, HumidityDecimals).c_str()); } if (heatIndex != lastHeatIndex || PublishAlways) { - String topic = String(mqttDeviceTopic) + F("/heat_index"); - mqtt->publish(topic.c_str(), 0, false, String(heatIndex, TemperatureDecimals).c_str()); + publishMqtt("heat_index", String(heatIndex, TemperatureDecimals).c_str()); } if (dewPoint != lastDewPoint || PublishAlways) { - String topic = String(mqttDeviceTopic) + F("/dew_point"); - mqtt->publish(topic.c_str(), 0, false, String(dewPoint, TemperatureDecimals).c_str()); + publishMqtt("dew_point", String(dewPoint, TemperatureDecimals).c_str()); } lastHumidity = humidity; @@ -269,7 +275,7 @@ public: } } - if (timer - lastPressureMeasure >= PressureInterval * 1000 || mqttPressurePub == 0) + if (timer - lastPressureMeasure >= PressureInterval * 1000) { lastPressureMeasure = timer; @@ -277,15 +283,23 @@ public: if (pressure != lastPressure || PublishAlways) { - String topic = String(mqttDeviceTopic) + F("/pressure"); - mqttPressurePub = mqtt->publish(topic.c_str(), 0, true, String(pressure, PressureDecimals).c_str()); + publishMqtt("pressure", String(pressure, PressureDecimals).c_str()); } lastPressure = pressure; } } } - + + void onMqttConnect(bool sessionPresent) + { + if (WLED_MQTT_CONNECTED && !mqttInitialized) + { + _mqttInitialize(); + mqttInitialized = true; + } + } + /* * API calls te enable data exchange between WLED modules */ @@ -294,9 +308,9 @@ public: return (float)roundf(sensorTemperature * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals); } else { return (float)roundf(sensorTemperature * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals) * 1.8f + 32; - } - + } } + inline float getTemperatureF() { if (UseCelsius) { return ((float)roundf(sensorTemperature * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals) -32) * 0.56f; @@ -304,12 +318,15 @@ public: return (float)roundf(sensorTemperature * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals); } } + inline float getHumidity() { return (float)roundf(sensorHumidity * powf(10, HumidityDecimals)); } + inline float getPressure() { return (float)roundf(sensorPressure * powf(10, PressureDecimals)); } + inline float getDewPointC() { if (UseCelsius) { return (float)roundf(sensorDewPoint * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals); @@ -317,6 +334,7 @@ public: return (float)roundf(sensorDewPoint * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals) * 1.8f + 32; } } + inline float getDewPointF() { if (UseCelsius) { return ((float)roundf(sensorDewPoint * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals) -32) * 0.56f; @@ -324,13 +342,16 @@ public: return (float)roundf(sensorDewPoint * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals); } } + inline float getHeatIndexC() { if (UseCelsius) { return (float)roundf(sensorHeatIndex * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals); } else { return (float)roundf(sensorHeatIndex * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals) * 1.8f + 32; } - }inline float getHeatIndexF() { + } + + inline float getHeatIndexF() { if (UseCelsius) { return ((float)roundf(sensorHeatIndex * powf(10, TemperatureDecimals)) / powf(10, TemperatureDecimals) -32) * 0.56f; } else { @@ -384,7 +405,8 @@ public: // Save Usermod Config Settings void addToConfig(JsonObject& root) { - JsonObject top = root.createNestedObject(F("BME280/BMP280")); + JsonObject top = root.createNestedObject(FPSTR(_name)); + top[FPSTR(_enabled)] = enabled; top[F("TemperatureDecimals")] = TemperatureDecimals; top[F("HumidityDecimals")] = HumidityDecimals; top[F("PressureDecimals")] = PressureDecimals; @@ -405,17 +427,17 @@ public: // default settings values could be set here (or below using the 3-argument getJsonValue()) instead of in the class definition or constructor // setting them inside readFromConfig() is slightly more robust, handling the rare but plausible use case of single value being missing after boot (e.g. if the cfg.json was manually edited and a value was removed) - int8_t newPin[2]; for (byte i=0; i<2; i++) newPin[i] = ioPin[i]; // prepare to note changed pins - JsonObject top = root[F("BME280/BMP280")]; + JsonObject top = root[FPSTR(_name)]; if (top.isNull()) { - DEBUG_PRINT(F("BME280/BMP280")); + DEBUG_PRINT(F(_name)); DEBUG_PRINTLN(F(": No config found. (Using defaults.)")); return false; } bool configComplete = !top.isNull(); + configComplete &= getJsonValue(top[FPSTR(_enabled)], enabled); // A 3-argument getJsonValue() assigns the 3rd argument as a default value if the Json value is missing configComplete &= getJsonValue(top[F("TemperatureDecimals")], TemperatureDecimals, 1); configComplete &= getJsonValue(top[F("HumidityDecimals")], HumidityDecimals, 0); @@ -427,7 +449,7 @@ public: configComplete &= getJsonValue(top[F("HomeAssistantDiscovery")], HomeAssistantDiscovery, false); for (byte i=0; i<2; i++) configComplete &= getJsonValue(top[F("pin")][i], newPin[i], ioPin[i]); - DEBUG_PRINT(FPSTR(F("BME280/BMP280"))); + DEBUG_PRINT(FPSTR(_name)); if (!initDone) { // first run: reading from cfg.json for (byte i=0; i<2; i++) ioPin[i] = newPin[i]; @@ -454,4 +476,7 @@ public: uint16_t getId() { return USERMOD_ID_BME280; } -}; \ No newline at end of file +}; + +const char UsermodBME280::_name[] PROGMEM = "BME280/BMP280"; +const char UsermodBME280::_enabled[] PROGMEM = "enabled"; diff --git a/usermods/battery_status_basic/assets/battery_connection_schematic_01.png b/usermods/Battery/assets/battery_connection_schematic_01.png similarity index 100% rename from usermods/battery_status_basic/assets/battery_connection_schematic_01.png rename to usermods/Battery/assets/battery_connection_schematic_01.png diff --git a/usermods/battery_status_basic/assets/battery_connection_schematic_02.png b/usermods/Battery/assets/battery_connection_schematic_02.png similarity index 100% rename from usermods/battery_status_basic/assets/battery_connection_schematic_02.png rename to usermods/Battery/assets/battery_connection_schematic_02.png diff --git a/usermods/Battery/assets/battery_info_screen.png b/usermods/Battery/assets/battery_info_screen.png new file mode 100644 index 000000000..5aa60a031 Binary files /dev/null and b/usermods/Battery/assets/battery_info_screen.png differ diff --git a/usermods/Battery/assets/battery_usermod_logo.png b/usermods/Battery/assets/battery_usermod_logo.png new file mode 100644 index 000000000..b1134eb3b Binary files /dev/null and b/usermods/Battery/assets/battery_usermod_logo.png differ diff --git a/usermods/Battery/battery_defaults.h b/usermods/Battery/battery_defaults.h new file mode 100644 index 000000000..c682cb45d --- /dev/null +++ b/usermods/Battery/battery_defaults.h @@ -0,0 +1,72 @@ +// pin defaults +// for the esp32 it is best to use the ADC1: GPIO32 - GPIO39 +// https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html +#ifndef USERMOD_BATTERY_MEASUREMENT_PIN + #ifdef ARDUINO_ARCH_ESP32 + #define USERMOD_BATTERY_MEASUREMENT_PIN 35 + #else //ESP8266 boards + #define USERMOD_BATTERY_MEASUREMENT_PIN A0 + #endif +#endif + +// the frequency to check the battery, 30 sec +#ifndef USERMOD_BATTERY_MEASUREMENT_INTERVAL + #define USERMOD_BATTERY_MEASUREMENT_INTERVAL 30000 +#endif + +// default for 18650 battery +// https://batterybro.com/blogs/18650-wholesale-battery-reviews/18852515-when-to-recycle-18650-batteries-and-how-to-start-a-collection-center-in-your-vape-shop +// Discharge voltage: 2.5 volt + .1 for personal safety +#ifndef USERMOD_BATTERY_MIN_VOLTAGE + #ifdef USERMOD_BATTERY_USE_LIPO + // LiPo "1S" Batteries should not be dischared below 3V !! + #define USERMOD_BATTERY_MIN_VOLTAGE 3.2f + #else + #define USERMOD_BATTERY_MIN_VOLTAGE 2.6f + #endif +#endif + +#ifndef USERMOD_BATTERY_MAX_VOLTAGE + #define USERMOD_BATTERY_MAX_VOLTAGE 4.2f +#endif + +// a common capacity for single 18650 battery cells is between 2500 and 3600 mAh +#ifndef USERMOD_BATTERY_TOTAL_CAPACITY + #define USERMOD_BATTERY_TOTAL_CAPACITY 3100 +#endif + +// offset or calibration value to fine tune the calculated voltage +#ifndef USERMOD_BATTERY_CALIBRATION + #define USERMOD_BATTERY_CALIBRATION 0 +#endif + +// calculate remaining time / the time that is left before the battery runs out of power +// #ifndef USERMOD_BATTERY_CALCULATE_TIME_LEFT_ENABLED +// #define USERMOD_BATTERY_CALCULATE_TIME_LEFT_ENABLED false +// #endif + +// auto-off feature +#ifndef USERMOD_BATTERY_AUTO_OFF_ENABLED + #define USERMOD_BATTERY_AUTO_OFF_ENABLED true +#endif + +#ifndef USERMOD_BATTERY_AUTO_OFF_THRESHOLD + #define USERMOD_BATTERY_AUTO_OFF_THRESHOLD 10 +#endif + +// low power indication feature +#ifndef USERMOD_BATTERY_LOW_POWER_INDICATOR_ENABLED + #define USERMOD_BATTERY_LOW_POWER_INDICATOR_ENABLED true +#endif + +#ifndef USERMOD_BATTERY_LOW_POWER_INDICATOR_PRESET + #define USERMOD_BATTERY_LOW_POWER_INDICATOR_PRESET 0 +#endif + +#ifndef USERMOD_BATTERY_LOW_POWER_INDICATOR_THRESHOLD + #define USERMOD_BATTERY_LOW_POWER_INDICATOR_THRESHOLD 20 +#endif + +#ifndef USERMOD_BATTERY_LOW_POWER_INDICATOR_DURATION + #define USERMOD_BATTERY_LOW_POWER_INDICATOR_DURATION 5 +#endif \ No newline at end of file diff --git a/usermods/Battery/readme.md b/usermods/Battery/readme.md new file mode 100644 index 000000000..d55573abe --- /dev/null +++ b/usermods/Battery/readme.md @@ -0,0 +1,112 @@ +

+ +

+ +# Welcome to the battery usermod! 🔋 + +Enables battery level monitoring of your project. + +For this to work, the positive side of the (18650) battery must be connected to pin `A0` of the d1 mini/esp8266 with a 100k Ohm resistor (see [Useful Links](#useful-links)). + +If you have an ESP32 board, connect the positive side of the battery to ADC1 (GPIO32 - GPIO39) + +

+ +

+ +## ⚙️ Features + +- 💯 Displays current battery voltage +- 🚥 Displays battery level +- 🚫 Auto-off with configurable Threshold +- 🚨 Low power indicator with many configuration posibilities + +## 🎈 Installation + +define `USERMOD_BATTERY` in `wled00/my_config.h` + +### Example wiring + +

+ +

+ +### Define Your Options + +| Name | Unit | Description | +| ----------------------------------------------- | ----------- |-------------------------------------------------------------------------------------- | +| `USERMOD_BATTERY` | | define this (in `my_config.h`) to have this usermod included wled00\usermods_list.cpp | +| `USERMOD_BATTERY_USE_LIPO` | | define this (in `my_config.h`) if you use LiPo rechargeables (1S) | +| `USERMOD_BATTERY_MEASUREMENT_PIN` | | defaults to A0 on ESP8266 and GPIO35 on ESP32 | +| `USERMOD_BATTERY_MEASUREMENT_INTERVAL` | ms | battery check interval. defaults to 30 seconds | +| `USERMOD_BATTERY_MIN_VOLTAGE` | v | minimum battery voltage. default is 2.6 (18650 battery standard) | +| `USERMOD_BATTERY_MAX_VOLTAGE` | v | maximum battery voltage. default is 4.2 (18650 battery standard) | +| `USERMOD_BATTERY_TOTAL_CAPACITY` | mAh | the capacity of all cells in parralel sumed up | +| `USERMOD_BATTERY_CALIBRATION` | | offset / calibration number, fine tune the measured voltage by the microcontroller | +| Auto-Off | --- | --- | +| `USERMOD_BATTERY_AUTO_OFF_ENABLED` | true/false | enables auto-off | +| `USERMOD_BATTERY_AUTO_OFF_THRESHOLD` | % (0-100) | when this threshold is reached master power turns off | +| Low-Power-Indicator | --- | --- | +| `USERMOD_BATTERY_LOW_POWER_INDICATOR_ENABLED` | true/false | enables low power indication | +| `USERMOD_BATTERY_LOW_POWER_INDICATOR_PRESET` | preset id | when low power is detected then use this preset to indicate low power | +| `USERMOD_BATTERY_LOW_POWER_INDICATOR_THRESHOLD` | % (0-100) | when this threshold is reached low power gets indicated | +| `USERMOD_BATTERY_LOW_POWER_INDICATOR_DURATION` | seconds | for this long the configured preset is played | + +All parameters can be configured at runtime via the Usermods settings page. + +## ⚠️ Important + +- Make sure you know your battery specifications! All batteries are **NOT** the same! +- Example: + +| Your battery specification table | | Options you can define | +| :-------------------------------- |:--------------- | :---------------------------- | +| Capacity | 3500mAh 12,5 Wh | | +| Minimum capacity | 3350mAh 11,9 Wh | | +| Rated voltage | 3.6V - 3.7V | | +| **Charging end voltage** | **4,2V ± 0,05** | `USERMOD_BATTERY_MAX_VOLTAGE` | +| **Discharge voltage** | **2,5V** | `USERMOD_BATTERY_MIN_VOLTAGE` | +| Max. discharge current (constant) | 10A (10000mA) | | +| max. charging current | 1.7A (1700mA) | | +| ... | ... | ... | +| .. | .. | .. | + +Specification from: [Molicel INR18650-M35A, 3500mAh 10A Lithium-ion battery, 3.6V - 3.7V](https://www.akkuteile.de/lithium-ionen-akkus/18650/molicel/molicel-inr18650-m35a-3500mah-10a-lithium-ionen-akku-3-6v-3-7v_100833) + +## 🌐 Useful Links + +- https://lazyzero.de/elektronik/esp8266/wemos_d1_mini_a0/start +- https://arduinodiy.wordpress.com/2016/12/25/monitoring-lipo-battery-voltage-with-wemos-d1-minibattery-shield-and-thingspeak/ + +## 📝 Change Log + +2023-01-04 + +- basic support for LiPo rechargeable batteries ( `-D USERMOD_BATTERY_USE_LIPO`) +- improved support for esp32 (read calibrated voltage) +- corrected config saving (measurement pin, and battery min/max were lost) +- various bugfixes + +2022-12-25 + +- added "auto-off" feature +- added "low-power-indication" feature +- added "calibration/offset" field to configuration page +- added getter and setter, so that user usermods could interact with this one +- update readme (added new options, made it markdownlint compliant) + +2021-09-02 + +- added "Battery voltage" to info +- added circuit diagram to readme +- added MQTT support, sending battery voltage +- minor fixes + +2021-08-15 + +- changed `USERMOD_BATTERY_MIN_VOLTAGE` to 2.6 volt as default for 18650 batteries +- Updated readme, added specification table + +2021-08-10 + +- Created diff --git a/usermods/Battery/usermod_v2_Battery.h b/usermods/Battery/usermod_v2_Battery.h new file mode 100644 index 000000000..2dc854243 --- /dev/null +++ b/usermods/Battery/usermod_v2_Battery.h @@ -0,0 +1,773 @@ +#pragma once + +#include "wled.h" +#include "battery_defaults.h" + +/* + * Usermod by Maximilian Mewes + * Mail: mewes.maximilian@gmx.de + * GitHub: itCarl + * Date: 25.12.2022 + * If you have any questions, please feel free to contact me. + */ +class UsermodBattery : public Usermod +{ + private: + // battery pin can be defined in my_config.h + int8_t batteryPin = USERMOD_BATTERY_MEASUREMENT_PIN; + // how often to read the battery voltage + unsigned long readingInterval = USERMOD_BATTERY_MEASUREMENT_INTERVAL; + unsigned long nextReadTime = 0; + unsigned long lastReadTime = 0; + // battery min. voltage + float minBatteryVoltage = USERMOD_BATTERY_MIN_VOLTAGE; + // battery max. voltage + float maxBatteryVoltage = USERMOD_BATTERY_MAX_VOLTAGE; + // all battery cells summed up + unsigned int totalBatteryCapacity = USERMOD_BATTERY_TOTAL_CAPACITY; + // raw analog reading + float rawValue = 0.0f; + // calculated voltage + float voltage = maxBatteryVoltage; + // mapped battery level based on voltage + int8_t batteryLevel = 100; + // offset or calibration value to fine tune the calculated voltage + float calibration = USERMOD_BATTERY_CALIBRATION; + + // time left estimation feature + // bool calculateTimeLeftEnabled = USERMOD_BATTERY_CALCULATE_TIME_LEFT_ENABLED; + // float estimatedTimeLeft = 0.0; + + // auto shutdown/shutoff/master off feature + bool autoOffEnabled = USERMOD_BATTERY_AUTO_OFF_ENABLED; + int8_t autoOffThreshold = USERMOD_BATTERY_AUTO_OFF_THRESHOLD; + + // low power indicator feature + bool lowPowerIndicatorEnabled = USERMOD_BATTERY_LOW_POWER_INDICATOR_ENABLED; + int8_t lowPowerIndicatorPreset = USERMOD_BATTERY_LOW_POWER_INDICATOR_PRESET; + int8_t lowPowerIndicatorThreshold = USERMOD_BATTERY_LOW_POWER_INDICATOR_THRESHOLD; + int8_t lowPowerIndicatorReactivationThreshold = lowPowerIndicatorThreshold+10; + int8_t lowPowerIndicatorDuration = USERMOD_BATTERY_LOW_POWER_INDICATOR_DURATION; + bool lowPowerIndicationDone = false; + unsigned long lowPowerActivationTime = 0; // used temporary during active time + int8_t lastPreset = 0; + + bool initDone = false; + bool initializing = true; + + // strings to reduce flash memory usage (used more than twice) + static const char _name[]; + static const char _readInterval[]; + static const char _enabled[]; + static const char _threshold[]; + static const char _preset[]; + static const char _duration[]; + static const char _init[]; + + + // custom map function + // https://forum.arduino.cc/t/floating-point-using-map-function/348113/2 + double mapf(double x, double in_min, double in_max, double out_min, double out_max) + { + return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; + } + + float dot2round(float x) + { + float nx = (int)(x * 100 + .5); + return (float)(nx / 100); + } + + /* + * Turn off all leds + */ + void turnOff() + { + bri = 0; + stateUpdated(CALL_MODE_DIRECT_CHANGE); + } + + /* + * Indicate low power by activating a configured preset for a given time and then switching back to the preset that was selected previously + */ + void lowPowerIndicator() + { + if (!lowPowerIndicatorEnabled) return; + if (batteryPin < 0) return; // no measurement + if (lowPowerIndicationDone && lowPowerIndicatorReactivationThreshold <= batteryLevel) lowPowerIndicationDone = false; + if (lowPowerIndicatorThreshold <= batteryLevel) return; + if (lowPowerIndicationDone) return; + if (lowPowerActivationTime <= 1) { + lowPowerActivationTime = millis(); + lastPreset = currentPreset; + applyPreset(lowPowerIndicatorPreset); + } + + if (lowPowerActivationTime+(lowPowerIndicatorDuration*1000) <= millis()) { + lowPowerIndicationDone = true; + lowPowerActivationTime = 0; + applyPreset(lastPreset); + } + } + + public: + //Functions called by WLED + + /* + * setup() is called once at boot. WiFi is not yet connected at this point. + * You can use it to initialize variables, sensors or similar. + */ + void setup() + { + #ifdef ARDUINO_ARCH_ESP32 + bool success = false; + DEBUG_PRINTLN(F("Allocating battery pin...")); + if (batteryPin >= 0 && digitalPinToAnalogChannel(batteryPin) >= 0) + if (pinManager.allocatePin(batteryPin, false, PinOwner::UM_Battery)) { + DEBUG_PRINTLN(F("Battery pin allocation succeeded.")); + success = true; + } + + if (!success) { + DEBUG_PRINTLN(F("Battery pin allocation failed.")); + batteryPin = -1; // allocation failed + } else { + pinMode(batteryPin, INPUT); + } + #else //ESP8266 boards have only one analog input pin A0 + + pinMode(batteryPin, INPUT); + #endif + + nextReadTime = millis() + readingInterval; + lastReadTime = millis(); + + initDone = true; + } + + + /* + * connected() is called every time the WiFi is (re)connected + * Use it to initialize network interfaces + */ + void connected() + { + //Serial.println("Connected to WiFi!"); + } + + + /* + * loop() is called continuously. Here you can check for events, read sensors, etc. + * + */ + void loop() + { + if(strip.isUpdating()) return; + + lowPowerIndicator(); + + // check the battery level every USERMOD_BATTERY_MEASUREMENT_INTERVAL (ms) + if (millis() < nextReadTime) return; + + nextReadTime = millis() + readingInterval; + lastReadTime = millis(); + + if (batteryPin < 0) return; // nothing to read + + initializing = false; + +#ifdef ARDUINO_ARCH_ESP32 + // use calibrated millivolts analogread on esp32 (150 mV ~ 2450 mV) + rawValue = analogReadMilliVolts(batteryPin); + // calculate the voltage + voltage = (rawValue / 1000.0f) + calibration; + // usually a voltage divider (50%) is used on ESP32, so we need to multiply by 2 + voltage *= 2.0f; +#else + // read battery raw input + rawValue = analogRead(batteryPin); + + // calculate the voltage + voltage = ((rawValue / getAdcPrecision()) * maxBatteryVoltage) + calibration; +#endif + // check if voltage is within specified voltage range, allow 10% over/under voltage + voltage = ((voltage < minBatteryVoltage * 0.85f) || (voltage > maxBatteryVoltage * 1.1f)) ? -1.0f : voltage; + + // translate battery voltage into percentage + /* + the standard "map" function doesn't work + https://www.arduino.cc/reference/en/language/functions/math/map/ notes and warnings at the bottom + */ + #ifdef USERMOD_BATTERY_USE_LIPO + batteryLevel = mapf(voltage, minBatteryVoltage, maxBatteryVoltage, 0, 100); // basic mapping + // LiPo batteries have a differnt dischargin curve, see + // https://blog.ampow.com/lipo-voltage-chart/ + if (batteryLevel < 40.0f) + batteryLevel = mapf(batteryLevel, 0, 40, 0, 12); // last 45% -> drops very quickly + else { + if (batteryLevel < 90.0f) + batteryLevel = mapf(batteryLevel, 40, 90, 12, 95); // 90% ... 40% -> almost linear drop + else // level > 90% + batteryLevel = mapf(batteryLevel, 90, 105, 95, 100); // highest 15% -> drop slowly + } + #else + batteryLevel = mapf(voltage, minBatteryVoltage, maxBatteryVoltage, 0, 100); + #endif + if (voltage > -1.0f) batteryLevel = constrain(batteryLevel, 0.0f, 110.0f); + + // if (calculateTimeLeftEnabled) { + // float currentBatteryCapacity = totalBatteryCapacity; + // estimatedTimeLeft = (currentBatteryCapacity/strip.currentMilliamps)*60; + // } + + // Auto off -- Master power off + if (autoOffEnabled && (autoOffThreshold >= batteryLevel)) + turnOff(); + +#ifndef WLED_DISABLE_MQTT + // SmartHome stuff + // still don't know much about MQTT and/or HA + if (WLED_MQTT_CONNECTED) { + char buf[64]; // buffer for snprintf() + snprintf_P(buf, 63, PSTR("%s/voltage"), mqttDeviceTopic); + mqtt->publish(buf, 0, false, String(voltage).c_str()); + } +#endif + + } + + /* + * addToJsonInfo() can be used to add custom entries to the /json/info part of the JSON API. + * Creating an "u" object allows you to add custom key/value pairs to the Info section of the WLED web UI. + * Below it is shown how this could be used for e.g. a light sensor + */ + void addToJsonInfo(JsonObject& root) + { + JsonObject user = root["u"]; + if (user.isNull()) user = root.createNestedObject("u"); + + if (batteryPin < 0) { + JsonArray infoVoltage = user.createNestedArray(F("Battery voltage")); + infoVoltage.add(F("n/a")); + infoVoltage.add(F(" invalid GPIO")); + return; // no GPIO - nothing to report + } + + // info modal display names + JsonArray infoPercentage = user.createNestedArray(F("Battery level")); + JsonArray infoVoltage = user.createNestedArray(F("Battery voltage")); + // if (calculateTimeLeftEnabled) + // { + // JsonArray infoEstimatedTimeLeft = user.createNestedArray(F("Estimated time left")); + // if (initializing) { + // infoEstimatedTimeLeft.add(FPSTR(_init)); + // } else { + // infoEstimatedTimeLeft.add(estimatedTimeLeft); + // infoEstimatedTimeLeft.add(F(" min")); + // } + // } + JsonArray infoNextUpdate = user.createNestedArray(F("Next update")); + + infoNextUpdate.add((nextReadTime - millis()) / 1000); + infoNextUpdate.add(F(" sec")); + + if (initializing) { + infoPercentage.add(FPSTR(_init)); + infoVoltage.add(FPSTR(_init)); + return; + } + + if (batteryLevel < 0) { + infoPercentage.add(F("invalid")); + } else { + infoPercentage.add(batteryLevel); + } + infoPercentage.add(F(" %")); + + if (voltage < 0) { + infoVoltage.add(F("invalid")); + } else { + infoVoltage.add(dot2round(voltage)); + } + infoVoltage.add(F(" V")); + } + + + /* + * addToJsonState() can be used to add custom entries to the /json/state part of the JSON API (state object). + * Values in the state object may be modified by connected clients + */ + /* + void addToJsonState(JsonObject& root) + { + + } + */ + + + /* + * readFromJsonState() can be used to receive data clients send to the /json/state part of the JSON API (state object). + * Values in the state object may be modified by connected clients + */ + /* + void readFromJsonState(JsonObject& root) + { + } + */ + + + /* + * addToConfig() can be used to add custom persistent settings to the cfg.json file in the "um" (usermod) object. + * It will be called by WLED when settings are actually saved (for example, LED settings are saved) + * If you want to force saving the current state, use serializeConfig() in your loop(). + * + * CAUTION: serializeConfig() will initiate a filesystem write operation. + * It might cause the LEDs to stutter and will cause flash wear if called too often. + * Use it sparingly and always in the loop, never in network callbacks! + * + * addToConfig() will make your settings editable through the Usermod Settings page automatically. + * + * Usermod Settings Overview: + * - Numeric values are treated as floats in the browser. + * - If the numeric value entered into the browser contains a decimal point, it will be parsed as a C float + * before being returned to the Usermod. The float data type has only 6-7 decimal digits of precision, and + * doubles are not supported, numbers will be rounded to the nearest float value when being parsed. + * The range accepted by the input field is +/- 1.175494351e-38 to +/- 3.402823466e+38. + * - If the numeric value entered into the browser doesn't contain a decimal point, it will be parsed as a + * C int32_t (range: -2147483648 to 2147483647) before being returned to the usermod. + * Overflows or underflows are truncated to the max/min value for an int32_t, and again truncated to the type + * used in the Usermod when reading the value from ArduinoJson. + * - Pin values can be treated differently from an integer value by using the key name "pin" + * - "pin" can contain a single or array of integer values + * - On the Usermod Settings page there is simple checking for pin conflicts and warnings for special pins + * - Red color indicates a conflict. Yellow color indicates a pin with a warning (e.g. an input-only pin) + * - Tip: use int8_t to store the pin value in the Usermod, so a -1 value (pin not set) can be used + * + * See usermod_v2_auto_save.h for an example that saves Flash space by reusing ArduinoJson key name strings + * + * If you need a dedicated settings page with custom layout for your Usermod, that takes a lot more work. + * You will have to add the setting to the HTML, xml.cpp and set.cpp manually. + * See the WLED Soundreactive fork (code and wiki) for reference. https://github.com/atuline/WLED + * + * I highly recommend checking out the basics of ArduinoJson serialization and deserialization in order to use custom settings! + */ + void addToConfig(JsonObject& root) + { + JsonObject battery = root.createNestedObject(FPSTR(_name)); // usermodname + #ifdef ARDUINO_ARCH_ESP32 + battery[F("pin")] = batteryPin; + #endif + + // battery[F("time-left")] = calculateTimeLeftEnabled; + battery[F("min-voltage")] = minBatteryVoltage; + battery[F("max-voltage")] = maxBatteryVoltage; + battery[F("capacity")] = totalBatteryCapacity; + battery[F("calibration")] = calibration; + battery[FPSTR(_readInterval)] = readingInterval; + + JsonObject ao = battery.createNestedObject(F("auto-off")); // auto off section + ao[FPSTR(_enabled)] = autoOffEnabled; + ao[FPSTR(_threshold)] = autoOffThreshold; + + JsonObject lp = battery.createNestedObject(F("indicator")); // low power section + lp[FPSTR(_enabled)] = lowPowerIndicatorEnabled; + lp[FPSTR(_preset)] = lowPowerIndicatorPreset; // dropdown trickery (String)lowPowerIndicatorPreset; + lp[FPSTR(_threshold)] = lowPowerIndicatorThreshold; + lp[FPSTR(_duration)] = lowPowerIndicatorDuration; + + DEBUG_PRINTLN(F("Battery config saved.")); + } + + void appendConfigData() + { + oappend(SET_F("addInfo('Battery:min-voltage', 1, 'v');")); + oappend(SET_F("addInfo('Battery:max-voltage', 1, 'v');")); + oappend(SET_F("addInfo('Battery:capacity', 1, 'mAh');")); + oappend(SET_F("addInfo('Battery:interval', 1, 'ms');")); + oappend(SET_F("addInfo('Battery:auto-off:threshold', 1, '%');")); + oappend(SET_F("addInfo('Battery:indicator:threshold', 1, '%');")); + oappend(SET_F("addInfo('Battery:indicator:duration', 1, 's');")); + + // cannot quite get this mf to work. its exeeding some buffer limit i think + // what i wanted is a list of all presets to select one from + // oappend(SET_F("bd=addDropdown('Battery:low-power-indicator', 'preset');")); + // the loop generates: oappend(SET_F("addOption(bd, 'preset name', preset id);")); + // for(int8_t i=1; i < 42; i++) { + // oappend(SET_F("addOption(bd, 'Preset#")); + // oappendi(i); + // oappend(SET_F("',")); + // oappendi(i); + // oappend(SET_F(");")); + // } + } + + + /* + * readFromConfig() can be used to read back the custom settings you added with addToConfig(). + * This is called by WLED when settings are loaded (currently this only happens immediately after boot, or after saving on the Usermod Settings page) + * + * readFromConfig() is called BEFORE setup(). This means you can use your persistent values in setup() (e.g. pin assignments, buffer sizes), + * but also that if you want to write persistent values to a dynamic buffer, you'd need to allocate it here instead of in setup. + * If you don't know what that is, don't fret. It most likely doesn't affect your use case :) + * + * Return true in case the config values returned from Usermod Settings were complete, or false if you'd like WLED to save your defaults to disk (so any missing values are editable in Usermod Settings) + * + * getJsonValue() returns false if the value is missing, or copies the value into the variable provided and returns true if the value is present + * The configComplete variable is true only if the "exampleUsermod" object and all values are present. If any values are missing, WLED will know to call addToConfig() to save them + * + * This function is guaranteed to be called on boot, but could also be called every time settings are updated + */ + bool readFromConfig(JsonObject& root) + { + #ifdef ARDUINO_ARCH_ESP32 + int8_t newBatteryPin = batteryPin; + #endif + + JsonObject battery = root[FPSTR(_name)]; + if (battery.isNull()) + { + DEBUG_PRINT(FPSTR(_name)); + DEBUG_PRINTLN(F(": No config found. (Using defaults.)")); + return false; + } + + #ifdef ARDUINO_ARCH_ESP32 + newBatteryPin = battery[F("pin")] | newBatteryPin; + #endif + // calculateTimeLeftEnabled = battery[F("time-left")] | calculateTimeLeftEnabled; + setMinBatteryVoltage(battery[F("min-voltage")] | minBatteryVoltage); + setMaxBatteryVoltage(battery[F("max-voltage")] | maxBatteryVoltage); + setTotalBatteryCapacity(battery[F("capacity")] | totalBatteryCapacity); + setCalibration(battery[F("calibration")] | calibration); + setReadingInterval(battery[FPSTR(_readInterval)] | readingInterval); + + JsonObject ao = battery[F("auto-off")]; + setAutoOffEnabled(ao[FPSTR(_enabled)] | autoOffEnabled); + setAutoOffThreshold(ao[FPSTR(_threshold)] | autoOffThreshold); + + JsonObject lp = battery[F("indicator")]; + setLowPowerIndicatorEnabled(lp[FPSTR(_enabled)] | lowPowerIndicatorEnabled); + setLowPowerIndicatorPreset(lp[FPSTR(_preset)] | lowPowerIndicatorPreset); // dropdown trickery (int)lp["preset"] + setLowPowerIndicatorThreshold(lp[FPSTR(_threshold)] | lowPowerIndicatorThreshold); + lowPowerIndicatorReactivationThreshold = lowPowerIndicatorThreshold+10; + setLowPowerIndicatorDuration(lp[FPSTR(_duration)] | lowPowerIndicatorDuration); + + DEBUG_PRINT(FPSTR(_name)); + + #ifdef ARDUINO_ARCH_ESP32 + if (!initDone) + { + // first run: reading from cfg.json + batteryPin = newBatteryPin; + DEBUG_PRINTLN(F(" config loaded.")); + } + else + { + DEBUG_PRINTLN(F(" config (re)loaded.")); + + // changing parameters from settings page + if (newBatteryPin != batteryPin) + { + // deallocate pin + pinManager.deallocatePin(batteryPin, PinOwner::UM_Battery); + batteryPin = newBatteryPin; + // initialise + setup(); + } + } + #endif + + return !battery[FPSTR(_readInterval)].isNull(); + } + + /* + * Generate a preset sample for low power indication + */ + void generateExamplePreset() + { + // StaticJsonDocument<300> j; + // JsonObject preset = j.createNestedObject(); + // preset["mainseg"] = 0; + // JsonArray seg = preset.createNestedArray("seg"); + // JsonObject seg0 = seg.createNestedObject(); + // seg0["id"] = 0; + // seg0["start"] = 0; + // seg0["stop"] = 60; + // seg0["grp"] = 0; + // seg0["spc"] = 0; + // seg0["on"] = true; + // seg0["bri"] = 255; + + // JsonArray col0 = seg0.createNestedArray("col"); + // JsonArray col00 = col0.createNestedArray(); + // col00.add(255); + // col00.add(0); + // col00.add(0); + + // seg0["fx"] = 1; + // seg0["sx"] = 128; + // seg0["ix"] = 128; + + // savePreset(199, "Low power Indicator", preset); + } + + + /* + * + * Getter and Setter. Just in case some other usermod wants to interact with this in the future + * + */ + + /* + * getId() allows you to optionally give your V2 usermod an unique ID (please define it in const.h!). + * This could be used in the future for the system to determine whether your usermod is installed. + */ + uint16_t getId() + { + return USERMOD_ID_BATTERY; + } + + + unsigned long getReadingInterval() + { + return readingInterval; + } + + /* + * minimum repetition is 3000ms (3s) + */ + void setReadingInterval(unsigned long newReadingInterval) + { + readingInterval = max((unsigned long)3000, newReadingInterval); + } + + + /* + * Get lowest configured battery voltage + */ + float getMinBatteryVoltage() + { + return minBatteryVoltage; + } + + /* + * Set lowest battery voltage + * can't be below 0 volt + */ + void setMinBatteryVoltage(float voltage) + { + minBatteryVoltage = max(0.0f, voltage); + } + + /* + * Get highest configured battery voltage + */ + float getMaxBatteryVoltage() + { + return maxBatteryVoltage; + } + + /* + * Set highest battery voltage + * can't be below minBatteryVoltage + */ + void setMaxBatteryVoltage(float voltage) + { + #ifdef USERMOD_BATTERY_USE_LIPO + maxBatteryVoltage = max(getMinBatteryVoltage()+0.7f, voltage); + #else + maxBatteryVoltage = max(getMinBatteryVoltage()+1.0f, voltage); + #endif + } + + + /* + * Get the capacity of all cells in parralel sumed up + * unit: mAh + */ + unsigned int getTotalBatteryCapacity() + { + return totalBatteryCapacity; + } + + void setTotalBatteryCapacity(unsigned int capacity) + { + totalBatteryCapacity = capacity; + } + + /* + * Get the choosen adc precision + * esp8266 = 10bit resolution = 1024.0f + * esp32 = 12bit resolution = 4095.0f + */ + float getAdcPrecision() + { + #ifdef ARDUINO_ARCH_ESP32 + // esp32 + return 4096.0f; + #else + // esp8266 + return 1024.0f; + #endif + } + + /* + * Get the calculated voltage + * formula: (adc pin value / adc precision * max voltage) + calibration + */ + float getVoltage() + { + return voltage; + } + + /* + * Get the mapped battery level (0 - 100) based on voltage + * important: voltage can drop when a load is applied, so its only an estimate + */ + int8_t getBatteryLevel() + { + return batteryLevel; + } + + /* + * Get the configured calibration value + * a offset value to fine-tune the calculated voltage. + */ + float getCalibration() + { + return calibration; + } + + /* + * Set the voltage calibration offset value + * a offset value to fine-tune the calculated voltage. + */ + void setCalibration(float offset) + { + calibration = offset; + } + + + /* + * Get auto-off feature enabled status + * is auto-off enabled, true/false + */ + bool getAutoOffEnabled() + { + return autoOffEnabled; + } + + /* + * Set auto-off feature status + */ + void setAutoOffEnabled(bool enabled) + { + autoOffEnabled = enabled; + } + + /* + * Get auto-off threshold in percent (0-100) + */ + int8_t getAutoOffThreshold() + { + return autoOffThreshold; + } + + /* + * Set auto-off threshold in percent (0-100) + */ + void setAutoOffThreshold(int8_t threshold) + { + autoOffThreshold = min((int8_t)100, max((int8_t)0, threshold)); + // when low power indicator is enabled the auto-off threshold cannot be above indicator threshold + autoOffThreshold = lowPowerIndicatorEnabled /*&& autoOffEnabled*/ ? min(lowPowerIndicatorThreshold-1, (int)autoOffThreshold) : autoOffThreshold; + } + + + /* + * Get low-power-indicator feature enabled status + * is the low-power-indicator enabled, true/false + */ + bool getLowPowerIndicatorEnabled() + { + return lowPowerIndicatorEnabled; + } + + /* + * Set low-power-indicator feature status + */ + void setLowPowerIndicatorEnabled(bool enabled) + { + lowPowerIndicatorEnabled = enabled; + } + + /* + * Get low-power-indicator preset to activate when low power is detected + */ + int8_t getLowPowerIndicatorPreset() + { + return lowPowerIndicatorPreset; + } + + /* + * Set low-power-indicator preset to activate when low power is detected + */ + void setLowPowerIndicatorPreset(int8_t presetId) + { + // String tmp = ""; For what ever reason this doesn't work :( + // lowPowerIndicatorPreset = getPresetName(presetId, tmp) ? presetId : lowPowerIndicatorPreset; + lowPowerIndicatorPreset = presetId; + } + + /* + * Get low-power-indicator threshold in percent (0-100) + */ + int8_t getLowPowerIndicatorThreshold() + { + return lowPowerIndicatorThreshold; + } + + /* + * Set low-power-indicator threshold in percent (0-100) + */ + void setLowPowerIndicatorThreshold(int8_t threshold) + { + lowPowerIndicatorThreshold = threshold; + // when auto-off is enabled the indicator threshold cannot be below auto-off threshold + lowPowerIndicatorThreshold = autoOffEnabled /*&& lowPowerIndicatorEnabled*/ ? max(autoOffThreshold+1, (int)lowPowerIndicatorThreshold) : max(5, (int)lowPowerIndicatorThreshold); + } + + /* + * Get low-power-indicator duration in seconds + */ + int8_t getLowPowerIndicatorDuration() + { + return lowPowerIndicatorDuration; + } + + /* + * Set low-power-indicator duration in seconds + */ + void setLowPowerIndicatorDuration(int8_t duration) + { + lowPowerIndicatorDuration = duration; + } + + + /* + * Get low-power-indicator status when the indication is done thsi returns true + */ + bool getLowPowerIndicatorDone() + { + return lowPowerIndicationDone; + } +}; + +// strings to reduce flash memory usage (used more than twice) +const char UsermodBattery::_name[] PROGMEM = "Battery"; +const char UsermodBattery::_readInterval[] PROGMEM = "interval"; +const char UsermodBattery::_enabled[] PROGMEM = "enabled"; +const char UsermodBattery::_threshold[] PROGMEM = "threshold"; +const char UsermodBattery::_preset[] PROGMEM = "preset"; +const char UsermodBattery::_duration[] PROGMEM = "duration"; +const char UsermodBattery::_init[] PROGMEM = "init"; diff --git a/usermods/Cronixie/usermod_cronixie.h b/usermods/Cronixie/usermod_cronixie.h index 5702d8fa8..534fd3a7c 100644 --- a/usermods/Cronixie/usermod_cronixie.h +++ b/usermods/Cronixie/usermod_cronixie.h @@ -271,6 +271,7 @@ class UsermodCronixie : public Usermod { { if (root["nx"].is()) { strncpy(cronixieDisplay, root["nx"], 6); + setCronixie(); } } diff --git a/usermods/DHT/readme.md b/usermods/DHT/readme.md index 55b1dd1cf..6089ffbf8 100644 --- a/usermods/DHT/readme.md +++ b/usermods/DHT/readme.md @@ -1,11 +1,11 @@ # DHT Temperature/Humidity sensor usermod This usermod will read from an attached DHT22 or DHT11 humidity and temperature sensor. -The sensor readings are displayed in the Info section of the web UI (and optionally send to a MQTT broker). +The sensor readings are displayed in the Info section of the web UI (and optionally sent to an MQTT broker). -If sensor is not detected after a while (10 update intervals), this usermod will be disabled. +If sensor is not detected after 10 update intervals, the usermod will be disabled. -If enabled measured temperature and humidity will be published to the following MQTT topics +If enabled, measured temperature and humidity will be published to the following MQTT topics * `{devceTopic}/dht/temperature` * `{devceTopic}/dht/humidity` @@ -15,13 +15,13 @@ Copy the example `platformio_override.ini` to the root directory. This file sho ### Define Your Options -* `USERMOD_DHT` - define this to have this user mod included wled00\usermods_list.cpp +* `USERMOD_DHT` - define this to include this user mod wled00\usermods_list.cpp * `USERMOD_DHT_DHTTYPE` - DHT model: 11, 21, 22 for DHT11, DHT21, or DHT22, defaults to 22/DHT22 * `USERMOD_DHT_PIN` - pin to which DTH is connected, defaults to Q2 pin on QuinLed Dig-Uno's board -* `USERMOD_DHT_CELSIUS` - define this to report temperatures in degrees celsious, otherwise fahrenheit will be reported -* `USERMOD_DHT_MEASUREMENT_INTERVAL` - the number of milliseconds between measurements, defaults to 60 seconds -* `USERMOD_DHT_FIRST_MEASUREMENT_AT` - the number of milliseconds after boot to take first measurement, defaults to 90 seconds -* `USERMOD_DHT_MQTT` - publish measurements to the MQTT broker +* `USERMOD_DHT_CELSIUS` - define this to report temperatures in degrees Celsius, otherwise Fahrenheit will be reported +* `USERMOD_DHT_MEASUREMENT_INTERVAL` - the number of milliseconds between measurements, defaults to 60000 ms +* `USERMOD_DHT_FIRST_MEASUREMENT_AT` - the number of milliseconds after boot to take first measurement, defaults to 90000 ms +* `USERMOD_DHT_MQTT` - publish measurements to an MQTT broker * `USERMOD_DHT_STATS` - For debug, report delay stats ## Project link @@ -35,11 +35,11 @@ If you are using `platformio_override.ini`, you should be able to refresh the ta ## Change Log 2022-10-15 -* Add possibility to publish sensor readings to an MQTT broker +* Add ability to publish sensor readings to an MQTT broker * fix compilation error for sample [env:d1_mini_usermod_dht_C] task 2020-02-04 * Change default QuinLed pin to Q2 -* Instead of trying to keep updates at constant cadence, space readings out by measurement interval; hope this helps to avoid occasional bursts of readings with errors +* Instead of trying to keep updates at constant cadence, space out readings by measurement interval. Hopefully, this helps eliminate occasional bursts of readings with errors * Add some more (optional) stats 2020-02-03 * Due to poor readouts on ESP32 with previous DHT library, rewrote to use https://github.com/alwynallan/DHT_nonblocking diff --git a/usermods/DHT/usermod_dht.h b/usermods/DHT/usermod_dht.h index 6253b85fa..b6142f432 100644 --- a/usermods/DHT/usermod_dht.h +++ b/usermods/DHT/usermod_dht.h @@ -1,6 +1,10 @@ #pragma once #include "wled.h" +#ifndef WLED_ENABLE_MQTT +#error "This user mod requires MQTT to be enabled." +#endif + #include diff --git a/usermods/EXAMPLE_v2/usermod_v2_example.h b/usermods/EXAMPLE_v2/usermod_v2_example.h index a4fe93893..43648b588 100644 --- a/usermods/EXAMPLE_v2/usermod_v2_example.h +++ b/usermods/EXAMPLE_v2/usermod_v2_example.h @@ -22,8 +22,12 @@ //class name. Use something descriptive and leave the ": public Usermod" part :) class MyExampleUsermod : public Usermod { + private: - //Private class members. You can declare variables and functions only accessible to your usermod here + + // Private class members. You can declare variables and functions only accessible to your usermod here + bool enabled = false; + bool initDone = false; unsigned long lastTime = 0; // set your config variables to their boot default value (this can also be done in readFromConfig() or a constructor if you prefer) @@ -37,15 +41,56 @@ class MyExampleUsermod : public Usermod { long testLong; int8_t testPins[2]; + // string that are used multiple time (this will save some flash memory) + static const char _name[]; + static const char _enabled[]; + + + // any private methods should go here (non-inline methosd should be defined out of class) + void publishMqtt(const char* state, bool retain = false); // example for publishing MQTT message + + public: - //Functions called by WLED + + // non WLED related methods, may be used for data exchange between usermods (non-inline methods should be defined out of class) + + /** + * Enable/Disable the usermod + */ + inline void enable(bool enable) { enabled = enable; } + + /** + * Get usermod enabled/disabled state + */ + inline bool isEnabled() { return enabled; } + + // in such case add the following to another usermod: + // in private vars: + // #ifdef USERMOD_EXAMPLE + // MyExampleUsermod* UM; + // #endif + // in setup() + // #ifdef USERMOD_EXAMPLE + // UM = (MyExampleUsermod*) usermods.lookup(USERMOD_ID_EXAMPLE); + // #endif + // somewhere in loop() or other member method + // #ifdef USERMOD_EXAMPLE + // if (UM != nullptr) isExampleEnabled = UM->isEnabled(); + // if (!isExampleEnabled) UM->enable(true); + // #endif + + + // methods called by WLED (can be inlined as they are called only once but if you call them explicitly define them out of class) /* * setup() is called once at boot. WiFi is not yet connected at this point. + * readFromConfig() is called prior to setup() * You can use it to initialize variables, sensors or similar. */ void setup() { + // do your set-up here //Serial.println("Hello from my usermod!"); + initDone = true; } @@ -69,6 +114,11 @@ class MyExampleUsermod : public Usermod { * Instead, use a timer check as shown here. */ void loop() { + // if usermod is disabled or called during strip updating just exit + // NOTE: on very long strips strip.isUpdating() may always return true so update accordingly + if (!enabled || strip.isUpdating()) return; + + // do your magic here if (millis() - lastTime > 1000) { //Serial.println("I'm alive!"); lastTime = millis(); @@ -81,19 +131,25 @@ class MyExampleUsermod : public Usermod { * Creating an "u" object allows you to add custom key/value pairs to the Info section of the WLED web UI. * Below it is shown how this could be used for e.g. a light sensor */ - /* void addToJsonInfo(JsonObject& root) { - int reading = 20; - //this code adds "u":{"Light":[20," lux"]} to the info object + // if "u" object does not exist yet wee need to create it JsonObject user = root["u"]; if (user.isNull()) user = root.createNestedObject("u"); - JsonArray lightArr = user.createNestedArray("Light"); //name - lightArr.add(reading); //value - lightArr.add(" lux"); //unit + //this code adds "u":{"ExampleUsermod":[20," lux"]} to the info object + //int reading = 20; + //JsonArray lightArr = user.createNestedArray(FPSTR(_name))); //name + //lightArr.add(reading); //value + //lightArr.add(F(" lux")); //unit + + // if you are implementing a sensor usermod, you may publish sensor data + //JsonObject sensor = root[F("sensor")]; + //if (sensor.isNull()) sensor = root.createNestedObject(F("sensor")); + //temp = sensor.createNestedArray(F("light")); + //temp.add(reading); + //temp.add(F("lux")); } - */ /* @@ -102,7 +158,12 @@ class MyExampleUsermod : public Usermod { */ void addToJsonState(JsonObject& root) { - //root["user0"] = userVar0; + if (!initDone || !enabled) return; // prevent crash on boot applyPreset() + + JsonObject usermod = root[FPSTR(_name)]; + if (usermod.isNull()) usermod = root.createNestedObject(FPSTR(_name)); + + //usermod["user0"] = userVar0; } @@ -112,7 +173,14 @@ class MyExampleUsermod : public Usermod { */ void readFromJsonState(JsonObject& root) { - userVar0 = root["user0"] | userVar0; //if "user0" key exists in JSON, update, else keep old value + if (!initDone) return; // prevent crash on boot applyPreset() + + JsonObject usermod = root[FPSTR(_name)]; + if (!usermod.isNull()) { + // expect JSON usermod data in usermod name object: {"ExampleUsermod:{"user0":10}"} + userVar0 = usermod["user0"] | userVar0; //if "user0" key exists in JSON, update, else keep old value + } + // you can as well check WLED state JSON keys //if (root["bri"] == 255) Serial.println(F("Don't burn down your garage!")); } @@ -154,8 +222,10 @@ class MyExampleUsermod : public Usermod { */ void addToConfig(JsonObject& root) { - JsonObject top = root.createNestedObject("exampleUsermod"); - top["great"] = userVar0; //save these vars persistently whenever settings are saved + JsonObject top = root.createNestedObject(FPSTR(_name)); + top[FPSTR(_enabled)] = enabled; + //save these vars persistently whenever settings are saved + top["great"] = userVar0; top["testBool"] = testBool; top["testInt"] = testInt; top["testLong"] = testLong; @@ -188,7 +258,7 @@ class MyExampleUsermod : public Usermod { // default settings values could be set here (or below using the 3-argument getJsonValue()) instead of in the class definition or constructor // setting them inside readFromConfig() is slightly more robust, handling the rare but plausible use case of single value being missing after boot (e.g. if the cfg.json was manually edited and a value was removed) - JsonObject top = root["exampleUsermod"]; + JsonObject top = root[FPSTR(_name)]; bool configComplete = !top.isNull(); @@ -201,6 +271,8 @@ class MyExampleUsermod : public Usermod { // A 3-argument getJsonValue() assigns the 3rd argument as a default value if the Json value is missing configComplete &= getJsonValue(top["testInt"], testInt, 42); configComplete &= getJsonValue(top["testLong"], testLong, -42424242); + + // "pin" fields have special handling in settings page (or some_pin as well) configComplete &= getJsonValue(top["pin"][0], testPins[0], -1); configComplete &= getJsonValue(top["pin"][1], testPins[1], -1); @@ -208,6 +280,21 @@ class MyExampleUsermod : public Usermod { } + /* + * appendConfigData() is called when user enters usermod settings page + * it may add additional metadata for certain entry fields (adding drop down is possible) + * be careful not to add too much as oappend() buffer is limited to 3k + */ + void appendConfigData() + { + oappend(SET_F("addInfo('")); oappend(String(FPSTR(_name)).c_str()); oappend(SET_F(":great")); oappend(SET_F("',1,'(this is a great config value)');")); + oappend(SET_F("addInfo('")); oappend(String(FPSTR(_name)).c_str()); oappend(SET_F(":testString")); oappend(SET_F("',1,'enter any string you want');")); + oappend(SET_F("dd=addDropdown('")); oappend(String(FPSTR(_name)).c_str()); oappend(SET_F("','testInt');")); + oappend(SET_F("addOption(dd,'Nothing',0);")); + oappend(SET_F("addOption(dd,'Everything',42);")); + } + + /* * handleOverlayDraw() is called just before every show() (LED strip update frame) after effects have set the colors. * Use this to blank out some LEDs or set them to a different color regardless of the set effect mode. @@ -218,7 +305,72 @@ class MyExampleUsermod : public Usermod { //strip.setPixelColor(0, RGBW32(0,0,0,0)) // set the first pixel to black } - + + /** + * handleButton() can be used to override default button behaviour. Returning true + * will prevent button working in a default way. + * Replicating button.cpp + */ + bool handleButton(uint8_t b) { + yield(); + // ignore certain button types as they may have other consequences + if (!enabled + || buttonType[b] == BTN_TYPE_NONE + || buttonType[b] == BTN_TYPE_RESERVED + || buttonType[b] == BTN_TYPE_PIR_SENSOR + || buttonType[b] == BTN_TYPE_ANALOG + || buttonType[b] == BTN_TYPE_ANALOG_INVERTED) { + return false; + } + + bool handled = false; + // do your button handling here + return handled; + } + + +#ifndef WLED_DISABLE_MQTT + /** + * handling of MQTT message + * topic only contains stripped topic (part after /wled/MAC) + */ + bool onMqttMessage(char* topic, char* payload) { + // check if we received a command + //if (strlen(topic) == 8 && strncmp_P(topic, PSTR("/command"), 8) == 0) { + // String action = payload; + // if (action == "on") { + // enabled = true; + // return true; + // } else if (action == "off") { + // enabled = false; + // return true; + // } else if (action == "toggle") { + // enabled = !enabled; + // return true; + // } + //} + return false; + } + + /** + * onMqttConnect() is called when MQTT connection is established + */ + void onMqttConnect(bool sessionPresent) { + // do any MQTT related initialisation here + //publishMqtt("I am alive!"); + } +#endif + + + /** + * onStateChanged() is used to detect WLED state change + * @mode parameter is CALL_MODE_... parameter used for notifications + */ + void onStateChange(uint8_t mode) { + // do something if WLED state changed (color, brightness, effect, preset, etc) + } + + /* * getId() allows you to optionally give your V2 usermod an unique ID (please define it in const.h!). * This could be used in the future for the system to determine whether your usermod is installed. @@ -230,4 +382,25 @@ class MyExampleUsermod : public Usermod { //More methods can be added in the future, this example will then be extended. //Your usermod will remain compatible as it does not need to implement all methods from the Usermod base class! -}; \ No newline at end of file +}; + + +// add more strings here to reduce flash memory usage +const char MyExampleUsermod::_name[] PROGMEM = "ExampleUsermod"; +const char MyExampleUsermod::_enabled[] PROGMEM = "enabled"; + + +// implementation of non-inline member methods + +void MyExampleUsermod::publishMqtt(const char* state, bool retain) +{ +#ifndef WLED_DISABLE_MQTT + //Check if MQTT Connected, otherwise it will crash the 8266 + if (WLED_MQTT_CONNECTED) { + char subuf[64]; + strcpy(subuf, mqttDeviceTopic); + strcat_P(subuf, PSTR("/example")); + mqtt->publish(subuf, 0, retain, state); + } +#endif +} diff --git a/usermods/EleksTube_IPS/readme.md b/usermods/EleksTube_IPS/readme.md index 87827ac4a..a05c93466 100644 --- a/usermods/EleksTube_IPS/readme.md +++ b/usermods/EleksTube_IPS/readme.md @@ -15,7 +15,7 @@ Not supported: - On-device setup with buttons (WiFi setup only) Your images must be 1-135 pixels wide and 1-240 pixels high. -For BMP, 1, 4, 8, and 24 bits per pixel formats are supported. +BMP 1, 4, 8, and 24 bits per pixel formats are supported. ## Installation @@ -26,11 +26,11 @@ Use LED pin 12, relay pin 27 and button pin 34. ## Use of RGB565 images -Binary 16-bit per pixel RGB565 format `.bin` and `.clk` images are now supported. This has the benefit of only using 2/3rds of the file size a 24 BPP `.bmp` has. -The drawback is that this format cannot be handled by common image programs and that an extra conversion step is needed. +Binary 16-bit per pixel RGB565 format `.bin` and `.clk` images are now supported. This has the benefit of using only 2/3rds of the file space a 24 BPP `.bmp` occupies. +The drawback is this format cannot be handled by common image programs and an extra conversion step is needed. You can use https://lvgl.io/tools/imageconverter to convert your .bmp to a .bin file (settings `True color` and `Binary RGB565`). Thank you to @RedNax67 for adding .bin and .clk support. -For most clockface designs, using 4 or 8 BPP BMP formats will save even more file size: +For most clockface designs, using 4 or 8 BPP BMP format will reduce file size even more: | Bits per pixel | File size in kB (for 135x240 img) | % of 24 BPP BMP | Max unique colors | --- | --- | --- | --- | @@ -42,4 +42,4 @@ For most clockface designs, using 4 or 8 BPP BMP formats will save even more fil Comparison 1 vs. 4 vs. 8 vs. 24 BPP. With this clockface on the actual clock, 4 bit looks good, and 8 bit is almost indistinguishable from 24 bit. -![comparison](https://user-images.githubusercontent.com/21045690/156899667-5b55ed9f-6e03-4066-b2aa-1260e9570369.png) \ No newline at end of file +![comparison](https://user-images.githubusercontent.com/21045690/156899667-5b55ed9f-6e03-4066-b2aa-1260e9570369.png) diff --git a/usermods/Enclosure_with_OLED_temp_ESP07/readme.md b/usermods/Enclosure_with_OLED_temp_ESP07/readme.md index 94d1c1f2b..d612e06eb 100644 --- a/usermods/Enclosure_with_OLED_temp_ESP07/readme.md +++ b/usermods/Enclosure_with_OLED_temp_ESP07/readme.md @@ -10,7 +10,7 @@ For BME280 sensor use usermod_bme280.cpp. Copy to wled00 and rename to usermod.c ## Features - SSD1306 128x32 and 128x64 I2C OLED display - On screen IP address, SSID and controller status (e.g. ON or OFF, recent effect) -- Auto display shutoff for saving display lifetime +- Auto display shutoff for extending display lifetime - Dallas temperature sensor - Reporting temperature to MQTT broker @@ -39,15 +39,15 @@ default_envs = esp07 ... lib_deps_external = ... - #For use SSD1306 OLED display uncomment following + #To use the SSD1306 OLED display, uncomment following U8g2@~2.27.3 - #For Dallas sensor uncomment following 2 lines + #For Dallas sensor, uncomment the following 2 lines DallasTemperature@~3.8.0 OneWire@~2.3.5 ... ``` -For BME280 sensor uncomment `U8g2@~2.27.3`,`BME280@~3.0.0 under` `[common]` section in `platformio.ini`: +For BME280 sensor, uncomment `U8g2@~2.27.3`,`BME280@~3.0.0 under` `[common]` section in `platformio.ini`: ```ini # platformio.ini ... @@ -60,7 +60,7 @@ default_envs = esp07 ... lib_deps_external = ... - #For use SSD1306 OLED display uncomment following + #To use the SSD1306 OLED display, uncomment following U8g2@~2.27.3 #For BME280 sensor uncomment following BME280@~3.0.0 diff --git a/usermods/Enclosure_with_OLED_temp_ESP07/usermod.cpp b/usermods/Enclosure_with_OLED_temp_ESP07/usermod.cpp index 0a2662aac..1ca160501 100644 --- a/usermods/Enclosure_with_OLED_temp_ESP07/usermod.cpp +++ b/usermods/Enclosure_with_OLED_temp_ESP07/usermod.cpp @@ -1,3 +1,7 @@ +#ifndef WLED_ENABLE_MQTT +#error "This user mod requires MQTT to be enabled." +#endif + #include "wled.h" #include #include // from https://github.com/olikraus/u8g2/ diff --git a/usermods/Enclosure_with_OLED_temp_ESP07/usermod_bme280.cpp b/usermods/Enclosure_with_OLED_temp_ESP07/usermod_bme280.cpp index 88d497905..d5fd4a0c2 100644 --- a/usermods/Enclosure_with_OLED_temp_ESP07/usermod_bme280.cpp +++ b/usermods/Enclosure_with_OLED_temp_ESP07/usermod_bme280.cpp @@ -1,3 +1,7 @@ +#ifndef WLED_ENABLE_MQTT +#error "This user mod requires MQTT to be enabled." +#endif + #include "wled.h" #include #include // from https://github.com/olikraus/u8g2/ diff --git a/usermods/Fix_unreachable_netservices_v2/readme.md b/usermods/Fix_unreachable_netservices_v2/readme.md index f7b721dd8..24d5ff5aa 100644 --- a/usermods/Fix_unreachable_netservices_v2/readme.md +++ b/usermods/Fix_unreachable_netservices_v2/readme.md @@ -2,15 +2,16 @@ **Attention: This usermod compiles only for ESP8266** -This usermod-v2 modification performs a ping request to the local IP address every 60 seconds. By this procedure the net services of WLED remains accessible in some problematic WLAN environments. +This usermod-v2 modification performs a ping request to a local IP address every 60 seconds. This ensures WLED net services remain accessible in some problematic WLAN environments. The modification works with static or DHCP IP address configuration. _Story:_ -Unfortunately, with all ESP projects where a web server or other network services are running, I have the problem that after some time the web server is no longer accessible. Now I found out that the connection is at least reestablished when a ping request is executed by the device. +Unfortunately, with many ESP projects where a web server or other network services are running, after some time, the connecton to the web server is lost. +The connection can be reestablished with a ping request from the device. -With this modification, in the worst case, the network functions are not available for 60 seconds until the next ping request. +With this modification, in the worst case, the network functions are not available until the next ping request. (60 seconds) ## Webinterface diff --git a/usermods/JSON_IR_remote/readme.md b/usermods/JSON_IR_remote/readme.md index 2cba06ed0..43532a6f7 100644 --- a/usermods/JSON_IR_remote/readme.md +++ b/usermods/JSON_IR_remote/readme.md @@ -2,8 +2,8 @@ ## Purpose -The JSON IR remote allows users to customize IR remote behavior without writing custom code and compiling. -It also enables using any remote that is compatible with your IR receiver. Using the JSON IR remote, you can +The JSON IR remote enables users to customize IR remote behavior without writing custom code and compiling. +It also allows using any remote compatible with your IR receiver. Using the JSON IR remote, you can map buttons from any remote to any HTTP request API or JSON API command. ## Usage diff --git a/usermods/PIR_sensor_switch/readme.md b/usermods/PIR_sensor_switch/readme.md index b023cea59..574bd06d8 100644 --- a/usermods/PIR_sensor_switch/readme.md +++ b/usermods/PIR_sensor_switch/readme.md @@ -7,34 +7,35 @@ _Story:_ I use the PIR Sensor to automatically turn on the WLED analog clock in my home office room when I am there. The LED strip is switched [using a relay](https://github.com/Aircoookie/WLED/wiki/Control-a-relay-with-WLED) to keep the power consumption low when it is switched off. -## Webinterface +## Web interface The info page in the web interface shows the remaining time of the off timer. Usermod can also be temporarily disbled/enabled from the info page by clicking PIR button. ## Sensor connection -My setup uses an HC-SR501 or HC-SR602 sensor, a HC-SR505 should also work. +My setup uses an HC-SR501 or HC-SR602 sensor, an HC-SR505 should also work. -The usermod uses GPIO13 (D1 mini pin D7) by default for the sensor signal but can be changed in the Usermod settings page. +The usermod uses GPIO13 (D1 mini pin D7) by default for the sensor signal, but can be changed in the Usermod settings page. [This example page](http://www.esp8266learning.com/wemos-mini-pir-sensor-example.php) describes how to connect the sensor. -Use the potentiometers on the sensor to set the time-delay to the minimum and the sensitivity to about half, or slightly above. +Use the potentiometers on the sensor to set the time delay to the minimum and the sensitivity to about half, or slightly above. You can also use usermod's off timer instead of sensor's. In such case rotate the potentiometer to its shortest time possible (or use SR602 which lacks such potentiometer). ## Usermod installation -**NOTE:** Usermod has been included in master branch of WLED so it can be compiled in directly just by defining `-D USERMOD_PIRSWITCH` and optionaly `-D PIR_SENSOR_PIN=16` to override default pin. You can also change the default off tim by adding `-D PIR_SENSOR_OFF_SEC=30`. +**NOTE:** Usermod has been included in master branch of WLED so it can be compiled in directly just by defining `-D USERMOD_PIRSWITCH` and optionaly `-D PIR_SENSOR_PIN=16` to override default pin. You can also change the default off time by adding `-D PIR_SENSOR_OFF_SEC=30`. -## API to enable/disable the PIR sensor from outside. For example from another usermod. +## API to enable/disable the PIR sensor from outside. For example from another usermod: To query or change the PIR sensor state the methods `bool PIRsensorEnabled()` and `void EnablePIRsensor(bool enable)` are available. When the PIR sensor state changes an MQTT message is broadcasted with topic `wled/deviceMAC/motion` and message `on` or `off`. -Usermod can also be configured to just send MQTT message and not change WLED state using settings page as well as responding to motion only during nighttime (assuming NTP and lattitude/longitude are set to determine sunrise/sunset times). +Usermod can also be configured to send just the MQTT message but not change WLED state using settings page as well as responding to motion only at night +(assuming NTP and lattitude/longitude are set to determine sunrise/sunset times). ### There are two options to get access to the usermod instance: -1. Include `usermod_PIR_sensor_switch.h` **before** you include the other usermod in `usermods_list.cpp' +1. Include `usermod_PIR_sensor_switch.h` **before** you include other usermods in `usermods_list.cpp' or @@ -63,7 +64,7 @@ class MyUsermod : public Usermod { ### Configuration options -Usermod can be configured in Usermods settings page. +Usermod can be configured via the Usermods settings page. * `PIRenabled` - enable/disable usermod * `pin` - dynamically change GPIO pin where PIR sensor is attached to ESP @@ -71,8 +72,8 @@ Usermod can be configured in Usermods settings page. * `on-preset` - preset triggered when PIR activates (if this is 0 it will just turn WLED on) * `off-preset` - preset triggered when PIR deactivates (if this is 0 it will just turn WLED off) * `nighttime-only` - enable triggering only between sunset and sunrise (you will need to set up _NTP_, _Lat_ & _Lon_ in Time & Macro settings) -* `mqtt-only` - only send MQTT messages, do not interact with WLED -* `off-only` - only trigger presets or turn WLED on/off in WLED is not already on (displaying effect) +* `mqtt-only` - send only MQTT messages, do not interact with WLED +* `off-only` - only trigger presets or turn WLED on/off if WLED is not already on (displaying effect) * `notifications` - enable or disable sending notifications to other WLED instances using Sync button @@ -89,4 +90,4 @@ Have fun - @gegu & @blazoncek 2022-11 * Added compile time option for off timer. * Added Home Assistant autodiscovery MQTT broadcast. -* Updated info on compiling. \ No newline at end of file +* Updated info on compiling. diff --git a/usermods/PIR_sensor_switch/usermod_PIR_sensor_switch.h b/usermods/PIR_sensor_switch/usermod_PIR_sensor_switch.h index b03a36ce4..7903fc9e0 100644 --- a/usermods/PIR_sensor_switch/usermod_PIR_sensor_switch.h +++ b/usermods/PIR_sensor_switch/usermod_PIR_sensor_switch.h @@ -114,6 +114,7 @@ private: if (m_offOnly && bri && (switchOn || (!PIRtriggered && !switchOn))) return; //if lights on and off only, do nothing if (PIRtriggered && switchOn) return; //if already on and triggered before, do nothing PIRtriggered = switchOn; + DEBUG_PRINT(F("PIR: strip=")); DEBUG_PRINTLN(switchOn?"on":"off"); if (switchOn) { if (m_onPreset) { if (currentPlaylist>0 && !offMode) { @@ -136,7 +137,7 @@ private: } } else { if (m_offPreset) { - if (currentPreset==m_onPreset || currentPlaylist==m_onPreset) applyPreset(m_offPreset, NotifyUpdateMode); + applyPreset(m_offPreset, NotifyUpdateMode); return; } else if (prevPlaylist) { if (currentPreset==m_onPreset || currentPlaylist==m_onPreset) applyPreset(prevPlaylist, NotifyUpdateMode); @@ -159,6 +160,7 @@ private: void publishMqtt(const char* state) { + #ifndef WLED_DISABLE_MQTT //Check if MQTT Connected, otherwise it will crash the 8266 if (WLED_MQTT_CONNECTED) { char subuf[64]; @@ -166,11 +168,13 @@ private: strcat_P(subuf, PSTR("/motion")); mqtt->publish(subuf, 0, false, state); } + #endif } // Create an MQTT Binary Sensor for Home Assistant Discovery purposes, this includes a pointer to the topic that is published to in the Loop. void publishHomeAssistantAutodiscovery() { + #ifndef WLED_DISABLE_MQTT if (WLED_MQTT_CONNECTED) { StaticJsonDocument<600> doc; char uid[24], json_str[1024], buf[128]; @@ -200,6 +204,7 @@ private: mqtt->publish(buf, 0, true, json_str, payload_size); // do we really need to retain? } + #endif } /** @@ -235,7 +240,7 @@ private: if (offTimerStart > 0 && millis() - offTimerStart > m_switchOffDelay) { offTimerStart = 0; if (enabled == true) { - if (!m_mqttOnly && (!m_nightTimeOnly || (m_nightTimeOnly && !isDayTime()))) switchStrip(false); + if (!m_mqttOnly && (!m_nightTimeOnly || (m_nightTimeOnly && !isDayTime()) || PIRtriggered)) switchStrip(false); else if (NotifyUpdateMode != CALL_MODE_NO_NOTIFY) updateInterfaces(CALL_MODE_WS_SEND); publishMqtt("off"); } @@ -366,6 +371,20 @@ public: sensor[F("motion")] = sensorPinState || offTimerStart>0 ? true : false; } + /** + * onStateChanged() is used to detect WLED state change + */ + void onStateChange(uint8_t mode) { + if (!initDone) return; + DEBUG_PRINT(F("PIR: offTimerStart=")); DEBUG_PRINTLN(offTimerStart); + if (PIRtriggered && offTimerStart) { + // checking PIRtriggered and offTimerStart will prevent cancellation upon On trigger + DEBUG_PRINTLN(F("PIR: Canceled.")); + offTimerStart = 0; + PIRtriggered = false; + } + } + /** * addToJsonState() can be used to add custom entries to the /json/state part of the JSON API (state object). * Values in the state object may be modified by connected clients diff --git a/usermods/PWM_fan/readme.md b/usermods/PWM_fan/readme.md index 8cd04a91e..1fbfe0e6c 100644 --- a/usermods/PWM_fan/readme.md +++ b/usermods/PWM_fan/readme.md @@ -2,12 +2,12 @@ v2 Usermod to to control PWM fan with RPM feedback and temperature control -This usermod requires Dallas Temperature usermod to obtain temperature information. If this is not available the fan will always run at 100% speed. -If the fan does not have _tacho_ (RPM) output you can set the _tacho-pin_ to -1 to not use that feature. +This usermod requires the Dallas Temperature usermod to obtain temperature information. If it's not available, the fan will run at 100% speed. +If the fan does not have _tachometer_ (RPM) output you can set the _tachometer-pin_ to -1 to disable that feature. -You can also set the thershold temperature at which fan runs at lowest speed. If the actual temperature measured will be 3°C greater than threshold temperature the fan will run at 100%. +You can also set the thershold temperature at which fan runs at lowest speed. If the measured temperature is 3°C greater than the threshold temperature, the fan will run at 100%. -If the _tacho_ is supported the current speed (in RPM) will be repored in WLED Info page. +If the _tachometer_ is supported, the current speed (in RPM) will be displayed on the WLED Info page. ## Installation @@ -20,7 +20,7 @@ All of the parameters are configured during run-time using Usermods settings pag This includes: * PWM output pin (can be configured at compile time `-D PWM_PIN=xx`) -* tacho input pin (can be configured at compile time `-D TACHO_PIN=xx`) +* tachometer input pin (can be configured at compile time `-D TACHO_PIN=xx`) * sampling frequency in seconds * threshold temperature in degees C @@ -32,14 +32,14 @@ No special requirements. ## Control PWM fan speed using JSON API -You can use e.g. `{"PWM-fan":{"speed":30,"lock":true}}` to set fan speed to 30 percent of maximum speed (replace 30 with arbitrary value between 0 and 100) and lock the speed. -If you include `speed` property you can set fan speed in percent (%) of maximum speed. -If you include `lock` property you can lock (_true_) or unlock (_false_) fan speed. -If the fan speed is unlocked it will revert to temperature controlled speed on next update cycle. Once fan speed is locked it will remain so until it is unlocked by next API call. +e.g. you can use `{"PWM-fan":{"speed":30,"lock":true}}` to lock fan speed to 30 percent of maximum. (replace 30 with an arbitrary value between 0 and 100) +If you include `speed` property you can set fan speed as a percentage (%) of maximum speed. +If you include `lock` property you can lock (_true_) or unlock (_false_) the fan speed. +If the fan speed is unlocked, it will revert to temperature controlled speed on the next update cycle. Once fan speed is locked it will remain so until it is unlocked by the next API call. ## Change Log 2021-10 * First public release 2022-05 -* Added JSON API call to allow changing of speed \ No newline at end of file +* Added JSON API call to allow changing of speed diff --git a/usermods/PWM_fan/usermod_PWM_fan.h b/usermods/PWM_fan/usermod_PWM_fan.h index 153a5f633..f7fe0e10f 100644 --- a/usermods/PWM_fan/usermod_PWM_fan.h +++ b/usermods/PWM_fan/usermod_PWM_fan.h @@ -1,7 +1,7 @@ #pragma once -#ifndef USERMOD_DALLASTEMPERATURE -#error The "PWM fan" usermod requires "Dallas Temeprature" usermod to function properly. +#if !defined(USERMOD_DALLASTEMPERATURE) && !defined(USERMOD_SHT) +#error The "PWM fan" usermod requires "Dallas Temeprature" or "SHT" usermod to function properly. #endif #include "wled.h" @@ -42,6 +42,8 @@ class PWMFanUsermod : public Usermod { #ifdef USERMOD_DALLASTEMPERATURE UsermodTemperature* tempUM; + #elif defined(USERMOD_SHT) + ShtUsermod* tempUM; #endif // configurable parameters @@ -145,7 +147,7 @@ class PWMFanUsermod : public Usermod { } float getActualTemperature(void) { - #ifdef USERMOD_DALLASTEMPERATURE + #if defined(USERMOD_DALLASTEMPERATURE) || defined(USERMOD_SHT) if (tempUM != nullptr) return tempUM->getTemperatureC(); #endif @@ -189,6 +191,8 @@ class PWMFanUsermod : public Usermod { #ifdef USERMOD_DALLASTEMPERATURE // This Usermod requires Temperature usermod tempUM = (UsermodTemperature*) usermods.lookup(USERMOD_ID_TEMPERATURE); + #elif defined(USERMOD_SHT) + tempUM = (ShtUsermod*) usermods.lookup(USERMOD_ID_SHT); #endif initTacho(); initPWMfan(); diff --git a/usermods/RTC/readme.md b/usermods/RTC/readme.md index 3aaa60911..0add4efcf 100644 --- a/usermods/RTC/readme.md +++ b/usermods/RTC/readme.md @@ -1,6 +1,6 @@ # DS1307/DS3231 Real time clock -Gets the time from I2C RTC module on boot. This allows clocks to operate e.g. if temporarily no WiFi is available. +Gets the time from I2C RTC module on boot. This allows clock operation if WiFi is not available. The stored time is updated each time NTP is synced. ## Installation diff --git a/usermods/RelayBlinds/readme.md b/usermods/RelayBlinds/readme.md index 0c3d2a0ba..8c533dd4c 100644 --- a/usermods/RelayBlinds/readme.md +++ b/usermods/RelayBlinds/readme.md @@ -1,8 +1,8 @@ # RelayBlinds usermod -This simple usermod toggles two relay pins momentarily (default for 500ms) when `userVar0` is set. -This can be used to e.g. "push" the buttons of a window blinds motor controller. +This simple usermod toggles two relay pins momentarily (defaults to 500ms) when `userVar0` is set. +e.g. can be used to "push" the buttons of a window blinds motor controller. v1 usermod. Please replace usermod.cpp in the `wled00` directory with the one in this file. You may upload `index.htm` to `[WLED-IP]/edit` to replace the default lighting UI with a simple Up/Down button one. -Also, a simple `presets.json` file is available, this makes the relay actions controllable via two presets to facilitate control e.g. via the default UI or Alexa. \ No newline at end of file +A simple `presets.json` file is available. This makes the relay actions controllable via two presets to facilitate control e.g. the default UI or Alexa. diff --git a/usermods/SN_Photoresistor/readme.md b/usermods/SN_Photoresistor/readme.md index 4f3a36fbe..feacf41ae 100644 --- a/usermods/SN_Photoresistor/readme.md +++ b/usermods/SN_Photoresistor/readme.md @@ -1,7 +1,7 @@ # SN_Photoresistor usermod -This usermod will read from an attached photoresistor sensor like the KY-018 sensor. -The luminance is displayed both in the Info section of the web UI as well as published to the `/luminance` MQTT topic if enabled. +This usermod will read from an attached photoresistor sensor like the KY-018. +The luminance is displayed in both the Info section of the web UI as well as published to the `/luminance` MQTT topic, if enabled. ## Installation @@ -9,15 +9,15 @@ Copy the example `platformio_override.ini` to the root directory. This file sho ### Define Your Options -* `USERMOD_SN_PHOTORESISTOR` - define this to have this user mod included wled00\usermods_list.cpp -* `USERMOD_SN_PHOTORESISTOR_MEASUREMENT_INTERVAL` - the number of milliseconds between measurements, defaults to 60 seconds -* `USERMOD_SN_PHOTORESISTOR_FIRST_MEASUREMENT_AT` - the number of milliseconds after boot to take first measurement, defaults to 20 seconds -* `USERMOD_SN_PHOTORESISTOR_REFERENCE_VOLTAGE` - the voltage supplied to the sensor, defaults to 5v -* `USERMOD_SN_PHOTORESISTOR_ADC_PRECISION` - the ADC precision is the number of distinguishable ADC inputs, defaults to 1024.0 (10 bits) -* `USERMOD_SN_PHOTORESISTOR_RESISTOR_VALUE` - the resistor size, defaults to 10000.0 (10K hms) -* `USERMOD_SN_PHOTORESISTOR_OFFSET_VALUE` - the offset value to report on, defaults to 25 +* `USERMOD_SN_PHOTORESISTOR` - Enables this user mod. wled00\usermods_list.cpp +* `USERMOD_SN_PHOTORESISTOR_MEASUREMENT_INTERVAL` - Number of milliseconds between measurements. Defaults to 60000 ms +* `USERMOD_SN_PHOTORESISTOR_FIRST_MEASUREMENT_AT` - Number of milliseconds after boot to take first measurement. Defaults to 20000 ms +* `USERMOD_SN_PHOTORESISTOR_REFERENCE_VOLTAGE` - Voltage supplied to the sensor. Defaults to 5v +* `USERMOD_SN_PHOTORESISTOR_ADC_PRECISION` - ADC precision. Defaults to 10 bits +* `USERMOD_SN_PHOTORESISTOR_RESISTOR_VALUE` - Resistor size, defaults to 10000.0 (10K Ohms) +* `USERMOD_SN_PHOTORESISTOR_OFFSET_VALUE` - Offset value to report on. Defaults to 25 -All parameters can be configured at runtime using Usermods settings page. +All parameters can be configured at runtime via the Usermods settings page. ## Project link diff --git a/usermods/SN_Photoresistor/usermod_sn_photoresistor.h b/usermods/SN_Photoresistor/usermod_sn_photoresistor.h index 9c3be7cc2..60861e4c5 100644 --- a/usermods/SN_Photoresistor/usermod_sn_photoresistor.h +++ b/usermods/SN_Photoresistor/usermod_sn_photoresistor.h @@ -109,6 +109,7 @@ public: { lastLDRValue = currentLDRValue; +#ifndef WLED_DISABLE_MQTT if (WLED_MQTT_CONNECTED) { char subuf[45]; @@ -121,6 +122,7 @@ public: DEBUG_PRINTLN("Missing MQTT connection. Not publishing data"); } } +#endif } uint16_t getLastLDRValue() diff --git a/usermods/ST7789_display/README.md b/usermods/ST7789_display/README.md index 930921860..ebaae4922 100644 --- a/usermods/ST7789_display/README.md +++ b/usermods/ST7789_display/README.md @@ -1,15 +1,15 @@ -# ST7789 TFT IPS Color display 240x240pxwith ESP32 boards +# Using the ST7789 TFT IPS 240x240 pixel color display with ESP32 boards -This usermod allow to use 240x240 display to display following: +This usermod enables display of the following: -* current date and time; +* Current date and time; * Network SSID; * IP address; * WiFi signal strength; * Brightness; -* Chosen effect; -* Chosen palette; -* effect speed and intensity; +* Selected effect; +* Selected palette; +* Effect speed and intensity; * Estimated current in mA; ## Hardware @@ -41,9 +41,9 @@ lib_deps = ... ``` -Also, while in the `platformio.ini` file, you must change the environment setup to build for just the esp32dev platform as follows: +In the `platformio.ini` file, you must change the environment setup to build for just the esp32dev platform as follows: -Add lines to section: +Add the following lines to section: ```ini default_envs = esp32dev @@ -64,14 +64,14 @@ build_flags = ${common.build_flags_esp32} ;-DCONFIG_SPIRAM_SUPPORT=1 ``` -Save the `platformio.ini` file. Once this is saved, the required library files should be automatically downloaded for modifications in a later step. +Save the `platformio.ini` file. Once saved, the required library files should be automatically downloaded for modifications in a later step. ### TFT_eSPI Library Adjustments -If you are not using PlatformIO you need to modify a file in the `TFT_eSPI` library. If you followed the directions to modify and save the `platformio.ini` file above, the `Setup24_ST7789.h` file can be found in the `/.pio/libdeps/esp32dev/TFT_eSPI/User_Setups/` folder. +If you are not using PlatformIO, you need to modify a file in the `TFT_eSPI` library. If you followed the directions to modify and save the `platformio.ini` file above, the `Setup24_ST7789.h` file can be found in the `/.pio/libdeps/esp32dev/TFT_eSPI/User_Setups/` folder. -Edit `Setup_ST7789.h` file and uncomment nad changep GPIO pin numbers in lines containing `TFT_MOSI`, `TFT_SCLK`, `TFT_RST`, `TFT_DC`. +Edit `Setup_ST7789.h` file and uncomment and change GPIO pin numbers in lines containing `TFT_MOSI`, `TFT_SCLK`, `TFT_RST`, `TFT_DC`. -Modify the `User_Setup_Select.h` by uncommentig the line containing `#include ` and commenting out line containing `#include `. +Modify the `User_Setup_Select.h` by uncommenting the line containing `#include ` and commenting out the line containing `#include `. -If your display includes backlight enable pin, #define TFT_BL with backlight enable GPIO number. \ No newline at end of file +If your display uses the backlight enable pin, add this definition: #define TFT_BL with backlight enable GPIO number. diff --git a/usermods/Si7021_MQTT_HA/readme.md b/usermods/Si7021_MQTT_HA/readme.md index d9a96f7a7..99a240f7d 100644 --- a/usermods/Si7021_MQTT_HA/readme.md +++ b/usermods/Si7021_MQTT_HA/readme.md @@ -2,14 +2,14 @@ This usermod implements support for [Si7021 I²C temperature and humidity sensors](https://www.silabs.com/documents/public/data-sheets/Si7021-A20.pdf). -The sensor data will *not* be shown on the WLED UI (so far) but published via MQTT to WLED's "build in" MQTT device topic. +As of this writing, the sensor data will *not* be shown on the WLED UI, but it _is_ published via MQTT to WLED's "built-in" MQTT device topic. ``` temperature: $mqttDeviceTopic/si7021_temperature humidity: $mqttDeviceTopic/si7021_humidity ``` -Additionally the following sensors can be published: +The following sensors can also be published: ``` heat_index: $mqttDeviceTopic/si7021_heat_index @@ -17,7 +17,7 @@ dew_point: $mqttDeviceTopic/si7021_dew_point absolute_humidity: $mqttDeviceTopic/si7021_absolute_humidity ``` -Sensor data will be updated/send every 60 seconds. +Sensor data will be updated/sent every 60 seconds. This usermod also supports Home Assistant Auto Discovery. @@ -66,4 +66,4 @@ Add to `lib_deps` in platformio.ini: - Aircoookie for making WLED - Other usermod creators for example code (`sensors_to_mqtt` and `multi_relay` especially) -- You, for reading this \ No newline at end of file +- You, for reading this diff --git a/usermods/Si7021_MQTT_HA/usermod_si7021_mqtt_ha.h b/usermods/Si7021_MQTT_HA/usermod_si7021_mqtt_ha.h index 71c22da16..4a42a7d5a 100644 --- a/usermods/Si7021_MQTT_HA/usermod_si7021_mqtt_ha.h +++ b/usermods/Si7021_MQTT_HA/usermod_si7021_mqtt_ha.h @@ -1,3 +1,7 @@ +#ifndef WLED_ENABLE_MQTT +#error "This user mod requires MQTT to be enabled." +#endif + #pragma once // this is remixed from usermod_v2_SensorsToMqtt.h (sensors_to_mqtt usermod) diff --git a/usermods/TTGO-T-Display/README.md b/usermods/TTGO-T-Display/README.md index 872beeb8c..439f9832d 100644 --- a/usermods/TTGO-T-Display/README.md +++ b/usermods/TTGO-T-Display/README.md @@ -1,19 +1,19 @@ # TTGO T-Display ESP32 with 240x135 TFT via SPI with TFT_eSPI -This usermod allows use of the TTGO T-Display ESP32 module with integrated 240x135 display +This usermod enables use of the TTGO 240x135 T-Display ESP32 module for controlling WLED and showing the following information: * Current SSID -* IP address if obtained - * If connected to a network, current brightness % is shown - * in AP mode AP IP and password are shown +* IP address, if obtained + * If connected to a network, current brightness percentage is shown + * In AP mode, AP, IP and password are shown * Current effect * Current palette -* Estimated current in mA is shown (NOTE: for this to be a reasonable value, the correct LED type must be specified in the LED Prefs section) +* Estimated current in mA (NOTE: for this to be a reasonable value, the correct LED type must be specified in the LED Prefs section) -Button pin is mapped to the onboard button next to the side actuated reset button of the TTGO T-Display board. +Button pin is mapped to the onboard button adjacent to the reset button of the TTGO T-Display board. -I have designed a 3D printed case around this board and an ["ElectroCookie"](https://amzn.to/2WCNeeA) project board, a [level shifter](https://amzn.to/3hbKu18), a [buck regulator](https://amzn.to/3mLMy0W), and a DC [power jack](https://amzn.to/3phj9NZ). I use 12V WS2815 LED strips for my projects, and power them with 12V power supplies, so the regulator drops the voltage to the 5V level I need to power the ESP module and the level shifter. If there is any interest in this case, which elevates the board and display on some custom extended headers to make place the screen at the top of the enclosure (with accessible buttons), let me know, and I could post the STL files. It is a bit tricky to get the height correct, so I also designed a one-time use 3D printed solder fixture to set the board in the right location and at the correct height for the housing. (It is one-time use because it has to be cut off after soldering to be able to remove it). I didn't think the effort to make it in multiple pieces was worthwhile. +I have designed a 3D printed case around this board and an ["ElectroCookie"](https://amzn.to/2WCNeeA) project board, a [level shifter](https://amzn.to/3hbKu18), a [buck regulator](https://amzn.to/3mLMy0W), and a DC [power jack](https://amzn.to/3phj9NZ). I use 12V WS2815 LED strips for my projects, and power them with 12V power supplies. The regulator supplies 5V for the ESP module and the level shifter. If there is any interest in this case which elevates the board and display on custom extended standoffs to place the screen at the top of the enclosure (with accessible buttons), let me know, and I will post the STL files. It is a bit tricky to get the height correct, so I also designed a one-time use 3D printed solder fixture to set the board in the right location and at the correct height for the housing. (It is one-time use because it has to be cut off after soldering to be able to remove it). I didn't think the effort to make it in multiple pieces was worthwhile. -Usermod based on a rework of the ssd1306_i2c_oled_u8g2 usermod from the WLED repo. +Based on a rework of the ssd1306_i2c_oled_u8g2 usermod from the WLED repo. ## Hardware ![Hardware](assets/ttgo_hardware1.png) @@ -30,8 +30,8 @@ Usermod based on a rework of the ssd1306_i2c_oled_u8g2 usermod from the WLED rep Functionality checked with: * TTGO T-Display * PlatformIO -* Group of 4 individual Neopixels from Adafruit, and a several full strings of 12v WS2815 LEDs. -* The hardware design shown above should be limited to shorter strings. For larger strings, I use a different setup with a dedicated 12v power supply and power them directly off the supply (in addition to dropping the 12v supply down to 5v with a buck regulator for the ESP module and level shifter). +* Group of 4 individual Neopixels from Adafruit and several full strings of 12v WS2815 LEDs. +* The hardware design shown above should be limited to shorter strings. For larger strings, I use a different setup with a dedicated 12v power supply and power them directly from said supply (in addition to dropping the 12v to 5v with a buck regulator for the ESP module and level shifter). ## Setup Needed: * As with all usermods, copy the usermod.cpp file from the TTGO-T-Display usermod folder to the wled00 folder (replacing the default usermod.cpp file). @@ -51,24 +51,24 @@ lib_deps = ... ``` -Also, while in the `platformio.ini` file, you must change the environment setup to build for just the esp32dev platform as follows: +In the `platformio.ini` file, you must change the environment setup to build for just the esp32dev platform as follows: Comment out the line described below: ```ini -# Travis CI binaries (comment this out when building for single board) -; default_envs = travis_esp8266, esp01, esp01_1m_ota, travis_esp32 +# Release binaries +; default_envs = nodemcuv2, esp8266_2m, esp01_1m_full, esp32dev, esp32_eth, esp32s2_saola, esp32c3 ``` -and UNCOMMENT the following line in the 'Single binaries' section: +and uncomment the following line in the 'Single binaries' section: ```ini default_envs = esp32dev ``` -Save the `platformio.ini` file. Once this is saved, the required library files should be automatically downloaded for modifications in a later step. +Save the `platformio.ini` file. Once saved, the required library files should be automatically downloaded for modifications in a later step. ### Platformio_overrides.ini (added) Copy the `platformio_overrides.ini` file which is contained in the `usermods/TTGO-T-Display/` folder into the root of your project folder. This file contains an override that remaps the button pin of WLED to use the on-board button to the right of the USB-C connector (when viewed with the port oriented downward - see hardware photo). ### TFT_eSPI Library Adjustments (board selection) -We need to modify a file in the `TFT_eSPI` library to select the correct board. If you followed the directions to modify and save the `platformio.ini` file above, the `User_Setup_Select.h` file can be found in the `/.pio/libdeps/esp32dev/TFT_eSPI_ID1559` folder. +You need to modify a file in the `TFT_eSPI` library to select the correct board. If you followed the directions to modify and save the `platformio.ini` file above, the `User_Setup_Select.h` file can be found in the `/.pio/libdeps/esp32dev/TFT_eSPI_ID1559` folder. Modify the `User_Setup_Select.h` file as follows: * Comment out the following line (which is the 'default' setup file): @@ -80,12 +80,12 @@ Modify the `User_Setup_Select.h` file as follows: #include // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT ``` -Run the build and it should complete correctly. If you see a failure like this: +Build the file. If you see a failure like this: ```ini xtensa-esp32-elf-g++: error: wled00\wled00.ino.cpp: No such file or directory xtensa-esp32-elf-g++: fatal error: no input files ``` -Just try building again - I find that sometimes this happens on the first build attempt and subsequent attempts will build correctly. +try building again. Sometimes this happens on the first build attempt and subsequent attempts build correctly. ## Arduino IDE -- UNTESTED \ No newline at end of file +- UNTESTED diff --git a/usermods/Temperature/readme.md b/usermods/Temperature/readme.md index ac2823c3f..c917461ab 100644 --- a/usermods/Temperature/readme.md +++ b/usermods/Temperature/readme.md @@ -1,9 +1,9 @@ # Temperature usermod -Based on the excellent `QuinLED_Dig_Uno_Temp_MQTT` by srg74 and 400killer! -This usermod will read from an attached DS18B20 temperature sensor (as available on the QuinLED Dig-Uno) -The temperature is displayed both in the Info section of the web UI as well as published to the `/temperature` MQTT topic if enabled. -This usermod may be expanded with support for different sensor types in the future. +Based on the excellent `QuinLED_Dig_Uno_Temp_MQTT` usermod by srg74 and 400killer! +Reads an attached DS18B20 temperature sensor (as available on the QuinLED Dig-Uno) +Temperature is displayed in both the Info section of the web UI as well as published to the `/temperature` MQTT topic, if enabled. +May be expanded with support for different sensor types in the future. If temperature sensor is not detected during boot, this usermod will be disabled. @@ -13,10 +13,10 @@ Copy the example `platformio_override.ini` to the root directory. This file sho ### Define Your Options -* `USERMOD_DALLASTEMPERATURE` - define this to have this user mod included wled00\usermods_list.cpp -* `USERMOD_DALLASTEMPERATURE_FIRST_MEASUREMENT_AT` - the number of milliseconds after boot to take first measurement, defaults to 20 seconds +* `USERMOD_DALLASTEMPERATURE` - enables this user mod wled00/usermods_list.cpp +* `USERMOD_DALLASTEMPERATURE_FIRST_MEASUREMENT_AT` - number of milliseconds after boot to take first measurement, defaults to 20000 ms -All parameters can be configured at runtime using Usermods settings page, including pin, selection to display temerature in degrees Celsius or Farenheit mand measurement interval. +All parameters can be configured at runtime via the Usermods settings page, including pin, temperature in degrees Celsius or Farenheit and measurement interval. ## Project link @@ -50,9 +50,9 @@ lib_deps = ## Change Log 2020-09-12 -* Changed to use async, non-blocking implementation -* Do not report low temperatures that indicate an error to mqtt +* Changed to use async non-blocking implementation +* Do not report erroneous low temperatures to MQTT * Disable plugin if temperature sensor not detected * Report the number of seconds until the first read in the info screen instead of sensor error 2021-04 -* Adaptation for runtime configuration. \ No newline at end of file +* Adaptation for runtime configuration. diff --git a/usermods/Temperature/usermod_temperature.h b/usermods/Temperature/usermod_temperature.h index a666639fe..b55076c73 100644 --- a/usermods/Temperature/usermod_temperature.h +++ b/usermods/Temperature/usermod_temperature.h @@ -29,6 +29,7 @@ class UsermodTemperature : public Usermod { bool degC = true; // using parasite power on the sensor bool parasite = false; + int8_t parasitePin = -1; // how often do we read from sensor? unsigned long readingInterval = USERMOD_DALLASTEMPERATURE_MEASUREMENT_INTERVAL; // set last reading as "40 sec before boot", so first reading is taken after 20 sec @@ -53,6 +54,7 @@ class UsermodTemperature : public Usermod { static const char _enabled[]; static const char _readInterval[]; static const char _parasite[]; + static const char _parasitePin[]; //Dallas sensor quick (& dirty) reading. Credit to - Author: Peter Scargill, August 17th, 2013 float readDallas() { @@ -94,12 +96,14 @@ class UsermodTemperature : public Usermod { DEBUG_PRINTLN(F("Requesting temperature.")); oneWire->reset(); oneWire->skip(); // skip ROM - oneWire->write(0x44,parasite); // request new temperature reading (TODO: parasite would need special handling) + oneWire->write(0x44,parasite); // request new temperature reading + if (parasite && parasitePin >=0 ) digitalWrite(parasitePin, HIGH); // has to happen within 10us (open MOSFET) lastTemperaturesRequest = millis(); waitingForConversion = true; } void readTemperature() { + if (parasite && parasitePin >=0 ) digitalWrite(parasitePin, LOW); // deactivate power (close MOSFET) temperature = readDallas(); lastMeasurement = millis(); waitingForConversion = false; @@ -134,6 +138,7 @@ class UsermodTemperature : public Usermod { return false; } +#ifndef WLED_DISABLE_MQTT void publishHomeAssistantAutodiscovery() { if (!WLED_MQTT_CONNECTED) return; @@ -155,6 +160,7 @@ class UsermodTemperature : public Usermod { mqtt->publish(buf, 0, true, json_str, payload_size); HApublished = true; } +#endif public: @@ -173,6 +179,12 @@ class UsermodTemperature : public Usermod { delay(25); // try to find sensor } } + if (parasite && pinManager.allocatePin(parasitePin, true, PinOwner::UM_Temperature)) { + pinMode(parasitePin, OUTPUT); + digitalWrite(parasitePin, LOW); // deactivate power (close MOSFET) + } else { + parasitePin = -1; + } } else { if (temperaturePin >= 0) { DEBUG_PRINTLN(F("Temperature pin allocation failed.")); @@ -212,6 +224,7 @@ class UsermodTemperature : public Usermod { } errorCount = 0; +#ifndef WLED_DISABLE_MQTT if (WLED_MQTT_CONNECTED) { char subuf[64]; strcpy(subuf, mqttDeviceTopic); @@ -227,6 +240,7 @@ class UsermodTemperature : public Usermod { // publish something else to indicate status? } } +#endif } } @@ -236,6 +250,7 @@ class UsermodTemperature : public Usermod { */ //void connected() {} +#ifndef WLED_DISABLE_MQTT /** * subscribe to MQTT topic if needed */ @@ -246,6 +261,7 @@ class UsermodTemperature : public Usermod { publishHomeAssistantAutodiscovery(); } } +#endif /* * API calls te enable data exchange between WLED modules @@ -315,6 +331,7 @@ class UsermodTemperature : public Usermod { top["degC"] = degC; // usermodparam top[FPSTR(_readInterval)] = readingInterval / 1000; top[FPSTR(_parasite)] = parasite; + top[FPSTR(_parasitePin)] = parasitePin; DEBUG_PRINTLN(F("Temperature config saved.")); } @@ -340,6 +357,7 @@ class UsermodTemperature : public Usermod { readingInterval = top[FPSTR(_readInterval)] | readingInterval/1000; readingInterval = min(120,max(10,(int)readingInterval)) * 1000; // convert to ms parasite = top[FPSTR(_parasite)] | parasite; + parasitePin = top[FPSTR(_parasitePin)] | parasitePin; if (!initDone) { // first run: reading from cfg.json @@ -354,12 +372,21 @@ class UsermodTemperature : public Usermod { delete oneWire; pinManager.deallocatePin(temperaturePin, PinOwner::UM_Temperature); temperaturePin = newTemperaturePin; + pinManager.deallocatePin(parasitePin, PinOwner::UM_Temperature); // initialise setup(); } } // use "return !top["newestParameter"].isNull();" when updating Usermod with new features - return !top[FPSTR(_parasite)].isNull(); + return !top[FPSTR(_parasitePin)].isNull(); + } + + void appendConfigData() + { + oappend(SET_F("addInfo('")); oappend(String(FPSTR(_name)).c_str()); oappend(SET_F(":")); oappend(String(FPSTR(_parasite)).c_str()); + oappend(SET_F("',1,'(if no Vcc connected)');")); // 0 is field type, 1 is actual field + oappend(SET_F("addInfo('")); oappend(String(FPSTR(_name)).c_str()); oappend(SET_F(":")); oappend(String(FPSTR(_parasitePin)).c_str()); + oappend(SET_F("',1,'(for external MOSFET)');")); // 0 is field type, 1 is actual field } uint16_t getId() @@ -373,3 +400,4 @@ const char UsermodTemperature::_name[] PROGMEM = "Temperature"; const char UsermodTemperature::_enabled[] PROGMEM = "enabled"; const char UsermodTemperature::_readInterval[] PROGMEM = "read-interval-s"; const char UsermodTemperature::_parasite[] PROGMEM = "parasite-pwr"; +const char UsermodTemperature::_parasitePin[] PROGMEM = "parasite-pwr-pin"; diff --git a/usermods/VL53L0X_gestures/readme.md b/usermods/VL53L0X_gestures/readme.md index 74c970dcb..a230b1a65 100644 --- a/usermods/VL53L0X_gestures/readme.md +++ b/usermods/VL53L0X_gestures/readme.md @@ -1,10 +1,10 @@ # Description -That usermod implements support of simple hand gestures with VL53L0X sensor: on/off and brightness correction. -It can be useful for kitchen strips to avoid any touches. - - on/off - just swipe a hand below your sensor ("shortPressAction" is called and can be customized through WLED macros) - - brightness correction - keep your hand below sensor for 1 second to switch to "brightness" mode. - Configure brightness by changing distance to the sensor (see parameters below for customization). +Implements support of simple hand gestures via a VL53L0X sensor: on/off and brightness adjustment. +Useful for controlling strips when you want to avoid touching anything. + - on/off - swipe your hand below the sensor ("shortPressAction" is called. Can be customized via WLED macros) + - brightness adjustment - hold your hand below the sensor for 1 second to switch to "brightness" mode. + adjust the brightness by changing the distance between your hand and the sensor (see parameters below for customization). ## Installation @@ -26,4 +26,4 @@ default_envs = nodemcuv2 build_flags = ${env.build_flags} -D USERMOD_VL53L0X_GESTURES lib_deps = ${env.lib_deps} pololu/VL53L0X @ ^1.3.0 -``` \ No newline at end of file +``` diff --git a/usermods/Wemos_D1_mini+Wemos32_mini_shield/readme.md b/usermods/Wemos_D1_mini+Wemos32_mini_shield/readme.md index eebc50da2..105f2a24f 100644 --- a/usermods/Wemos_D1_mini+Wemos32_mini_shield/readme.md +++ b/usermods/Wemos_D1_mini+Wemos32_mini_shield/readme.md @@ -9,10 +9,10 @@ ## Features - SSD1306 128x32 or 128x64 I2C OLED display - On screen IP address, SSID and controller status (e.g. ON or OFF, recent effect) -- Auto display shutoff for saving display lifetime +- Auto display shutoff for extending display lifetime - Dallas temperature sensor - Reporting temperature to MQTT broker -- Relay for energy saving +- Relay for saving energy ## Hardware ![Shield](https://github.com/srg74/WLED-wemos-shield/blob/master/resources/Images/Assembly_8.jpg) diff --git a/usermods/Wemos_D1_mini+Wemos32_mini_shield/usermod.cpp b/usermods/Wemos_D1_mini+Wemos32_mini_shield/usermod.cpp index c7eb8ee09..78cc32a81 100644 --- a/usermods/Wemos_D1_mini+Wemos32_mini_shield/usermod.cpp +++ b/usermods/Wemos_D1_mini+Wemos32_mini_shield/usermod.cpp @@ -101,6 +101,7 @@ void userLoop() { if (temptimer - lastMeasure > 60000) { lastMeasure = temptimer; +#ifndef WLED_DISABLE_MQTT //Check if MQTT Connected, otherwise it will crash the 8266 if (mqtt != nullptr) { @@ -116,6 +117,7 @@ void userLoop() { t += "/temperature"; mqtt->publish(t.c_str(), 0, true, String(board_temperature).c_str()); } + #endif } // Check if we time interval for redrawing passes. diff --git a/usermods/Wemos_D1_mini+Wemos32_mini_shield/usermod_bme280.cpp b/usermods/Wemos_D1_mini+Wemos32_mini_shield/usermod_bme280.cpp index 05d4e77a4..c9d9a527e 100644 --- a/usermods/Wemos_D1_mini+Wemos32_mini_shield/usermod_bme280.cpp +++ b/usermods/Wemos_D1_mini+Wemos32_mini_shield/usermod_bme280.cpp @@ -103,6 +103,7 @@ void userLoop() { { lastMeasure = tempTimer; +#ifndef WLED_DISABLE_MQTT // Check if MQTT Connected, otherwise it will crash the 8266 if (mqtt != nullptr) { @@ -122,6 +123,7 @@ void userLoop() { h += "/humidity"; mqtt->publish(h.c_str(), 0, true, String(board_humidity).c_str()); } + #endif } // Check if we time interval for redrawing passes. diff --git a/usermods/audioreactive/audio_reactive.h b/usermods/audioreactive/audio_reactive.h index 7f09fc789..09cc931c9 100644 --- a/usermods/audioreactive/audio_reactive.h +++ b/usermods/audioreactive/audio_reactive.h @@ -4,7 +4,7 @@ #include #include -#ifndef ESP32 +#ifndef ARDUINO_ARCH_ESP32 #error This audio reactive usermod does not support the ESP8266. #endif @@ -25,38 +25,46 @@ // #define FFT_SAMPLING_LOG // FFT result debugging // #define SR_DEBUG // generic SR DEBUG messages - #ifdef SR_DEBUG - #define DEBUGSR_PRINT(x) Serial.print(x) - #define DEBUGSR_PRINTLN(x) Serial.println(x) - #define DEBUGSR_PRINTF(x...) Serial.printf(x) + #define DEBUGSR_PRINT(x) DEBUGOUT.print(x) + #define DEBUGSR_PRINTLN(x) DEBUGOUT.println(x) + #define DEBUGSR_PRINTF(x...) DEBUGOUT.printf(x) #else #define DEBUGSR_PRINT(x) #define DEBUGSR_PRINTLN(x) #define DEBUGSR_PRINTF(x...) #endif +#if defined(MIC_LOGGER) || defined(FFT_SAMPLING_LOG) + #define PLOT_PRINT(x) DEBUGOUT.print(x) + #define PLOT_PRINTLN(x) DEBUGOUT.println(x) + #define PLOT_PRINTF(x...) DEBUGOUT.printf(x) +#else + #define PLOT_PRINT(x) + #define PLOT_PRINTLN(x) + #define PLOT_PRINTF(x...) +#endif +// use audio source class (ESP32 specific) #include "audio_source.h" - -constexpr i2s_port_t I2S_PORT = I2S_NUM_0; -constexpr int BLOCK_SIZE = 128; -constexpr SRate_t SAMPLE_RATE = 22050; // Base sample rate in Hz - 22Khz is a standard rate. Physical sample time -> 23ms -//constexpr SRate_t SAMPLE_RATE = 16000; // 16kHz - use if FFTtask takes more than 20ms. Physical sample time -> 32ms -//constexpr SRate_t SAMPLE_RATE = 20480; // Base sample rate in Hz - 20Khz is experimental. Physical sample time -> 25ms -//constexpr SRate_t SAMPLE_RATE = 10240; // Base sample rate in Hz - previous default. Physical sample time -> 50ms - -#define FFT_MIN_CYCLE 21 // minimum time before FFT task is repeated. Use with 22Khz sampling -//#define FFT_MIN_CYCLE 30 // Use with 16Khz sampling -//#define FFT_MIN_CYCLE 23 // minimum time before FFT task is repeated. Use with 20Khz sampling -//#define FFT_MIN_CYCLE 46 // minimum time before FFT task is repeated. Use with 10Khz sampling +constexpr i2s_port_t I2S_PORT = I2S_NUM_0; // I2S port to use (do not change !) +constexpr int BLOCK_SIZE = 128; // I2S buffer size (samples) // globals static uint8_t inputLevel = 128; // UI slider value -static uint8_t soundSquelch = 10; // squelch value for volume reactive routines (config value) -static uint8_t sampleGain = 60; // sample gain (config value) -static uint8_t soundAgc = 0; // Automagic gain control: 0 - none, 1 - normal, 2 - vivid, 3 - lazy (config value) +#ifndef SR_SQUELCH + uint8_t soundSquelch = 10; // squelch value for volume reactive routines (config value) +#else + uint8_t soundSquelch = SR_SQUELCH; // squelch value for volume reactive routines (config value) +#endif +#ifndef SR_GAIN + uint8_t sampleGain = 60; // sample gain (config value) +#else + uint8_t sampleGain = SR_GAIN; // sample gain (config value) +#endif +static uint8_t soundAgc = 1; // Automagic gain control: 0 - none, 1 - normal, 2 - vivid, 3 - lazy (config value) static uint8_t audioSyncEnabled = 0; // bit field: bit 0 - send, bit 1 - receive (config value) +static bool udpSyncConnected = false; // UDP connection status -> true if connected to multicast group // user settable parameters for limitSoundDynamics() static bool limiterOn = true; // bool: enable / disable dynamics limiter @@ -86,11 +94,13 @@ const float agcSampleSmooth[AGC_NUM_PRESETS] = { 1/12.f, 1/6.f, 1/16.f}; // static AudioSource *audioSource = nullptr; static volatile bool disableSoundProcessing = false; // if true, sound processing (FFT, filters, AGC) will be suspended. "volatile" as its shared between tasks. +static bool useBandPassFilter = false; // if true, enables a bandpass filter 80Hz-16Khz to remove noise. Applies before FFT. // audioreactive variables shared with FFT task static float micDataReal = 0.0f; // MicIn data with full 24bit resolution - lowest 8bit after decimal point static float multAgc = 1.0f; // sample * multAgc = sampleAgc. Our AGC multiplier static float sampleAvg = 0.0f; // Smoothed Average sample - sampleAvg < 1 means "quiet" (simple noise gate) +static float sampleAgc = 0.0f; // Smoothed AGC sample // peak detection static bool samplePeak = false; // Boolean flag for peak - used in effects. Responding routine may reset this flag. Auto-reset after strip.getMinShowDelay() @@ -106,6 +116,62 @@ static void autoResetPeak(void); // peak auto-reset function // Begin FFT Code // //////////////////// +// some prototypes, to ensure consistent interfaces +static float mapf(float x, float in_min, float in_max, float out_min, float out_max); // map function for float +static float fftAddAvg(int from, int to); // average of several FFT result bins +void FFTcode(void * parameter); // audio processing task: read samples, run FFT, fill GEQ channels from FFT results +static void runMicFilter(uint16_t numSamples, float *sampleBuffer); // pre-filtering of raw samples (band-pass) +static void postProcessFFTResults(bool noiseGateOpen, int numberOfChannels); // post-processing and post-amp of GEQ channels + +#define NUM_GEQ_CHANNELS 16 // number of frequency channels. Don't change !! + +static TaskHandle_t FFT_Task = nullptr; + +// Table of multiplication factors so that we can even out the frequency response. +static float fftResultPink[NUM_GEQ_CHANNELS] = { 1.70f, 1.71f, 1.73f, 1.78f, 1.68f, 1.56f, 1.55f, 1.63f, 1.79f, 1.62f, 1.80f, 2.06f, 2.47f, 3.35f, 6.83f, 9.55f }; + +// globals and FFT Output variables shared with animations +static float FFT_MajorPeak = 1.0f; // FFT: strongest (peak) frequency +static float FFT_Magnitude = 0.0f; // FFT: volume (magnitude) of peak frequency +static uint8_t fftResult[NUM_GEQ_CHANNELS]= {0};// Our calculated freq. channel result table to be used by effects +#if defined(WLED_DEBUG) || defined(SR_DEBUG) +static uint64_t fftTime = 0; +static uint64_t sampleTime = 0; +#endif + +// FFT Task variables (filtering and post-processing) +static float fftCalc[NUM_GEQ_CHANNELS] = {0.0f}; // Try and normalize fftBin values to a max of 4096, so that 4096/16 = 256. +static float fftAvg[NUM_GEQ_CHANNELS] = {0.0f}; // Calculated frequency channel results, with smoothing (used if dynamics limiter is ON) +#ifdef SR_DEBUG +static float fftResultMax[NUM_GEQ_CHANNELS] = {0.0f}; // A table used for testing to determine how our post-processing is working. +#endif + +// audio source parameters and constant +constexpr SRate_t SAMPLE_RATE = 22050; // Base sample rate in Hz - 22Khz is a standard rate. Physical sample time -> 23ms +//constexpr SRate_t SAMPLE_RATE = 16000; // 16kHz - use if FFTtask takes more than 20ms. Physical sample time -> 32ms +//constexpr SRate_t SAMPLE_RATE = 20480; // Base sample rate in Hz - 20Khz is experimental. Physical sample time -> 25ms +//constexpr SRate_t SAMPLE_RATE = 10240; // Base sample rate in Hz - previous default. Physical sample time -> 50ms +#define FFT_MIN_CYCLE 21 // minimum time before FFT task is repeated. Use with 22Khz sampling +//#define FFT_MIN_CYCLE 30 // Use with 16Khz sampling +//#define FFT_MIN_CYCLE 23 // minimum time before FFT task is repeated. Use with 20Khz sampling +//#define FFT_MIN_CYCLE 46 // minimum time before FFT task is repeated. Use with 10Khz sampling + +// FFT Constants +constexpr uint16_t samplesFFT = 512; // Samples in an FFT batch - This value MUST ALWAYS be a power of 2 +constexpr uint16_t samplesFFT_2 = 256; // meaningfull part of FFT results - only the "lower half" contains useful information. +// the following are observed values, supported by a bit of "educated guessing" +//#define FFT_DOWNSCALE 0.65f // 20kHz - downscaling factor for FFT results - "Flat-Top" window @20Khz, old freq channels +#define FFT_DOWNSCALE 0.46f // downscaling factor for FFT results - for "Flat-Top" window @22Khz, new freq channels +#define LOG_256 5.54517744f // log(256) + +// These are the input and output vectors. Input vectors receive computed results from FFT. +static float vReal[samplesFFT] = {0.0f}; // FFT sample inputs / freq output - these are our raw result bins +static float vImag[samplesFFT] = {0.0f}; // imaginary parts +#ifdef UM_AUDIOREACTIVE_USE_NEW_FFT +static float windowWeighingFactors[samplesFFT] = {0.0f}; +#endif + +// Create FFT object #ifdef UM_AUDIOREACTIVE_USE_NEW_FFT // lib_deps += https://github.com/kosme/arduinoFFT#develop @ 1.9.2 #define FFT_SPEED_OVER_PRECISION // enables use of reciprocals (1/x etc), and an a few other speedups @@ -116,58 +182,20 @@ static void autoResetPeak(void); // peak auto-reset function #endif #include -// FFT Output variables shared with animations -#define NUM_GEQ_CHANNELS 16 // number of frequency channels. Don't change !! -static float FFT_MajorPeak = 1.0f; // FFT: strongest (peak) frequency -static float FFT_Magnitude = 0.0f; // FFT: volume (magnitude) of peak frequency -static uint8_t fftResult[NUM_GEQ_CHANNELS]= {0};// Our calculated freq. channel result table to be used by effects - -// FFT Constants -constexpr uint16_t samplesFFT = 512; // Samples in an FFT batch - This value MUST ALWAYS be a power of 2 -constexpr uint16_t samplesFFT_2 = 256; // meaningfull part of FFT results - only the "lower half" contains useful information. - -// These are the input and output vectors. Input vectors receive computed results from FFT. -static float vReal[samplesFFT] = {0.0f}; // FFT sample inputs / freq output - these are our raw result bins -static float vImag[samplesFFT] = {0.0f}; // imaginary parts - -// the following are observed values, supported by a bit of "educated guessing" -//#define FFT_DOWNSCALE 0.65f // 20kHz - downscaling factor for FFT results - "Flat-Top" window @20Khz, old freq channels -#define FFT_DOWNSCALE 0.46f // downscaling factor for FFT results - for "Flat-Top" window @22Khz, new freq channels -#define LOG_256 5.54517744 - -#ifdef UM_AUDIOREACTIVE_USE_NEW_FFT -static float windowWeighingFactors[samplesFFT] = {0.0f}; -#endif - -// Try and normalize fftBin values to a max of 4096, so that 4096/16 = 256. -static float fftCalc[NUM_GEQ_CHANNELS] = {0.0f}; -static float fftAvg[NUM_GEQ_CHANNELS] = {0.0f}; // Calculated frequency channel results, with smoothing (used if dynamics limiter is ON) -#ifdef SR_DEBUG -static float fftResultMax[NUM_GEQ_CHANNELS] = {0.0f}; // A table used for testing to determine how our post-processing is working. -#endif - -#if defined(WLED_DEBUG) || defined(SR_DEBUG) -static uint64_t fftTime = 0; -static uint64_t sampleTime = 0; -#endif - -// Table of multiplication factors so that we can even out the frequency response. -static float fftResultPink[NUM_GEQ_CHANNELS] = { 1.70f, 1.71f, 1.73f, 1.78f, 1.68f, 1.56f, 1.55f, 1.63f, 1.79f, 1.62f, 1.80f, 2.06f, 2.47f, 3.35f, 6.83f, 9.55f }; - -// Create FFT object #ifdef UM_AUDIOREACTIVE_USE_NEW_FFT static ArduinoFFT FFT = ArduinoFFT( vReal, vImag, samplesFFT, SAMPLE_RATE, windowWeighingFactors); #else static arduinoFFT FFT = arduinoFFT(vReal, vImag, samplesFFT, SAMPLE_RATE); #endif -static TaskHandle_t FFT_Task = nullptr; +// Helper functions // float version of map() static float mapf(float x, float in_min, float in_max, float out_min, float out_max){ return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; } +// compute average of several FFT resut bins static float fftAddAvg(int from, int to) { float result = 0.0f; for (int i = from; i <= to; i++) { @@ -176,7 +204,9 @@ static float fftAddAvg(int from, int to) { return result / float(to - from + 1); } +// // FFT main task +// void FFTcode(void * parameter) { DEBUGSR_PRINT("FFT started on core: "); DEBUGSR_PRINTLN(xPortGetCoreID()); @@ -213,6 +243,10 @@ void FFTcode(void * parameter) xLastWakeTime = xTaskGetTickCount(); // update "last unblocked time" for vTaskDelay + // band pass filter - can reduce noise floor by a factor of 50 + // downside: frequencies below 100Hz will be ignored + if (useBandPassFilter) runMicFilter(samplesFFT, vReal); + // find highest sample in the batch float maxSample = 0.0f; // max sample from FFT batch for (int i=0; i < samplesFFT; i++) { @@ -229,7 +263,7 @@ void FFTcode(void * parameter) #ifdef SR_DEBUG if (true) { // this allows measure FFT runtimes, as it disables the "only when needed" optimization #else - if (sampleAvg > 0.5f) { // noise gate open means that FFT results will be used. Don't run FFT if results are not needed. + if (sampleAvg > 0.25f) { // noise gate open means that FFT results will be used. Don't run FFT if results are not needed. #endif // run FFT (takes 3-5ms on ESP32, ~12ms on ESP32-S2) @@ -273,7 +307,7 @@ void FFTcode(void * parameter) } // for() // mapping of FFT result bins to frequency channels - if (sampleAvg > 0.5f) { // noise gate open + if (fabsf(sampleAvg) > 0.5f) { // noise gate open #if 0 /* This FFT post processing is a DIY endeavour. What we really need is someone with sound engineering expertise to do a great job here AND most importantly, that the animations look GREAT as a result. * @@ -303,10 +337,22 @@ void FFTcode(void * parameter) #else /* new mapping, optimized for 22050 Hz by softhack007 */ // bins frequency range - fftCalc[ 0] = fftAddAvg(1,2); // 1 43 - 86 sub-bass - fftCalc[ 1] = fftAddAvg(2,3); // 1 86 - 129 bass - fftCalc[ 2] = fftAddAvg(3,5); // 2 129 - 216 bass - fftCalc[ 3] = fftAddAvg(5,7); // 2 216 - 301 bass + midrange + if (useBandPassFilter) { + // skip frequencies below 100hz + fftCalc[ 0] = 0.8f * fftAddAvg(3,4); + fftCalc[ 1] = 0.9f * fftAddAvg(4,5); + fftCalc[ 2] = fftAddAvg(5,6); + fftCalc[ 3] = fftAddAvg(6,7); + // don't use the last bins from 206 to 255. + fftCalc[15] = fftAddAvg(165,205) * 0.75f; // 40 7106 - 8828 high -- with some damping + } else { + fftCalc[ 0] = fftAddAvg(1,2); // 1 43 - 86 sub-bass + fftCalc[ 1] = fftAddAvg(2,3); // 1 86 - 129 bass + fftCalc[ 2] = fftAddAvg(3,5); // 2 129 - 216 bass + fftCalc[ 3] = fftAddAvg(5,7); // 2 216 - 301 bass + midrange + // don't use the last bins from 216 to 255. They are usually contaminated by aliasing (aka noise) + fftCalc[15] = fftAddAvg(165,215) * 0.70f; // 50 7106 - 9259 high -- with some damping + } fftCalc[ 4] = fftAddAvg(7,10); // 3 301 - 430 midrange fftCalc[ 5] = fftAddAvg(10,13); // 3 430 - 560 midrange fftCalc[ 6] = fftAddAvg(13,19); // 5 560 - 818 midrange @@ -318,8 +364,6 @@ void FFTcode(void * parameter) fftCalc[12] = fftAddAvg(70,86); // 16 3015 - 3704 high mid fftCalc[13] = fftAddAvg(86,104); // 18 3704 - 4479 high mid fftCalc[14] = fftAddAvg(104,165) * 0.88f; // 61 4479 - 7106 high mid + high -- with slight damping - fftCalc[15] = fftAddAvg(165,215) * 0.70f; // 50 7106 - 9259 high -- with some damping - // don't use the last bins from 216 to 255. They are usually contaminated by aliasing (aka noise) #endif } else { // noise gate closed - just decay old values for (int i=0; i < NUM_GEQ_CHANNELS; i++) { @@ -329,9 +373,67 @@ void FFTcode(void * parameter) } // post-processing of frequency channels (pink noise adjustment, AGC, smooting, scaling) - for (int i=0; i < NUM_GEQ_CHANNELS; i++) { + postProcessFFTResults((fabsf(sampleAvg) > 0.25f)? true : false , NUM_GEQ_CHANNELS); - if (sampleAvg > 0.5f) { // noise gate open +#if defined(WLED_DEBUG) || defined(SR_DEBUG) + if (haveDoneFFT && (start < esp_timer_get_time())) { // filter out overflows + uint64_t fftTimeInMillis = ((esp_timer_get_time() - start) +5ULL) / 10ULL; // "+5" to ensure proper rounding + fftTime = (fftTimeInMillis*3 + fftTime*7)/10; // smooth + } +#endif + // run peak detection + autoResetPeak(); + detectSamplePeak(); + + #if !defined(I2S_GRAB_ADC1_COMPLETELY) + if ((audioSource == nullptr) || (audioSource->getType() != AudioSource::Type_I2SAdc)) // the "delay trick" does not help for analog ADC + #endif + vTaskDelayUntil( &xLastWakeTime, xFrequency); // release CPU, and let I2S fill its buffers + + } // for(;;)ever +} // FFTcode() task end + + +/////////////////////////// +// Pre / Postprocessing // +/////////////////////////// + +static void runMicFilter(uint16_t numSamples, float *sampleBuffer) // pre-filtering of raw samples (band-pass) +{ + // low frequency cutoff parameter - see https://dsp.stackexchange.com/questions/40462/exponential-moving-average-cut-off-frequency + //constexpr float alpha = 0.04f; // 150Hz + //constexpr float alpha = 0.03f; // 110Hz + constexpr float alpha = 0.0225f; // 80hz + //constexpr float alpha = 0.01693f;// 60hz + // high frequency cutoff parameter + //constexpr float beta1 = 0.75f; // 11Khz + //constexpr float beta1 = 0.82f; // 15Khz + //constexpr float beta1 = 0.8285f; // 18Khz + constexpr float beta1 = 0.85f; // 20Khz + + constexpr float beta2 = (1.0f - beta1) / 2.0; + static float last_vals[2] = { 0.0f }; // FIR high freq cutoff filter + static float lowfilt = 0.0f; // IIR low frequency cutoff filter + + for (int i=0; i < numSamples; i++) { + // FIR lowpass, to remove high frequency noise + float highFilteredSample; + if (i < (numSamples-1)) highFilteredSample = beta1*sampleBuffer[i] + beta2*last_vals[0] + beta2*sampleBuffer[i+1]; // smooth out spikes + else highFilteredSample = beta1*sampleBuffer[i] + beta2*last_vals[0] + beta2*last_vals[1]; // spcial handling for last sample in array + last_vals[1] = last_vals[0]; + last_vals[0] = sampleBuffer[i]; + sampleBuffer[i] = highFilteredSample; + // IIR highpass, to remove low frequency noise + lowfilt += alpha * (sampleBuffer[i] - lowfilt); + sampleBuffer[i] = sampleBuffer[i] - lowfilt; + } +} + +static void postProcessFFTResults(bool noiseGateOpen, int numberOfChannels) // post-processing and post-amp of GEQ channels +{ + for (int i=0; i < numberOfChannels; i++) { + + if (noiseGateOpen) { // noise gate open // Adjustment for frequency curves. fftCalc[i] *= fftResultPink[i]; if (FFTScalingMode > 0) fftCalc[i] *= FFT_DOWNSCALE; // adjustment related to FFT windowing function @@ -401,36 +503,23 @@ void FFTcode(void * parameter) } fftResult[i] = constrain((int)currentResult, 0, 255); } - -#if defined(WLED_DEBUG) || defined(SR_DEBUG) - if (haveDoneFFT && (start < esp_timer_get_time())) { // filter out overflows - uint64_t fftTimeInMillis = ((esp_timer_get_time() - start) +5ULL) / 10ULL; // "+5" to ensure proper rounding - fftTime = (fftTimeInMillis*3 + fftTime*7)/10; // smooth - } -#endif - // run peak detection - autoResetPeak(); - detectSamplePeak(); - - #if !defined(I2S_GRAB_ADC1_COMPLETELY) - if ((audioSource == nullptr) || (audioSource->getType() != AudioSource::Type_I2SAdc)) // the "delay trick" does not help for analog ADC - #endif - vTaskDelayUntil( &xLastWakeTime, xFrequency); // release CPU, and let I2S fill its buffers - - } // for(;;)ever -} // FFTcode() task end - - +} //////////////////// // Peak detection // //////////////////// // peak detection is called from FFT task when vReal[] contains valid FFT results static void detectSamplePeak(void) { + bool havePeak = false; + // Poor man's beat detection by seeing if sample > Average + some value. + // This goes through ALL of the 255 bins - but ignores stupid settings + // Then we got a peak, else we don't. The peak has to time out on its own in order to support UDP sound sync. if ((sampleAvg > 1) && (maxVol > 0) && (binNum > 1) && (vReal[binNum] > maxVol) && ((millis() - timeOfPeak) > 100)) { - // This goes through ALL of the 255 bins - but ignores stupid settings - // Then we got a peak, else we don't. The peak has to time out on its own in order to support UDP sound sync. + havePeak = true; + } + + if (havePeak) { samplePeak = true; timeOfPeak = millis(); udpSamplePeak = true; @@ -459,10 +548,11 @@ class AudioReactive : public Usermod { #else int8_t audioPin = AUDIOPIN; #endif - #ifndef DMTYPE // I2S mic type + #ifndef SR_DMTYPE // I2S mic type uint8_t dmType = 1; // 0=none/disabled/analog; 1=generic I2S + #define SR_DMTYPE 1 // default type = I2S #else - uint8_t dmType = DMTYPE; + uint8_t dmType = SR_DMTYPE; #endif #ifndef I2S_SDPIN // aka DOUT int8_t i2ssdPin = 32; @@ -526,7 +616,6 @@ class AudioReactive : public Usermod { // variables for UDP sound sync WiFiUDP fftUdp; // UDP object for sound sync (from WiFi UDP, not Async UDP!) - bool udpSyncConnected = false;// UDP connection status -> true if connected to multicast group unsigned long lastTime = 0; // last time of running UDP Microphone Sync const uint16_t delayMs = 10; // I don't want to sample too often and overload WLED uint16_t audioSyncPort= 11988;// default port for UDP sound sync @@ -538,15 +627,14 @@ class AudioReactive : public Usermod { // variables used by getSample() and agcAvg() int16_t micIn = 0; // Current sample starts with negative values and large values, which is why it's 16 bit signed double sampleMax = 0.0; // Max sample over a few seconds. Needed for AGC controler. - float micLev = 0.0f; // Used to convert returned value to have '0' as minimum. A leveller + double micLev = 0.0; // Used to convert returned value to have '0' as minimum. A leveller float expAdjF = 0.0f; // Used for exponential filter. float sampleReal = 0.0f; // "sampleRaw" as float, to provide bits that are lost otherwise (before amplification by sampleGain or inputLevel). Needed for AGC. int16_t sampleRaw = 0; // Current sample. Must only be updated ONCE!!! (amplified mic value by sampleGain and inputLevel) int16_t rawSampleAgc = 0; // not smoothed AGC sample - float sampleAgc = 0.0f; // Smoothed AGC sample // variables used in effects - float volumeSmth = 0.0f; // either sampleAvg or sampleAgc depending on soundAgc; smoothed sample + float volumeSmth = 0.0f; // either sampleAvg or sampleAgc depending on soundAgc; smoothed sample int16_t volumeRaw = 0; // either sampleRaw or rawSampleAgc depending on soundAgc float my_magnitude =0.0f; // FFT_Magnitude, scaled by multAgc @@ -576,28 +664,28 @@ class AudioReactive : public Usermod { if (disableSoundProcessing && (!udpSyncConnected || ((audioSyncEnabled & 0x02) == 0))) return; // no audio availeable #ifdef MIC_LOGGER // Debugging functions for audio input and sound processing. Comment out the values you want to see - Serial.print("micReal:"); Serial.print(micDataReal); Serial.print("\t"); - Serial.print("volumeSmth:"); Serial.print(volumeSmth); Serial.print("\t"); - //Serial.print("volumeRaw:"); Serial.print(volumeRaw); Serial.print("\t"); - //Serial.print("DC_Level:"); Serial.print(micLev); Serial.print("\t"); - //Serial.print("sampleAgc:"); Serial.print(sampleAgc); Serial.print("\t"); - //Serial.print("sampleAvg:"); Serial.print(sampleAvg); Serial.print("\t"); - //Serial.print("sampleReal:"); Serial.print(sampleReal); Serial.print("\t"); - //Serial.print("micIn:"); Serial.print(micIn); Serial.print("\t"); - //Serial.print("sample:"); Serial.print(sample); Serial.print("\t"); - //Serial.print("sampleMax:"); Serial.print(sampleMax); Serial.print("\t"); - //Serial.print("samplePeak:"); Serial.print((samplePeak!=0) ? 128:0); Serial.print("\t"); - //Serial.print("multAgc:"); Serial.print(multAgc, 4); Serial.print("\t"); - Serial.println(); + PLOT_PRINT("micReal:"); PLOT_PRINT(micDataReal); PLOT_PRINT("\t"); + PLOT_PRINT("volumeSmth:"); PLOT_PRINT(volumeSmth); PLOT_PRINT("\t"); + //PLOT_PRINT("volumeRaw:"); PLOT_PRINT(volumeRaw); PLOT_PRINT("\t"); + PLOT_PRINT("DC_Level:"); PLOT_PRINT(micLev); PLOT_PRINT("\t"); + //PLOT_PRINT("sampleAgc:"); PLOT_PRINT(sampleAgc); PLOT_PRINT("\t"); + //PLOT_PRINT("sampleAvg:"); PLOT_PRINT(sampleAvg); PLOT_PRINT("\t"); + //PLOT_PRINT("sampleReal:"); PLOT_PRINT(sampleReal); PLOT_PRINT("\t"); + //PLOT_PRINT("micIn:"); PLOT_PRINT(micIn); PLOT_PRINT("\t"); + //PLOT_PRINT("sample:"); PLOT_PRINT(sample); PLOT_PRINT("\t"); + //PLOT_PRINT("sampleMax:"); PLOT_PRINT(sampleMax); PLOT_PRINT("\t"); + //PLOT_PRINT("samplePeak:"); PLOT_PRINT((samplePeak!=0) ? 128:0); PLOT_PRINT("\t"); + //PLOT_PRINT("multAgc:"); PLOT_PRINT(multAgc, 4); PLOT_PRINT("\t"); + PLOT_PRINTLN(); #endif #ifdef FFT_SAMPLING_LOG #if 0 for(int i=0; i 0.5f)) { sampleMax = sampleMax + 0.5f * (sampleReal - sampleMax); // new peak - with some filtering + // another simple way to detect samplePeak + if ((binNum < 10) && (millis() - timeOfPeak > 80) && (sampleAvg > 1)) { + samplePeak = true; + timeOfPeak = millis(); + udpSamplePeak = true; + } } else { if ((multAgc*sampleMax > agcZoneStop[AGC_preset]) && (soundAgc > 0)) sampleMax += 0.5f * (sampleReal - sampleMax); // over AGC Zone - get back quickly @@ -1015,11 +1110,14 @@ class AudioReactive : public Usermod { } // Reset I2S peripheral for good measure - i2s_driver_uninstall(I2S_NUM_0); + i2s_driver_uninstall(I2S_NUM_0); // E (696) I2S: i2s_driver_uninstall(2006): I2S port 0 has not installed #if !defined(CONFIG_IDF_TARGET_ESP32C3) + delay(100); periph_module_reset(PERIPH_I2S0_MODULE); // not possible on -C3 #endif delay(100); // Give that poor microphone some time to setup. + + useBandPassFilter = false; switch (dmType) { #if defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3) // stub cases for not-yet-supported I2S modes on other ESP32 chips @@ -1048,14 +1146,15 @@ class AudioReactive : public Usermod { break; case 4: DEBUGSR_PRINT(F("AR: Generic I2S Microphone with Master Clock - ")); DEBUGSR_PRINTLN(F(I2S_MIC_CHANNEL_TEXT)); - audioSource = new I2SSource(SAMPLE_RATE, BLOCK_SIZE); + audioSource = new I2SSource(SAMPLE_RATE, BLOCK_SIZE, 1.0f/24.0f); delay(100); if (audioSource) audioSource->initialize(i2swsPin, i2ssdPin, i2sckPin, mclkPin); break; #if !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32C3) case 5: - DEBUGSR_PRINT(F("AR: I2S PDM Microphone - ")); DEBUGSR_PRINTLN(F(I2S_MIC_CHANNEL_TEXT)); - audioSource = new I2SSource(SAMPLE_RATE, BLOCK_SIZE); + DEBUGSR_PRINT(F("AR: I2S PDM Microphone - ")); DEBUGSR_PRINTLN(F(I2S_PDM_MIC_CHANNEL_TEXT)); + audioSource = new I2SSource(SAMPLE_RATE, BLOCK_SIZE, 1.0f/4.0f); + useBandPassFilter = true; // this reduces the noise floor on SPM1423 from 5% Vpp (~380) down to 0.05% Vpp (~5) delay(100); if (audioSource) audioSource->initialize(i2swsPin, i2ssdPin); break; @@ -1079,7 +1178,11 @@ class AudioReactive : public Usermod { if (enabled) disableSoundProcessing = false; // all good - enable audio processing if((!audioSource) || (!audioSource->isInitialized())) { // audio source failed to initialize. Still stay "enabled", as there might be input arriving via UDP Sound Sync + #ifdef WLED_DEBUG + DEBUG_PRINTLN(F("AR: Failed to initialize sound input driver. Please check input PIN settings.")); + #else DEBUGSR_PRINTLN(F("AR: Failed to initialize sound input driver. Please check input PIN settings.")); + #endif disableSoundProcessing = true; } @@ -1353,10 +1456,11 @@ class AudioReactive : public Usermod { if (enabled) { // Input Level Slider if (disableSoundProcessing == false) { // only show slider when audio processing is running - if (soundAgc > 0) + if (soundAgc > 0) { infoArr = user.createNestedArray(F("GEQ Input Level")); // if AGC is on, this slider only affects fftResult[] frequencies - else + } else { infoArr = user.createNestedArray(F("Audio Input Level")); + } uiDomString = F("
= FFT_MIN_CYCLE) // FFT time over budget -> I2S buffer will overflow infoArr.add("! ms"); else if ((fftTime/80 + sampleTime/80) >= FFT_MIN_CYCLE) // FFT time >75% of budget -> risk of instability @@ -1541,8 +1645,10 @@ class AudioReactive : public Usermod { JsonObject top = root.createNestedObject(FPSTR(_name)); top[FPSTR(_enabled)] = enabled; + #if !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S3) JsonObject amic = top.createNestedObject(FPSTR(_analogmic)); amic["pin"] = audioPin; + #endif JsonObject dmic = top.createNestedObject(FPSTR(_digitalmic)); dmic[F("type")] = dmType; @@ -1554,18 +1660,18 @@ class AudioReactive : public Usermod { pinArray.add(sdaPin); pinArray.add(sclPin); - JsonObject cfg = top.createNestedObject("cfg"); + JsonObject cfg = top.createNestedObject("config"); cfg[F("squelch")] = soundSquelch; cfg[F("gain")] = sampleGain; cfg[F("AGC")] = soundAgc; JsonObject dynLim = top.createNestedObject("dynamics"); - dynLim[F("Limiter")] = limiterOn; - dynLim[F("Rise")] = attackTime; - dynLim[F("Fall")] = decayTime; + dynLim[F("limiter")] = limiterOn; + dynLim[F("rise")] = attackTime; + dynLim[F("fall")] = decayTime; - JsonObject freqScale = top.createNestedObject("Frequency"); - freqScale[F("Scale")] = FFTScalingMode; + JsonObject freqScale = top.createNestedObject("frequency"); + freqScale[F("scale")] = FFTScalingMode; JsonObject sync = top.createNestedObject("sync"); sync[F("port")] = audioSyncPort; @@ -1595,9 +1701,20 @@ class AudioReactive : public Usermod { configComplete &= getJsonValue(top[FPSTR(_enabled)], enabled); + #if !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S3) configComplete &= getJsonValue(top[FPSTR(_analogmic)]["pin"], audioPin); + #else + audioPin = -1; // MCU does not support analog mic + #endif configComplete &= getJsonValue(top[FPSTR(_digitalmic)]["type"], dmType); + #if defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3) + if (dmType == 0) dmType = SR_DMTYPE; // MCU does not support analog + #if defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3) + if (dmType == 5) dmType = SR_DMTYPE; // MCU does not support PDM + #endif + #endif + configComplete &= getJsonValue(top[FPSTR(_digitalmic)]["pin"][0], i2ssdPin); configComplete &= getJsonValue(top[FPSTR(_digitalmic)]["pin"][1], i2swsPin); configComplete &= getJsonValue(top[FPSTR(_digitalmic)]["pin"][2], i2sckPin); @@ -1605,15 +1722,15 @@ class AudioReactive : public Usermod { configComplete &= getJsonValue(top[FPSTR(_digitalmic)]["pin"][4], sdaPin); configComplete &= getJsonValue(top[FPSTR(_digitalmic)]["pin"][5], sclPin); - configComplete &= getJsonValue(top["cfg"][F("squelch")], soundSquelch); - configComplete &= getJsonValue(top["cfg"][F("gain")], sampleGain); - configComplete &= getJsonValue(top["cfg"][F("AGC")], soundAgc); + configComplete &= getJsonValue(top["config"][F("squelch")], soundSquelch); + configComplete &= getJsonValue(top["config"][F("gain")], sampleGain); + configComplete &= getJsonValue(top["config"][F("AGC")], soundAgc); - configComplete &= getJsonValue(top["dynamics"][F("Limiter")], limiterOn); - configComplete &= getJsonValue(top["dynamics"][F("Rise")], attackTime); - configComplete &= getJsonValue(top["dynamics"][F("Fall")], decayTime); + configComplete &= getJsonValue(top["dynamics"][F("limiter")], limiterOn); + configComplete &= getJsonValue(top["dynamics"][F("rise")], attackTime); + configComplete &= getJsonValue(top["dynamics"][F("fall")], decayTime); - configComplete &= getJsonValue(top["Frequency"][F("Scale")], FFTScalingMode); + configComplete &= getJsonValue(top["frequency"][F("scale")], FFTScalingMode); configComplete &= getJsonValue(top["sync"][F("port")], audioSyncPort); configComplete &= getJsonValue(top["sync"][F("mode")], audioSyncEnabled); @@ -1635,20 +1752,20 @@ class AudioReactive : public Usermod { #if !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32C3) oappend(SET_F("addOption(dd,'Generic I2S PDM',5);")); #endif - oappend(SET_F("dd=addDropdown('AudioReactive','cfg:AGC');")); + oappend(SET_F("dd=addDropdown('AudioReactive','config:AGC');")); oappend(SET_F("addOption(dd,'Off',0);")); oappend(SET_F("addOption(dd,'Normal',1);")); oappend(SET_F("addOption(dd,'Vivid',2);")); oappend(SET_F("addOption(dd,'Lazy',3);")); - oappend(SET_F("dd=addDropdown('AudioReactive','dynamics:Limiter');")); + oappend(SET_F("dd=addDropdown('AudioReactive','dynamics:limiter');")); oappend(SET_F("addOption(dd,'Off',0);")); oappend(SET_F("addOption(dd,'On',1);")); - oappend(SET_F("addInfo('AudioReactive:dynamics:Limiter',0,' On ');")); // 0 is field type, 1 is actual field - oappend(SET_F("addInfo('AudioReactive:dynamics:Rise',1,'ms (♪ effects only)');")); - oappend(SET_F("addInfo('AudioReactive:dynamics:Fall',1,'ms (♪ effects only)');")); + oappend(SET_F("addInfo('AudioReactive:dynamics:limiter',0,' On ');")); // 0 is field type, 1 is actual field + oappend(SET_F("addInfo('AudioReactive:dynamics:rise',1,'ms (♪ effects only)');")); + oappend(SET_F("addInfo('AudioReactive:dynamics:fall',1,'ms (♪ effects only)');")); - oappend(SET_F("dd=addDropdown('AudioReactive','Frequency:Scale');")); + oappend(SET_F("dd=addDropdown('AudioReactive','frequency:scale');")); oappend(SET_F("addOption(dd,'None',0);")); oappend(SET_F("addOption(dd,'Linear (Amplitude)',2);")); oappend(SET_F("addOption(dd,'Square Root (Energy)',3);")); @@ -1659,16 +1776,16 @@ class AudioReactive : public Usermod { oappend(SET_F("addOption(dd,'Send',1);")); oappend(SET_F("addOption(dd,'Receive',2);")); oappend(SET_F("addInfo('AudioReactive:digitalmic:type',1,'requires reboot!');")); // 0 is field type, 1 is actual field - oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',0,'I2S SD');")); - oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',1,'I2S WS');")); - oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',2,'I2S SCK');")); + oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',0,'sd/data/dout','I2S SD');")); + oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',1,'ws/clk/lrck','I2S WS');")); + oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',2,'sck/bclk','I2S SCK');")); #if !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S3) - oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',3,'I2S Master CLK only use -1, 0, 1 or 3 for MCLK');")); + oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',3,'only use -1, 0, 1 or 3','I2S MCLK');")); #else - oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',3,'I2S Master CLK');")); + oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',3,'master clock','I2S MCLK');")); #endif - oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',4,'I2C SDA');")); - oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',5,'I2C SCL');")); + oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',4,'','I2C SDA');")); + oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',5,'','I2C SCL');")); } diff --git a/usermods/audioreactive/audio_source.h b/usermods/audioreactive/audio_source.h index c76b2bb07..16bbbb658 100644 --- a/usermods/audioreactive/audio_source.h +++ b/usermods/audioreactive/audio_source.h @@ -23,11 +23,15 @@ // see https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/chip-series-comparison.html#related-documents // and https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/peripherals/i2s.html#overview-of-all-modes -#if defined(CONFIG_IDF_TARGET_ESP32C2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C5) || defined(CONFIG_IDF_TARGET_ESP32C6) || defined(CONFIG_IDF_TARGET_ESP32H2) +#if defined(CONFIG_IDF_TARGET_ESP32C2) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C5) || defined(CONFIG_IDF_TARGET_ESP32C6) || defined(CONFIG_IDF_TARGET_ESP32H2) || defined(ESP8266) || defined(ESP8265) // there are two things in these MCUs that could lead to problems with audio processing: // * no floating point hardware (FPU) support - FFT uses float calculations. If done in software, a strong slow-down can be expected (between 8x and 20x) // * single core, so FFT task might slow down other things like LED updates + #if !defined(SOC_I2S_NUM) || (SOC_I2S_NUM < 1) + #error This audio reactive usermod does not support ESP32-C2, ESP32-C3 or ESP32-S2. + #else #warning This audio reactive usermod does not support ESP32-C2, ESP32-C3 or ESP32-S2. + #endif #endif /* ToDo: remove. ES7243 is controlled via compiler defines @@ -76,11 +80,15 @@ #ifdef I2S_USE_RIGHT_CHANNEL #define I2S_MIC_CHANNEL I2S_CHANNEL_FMT_ONLY_LEFT #define I2S_MIC_CHANNEL_TEXT "right channel only (work-around swapped channel bug in IDF 4.4)." +#define I2S_PDM_MIC_CHANNEL I2S_CHANNEL_FMT_ONLY_RIGHT +#define I2S_PDM_MIC_CHANNEL_TEXT "right channel only" #else //#define I2S_MIC_CHANNEL I2S_CHANNEL_FMT_ALL_LEFT //#define I2S_MIC_CHANNEL I2S_CHANNEL_FMT_RIGHT_LEFT #define I2S_MIC_CHANNEL I2S_CHANNEL_FMT_ONLY_RIGHT #define I2S_MIC_CHANNEL_TEXT "left channel only (work-around swapped channel bug in IDF 4.4)." +#define I2S_PDM_MIC_CHANNEL I2S_CHANNEL_FMT_ONLY_LEFT +#define I2S_PDM_MIC_CHANNEL_TEXT "left channel only." #endif #else @@ -92,6 +100,9 @@ #define I2S_MIC_CHANNEL I2S_CHANNEL_FMT_ONLY_LEFT #define I2S_MIC_CHANNEL_TEXT "left channel only." #endif +#define I2S_PDM_MIC_CHANNEL I2S_MIC_CHANNEL +#define I2S_PDM_MIC_CHANNEL_TEXT I2S_MIC_CHANNEL_TEXT + #endif @@ -138,15 +149,17 @@ class AudioSource { virtual I2S_datatype postProcessSample(I2S_datatype sample_in) {return(sample_in);} // default method can be overriden by instances (ADC) that need sample postprocessing // Private constructor, to make sure it is not callable except from derived classes - AudioSource(SRate_t sampleRate, int blockSize) : + AudioSource(SRate_t sampleRate, int blockSize, float sampleScale) : _sampleRate(sampleRate), _blockSize(blockSize), - _initialized(false) + _initialized(false), + _sampleScale(sampleScale) {}; SRate_t _sampleRate; // Microphone sampling rate int _blockSize; // I2S block size bool _initialized; // Gets set to true if initialization is successful + float _sampleScale; // pre-scaling factor for I2S samples }; /* Basic I2S microphone source @@ -154,8 +167,8 @@ class AudioSource { */ class I2SSource : public AudioSource { public: - I2SSource(SRate_t sampleRate, int blockSize) : - AudioSource(sampleRate, blockSize) { + I2SSource(SRate_t sampleRate, int blockSize, float sampleScale = 1.0f) : + AudioSource(sampleRate, blockSize, sampleScale) { _config = { .mode = i2s_mode_t(I2S_MODE_MASTER | I2S_MODE_RX), .sample_rate = _sampleRate, @@ -195,18 +208,51 @@ class I2SSource : public AudioSource { return; } } else { + #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 2, 0) + #if !defined(SOC_I2S_SUPPORTS_PDM_RX) + #warning this MCU does not support PDM microphones + #endif + #endif #if !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32C3) // This is an I2S PDM microphone, these microphones only use a clock and - // data line, to make it simpler to debug, use the WS pin as CLK and SD - // pin as DATA + // data line, to make it simpler to debug, use the WS pin as CLK and SD pin as DATA + // example from espressif: https://github.com/espressif/esp-idf/blob/release/v4.4/examples/peripherals/i2s/i2s_audio_recorder_sdcard/main/i2s_recorder_main.c + + // note to self: PDM has known bugs on S3, and does not work on C3 + // * S3: PDM sample rate only at 50% of expected rate: https://github.com/espressif/esp-idf/issues/9893 + // * S3: I2S PDM has very low amplitude: https://github.com/espressif/esp-idf/issues/8660 + // * C3: does not support PDM to PCM input. SoC would allow PDM RX, but there is no hardware to directly convert to PCM so it will not work. https://github.com/espressif/esp-idf/issues/8796 + _config.mode = i2s_mode_t(I2S_MODE_MASTER | I2S_MODE_RX | I2S_MODE_PDM); // Change mode to pdm if clock pin not provided. PDM is not supported on ESP32-S2. PDM RX not supported on ESP32-C3 + _config.channel_format =I2S_PDM_MIC_CHANNEL; // seems that PDM mono mode always uses left channel. + _config.use_apll = true; // experimental - use aPLL clock source to improve sampling quality #endif } +#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 2, 0) + if (mclkPin != I2S_PIN_NO_CHANGE) { + _config.use_apll = true; // experimental - use aPLL clock source to improve sampling quality, and to avoid glitches. + // //_config.fixed_mclk = 512 * _sampleRate; + // //_config.fixed_mclk = 256 * _sampleRate; + } + + #if !defined(SOC_I2S_SUPPORTS_APLL) + #warning this MCU does not have an APLL high accuracy clock for audio + // S3: not supported; S2: supported; C3: not supported + _config.use_apll = false; // APLL not supported on this MCU + #endif + #if defined(ARDUINO_ARCH_ESP32) && !defined(CONFIG_IDF_TARGET_ESP32S3) && !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32C3) + if (ESP.getChipRevision() == 0) _config.use_apll = false; // APLL is broken on ESP32 revision 0 + #endif +#endif + // Reserve the master clock pin if provided _mclkPin = mclkPin; if (mclkPin != I2S_PIN_NO_CHANGE) { - if(!pinManager.allocatePin(mclkPin, true, PinOwner::UM_Audioreactive)) return; + if(!pinManager.allocatePin(mclkPin, true, PinOwner::UM_Audioreactive)) { + DEBUGSR_PRINTF("\nAR: Failed to allocate I2S pin: MCLK=%d\n", mclkPin); + return; + } else _routeMclk(mclkPin); } @@ -220,15 +266,25 @@ class I2SSource : public AudioSource { .data_in_num = i2ssdPin }; + //DEBUGSR_PRINTF("[AR] I2S: SD=%d, WS=%d, SCK=%d, MCLK=%d\n", i2ssdPin, i2swsPin, i2sckPin, mclkPin); + esp_err_t err = i2s_driver_install(I2S_NUM_0, &_config, 0, nullptr); if (err != ESP_OK) { - DEBUGSR_PRINTF("Failed to install i2s driver: %d\n", err); + DEBUGSR_PRINTF("AR: Failed to install i2s driver: %d\n", err); return; } + DEBUGSR_PRINTF("AR: I2S#0 driver %s aPLL; fixed_mclk=%d.\n", _config.use_apll? "uses":"without", _config.fixed_mclk); + DEBUGSR_PRINTF("AR: %d bits, Sample scaling factor = %6.4f\n", _config.bits_per_sample, _sampleScale); + if (_config.mode & I2S_MODE_PDM) { + DEBUGSR_PRINTLN(F("AR: I2S#0 driver installed in PDM MASTER mode.")); + } else { + DEBUGSR_PRINTLN(F("AR: I2S#0 driver installed in MASTER mode.")); + } + err = i2s_set_pin(I2S_NUM_0, &_pinConfig); if (err != ESP_OK) { - DEBUGSR_PRINTF("Failed to set i2s pin config: %d\n", err); + DEBUGSR_PRINTF("AR: Failed to set i2s pin config: %d\n", err); i2s_driver_uninstall(I2S_NUM_0); // uninstall already-installed driver return; } @@ -236,7 +292,7 @@ class I2SSource : public AudioSource { #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 2, 0) err = i2s_set_clk(I2S_NUM_0, _sampleRate, I2S_SAMPLE_RESOLUTION, I2S_CHANNEL_MONO); // set bit clocks. Also takes care of MCLK routing if needed. if (err != ESP_OK) { - DEBUGSR_PRINTF("Failed to configure i2s clocks: %d\n", err); + DEBUGSR_PRINTF("AR: Failed to configure i2s clocks: %d\n", err); i2s_driver_uninstall(I2S_NUM_0); // uninstall already-installed driver return; } @@ -288,6 +344,7 @@ class I2SSource : public AudioSource { currSample = (float) newSamples[i]; // 16bit input -> use as-is #endif buffer[i] = currSample; + buffer[i] *= _sampleScale; // scale samples } } } @@ -328,18 +385,25 @@ class ES7243 : public I2SSource { private: // I2C initialization functions for ES7243 void _es7243I2cBegin() { - Wire.begin(pin_ES7243_SDA, pin_ES7243_SCL, 100000U); + bool i2c_initialized = Wire.begin(pin_ES7243_SDA, pin_ES7243_SCL, 100000U); + if (i2c_initialized == false) { + DEBUGSR_PRINTLN(F("AR: ES7243 failed to initialize I2C bus driver.")); + } } void _es7243I2cWrite(uint8_t reg, uint8_t val) { #ifndef ES7243_ADDR Wire.beginTransmission(0x13); + #define ES7243_ADDR 0x13 // default address #else Wire.beginTransmission(ES7243_ADDR); #endif Wire.write((uint8_t)reg); Wire.write((uint8_t)val); - Wire.endTransmission(); + uint8_t i2cErr = Wire.endTransmission(); // i2cErr == 0 means OK + if (i2cErr != 0) { + DEBUGSR_PRINTF("AR: ES7243 I2C write failed with error=%d (addr=0x%X, reg 0x%X, val 0x%X).\n", i2cErr, ES7243_ADDR, reg, val); + } } void _es7243InitAdc() { @@ -353,15 +417,28 @@ class ES7243 : public I2SSource { } public: - ES7243(SRate_t sampleRate, int blockSize) : - I2SSource(sampleRate, blockSize) { + ES7243(SRate_t sampleRate, int blockSize, float sampleScale = 1.0f) : + I2SSource(sampleRate, blockSize, sampleScale) { _config.channel_format = I2S_CHANNEL_FMT_ONLY_RIGHT; }; void initialize(int8_t sdaPin, int8_t sclPin, int8_t i2swsPin, int8_t i2ssdPin, int8_t i2sckPin, int8_t mclkPin) { + // check that pins are valid + if ((sdaPin < 0) || (sclPin < 0)) { + DEBUGSR_PRINTF("\nAR: invalid ES7243 I2C pins: SDA=%d, SCL=%d\n", sdaPin, sclPin); + return; + } + + if ((i2sckPin < 0) || (mclkPin < 0)) { + DEBUGSR_PRINTF("\nAR: invalid I2S pin: SCK=%d, MCLK=%d\n", i2sckPin, mclkPin); + return; + } + // Reserve SDA and SCL pins of the I2C interface - if (!pinManager.allocatePin(sdaPin, true, PinOwner::HW_I2C) || - !pinManager.allocatePin(sclPin, true, PinOwner::HW_I2C)) { + PinManagerPinType es7243Pins[2] = { { sdaPin, true }, { sclPin, true } }; + if (!pinManager.allocateMultiplePins(es7243Pins, 2, PinOwner::HW_I2C)) { + pinManager.deallocateMultiplePins(es7243Pins, 2, PinOwner::HW_I2C); + DEBUGSR_PRINTF("\nAR: Failed to allocate ES7243 I2C pins: SDA=%d, SCL=%d\n", sdaPin, sclPin); return; } @@ -375,8 +452,8 @@ public: void deinitialize() { // Release SDA and SCL pins of the I2C interface - pinManager.deallocatePin(pin_ES7243_SDA, PinOwner::HW_I2C); - pinManager.deallocatePin(pin_ES7243_SCL, PinOwner::HW_I2C); + PinManagerPinType es7243Pins[2] = { { pin_ES7243_SDA, true }, { pin_ES7243_SCL, true } }; + pinManager.deallocateMultiplePins(es7243Pins, 2, PinOwner::HW_I2C); I2SSource::deinitialize(); } @@ -385,6 +462,13 @@ public: int8_t pin_ES7243_SCL; }; + +#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 2, 0) +#if !defined(SOC_I2S_SUPPORTS_ADC) && !defined(SOC_I2S_SUPPORTS_ADC_DAC) + #warning this MCU does not support analog sound input +#endif +#endif + #if !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S3) // ADC over I2S is only availeable in "classic" ESP32 @@ -395,8 +479,8 @@ public: */ class I2SAdcSource : public I2SSource { public: - I2SAdcSource(SRate_t sampleRate, int blockSize) : - I2SSource(sampleRate, blockSize) { + I2SAdcSource(SRate_t sampleRate, int blockSize, float sampleScale = 1.0f) : + I2SSource(sampleRate, blockSize, sampleScale) { _config = { .mode = i2s_mode_t(I2S_MODE_MASTER | I2S_MODE_RX | I2S_MODE_ADC_BUILT_IN), .sample_rate = _sampleRate, @@ -430,7 +514,7 @@ class I2SAdcSource : public I2SSource { // Determine Analog channel. Only Channels on ADC1 are supported int8_t channel = digitalPinToAnalogChannel(_audioPin); if (channel > 9) { - DEBUGSR_PRINTF("Incompatible GPIO used for audio in: %d\n", _audioPin); + DEBUGSR_PRINTF("Incompatible GPIO used for analog audio input: %d\n", _audioPin); return; } else { adc_gpio_init(ADC_UNIT_1, adc_channel_t(channel)); @@ -465,11 +549,12 @@ class I2SAdcSource : public I2SSource { //return; } #else - err = i2s_adc_disable(I2S_NUM_0); - //err = i2s_stop(I2S_NUM_0); - if (err != ESP_OK) { - DEBUGSR_PRINTF("Failed to initially disable i2s adc: %d\n", err); - } + // bugfix: do not disable ADC initially - its already disabled after driver install. + //err = i2s_adc_disable(I2S_NUM_0); + // //err = i2s_stop(I2S_NUM_0); + //if (err != ESP_OK) { + // DEBUGSR_PRINTF("Failed to initially disable i2s adc: %d\n", err); + //} #endif _initialized = true; @@ -585,8 +670,8 @@ class I2SAdcSource : public I2SSource { // a user recommended this: Try to set .communication_format to I2S_COMM_FORMAT_STAND_I2S and call i2s_set_clk() after i2s_set_pin(). class SPH0654 : public I2SSource { public: - SPH0654(SRate_t sampleRate, int blockSize) : - I2SSource(sampleRate, blockSize) + SPH0654(SRate_t sampleRate, int blockSize, float sampleScale = 1.0f) : + I2SSource(sampleRate, blockSize, sampleScale) {} void initialize(uint8_t i2swsPin, uint8_t i2ssdPin, uint8_t i2sckPin, int8_t = I2S_PIN_NO_CHANGE, int8_t = I2S_PIN_NO_CHANGE, int8_t = I2S_PIN_NO_CHANGE) { diff --git a/usermods/audioreactive/readme.md b/usermods/audioreactive/readme.md index f14c168dc..d9f9ea783 100644 --- a/usermods/audioreactive/readme.md +++ b/usermods/audioreactive/readme.md @@ -1,36 +1,73 @@ # Audioreactive usermod -This usermod allows controlling LEDs using audio input. Audio input can be either microphone or analog-in (AUX) using appropriate adapter. +Enabless controlling LEDs via audio input. Audio source can be a microphone or analog-in (AUX) using an appropriate adapter. Supported microphones range from analog (MAX4466, MAX9814, ...) to digital (INMP441, ICS-43434, ...). -The usermod does audio processing and provides data structure that specially written effect can use. +Does audio processing and provides data structure that specially written effects can use. -The usermod **does not** provide effects or draws anything to LED strip/matrix. +**does not** provide effects or draw anything to an LED strip/matrix. +## Additional Documentation +This usermod is an evolution of [SR-WLED](https://github.com/atuline/WLED), and a lot of documentation and information can be found in the [SR-WLED wiki](https://github.com/atuline/WLED/wiki): +* [getting started with audio](https://github.com/atuline/WLED/wiki/First-Time-Setup#sound) +* [Sound settings](https://github.com/atuline/WLED/wiki/Sound-Settings) - similar to options on the usemod settings page in WLED. +* [Digital Audio](https://github.com/atuline/WLED/wiki/Digital-Microphone-Hookup) +* [Analog Audio](https://github.com/atuline/WLED/wiki/Analog-Audio-Input-Options) +* [UDP Sound sync](https://github.com/atuline/WLED/wiki/UDP-Sound-Sync) + + +## Supported MCUs +This audioreactive usermod works best on "classic ESP32" (dual core), and on ESP32-S3 which also has dual core and hardware floating point support. + +It will compile succesfully for ESP32-S2 and ESP32-C3, however might not work well, as other WLED functions will become slow. Audio processing requires a lot of computing power, which can be problematic on smaller MCUs like -S2 and -C3. + +Analog audio is only possible on "classic" ESP32, but not on other MCUs like ESP32-S3. + +Currently ESP8266 is not supported, due to low speed and small RAM of this chip. +There are however plans to create a lightweight audioreactive for the 8266, with reduced features. ## Installation -Add `-D USERMOD_AUDIOREACTIVE` to your PlatformIO environment as well as `arduinoFFT` to your `lib_deps`. +### using customised _arduinoFFT_ library for use with this usermod +Add `-D USERMOD_AUDIOREACTIVE` to your PlatformIO environment `build_flags`, as well as `https://github.com/blazoncek/arduinoFFT.git` to your `lib_deps`. If you are not using PlatformIO (which you should) try adding `#define USERMOD_AUDIOREACTIVE` to *my_config.h* and make sure you have _arduinoFFT_ library downloaded and installed. Customised _arduinoFFT_ library for use with this usermod can be found at https://github.com/blazoncek/arduinoFFT.git +### using latest (develop) _arduinoFFT_ library +Alternatively, you can use the latest arduinoFFT development version. +ArduinoFFT `develop` library is slightly more accurate, and slighly faster than our customised library, however also needs additional 2kB RAM. + +* `build_flags` = `-D USERMOD_AUDIOREACTIVE` `-D UM_AUDIOREACTIVE_USE_NEW_FFT` +* `lib_deps`= `https://github.com/kosme/arduinoFFT#develop @ 1.9.2` + ## Configuration -All parameters are runtime configurable though some may require hard boot after change (I2S microphone or selected GPIOs). +All parameters are runtime configurable. Some may require a hard reset after changing them (I2S microphone or selected GPIOs). -If you want to define default GPIOs during compile time use the following (default values in parentheses): +If you want to define default GPIOs during compile time, use the following (default values in parentheses): -- `DMTYPE=x` : defines digital microphone type: 0=analog, 1=generic I2S, 2=ES7243 I2S, 3=SPH0645 I2S, 4=generic I2S with master clock, 5=PDM I2S -- `AUDIOPIN=x` : GPIO for analog microphone/AUX-in (36) -- `I2S_SDPIN=x` : GPIO for SD pin on digital mcrophone (32) -- `I2S_WSPIN=x` : GPIO for WS pin on digital mcrophone (15) -- `I2S_CKPIN=x` : GPIO for SCK pin on digital mcrophone (14) -- `ES7243_SDAPIN` : GPIO for I2C SDA pin on ES7243 microphone (-1) -- `ES7243_SCLPIN` : GPIO for I2C SCL pin on ES7243 microphone (-1) -- `MCLK_PIN=x` : GPIO for master clock pin on digital mcrophone (-1) +- `-D SR_DMTYPE=x` : defines digital microphone type: 0=analog, 1=generic I2S (default), 2=ES7243 I2S, 3=SPH0645 I2S, 4=generic I2S with master clock, 5=PDM I2S +- `-D AUDIOPIN=x` : GPIO for analog microphone/AUX-in (36) +- `-D I2S_SDPIN=x` : GPIO for SD pin on digital microphone (32) +- `-D I2S_WSPIN=x` : GPIO for WS pin on digital microphone (15) +- `-D I2S_CKPIN=x` : GPIO for SCK pin on digital microphone (14) +- `-D MCLK_PIN=x` : GPIO for master clock pin on digital Line-In boards (-1) +- `-D ES7243_SDAPIN` : GPIO for I2C SDA pin on ES7243 microphone (-1) +- `-D ES7243_SCLPIN` : GPIO for I2C SCL pin on ES7243 microphone (-1) -**NOTE** Due to the fact that usermod uses I2S peripherial for analog audio sampling, use of analog *buttons* (i.e. potentiometers) is disabled while running this usermod with analog microphone. +**NOTE** I2S is used for analog audio sampling. Hence, the analog *buttons* (i.e. potentiometers) are disabled when running this usermod with an analog microphone. + +### Advanced Compile-Time Options +You can use the following additional flags in your `build_flags` +* `-D SR_SQUELCH=x` : Default "squelch" setting (10) +* `-D SR_GAIN=x` : Default "gain" setting (60) +* `-D I2S_USE_RIGHT_CHANNEL`: Use RIGHT instead of LEFT channel (not recommended unless you strictly need this). +* `-D I2S_USE_16BIT_SAMPLES`: Use 16bit instead of 32bit for internal sample buffers. Reduces sampling quality, but frees some RAM ressources (not recommended unless you absolutely need this). +* `-D I2S_GRAB_ADC1_COMPLETELY`: Experimental: continously sample analog ADC microphone. Only effective on ESP32. WARNING this _will_ cause conflicts(lock-up) with any analogRead() call. +* `-D MIC_LOGGER` : (debugging) Logs samples from the microphone to serial USB. Use with serial plotter (Arduino IDE) +* `-D SR_DEBUG` : (debugging) Additional error diagnostics and debug info on serial USB. ## Release notes -2022-06 Ported from [soundreactive](https://github.com/atuline/WLED) by @blazoncek (AKA Blaz Kristan) +* 2022-06 Ported from [soundreactive WLED](https://github.com/atuline/WLED) - by @blazoncek (AKA Blaz Kristan) and the [SR-WLED team](https://github.com/atuline/WLED/wiki#sound-reactive-wled-fork-team). +* 2022-11 Updated to align with "[MoonModules/WLED](https://amg.wled.me)" audioreactive usermod - by @softhack007 (AKA Frank Möhle). diff --git a/usermods/battery_status_basic/assets/battery_info_screen.png b/usermods/battery_status_basic/assets/battery_info_screen.png deleted file mode 100644 index 50eb53465..000000000 Binary files a/usermods/battery_status_basic/assets/battery_info_screen.png and /dev/null differ diff --git a/usermods/battery_status_basic/readme.md b/usermods/battery_status_basic/readme.md deleted file mode 100644 index 276b23c19..000000000 --- a/usermods/battery_status_basic/readme.md +++ /dev/null @@ -1,69 +0,0 @@ -# :battery: Battery status/level Usermod :battery: - -This Usermod allows you to monitor the battery level of your battery powered project. - -You can see the battery level and voltage in the `info modal`. - -For this to work the positive side of the (18650) battery must be connected to pin `A0` of the d1mini/esp8266 with a 100k ohm resistor (see [Useful Links](#useful-links)). - -If you have a esp32 board it is best to connect the positive side of the battery to ADC1 (GPIO32 - GPIO39) - -

- -

- -## Installation - -define `USERMOD_BATTERY_STATUS_BASIC` in `my_config.h` - -### Basic wiring diagram -

- -

- -### Define Your Options - -* `USERMOD_BATTERY_STATUS_BASIC` - define this (in `my_config.h`) to have this user mod included wled00\usermods_list.cpp -* `USERMOD_BATTERY_MEASUREMENT_PIN` - defaults to A0 on esp8266 and GPIO32 on esp32 -* `USERMOD_BATTERY_MEASUREMENT_INTERVAL` - the frequency to check the battery, defaults to 30 seconds -* `USERMOD_BATTERY_MIN_VOLTAGE` - minimum voltage of the Battery used, default is 2.6 (18650 battery standard) -* `USERMOD_BATTERY_MAX_VOLTAGE` - maximum voltage of the Battery used, default is 4.2 (18650 battery standard) - -All parameters can be configured at runtime using Usermods settings page. - -## Important :warning: -* Make sure you know your battery specification ! not every battery is the same ! -* Example: - -| Your battery specification table | | Options you can define | -| :-------------------------------- |:--------------- | :---------------------------- | -| Capacity | 3500mAh 12,5 Wh | | -| Minimum capacity | 3350mAh 11,9 Wh | | -| Rated voltage | 3.6V - 3.7V | | -| **Charging end voltage** | **4,2V ± 0,05** | `USERMOD_BATTERY_MAX_VOLTAGE` | -| **Discharge voltage** | **2,5V** | `USERMOD_BATTERY_MIN_VOLTAGE` | -| Max. discharge current (constant) | 10A (10000mA) | | -| max. charging current | 1.7A (1700mA) | | -| ... | ... | ... | -| .. | .. | .. | - -Specification from: [Molicel INR18650-M35A, 3500mAh 10A Lithium-ion battery, 3.6V - 3.7V](https://www.akkuteile.de/lithium-ionen-akkus/18650/molicel/molicel-inr18650-m35a-3500mah-10a-lithium-ionen-akku-3-6v-3-7v_100833) - -## Useful Links -* https://lazyzero.de/elektronik/esp8266/wemos_d1_mini_a0/start -* https://arduinodiy.wordpress.com/2016/12/25/monitoring-lipo-battery-voltage-with-wemos-d1-minibattery-shield-and-thingspeak/ - -## Change Log -2021-09-02 -* added "Battery voltage" to info -* added circuit diagram to readme -* added MQTT support, sending battery voltage -* minor fixes - -2021-08-15 -* changed `USERMOD_BATTERY_MIN_VOLTAGE` to 2.6 volt as default for 18650 batteries -* Updated readme, added specification table - -2021-08-10 -* Created - diff --git a/usermods/battery_status_basic/usermod_v2_battery_status_basic.h b/usermods/battery_status_basic/usermod_v2_battery_status_basic.h deleted file mode 100644 index cb3c0867c..000000000 --- a/usermods/battery_status_basic/usermod_v2_battery_status_basic.h +++ /dev/null @@ -1,398 +0,0 @@ -#pragma once - -#include "wled.h" - - - - -// pin defaults -// for the esp32 it is best to use the ADC1: GPIO32 - GPIO39 -// https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/adc.html -#ifndef USERMOD_BATTERY_MEASUREMENT_PIN - #ifdef ARDUINO_ARCH_ESP32 - #define USERMOD_BATTERY_MEASUREMENT_PIN 32 - #else //ESP8266 boards - #define USERMOD_BATTERY_MEASUREMENT_PIN A0 - #endif -#endif - -// esp32 has a 12bit adc resolution -// esp8266 only 10bit -#ifndef USERMOD_BATTERY_ADC_PRECISION - #ifdef ARDUINO_ARCH_ESP32 - // 12 bits - #define USERMOD_BATTERY_ADC_PRECISION 4095.0f - #else - // 10 bits - #define USERMOD_BATTERY_ADC_PRECISION 1024.0f - #endif -#endif - - -// the frequency to check the battery, 30 sec -#ifndef USERMOD_BATTERY_MEASUREMENT_INTERVAL - #define USERMOD_BATTERY_MEASUREMENT_INTERVAL 30000 -#endif - - -// default for 18650 battery -// https://batterybro.com/blogs/18650-wholesale-battery-reviews/18852515-when-to-recycle-18650-batteries-and-how-to-start-a-collection-center-in-your-vape-shop -// Discharge voltage: 2.5 volt + .1 for personal safety -#ifndef USERMOD_BATTERY_MIN_VOLTAGE - #define USERMOD_BATTERY_MIN_VOLTAGE 2.6f -#endif - -#ifndef USERMOD_BATTERY_MAX_VOLTAGE - #define USERMOD_BATTERY_MAX_VOLTAGE 4.2f -#endif - -class UsermodBatteryBasic : public Usermod -{ - private: - // battery pin can be defined in my_config.h - int8_t batteryPin = USERMOD_BATTERY_MEASUREMENT_PIN; - // how often to read the battery voltage - unsigned long readingInterval = USERMOD_BATTERY_MEASUREMENT_INTERVAL; - unsigned long nextReadTime = 0; - unsigned long lastReadTime = 0; - // battery min. voltage - float minBatteryVoltage = USERMOD_BATTERY_MIN_VOLTAGE; - // battery max. voltage - float maxBatteryVoltage = USERMOD_BATTERY_MAX_VOLTAGE; - // 0 - 1024 for esp8266 (10-bit resolution) - // 0 - 4095 for esp32 (Default is 12-bit resolution) - float adcPrecision = USERMOD_BATTERY_ADC_PRECISION; - // raw analog reading - float rawValue = 0.0; - // calculated voltage - float voltage = 0.0; - // mapped battery level based on voltage - long batteryLevel = 0; - bool initDone = false; - bool initializing = true; - - - // strings to reduce flash memory usage (used more than twice) - static const char _name[]; - static const char _readInterval[]; - - - // custom map function - // https://forum.arduino.cc/t/floating-point-using-map-function/348113/2 - double mapf(double x, double in_min, double in_max, double out_min, double out_max) - { - return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; - } - - float truncate(float val, byte dec) - { - float x = val * pow(10, dec); - float y = round(x); - float z = x - y; - if ((int)z == 5) - { - y++; - } - x = y / pow(10, dec); - return x; - } - - - - public: - //Functions called by WLED - - /* - * setup() is called once at boot. WiFi is not yet connected at this point. - * You can use it to initialize variables, sensors or similar. - */ - void setup() - { - #ifdef ARDUINO_ARCH_ESP32 - DEBUG_PRINTLN(F("Allocating battery pin...")); - if (batteryPin >= 0 && pinManager.allocatePin(batteryPin, false)) - { - DEBUG_PRINTLN(F("Battery pin allocation succeeded.")); - } else { - if (batteryPin >= 0) DEBUG_PRINTLN(F("Battery pin allocation failed.")); - batteryPin = -1; // allocation failed - } - #else //ESP8266 boards have only one analog input pin A0 - - pinMode(batteryPin, INPUT); - #endif - - nextReadTime = millis() + readingInterval; - lastReadTime = millis(); - - initDone = true; - } - - - /* - * connected() is called every time the WiFi is (re)connected - * Use it to initialize network interfaces - */ - void connected() - { - //Serial.println("Connected to WiFi!"); - } - - - /* - * loop() is called continuously. Here you can check for events, read sensors, etc. - * - */ - void loop() - { - if(strip.isUpdating()) return; - - // check the battery level every USERMOD_BATTERY_MEASUREMENT_INTERVAL (ms) - if (millis() < nextReadTime) return; - - - nextReadTime = millis() + readingInterval; - lastReadTime = millis(); - initializing = false; - - // read battery raw input - rawValue = analogRead(batteryPin); - - // calculate the voltage - voltage = (rawValue / adcPrecision) * maxBatteryVoltage ; - // check if voltage is within specified voltage range - voltage = voltagemaxBatteryVoltage?-1.0f:voltage; - - // translate battery voltage into percentage - /* - the standard "map" function doesn't work - https://www.arduino.cc/reference/en/language/functions/math/map/ notes and warnings at the bottom - */ - batteryLevel = mapf(voltage, minBatteryVoltage, maxBatteryVoltage, 0, 100); - - - // SmartHome stuff - if (WLED_MQTT_CONNECTED) { - char subuf[64]; - strcpy(subuf, mqttDeviceTopic); - strcat_P(subuf, PSTR("/voltage")); - mqtt->publish(subuf, 0, false, String(voltage).c_str()); - } - - } - - - /* - * addToJsonInfo() can be used to add custom entries to the /json/info part of the JSON API. - * Creating an "u" object allows you to add custom key/value pairs to the Info section of the WLED web UI. - * Below it is shown how this could be used for e.g. a light sensor - */ - void addToJsonInfo(JsonObject& root) - { - - JsonObject user = root["u"]; - if (user.isNull()) user = root.createNestedObject("u"); - - // info modal display names - JsonArray batteryPercentage = user.createNestedArray("Battery level"); - JsonArray batteryVoltage = user.createNestedArray("Battery voltage"); - - if (initializing) { - batteryPercentage.add((nextReadTime - millis()) / 1000); - batteryPercentage.add(" sec"); - batteryVoltage.add((nextReadTime - millis()) / 1000); - batteryVoltage.add(" sec"); - return; - } - - if(batteryLevel < 0) { - batteryPercentage.add(F("invalid")); - } else { - batteryPercentage.add(batteryLevel); - } - batteryPercentage.add(F(" %")); - - if(voltage < 0) { - batteryVoltage.add(F("invalid")); - } else { - batteryVoltage.add(truncate(voltage, 2)); - } - batteryVoltage.add(F(" V")); - } - - - /* - * addToJsonState() can be used to add custom entries to the /json/state part of the JSON API (state object). - * Values in the state object may be modified by connected clients - */ - /* - void addToJsonState(JsonObject& root) - { - - } - */ - - - /* - * readFromJsonState() can be used to receive data clients send to the /json/state part of the JSON API (state object). - * Values in the state object may be modified by connected clients - */ - /* - void readFromJsonState(JsonObject& root) - { - } - */ - - - /* - * addToConfig() can be used to add custom persistent settings to the cfg.json file in the "um" (usermod) object. - * It will be called by WLED when settings are actually saved (for example, LED settings are saved) - * If you want to force saving the current state, use serializeConfig() in your loop(). - * - * CAUTION: serializeConfig() will initiate a filesystem write operation. - * It might cause the LEDs to stutter and will cause flash wear if called too often. - * Use it sparingly and always in the loop, never in network callbacks! - * - * addToConfig() will make your settings editable through the Usermod Settings page automatically. - * - * Usermod Settings Overview: - * - Numeric values are treated as floats in the browser. - * - If the numeric value entered into the browser contains a decimal point, it will be parsed as a C float - * before being returned to the Usermod. The float data type has only 6-7 decimal digits of precision, and - * doubles are not supported, numbers will be rounded to the nearest float value when being parsed. - * The range accepted by the input field is +/- 1.175494351e-38 to +/- 3.402823466e+38. - * - If the numeric value entered into the browser doesn't contain a decimal point, it will be parsed as a - * C int32_t (range: -2147483648 to 2147483647) before being returned to the usermod. - * Overflows or underflows are truncated to the max/min value for an int32_t, and again truncated to the type - * used in the Usermod when reading the value from ArduinoJson. - * - Pin values can be treated differently from an integer value by using the key name "pin" - * - "pin" can contain a single or array of integer values - * - On the Usermod Settings page there is simple checking for pin conflicts and warnings for special pins - * - Red color indicates a conflict. Yellow color indicates a pin with a warning (e.g. an input-only pin) - * - Tip: use int8_t to store the pin value in the Usermod, so a -1 value (pin not set) can be used - * - * See usermod_v2_auto_save.h for an example that saves Flash space by reusing ArduinoJson key name strings - * - * If you need a dedicated settings page with custom layout for your Usermod, that takes a lot more work. - * You will have to add the setting to the HTML, xml.cpp and set.cpp manually. - * See the WLED Soundreactive fork (code and wiki) for reference. https://github.com/atuline/WLED - * - * I highly recommend checking out the basics of ArduinoJson serialization and deserialization in order to use custom settings! - */ - void addToConfig(JsonObject& root) - { - // created JSON object: - /* - { - "Battery-Level": { - "pin": "A0", <--- only when using esp32 boards - "minBatteryVoltage": 2.6, - "maxBatteryVoltage": 4.2, - "read-interval-ms": 30000 - } - } - */ - JsonObject battery = root.createNestedObject(FPSTR(_name)); // usermodname - #ifdef ARDUINO_ARCH_ESP32 - battery["pin"] = batteryPin; // usermodparam - #endif - battery["minBatteryVoltage"] = minBatteryVoltage; // usermodparam - battery["maxBatteryVoltage"] = maxBatteryVoltage; // usermodparam - battery[FPSTR(_readInterval)] = readingInterval; - - DEBUG_PRINTLN(F("Battery config saved.")); - } - - - /* - * readFromConfig() can be used to read back the custom settings you added with addToConfig(). - * This is called by WLED when settings are loaded (currently this only happens immediately after boot, or after saving on the Usermod Settings page) - * - * readFromConfig() is called BEFORE setup(). This means you can use your persistent values in setup() (e.g. pin assignments, buffer sizes), - * but also that if you want to write persistent values to a dynamic buffer, you'd need to allocate it here instead of in setup. - * If you don't know what that is, don't fret. It most likely doesn't affect your use case :) - * - * Return true in case the config values returned from Usermod Settings were complete, or false if you'd like WLED to save your defaults to disk (so any missing values are editable in Usermod Settings) - * - * getJsonValue() returns false if the value is missing, or copies the value into the variable provided and returns true if the value is present - * The configComplete variable is true only if the "exampleUsermod" object and all values are present. If any values are missing, WLED will know to call addToConfig() to save them - * - * This function is guaranteed to be called on boot, but could also be called every time settings are updated - */ - bool readFromConfig(JsonObject& root) - { - // looking for JSON object: - /* - { - "BatteryLevel": { - "pin": "A0", <--- only when using esp32 boards - "minBatteryVoltage": 2.6, - "maxBatteryVoltage": 4.2, - "read-interval-ms": 30000 - } - } - */ - #ifdef ARDUINO_ARCH_ESP32 - int8_t newBatteryPin = batteryPin; - #endif - - JsonObject battery = root[FPSTR(_name)]; - if (battery.isNull()) - { - DEBUG_PRINT(FPSTR(_name)); - DEBUG_PRINTLN(F(": No config found. (Using defaults.)")); - return false; - } - - #ifdef ARDUINO_ARCH_ESP32 - newBatteryPin = battery["pin"] | newBatteryPin; - #endif - minBatteryVoltage = battery["minBatteryVoltage"] | minBatteryVoltage; - //minBatteryVoltage = min(12.0f, (int)readingInterval); - maxBatteryVoltage = battery["maxBatteryVoltage"] | maxBatteryVoltage; - //maxBatteryVoltage = min(14.4f, max(3.3f,(int)readingInterval)); - readingInterval = battery["read-interval-ms"] | readingInterval; - readingInterval = max(3000, (int)readingInterval); // minimum repetition is >5000ms (5s) - - DEBUG_PRINT(FPSTR(_name)); - - #ifdef ARDUINO_ARCH_ESP32 - if (!initDone) - { - // first run: reading from cfg.json - newBatteryPin = batteryPin; - DEBUG_PRINTLN(F(" config loaded.")); - } - else - { - DEBUG_PRINTLN(F(" config (re)loaded.")); - - // changing paramters from settings page - if (newBatteryPin != batteryPin) - { - // deallocate pin - pinManager.deallocatePin(batteryPin); - batteryPin = newBatteryPin; - // initialise - setup(); - } - } - #endif - - return !battery[FPSTR(_readInterval)].isNull(); - } - - - /* - * getId() allows you to optionally give your V2 usermod an unique ID (please define it in const.h!). - * This could be used in the future for the system to determine whether your usermod is installed. - */ - uint16_t getId() - { - return USERMOD_ID_BATTERY_STATUS_BASIC; - } -}; - -// strings to reduce flash memory usage (used more than twice) -const char UsermodBatteryBasic::_name[] PROGMEM = "Battery-level"; -const char UsermodBatteryBasic::_readInterval[] PROGMEM = "read-interval-ms"; \ No newline at end of file diff --git a/usermods/blynk_relay_control/README.md b/usermods/blynk_relay_control/README.md deleted file mode 100644 index b6494b46e..000000000 --- a/usermods/blynk_relay_control/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# Blynk controllable relay -This usermod allows controlling a relay state from the user variables. It also allows the user variables to be set over Blynk. - -Optionally, the servo can have a reset timer to go back to it's default state after an interval. This interval is set through userVar1. - -## Instalation - -Replace the WLED06_usermod.ino file in Aircoookies WLED folder with the one here. - -## Customizations - -Update the following parameters in WLED06_usermod.ino to configure the mod's behavior: - -```cpp -//Which pin is the relay connected to -#define RELAY_PIN 5 -//Which pin state should the relay default to -#define RELAY_PIN_DEFAULT LOW -//If >0 The controller returns to RELAY_PIN_DEFAULT after this time in milliseconds -#define RELAY_PIN_TIMER_DEFAULT 3000 - -//Blynk virtual pin for controlling relay -#define BLYNK_USER_VAR0_PIN V9 -//Blynk virtual pin for controlling relay timer -#define BLYNK_USER_VAR1_PIN V10 -//Number of milliseconds between updating blynk -#define BLYNK_RELAY_UPDATE_INTERVAL 5000 -``` diff --git a/usermods/blynk_relay_control/wled06_usermod.ino b/usermods/blynk_relay_control/wled06_usermod.ino deleted file mode 100644 index d4028ea5d..000000000 --- a/usermods/blynk_relay_control/wled06_usermod.ino +++ /dev/null @@ -1,96 +0,0 @@ -/* - * This file allows you to add own functionality to WLED more easily - * See: https://github.com/Aircoookie/WLED/wiki/Add-own-functionality - * EEPROM bytes 2750+ are reserved for your custom use case. (if you extend #define EEPSIZE in wled_eeprom.h) - * bytes 2400+ are currently ununsed, but might be used for future wled features - */ - -//Use userVar0 (API calls &U0=, uint16_t) to set relay state -#define relayPinState userVar0 -//Use userVar1 (API calls &U1=, uint16_t) to set relay timer duration -//Ignored if 0, otherwise number of milliseconds to allow relay to stay in -//non default state. -#define relayTimerInterval userVar1 - -//Which pin is the relay connected to -#define RELAY_PIN 5 -//Which pin state should the relay default to -#define RELAY_PIN_DEFAULT LOW -//If >0 The controller returns to RELAY_PIN_DEFAULT after this time in milliseconds -#define RELAY_PIN_TIMER_DEFAULT 3000 - -//Blynk virtual pin for controlling relay -#define BLYNK_USER_VAR0_PIN V9 -//Blynk virtual pin for controlling relay timer -#define BLYNK_USER_VAR1_PIN V10 -//Number of milliseconds between updating blynk -#define BLYNK_RELAY_UPDATE_INTERVAL 5000 - -//Is the timer for resetting the relay active -bool relayTimerStarted = false; -//millis() time after which relay will be reset -unsigned long relayTimeToDefault = 0; -//millis() time after which relay vars in Blynk will be sent -unsigned long relayBlynkUpdateTime = 0; - -//gets called once at boot. Do all initialization that doesn't depend on network here -void userSetup() -{ - relayPinState = RELAY_PIN_DEFAULT; - relayTimerInterval = RELAY_PIN_TIMER_DEFAULT; - pinMode(RELAY_PIN, OUTPUT); - digitalWrite(RELAY_PIN, relayPinState); -} - -//gets called every time WiFi is (re-)connected. Initialize own network interfaces here -void userConnected() -{ -} - -//loop. You can use "if (WLED_CONNECTED)" to check for successful connection -void userLoop() -{ - //Normalize relayPinState to an accepted value - if (relayPinState != HIGH && relayPinState != LOW) { - relayPinState = RELAY_PIN_DEFAULT; - } - //If relay changes and relayTimerInterval is set, start a timer to change back - if (relayTimerInterval != 0 && - relayPinState != RELAY_PIN_DEFAULT && - !relayTimerStarted ) { - relayTimerStarted = true; - relayTimeToDefault = millis() + relayTimerInterval; - } - //If manually changed back to default, cancel timer - if (relayTimerStarted && relayPinState == RELAY_PIN_DEFAULT ) { - relayTimerStarted = false; - } - //If timer completes, set relay back to default - if (relayTimerStarted && millis() > relayTimeToDefault) { - relayPinState = RELAY_PIN_DEFAULT; - relayTimerStarted = false; - } - digitalWrite(RELAY_PIN, relayPinState); - updateRelayBlynk(); -} - -//Update Blynk with state of userVars at BLYNK_RELAY_UPDATE_INTERVAL -void updateRelayBlynk() -{ - if (!WLED_CONNECTED) return; - if (relayBlynkUpdateTime > millis()) return; - Blynk.virtualWrite(BLYNK_USER_VAR0_PIN, userVar0); - Blynk.virtualWrite(BLYNK_USER_VAR1_PIN, userVar1); - relayBlynkUpdateTime = millis() + BLYNK_RELAY_UPDATE_INTERVAL; -} - -//Add Blynk callback for setting userVar0 -BLYNK_WRITE(BLYNK_USER_VAR0_PIN) -{ - userVar0 = param.asInt(); -} -//Add Blynk callback for setting userVar1 -BLYNK_WRITE(BLYNK_USER_VAR1_PIN) -{ - userVar1 = param.asInt(); -} diff --git a/usermods/boblight/boblight.h b/usermods/boblight/boblight.h new file mode 100644 index 000000000..a1e257758 --- /dev/null +++ b/usermods/boblight/boblight.h @@ -0,0 +1,459 @@ +#pragma once + +#include "wled.h" + +/* + * Usermod that implements BobLight "ambilight" protocol + * + * See the accompanying README.md file for more info. + */ + +#ifndef BOB_PORT + #define BOB_PORT 19333 // Default boblightd port +#endif + +class BobLightUsermod : public Usermod { + typedef struct _LIGHT { + char lightname[5]; + float hscan[2]; + float vscan[2]; + } light_t; + + private: + unsigned long lastTime = 0; + bool enabled = false; + bool initDone = false; + + light_t *lights = nullptr; + uint16_t numLights = 0; // 16 + 9 + 16 + 9 + uint16_t top, bottom, left, right; // will be filled in readFromConfig() + uint16_t pct; + + WiFiClient bobClient; + WiFiServer *bob; + uint16_t bobPort = BOB_PORT; + + static const char _name[]; + static const char _enabled[]; + + /* + # boblight + # Copyright (C) Bob 2009 + # + # makeboblight.sh created by Adam Boeglin + # + # boblight is free software: you can redistribute it and/or modify it + # under the terms of the GNU General Public License as published by the + # Free Software Foundation, either version 3 of the License, or + # (at your option) any later version. + # + # boblight is distributed in the hope that it will be useful, but + # WITHOUT ANY WARRANTY; without even the implied warranty of + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + # See the GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License along + # with this program. If not, see . + */ + + // fills the lights[] array with position & depth of scan for each LED + void fillBobLights(int bottom, int left, int top, int right, float pct_scan) { + + int lightcount = 0; + int total = top+left+right+bottom; + int bcount; + + if (total > strip.getLengthTotal()) { + DEBUG_PRINTLN(F("BobLight: Too many lights.")); + return; + } + + // start left part of bottom strip (clockwise direction, 1st half) + if (bottom > 0) { + bcount = 1; + float brange = 100.0/bottom; + float bcurrent = 50.0; + if (bottom < top) { + int diff = top - bottom; + brange = 100.0/top; + bcurrent -= (diff/2)*brange; + } + while (bcount <= bottom/2) { + float btop = bcurrent - brange; + String name = "b"+String(bcount); + strncpy(lights[lightcount].lightname, name.c_str(), 4); + lights[lightcount].hscan[0] = btop; + lights[lightcount].hscan[1] = bcurrent; + lights[lightcount].vscan[0] = 100 - pct_scan; + lights[lightcount].vscan[1] = 100; + lightcount+=1; + bcurrent = btop; + bcount+=1; + } + } + + // left side + if (left > 0) { + int lcount = 1; + float lrange = 100.0/left; + float lcurrent = 100.0; + while (lcount <= left) { + float ltop = lcurrent - lrange; + String name = "l"+String(lcount); + strncpy(lights[lightcount].lightname, name.c_str(), 4); + lights[lightcount].hscan[0] = 0; + lights[lightcount].hscan[1] = pct_scan; + lights[lightcount].vscan[0] = ltop; + lights[lightcount].vscan[1] = lcurrent; + lightcount+=1; + lcurrent = ltop; + lcount+=1; + } + } + + // top side + if (top > 0) { + int tcount = 1; + float trange = 100.0/top; + float tcurrent = 0; + while (tcount <= top) { + float ttop = tcurrent + trange; + String name = "t"+String(tcount); + strncpy(lights[lightcount].lightname, name.c_str(), 4); + lights[lightcount].hscan[0] = tcurrent; + lights[lightcount].hscan[1] = ttop; + lights[lightcount].vscan[0] = 0; + lights[lightcount].vscan[1] = pct_scan; + lightcount+=1; + tcurrent = ttop; + tcount+=1; + } + } + + // right side + if (right > 0) { + int rcount = 1; + float rrange = 100.0/right; + float rcurrent = 0; + while (rcount <= right) { + float rtop = rcurrent + rrange; + String name = "r"+String(rcount); + strncpy(lights[lightcount].lightname, name.c_str(), 4); + lights[lightcount].hscan[0] = 100-pct_scan; + lights[lightcount].hscan[1] = 100; + lights[lightcount].vscan[0] = rcurrent; + lights[lightcount].vscan[1] = rtop; + lightcount+=1; + rcurrent = rtop; + rcount+=1; + } + } + + // right side of bottom strip (2nd half) + if (bottom > 0) { + float brange = 100.0/bottom; + float bcurrent = 100; + if (bottom < top) { + brange = 100.0/top; + } + while (bcount <= bottom) { + float btop = bcurrent - brange; + String name = "b"+String(bcount); + strncpy(lights[lightcount].lightname, name.c_str(), 4); + lights[lightcount].hscan[0] = btop; + lights[lightcount].hscan[1] = bcurrent; + lights[lightcount].vscan[0] = 100 - pct_scan; + lights[lightcount].vscan[1] = 100; + lightcount+=1; + bcurrent = btop; + bcount+=1; + } + } + + numLights = lightcount; + + #if WLED_DEBUG + DEBUG_PRINTLN(F("Fill light data: ")); + DEBUG_PRINTF(" lights %d\n", numLights); + for (int i=0; i strip.getLengthTotal() ) { + DEBUG_PRINTLN(F("BobLight: Too many lights.")); + DEBUG_PRINTF("%d+%d+%d+%d>%d\n", bottom, left, top, right, strip.getLengthTotal()); + totalLights = strip.getLengthTotal(); + top = bottom = (uint16_t) roundf((float)totalLights * 16.0f / 50.0f); + left = right = (uint16_t) roundf((float)totalLights * 9.0f / 50.0f); + } + lights = new light_t[totalLights]; + if (lights) fillBobLights(bottom, left, top, right, float(pct)); // will fill numLights + else enable(false); + initDone = true; + } + + void connected() { + // we can only start server when WiFi is connected + if (!bob) bob = new WiFiServer(bobPort, 1); + bob->begin(); + bob->setNoDelay(true); + } + + void loop() { + if (!enabled || strip.isUpdating()) return; + if (millis() - lastTime > 10) { + lastTime = millis(); + pollBob(); + } + } + + void enable(bool en) { enabled = en; } + +#ifndef WLED_DISABLE_MQTT + /** + * handling of MQTT message + * topic only contains stripped topic (part after /wled/MAC) + * topic should look like: /swipe with amessage of [up|down] + */ + bool onMqttMessage(char* topic, char* payload) { + //if (strlen(topic) == 6 && strncmp_P(topic, PSTR("/subtopic"), 6) == 0) { + // String action = payload; + // if (action == "on") { + // enable(true); + // return true; + // } else if (action == "off") { + // enable(false); + // return true; + // } + //} + return false; + } + + /** + * subscribe to MQTT topic for controlling usermod + */ + void onMqttConnect(bool sessionPresent) { + //char subuf[64]; + //if (mqttDeviceTopic[0] != 0) { + // strcpy(subuf, mqttDeviceTopic); + // strcat_P(subuf, PSTR("/subtopic")); + // mqtt->subscribe(subuf, 0); + //} + } +#endif + + void addToJsonInfo(JsonObject& root) + { + JsonObject user = root["u"]; + if (user.isNull()) user = root.createNestedObject("u"); + + JsonArray infoArr = user.createNestedArray(FPSTR(_name)); + String uiDomString = F(""); + infoArr.add(uiDomString); + } + + /* + * addToJsonState() can be used to add custom entries to the /json/state part of the JSON API (state object). + * Values in the state object may be modified by connected clients + */ + void addToJsonState(JsonObject& root) + { + } + + /* + * readFromJsonState() can be used to receive data clients send to the /json/state part of the JSON API (state object). + * Values in the state object may be modified by connected clients + */ + void readFromJsonState(JsonObject& root) { + if (!initDone) return; // prevent crash on boot applyPreset() + bool en = enabled; + JsonObject um = root[FPSTR(_name)]; + if (!um.isNull()) { + if (um[FPSTR(_enabled)].is()) { + en = um[FPSTR(_enabled)].as(); + } else { + String str = um[FPSTR(_enabled)]; // checkbox -> off or on + en = (bool)(str!="off"); // off is guaranteed to be present + } + if (en != enabled && lights) { + enable(en); + if (!enabled && bob && bob->hasClient()) { + if (bobClient) bobClient.stop(); + bobClient = bob->available(); + BobClear(); + exitRealtime(); + } + } + } + } + + void appendConfigData() { + //oappend(SET_F("dd=addDropdown('usermod','selectfield');")); + //oappend(SET_F("addOption(dd,'1st value',0);")); + //oappend(SET_F("addOption(dd,'2nd value',1);")); + oappend(SET_F("addInfo('BobLight:top',1,'LEDs');")); // 0 is field type, 1 is actual field + oappend(SET_F("addInfo('BobLight:bottom',1,'LEDs');")); // 0 is field type, 1 is actual field + oappend(SET_F("addInfo('BobLight:left',1,'LEDs');")); // 0 is field type, 1 is actual field + oappend(SET_F("addInfo('BobLight:right',1,'LEDs');")); // 0 is field type, 1 is actual field + oappend(SET_F("addInfo('BobLight:pct',1,'Depth of scan [%]');")); // 0 is field type, 1 is actual field + } + + void addToConfig(JsonObject& root) { + JsonObject umData = root.createNestedObject(FPSTR(_name)); + umData[FPSTR(_enabled)] = enabled; + umData[F("port")] = bobPort; + umData[F("top")] = top; + umData[F("bottom")] = bottom; + umData[F("left")] = left; + umData[F("right")] = right; + umData[F("pct")] = pct; + } + + bool readFromConfig(JsonObject& root) { + JsonObject umData = root[FPSTR(_name)]; + bool configComplete = !umData.isNull(); + + bool en = enabled; + configComplete &= getJsonValue(umData[FPSTR(_enabled)], en); + enable(en); + + configComplete &= getJsonValue(umData[F("port")], bobPort); + configComplete &= getJsonValue(umData[F("bottom")], bottom, 16); + configComplete &= getJsonValue(umData[F("top")], top, 16); + configComplete &= getJsonValue(umData[F("left")], left, 9); + configComplete &= getJsonValue(umData[F("right")], right, 9); + configComplete &= getJsonValue(umData[F("pct")], pct, 5); // Depth of scan [%] + pct = MIN(50,MAX(1,pct)); + + uint16_t totalLights = bottom + left + top + right; + if (initDone && numLights != totalLights) { + if (lights) delete[] lights; + setup(); + } + return configComplete; + } + + /* + * handleOverlayDraw() is called just before every show() (LED strip update frame) after effects have set the colors. + * Use this to blank out some LEDs or set them to a different color regardless of the set effect mode. + * Commonly used for custom clocks (Cronixie, 7 segment) + */ + void handleOverlayDraw() { + //strip.setPixelColor(0, RGBW32(0,0,0,0)) // set the first pixel to black + } + + uint16_t getId() { return USERMOD_ID_BOBLIGHT; } + +}; + +// strings to reduce flash memory usage (used more than twice) +const char BobLightUsermod::_name[] PROGMEM = "BobLight"; +const char BobLightUsermod::_enabled[] PROGMEM = "enabled"; + +// main boblight handling (definition here prevents inlining) +void BobLightUsermod::pollBob() { + + //check if there are any new clients + if (bob && bob->hasClient()) { + //find free/disconnected spot + if (!bobClient || !bobClient.connected()) { + if (bobClient) bobClient.stop(); + bobClient = bob->available(); + DEBUG_PRINTLN(F("Boblight: Client connected.")); + } + //no free/disconnected spot so reject + WiFiClient bobClientTmp = bob->available(); + bobClientTmp.stop(); + BobClear(); + exitRealtime(); + } + + //check clients for data + if (bobClient && bobClient.connected()) { + realtimeLock(realtimeTimeoutMs); // lock strip as we have a client connected + + //get data from the client + while (bobClient.available()) { + String input = bobClient.readStringUntil('\n'); + // DEBUG_PRINT("Client: "); DEBUG_PRINTLN(input); // may be to stressful on Serial + if (input.startsWith(F("hello"))) { + DEBUG_PRINTLN(F("hello")); + bobClient.print(F("hello\n")); + } else if (input.startsWith(F("ping"))) { + DEBUG_PRINTLN(F("ping 1")); + bobClient.print(F("ping 1\n")); + } else if (input.startsWith(F("get version"))) { + DEBUG_PRINTLN(F("version 5")); + bobClient.print(F("version 5\n")); + } else if (input.startsWith(F("get lights"))) { + char tmp[64]; + String answer = ""; + sprintf_P(tmp, PSTR("lights %d\n"), numLights); + DEBUG_PRINT(tmp); + answer.concat(tmp); + for (int i=0; i ... + input.remove(0,10); + String tmp = input.substring(0,input.indexOf(' ')); + + int light_id = -1; + for (uint16_t i=0; iavailable(); + BobClear(); + } + } + } +} diff --git a/usermods/boblight/readme.md b/usermods/boblight/readme.md new file mode 100644 index 000000000..345830093 --- /dev/null +++ b/usermods/boblight/readme.md @@ -0,0 +1,37 @@ +# BobLight usermod + +This usermod allows displaying BobLight ambilight protocol on WLED device with a limited command set (not a full implementation). +BobLight protocol uses a TCP connection which guarantees packet delivery at the possible expense of latency delays. It is not very efficient (as it uses plaintext comands) so is not suited for large number of LEDs. + +This implementation is intended for TV backlight in combination with XBMC/Kodi BobLight add-on. + +The LEDs can be configured in usermod settings page. The configuration is simple: you enter the number of LED pixels on each side of your TV (top, right, bottom, left). +The LEDs should be wired in a clockwise orientation starting in the middle of bottom side (left half of bottom leds is where the string should start). + +``` ++-------->-------+ +| | +^ v +| | ++---<--+ ---<---+ + ^ + start +``` + +## Installation + +Add `-D USERMOD_BOBLIGHT` to your PlatformIO environment. +If you are not using PlatformIO (which you should) try adding `#define USERMOD_BOBLIGHT` to *my_config.h*. + +## Configuration + +All parameters are runtime configurable though changing port may require reboot. + +If you want to define default port during compile time use the following (default values in parentheses): + +- `BOB_PORT=x` : defines default TCP port for usermod to listen on (19333) + + +## Release notes + +2022-11 Initial implementation by @blazoncek (AKA Blaz Kristan) diff --git a/usermods/mpu6050_imu/readme.md b/usermods/mpu6050_imu/readme.md index 6e3cee3e5..412004151 100644 --- a/usermods/mpu6050_imu/readme.md +++ b/usermods/mpu6050_imu/readme.md @@ -1,13 +1,13 @@ # MPU-6050 Six-Axis (Gyro + Accelerometer) Driver -This usermod-v2 modification allows the connection of a MPU-6050 IMU sensor to -allow for effects that are controlled by the orientation or motion of the WLED Device. +v2 of this usermod enables connection of a MPU-6050 IMU sensor to +work with effects controlled by the orientation or motion of the WLED Device. -The MPU6050 has a built in "Digital Motion Processor" which does a lot of the heavy -lifting in integrating the gyro and accel measurements to get potentially more +The MPU6050 has a built in "Digital Motion Processor" which does the "heavy lifting" +integrating the gyro and accelerometer measurements to get potentially more useful gravity vector and orientation output. -It is pretty straightforward to comment out some of the variables being read off the device if they're not needed to save CPU/Mem/Bandwidth. +It is fairly straightforward to comment out variables being read from the device if they're not needed. Saves CPU/Memory/Bandwidth. _Story:_ diff --git a/usermods/mpu6050_imu/usermod_mpu6050_imu.h b/usermods/mpu6050_imu/usermod_mpu6050_imu.h index 4ce51c433..283c986e0 100644 --- a/usermods/mpu6050_imu/usermod_mpu6050_imu.h +++ b/usermods/mpu6050_imu/usermod_mpu6050_imu.h @@ -138,7 +138,7 @@ class MPU6050Driver : public Usermod { // (if it's going to break, usually the code will be 1) DEBUG_PRINT(F("DMP Initialization failed (code ")); DEBUG_PRINT(devStatus); - DEBUG_PRINTLN(F(")")); + DEBUG_PRINTLN(")"); } } diff --git a/usermods/multi_relay/readme.md b/usermods/multi_relay/readme.md index a0a3e9e9f..2906b8606 100644 --- a/usermods/multi_relay/readme.md +++ b/usermods/multi_relay/readme.md @@ -1,37 +1,37 @@ # Multi Relay -This usermod-v2 modification allows the connection of multiple relays each with individual delay and on/off mode. +This usermod-v2 modification allows the connection of multiple relays, each with individual delay and on/off mode. ## HTTP API -All responses are returned as JSON. +All responses are returned in JSON format. * Status Request: `http://[device-ip]/relays` * Switch Command: `http://[device-ip]/relays?switch=1,0,1,1` -The number of numbers behind the switch parameter must correspond to the number of relays. The number 1 switches the relay on. The number 0 switches the relay off. +The number of values behind the switch parameter must correspond to the number of relays. The value 1 switches the relay on, 0 switches it off. * Toggle Command: `http://[device-ip]/relays?toggle=1,0,1,1` -The number of numbers behind the parameter switch must correspond to the number of relays. The number 1 causes a toggling of the relay. The number 0 leaves the state of the device. +The number of values behind the parameter switch must correspond to the number of relays. The value 1 causes the relay to toggle, 0 leaves its state unchanged. -Examples +Examples: 1. total of 4 relays, relay 2 will be toggled: `http://[device-ip]/relays?toggle=0,1,0,0` 2. total of 3 relays, relay 1&3 will be switched on: `http://[device-ip]/relays?switch=1,0,1` ## JSON API -You can switch relay state using the following JSON object transmitted to: `http://[device-ip]/json` - +You can toggle the relay state by sending the following JSON object to: `http://[device-ip]/json` Switch relay 0 on: `{"MultiRelay":{"relay":0,"on":true}}` -Switch relay4 3 & 4 off: `{"MultiRelay":[{"relay":2,"on":false},{"relay":3,"on":false}]}` +Switch relay 3 and 4 off: `{"MultiRelay":[{"relay":2,"on":false},{"relay":3,"on":false}]}` + ## MQTT API * `wled`/_deviceMAC_/`relay`/`0`/`command` `on`|`off`|`toggle` * `wled`/_deviceMAC_/`relay`/`1`/`command` `on`|`off`|`toggle` -When relay is switched it will publish a message: +When a relay is switched, a message is published: * `wled`/_deviceMAC_/`relay`/`0` `on`|`off` @@ -42,7 +42,7 @@ When relay is switched it will publish a message: or 2. Use `#define USERMOD_MULTI_RELAY` in wled.h or `-D USERMOD_MULTI_RELAY` in your platformio.ini -You can override the default maximum number (4) of relays by defining MULTI_RELAY_MAX_RELAYS. +You can override the default maximum number of relays (which is 4) by defining MULTI_RELAY_MAX_RELAYS. Example **usermods_list.cpp**: @@ -78,15 +78,15 @@ void registerUsermods() ## Configuration -Usermod can be configured in Usermods settings page. +Usermod can be configured via the Usermods settings page. * `enabled` - enable/disable usermod -* `pin` - GPIO pin where relay is attached to ESP (can be configured at compile time `-D MULTI_RELAY_PINS=xx,xx,...`) +* `pin` - ESP GPIO pin the relay is connected to (can be configured at compile time `-D MULTI_RELAY_PINS=xx,xx,...`) * `delay-s` - delay in seconds after on/off command is received -* `active-high` - toggle high/low activation of relay (can be used to reverse relay states) -* `external` - if enabled WLED does not control relay, it can only be triggered by external command (MQTT, HTTP, JSON or button) +* `active-high` - assign high/low activation of relay (can be used to reverse relay states) +* `external` - if enabled, WLED does not control relay, it can only be triggered by an external command (MQTT, HTTP, JSON or button) * `button` - button (from LED Settings) that controls this relay -* `broadcast`- time in seconds between state broadcasts using MQTT +* `broadcast`- time in seconds between MQTT relay-state broadcasts * `HA-discovery`- enable Home Assistant auto discovery If there is no MultiRelay section, just save current configuration and re-open Usermods settings page. @@ -99,4 +99,4 @@ Have fun - @blazoncek 2021-11 * Added information about dynamic configuration options -* Added button support. \ No newline at end of file +* Added button support. diff --git a/usermods/multi_relay/usermod_multi_relay.h b/usermods/multi_relay/usermod_multi_relay.h index 7381a00df..de68e11b0 100644 --- a/usermods/multi_relay/usermod_multi_relay.h +++ b/usermods/multi_relay/usermod_multi_relay.h @@ -66,12 +66,14 @@ class MultiRelay : public Usermod { static const char _HAautodiscovery[]; void publishMqtt(int relay) { +#ifndef WLED_DISABLE_MQTT //Check if MQTT Connected, otherwise it will crash the 8266 if (WLED_MQTT_CONNECTED){ char subuf[64]; sprintf_P(subuf, PSTR("%s/relay/%d"), mqttDeviceTopic, relay); mqtt->publish(subuf, 0, false, _relay[relay].state ? "on" : "off"); } +#endif } /** @@ -182,7 +184,7 @@ class MultiRelay : public Usermod { */ MultiRelay() { const int8_t defPins[] = {MULTI_RELAY_PINS}; - for (int i=0; ipublish(buf, 0, true, json_str, payload_size); } } +#endif /** * setup() is called once at boot. WiFi is not yet connected at this point. diff --git a/usermods/photoresistor_sensor_mqtt_v1/README.md b/usermods/photoresistor_sensor_mqtt_v1/README.md index 33d96bc74..f83bb01a2 100644 --- a/usermods/photoresistor_sensor_mqtt_v1/README.md +++ b/usermods/photoresistor_sensor_mqtt_v1/README.md @@ -1,10 +1,12 @@ # Photoresister sensor with MQTT -This simple usermod allows attaching a photoresistor sensor like the KY-018 and publish the readings in percentage over MQTT. The frequency of MQTT messages can be modified, and there is a threshold value that can be set so that significant changes in the readings can be published immediately instead of waiting for the next update. This was found to be a good compromise between spamming MQTT messages and delayed updates. +Enables attaching a photoresistor sensor like the KY-018 and publishing the readings as a percentage, via MQTT. The frequency of MQTT messages is user definable. +A threshold value can be set so significant changes in the readings are published immediately vice waiting for the next update. This was found to be a good compromise between excessive MQTT traffic and delayed updates. -I also found it useful to limit the frequency of analog pin reads because otherwise the board hangs. +I also found it useful to limit the frequency of analog pin reads, otherwise the board hangs. -This usermod has only been tested with the KY-018 sensor though should work for any other analog pin sensor. Note that this does not control the LED strip directly, it only publishes MQTT readings for use with other integrations like Home Assistant. +This usermod has only been tested with the KY-018 sensor though it should work for any other analog pin sensor. +Note: this does not control the LED strip directly, it only publishes MQTT readings for use with other integrations like Home Assistant. ## Installation diff --git a/usermods/project_cars_shiftlight/readme.md b/usermods/project_cars_shiftlight/readme.md index 4490a2ba1..433da4300 100644 --- a/usermods/project_cars_shiftlight/readme.md +++ b/usermods/project_cars_shiftlight/readme.md @@ -1,12 +1,11 @@ ### Shift Light for Project Cars Turn your WLED lights into a rev light and shift indicator for Project Cars. +It's easy to use. -It is pretty straight forward to use. +1. Make sure your WLED device and your PC/console are on the same network and can talk to each other -1. Make sure, your WLED device and your PC/console are on the same network and can talk to each other - -2. Go to the gameplay settings menu in PCARS and enable UDP. There are 9 numbers you can choose from. This is the refresh rate. The lower the number, the better. But you might run into problems at faster rates. +2. Go to the gameplay settings menu in PCARS and enable UDP. There are 9 numbers you can choose from. This is the refresh rate. The lower the number, the better. However, you might run into problems at faster rates. | Number | Updates/Second | | ------ | -------------- | @@ -20,4 +19,5 @@ It is pretty straight forward to use. | 8 | 05 | | 9 | 1 | -3. once you enter a race, WLED should automatically shift to PCARS mode. Done. +3. Once you enter a race, WLED should automatically shift to PCARS mode. +4. Done. diff --git a/usermods/pwm_outputs/readme.md b/usermods/pwm_outputs/readme.md new file mode 100644 index 000000000..0309ad361 --- /dev/null +++ b/usermods/pwm_outputs/readme.md @@ -0,0 +1,27 @@ +# PWM outputs + +v2 Usermod to add generic PWM outputs to WLED. Usermode could be used to control servo motors, LED brightness or any other device controlled by PWM signal. + +## Installation + +Add the compile-time option `-D USERMOD_PWM_OUTPUTS` to your `platformio.ini` (or `platformio_override.ini`). By default upt to 3 PWM outputs could be configured, to increase that limit add build argument `-D USERMOD_PWM_OUTPUT_PINS=10` (replace 10 by desired amount). + +Currently only ESP32 is supported. + +## Configuration + +By default PWM outputs are disabled, navigate to Usermods settings and configure desired PWM pins and frequencies. + +## Usage + +If PWM output is configured, it starts to publish its duty cycle value (0-1) both to state JSON and to info JSON (visible in UI info panel). To set PWM duty cycle, use JSON api (over HTTP or over Serial) + +```json +{ + "pwm": { + "0": {"duty": 0.1}, + "1": {"duty": 0.2}, + ... + } +} +``` diff --git a/usermods/pwm_outputs/usermod_pwm_outputs.h b/usermods/pwm_outputs/usermod_pwm_outputs.h new file mode 100644 index 000000000..1880308c4 --- /dev/null +++ b/usermods/pwm_outputs/usermod_pwm_outputs.h @@ -0,0 +1,221 @@ +#pragma once +#include "wled.h" + +#ifndef ESP32 + #error This usermod does not support the ESP8266. +#endif + +#ifndef USERMOD_PWM_OUTPUT_PINS + #define USERMOD_PWM_OUTPUT_PINS 3 +#endif + + +class PwmOutput { + public: + + void open(int8_t pin, uint32_t freq) { + + if (enabled_) { + if (pin == pin_ && freq == freq_) { + return; // PWM output is already open + } else { + close(); // Config has changed, close and reopen + } + } + + pin_ = pin; + freq_ = freq; + if (pin_ < 0) + return; + + DEBUG_PRINTF("pwm_output[%d]: setup to freq %d\n", pin_, freq_); + if (!pinManager.allocatePin(pin_, true, PinOwner::UM_PWM_OUTPUTS)) + return; + + channel_ = pinManager.allocateLedc(1); + if (channel_ == 255) { + DEBUG_PRINTF("pwm_output[%d]: failed to quire ledc\n", pin_); + pinManager.deallocatePin(pin_, PinOwner::UM_PWM_OUTPUTS); + return; + } + + ledcSetup(channel_, freq_, bit_depth_); + ledcAttachPin(pin_, channel_); + DEBUG_PRINTF("pwm_output[%d]: init successful\n", pin_); + enabled_ = true; + } + + void close() { + DEBUG_PRINTF("pwm_output[%d]: close\n", pin_); + if (!enabled_) + return; + pinManager.deallocatePin(pin_, PinOwner::UM_PWM_OUTPUTS); + if (channel_ != 255) + pinManager.deallocateLedc(channel_, 1); + channel_ = 255; + duty_ = 0.0f; + enabled_ = false; + } + + void setDuty(const float duty) { + DEBUG_PRINTF("pwm_output[%d]: set duty %f\n", pin_, duty); + if (!enabled_) + return; + duty_ = min(1.0f, max(0.0f, duty)); + const uint32_t value = static_cast((1 << bit_depth_) * duty_); + ledcWrite(channel_, value); + } + + void setDuty(const uint16_t duty) { + setDuty(static_cast(duty) / 65535.0f); + } + + bool isEnabled() const { + return enabled_; + } + + void addToJsonState(JsonObject& pwmState) const { + pwmState[F("duty")] = duty_; + } + + void readFromJsonState(JsonObject& pwmState) { + if (pwmState.isNull()) { + return; + } + float duty; + if (getJsonValue(pwmState[F("duty")], duty)) { + setDuty(duty); + } + } + + void addToJsonInfo(JsonObject& user) const { + if (!enabled_) + return; + char buffer[12]; + sprintf_P(buffer, PSTR("PWM pin %d"), pin_); + JsonArray data = user.createNestedArray(buffer); + data.add(1e2f * duty_); + data.add(F("%")); + } + + void addToConfig(JsonObject& pwmConfig) const { + pwmConfig[F("pin")] = pin_; + pwmConfig[F("freq")] = freq_; + } + + bool readFromConfig(JsonObject& pwmConfig) { + if (pwmConfig.isNull()) + return false; + + bool configComplete = true; + int8_t newPin = pin_; + uint32_t newFreq = freq_; + configComplete &= getJsonValue(pwmConfig[F("pin")], newPin); + configComplete &= getJsonValue(pwmConfig[F("freq")], newFreq); + + open(newPin, newFreq); + + return configComplete; + } + + private: + int8_t pin_ {-1}; + uint32_t freq_ {50}; + static const uint8_t bit_depth_ {12}; + uint8_t channel_ {255}; + float duty_ {0.0f}; + bool enabled_ {false}; +}; + + +class PwmOutputsUsermod : public Usermod { + public: + + static const char USERMOD_NAME[]; + static const char PWM_STATE_NAME[]; + + void setup() { + // By default all PWM outputs are disabled, no setup do be done + } + + void loop() { + } + + void addToJsonState(JsonObject& root) { + JsonObject pwmStates = root.createNestedObject(PWM_STATE_NAME); + for (int i = 0; i < USERMOD_PWM_OUTPUT_PINS; i++) { + const PwmOutput& pwm = pwms_[i]; + if (!pwm.isEnabled()) + continue; + char buffer[4]; + sprintf_P(buffer, PSTR("%d"), i); + JsonObject pwmState = pwmStates.createNestedObject(buffer); + pwm.addToJsonState(pwmState); + } + } + + void readFromJsonState(JsonObject& root) { + JsonObject pwmStates = root[PWM_STATE_NAME]; + if (pwmStates.isNull()) + return; + + for (int i = 0; i < USERMOD_PWM_OUTPUT_PINS; i++) { + PwmOutput& pwm = pwms_[i]; + if (!pwm.isEnabled()) + continue; + char buffer[4]; + sprintf_P(buffer, PSTR("%d"), i); + JsonObject pwmState = pwmStates[buffer]; + pwm.readFromJsonState(pwmState); + } + } + + void addToJsonInfo(JsonObject& root) { + JsonObject user = root[F("u")]; + if (user.isNull()) + user = root.createNestedObject(F("u")); + + for (int i = 0; i < USERMOD_PWM_OUTPUT_PINS; i++) { + const PwmOutput& pwm = pwms_[i]; + pwm.addToJsonInfo(user); + } + } + + void addToConfig(JsonObject& root) { + JsonObject top = root.createNestedObject(USERMOD_NAME); + for (int i = 0; i < USERMOD_PWM_OUTPUT_PINS; i++) { + const PwmOutput& pwm = pwms_[i]; + char buffer[8]; + sprintf_P(buffer, PSTR("PWM %d"), i); + JsonObject pwmConfig = top.createNestedObject(buffer); + pwm.addToConfig(pwmConfig); + } + } + + bool readFromConfig(JsonObject& root) { + JsonObject top = root[USERMOD_NAME]; + if (top.isNull()) + return false; + + bool configComplete = true; + for (int i = 0; i < USERMOD_PWM_OUTPUT_PINS; i++) { + PwmOutput& pwm = pwms_[i]; + char buffer[8]; + sprintf_P(buffer, PSTR("PWM %d"), i); + JsonObject pwmConfig = top[buffer]; + configComplete &= pwm.readFromConfig(pwmConfig); + } + return configComplete; + } + + uint16_t getId() { + return USERMOD_ID_PWM_OUTPUTS; + } + + private: + PwmOutput pwms_[USERMOD_PWM_OUTPUT_PINS]; + +}; + +const char PwmOutputsUsermod::USERMOD_NAME[] PROGMEM = "PwmOutputs"; +const char PwmOutputsUsermod::PWM_STATE_NAME[] PROGMEM = "pwm"; diff --git a/usermods/quinled-an-penta/readme.md b/usermods/quinled-an-penta/readme.md index 4a4c0290a..2338747d6 100644 --- a/usermods/quinled-an-penta/readme.md +++ b/usermods/quinled-an-penta/readme.md @@ -1,5 +1,5 @@ # QuinLED-An-Penta -The (un)official usermod to get the best out of the QuinLED-An-Penta (https://quinled.info/quinled-an-penta/), like using the OLED and the SHT30 temperature/humidity sensor. +The (un)official usermod to get the best out of the QuinLED-An-Penta (https://quinled.info/quinled-an-penta/), e.g. using the OLED and the SHT30 temperature/humidity sensor. ## Requirements * "u8gs" by olikraus, v2.28 or higher: https://github.com/olikraus/u8g2 @@ -31,15 +31,15 @@ lib_deps = ${esp32.lib_deps} ## Some words about the (optional) OLED This mod has been optimized for an SSD1306 driven 128x64 OLED. Using a smaller OLED or an OLED using a different driver will result in unexpected results. I highly recommend using these "two color monochromatic OLEDs", which have the first 16 pixels in a different color than the other 48, e.g. a yellow/blue OLED. -Also note, you need to have an **SPI** driven OLED, **not i2c**! +Note: you _must_ use an **SPI** driven OLED, **not an i2c one**! ### Limitations combined with Ethernet -The initial development of this mod had been done with a beta version of the QuinLED-An-Penta, which had a different IO layout for the OLED: The CS pin used to be IO_0, but has been changed to IO27 with the first v1 public release. Unfortunately, IO27 is used by the Ethernet boards, so WLED will not let you enable the OLED screen, if you're using it with Ethernet. This unfortunately makes the development I've done to support/show Ethernet information void, as it cannot be used. -However (and I've not tried this, as I don't own a v1 board): You can try to modify this mod and try to use IO27 for the OLED and share it with the Ethernet board. It is "just" the chip select pin, so there is a chance that both can coexist and use the same IO. You need to skip WLEDs PinManager for the CS pin, so WLED will not block using it. If you don't know how this works: Leave it. If you know what I'm talking about: Try it and please let me know on the Intermit.Tech (QuinLED) Discord server: https://discord.gg/WdbAauG +The initial development of this mod was done with a beta version of the QuinLED-An-Penta, which had a different IO layout for the OLED: The CS pin _was_ IO_0, but has been changed to IO27 with the first v1 public release. Unfortunately, IO27 is used by Ethernet boards, so WLED will not let you enable the OLED screen, if you're using it with Ethernet. Unfortunately, that makes the development I've done to support/show Ethernet information invalid, as it cannot be used. +However, (and I've not tried this, as I don't own a v1 board) you can modify this usermod and try to use IO27 for the OLED and share it with the Ethernet board. It is "just" the chip select pin, so there is a chance that both can coexist and use the same IO. You need to skip WLEDs PinManager for the CS pin, so WLED will not block using it. If you don't know how this works, don't change it. If you know what I'm talking about, try it and please let me know on the Intermit.Tech (QuinLED) Discord server: https://discord.gg/WdbAauG ### My OLED flickers after some time, what should I do? -That's a tricky one: During development I saw that the OLED sometimes starts to "bug out" / flicker and won't work anymore. This seems to be caused by the high PWM interference the board produces. It seems to loose its settings and then doesn't know how to draw anymore. Turns out the only way to fix this is to call the libraries `begin()` method again which will re-initialize the display. -If you're facing this issue, you can enable a setting I've added which will call the `begin()` roughly every 60 seconds between a page change. This will make the page change take ~500ms, but will fix the display. +That's a tricky one. During development I saw that the OLED sometimes starts to "drop out" / flicker and won't work anymore. This seems to be caused by the high PWM interference the board produces. It seems to lose its settings then doesn't know how to draw anymore. Turns out the only way to fix this is to call the libraries `begin()` method again which re-initializes the display. +If you're facing this issue, you can enable a setting which will call the `begin()` roughly every 60 seconds between page changes. This will make the page change take ~500ms, but will fix the display. ## Configuration @@ -53,11 +53,11 @@ Navigate to the "Config" and then to the "Usermods" section. If you compiled WLE * Possible values: Enabled/Disabled * Default: Disabled * OLED-Flip-Screen-180: - * What it does: Flips the screen 180° / upside-down + * What it does: Flips the screen 180° * Possible values: Enabled/Disabled * Default: Disabled * OLED-Seconds-Per-Page: - * What it does: Defines how long the OLED should stay on one page in seconds before changing to the next + * What it does: Number of seconds the OLED should stay on one page before changing pages * Possible values: Enabled/Disabled * Default: 10 * OLED-Fix-Bugged-Screen: @@ -76,4 +76,4 @@ Navigate to the "Config" and then to the "Usermods" section. If you compiled WLE * First implementation. ## Credits -ezcGman | Andy: Find me on the Intermit.Tech (QuinLED) Discord server: https://discord.gg/WdbAauG \ No newline at end of file +ezcGman | Andy: Find me on the Intermit.Tech (QuinLED) Discord server: https://discord.gg/WdbAauG diff --git a/usermods/readme.md b/usermods/readme.md index 0c56efaed..8aa8d6abc 100644 --- a/usermods/readme.md +++ b/usermods/readme.md @@ -2,17 +2,17 @@ This folder serves as a repository for usermods (custom `usermod.cpp` files)! -If you have created an usermod that you believe is useful (for example to support a particular sensor, display, feature...), feel free to contribute by opening a pull request! +If you have created a usermod you believe is useful (for example to support a particular sensor, display, feature...), feel free to contribute by opening a pull request! In order for other people to be able to have fun with your usermod, please keep these points in mind: - Create a folder in this folder with a descriptive name (for example `usermod_ds18b20_temp_sensor_mqtt`) - Include your custom files -- If your usermod requires changes to other WLED files, please write a `readme.md` outlining the steps one has to take to use the usermod +- If your usermod requires changes to other WLED files, please write a `readme.md` outlining the steps one needs to take - Create a pull request! - If your feature is useful for the majority of WLED users, I will consider adding it to the base code! -While I do my best to not break too much, keep in mind that as WLED is being updated, usermods might break. +While I do my best to not break too much, keep in mind that as WLED is updated, usermods might break. I am not actively maintaining any usermod in this directory, that is your responsibility as the creator of the usermod. For new usermods, I would recommend trying out the new v2 usermod API, which allows installing multiple usermods at once and new functions! diff --git a/usermods/rgb-rotary-encoder/readme.md b/usermods/rgb-rotary-encoder/readme.md index 2bf0ecb72..ba5aad4df 100644 --- a/usermods/rgb-rotary-encoder/readme.md +++ b/usermods/rgb-rotary-encoder/readme.md @@ -5,8 +5,8 @@ This usermod-v2 adds support for the awesome RGB Rotary Encoder Board by Adam Ze https://user-images.githubusercontent.com/3090131/124680599-0180ab80-dec7-11eb-9065-a6d08ebe0287.mp4 ## Credits -The actual / original code that does the different LED modes is from Adam Zeloof. So I don't take credit for these. But I ported it to WLED, which involved replacing the LED library he used (because, guess what, WLED already has one; so no need to add another one, but use whatever WLED uses), plus the rotary encoder library, because that one was not compatible with ESP, only Arduino. -So it was quite more work than I hoped, but I got there eventually :) +The actual / original code that controls the LED modes is from Adam Zeloof. I take no credit for it. I ported it to WLED, which involved replacing the LED library he used, (because WLED already has one, so no need to add another one) plus the rotary encoder library because it was not compatible with ESP, only Arduino. +It was quite a bit more work than I hoped, but I got there eventually :) ## Requirements * "ESP Rotary" by Lennart Hennigs, v1.5.0 or higher: https://github.com/LennartHennigs/ESPRotary @@ -33,25 +33,25 @@ lib_deps = ${esp8266.lib_deps} ``` ## How to connect the board to your ESP -We gonna need (minimum) three or (maximum) four GPIOs for the board: -* "ea": Basically tells if the encoder goes into one or the other direction -* "eb": Same thing, but the other direction -* "di": LED data in. To actually control the LEDs -* *(optional)* "sw": The integrated switch in the rotary encoder. Can be omitted for the bare functionality of just controlling the brightness +We'll need (minimum) three or (maximum) four GPIOs for the board: +* "ea": reports the encoder direction +* "eb": Same thing, opposite direction +* "di": LED data in. +* *(optional)* "sw": The integrated switch in the rotary encoder. Can be omitted for the bare functionality of controlling only the brightness -We also gonna need some power, so: +We'll also need power: * "vdd": Needs to be connected to **+5V**. -* "gnd": Well, it's GND. +* "gnd": Ground. -You can freely pick the GPIOs, it doesn't matter. Those will be configured in the "Usermods" section in the WLED web panel: +You can freely pick the GPIOs, it doesn't matter. Those will be configured in the "Usermods" section of the WLED web panel: ## Configuration -Navigate to the "Config" and then to the "Usermods" section. If you compiled WLED with `-D RGB_ROTARY_ENCODER`, you will see the config for it there. The settings there are the GPIOs we mentioned before (*Note: The switch pin is not there, as this can just be configured the "normal" button on the "LED Preferences" page*), plus a few more: +Navigate to the "Config" and then to the "Usermods" section. If you compiled WLED with `-D RGB_ROTARY_ENCODER`, you will see the config for it there. The settings there are the aforementioned GPIOs, (*Note: The switch pin is not there, as this can just be configured the "normal" button on the "LED Preferences" page*) plus a few more: * LED pin: * Possible values: Any valid and available GPIO * Default: 3 - * What it does: Pin to control the LED ring + * What it does: controls the LED ring * ea pin: * Possible values: Any valid and available GPIO * Default: 15 @@ -63,7 +63,7 @@ Navigate to the "Config" and then to the "Usermods" section. If you compiled WLE * LED Mode: * Possible values: 1-3 * Default: 3 - * What it does: The usermod provides three different modes of how the LEDs can look like. Here's an example: https://github.com/isotope-engineering/RGB-Encoder-Board/blob/master/images/rgb-encoder-animations.gif + * What it does: The usermod provides three different modes of how the LEDs can appear. Here's an example: https://github.com/isotope-engineering/RGB-Encoder-Board/blob/master/images/rgb-encoder-animations.gif * Up left is "1" * Up right is not supported / doesn't make sense for brightness control * Bottom left is "2" @@ -71,15 +71,15 @@ Navigate to the "Config" and then to the "Usermods" section. If you compiled WLE * LED Brightness: * Possible values: 1-255 * Default: 64 - * What it does: Brightness of the LED ring + * What it does: sets LED ring Brightness * Steps per click: * Possible values: Any positive number * Default: 4 - * What it does: With each "click", a rotary encoder actually increments it's "steps". Most rotary encoder do four "steps" per "click". I know this sounds super weird, so just leave this the default value, unless your rotary encoder behaves weirdly, like with one click, it makes two LEDs light up, or you sometimes need two click for one LED. Then you should play around with this value or write a small sketch using the same "ESP Rotary" library and read out the steps it does. + * What it does: With each "click", a rotary encoder actually increments its "steps". Most rotary encoders produce four "steps" per "click". Leave this at the default value unless your rotary encoder behaves strangely. e.g. with one click, it makes two LEDs light up, or you need two clicks for one LED. If that's the case, adjust this value or write a small sketch using the same "ESP Rotary" library and read out the steps it produce. * Increment per click: * Possible values: Any positive number * Default: 5 - * What it does: Most rotary encoder have 20 "clicks", so basically 20 positions. This value should be set to 100 / `number of clicks` + * What it does: Most rotary encoders have 20 "clicks" or positions. This value should be set to 100/`number of clicks` ## Change log 2021-07 diff --git a/usermods/sd_card/readme.md b/usermods/sd_card/readme.md new file mode 100644 index 000000000..299b68ebc --- /dev/null +++ b/usermods/sd_card/readme.md @@ -0,0 +1,34 @@ +# SD-card mod + +## Build +- modify `platformio.ini` and add to the `build_flags` of your configuration the following +- choose the way your SD is connected + 1. via `-D WLED_USE_SD_MMC` when connected via MMC + 2. via `-D WLED_USE_SD_SPI` when connected via SPI (use usermod page to setup SPI pins) + +### Test +- enable `-D SD_PRINT_HOME_DIR` and `-D WLED_DEBUG` +- this will print all files in `/` on boot via serial + +## Configuration +### MMC +- The MMC port / pins needs no configuration as they are specified by Espressif +### SPI +- The SPI port / pins can be modified via the WLED web-UI: `Config → Usermod → SD Card` + | option | effect | default | + | ----------------- | ------------------------------------------------------------------------------------------------ | ------- | + | `pinSourceSelect` | GPIO that is connected to SD's `SS`(source select) / `CS`(chip select) | 16 | + | `pinSourceClock` | GPIO that is connected to SD's `SCLK` (source clock) / `CLK`(clock) | 14 | + | `pinPoci` | GPIO that is connected to SD's `POCI` (Peripheral-Out-Ctrl-In) / `MISO` (deprecated) | 36 | + | `pinPico` | GPIO that is connected to SD's `PICO` (Peripheral-In-Ctrl-Out) / `MOSI` (deprecated) | 14 | + | `sdEnable` | Enable to read data from the SD-card | true | + + Following new naming convention of [OSHWA](https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names/) + +## Usage in other mods +- creates a macro `SD_ADAPTER` which is either mapped to `SD` or `SD_MMC` (see `SD_Test.ino` how to use SD / SD_MMC functions) + +- checks if the specified file is available on the SD card + ```cpp + bool file_onSD(const char *filepath) {...} + ``` \ No newline at end of file diff --git a/usermods/sd_card/usermod_sd_card.h b/usermods/sd_card/usermod_sd_card.h new file mode 100644 index 000000000..5dac79159 --- /dev/null +++ b/usermods/sd_card/usermod_sd_card.h @@ -0,0 +1,243 @@ +#pragma once + +#include "wled.h" + +// SD connected via MMC / SPI +#if defined(WLED_USE_SD_MMC) + #define USED_STORAGE_FILESYSTEMS "SD MMC, LittleFS" + #define SD_ADAPTER SD_MMC + #include "SD_MMC.h" +// SD connected via SPI (adjustable via usermod config) +#elif defined(WLED_USE_SD_SPI) + #define SD_ADAPTER SD + #define USED_STORAGE_FILESYSTEMS "SD SPI, LittleFS" + #include "SD.h" + #include "SPI.h" +#endif + +#ifdef WLED_USE_SD_MMC +#elif defined(WLED_USE_SD_SPI) + SPIClass spiPort = SPIClass(VSPI); +#endif + +void listDir( const char * dirname, uint8_t levels); + +class UsermodSdCard : public Usermod { + private: + bool sdInitDone = false; + + #ifdef WLED_USE_SD_SPI + int8_t configPinSourceSelect = 16; + int8_t configPinSourceClock = 14; + int8_t configPinPoci = 36; // confusing names? Then have a look :) + int8_t configPinPico = 15; // https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names/ + + //acquired and initialize the SPI port + void init_SD_SPI() + { + if(!configSdEnabled) return; + if(sdInitDone) return; + + PinManagerPinType pins[5] = { + { configPinSourceSelect, true }, + { configPinSourceClock, true }, + { configPinPoci, false }, + { configPinPico, true } + }; + + if (!pinManager.allocateMultiplePins(pins, 4, PinOwner::UM_SdCard)) { + DEBUG_PRINTF("[%s] SD (SPI) pin allocation failed!\n", _name); + sdInitDone = false; + return; + } + + bool returnOfInitSD = false; + + #if defined(WLED_USE_SD_SPI) + spiPort.begin(configPinSourceClock, configPinPoci, configPinPico, configPinSourceSelect); + returnOfInitSD = SD_ADAPTER.begin(configPinSourceSelect, spiPort); + #endif + + if(!returnOfInitSD) { + DEBUG_PRINTF("[%s] SPI begin failed!\n", _name); + sdInitDone = false; + return; + } + + sdInitDone = true; + } + + //deinitialize the acquired SPI port + void deinit_SD_SPI() + { + if(!sdInitDone) return; + + SD_ADAPTER.end(); + + DEBUG_PRINTF("[%s] deallocate pins!\n", _name); + pinManager.deallocatePin(configPinSourceSelect, PinOwner::UM_SdCard); + pinManager.deallocatePin(configPinSourceClock, PinOwner::UM_SdCard); + pinManager.deallocatePin(configPinPoci, PinOwner::UM_SdCard); + pinManager.deallocatePin(configPinPico, PinOwner::UM_SdCard); + + sdInitDone = false; + } + + // some SPI pin was changed, while SPI was initialized, reinit to new port + void reinit_SD_SPI() + { + deinit_SD_SPI(); + init_SD_SPI(); + } + #endif + + #ifdef WLED_USE_SD_MMC + void init_SD_MMC() { + if(sdInitDone) return; + bool returnOfInitSD = false; + returnOfInitSD = SD_ADAPTER.begin(); + DEBUG_PRINTF("[%s] MMC begin\n", _name); + + if(!returnOfInitSD) { + DEBUG_PRINTF("[%s] MMC begin failed!\n", _name); + sdInitDone = false; + return; + } + + sdInitDone = true; + } + #endif + + public: + static bool configSdEnabled; + static const char _name[]; + + void setup() { + DEBUG_PRINTF("[%s] usermod loaded \n", _name); + #if defined(WLED_USE_SD_SPI) + init_SD_SPI(); + #elif defined(WLED_USE_SD_MMC) + init_SD_MMC(); + #endif + + #if defined(SD_ADAPTER) && defined(SD_PRINT_HOME_DIR) + listDir("/", 0); + #endif + } + + void loop(){ + + } + + uint16_t getId() + { + return USERMOD_ID_SD_CARD; + } + + void addToConfig(JsonObject& root) + { + #ifdef WLED_USE_SD_SPI + JsonObject top = root.createNestedObject(FPSTR(_name)); + top["pinSourceSelect"] = configPinSourceSelect; + top["pinSourceClock"] = configPinSourceClock; + top["pinPoci"] = configPinPoci; + top["pinPico"] = configPinPico; + top["sdEnabled"] = configSdEnabled; + #endif + } + + bool readFromConfig(JsonObject &root) + { + #ifdef WLED_USE_SD_SPI + JsonObject top = root[FPSTR(_name)]; + if (top.isNull()) { + DEBUG_PRINTF("[%s] No config found. (Using defaults.)\n", _name); + return false; + } + + uint8_t oldPinSourceSelect = configPinSourceSelect; + uint8_t oldPinSourceClock = configPinSourceClock; + uint8_t oldPinPoci = configPinPoci; + uint8_t oldPinPico = configPinPico; + bool oldSdEnabled = configSdEnabled; + + getJsonValue(top["pinSourceSelect"], configPinSourceSelect); + getJsonValue(top["pinSourceClock"], configPinSourceClock); + getJsonValue(top["pinPoci"], configPinPoci); + getJsonValue(top["pinPico"], configPinPico); + getJsonValue(top["sdEnabled"], configSdEnabled); + + if(configSdEnabled != oldSdEnabled) { + configSdEnabled ? init_SD_SPI() : deinit_SD_SPI(); + DEBUG_PRINTF("[%s] SD card %s\n", _name, configSdEnabled ? "enabled" : "disabled"); + } + + if( configSdEnabled && ( + oldPinSourceSelect != configPinSourceSelect || + oldPinSourceClock != configPinSourceClock || + oldPinPoci != configPinPoci || + oldPinPico != configPinPico) + ) + { + DEBUG_PRINTF("[%s] Init SD card based of config\n", _name); + DEBUG_PRINTF("[%s] Config changes \n - SS: %d -> %d\n - MI: %d -> %d\n - MO: %d -> %d\n - En: %d -> %d\n", _name, oldPinSourceSelect, configPinSourceSelect, oldPinSourceClock, configPinSourceClock, oldPinPoci, configPinPoci, oldPinPico, configPinPico); + reinit_SD_SPI(); + } + #endif + + return true; + } +}; + +const char UsermodSdCard::_name[] PROGMEM = "SD Card"; +bool UsermodSdCard::configSdEnabled = true; + +#ifdef SD_ADAPTER +//checks if the file is available on SD card +bool file_onSD(const char *filepath) +{ + #ifdef WLED_USE_SD_SPI + if(!UsermodSdCard::configSdEnabled) return false; + #endif + + uint8_t cardType = SD_ADAPTER.cardType(); + if(cardType == CARD_NONE) { + DEBUG_PRINTF("[%s] not attached / cardType none\n", UsermodSdCard::_name); + return false; // no SD card attached + } + if(cardType == CARD_MMC || cardType == CARD_SD || cardType == CARD_SDHC) + { + return SD_ADAPTER.exists(filepath); + } + + return false; // unknown card type +} + +void listDir( const char * dirname, uint8_t levels){ + DEBUG_PRINTF("Listing directory: %s\n", dirname); + + File root = SD_ADAPTER.open(dirname); + if(!root){ + DEBUG_PRINTF("Failed to open directory\n"); + return; + } + if(!root.isDirectory()){ + DEBUG_PRINTF("Not a directory\n"); + return; + } + + File file = root.openNextFile(); + while(file){ + if(file.isDirectory()){ + DEBUG_PRINTF(" DIR : %s\n",file.name()); + if(levels){ + listDir(file.name(), levels -1); + } + } else { + DEBUG_PRINTF(" FILE: %s SIZE: %d\n",file.name(), file.size()); + } + file = root.openNextFile(); + } +} + +#endif \ No newline at end of file diff --git a/usermods/sensors_to_mqtt/readme.md b/usermods/sensors_to_mqtt/readme.md index 7f2d64071..d427d3e14 100644 --- a/usermods/sensors_to_mqtt/readme.md +++ b/usermods/sensors_to_mqtt/readme.md @@ -1,12 +1,12 @@ -# Sensors To Home Assistant (or mqtt) +# Send sensor data To Home Assistant -This usermod will publish values of the BMP280, CCS811 and Si7021 sensors to Home Assistant via MQTT. +Publishes BMP280, CCS811 and Si7021 measurements to Home Assistant via MQTT. -Its using home assistant automatic device discovery feature. +Uses Home Assistant Automatic Device Discovery. -The use of Home Assistant is not mandatory; it will publish the sensor values via MQTT just fine without it. +The use of Home Assistant is not mandatory. The mod will publish sensor values via MQTT just fine without it. -Its resusing the mqtt connection set in the WLED web user interface. +Uses the MQTT connection set in the WLED web user interface. ## Maintainer @@ -15,12 +15,12 @@ twitter.com/mpronk89 ## Features - Reads BMP280, CCS811 and Si7021 senors -- Publishes via MQTT, configured via webui of wled +- Publishes via MQTT, configured via WLED webUI - Announces device in Home Assistant for easy setup - Efficient energy usage - Updates every 60 seconds -## Example mqtt topics: +## Example MQTT topics: `$mqttDeviceTopic` is set in webui of WLED! @@ -40,7 +40,7 @@ IAQ: $mqttDeviceTopic/iaq ### Requirements 1. BMP280/CCS811/Si7021 sensor. E.g. https://aliexpress.com/item/32979998543.html -2. A microcontroller which can talk i2c, e.g. esp32 +2. A microcontroller that supports i2c. e.g. esp32 ### installation @@ -77,7 +77,7 @@ SDA_PIN = 4; adafruit/Adafruit Si7021 Library @ 1.4.0 ``` -The #ifdefs in `usermods_list.cpp` should do the rest :) +The #ifdefs in `usermods_list.cpp` should do the rest # Credits diff --git a/usermods/sensors_to_mqtt/usermod_v2_SensorsToMqtt.h b/usermods/sensors_to_mqtt/usermod_v2_SensorsToMqtt.h index dd7aedc1f..972e2c866 100644 --- a/usermods/sensors_to_mqtt/usermod_v2_SensorsToMqtt.h +++ b/usermods/sensors_to_mqtt/usermod_v2_SensorsToMqtt.h @@ -1,3 +1,7 @@ +#ifndef WLED_ENABLE_MQTT +#error "This user mod requires MQTT to be enabled." +#endif + #pragma once #include "wled.h" diff --git a/usermods/seven_segment_display/readme.md b/usermods/seven_segment_display/readme.md index ca52383d6..a5294701c 100644 --- a/usermods/seven_segment_display/readme.md +++ b/usermods/seven_segment_display/readme.md @@ -1,25 +1,25 @@ # Seven Segment Display -Usermod that uses the overlay feature to create a configurable seven segment display. -This has only been tested on a single configuration. Colon support is entirely untested. +Uses the overlay feature to create a configurable seven segment display. +This has only been tested on a single configuration. Colon support has _not_ been tested. ## Installation Add the compile-time option `-D USERMOD_SEVEN_SEGMENT` to your `platformio.ini` (or `platformio_override.ini`) or use `#define USERMOD_SEVEN_SEGMENT` in `my_config.h`. ## Settings -Settings can be controlled through both the usermod setting page and through MQTT with a raw payload. +Settings can be controlled via both the usermod setting page and through MQTT with a raw payload. ##### Example Topic ```/sevenSeg/perSegment/set``` Payload ```3``` #### perSegment -- ssLEDPerSegment -The number of individual LEDs per segment. There are 7 segments per digit. +The number of individual LEDs per segment. 7 segments per digit. #### perPeriod -- ssLEDPerPeriod -The number of individual LEDs per period. A ':' has 2x periods. +The number of individual LEDs per period. A ':' (colon) has two periods. #### startIdx -- ssStartLED -Index of the LED that the display starts at. Allows a seven segment display to be in the middle of a string. +Index of the LED the display starts at. Enabless a seven segment display to be in the middle of a string. #### timeEnable -- ssTimeEnabled -When true, when displayMask is configured for a time output and no message is set the time will be displayed. +When true, when displayMask is configured for a time output and no message is set, the time will be displayed. #### scrollSpd -- ssScrollSpeed Time, in milliseconds, between message shifts when the length of displayMsg exceeds the length of the displayMask. #### displayMask -- ssDisplayMask @@ -35,9 +35,9 @@ All others for alpha numeric, (will be blank when displaying time) ```HHMMSS ``` ```hh:MM:SS ``` #### displayMsg -- ssDisplayMessage -Message to be displayed across the display. If the length exceeds the length of the displayMask the message will scroll at scrollSpd. To 'remove' a message or revert back to time, if timeEnabled is true, set the message to '~'. +Message to be displayed. If the message length exceeds the length of displayMask, the message will scroll at scrollSpd. To 'remove' a message or revert back to time, if timeEnabled is true, set the message to '~'. #### displayCfg -- ssDisplayConfig -The order that your LEDs are configured. All seven segments in the display need to be wired the same way. +The order your LEDs are configured in. All segments in the display need to be wired the same way.
            -------
          /   A   /          0 - EDCGFAB
diff --git a/usermods/seven_segment_display/usermod_v2_seven_segment_display.h b/usermods/seven_segment_display/usermod_v2_seven_segment_display.h
index 5c0022e02..e5b726e52 100644
--- a/usermods/seven_segment_display/usermod_v2_seven_segment_display.h
+++ b/usermods/seven_segment_display/usermod_v2_seven_segment_display.h
@@ -1,3 +1,7 @@
+#ifndef WLED_ENABLE_MQTT
+#error "This user mod requires MQTT to be enabled."
+#endif
+
 #pragma once
 
 #include "wled.h"
diff --git a/usermods/seven_segment_display_reloaded/readme.md b/usermods/seven_segment_display_reloaded/readme.md
index 09479754c..d373a7eee 100644
--- a/usermods/seven_segment_display_reloaded/readme.md
+++ b/usermods/seven_segment_display_reloaded/readme.md
@@ -1,6 +1,6 @@
 # Seven Segment Display Reloaded
 
-Usermod that uses the overlay feature to create a configurable seven segment display.
+Uses the overlay feature to create a configurable seven segment display.
 Optimized for maximum configurability and use with seven segment clocks by parallyze (https://www.instructables.com/member/parallyze/instructables/)
 Very loosely based on the existing usermod "seven segment display".
 
@@ -12,26 +12,26 @@ Add the compile-time option `-D USERMOD_SSDR` to your `platformio.ini` (or `plat
 For the auto brightness option, the usermod SN_Photoresistor has to be installed as well. See SN_Photoresistor/readme.md for instructions.
 
 ## Settings
-All settings can be controlled the usermod setting page.
+All settings can be controlled via the usermod settings page.
 Part of the settings can be controlled through MQTT with a raw payload or through a json request to /json/state.
 
 ### enabled
-Enables/disables this overlay usermod
+Enables/disables this usermod
 
 ### inverted
-Enables the inverted mode in which the background should be enabled and the digits should be black (leds off)
+Enables the inverted mode in which the background should be enabled and the digits should be black (LEDs off)
 
 ### Colon-blinking
 Enables the blinking colon(s) if they are defined
 
 ### enable-auto-brightness
-Enables the auto brightness feature. Can be only used with the usermod SN_Photoresistor installed.
+Enables the auto brightness feature. Can be used only when the usermod SN_Photoresistor is installed.
 
 ### auto-brightness-min / auto-brightness-max
 The lux value calculated from usermod SN_Photoresistor will be mapped to the values defined here.
-The mapping is 0 - 1000 lux will be mapped to auto-brightness-min - auto-brightness-max
+The mapping, 0 - 1000 lux, will be mapped to auto-brightness-min and auto-brightness-max
 
-The mA current protection of WLED will override the calculated value if it is too high.
+WLED current protection will override the calculated value if it is too high.
 
 ### Display-Mask
 Defines the type of the time/date display. 
@@ -61,7 +61,7 @@ See following example for usage.
 
 ## Example
 
-Example for Leds definition
+Example of an LED definition:
 ```
   <  A  >
 /\       /\
@@ -74,15 +74,15 @@ E        C
   <  D  >
 ```
 
-Leds or Range of Leds are seperated by a comma ","
+LEDs or Range of LEDs are separated by a comma ","
 
-Segments are seperated by a semicolon ";" and are read as A;B;C;D;E;F;G
+Segments are separated by a semicolon ";" and are read as A;B;C;D;E;F;G
 
-Digits are seperated by colon ":" -> A;B;C;D;E;F;G:A;B;C;D;E;F;G
+Digits are separated by colon ":" -> A;B;C;D;E;F;G:A;B;C;D;E;F;G
 
 Ranges are defined as lower to higher (lower first)
 
-For example, an clock definition for the following clock (https://www.instructables.com/Lazy-7-Quick-Build-Edition/) is
+For example, a clock definition for the following clock (https://www.instructables.com/Lazy-7-Quick-Build-Edition/) is
 
 - hour "59,46;47-48;50-51;52-53;54-55;57-58;49,56:0,13;1-2;4-5;6-7;8-9;11-12;3,10"
 
@@ -96,18 +96,18 @@ or
 
 depending on the orientation.
 
-# The example detailed:
+# Example details:
 hour "59,46;47-48;50-51;52-53;54-55;57-58;49,56:0,13;1-2;4-5;6-7;8-9;11-12;3,10"
 
-there are two digits seperated by ":"
+there are two digits separated by ":"
 
 - 59,46;47-48;50-51;52-53;54-55;57-58;49,56
 - 0,13;1-2;4-5;6-7;8-9;11-12;3,10
 
 In the first digit, 
-the **segment A** consists of the leds number **59 and 46**., **segment B** consists of the leds number **47, 48** and so on
+the **segment A** consists of the LEDs number **59 and 46**., **segment B** consists of the LEDs number **47, 48** and so on
 
-The second digit starts again with **segment A** and leds **0 and 13**, **segment B** consists of the leds number **1 and 2** and so on
+The second digit starts again with **segment A** and LEDs **0 and 13**, **segment B** consists of the LEDs number **1 and 2** and so on
 
 ### first digit of the hour
 - Segment A: 59, 46
@@ -126,4 +126,4 @@ The second digit starts again with **segment A** and leds **0 and 13**, **segmen
 - Segment D: 6, 7
 - Segment E: 8, 9
 - Segment F: 11, 12
-- Segment G: 3, 10
\ No newline at end of file
+- Segment G: 3, 10
diff --git a/usermods/seven_segment_display_reloaded/usermod_seven_segment_reloaded.h b/usermods/seven_segment_display_reloaded/usermod_seven_segment_reloaded.h
index b1a271a65..279774057 100644
--- a/usermods/seven_segment_display_reloaded/usermod_seven_segment_reloaded.h
+++ b/usermods/seven_segment_display_reloaded/usermod_seven_segment_reloaded.h
@@ -1,3 +1,7 @@
+#ifndef WLED_ENABLE_MQTT
+#error "This user mod requires MQTT to be enabled."
+#endif
+
 #pragma once
 
 #include "wled.h"
diff --git a/usermods/sht/readme.md b/usermods/sht/readme.md
new file mode 100644
index 000000000..0337805b3
--- /dev/null
+++ b/usermods/sht/readme.md
@@ -0,0 +1,56 @@
+# SHT
+Usermod to support various SHT i2c sensors like the SHT30, SHT31, SHT35 and SHT85
+
+## Requirements
+* "SHT85" by Rob Tillaart, v0.2 or higher: https://github.com/RobTillaart/SHT85
+
+## Usermod installation
+Simply copy the below block (build task) to your `platformio_override.ini` and compile WLED using this new build task. Or use an existing one, add the buildflag `-D USERMOD_SHT` and the below library dependencies.
+
+ESP32:
+```
+[env:custom_esp32dev_usermod_sht]
+extends = env:esp32dev
+build_flags = ${common.build_flags_esp32}
+  -D USERMOD_SHT
+lib_deps = ${esp32.lib_deps}
+    robtillaart/SHT85@~0.3.3
+```
+
+ESP8266:
+```
+[env:custom_d1_mini_usermod_sht]
+extends = env:d1_mini
+build_flags = ${common.build_flags_esp8266}
+  -D USERMOD_SHT
+lib_deps = ${esp8266.lib_deps}
+    robtillaart/SHT85@~0.3.3
+```
+
+## MQTT Discovery for Home Assistant
+If you're using Home Assistant and want to have the temperature and humidity available as entities in HA, you can tick the "Add-To-Home-Assistant-MQTT-Discovery" option in the usermod settings. If you have an MQTT broker configured under "Sync Settings" and it is connected, the mod will publish the auto discovery message to your broker and HA will instantly find it and create an entity each for the temperature and humidity.
+
+### Publishing readings via MQTT
+Regardless of having MQTT discovery ticked or not, the mod will always report temperature and humidity to the WLED MQTT topic of that instance, if you have a broker configured and it's connected.
+
+## Configuration
+Navigate to the "Config" and then to the "Usermods" section. If you compiled WLED with `-D USERMOD_SHT`, you will see the config for it there:
+* SHT-Type:
+  * What it does: Select the SHT sensor type you want to use
+  * Possible values: SHT30, SHT31, SHT35, SHT85
+  * Default: SHT30
+* Unit:
+  * What it does: Select which unit should be used to display the temperature in the info section. Also used when sending via MQTT discovery, see below.
+  * Possible values: Celsius, Fahrenheit
+  * Default: Celsius
+* Add-To-HA-MQTT-Discovery:
+  * What it does: Makes the temperature and humidity available via MQTT discovery, so they're automatically added to Home Assistant, because that way it's typesafe.
+  * Possible values: Enabled/Disabled
+  * Default: Disabled
+
+## Change log
+2022-12
+* First implementation.
+
+## Credits
+ezcGman | Andy: Find me on the Intermit.Tech (QuinLED) Discord server: https://discord.gg/WdbAauG
diff --git a/usermods/sht/usermod_sht.h b/usermods/sht/usermod_sht.h
new file mode 100644
index 000000000..1123a10a5
--- /dev/null
+++ b/usermods/sht/usermod_sht.h
@@ -0,0 +1,485 @@
+#ifndef WLED_ENABLE_MQTT
+#error "This user mod requires MQTT to be enabled."
+#endif
+
+#pragma once
+
+#include "SHT85.h"
+
+#define USERMOD_SHT_TYPE_SHT30 0
+#define USERMOD_SHT_TYPE_SHT31 1
+#define USERMOD_SHT_TYPE_SHT35 2
+#define USERMOD_SHT_TYPE_SHT85 3
+
+class ShtUsermod : public Usermod
+{
+  private:
+    bool enabled = false; // Is usermod enabled or not
+    bool firstRunDone = false; // Remembers if the first config load run had been done
+    bool pinAllocDone = true; // Remembers if we have allocated pins
+    bool initDone = false; // Remembers if the mod has been completely initialised
+    bool haMqttDiscovery = false; // Is MQTT discovery enabled or not
+    bool haMqttDiscoveryDone = false; // Remembers if we already published the HA discovery topics
+
+    // SHT vars
+    SHT *shtTempHumidSensor; // Instance of SHT lib
+    byte shtType = 0; // SHT sensor type to be used. Default: SHT30
+    byte unitOfTemp = 0; // Temperature unit to be used. Default: Celsius (0 = Celsius, 1 = Fahrenheit)
+    bool shtInitDone = false; // Remembers if SHT sensor has been initialised
+    bool shtReadDataSuccess = false; // Did we have a successful data read and is a valid temperature and humidity available?
+    const byte shtI2cAddress = 0x44; // i2c address of the sensor. 0x44 is the default for all SHT sensors. Change this, if needed
+    unsigned long shtLastTimeUpdated = 0; // Remembers when we read data the last time
+    bool shtDataRequested = false; // Reading data is done async. This remembers if we asked the sensor to read data
+    float shtCurrentTempC = 0.0f; // Last read temperature in Celsius
+    float shtCurrentHumidity = 0.0f; // Last read humidity in RH%
+
+
+    void initShtTempHumiditySensor();
+    void cleanupShtTempHumiditySensor();
+    void cleanup();
+    bool isShtReady();
+
+    void publishTemperatureAndHumidityViaMqtt();
+    void publishHomeAssistantAutodiscovery();
+    void appendDeviceToMqttDiscoveryMessage(JsonDocument& root);
+
+  public:
+    // Strings to reduce flash memory usage (used more than twice)
+    static const char _name[];
+    static const char _enabled[];
+    static const char _shtType[];
+    static const char _unitOfTemp[];
+    static const char _haMqttDiscovery[];
+
+    void setup();
+    void loop();
+    void onMqttConnect(bool sessionPresent);
+    void appendConfigData();
+    void addToConfig(JsonObject &root);
+    bool readFromConfig(JsonObject &root);
+    void addToJsonInfo(JsonObject& root);
+
+    bool isEnabled() { return enabled; }
+
+    float getTemperature();
+    float getTemperatureC() { return roundf(shtCurrentTempC * 10.0f) / 10.0f; }
+    float getTemperatureF() { return (getTemperatureC() * 1.8f) + 32.0f; }
+    float getHumidity() { return roundf(shtCurrentHumidity * 10.0f) / 10.0f; }
+    const char* getUnitString();
+
+    uint16_t getId() { return USERMOD_ID_SHT; }
+};
+
+// Strings to reduce flash memory usage (used more than twice)
+const char ShtUsermod::_name[]            PROGMEM = "SHT-Sensor";
+const char ShtUsermod::_enabled[]         PROGMEM = "Enabled";
+const char ShtUsermod::_shtType[]         PROGMEM = "SHT-Type";
+const char ShtUsermod::_unitOfTemp[]      PROGMEM = "Unit";
+const char ShtUsermod::_haMqttDiscovery[] PROGMEM = "Add-To-HA-MQTT-Discovery";
+
+/**
+ * Initialise SHT sensor.
+ *
+ * Using the correct constructor according to config and initialises it using the
+ * global i2c pins.
+ *
+ * @return void
+ */
+void ShtUsermod::initShtTempHumiditySensor()
+{
+  switch (shtType) {
+    case USERMOD_SHT_TYPE_SHT30: shtTempHumidSensor = (SHT *) new SHT30(); break;
+    case USERMOD_SHT_TYPE_SHT31: shtTempHumidSensor = (SHT *) new SHT31(); break;
+    case USERMOD_SHT_TYPE_SHT35: shtTempHumidSensor = (SHT *) new SHT35(); break;
+    case USERMOD_SHT_TYPE_SHT85: shtTempHumidSensor = (SHT *) new SHT85(); break;
+  }
+
+  shtTempHumidSensor->begin(shtI2cAddress, i2c_sda, i2c_scl);
+  if (shtTempHumidSensor->readStatus() == 0xFFFF) {
+    DEBUG_PRINTF("[%s] SHT init failed!\n", _name);
+    cleanup();
+    return;
+  }
+
+  shtInitDone = true;
+}
+
+/**
+ * Cleanup the SHT sensor.
+ *
+ * Properly calls "reset" for the sensor then releases it from memory.
+ *
+ * @return void
+ */
+void ShtUsermod::cleanupShtTempHumiditySensor()
+{
+  if (isShtReady()) shtTempHumidSensor->reset();
+  delete shtTempHumidSensor;
+  shtInitDone = false;
+}
+
+/**
+ * Cleanup the mod completely.
+ *
+ * Calls ::cleanupShtTempHumiditySensor() to cleanup the SHT sensor and
+ * deallocates pins.
+ *
+ * @return void
+ */
+void ShtUsermod::cleanup()
+{
+  cleanupShtTempHumiditySensor();
+
+  if (pinAllocDone) {
+    PinManagerPinType pins[2] = { { i2c_sda, true }, { i2c_scl, true } };
+    pinManager.deallocateMultiplePins(pins, 2, PinOwner::HW_I2C);
+    pinAllocDone = false;
+  }
+
+  enabled = false;
+}
+
+/**
+ * Checks if the SHT sensor has been initialised.
+  *
+ * @return bool
+ */
+bool ShtUsermod::isShtReady()
+{
+  return shtInitDone;
+}
+
+/**
+ * Publish temperature and humidity to WLED device topic.
+ *
+ * Will add a "/temperature" and "/humidity" topic to the WLED device topic.
+ * Temperature will be written in configured unit.
+ *
+ * @return void
+ */
+void ShtUsermod::publishTemperatureAndHumidityViaMqtt() {
+  if (!WLED_MQTT_CONNECTED) return;
+  char buf[128];
+
+  snprintf_P(buf, 127, PSTR("%s/temperature"), mqttDeviceTopic);
+  mqtt->publish(buf, 0, false, String(getTemperature()).c_str());
+  snprintf_P(buf, 127, PSTR("%s/humidity"), mqttDeviceTopic);
+  mqtt->publish(buf, 0, false, String(getHumidity()).c_str());
+}
+
+/**
+ * If enabled, publishes HA MQTT device discovery topics.
+ *
+ * Will make Home Assistant add temperature and humidity as entities automatically.
+ *
+ * Note: Whenever usermods are part of the WLED integration in HA, this can be dropped.
+ *
+ * @return void
+ */
+void ShtUsermod::publishHomeAssistantAutodiscovery() {
+  if (!WLED_MQTT_CONNECTED) return;
+
+  char json_str[1024], buf[128];
+  size_t payload_size;
+  StaticJsonDocument<1024> json;
+
+  snprintf_P(buf, 127, PSTR("%s Temperature"), serverDescription);
+  json[F("name")] = buf;
+  snprintf_P(buf, 127, PSTR("%s/temperature"), mqttDeviceTopic);
+  json[F("stat_t")] = buf;
+  json[F("dev_cla")] = F("temperature");
+  json[F("stat_cla")] = F("measurement");
+  snprintf_P(buf, 127, PSTR("%s-temperature"), escapedMac.c_str());
+  json[F("uniq_id")] = buf;
+  json[F("unit_of_meas")] = unitOfTemp ? F("°F") : F("°C");
+  appendDeviceToMqttDiscoveryMessage(json);
+  payload_size = serializeJson(json, json_str);
+  snprintf_P(buf, 127, PSTR("homeassistant/sensor/%s/%s-temperature/config"), escapedMac.c_str(), escapedMac.c_str());
+  mqtt->publish(buf, 0, true, json_str, payload_size);
+
+  json.clear();
+
+  snprintf_P(buf, 127, PSTR("%s Humidity"), serverDescription);
+  json[F("name")] = buf;
+  snprintf_P(buf, 127, PSTR("%s/humidity"), mqttDeviceTopic);
+  json[F("stat_t")] = buf;
+  json[F("dev_cla")] = F("humidity");
+  json[F("stat_cla")] = F("measurement");
+  snprintf_P(buf, 127, PSTR("%s-humidity"), escapedMac.c_str());
+  json[F("uniq_id")] = buf;
+  json[F("unit_of_meas")] = F("%");
+  appendDeviceToMqttDiscoveryMessage(json);
+  payload_size = serializeJson(json, json_str);
+  snprintf_P(buf, 127, PSTR("homeassistant/sensor/%s/%s-humidity/config"), escapedMac.c_str(), escapedMac.c_str());
+  mqtt->publish(buf, 0, true, json_str, payload_size);
+
+  haMqttDiscoveryDone = true;
+}
+
+/**
+ * Helper to add device information to MQTT discovery topic.
+ *
+ * @return void
+ */
+void ShtUsermod::appendDeviceToMqttDiscoveryMessage(JsonDocument& root) {
+  JsonObject device = root.createNestedObject(F("dev"));
+  device[F("ids")] = escapedMac.c_str();
+  device[F("name")] = serverDescription;
+  device[F("sw")] = versionString;
+  device[F("mdl")] = ESP.getChipModel();
+  device[F("mf")] = F("espressif");
+}
+
+/**
+ * Setup the mod.
+ *
+ * Allocates i2c pins as PinOwner::HW_I2C, so they can be allocated multiple times.
+ * And calls ::initShtTempHumiditySensor() to initialise the sensor.
+ *
+ * @see Usermod::setup()
+ * @see UsermodManager::setup()
+ *
+ * @return void
+ */
+void ShtUsermod::setup()
+{
+  if (enabled) {
+    PinManagerPinType pins[2] = { { i2c_sda, true }, { i2c_scl, true } };
+    // GPIOs can be set to -1 and allocateMultiplePins() will return true, so check they're gt zero
+    if (i2c_sda < 0 || i2c_scl < 0 || !pinManager.allocateMultiplePins(pins, 2, PinOwner::HW_I2C)) {
+      DEBUG_PRINTF("[%s] SHT pin allocation failed!\n", _name);
+      cleanup();
+      return;
+    }
+    pinAllocDone = true;
+
+    initShtTempHumiditySensor();
+
+    initDone = true;
+  }
+
+  firstRunDone = true;
+}
+
+/**
+ * Actually reading data (async) from the sensor every 30 seconds.
+ *
+ * If last reading is at least 30 seconds, it will trigger a reading using
+ * SHT::requestData(). We will then continiously check SHT::dataReady() if
+ * data is ready to be read. If so, it's read, stored locally and published
+ * via MQTT.
+ *
+ * @see Usermod::loop()
+ * @see UsermodManager::loop()
+ *
+ * @return void
+ */
+void ShtUsermod::loop()
+{
+  if (!enabled || !initDone || strip.isUpdating()) return;
+
+  if (isShtReady()) {
+    if (millis() - shtLastTimeUpdated > 30000 && !shtDataRequested) {
+      shtTempHumidSensor->requestData();
+      shtDataRequested = true;
+
+      shtLastTimeUpdated = millis();
+    }
+
+    if (shtDataRequested) {
+      if (shtTempHumidSensor->dataReady()) {
+        if (shtTempHumidSensor->readData(false)) {
+          shtCurrentTempC = shtTempHumidSensor->getTemperature();
+          shtCurrentHumidity = shtTempHumidSensor->getHumidity();
+
+          publishTemperatureAndHumidityViaMqtt();
+          shtReadDataSuccess = true;
+        } else {
+          shtReadDataSuccess = false;
+        }
+
+        shtDataRequested = false;
+      }
+    }
+  }
+}
+
+/**
+ * Whenever MQTT is connected, publish HA autodiscovery topics.
+ *
+ * Is only donce once.
+ *
+ * @see Usermod::onMqttConnect()
+ * @see UsermodManager::onMqttConnect()
+ *
+ * @return void
+ */
+void ShtUsermod::onMqttConnect(bool sessionPresent) {
+  if (haMqttDiscovery && !haMqttDiscoveryDone) publishHomeAssistantAutodiscovery();
+}
+
+/**
+ * Add dropdown for sensor type and unit to UM config page.
+ *
+ * @see Usermod::appendConfigData()
+ * @see UsermodManager::appendConfigData()
+ *
+ * @return void
+ */
+void ShtUsermod::appendConfigData() {
+  oappend(SET_F("dd=addDropdown('"));
+  oappend(_name);
+  oappend(SET_F("','"));
+  oappend(_shtType);
+  oappend(SET_F("');"));
+  oappend(SET_F("addOption(dd,'SHT30',0);"));
+  oappend(SET_F("addOption(dd,'SHT31',1);"));
+  oappend(SET_F("addOption(dd,'SHT35',2);"));
+  oappend(SET_F("addOption(dd,'SHT85',3);"));
+  oappend(SET_F("dd=addDropdown('"));
+  oappend(_name);
+  oappend(SET_F("','"));
+  oappend(_unitOfTemp);
+  oappend(SET_F("');"));
+  oappend(SET_F("addOption(dd,'Celsius',0);"));
+  oappend(SET_F("addOption(dd,'Fahrenheit',1);"));
+}
+
+/**
+ * Add config data to be stored in cfg.json.
+ *
+ * @see Usermod::addToConfig()
+ * @see UsermodManager::addToConfig()
+ *
+ * @return void
+ */
+void ShtUsermod::addToConfig(JsonObject &root)
+{
+  JsonObject top = root.createNestedObject(FPSTR(_name)); // usermodname
+
+  top[FPSTR(_enabled)] = enabled;
+  top[FPSTR(_shtType)] = shtType;
+  top[FPSTR(_unitOfTemp)] = unitOfTemp;
+  top[FPSTR(_haMqttDiscovery)] = haMqttDiscovery;
+}
+
+/**
+ * Apply config on boot or save of UM config page.
+ *
+ * This is called whenever WLED boots and loads cfg.json, or when the UM config
+ * page is saved. Will properly re-instantiate the SHT class upon type change and
+ * publish HA discovery after enabling.
+ *
+ * @see Usermod::readFromConfig()
+ * @see UsermodManager::readFromConfig()
+ *
+ * @return bool
+ */
+bool ShtUsermod::readFromConfig(JsonObject &root)
+{
+  JsonObject top = root[FPSTR(_name)];
+  if (top.isNull()) {
+    DEBUG_PRINTF("[%s] No config found. (Using defaults.)\n", _name);
+    return false;
+  }
+
+  bool oldEnabled = enabled;
+  byte oldShtType = shtType;
+  byte oldUnitOfTemp = unitOfTemp;
+  bool oldHaMqttDiscovery = haMqttDiscovery;
+
+  getJsonValue(top[FPSTR(_enabled)], enabled);
+  getJsonValue(top[FPSTR(_shtType)], shtType);
+  getJsonValue(top[FPSTR(_unitOfTemp)], unitOfTemp);
+  getJsonValue(top[FPSTR(_haMqttDiscovery)], haMqttDiscovery);
+
+  // First run: reading from cfg.json, nothing to do here, will be all done in setup()
+  if (!firstRunDone) {
+    DEBUG_PRINTF("[%s] First run, nothing to do\n", _name);
+  }
+  // Check if mod has been en-/disabled
+  else if (enabled != oldEnabled) {
+    enabled ? setup() : cleanup();
+    DEBUG_PRINTF("[%s] Usermod has been en-/disabled\n", _name);
+  }
+  // Config has been changed, so adopt to changes
+  else if (enabled) {
+    if (oldShtType != shtType) {
+      cleanupShtTempHumiditySensor();
+      initShtTempHumiditySensor();
+    }
+
+    if (oldUnitOfTemp != unitOfTemp) {
+      publishTemperatureAndHumidityViaMqtt();
+      publishHomeAssistantAutodiscovery();
+    }
+
+    if (oldHaMqttDiscovery != haMqttDiscovery && haMqttDiscovery) {
+      publishHomeAssistantAutodiscovery();
+    }
+
+    DEBUG_PRINTF("[%s] Config (re)loaded\n", _name);
+  }
+
+  return true;
+}
+
+/**
+ * Adds the temperature and humidity actually to the info section and /json info.
+ *
+ * This is called every time the info section is opened ot /json is called.
+ *
+ * @see Usermod::addToJsonInfo()
+ * @see UsermodManager::addToJsonInfo()
+ *
+ * @return void
+ */
+void ShtUsermod::addToJsonInfo(JsonObject& root)
+{
+  if (!enabled && !isShtReady()) {
+    return;
+  }
+
+  JsonObject user = root["u"];
+  if (user.isNull()) user = root.createNestedObject("u");
+
+  JsonArray jsonTemp = user.createNestedArray(F("Temperature"));
+  JsonArray jsonHumidity = user.createNestedArray(F("Humidity"));
+
+  if (shtLastTimeUpdated == 0 || !shtReadDataSuccess) {
+    jsonTemp.add(0);
+    jsonHumidity.add(0);
+    if (shtLastTimeUpdated == 0) {
+      jsonTemp.add(F(" Not read yet"));
+      jsonHumidity.add(F(" Not read yet"));
+    } else {
+      jsonTemp.add(F(" Error"));
+      jsonHumidity.add(F(" Error"));
+    }
+    return;
+  }
+
+  jsonHumidity.add(getHumidity());
+  jsonHumidity.add(F(" RH"));
+
+  jsonTemp.add(getTemperature());
+  jsonTemp.add(unitOfTemp ? "°F" : "°C");
+}
+
+/**
+ * Getter for last read temperature for configured unit.
+ *
+ * @return float
+ */
+float ShtUsermod::getTemperature() {
+  return unitOfTemp ? getTemperatureF() : getTemperatureC();
+}
+
+/**
+ * Returns the current configured unit as human readable string.
+ *
+ * @return const char*
+ */
+const char* ShtUsermod::getUnitString() {
+  return unitOfTemp ? "°F" : "°C";
+}
\ No newline at end of file
diff --git a/usermods/smartnest/readme.md b/usermods/smartnest/readme.md
index c56f36212..5c3ef8072 100644
--- a/usermods/smartnest/readme.md
+++ b/usermods/smartnest/readme.md
@@ -1,6 +1,6 @@
 # Smartnest
 
-This usermod-v2 modification allows integration with `smartnest.cz` service which provides MQTT integration with voice assistants.
+Enables integration with `smartnest.cz` service which provides MQTT integration with voice assistants.
 In order to setup Smartnest follow the [documentation](https://www.docu.smartnest.cz/).
 
 ## MQTT API
@@ -49,7 +49,7 @@ void registerUsermods()
 
 ## Configuration
 
-Usermod has no configuration but relies on the MQTT configuration.\
+Usermod has no configuration, but it relies on the MQTT configuration.\
 Under Config > Sync Interfaces > MQTT:
 * Enable MQTT check box
 * Set the `Broker` field to: `smartnest.cz`
diff --git a/usermods/smartnest/usermod_smartnest.h b/usermods/smartnest/usermod_smartnest.h
index 82673578a..8d2b04ff9 100644
--- a/usermods/smartnest/usermod_smartnest.h
+++ b/usermods/smartnest/usermod_smartnest.h
@@ -1,3 +1,7 @@
+#ifndef WLED_ENABLE_MQTT
+#error "This user mod requires MQTT to be enabled."
+#endif
+
 #pragma once
 
 #include "wled.h"
diff --git a/usermods/stairway_wipe_basic/readme.md b/usermods/stairway_wipe_basic/readme.md
index 632b7d85d..35bc0d416 100644
--- a/usermods/stairway_wipe_basic/readme.md
+++ b/usermods/stairway_wipe_basic/readme.md
@@ -2,13 +2,13 @@
 
 Quick usermod to accomplish something similar to [this video](https://www.youtube.com/watch?v=NHkju5ncC4A).
 
-This usermod allows you to add a lightstrip alongside or on the steps of a staircase.
+This usermod enables you to add a lightstrip alongside or on the steps of a staircase.
 When the `userVar0` variable is set, the LEDs will gradually turn on in a Wipe effect.
 Both directions are supported by setting userVar0 to 1 and 2, respectively (HTTP API commands `U0=1` and `U0=2`).
 
-After the Wipe is complete, the light will either stay on (Solid effect) indefinitely or after `userVar1` seconds have elapsed.
-If userVar0 is updated (e.g. by triggering a second sensor) the light will slowly fade off.
-This could be extended to also run a Wipe effect in reverse order to turn the LEDs back off.
+After the Wipe is complete, the light will either stay on (Solid effect) indefinitely or extinguish after `userVar1` seconds have elapsed.
+If userVar0 is updated (e.g. by triggering a second sensor) the light will fade slowly until it's off.
+This could be extended to also run a Wipe effect in reverse order to turn the LEDs off.
 
 This is just a basic version to accomplish this using HTTP API calls `U0` and `U1` and/or macros.
-It should be easy to adapt this code however to interface with motion sensors or other input devices.
\ No newline at end of file
+It should be easy to adapt this code to interface with motion sensors or other input devices.
diff --git a/usermods/usermod_rotary_brightness_color/README.md b/usermods/usermod_rotary_brightness_color/README.md
index 9d59a0ba9..06a3a0f82 100644
--- a/usermods/usermod_rotary_brightness_color/README.md
+++ b/usermods/usermod_rotary_brightness_color/README.md
@@ -1,18 +1,18 @@
 # Rotary Encoder (Brightness and Color)
 
-V2 usermod that allows changing brightness and color using a rotary encoder, 
+V2 usermod that enables changing brightness and color using a rotary encoder 
 change between modes by pressing a button (many encoders have one included)
 
-but it will wait for AUTOSAVE_SETTLE_MS milliseconds, a "settle" 
+it will wait for AUTOSAVE_SETTLE_MS milliseconds. a "settle" 
 period in case there are other changes (any change will 
-extend the "settle" window).
+extend the "settle" period).
 
 It will additionally load preset AUTOSAVE_PRESET_NUM at startup.
 during the first `loop()`.  Reasoning below.
 
 AutoSaveUsermod is standalone, but if FourLineDisplayUsermod is installed, it will notify the user of the saved changes.
 
-Note: I don't love that WLED doesn't respect the brightness of the preset being auto loaded, so the AutoSaveUsermod will set the AUTOSAVE_PRESET_NUM preset in the first loop, so brightness IS honored. This means WLED will effectively ignore Default brightness and Apply N preset at boot when the AutoSaveUsermod is installed.
+Note: WLED doesn't respect the brightness of the preset being auto loaded, so the AutoSaveUsermod will set the AUTOSAVE_PRESET_NUM preset in the first loop, so brightness IS honored. This means WLED will effectively ignore Default brightness and Apply N preset at boot when the AutoSaveUsermod is installed.
 
 ## Installation
 
diff --git a/usermods/usermod_v2_auto_save/readme.md b/usermods/usermod_v2_auto_save/readme.md
index 8d00fcca7..f54d87a76 100644
--- a/usermods/usermod_v2_auto_save/readme.md
+++ b/usermods/usermod_v2_auto_save/readme.md
@@ -9,13 +9,13 @@ to preset number AUTOSAVE_PRESET_NUM after a change to any of:
 * palette
 
 but it will wait for AUTOSAVE_AFTER_SEC seconds,
-a "settle" period in case there are other changes (any change will extend the "settle" window).
+a "settle" period in case there are other changes (any change will extend the "settle" period).
 
 It will additionally load preset AUTOSAVE_PRESET_NUM at startup during the first `loop()`.
 
 AutoSaveUsermod is standalone, but if FourLineDisplayUsermod is installed, it will notify the user of the saved changes.
 
-Note: I don't love that WLED doesn't respect the brightness of the preset being auto loaded, so the AutoSaveUsermod will set the AUTOSAVE_PRESET_NUM preset in the first loop, so brightness IS honored. This means WLED will effectively ignore Default brightness and Apply N preset at boot when the AutoSaveUsermod is installed.
+Note: WLED doesn't respect the brightness of the preset being auto loaded, so the AutoSaveUsermod will set the AUTOSAVE_PRESET_NUM preset in the first loop, so brightness IS honored. This means WLED will effectively ignore Default brightness and Apply N preset at boot when the AutoSaveUsermod is installed.
 
 ## Installation
 
@@ -25,7 +25,7 @@ This file should be placed in the same directory as `platformio.ini`.
 
 ### Define Your Options
 
-* `USERMOD_AUTO_SAVE`           - define this to have this the Auto Save usermod included wled00\usermods_list.cpp
+* `USERMOD_AUTO_SAVE`           - define this to have this usermod included wled00\usermods_list.cpp
 * `AUTOSAVE_AFTER_SEC`          - define the delay time after the settings auto-saving routine should be executed
 * `AUTOSAVE_PRESET_NUM`         - define the preset number used by autosave usermod
 * `USERMOD_AUTO_SAVE_ON_BOOT`   - define if autosave should be enabled on boot
@@ -52,4 +52,4 @@ Note: the Four Line Display usermod requires the libraries `U8g2` and `Wire`.
 2021-02
 * First public release
 2021-04
-* Adaptation for runtime configuration.
\ No newline at end of file
+* Adaptation for runtime configuration.
diff --git a/usermods/usermod_v2_auto_save/usermod_v2_auto_save.h b/usermods/usermod_v2_auto_save/usermod_v2_auto_save.h
index 41e0a7ecf..8283aeed1 100644
--- a/usermods/usermod_v2_auto_save/usermod_v2_auto_save.h
+++ b/usermods/usermod_v2_auto_save/usermod_v2_auto_save.h
@@ -91,6 +91,10 @@ class AutoSaveUsermod : public Usermod {
       #endif
     }
 
+    void enable(bool enable) {
+      enabled = enable;
+    }
+
   public:
 
     // gets called once at boot. Do all initialization that doesn't depend on
@@ -155,12 +159,24 @@ class AutoSaveUsermod : public Usermod {
      * Creating an "u" object allows you to add custom key/value pairs to the Info section of the WLED web UI.
      * Below it is shown how this could be used for e.g. a light sensor
      */
-    //void addToJsonInfo(JsonObject& root) {
-      //JsonObject user = root["u"];
-      //if (user.isNull()) user = root.createNestedObject("u");
-      //JsonArray data = user.createNestedArray(F("Autosave"));
-      //data.add(F("Loaded."));
-    //}
+    void addToJsonInfo(JsonObject& root) {
+      JsonObject user = root["u"];
+      if (user.isNull()) {
+        user = root.createNestedObject("u");
+      }
+
+      JsonArray infoArr = user.createNestedArray(FPSTR(_name));  // name
+
+      String uiDomString = F("");
+      infoArr.add(uiDomString);
+    }
 
     /*
      * addToJsonState() can be used to add custom entries to the /json/state part of the JSON API (state object).
@@ -173,9 +189,20 @@ class AutoSaveUsermod : public Usermod {
      * readFromJsonState() can be used to receive data clients send to the /json/state part of the JSON API (state object).
      * Values in the state object may be modified by connected clients
      */
-    //void readFromJsonState(JsonObject& root) {
-    //  if (!initDone) return;  // prevent crash on boot applyPreset()
-    //}
+    void readFromJsonState(JsonObject& root) {
+      if (!initDone) return;  // prevent crash on boot applyPreset()
+      bool en = enabled;
+      JsonObject um = root[FPSTR(_name)];
+      if (!um.isNull()) {
+        if (um[FPSTR(_autoSaveEnabled)].is()) {
+          en = um[FPSTR(_autoSaveEnabled)].as();
+        } else {
+          String str = um[FPSTR(_autoSaveEnabled)]; // checkbox -> off or on
+          en = (bool)(str!="off"); // off is guaranteed to be present
+        }
+        if (en != enabled) enable(en);
+      }
+    }
 
     /*
      * addToConfig() can be used to add custom persistent settings to the cfg.json file in the "um" (usermod) object.
diff --git a/usermods/usermod_v2_four_line_display/readme.md b/usermods/usermod_v2_four_line_display/readme.md
index 47518be90..26250cb5c 100644
--- a/usermods/usermod_v2_four_line_display/readme.md
+++ b/usermods/usermod_v2_four_line_display/readme.md
@@ -2,9 +2,9 @@
 
 First, thanks to the authors of the ssd11306_i2c_oled_u8g2 mod.
 
-This usermod provides a four line display using either
+Provides a four line display using either
 128x32 or 128x64 OLED displays.
-It's can operate independently, but starts to provide
+It can operate independently, but starts to provide
 a relatively complete on-device UI when paired with the 
 Rotary Encoder UI usermod. I strongly encourage you to use 
 them together.
@@ -19,11 +19,11 @@ This file should be placed in the same directory as `platformio.ini`.
 
 ### Define Your Options
 
-* `USERMOD_FOUR_LINE_DISPLAY`  - define this to have this the Four Line Display mod included wled00\usermods_list.cpp - also tells Rotary Encoder usermod, if installed, that the display is available
+* `USERMOD_FOUR_LINE_DISPLAY`  - define this to have this mod included wled00\usermods_list.cpp - also tells Rotary Encoder usermod, if installed, the display is available
 * `FLD_PIN_SCL`                - The display SCL pin, defaults to 5
 * `FLD_PIN_SDA`                - The display SDA pin, defaults to 4
 
-All of the parameters can be configured using Usermods settings page, inluding GPIO pins.
+All of the parameters can be configured via the Usermods settings page, inluding GPIO pins.
 
 ### PlatformIO requirements
 
@@ -44,7 +44,7 @@ UI usermod folder for how to include these using `platformio_override.ini`.
     * 6 = SPI SSD1306 128x32
     * 7 = SPI SSD1306 128x64 (4 double-height lines)
 * `contrast` - set display contrast (higher contrast may reduce display lifetime)
-* `refreshRateSec` - time in seconds for display refresh
+* `refreshRateSec` - display refresh time in seconds
 * `screenTimeOutSec` - screen saver time-out in seconds
 * `flip` - flip/rotate display 180°
 * `sleepMode` - enable/disable screen saver
@@ -60,4 +60,4 @@ UI usermod folder for how to include these using `platformio_override.ini`.
 * Adaptation for runtime configuration.
 
 2021-11
-* Added configuration option description.
\ No newline at end of file
+* Added configuration option description.
diff --git a/usermods/usermod_v2_four_line_display_ALT/readme.md b/usermods/usermod_v2_four_line_display_ALT/readme.md
index 67cde3532..ea9f43610 100644
--- a/usermods/usermod_v2_four_line_display_ALT/readme.md
+++ b/usermods/usermod_v2_four_line_display_ALT/readme.md
@@ -4,12 +4,12 @@ Thank you to the authors of the original version of these usermods. It would not
 "usermod_v2_four_line_display"
 "usermod_v2_rotary_encoder_ui"
 
-The core of these usermods are a copy of the originals. The main changes are done to the FourLineDisplay usermod.
+The core of these usermods are a copy of the originals. The main changes are to the FourLineDisplay usermod.
 The display usermod UI has been completely changed.
 
 
 The changes made to the RotaryEncoder usermod were made to support the new UI in the display usermod. 
-Without the display it functions identical to the original.
+Without the display it, functions identical to the original.
 The original "usermod_v2_auto_save" will not work with the display just yet.
 
 Press the encoder to cycle through the options:
@@ -22,7 +22,7 @@ Press the encoder to cycle through the options:
     *Saturation (only if display is used)
 
 Press and hold the encoder to display Network Info
-    if AP is active then it will display AP ssid and Password
+    if AP is active, it will display AP, SSID and password
 
 Also shows if the timer is enabled
 
@@ -42,4 +42,4 @@ Note: the Four Line Display usermod requires the libraries `U8g2` and `Wire`.
 ## Change Log
 
 2021-10
-* First public release
\ No newline at end of file
+* First public release
diff --git a/usermods/usermod_v2_four_line_display_ALT/usermod_v2_four_line_display_ALT.h b/usermods/usermod_v2_four_line_display_ALT/usermod_v2_four_line_display_ALT.h
index 2c3731587..372830b9f 100644
--- a/usermods/usermod_v2_four_line_display_ALT/usermod_v2_four_line_display_ALT.h
+++ b/usermods/usermod_v2_four_line_display_ALT/usermod_v2_four_line_display_ALT.h
@@ -1032,11 +1032,11 @@ class FourLineDisplayUsermod : public Usermod {
       oappend(SET_F("addOption(dd,'SSD1305 128x64',5);"));
       oappend(SET_F("addOption(dd,'SSD1306 SPI',6);"));
       oappend(SET_F("addOption(dd,'SSD1306 SPI 128x64',7);"));
-      oappend(SET_F("addInfo('4LineDisplay:pin[]',0,'I2C/SPI CLK (-1 use global)');"));
-      oappend(SET_F("addInfo('4LineDisplay:pin[]',1,'I2C/SPI DTA (-1 use global)');"));
-      oappend(SET_F("addInfo('4LineDisplay:pin[]',2,'SPI CS');"));
-      oappend(SET_F("addInfo('4LineDisplay:pin[]',3,'SPI DC');"));
-      oappend(SET_F("addInfo('4LineDisplay:pin[]',4,'SPI RST');"));
+      oappend(SET_F("addInfo('4LineDisplay:pin[]',0,'-1 use global','I2C/SPI CLK');"));
+      oappend(SET_F("addInfo('4LineDisplay:pin[]',1,'-1 use global','I2C/SPI DTA');"));
+      oappend(SET_F("addInfo('4LineDisplay:pin[]',2,'','SPI CS');"));
+      oappend(SET_F("addInfo('4LineDisplay:pin[]',3,'','SPI DC');"));
+      oappend(SET_F("addInfo('4LineDisplay:pin[]',4,'','SPI RST');"));
     }
 
     /*
diff --git a/usermods/usermod_v2_mode_sort/readme.md b/usermods/usermod_v2_mode_sort/readme.md
index b4fe90e73..c24322f32 100644
--- a/usermods/usermod_v2_mode_sort/readme.md
+++ b/usermods/usermod_v2_mode_sort/readme.md
@@ -8,26 +8,26 @@ palettes to other usermods. Notably it provides:
 
 ```char **getModesQStrings()```
 
-Provides an array of char* (pointers) to the names of the
-palettes within JSON_mode_names, in the same order as 
+Provides a char* array (pointers) to the names of the
+palettes contained in JSON_mode_names, in the same order as 
 JSON_mode_names. These strings end in double quote (")
 (or \0 if there is a problem).
 
 ```byte *getModesAlphaIndexes()```
 
-An array of byte designating the indexes of names of the
+A byte array designating the indexes of names of the
 modes in alphabetical order. "Solid" will always remain 
-at the front of the list.
+at the top of the list.
 
 ```char **getPalettesQStrings()```
 
-Provides an array of char* (pointers) to the names of the
-palettes within JSON_palette_names, in the same order as 
+Provides a char* array (pointers) to the names of the
+palettes contained in JSON_palette_names, in the same order as 
 JSON_palette_names. These strings end in double quote (")
 (or \0 if there is a problem).
 
 ```byte *getPalettesAlphaIndexes()```
 
-An array of byte designating the indexes of names of the
+A byte array designating the indexes of names of the
 palettes in alphabetical order. "Default" and those
-starting with "(" will always remain at the front of the list.
+starting with "(" will always remain at the top of the list.
diff --git a/usermods/usermod_v2_ping_pong_clock/readme.md b/usermods/usermod_v2_ping_pong_clock/readme.md
index 8731222f7..9f01b3ebf 100644
--- a/usermods/usermod_v2_ping_pong_clock/readme.md
+++ b/usermods/usermod_v2_ping_pong_clock/readme.md
@@ -1,8 +1,10 @@
 # Ping Pong LED Clock
 
-This Usermod File contains a modification to use WLED in combination with the Ping Pong Ball LED Clock as built in [Instructables](https://www.instructables.com/Ping-Pong-Ball-LED-Clock/).
+Contains a modification to use WLED in combination with the Ping Pong Ball LED Clock as built in [Instructables](https://www.instructables.com/Ping-Pong-Ball-LED-Clock/).
 
 ## Installation 
 
-To install this Usermod you instruct PlatformIO to compile the Projekt with the USERMOD_PING_PONG_CLOCK flag. WLED then automatically provides you with various settings in the Usermod Page to configure this Usermod.    
-Note: If your clock is bigger or smaller then mine, you may have to update the led indices for the indivdual numbers and the base indices.
+To install this Usermod, you instruct PlatformIO to compile the Project with the USERMOD_PING_PONG_CLOCK flag.
+WLED then automatically provides you with various settings on the Usermod Page.
+
+Note: Depending on the size of your clock, you may have to update the led indices for the indivdual numbers and the base indices.
diff --git a/usermods/usermod_v2_rotary_encoder_ui/readme.md b/usermods/usermod_v2_rotary_encoder_ui/readme.md
index b5a8a924f..5e4f3cff6 100644
--- a/usermods/usermod_v2_rotary_encoder_ui/readme.md
+++ b/usermods/usermod_v2_rotary_encoder_ui/readme.md
@@ -20,10 +20,10 @@ This file should be placed in the same directory as `platformio.ini`.
 * `USERMOD_FOUR_LINE_DISPLAY`       - define this to have this the Four Line Display mod included wled00\usermods_list.cpp
                                         also tells this usermod that the display is available
                                         (see the Four Line Display usermod `readme.md` for more details)
-* `ENCODER_DT_PIN`                  - The encoders DT pin, defaults to 12
-* `ENCODER_CLK_PIN`                 - The encoders CLK pin, defaults to 14
-* `ENCODER_SW_PIN`                  - The encoders SW pin, defaults to 13
-* `USERMOD_ROTARY_ENCODER_GPIO`     - The GPIO functionality:
+* `ENCODER_DT_PIN`                    - defaults to 12
+* `ENCODER_CLK_PIN`                 - defaults to 14
+* `ENCODER_SW_PIN`                    - defaults to 13
+* `USERMOD_ROTARY_ENCODER_GPIO`     - GPIO functionality:
                                         `INPUT_PULLUP` to use internal pull-up
                                         `INPUT` to use pull-up on the PCB
 
diff --git a/usermods/usermod_v2_rotary_encoder_ui_ALT/readme.md b/usermods/usermod_v2_rotary_encoder_ui_ALT/readme.md
index a140f25b9..516362380 100644
--- a/usermods/usermod_v2_rotary_encoder_ui_ALT/readme.md
+++ b/usermods/usermod_v2_rotary_encoder_ui_ALT/readme.md
@@ -4,12 +4,12 @@ Thank you to the authors of the original version of these usermods. It would not
 "usermod_v2_four_line_display"
 "usermod_v2_rotary_encoder_ui"
 
-The core of these usermods are a copy of the originals. The main changes are done to the FourLineDisplay usermod.
+The core of these usermods are a copy of the originals. The main changes are to the FourLineDisplay usermod.
 The display usermod UI has been completely changed.
 
 
 The changes made to the RotaryEncoder usermod were made to support the new UI in the display usermod. 
-Without the display it functions identical to the original.
+Without the display, it functions identical to the original.
 The original "usermod_v2_auto_save" will not work with the display just yet.
 
 Press the encoder to cycle through the options:
@@ -22,17 +22,17 @@ Press the encoder to cycle through the options:
     *Saturation (only if display is used)
 
 Press and hold the encoder to display Network Info
-    if AP is active then it will display AP ssid and Password
+    if AP is active, it will display the AP, SSID and Password
 
-Also shows if the timer is enabled
+Also shows if the timer is enabled.
 
 [See the pair of usermods in action](https://www.youtube.com/watch?v=ulZnBt9z3TI)
 
 ## Installation
 
-Please refer to the original `usermod_v2_rotary_encoder_ui` readme for the main instructions
-Then to activate this alternative usermod add `#define USE_ALT_DISPlAY` to the `usermods_list.cpp` file,
-                                        or add `-D USE_ALT_DISPlAY` to the original `platformio_override.ini.sample` file
+Please refer to the original `usermod_v2_rotary_encoder_ui` readme for the main instructions.
+To activate this alternative usermod, add `#define USE_ALT_DISPlAY` to the `usermods_list.cpp` file, +or add `-D USE_ALT_DISPlAY` to the original `platformio_override.ini.sample` file. ### PlatformIO requirements @@ -42,4 +42,4 @@ Note: the Four Line Display usermod requires the libraries `U8g2` and `Wire`. ## Change Log 2021-10 -* First public release \ No newline at end of file +* First public release diff --git a/usermods/usermod_v2_rotary_encoder_ui_ALT/usermod_v2_rotary_encoder_ui_ALT.h b/usermods/usermod_v2_rotary_encoder_ui_ALT/usermod_v2_rotary_encoder_ui_ALT.h index ecc994e60..35d3e6f32 100644 --- a/usermods/usermod_v2_rotary_encoder_ui_ALT/usermod_v2_rotary_encoder_ui_ALT.h +++ b/usermods/usermod_v2_rotary_encoder_ui_ALT/usermod_v2_rotary_encoder_ui_ALT.h @@ -191,7 +191,7 @@ private: re_sortModes(modes_qstrings, modes_alpha_indexes, strip.getModeCount(), MODE_SORT_SKIP_COUNT); palettes_qstrings = re_findModeStrings(JSON_palette_names, strip.getPaletteCount()); - palettes_alpha_indexes = re_initIndexArray(strip.getPaletteCount()); + palettes_alpha_indexes = re_initIndexArray(strip.getPaletteCount()); // only use internal palettes // How many palette names start with '*' and should not be sorted? // (Also skipping the first one, 'Default'). @@ -750,7 +750,7 @@ public: StaticJsonDocument<64> root; char str[64]; sprintf_P(str, PSTR("%d~%d~%s"), presetLow, presetHigh, increase?"":"-"); - root[F("ps")] = str; + root["ps"] = str; deserializeState(root.as(), CALL_MODE_BUTTON_PRESET); /* String apireq = F("win&PL=~"); diff --git a/usermods/usermod_v2_word_clock/readme.md b/usermods/usermod_v2_word_clock/readme.md index 7b81582fc..1dde2223c 100644 --- a/usermods/usermod_v2_word_clock/readme.md +++ b/usermods/usermod_v2_word_clock/readme.md @@ -1,8 +1,8 @@ # Word Clock Usermod V2 -This usermod can be used to drive a wordclock with a 11x10 pixel matrix with WLED. There are also 4 additional dots for the minutes. -The visualisation is desribed in 4 mask with LED numbers (single dots for minutes, minutes, hours and "clock/Uhr"). The index of the LEDs in the masks always starts with the index 0, even if the ledOffset is not 0. -There are 3 parameters to change the behaviour: +This usermod drives an 11x10 pixel matrix wordclock with WLED. There are 4 additional dots for the minutes. +The visualisation is described by 4 masks with LED numbers (single dots for minutes, minutes, hours and "clock"). The index of the LEDs in the masks always starts at 0, even if the ledOffset is not 0. +There are 3 parameters that control behavior: active: enable/disable usermod diplayItIs: enable/disable display of "Es ist" on the clock @@ -10,23 +10,23 @@ ledOffset: number of LEDs before the wordclock LEDs ### Update for alternatative wiring pattern Based on this fantastic work I added an alternative wiring pattern. -For original you have to use a long wire to connect DO - DI from first line to the next line. +The original used a long wire to connect DO to DI, from one line to the next line. -I wired my clock in meander style. So the first LED in second line is in the right. -With this problem every second line was inverted and showed the wrong letter. +I wired my clock in meander style. So the first LED in the second line is on the right. +With this method, every other line was inverted and showed the wrong letter. -I added a switch in usermod called "meander wiring?" to enable/disable alternativ wiring pattern. +I added a switch in usermod called "meander wiring?" to enable/disable the alternate wiring pattern. ## Installation Copy and update the example `platformio_override.ini.sample` -from the Rotary Encoder UI usermode folder to the root directory of your particular build. +from the Rotary Encoder UI usermod folder to the root directory of your particular build. This file should be placed in the same directory as `platformio.ini`. ### Define Your Options -* `USERMOD_WORDCLOCK` - define this to have this the Auto Save usermod included wled00\usermods_list.cpp +* `USERMOD_WORDCLOCK` - define this to have this usermod included wled00\usermods_list.cpp ### PlatformIO requirements diff --git a/usermods/usermod_v2_word_clock/usermod_v2_word_clock.h b/usermods/usermod_v2_word_clock/usermod_v2_word_clock.h index 1068cd961..c825a7af5 100644 --- a/usermods/usermod_v2_word_clock/usermod_v2_word_clock.h +++ b/usermods/usermod_v2_word_clock/usermod_v2_word_clock.h @@ -25,6 +25,7 @@ class WordClockUsermod : public Usermod bool displayItIs = false; int ledOffset = 100; bool meander = false; + bool nord = false; // defines for mask sizes #define maskSizeLeds 114 @@ -37,7 +38,7 @@ class WordClockUsermod : public Usermod // "minute" masks // Normal wiring - const int maskMinutes[12][maskSizeMinutes] = + const int maskMinutes[14][maskSizeMinutes] = { {107, 108, 109, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // :00 { 7, 8, 9, 10, 40, 41, 42, 43, -1, -1, -1, -1}, // :05 fünf nach @@ -50,11 +51,13 @@ class WordClockUsermod : public Usermod { 15, 16, 17, 18, 19, 20, 21, 33, 34, 35, -1, -1}, // :40 zwanzig vor { 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, -1}, // :45 dreiviertel { 11, 12, 13, 14, 33, 34, 35, -1, -1, -1, -1, -1}, // :50 zehn vor - { 7, 8, 9, 10, 33, 34, 35, -1, -1, -1, -1, -1} // :55 fünf vor + { 7, 8, 9, 10, 33, 34, 35, -1, -1, -1, -1, -1}, // :55 fünf vor + { 26, 27, 28, 29, 30, 31, 32, 40, 41, 42, 43, -1}, // :15 alternative viertel nach + { 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1, -1} // :45 alternative viertel vor }; // Meander wiring - const int maskMinutesMea[12][maskSizeMinutesMea] = + const int maskMinutesMea[14][maskSizeMinutesMea] = { { 99, 100, 101, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // :00 { 7, 8, 9, 10, 33, 34, 35, 36, -1, -1, -1, -1}, // :05 fünf nach @@ -67,9 +70,12 @@ class WordClockUsermod : public Usermod { 11, 12, 13, 14, 15, 16, 17, 41, 42, 43, -1, -1}, // :40 zwanzig vor { 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, -1}, // :45 dreiviertel { 18, 19, 20, 21, 41, 42, 43, -1, -1, -1, -1, -1}, // :50 zehn vor - { 7, 8, 9, 10, 41, 42, 43, -1, -1, -1, -1, -1} // :55 fünf vor + { 7, 8, 9, 10, 41, 42, 43, -1, -1, -1, -1, -1}, // :55 fünf vor + { 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, -1}, // :15 alternative viertel nach + { 26, 27, 28, 29, 30, 31, 32, 41, 42, 43, -1, -1} // :45 alternative viertel vor }; + // hour masks // Normal wiring const int maskHours[13][maskSizeHours] = @@ -242,9 +248,15 @@ class WordClockUsermod : public Usermod setHours(hours, false); break; case 3: - // viertel - setMinutes(3); - setHours(hours + 1, false); + if (nord) { + // viertel nach + setMinutes(12); + setHours(hours, false); + } else { + // viertel + setMinutes(3); + setHours(hours + 1, false); + }; break; case 4: // 20 nach @@ -272,8 +284,13 @@ class WordClockUsermod : public Usermod setHours(hours + 1, false); break; case 9: - // viertel vor - setMinutes(9); + // viertel vor bzw dreiviertel + if (nord) { + setMinutes(9); + } + else { + setMinutes(12); + } setHours(hours + 1, false); break; case 10: @@ -410,6 +427,7 @@ class WordClockUsermod : public Usermod top["displayItIs"] = displayItIs; top["ledOffset"] = ledOffset; top["Meander wiring?"] = meander; + top["Norddeutsch"] = nord; } /* @@ -440,6 +458,7 @@ class WordClockUsermod : public Usermod configComplete &= getJsonValue(top["displayItIs"], displayItIs); configComplete &= getJsonValue(top["ledOffset"], ledOffset); configComplete &= getJsonValue(top["Meander wiring?"], meander); + configComplete &= getJsonValue(top["Norddeutsch"], nord); return configComplete; } diff --git a/usermods/wizlights/readme.md b/usermods/wizlights/readme.md index 802a3798c..a0e0a8b8f 100644 --- a/usermods/wizlights/readme.md +++ b/usermods/wizlights/readme.md @@ -1,6 +1,6 @@ # Controlling Wiz lights -This usermod allows the control of [WiZ](https://www.wizconnected.com/en/consumer/) lights that are in the same network as the WLED controller. +Enabless controlling [WiZ](https://www.wizconnected.com/en/consumer/) lights that are part of the same network as the WLED controller. The mod takes the colors from the first few pixels and sends them to the lights. @@ -8,22 +8,22 @@ The mod takes the colors from the first few pixels and sends them to the lights. - Interval (ms) - How frequently to update the WiZ lights, in milliseconds. - - Setting too low may causse ESP to become unresponsive. + - Setting it too low may causse the ESP to become unresponsive. - Send Delay (ms) - An optional millisecond delay after updating each WiZ light. - - Can help smooth out effects when using a larger number of WiZ lights + - Can help smooth out effects when using a large number of WiZ lights - Use Enhanced White - - Enables using the WiZ lights onboard white LEDs instead of sending maximum RGB values. + - Uses the WiZ lights onboard white LEDs instead of sending maximum RGB values. - Tunable with warm and cool LEDs as supported by WiZ bulbs - - Note: Only sent when max RGB value is set, need to have automatic brightness limiter disabled - - ToDo: Have better logic for white value mixing to better take advantage of the lights capabilities + - Note: Only sent when max RGB value is set, the automatic brightness limiter must be disabled + - ToDo: Have better logic for white value mixing to take advantage of the light's capabilities - Always Force Update - - Can be enabled to always send update message to light, even when color matches what was previously sent. + - Can be enabled to always send update message to light even if the new value matches the old value. - Force update every x minutes - - Configuration option to allow adjusting the default force update timeout of 5 minutes. - - Setting to 0 has the same impact as enabling Always Force Update + - adjusts the default force update timeout of 5 minutes. + - Setting to 0 is the same as enabling Always Force Update - -Then enter the IPs for the lights to be controlled, in order. There is currently a limit of 15 devices that can be controled, but that number +Next, enter the IP addresses for the lights to be controlled, in order. The limit is 15 devices, but that number can be easily changed by updating _MAX_WIZ_LIGHTS_. @@ -31,5 +31,5 @@ can be easily changed by updating _MAX_WIZ_LIGHTS_. ## Related project -If you use these lights and python, make sure to check out the [pywizlight](https://github.com/sbidy/pywizlight) project. I learned how to +If you use these lights and python, make sure to check out the [pywizlight](https://github.com/sbidy/pywizlight) project. You can learn how to format the messages to control the lights from that project. diff --git a/usermods/wizlights/wizlights.h b/usermods/wizlights/wizlights.h index c588f00ea..08d204934 100644 --- a/usermods/wizlights/wizlights.h +++ b/usermods/wizlights/wizlights.h @@ -75,6 +75,10 @@ class WizLightsUsermod : public Usermod { UDP.endPacket(); } + // Override definition so it compiles + void setup() { + + } // TODO: Check millis() rollover diff --git a/usermods/word-clock-matrix/readme.md b/usermods/word-clock-matrix/readme.md index eb68f5158..cfaa93e24 100644 --- a/usermods/word-clock-matrix/readme.md +++ b/usermods/word-clock-matrix/readme.md @@ -2,8 +2,8 @@ By @bwente -See https://www.hackster.io/bwente/word-clock-with-just-two-components-073834 for the hardware guide! -Includes a customizable feature to lower the brightness at night. +See https://www.hackster.io/bwente/word-clock-with-just-two-components-073834 for the hardware guide!
+Includes a customizable feature to reduce the brightness at night. ![image](https://user-images.githubusercontent.com/371964/197094071-f8ccaf59-1d85-4dd2-8e09-1389675291e1.png) diff --git a/wled00/FX.cpp b/wled00/FX.cpp index 8ea3dc996..5f9ad4030 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -24,12 +24,16 @@ Modified heavily for WLED */ -#include "FX.h" #include "wled.h" +#include "FX.h" #include "fcn_declare.h" #define IBN 5100 -#define PALETTE_SOLID_WRAP (strip.paletteBlend == 1 || strip.paletteBlend == 3) + +// paletteBlend: 0 - wrap when moving, 1 - always wrap, 2 - never wrap, 3 - none (undefined) +#define PALETTE_SOLID_WRAP (strip.paletteBlend == 1 || strip.paletteBlend == 3) +#define PALETTE_MOVING_WRAP !(strip.paletteBlend == 2 || (strip.paletteBlend == 0 && SEGMENT.speed == 0)) + #define indexToVStrip(index, stripNr) ((index) | (int((stripNr)+1)<<16)) // effect utility functions @@ -44,9 +48,9 @@ uint16_t triwave16(uint16_t in) { } /* - * Generates a tristate square wave w/ attac & decay + * Generates a tristate square wave w/ attac & decay * @param x input value 0-255 - * @param pulsewidth 0-127 + * @param pulsewidth 0-127 * @param attdec attac & decay, max. pulsewidth / 2 * @returns signed waveform value */ @@ -62,7 +66,7 @@ int8_t tristate_square8(uint8_t x, uint8_t pulsewidth, uint8_t attdec) { } else if (x < pulsewidth - attdec) { //max return a; - } + } else if (x < pulsewidth) { //dec to 0 return (int16_t) (pulsewidth - x) * a / attdec; } @@ -93,13 +97,13 @@ uint16_t blink(uint32_t color1, uint32_t color2, bool strobe, bool do_palette) { cycleTime += FRAMETIME*2; uint32_t it = strip.now / cycleTime; uint32_t rem = strip.now % cycleTime; - + bool on = false; if (it != SEGENV.step //new iteration, force on state for one frame, even if set time is too brief - || rem <= onTime) { + || rem <= onTime) { on = true; } - + SEGENV.step = it; //save previous iteration uint32_t color = on ? color1 : color2; @@ -120,7 +124,7 @@ uint16_t blink(uint32_t color1, uint32_t color2, bool strobe, bool do_palette) { uint16_t mode_blink(void) { return blink(SEGCOLOR(0), SEGCOLOR(1), false, true); } -static const char _data_FX_MODE_BLINK[] PROGMEM = "Blink@!,Duty cycle;!,!;!;1d"; +static const char _data_FX_MODE_BLINK[] PROGMEM = "Blink@!,Duty cycle;!,!;!"; /* @@ -129,7 +133,7 @@ static const char _data_FX_MODE_BLINK[] PROGMEM = "Blink@!,Duty cycle;!,!;!;1d"; uint16_t mode_blink_rainbow(void) { return blink(SEGMENT.color_wheel(SEGENV.call & 0xFF), SEGCOLOR(1), false, false); } -static const char _data_FX_MODE_BLINK_RAINBOW[] PROGMEM = "Blink Rainbow@Frequency,Blink duration;!,!;!;1d"; +static const char _data_FX_MODE_BLINK_RAINBOW[] PROGMEM = "Blink Rainbow@Frequency,Blink duration;!,!;!"; /* @@ -138,7 +142,7 @@ static const char _data_FX_MODE_BLINK_RAINBOW[] PROGMEM = "Blink Rainbow@Frequen uint16_t mode_strobe(void) { return blink(SEGCOLOR(0), SEGCOLOR(1), true, true); } -static const char _data_FX_MODE_STROBE[] PROGMEM = "Strobe@!;!,!;!;1d"; +static const char _data_FX_MODE_STROBE[] PROGMEM = "Strobe@!;!,!;!"; /* @@ -147,7 +151,7 @@ static const char _data_FX_MODE_STROBE[] PROGMEM = "Strobe@!;!,!;!;1d"; uint16_t mode_strobe_rainbow(void) { return blink(SEGMENT.color_wheel(SEGENV.call & 0xFF), SEGCOLOR(1), true, false); } -static const char _data_FX_MODE_STROBE_RAINBOW[] PROGMEM = "Strobe Rainbow@!;,!;!;1d"; +static const char _data_FX_MODE_STROBE_RAINBOW[] PROGMEM = "Strobe Rainbow@!;,!;!"; /* @@ -193,8 +197,8 @@ uint16_t color_wipe(bool rev, bool useRandomColors) { { uint16_t index = (rev && back)? SEGLEN -1 -i : i; uint32_t col0 = useRandomColors? SEGMENT.color_wheel(SEGENV.aux0) : SEGMENT.color_from_palette(index, true, PALETTE_SOLID_WRAP, 0); - - if (i < ledIndex) + + if (i < ledIndex) { SEGMENT.setPixelColor(index, back? col1 : col0); } else @@ -202,7 +206,7 @@ uint16_t color_wipe(bool rev, bool useRandomColors) { SEGMENT.setPixelColor(index, back? col0 : col1); if (i == ledIndex) SEGMENT.setPixelColor(index, color_blend(back? col0 : col1, back? col1 : col0, rem)); } - } + } return FRAMETIME; } @@ -213,7 +217,7 @@ uint16_t color_wipe(bool rev, bool useRandomColors) { uint16_t mode_color_wipe(void) { return color_wipe(false, false); } -static const char _data_FX_MODE_COLOR_WIPE[] PROGMEM = "Wipe@!,!;!,!;!;1d"; +static const char _data_FX_MODE_COLOR_WIPE[] PROGMEM = "Wipe@!,!;!,!;!"; /* @@ -222,7 +226,7 @@ static const char _data_FX_MODE_COLOR_WIPE[] PROGMEM = "Wipe@!,!;!,!;!;1d"; uint16_t mode_color_sweep(void) { return color_wipe(true, false); } -static const char _data_FX_MODE_COLOR_SWEEP[] PROGMEM = "Sweep@!,!;!,!;!;1d"; +static const char _data_FX_MODE_COLOR_SWEEP[] PROGMEM = "Sweep@!,!;!,!;!"; /* @@ -232,7 +236,7 @@ static const char _data_FX_MODE_COLOR_SWEEP[] PROGMEM = "Sweep@!,!;!,!;!;1d"; uint16_t mode_color_wipe_random(void) { return color_wipe(false, true); } -static const char _data_FX_MODE_COLOR_WIPE_RANDOM[] PROGMEM = "Wipe Random@!;1,2,3;!;1d"; +static const char _data_FX_MODE_COLOR_WIPE_RANDOM[] PROGMEM = "Wipe Random@!;;!"; /* @@ -241,11 +245,11 @@ static const char _data_FX_MODE_COLOR_WIPE_RANDOM[] PROGMEM = "Wipe Random@!;1,2 uint16_t mode_color_sweep_random(void) { return color_wipe(true, true); } -static const char _data_FX_MODE_COLOR_SWEEP_RANDOM[] PROGMEM = "Sweep Random"; +static const char _data_FX_MODE_COLOR_SWEEP_RANDOM[] PROGMEM = "Sweep Random@!;;!"; /* - * Lights all LEDs in one random color up. Then switches them + * Lights all LEDs up in one random color. Then switches them * to the next random color. */ uint16_t mode_random_color(void) { @@ -274,17 +278,19 @@ uint16_t mode_random_color(void) { SEGMENT.fill(color_blend(SEGMENT.color_wheel(SEGENV.aux1), SEGMENT.color_wheel(SEGENV.aux0), fade)); return FRAMETIME; } -static const char _data_FX_MODE_RANDOM_COLOR[] PROGMEM = "Random Colors@!,Fade time;1,2,3;!;1d"; +static const char _data_FX_MODE_RANDOM_COLOR[] PROGMEM = "Random Colors@!,Fade time;;!"; /* * Lights every LED in a random color. Changes all LED at the same time * to new random colors. */ -uint16_t dynamic(boolean smooth=false) { +uint16_t mode_dynamic(void) { if (!SEGENV.allocateData(SEGLEN)) return mode_static(); //allocation failed - + if(SEGENV.call == 0) { + //SEGMENT.setUpLeds(); //lossless getPixelColor() + //SEGMENT.fill(BLACK); for (int i = 0; i < SEGLEN; i++) SEGENV.data[i] = random8(); } @@ -293,40 +299,36 @@ uint16_t dynamic(boolean smooth=false) { if (it != SEGENV.step && SEGMENT.speed != 0) //new color { for (int i = 0; i < SEGLEN; i++) { - if (random8() <= SEGMENT.intensity) SEGENV.data[i] = random8(); + if (random8() <= SEGMENT.intensity) SEGENV.data[i] = random8(); // random color index } SEGENV.step = it; } - - if (smooth) { + + if (SEGMENT.check1) { for (int i = 0; i < SEGLEN; i++) { - SEGMENT.blendPixelColor(i, SEGMENT.color_wheel(SEGENV.data[i]),16); // TODO + SEGMENT.blendPixelColor(i, SEGMENT.color_wheel(SEGENV.data[i]), 16); } } else { for (int i = 0; i < SEGLEN; i++) { SEGMENT.setPixelColor(i, SEGMENT.color_wheel(SEGENV.data[i])); } - } + } return FRAMETIME; } +static const char _data_FX_MODE_DYNAMIC[] PROGMEM = "Dynamic@!,!,,,,Smooth;;!"; /* - * Original effect "Dynamic" - */ -uint16_t mode_dynamic(void) { - return dynamic(false); -} -static const char _data_FX_MODE_DYNAMIC[] PROGMEM = "Dynamic@!,!;1,2,3;!;1d"; - - -/* - * effect "Dynamic" with smoth color-fading + * effect "Dynamic" with smooth color-fading */ uint16_t mode_dynamic_smooth(void) { - return dynamic(true); + bool old = SEGMENT.check1; + SEGMENT.check1 = true; + mode_dynamic(); + SEGMENT.check1 = old; + return FRAMETIME; } -static const char _data_FX_MODE_DYNAMIC_SMOOTH[] PROGMEM = "Dynamic Smooth"; +static const char _data_FX_MODE_DYNAMIC_SMOOTH[] PROGMEM = "Dynamic Smooth@!,!;;!"; /* @@ -340,7 +342,7 @@ uint16_t mode_breath(void) { if (counter > 8192) counter = 8192 - (counter - 8192); var = sin16(counter) / 103; //close to parabolic in range 0-8192, max val. 23170 } - + uint8_t lum = 30 + var; for (int i = 0; i < SEGLEN; i++) { SEGMENT.setPixelColor(i, color_blend(SEGCOLOR(1), SEGMENT.color_from_palette(i, true, PALETTE_SOLID_WRAP, 0), lum)); @@ -348,7 +350,7 @@ uint16_t mode_breath(void) { return FRAMETIME; } -static const char _data_FX_MODE_BREATH[] PROGMEM = "Breathe@!;!,!;!;1d"; +static const char _data_FX_MODE_BREATH[] PROGMEM = "Breathe@!;!,!;!"; /* @@ -364,7 +366,7 @@ uint16_t mode_fade(void) { return FRAMETIME; } -static const char _data_FX_MODE_FADE[] PROGMEM = "Fade@!;!,!;!;1d"; +static const char _data_FX_MODE_FADE[] PROGMEM = "Fade@!;!,!;!"; /* @@ -378,7 +380,7 @@ uint16_t scan(bool dual) uint16_t size = 1 + ((SEGMENT.intensity * SEGLEN) >> 9); uint16_t ledIndex = (prog * ((SEGLEN *2) - size *2)) >> 16; - SEGMENT.fill(SEGCOLOR(1)); + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(1)); int led_offset = ledIndex - (SEGLEN - size); led_offset = abs(led_offset); @@ -404,7 +406,7 @@ uint16_t scan(bool dual) uint16_t mode_scan(void) { return scan(false); } -static const char _data_FX_MODE_SCAN[] PROGMEM = "Scan@!,# of dots;!,!,!;!;1d"; +static const char _data_FX_MODE_SCAN[] PROGMEM = "Scan@!,# of dots,,,,,Overlay;!,!,!;!"; /* @@ -413,7 +415,7 @@ static const char _data_FX_MODE_SCAN[] PROGMEM = "Scan@!,# of dots;!,!,!;!;1d"; uint16_t mode_dual_scan(void) { return scan(true); } -static const char _data_FX_MODE_DUAL_SCAN[] PROGMEM = "Scan Dual@!,# of dots;!,!,!;!;1d"; +static const char _data_FX_MODE_DUAL_SCAN[] PROGMEM = "Scan Dual@!,# of dots,,,,,Overlay;!,!,!;!"; /* @@ -431,7 +433,7 @@ uint16_t mode_rainbow(void) { return FRAMETIME; } -static const char _data_FX_MODE_RAINBOW[] PROGMEM = "Colorloop@!,Saturation;1,2,3;!;1d"; +static const char _data_FX_MODE_RAINBOW[] PROGMEM = "Colorloop@!,Saturation;;!"; /* @@ -440,7 +442,7 @@ static const char _data_FX_MODE_RAINBOW[] PROGMEM = "Colorloop@!,Saturation;1,2, uint16_t mode_rainbow_cycle(void) { uint16_t counter = (strip.now * ((SEGMENT.speed >> 2) +2)) & 0xFFFF; counter = counter >> 8; - + for (int i = 0; i < SEGLEN; i++) { //intensity/29 = 0 (1/16) 1 (1/8) 2 (1/4) 3 (1/2) 4 (1) 5 (2) 6 (4) 7 (8) 8 (16) uint8_t index = (i * (16 << (SEGMENT.intensity /29)) / SEGLEN) + counter; @@ -449,7 +451,7 @@ uint16_t mode_rainbow_cycle(void) { return FRAMETIME; } -static const char _data_FX_MODE_RAINBOW_CYCLE[] PROGMEM = "Rainbow@!,Size;1,2,3;!;1d"; +static const char _data_FX_MODE_RAINBOW_CYCLE[] PROGMEM = "Rainbow@!,Size;;!"; /* @@ -460,7 +462,7 @@ uint16_t running(uint32_t color1, uint32_t color2, bool theatre = false) { uint32_t cycleTime = 50 + (255 - SEGMENT.speed); uint32_t it = strip.now / cycleTime; bool usePalette = color1 == SEGCOLOR(0); - + for (int i = 0; i < SEGLEN; i++) { uint32_t col = color2; if (usePalette) color1 = SEGMENT.color_from_palette(i, true, PALETTE_SOLID_WRAP, 0); @@ -488,7 +490,7 @@ uint16_t running(uint32_t color1, uint32_t color2, bool theatre = false) { uint16_t mode_theater_chase(void) { return running(SEGCOLOR(0), SEGCOLOR(1), true); } -static const char _data_FX_MODE_THEATER_CHASE[] PROGMEM = "Theater@!,Gap size;!,!;!;1d"; +static const char _data_FX_MODE_THEATER_CHASE[] PROGMEM = "Theater@!,Gap size;!,!;!"; /* @@ -498,7 +500,7 @@ static const char _data_FX_MODE_THEATER_CHASE[] PROGMEM = "Theater@!,Gap size;!, uint16_t mode_theater_chase_rainbow(void) { return running(SEGMENT.color_wheel(SEGENV.step), SEGCOLOR(1), true); } -static const char _data_FX_MODE_THEATER_CHASE_RAINBOW[] PROGMEM = "Theater Rainbow@!,Gap size;1,2,3;!;1d"; +static const char _data_FX_MODE_THEATER_CHASE_RAINBOW[] PROGMEM = "Theater Rainbow@!,Gap size;,!;!"; /* @@ -530,6 +532,7 @@ uint16_t running_base(bool saw, bool dual=false) { } SEGMENT.setPixelColor(i, ca); } + return FRAMETIME; } @@ -541,7 +544,7 @@ uint16_t running_base(bool saw, bool dual=false) { uint16_t mode_running_dual(void) { return running_base(false, true); } -static const char _data_FX_MODE_RUNNING_DUAL[] PROGMEM = "Running Dual"; +static const char _data_FX_MODE_RUNNING_DUAL[] PROGMEM = "Running Dual@!,Wave width;L,!,R;!"; /* @@ -550,7 +553,7 @@ static const char _data_FX_MODE_RUNNING_DUAL[] PROGMEM = "Running Dual"; uint16_t mode_running_lights(void) { return running_base(false); } -static const char _data_FX_MODE_RUNNING_LIGHTS[] PROGMEM = "Running@!,Wave width;!,!;!;1d"; +static const char _data_FX_MODE_RUNNING_LIGHTS[] PROGMEM = "Running@!,Wave width;!,!;!"; /* @@ -559,7 +562,7 @@ static const char _data_FX_MODE_RUNNING_LIGHTS[] PROGMEM = "Running@!,Wave width uint16_t mode_saw(void) { return running_base(true); } -static const char _data_FX_MODE_SAW[] PROGMEM = "Saw@!,Width;!,!;!;1d"; +static const char _data_FX_MODE_SAW[] PROGMEM = "Saw@!,Width;!,!;!"; /* @@ -567,7 +570,6 @@ static const char _data_FX_MODE_SAW[] PROGMEM = "Saw@!,Width;!,!;!;1d"; * Inspired by www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/ */ uint16_t mode_twinkle(void) { - //SEGMENT.fill(SEGCOLOR(1)); SEGMENT.fade_out(224); uint32_t cycleTime = 20 + (255 - SEGMENT.speed)*5; @@ -583,7 +585,7 @@ uint16_t mode_twinkle(void) { SEGENV.aux0++; SEGENV.step = it; } - + uint16_t PRNG16 = SEGENV.aux1; for (uint16_t i = 0; i < SEGENV.aux0; i++) @@ -596,42 +598,47 @@ uint16_t mode_twinkle(void) { return FRAMETIME; } -static const char _data_FX_MODE_TWINKLE[] PROGMEM = "Twinkle@!;!,!;!;mp12=0,1d"; //pixels +static const char _data_FX_MODE_TWINKLE[] PROGMEM = "Twinkle@!,!;!,!;!;;m12=0"; //pixels /* * Dissolve function */ uint16_t dissolve(uint32_t color) { - bool wa = (SEGCOLOR(1) != 0 && strip.getBrightness() < 255); //workaround, can't compare getPixel to color if not full brightness - - for (int j = 0; j <= SEGLEN / 15; j++) - { + //bool wa = (SEGCOLOR(1) != 0 && strip.getBrightness() < 255); //workaround, can't compare getPixel to color if not full brightness + if (SEGENV.call == 0) { + SEGMENT.setUpLeds(); //lossless getPixelColor() + SEGMENT.fill(SEGCOLOR(1)); + } + + for (int j = 0; j <= SEGLEN / 15; j++) { if (random8() <= SEGMENT.intensity) { - for (size_t times = 0; times < 10; times++) //attempt to spawn a new pixel 5 times + for (size_t times = 0; times < 10; times++) //attempt to spawn a new pixel 10 times { uint16_t i = random16(SEGLEN); if (SEGENV.aux0) { //dissolve to primary/palette - if (SEGMENT.getPixelColor(i) == SEGCOLOR(1) || wa) { // TODO - if (color == SEGCOLOR(0)) - { + if (SEGMENT.getPixelColor(i) == SEGCOLOR(1) /*|| wa*/) { + if (color == SEGCOLOR(0)) { SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(i, true, PALETTE_SOLID_WRAP, 0)); - } else { SEGMENT.setPixelColor(i, color); } + } else { + SEGMENT.setPixelColor(i, color); + } break; //only spawn 1 new pixel per frame per 50 LEDs } } else { //dissolve to secondary - if (SEGMENT.getPixelColor(i) != SEGCOLOR(1)) { SEGMENT.setPixelColor(i, SEGCOLOR(1)); break; } // TODO + if (SEGMENT.getPixelColor(i) != SEGCOLOR(1)) { SEGMENT.setPixelColor(i, SEGCOLOR(1)); break; } } } } } - if (SEGENV.call > (255 - SEGMENT.speed) + 15U) - { + if (SEGENV.step > (255 - SEGMENT.speed) + 15U) { SEGENV.aux0 = !SEGENV.aux0; - SEGENV.call = 0; + SEGENV.step = 0; + } else { + SEGENV.step++; } - + return FRAMETIME; } @@ -640,9 +647,9 @@ uint16_t dissolve(uint32_t color) { * Blink several LEDs on and then off */ uint16_t mode_dissolve(void) { - return dissolve(SEGCOLOR(0)); + return dissolve(SEGMENT.check1 ? SEGMENT.color_wheel(random8()) : SEGCOLOR(0)); } -static const char _data_FX_MODE_DISSOLVE[] PROGMEM = "Dissolve@Repeat speed,Dissolve speed;!,!;!;1d"; +static const char _data_FX_MODE_DISSOLVE[] PROGMEM = "Dissolve@Repeat speed,Dissolve speed,,,,Random;!,!;!"; /* @@ -651,7 +658,7 @@ static const char _data_FX_MODE_DISSOLVE[] PROGMEM = "Dissolve@Repeat speed,Diss uint16_t mode_dissolve_random(void) { return dissolve(SEGMENT.color_wheel(random8())); } -static const char _data_FX_MODE_DISSOLVE_RANDOM[] PROGMEM = "Dissolve Rnd@Repeat speed,Dissolve speed;,!;!;1d"; +static const char _data_FX_MODE_DISSOLVE_RANDOM[] PROGMEM = "Dissolve Rnd@Repeat speed,Dissolve speed;,!;!"; /* @@ -659,7 +666,7 @@ static const char _data_FX_MODE_DISSOLVE_RANDOM[] PROGMEM = "Dissolve Rnd@Repeat * Inspired by www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/ */ uint16_t mode_sparkle(void) { - for(int i = 0; i < SEGLEN; i++) { + if (!SEGMENT.check2) for(int i = 0; i < SEGLEN; i++) { SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(i, true, PALETTE_SOLID_WRAP, 1)); } uint32_t cycleTime = 10 + (255 - SEGMENT.speed)*2; @@ -669,11 +676,11 @@ uint16_t mode_sparkle(void) { SEGENV.aux0 = random16(SEGLEN); // aux0 stores the random led index SEGENV.step = it; } - + SEGMENT.setPixelColor(SEGENV.aux0, SEGCOLOR(0)); return FRAMETIME; } -static const char _data_FX_MODE_SPARKLE[] PROGMEM = "Sparkle@!;!,!;!;mp12=0,1d"; +static const char _data_FX_MODE_SPARKLE[] PROGMEM = "Sparkle@!,,,,,,Overlay;!,!;!;;m12=0"; /* @@ -681,7 +688,7 @@ static const char _data_FX_MODE_SPARKLE[] PROGMEM = "Sparkle@!;!,!;!;mp12=0,1d"; * Inspired by www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/ */ uint16_t mode_flash_sparkle(void) { - for(uint16_t i = 0; i < SEGLEN; i++) { + if (!SEGMENT.check2) for(uint16_t i = 0; i < SEGLEN; i++) { SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(i, true, PALETTE_SOLID_WRAP, 0)); } @@ -694,7 +701,7 @@ uint16_t mode_flash_sparkle(void) { } return FRAMETIME; } -static const char _data_FX_MODE_FLASH_SPARKLE[] PROGMEM = "Sparkle Dark@!,!;Bg,Fx;!;mp12=0,1d"; +static const char _data_FX_MODE_FLASH_SPARKLE[] PROGMEM = "Sparkle Dark@!,!,,,,,Overlay;Bg,Fx;!;;m12=0"; /* @@ -702,7 +709,7 @@ static const char _data_FX_MODE_FLASH_SPARKLE[] PROGMEM = "Sparkle Dark@!,!;Bg,F * Inspired by www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/ */ uint16_t mode_hyper_sparkle(void) { - for (int i = 0; i < SEGLEN; i++) { + if (!SEGMENT.check2) for (int i = 0; i < SEGLEN; i++) { SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(i, true, PALETTE_SOLID_WRAP, 0)); } @@ -717,7 +724,7 @@ uint16_t mode_hyper_sparkle(void) { } return FRAMETIME; } -static const char _data_FX_MODE_HYPER_SPARKLE[] PROGMEM = "Sparkle+@!,!;Bg,Fx;!;mp12=0,1d"; +static const char _data_FX_MODE_HYPER_SPARKLE[] PROGMEM = "Sparkle+@!,!,,,,,Overlay;Bg,Fx;!;;m12=0"; /* @@ -747,14 +754,14 @@ uint16_t mode_multi_strobe(void) { return FRAMETIME; } -static const char _data_FX_MODE_MULTI_STROBE[] PROGMEM = "Strobe Mega@!,!;!,!;!;1d"; +static const char _data_FX_MODE_MULTI_STROBE[] PROGMEM = "Strobe Mega@!,!;!,!;!"; /* * Android loading circle */ uint16_t mode_android(void) { - + for (int i = 0; i < SEGLEN; i++) { SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(i, true, PALETTE_SOLID_WRAP, 1)); } @@ -768,7 +775,7 @@ uint16_t mode_android(void) { } uint16_t a = SEGENV.step; - + if (SEGENV.aux0 == 0) { if (SEGENV.call %3 == 1) {a++;} @@ -778,7 +785,7 @@ uint16_t mode_android(void) { a++; if (SEGENV.call %3 != 1) SEGENV.aux1--; } - + if (a >= SEGLEN) a = 0; if (a + SEGENV.aux1 < SEGLEN) @@ -799,7 +806,7 @@ uint16_t mode_android(void) { return 3 + ((8 * (uint32_t)(255 - SEGMENT.speed)) / SEGLEN); } -static const char _data_FX_MODE_ANDROID[] PROGMEM = "Android@!,Width;!,!;!;mp12=1,1d"; //vertical +static const char _data_FX_MODE_ANDROID[] PROGMEM = "Android@!,Width;!,!;!;;m12=1"; //vertical /* @@ -825,7 +832,7 @@ uint16_t chase(uint32_t color1, uint32_t color2, uint32_t color3, bool do_palett // Use intensity setting to vary chase up to 1/2 string length uint8_t size = 1 + (SEGMENT.intensity * SEGLEN >> 10); - uint16_t b = a + size; //"trail" of chase, filled with color1 + uint16_t b = a + size; //"trail" of chase, filled with color1 if (b > SEGLEN) b -= SEGLEN; uint16_t c = b + size; if (c > SEGLEN) c -= SEGLEN; @@ -880,7 +887,7 @@ uint16_t chase(uint32_t color1, uint32_t color2, uint32_t color3, bool do_palett uint16_t mode_chase_color(void) { return chase(SEGCOLOR(1), (SEGCOLOR(2)) ? SEGCOLOR(2) : SEGCOLOR(0), SEGCOLOR(0), true); } -static const char _data_FX_MODE_CHASE_COLOR[] PROGMEM = "Chase@!,Width;!,!,!;!;1d"; +static const char _data_FX_MODE_CHASE_COLOR[] PROGMEM = "Chase@!,Width;!,!,!;!"; /* @@ -889,7 +896,7 @@ static const char _data_FX_MODE_CHASE_COLOR[] PROGMEM = "Chase@!,Width;!,!,!;!;1 uint16_t mode_chase_random(void) { return chase(SEGCOLOR(1), (SEGCOLOR(2)) ? SEGCOLOR(2) : SEGCOLOR(0), SEGCOLOR(0), false); } -static const char _data_FX_MODE_CHASE_RANDOM[] PROGMEM = "Chase Random@!,Width;!,,!;!;1d"; +static const char _data_FX_MODE_CHASE_RANDOM[] PROGMEM = "Chase Random@!,Width;!,,!;!"; /* @@ -903,7 +910,7 @@ uint16_t mode_chase_rainbow(void) { return chase(color, SEGCOLOR(0), SEGCOLOR(1), false); } -static const char _data_FX_MODE_CHASE_RAINBOW[] PROGMEM = "Chase Rainbow@!,Width;!,!;;1d"; +static const char _data_FX_MODE_CHASE_RAINBOW[] PROGMEM = "Chase Rainbow@!,Width;!,!;!"; /* @@ -917,7 +924,7 @@ uint16_t mode_chase_rainbow_white(void) { return chase(SEGCOLOR(0), color2, color3, false); } -static const char _data_FX_MODE_CHASE_RAINBOW_WHITE[] PROGMEM = "Rainbow Runner@!,Size;Bg;;1d"; +static const char _data_FX_MODE_CHASE_RAINBOW_WHITE[] PROGMEM = "Rainbow Runner@!,Size;Bg;!"; /* @@ -945,7 +952,7 @@ uint16_t mode_colorful(void) { cols[3] = 0x0077F0F0; } for (size_t i = numColors; i < numColors*2 -1U; i++) cols[i] = cols[i-numColors]; - + uint32_t cycleTime = 50 + (8 * (uint32_t)(255 - SEGMENT.speed)); uint32_t it = strip.now / cycleTime; if (it != SEGENV.step) @@ -954,15 +961,15 @@ uint16_t mode_colorful(void) { if (SEGENV.aux0 >= numColors) SEGENV.aux0 = 0; SEGENV.step = it; } - + for (int i = 0; i < SEGLEN; i+= numColors) { for (int j = 0; j < numColors; j++) SEGMENT.setPixelColor(i + j, cols[SEGENV.aux0 + j]); } - + return FRAMETIME; } -static const char _data_FX_MODE_COLORFUL[] PROGMEM = "Colorful@!,Saturation;1,2,3;!;1d"; +static const char _data_FX_MODE_COLORFUL[] PROGMEM = "Colorful@!,Saturation;1,2,3;!"; /* @@ -990,10 +997,10 @@ uint16_t mode_traffic_light(void) { if (SEGENV.aux0 > 3) SEGENV.aux0 = 0; SEGENV.step = strip.now; } - + return FRAMETIME; } -static const char _data_FX_MODE_TRAFFIC_LIGHT[] PROGMEM = "Traffic Light@!;,!;!;1d"; +static const char _data_FX_MODE_TRAFFIC_LIGHT[] PROGMEM = "Traffic Light@!,US style;,!;!"; /* @@ -1023,7 +1030,7 @@ uint16_t mode_chase_flash(void) { } return delay; } -static const char _data_FX_MODE_CHASE_FLASH[] PROGMEM = "Chase Flash@!;Bg,Fx,!;!;1d"; +static const char _data_FX_MODE_CHASE_FLASH[] PROGMEM = "Chase Flash@!;Bg,Fx;!"; /* @@ -1058,7 +1065,7 @@ uint16_t mode_chase_flash_random(void) { } return delay; } -static const char _data_FX_MODE_CHASE_FLASH_RANDOM[] PROGMEM = "Chase Flash Rnd@!;,Fx;0;1d"; +static const char _data_FX_MODE_CHASE_FLASH_RANDOM[] PROGMEM = "Chase Flash Rnd@!;!,!;!"; /* @@ -1067,7 +1074,7 @@ static const char _data_FX_MODE_CHASE_FLASH_RANDOM[] PROGMEM = "Chase Flash Rnd@ uint16_t mode_running_color(void) { return running(SEGCOLOR(0), SEGCOLOR(1)); } -static const char _data_FX_MODE_RUNNING_COLOR[] PROGMEM = "Chase 2@!,Width;!,!;!;1d"; +static const char _data_FX_MODE_RUNNING_COLOR[] PROGMEM = "Chase 2@!,Width;!,!;!"; /* @@ -1104,7 +1111,7 @@ uint16_t mode_running_random(void) { SEGENV.aux1 = it; return FRAMETIME; } -static const char _data_FX_MODE_RUNNING_RANDOM[] PROGMEM = "Stream"; +static const char _data_FX_MODE_RUNNING_RANDOM[] PROGMEM = "Stream@!,Zone size;;!"; uint16_t larson_scanner(bool dual) { @@ -1116,7 +1123,7 @@ uint16_t larson_scanner(bool dual) { if (SEGENV.step > index && SEGENV.step - index > SEGLEN/2) { SEGENV.aux0 = !SEGENV.aux0; } - + for (int i = SEGENV.step; i < index; i++) { uint16_t j = (SEGENV.aux0)?i:SEGLEN-1-i; SEGMENT.setPixelColor( j, SEGMENT.color_from_palette(j, true, PALETTE_SOLID_WRAP, 0)); @@ -1146,7 +1153,7 @@ uint16_t larson_scanner(bool dual) { uint16_t mode_larson_scanner(void){ return larson_scanner(false); } -static const char _data_FX_MODE_LARSON_SCANNER[] PROGMEM = "Scanner@!,Fade rate;!,!;!;mp12=0,1d"; +static const char _data_FX_MODE_LARSON_SCANNER[] PROGMEM = "Scanner@!,Fade rate;!,!;!;;m12=0"; /* @@ -1156,7 +1163,7 @@ static const char _data_FX_MODE_LARSON_SCANNER[] PROGMEM = "Scanner@!,Fade rate; uint16_t mode_dual_larson_scanner(void){ return larson_scanner(true); } -static const char _data_FX_MODE_DUAL_LARSON_SCANNER[] PROGMEM = "Scanner Dual@!,Fade rate;!,!;!;mp12=0,1d"; +static const char _data_FX_MODE_DUAL_LARSON_SCANNER[] PROGMEM = "Scanner Dual@!,Fade rate;!,!,!;!;;m12=0"; /* @@ -1177,13 +1184,13 @@ uint16_t mode_comet(void) { } else if (index < SEGENV.aux0 && index < 10) { for (int i = 0; i < index ; i++) { SEGMENT.setPixelColor( i, SEGMENT.color_from_palette(i, true, PALETTE_SOLID_WRAP, 0)); - } + } } SEGENV.aux0 = index++; return FRAMETIME; } -static const char _data_FX_MODE_COMET[] PROGMEM = "Lighthouse@!,Fade rate;!,!,!;!;1d"; +static const char _data_FX_MODE_COMET[] PROGMEM = "Lighthouse@!,Fade rate;!,!;!"; /* @@ -1193,17 +1200,19 @@ uint16_t mode_fireworks() { const uint16_t width = strip.isMatrix ? SEGMENT.virtualWidth() : SEGMENT.virtualLength(); const uint16_t height = SEGMENT.virtualHeight(); - SEGMENT.fade_out(0); - if (SEGENV.call == 0) { + SEGMENT.setUpLeds(); //lossless getPixelColor() + SEGMENT.fill(SEGCOLOR(1)); SEGENV.aux0 = UINT16_MAX; SEGENV.aux1 = UINT16_MAX; } + SEGMENT.fade_out(128); + bool valid1 = (SEGENV.aux0 < width*height); bool valid2 = (SEGENV.aux1 < width*height); uint32_t sv1 = 0, sv2 = 0; - if (valid1) sv1 = strip.isMatrix ? SEGMENT.getPixelColorXY(SEGENV.aux0%width, SEGENV.aux0/width) : SEGMENT.getPixelColor(SEGENV.aux0); // TODO get spark color - if (valid2) sv2 = strip.isMatrix ? SEGMENT.getPixelColorXY(SEGENV.aux1%width, SEGENV.aux1/width) : SEGMENT.getPixelColor(SEGENV.aux1); // TODO + if (valid1) sv1 = strip.isMatrix ? SEGMENT.getPixelColorXY(SEGENV.aux0%width, SEGENV.aux0/width) : SEGMENT.getPixelColor(SEGENV.aux0); // get spark color + if (valid2) sv2 = strip.isMatrix ? SEGMENT.getPixelColorXY(SEGENV.aux1%width, SEGENV.aux1/width) : SEGMENT.getPixelColor(SEGENV.aux1); if (!SEGENV.step) SEGMENT.blur(16); if (valid1) { if (strip.isMatrix) SEGMENT.setPixelColorXY(SEGENV.aux0%width, SEGENV.aux0/width, sv1); else SEGMENT.setPixelColor(SEGENV.aux0, sv1); } // restore spark color after blur if (valid2) { if (strip.isMatrix) SEGMENT.setPixelColorXY(SEGENV.aux1%width, SEGENV.aux1/width, sv2); else SEGMENT.setPixelColor(SEGENV.aux1, sv2); } // restore old spark color after blur @@ -1221,7 +1230,7 @@ uint16_t mode_fireworks() { } return FRAMETIME; } -static const char _data_FX_MODE_FIREWORKS[] PROGMEM = "Fireworks@,Frequency;!,!;!;ix=192,pal=11,1d,2d"; +static const char _data_FX_MODE_FIREWORKS[] PROGMEM = "Fireworks@,Frequency;!,!;!;12;ix=192,pal=11"; //Twinkling LEDs running. Inspired by https://github.com/kitesurfer1404/WS2812FX/blob/master/src/custom/Rain.h @@ -1230,7 +1239,7 @@ uint16_t mode_rain() const uint16_t width = SEGMENT.virtualWidth(); const uint16_t height = SEGMENT.virtualHeight(); SEGENV.step += FRAMETIME; - if (SEGENV.step > SPEED_FORMULA_L) { + if (SEGENV.call && SEGENV.step > SPEED_FORMULA_L) { SEGENV.step = 1; if (strip.isMatrix) { uint32_t ctemp[width]; @@ -1241,9 +1250,9 @@ uint16_t mode_rain() SEGENV.aux1 = (SEGENV.aux1 % width) + (SEGENV.aux1 / width + 1) * width; } else { //shift all leds left - uint32_t ctemp = SEGMENT.getPixelColor(0); // TODO + uint32_t ctemp = SEGMENT.getPixelColor(0); for (int i = 0; i < SEGLEN - 1; i++) { - SEGMENT.setPixelColor(i, SEGMENT.getPixelColor(i+1)); // TODO + SEGMENT.setPixelColor(i, SEGMENT.getPixelColor(i+1)); } SEGMENT.setPixelColor(SEGLEN -1, ctemp); // wrap around SEGENV.aux0++; // increase spark index @@ -1256,7 +1265,7 @@ uint16_t mode_rain() } return mode_fireworks(); } -static const char _data_FX_MODE_RAIN[] PROGMEM = "Rain@!,Spawning rate;!,!;;ix=128,pal=0,1d,2d"; +static const char _data_FX_MODE_RAIN[] PROGMEM = "Rain@!,Spawning rate;!,!;!;12;ix=128,pal=0"; /* @@ -1285,7 +1294,7 @@ uint16_t mode_fire_flicker(void) { SEGENV.step = it; return FRAMETIME; } -static const char _data_FX_MODE_FIRE_FLICKER[] PROGMEM = "Fire Flicker@!,!;!;!;1d"; +static const char _data_FX_MODE_FIRE_FLICKER[] PROGMEM = "Fire Flicker@!,!;!;!"; /* @@ -1323,7 +1332,7 @@ uint16_t gradient_base(bool loading) { uint16_t mode_gradient(void) { return gradient_base(false); } -static const char _data_FX_MODE_GRADIENT[] PROGMEM = "Gradient@!,Spread;!,!;!;ix=16,1d"; +static const char _data_FX_MODE_GRADIENT[] PROGMEM = "Gradient@!,Spread;!,!;!;;ix=16"; /* @@ -1332,16 +1341,16 @@ static const char _data_FX_MODE_GRADIENT[] PROGMEM = "Gradient@!,Spread;!,!;!;ix uint16_t mode_loading(void) { return gradient_base(true); } -static const char _data_FX_MODE_LOADING[] PROGMEM = "Loading@!,Fade;!,!;!;ix=16,1d"; +static const char _data_FX_MODE_LOADING[] PROGMEM = "Loading@!,Fade;!,!;!;;ix=16"; -//American Police Light with all LEDs Red and Blue +//American Police Light with all LEDs Red and Blue uint16_t police_base(uint32_t color1, uint32_t color2) { uint16_t delay = 1 + (FRAMETIME<<3) / SEGLEN; // longer segments should change faster uint32_t it = strip.now / map(SEGMENT.speed, 0, 255, delay<<4, delay); uint16_t offset = it % SEGLEN; - + uint16_t width = ((SEGLEN*(SEGMENT.intensity+1))>>9); //max width is half the strip if (!width) width = 1; for (int i = 0; i < width; i++) { @@ -1354,7 +1363,7 @@ uint16_t police_base(uint32_t color1, uint32_t color2) } -//Police Lights Red and Blue +//Police Lights Red and Blue //uint16_t mode_police() //{ // SEGMENT.fill(SEGCOLOR(1)); @@ -1363,15 +1372,14 @@ uint16_t police_base(uint32_t color1, uint32_t color2) //static const char _data_FX_MODE_POLICE[] PROGMEM = "Police@!,Width;,Bg;0"; -//Police Lights with custom colors +//Police Lights with custom colors uint16_t mode_two_dots() { - SEGMENT.fill(SEGCOLOR(2)); + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(2)); uint32_t color2 = (SEGCOLOR(1) == SEGCOLOR(2)) ? SEGCOLOR(0) : SEGCOLOR(1); - return police_base(SEGCOLOR(0), color2); } -static const char _data_FX_MODE_TWO_DOTS[] PROGMEM = "Two Dots@!,Dot size;1,2,Bg;!;1d"; +static const char _data_FX_MODE_TWO_DOTS[] PROGMEM = "Two Dots@!,Dot size,,,,,Overlay;1,2,Bg;!"; /* @@ -1458,7 +1466,7 @@ uint16_t mode_fairy() { } return FRAMETIME; } -static const char _data_FX_MODE_FAIRY[] PROGMEM = "Fairy"; +static const char _data_FX_MODE_FAIRY[] PROGMEM = "Fairy@!,# of flashers;!,!;!"; /* @@ -1508,7 +1516,7 @@ uint16_t mode_fairytwinkle() { } return FRAMETIME; } -static const char _data_FX_MODE_FAIRYTWINKLE[] PROGMEM = "Fairy Twinkle@;;;mp12=0,1d"; //pixels +static const char _data_FX_MODE_FAIRYTWINKLE[] PROGMEM = "Fairytwinkle@!,!;!,!;!;;m12=0"; //pixels /* @@ -1519,7 +1527,7 @@ uint16_t tricolor_chase(uint32_t color1, uint32_t color2) { uint32_t it = strip.now / cycleTime; // iterator uint8_t width = (1 + (SEGMENT.intensity>>4)); // value of 1-16 for each colour uint8_t index = it % (width*3); - + for (int i = 0; i < SEGLEN; i++, index++) { if (index > (width*3)-1) index = 0; @@ -1539,7 +1547,7 @@ uint16_t tricolor_chase(uint32_t color1, uint32_t color2) { uint16_t mode_tricolor_chase(void) { return tricolor_chase(SEGCOLOR(2), SEGCOLOR(0)); } -static const char _data_FX_MODE_TRICOLOR_CHASE[] PROGMEM = "Chase 3@!,Size;1,2,3;0;1d"; +static const char _data_FX_MODE_TRICOLOR_CHASE[] PROGMEM = "Chase 3@!,Size;1,2,3;!"; /* @@ -1549,7 +1557,7 @@ uint16_t mode_icu(void) { uint16_t dest = SEGENV.step & 0xFFFF; uint8_t space = (SEGMENT.intensity >> 3) +2; - SEGMENT.fill(SEGCOLOR(1)); + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(1)); byte pindex = map(dest, 0, SEGLEN-SEGLEN/space, 0, 255); uint32_t col = SEGMENT.color_from_palette(pindex, false, false, 0); @@ -1580,14 +1588,13 @@ uint16_t mode_icu(void) { return SPEED_FORMULA_L; } -static const char _data_FX_MODE_ICU[] PROGMEM = "ICU"; +static const char _data_FX_MODE_ICU[] PROGMEM = "ICU@!,!,,,,,Overlay;!,!;!"; /* * Custom mode by Aircoookie. Color Wipe, but with 3 colors */ -uint16_t mode_tricolor_wipe(void) -{ +uint16_t mode_tricolor_wipe(void) { uint32_t cycleTime = 1000 + (255 - SEGMENT.speed)*200; uint32_t perc = strip.now % cycleTime; uint16_t prog = (perc * 65535) / cycleTime; @@ -1598,7 +1605,7 @@ uint16_t mode_tricolor_wipe(void) { SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(i, true, PALETTE_SOLID_WRAP, 2)); } - + if(ledIndex < SEGLEN) { //wipe from 0 to 1 for (int i = 0; i < SEGLEN; i++) { @@ -1621,7 +1628,7 @@ uint16_t mode_tricolor_wipe(void) return FRAMETIME; } -static const char _data_FX_MODE_TRICOLOR_WIPE[] PROGMEM = "Tri Wipe@!;1,2,3;0;1d"; +static const char _data_FX_MODE_TRICOLOR_WIPE[] PROGMEM = "Tri Wipe@!;1,2,3;!"; /* @@ -1629,8 +1636,7 @@ static const char _data_FX_MODE_TRICOLOR_WIPE[] PROGMEM = "Tri Wipe@!;1,2,3;0;1d * Custom mode by Keith Lord: https://github.com/kitesurfer1404/WS2812FX/blob/master/src/custom/TriFade.h * Modified by Aircoookie */ -uint16_t mode_tricolor_fade(void) -{ +uint16_t mode_tricolor_fade(void) { uint16_t counter = strip.now * ((SEGMENT.speed >> 3) +1); uint32_t prog = (counter * 768) >> 16; @@ -1666,22 +1672,21 @@ uint16_t mode_tricolor_fade(void) return FRAMETIME; } -static const char _data_FX_MODE_TRICOLOR_FADE[] PROGMEM = "Tri Fade"; +static const char _data_FX_MODE_TRICOLOR_FADE[] PROGMEM = "Tri Fade@!;1,2,3;!"; /* * Creates random comets * Custom mode by Keith Lord: https://github.com/kitesurfer1404/WS2812FX/blob/master/src/custom/MultiComet.h */ -uint16_t mode_multi_comet(void) -{ +uint16_t mode_multi_comet(void) { uint32_t cycleTime = 10 + (uint32_t)(255 - SEGMENT.speed); uint32_t it = strip.now / cycleTime; if (SEGENV.step == it) return FRAMETIME; if (!SEGENV.allocateData(sizeof(uint16_t) * 8)) return mode_static(); //allocation failed - + SEGMENT.fade_out(SEGMENT.intensity); - + uint16_t* comets = reinterpret_cast(SEGENV.data); for (int i=0; i < 8; i++) { @@ -1712,8 +1717,7 @@ static const char _data_FX_MODE_MULTI_COMET[] PROGMEM = "Multi Comet"; * Running random pixels ("Stream 2") * Custom mode by Keith Lord: https://github.com/kitesurfer1404/WS2812FX/blob/master/src/custom/RandomChase.h */ -uint16_t mode_random_chase(void) -{ +uint16_t mode_random_chase(void) { if (SEGENV.call == 0) { SEGENV.step = RGBW32(random8(), random8(), random8(), 0); SEGENV.aux0 = random16(); @@ -1741,7 +1745,7 @@ uint16_t mode_random_chase(void) random16_set_seed(prevSeed); // restore original seed so other effects can use "random" PRNG return FRAMETIME; } -static const char _data_FX_MODE_RANDOM_CHASE[] PROGMEM = "Stream 2"; +static const char _data_FX_MODE_RANDOM_CHASE[] PROGMEM = "Stream 2@!;;"; //7 bytes @@ -1755,13 +1759,12 @@ typedef struct Oscillator { /* / Oscillating bars of color, updated with standard framerate */ -uint16_t mode_oscillate(void) -{ +uint16_t mode_oscillate(void) { uint8_t numOscillators = 3; uint16_t dataSize = sizeof(oscillator) * numOscillators; if (!SEGENV.allocateData(dataSize)) return mode_static(); //allocation failed - + Oscillator* oscillators = reinterpret_cast(SEGENV.data); if (SEGENV.call == 0) @@ -1800,7 +1803,7 @@ uint16_t mode_oscillate(void) } SEGMENT.setPixelColor(i, color); } - + SEGENV.step = it; return FRAMETIME; } @@ -1808,8 +1811,7 @@ static const char _data_FX_MODE_OSCILLATE[] PROGMEM = "Oscillate"; //TODO -uint16_t mode_lightning(void) -{ +uint16_t mode_lightning(void) { uint16_t ledstart = random16(SEGLEN); // Determine starting location of flash uint16_t ledlen = 1 + random16(SEGLEN -ledstart); // Determine length of flash (not to go beyond NUM_LEDS-1) uint8_t bri = 255/random8(1, 3); @@ -1823,7 +1825,7 @@ uint16_t mode_lightning(void) SEGENV.aux0 = 200; //200ms delay after leader } - SEGMENT.fill(SEGCOLOR(1)); + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(1)); if (SEGENV.aux1 > 3 && !(SEGENV.aux1 & 0x01)) { //flash on even number >2 for (int i = ledstart; i < ledstart + ledlen; i++) @@ -1848,14 +1850,13 @@ uint16_t mode_lightning(void) } return FRAMETIME; } -static const char _data_FX_MODE_LIGHTNING[] PROGMEM = "Lightning"; +static const char _data_FX_MODE_LIGHTNING[] PROGMEM = "Lightning@!,!,,,,,Overlay;!,!;!"; // Pride2015 // Animated, ever-changing rainbows. // by Mark Kriegsman: https://gist.github.com/kriegsman/964de772d64c502760e5 -uint16_t mode_pride_2015(void) -{ +uint16_t mode_pride_2015(void) { uint16_t duration = 10 + SEGMENT.speed; uint16_t sPseudotime = SEGENV.step; uint16_t sHue16 = SEGENV.aux0; @@ -1884,63 +1885,66 @@ uint16_t mode_pride_2015(void) uint8_t bri8 = (uint32_t)(((uint32_t)bri16) * brightdepth) / 65536; bri8 += (255 - brightdepth); - CRGB newcolor = CHSV( hue8, sat8, bri8); - fastled_col = CRGB(SEGMENT.getPixelColor(i)); // TODO - - nblend(fastled_col, newcolor, 64); - SEGMENT.setPixelColor(i, fastled_col.red, fastled_col.green, fastled_col.blue); + CRGB newcolor = CHSV(hue8, sat8, bri8); + SEGMENT.blendPixelColor(i, newcolor, 64); } SEGENV.step = sPseudotime; SEGENV.aux0 = sHue16; + return FRAMETIME; } -static const char _data_FX_MODE_PRIDE_2015[] PROGMEM = "Pride 2015@!;;;1d"; +static const char _data_FX_MODE_PRIDE_2015[] PROGMEM = "Pride 2015@!;;"; //eight colored dots, weaving in and out of sync with each other -uint16_t mode_juggle(void){ - SEGMENT.fade_out(SEGMENT.intensity); +uint16_t mode_juggle(void) { + if (SEGENV.call == 0) { + SEGMENT.setUpLeds(); //lossless getPixelColor() + SEGMENT.fill(BLACK); + } + + SEGMENT.fadeToBlackBy(192 - (3*SEGMENT.intensity/4)); + CRGB fastled_col; byte dothue = 0; for (int i = 0; i < 8; i++) { - uint16_t index = 0 + beatsin88((128 + SEGMENT.speed)*(i + 7), 0, SEGLEN -1); - fastled_col = CRGB(SEGMENT.getPixelColor(index)); // TODO + uint16_t index = 0 + beatsin88((16 + SEGMENT.speed)*(i + 7), 0, SEGLEN -1); + fastled_col = CRGB(SEGMENT.getPixelColor(index)); fastled_col |= (SEGMENT.palette==0)?CHSV(dothue, 220, 255):ColorFromPalette(SEGPALETTE, dothue, 255); - SEGMENT.setPixelColor(index, fastled_col.red, fastled_col.green, fastled_col.blue); + SEGMENT.setPixelColor(index, fastled_col); dothue += 32; } return FRAMETIME; } -static const char _data_FX_MODE_JUGGLE[] PROGMEM = "Juggle@!,Trail;!,!;!;sx=16,ix=240,1d"; +static const char _data_FX_MODE_JUGGLE[] PROGMEM = "Juggle@!,Trail;;!;;sx=64,ix=128"; -uint16_t mode_palette() -{ +uint16_t mode_palette() { uint16_t counter = 0; - if (SEGMENT.speed != 0) + if (SEGMENT.speed != 0) { counter = (strip.now * ((SEGMENT.speed >> 3) +1)) & 0xFFFF; counter = counter >> 8; } - - bool noWrap = (strip.paletteBlend == 2 || (strip.paletteBlend == 0 && SEGMENT.speed == 0)); + for (int i = 0; i < SEGLEN; i++) { uint8_t colorIndex = (i * 255 / SEGLEN) - counter; - SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(colorIndex, false, noWrap, 255)); + SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(colorIndex, false, PALETTE_MOVING_WRAP, 255)); } + return FRAMETIME; } -static const char _data_FX_MODE_PALETTE[] PROGMEM = "Palette@Cycle speed;1,2,3;!;1d"; +static const char _data_FX_MODE_PALETTE[] PROGMEM = "Palette@Cycle speed;;!;;c3=0,o2=0"; // WLED limitation: Analog Clock overlay will NOT work when Fire2012 is active // Fire2012 by Mark Kriegsman, July 2012 // as part of "Five Elements" shown here: http://youtu.be/knWiGsmgycY -//// +//// // This basic one-dimensional 'fire' simulation works roughly as follows: // There's a underlying array of 'heat' cells, that model the temperature -// at each point along the line. Every cycle through the simulation, +// at each point along the line. Every cycle through the simulation, // four steps are performed: // 1) All cells cool down a little bit, losing heat to the air // 2) The heat from each cell drifts 'up' and diffuses a little @@ -1951,7 +1955,7 @@ static const char _data_FX_MODE_PALETTE[] PROGMEM = "Palette@Cycle speed;1,2,3;! // Temperature is in arbitrary units from 0 (cold black) to 255 (white hot). // // This simulation scales it self a bit depending on SEGLEN; it should look -// "OK" on anywhere from 20 to 100 LEDs without too much tweaking. +// "OK" on anywhere from 20 to 100 LEDs without too much tweaking. // // I recommend running this simulation at anywhere from 30-100 frames per second, // meaning an interframe delay of about 10-35 milliseconds. @@ -1962,43 +1966,42 @@ static const char _data_FX_MODE_PALETTE[] PROGMEM = "Palette@Cycle speed;1,2,3;! // There are two main parameters you can play with to control the look and // feel of your fire: COOLING (used in step 1 above) (Speed = COOLING), and SPARKING (used // in step 3 above) (Effect Intensity = Sparking). -uint16_t mode_fire_2012() -{ - uint16_t strips = SEGMENT.nrOfVStrips(); +uint16_t mode_fire_2012() { + const uint16_t strips = SEGMENT.nrOfVStrips(); if (!SEGENV.allocateData(strips * SEGLEN)) return mode_static(); //allocation failed byte* heat = SEGENV.data; - uint32_t it = strip.now >> 5; //div 32 + const uint32_t it = strip.now >> 6; //div 64 struct virtualStrip { static void runStrip(uint16_t stripNr, byte* heat, uint32_t it) { + const uint8_t ignition = max(3,SEGLEN/10); // ignition area: 10% of segment length or minimum 3 pixels + + // Step 1. Cool down every cell a little + for (int i = 0; i < SEGLEN; i++) { + uint8_t cool = (it != SEGENV.step) ? random8((((20 + SEGMENT.speed/3) * 16) / SEGLEN)+2) : random(8); + uint8_t minTemp = 0; + if (i 1; k--) { heat[k] = (heat[k - 1] + (heat[k - 2]<<1) ) / 3; // heat[k-2] multiplied by 2 } + } - // Step 3. Randomly ignite new 'sparks' of heat near the bottom - if (random8() <= SEGMENT.intensity) { - uint8_t y = random8(ignition); - heat[y] = qadd8(heat[y], random8(160,255)); - } + // Step 3. Randomly ignite new 'sparks' of heat near the bottom + if (random8() <= SEGMENT.intensity) { + uint8_t y = random8(ignition); + uint8_t boost = (32+SEGMENT.custom3*2) * (2*ignition-y) / (2*ignition); + heat[y] = qadd8(heat[y], random8(64+boost,128+boost)); } // Step 4. Map from heat cells to LED colors @@ -2011,19 +2014,20 @@ uint16_t mode_fire_2012() for (int stripNr=0; stripNr> 1)); @@ -2151,11 +2144,10 @@ uint16_t mode_noise16_2() return FRAMETIME; } -static const char _data_FX_MODE_NOISE16_2[] PROGMEM = "Noise 2@!,!;!,!,!;!;1d"; +static const char _data_FX_MODE_NOISE16_2[] PROGMEM = "Noise 2@!;!;!"; -uint16_t mode_noise16_3() -{ +uint16_t mode_noise16_3() { uint16_t scale = 800; // the "zoom factor" for the noise //CRGB fastled_col; SEGENV.step += (1 + SEGMENT.speed); @@ -2165,7 +2157,7 @@ uint16_t mode_noise16_3() uint16_t shift_y = 1234; uint32_t real_x = (i + shift_x) * scale; // calculate the coordinates within the noise field uint32_t real_y = (i + shift_y) * scale; // based on the precalculated positions - uint32_t real_z = SEGENV.step*8; + uint32_t real_z = SEGENV.step*8; uint8_t noise = inoise16(real_x, real_y, real_z) >> 8; // get the noise data and scale it down uint8_t index = sin8(noise * 3); // map led color based on noise data @@ -2176,12 +2168,11 @@ uint16_t mode_noise16_3() return FRAMETIME; } -static const char _data_FX_MODE_NOISE16_3[] PROGMEM = "Noise 3@!,!;!,!,!;!;1d"; +static const char _data_FX_MODE_NOISE16_3[] PROGMEM = "Noise 3@!;!;!"; //https://github.com/aykevl/ledstrip-spark/blob/master/ledstrip.ino -uint16_t mode_noise16_4() -{ +uint16_t mode_noise16_4() { //CRGB fastled_col; uint32_t stp = (strip.now * SEGMENT.speed) >> 7; for (int i = 0; i < SEGLEN; i++) { @@ -2192,15 +2183,14 @@ uint16_t mode_noise16_4() } return FRAMETIME; } -static const char _data_FX_MODE_NOISE16_4[] PROGMEM = "Noise 4@!,!;!,!,!;!;1d"; +static const char _data_FX_MODE_NOISE16_4[] PROGMEM = "Noise 4@!;!;!"; //based on https://gist.github.com/kriegsman/5408ecd397744ba0393e -uint16_t mode_colortwinkle() -{ +uint16_t mode_colortwinkle() { uint16_t dataSize = (SEGLEN+7) >> 3; //1 bit per LED if (!SEGENV.allocateData(dataSize)) return mode_static(); //allocation failed - + CRGB fastled_col, prev; fract8 fadeUpAmount = strip.getBrightness()>28 ? 8 + (SEGMENT.speed>>2) : 68-strip.getBrightness(); fract8 fadeDownAmount = strip.getBrightness()>28 ? 8 + (SEGMENT.speed>>3) : 68-strip.getBrightness(); @@ -2210,7 +2200,7 @@ uint16_t mode_colortwinkle() uint16_t index = i >> 3; uint8_t bitNum = i & 0x07; bool fadeUp = bitRead(SEGENV.data[index], bitNum); - + if (fadeUp) { CRGB incrementalColor = fastled_col; incrementalColor.nscale8_video(fadeUpAmount); @@ -2248,7 +2238,7 @@ uint16_t mode_colortwinkle() } return FRAMETIME_FIXED; } -static const char _data_FX_MODE_COLORTWINKLE[] PROGMEM = "Colortwinkles@Fade speed,Spawn speed;1,2,3;!;mp12=0,1d"; //pixels +static const char _data_FX_MODE_COLORTWINKLE[] PROGMEM = "Colortwinkles@Fade speed,Spawn speed;;!;;m12=0"; //pixels //Calm effect, like a lake at night @@ -2261,15 +2251,16 @@ uint16_t mode_lake() { for (int i = 0; i < SEGLEN; i++) { - int index = cos8((i*15)+ wave1)/2 + cubicwave8((i*23)+ wave2)/2; + int index = cos8((i*15)+ wave1)/2 + cubicwave8((i*23)+ wave2)/2; uint8_t lum = (index > wave3) ? index - wave3 : 0; //fastled_col = ColorFromPalette(SEGPALETTE, map(index,0,255,0,240), lum, LINEARBLEND); //SEGMENT.setPixelColor(i, fastled_col.red, fastled_col.green, fastled_col.blue); SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(index, false, false, 0, lum)); } + return FRAMETIME; } -static const char _data_FX_MODE_LAKE[] PROGMEM = "Lake@!;1,2,3;!;1d"; +static const char _data_FX_MODE_LAKE[] PROGMEM = "Lake@!;Fx;!"; // meteor effect @@ -2279,7 +2270,7 @@ uint16_t mode_meteor() { if (!SEGENV.allocateData(SEGLEN)) return mode_static(); //allocation failed byte* trail = SEGENV.data; - + byte meteorSize= 1+ SEGLEN / 10; uint16_t counter = strip.now * ((SEGMENT.speed >> 2) +8); uint16_t in = counter * SEGLEN >> 16; @@ -2306,7 +2297,7 @@ uint16_t mode_meteor() { return FRAMETIME; } -static const char _data_FX_MODE_METEOR[] PROGMEM = "Meteor@!,Trail length;!;!;1d"; +static const char _data_FX_MODE_METEOR[] PROGMEM = "Meteor@!,Trail length;!;!"; // smooth meteor effect @@ -2316,7 +2307,7 @@ uint16_t mode_meteor_smooth() { if (!SEGENV.allocateData(SEGLEN)) return mode_static(); //allocation failed byte* trail = SEGENV.data; - + byte meteorSize= 1+ SEGLEN / 10; uint16_t in = map((SEGENV.step >> 6 & 0xFF), 0, 255, 0, SEGLEN -1); @@ -2331,7 +2322,7 @@ uint16_t mode_meteor_smooth() { SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(i, true, false, 0, trail[i])); } } - + // draw meteor for (int j = 0; j < meteorSize; j++) { uint16_t index = in + j; @@ -2345,13 +2336,12 @@ uint16_t mode_meteor_smooth() { SEGENV.step += SEGMENT.speed +1; return FRAMETIME; } -static const char _data_FX_MODE_METEOR_SMOOTH[] PROGMEM = "Meteor Smooth@!,Trail length;!;!;1d"; +static const char _data_FX_MODE_METEOR_SMOOTH[] PROGMEM = "Meteor Smooth@!,Trail length;!;!"; //Railway Crossing / Christmas Fairy lights -uint16_t mode_railway() -{ - uint16_t dur = 40 + (255 - SEGMENT.speed) * 10; +uint16_t mode_railway() { + uint16_t dur = (256 - SEGMENT.speed) * 40; uint16_t rampdur = (dur * SEGMENT.intensity) >> 8; if (SEGENV.step > dur) { @@ -2368,16 +2358,16 @@ uint16_t mode_railway() if (SEGENV.aux0) pos = 255 - pos; for (int i = 0; i < SEGLEN; i += 2) { - SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(255 - pos, false, false, 255)); + SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(255 - pos, false, false, 255)); // do not use color 1 or 2, always use palette if (i < SEGLEN -1) { - SEGMENT.setPixelColor(i + 1, SEGMENT.color_from_palette(pos, false, false, 255)); + SEGMENT.setPixelColor(i + 1, SEGMENT.color_from_palette(pos, false, false, 255)); // do not use color 1 or 2, always use palette } } SEGENV.step += FRAMETIME; return FRAMETIME; } -static const char _data_FX_MODE_RAILWAY[] PROGMEM = "Railway"; +static const char _data_FX_MODE_RAILWAY[] PROGMEM = "Railway@!,Smoothness;1,2;!"; //Water ripple @@ -2396,89 +2386,83 @@ typedef struct Ripple { #else #define MAX_RIPPLES 100 #endif -uint16_t ripple_base(bool rainbow) +uint16_t ripple_base() { uint16_t maxRipples = min(1 + (SEGLEN >> 2), MAX_RIPPLES); // 56 max for 16 segment ESP8266 uint16_t dataSize = sizeof(ripple) * maxRipples; if (!SEGENV.allocateData(dataSize)) return mode_static(); //allocation failed - + Ripple* ripples = reinterpret_cast(SEGENV.data); - // ranbow background or chosen background, all very dim. - if (rainbow) { - if (SEGENV.call ==0) { - SEGENV.aux0 = random8(); - SEGENV.aux1 = random8(); - } - if (SEGENV.aux0 == SEGENV.aux1) { - SEGENV.aux1 = random8(); - } - else if (SEGENV.aux1 > SEGENV.aux0) { - SEGENV.aux0++; - } else { - SEGENV.aux0--; - } - SEGMENT.fill(color_blend(SEGMENT.color_wheel(SEGENV.aux0),BLACK,235)); - } else { - SEGMENT.fill(SEGCOLOR(1)); - } - //draw wave - for (int i = 0; i < maxRipples; i++) - { + for (int i = 0; i < maxRipples; i++) { uint16_t ripplestate = ripples[i].state; - if (ripplestate) - { + if (ripplestate) { uint8_t rippledecay = (SEGMENT.speed >> 4) +1; //faster decay if faster propagation uint16_t rippleorigin = ripples[i].pos; uint32_t col = SEGMENT.color_from_palette(ripples[i].color, false, false, 255); - uint16_t propagation = ((ripplestate/rippledecay -1) * SEGMENT.speed); + uint16_t propagation = ((ripplestate/rippledecay - 1) * (SEGMENT.speed + 1)); int16_t propI = propagation >> 8; uint8_t propF = propagation & 0xFF; - int16_t left = rippleorigin - propI -1; uint8_t amp = (ripplestate < 17) ? triwave8((ripplestate-1)*8) : map(ripplestate,17,255,255,2); - for (int16_t v = left; v < left +4; v++) + #ifndef WLED_DISABLE_2D + if (SEGMENT.is2D()) { + uint16_t cx = rippleorigin >> 8; + uint16_t cy = rippleorigin & 0xFF; + uint8_t mag = scale8(cubicwave8((propF>>2)), amp); + if (propI > 0) SEGMENT.draw_circle(cx, cy, propI, color_blend(SEGMENT.getPixelColorXY(cx + propI, cy), col, mag)); + } else + #endif { - uint8_t mag = scale8(cubicwave8((propF>>2)+(v-left)*64), amp); - if (v < SEGLEN && v >= 0) - { + int16_t left = rippleorigin - propI -1; + for (int16_t v = left; v < left +4; v++) { + uint8_t mag = scale8(cubicwave8((propF>>2)+(v-left)*64), amp); SEGMENT.setPixelColor(v, color_blend(SEGMENT.getPixelColor(v), col, mag)); // TODO - } - int16_t w = left + propI*2 + 3 -(v-left); - if (w < SEGLEN && w >= 0) - { + int16_t w = left + propI*2 + 3 -(v-left); SEGMENT.setPixelColor(w, color_blend(SEGMENT.getPixelColor(w), col, mag)); // TODO } - } + } ripplestate += rippledecay; ripples[i].state = (ripplestate > 254) ? 0 : ripplestate; - } else //randomly create new wave - { - if (random16(IBN + 10000) <= SEGMENT.intensity) - { + } else {//randomly create new wave + if (random16(IBN + 10000) <= SEGMENT.intensity) { ripples[i].state = 1; - ripples[i].pos = random16(SEGLEN); + ripples[i].pos = SEGMENT.is2D() ? ((random8(SEGENV.virtualWidth())<<8) | (random8(SEGENV.virtualHeight()))) : random16(SEGLEN); ripples[i].color = random8(); //color } } } + return FRAMETIME; } #undef MAX_RIPPLES uint16_t mode_ripple(void) { - return ripple_base(false); + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(1)); + return ripple_base(); } -static const char _data_FX_MODE_RIPPLE[] PROGMEM = "Ripple"; +static const char _data_FX_MODE_RIPPLE[] PROGMEM = "Ripple@!,Wave #,,,,,Overlay;,!;!;12"; uint16_t mode_ripple_rainbow(void) { - return ripple_base(true); + if (SEGENV.call ==0) { + SEGENV.aux0 = random8(); + SEGENV.aux1 = random8(); + } + if (SEGENV.aux0 == SEGENV.aux1) { + SEGENV.aux1 = random8(); + } else if (SEGENV.aux1 > SEGENV.aux0) { + SEGENV.aux0++; + } else { + SEGENV.aux0--; + } + SEGMENT.fill(color_blend(SEGMENT.color_wheel(SEGENV.aux0),BLACK,235)); + return ripple_base(); } -static const char _data_FX_MODE_RIPPLE_RAINBOW[] PROGMEM = "Ripple Rainbow"; +static const char _data_FX_MODE_RIPPLE_RAINBOW[] PROGMEM = "Ripple Rainbow@!,Wave #;;!;12"; // TwinkleFOX by Mark Kriegsman: https://gist.github.com/kriegsman/756ea6dcae8e30845b5a @@ -2500,7 +2484,7 @@ CRGB twinklefox_one_twinkle(uint32_t ms, uint8_t salt, bool cat) slowcycle16 += sin8(slowcycle16); slowcycle16 = (slowcycle16 * 2053) + 1384; uint8_t slowcycle8 = (slowcycle16 & 0xFF) + (slowcycle16 >> 8); - + // Overall twinkle density. // 0 (NONE lit) to 8 (ALL lit at once). // Default is 5. @@ -2533,7 +2517,7 @@ CRGB twinklefox_one_twinkle(uint32_t ms, uint8_t salt, bool cat) // This code takes a pixel, and if its in the 'fading down' // part of the cycle, it adjusts the color a little bit like the // way that incandescent bulbs fade toward 'red' as they dim. - if (fastcycle8 >= 128) + if (fastcycle8 >= 128) { uint8_t cooling = (fastcycle8 - 128) >> 4; c.g = qsub8(c.g, cooling); @@ -2577,7 +2561,7 @@ uint16_t twinklefox_base(bool cat) uint8_t backgroundBrightness = bg.getAverageLight(); for (int i = 0; i < SEGLEN; i++) { - + PRNG16 = (uint16_t)(PRNG16 * 2053) + 1384; // next 'random' number uint16_t myclockoffset16= PRNG16; // use that number as clock offset PRNG16 = (uint16_t)(PRNG16 * 2053) + 1384; // next 'random' number @@ -2615,14 +2599,14 @@ uint16_t mode_twinklefox() { return twinklefox_base(false); } -static const char _data_FX_MODE_TWINKLEFOX[] PROGMEM = "Twinklefox"; +static const char _data_FX_MODE_TWINKLEFOX[] PROGMEM = "Twinklefox@!,Twinkle rate;;!"; uint16_t mode_twinklecat() { return twinklefox_base(true); } -static const char _data_FX_MODE_TWINKLECAT[] PROGMEM = "Twinklecat"; +static const char _data_FX_MODE_TWINKLECAT[] PROGMEM = "Twinklecat@!,Twinkle rate;;!"; //inspired by https://www.tweaking4all.com/hardware/arduino/adruino-led-strip-effects/#LEDStripEffectBlinkingHalloweenEyes @@ -2634,7 +2618,7 @@ uint16_t mode_halloween_eyes() uint16_t eyeLength = (2*HALLOWEEN_EYE_WIDTH) + HALLOWEEN_EYE_SPACE; if (eyeLength >= maxWidth) return mode_static(); //bail if segment too short - SEGMENT.fill(SEGCOLOR(1)); //fill background + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(1)); //fill background uint8_t state = SEGENV.aux1 >> 8; uint16_t stateTime = SEGENV.call; @@ -2646,15 +2630,15 @@ uint16_t mode_halloween_eyes() if (strip.isMatrix) SEGMENT.offset = random16(SEGMENT.virtualHeight()-1); // a hack: reuse offset since it is not used in matrices state = 1; } - + if (state < 2) { //fade eyes uint16_t startPos = SEGENV.aux0; uint16_t start2ndEye = startPos + HALLOWEEN_EYE_WIDTH + HALLOWEEN_EYE_SPACE; - + uint32_t fadestage = (strip.now - SEGENV.step)*255 / stateTime; if (fadestage > 255) fadestage = 255; uint32_t c = color_blend(SEGMENT.color_from_palette(SEGENV.aux1 & 0xFF, false, false, 0), SEGCOLOR(1), fadestage); - + for (int i = 0; i < HALLOWEEN_EYE_WIDTH; i++) { if (strip.isMatrix) { SEGMENT.setPixelColorXY(startPos + i, SEGMENT.offset, c); @@ -2669,7 +2653,7 @@ uint16_t mode_halloween_eyes() if (strip.now - SEGENV.step > stateTime) { state++; if (state > 2) state = 0; - + if (state < 2) { stateTime = 100 + SEGMENT.intensity*10; //eye fade time } else { @@ -2681,10 +2665,10 @@ uint16_t mode_halloween_eyes() } SEGENV.aux1 = (SEGENV.aux1 & 0xFF) + (state << 8); //save state - + return FRAMETIME; } -static const char _data_FX_MODE_HALLOWEEN_EYES[] PROGMEM = "Halloween Eyes@Duration,Eye fade time;!,!;!;1d,2d"; +static const char _data_FX_MODE_HALLOWEEN_EYES[] PROGMEM = "Halloween Eyes@Duration,Eye fade time,,,,,Overlay;!,!;!;12"; //Speed slider sets amount of LEDs lit, intensity sets unlit @@ -2703,10 +2687,10 @@ uint16_t mode_static_pattern() drawingLit = !drawingLit; } } - + return FRAMETIME; } -static const char _data_FX_MODE_STATIC_PATTERN[] PROGMEM = "Solid Pattern@Fg size,Bg size;Fg,Bg;!;pal=0,1d"; +static const char _data_FX_MODE_STATIC_PATTERN[] PROGMEM = "Solid Pattern@Fg size,Bg size;Fg,!;!;;pal=0"; uint16_t mode_tri_static_pattern() @@ -2732,13 +2716,13 @@ uint16_t mode_tri_static_pattern() return FRAMETIME; } -static const char _data_FX_MODE_TRI_STATIC_PATTERN[] PROGMEM = "Solid Pattern Tri@,Size;1,2,3;!;1d,pal=0"; +static const char _data_FX_MODE_TRI_STATIC_PATTERN[] PROGMEM = "Solid Pattern Tri@,Size;1,2,3;;;pal=0"; uint16_t spots_base(uint16_t threshold) { - SEGMENT.fill(SEGCOLOR(1)); - + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(1)); + uint16_t maxZones = SEGLEN >> 2; uint16_t zones = 1 + ((SEGMENT.intensity * maxZones) >> 8); uint16_t zoneLen = SEGLEN / zones; @@ -2757,7 +2741,7 @@ uint16_t spots_base(uint16_t threshold) } } } - + return FRAMETIME; } @@ -2767,7 +2751,7 @@ uint16_t mode_spots() { return spots_base((255 - SEGMENT.speed) << 8); } -static const char _data_FX_MODE_SPOTS[] PROGMEM = "Spots@Spread,Width;!,!;!;1d"; +static const char _data_FX_MODE_SPOTS[] PROGMEM = "Spots@,Width,,,,,Overlay;!,!;!"; //Intensity slider sets number of "lights", LEDs per light fade in and out @@ -2778,7 +2762,7 @@ uint16_t mode_spots_fade() uint16_t tr = (t >> 1) + (t >> 2); return spots_base(tr); } -static const char _data_FX_MODE_SPOTS_FADE[] PROGMEM = "Spots Fade@Spread,Width;!,!;!;1d"; +static const char _data_FX_MODE_SPOTS_FADE[] PROGMEM = "Spots Fade@Spread,Width,,,,,Overlay;!,!;!"; //each needs 12 bytes @@ -2794,13 +2778,13 @@ typedef struct Ball { uint16_t mode_bouncing_balls(void) { //allocate segment data const uint16_t strips = SEGMENT.nrOfVStrips(); // adapt for 2D - const size_t maxNumBalls = 16; + const size_t maxNumBalls = 16; uint16_t dataSize = sizeof(ball) * maxNumBalls; if (!SEGENV.allocateData(dataSize * strips)) return mode_static(); //allocation failed - + Ball* balls = reinterpret_cast(SEGENV.data); - SEGMENT.fill(SEGCOLOR(2) ? BLACK : SEGCOLOR(1)); + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(2) ? BLACK : SEGCOLOR(1)); // virtualStrip idea by @ewowi (Ewoud Wijma) // requires virtual strip # to be embedded into upper 16 bits of index in setPixelColor() @@ -2817,7 +2801,7 @@ uint16_t mode_bouncing_balls(void) { if (SEGENV.call == 0) { for (size_t i = 0; i < maxNumBalls; i++) balls[i].lastBounceTime = time; } - + for (size_t i = 0; i < numBalls; i++) { float timeSinceLastBounce = (time - balls[i].lastBounceTime)/((255-SEGMENT.speed)/64 +1); float timeSec = timeSinceLastBounce/1000.0f; @@ -2831,13 +2815,13 @@ uint16_t mode_bouncing_balls(void) { balls[i].lastBounceTime = time; if (balls[i].impactVelocity < 0.015f) { - float impactVelocityStart = sqrt(-2 * gravity) * random8(5,11)/10.0f; // randomize impact velocity + float impactVelocityStart = sqrtf(-2.0f * gravity) * random8(5,11)/10.0f; // randomize impact velocity balls[i].impactVelocity = impactVelocityStart; } } else if (balls[i].height > 1.0f) { continue; // do not draw OOB ball } - + uint32_t color = SEGCOLOR(0); if (SEGMENT.palette) { color = SEGMENT.color_wheel(i*(256/MAX(numBalls, 8))); @@ -2857,7 +2841,7 @@ uint16_t mode_bouncing_balls(void) { return FRAMETIME; } -static const char _data_FX_MODE_BOUNCINGBALLS[] PROGMEM = "Bouncing Balls@Gravity,# of balls;!,!,!;!;mp12=1,1d"; //bar +static const char _data_FX_MODE_BOUNCINGBALLS[] PROGMEM = "Bouncing Balls@Gravity,# of balls,,,,,Overlay;!,!,!;!;1;m12=1"; //bar /* @@ -2878,7 +2862,7 @@ uint16_t sinelon_base(bool dual, bool rainbow=false) { if (rainbow) color2 = color1; //rainbow SEGMENT.setPixelColor(SEGLEN-1-pos, color2); } - if (SEGENV.aux0 != pos) { + if (SEGENV.aux0 != pos) { if (SEGENV.aux0 < pos) { for (int i = SEGENV.aux0; i < pos ; i++) { SEGMENT.setPixelColor(i, color1); @@ -2900,34 +2884,50 @@ uint16_t sinelon_base(bool dual, bool rainbow=false) { uint16_t mode_sinelon(void) { return sinelon_base(false); } -static const char _data_FX_MODE_SINELON[] PROGMEM = "Sinelon"; +static const char _data_FX_MODE_SINELON[] PROGMEM = "Sinelon@!,Trail;!,!,!;!"; uint16_t mode_sinelon_dual(void) { return sinelon_base(true); } -static const char _data_FX_MODE_SINELON_DUAL[] PROGMEM = "Sinelon Dual"; +static const char _data_FX_MODE_SINELON_DUAL[] PROGMEM = "Sinelon Dual@!,Trail;!,!,!;!"; uint16_t mode_sinelon_rainbow(void) { return sinelon_base(false, true); } -static const char _data_FX_MODE_SINELON_RAINBOW[] PROGMEM = "Sinelon Rainbow"; +static const char _data_FX_MODE_SINELON_RAINBOW[] PROGMEM = "Sinelon Rainbow@!,Trail;,,!;!"; -//Rainbow with glitter, inspired by https://gist.github.com/kriegsman/062e10f7f07ba8518af6 +// utility function that will add random glitter to SEGMENT +void glitter_base(uint8_t intensity, uint32_t col = ULTRAWHITE) { + if (intensity > random8()) { + if (SEGMENT.is2D()) { + SEGMENT.setPixelColorXY(random16(SEGMENT.virtualWidth()),random16(SEGMENT.virtualHeight()), col); + } else { + SEGMENT.setPixelColor(random16(SEGLEN), col); + } + } +} + +//Glitter with palette background, inspired by https://gist.github.com/kriegsman/062e10f7f07ba8518af6 uint16_t mode_glitter() { - mode_palette(); - - if (SEGMENT.intensity > random8()) - { - SEGMENT.setPixelColor(random16(SEGLEN), ULTRAWHITE); - } - + if (!SEGMENT.check2) mode_palette(); // use "* Color 1" palette for solid background (replacing "Solid glitter") + glitter_base(SEGMENT.intensity, SEGCOLOR(2) ? SEGCOLOR(2) : ULTRAWHITE); return FRAMETIME; } -static const char _data_FX_MODE_GLITTER[] PROGMEM = "Glitter@,!;!,!,!;!;mp12=0,1d"; //pixels +static const char _data_FX_MODE_GLITTER[] PROGMEM = "Glitter@!,!,,,,,Overlay;1,2,Glitter color;!;;pal=0,m12=0"; //pixels + + +//Solid colour background with glitter +uint16_t mode_solid_glitter() +{ + SEGMENT.fill(SEGCOLOR(0)); + glitter_base(SEGMENT.intensity, SEGCOLOR(2) ? SEGCOLOR(2) : ULTRAWHITE); + return FRAMETIME; +} +static const char _data_FX_MODE_SOLID_GLITTER[] PROGMEM = "Solid Glitter@,!;Bg,,Glitter color;;;m12=0"; //each needs 19 bytes @@ -2953,7 +2953,7 @@ uint16_t mode_popcorn(void) { Spark* popcorn = reinterpret_cast(SEGENV.data); bool hasCol2 = SEGCOLOR(2); - SEGMENT.fill(hasCol2 ? BLACK : SEGCOLOR(1)); + if (!SEGMENT.check2) SEGMENT.fill(hasCol2 ? BLACK : SEGCOLOR(1)); struct virtualStrip { static void runStrip(uint16_t stripNr, Spark* popcorn) { @@ -2973,7 +2973,7 @@ uint16_t mode_popcorn(void) { uint16_t peakHeight = 128 + random8(128); //0-255 peakHeight = (peakHeight * (SEGLEN -1)) >> 8; - popcorn[i].vel = sqrt(-2.0 * gravity * peakHeight); + popcorn[i].vel = sqrtf(-2.0f * gravity * peakHeight); if (SEGMENT.palette) { @@ -3000,7 +3000,7 @@ uint16_t mode_popcorn(void) { return FRAMETIME; } -static const char _data_FX_MODE_POPCORN[] PROGMEM = "Popcorn@!,!;!,!,!;!;mp12=1,1d"; //bar +static const char _data_FX_MODE_POPCORN[] PROGMEM = "Popcorn@!,!,,,,,Overlay;!,!,!;!;;m12=1"; //bar //values close to 100 produce 5Hz flicker, which looks very candle-y @@ -3061,7 +3061,7 @@ uint16_t candle(bool multi) s_target += offset; uint8_t dif = (s_target > s) ? s_target - s : s - s_target; - + fadeStep = dif >> speedFactor; if (fadeStep == 0) fadeStep = 1; } @@ -3087,14 +3087,14 @@ uint16_t mode_candle() { return candle(false); } -static const char _data_FX_MODE_CANDLE[] PROGMEM = "Candle@Flicker rate,Flicker intensity;!,!;!;sx=96,ix=224,pal=0,1d"; +static const char _data_FX_MODE_CANDLE[] PROGMEM = "Candle@!,!;!,!;!;1;sx=96,ix=224,pal=0"; uint16_t mode_candle_multi() { return candle(true); } -static const char _data_FX_MODE_CANDLE_MULTI[] PROGMEM = "Candle Multi@Flicker rate,Flicker intensity;!,!;!;sx=96,ix=224,pal=0,1d"; +static const char _data_FX_MODE_CANDLE_MULTI[] PROGMEM = "Candle Multi@!,!;!,!;!;;sx=96,ix=224,pal=0"; /* @@ -3129,26 +3129,26 @@ uint16_t mode_starburst(void) { uint16_t dataSize = sizeof(star) * numStars; if (!SEGENV.allocateData(dataSize)) return mode_static(); //allocation failed - + uint32_t it = millis(); - + star* stars = reinterpret_cast(SEGENV.data); - + float maxSpeed = 375.0f; // Max velocity float particleIgnition = 250.0f; // How long to "flash" float particleFadeTime = 1500.0f; // Fade out time - + for (int j = 0; j < numStars; j++) { // speed to adjust chance of a burst, max is nearly always. if (random8((144-(SEGMENT.speed >> 1))) == 0 && stars[j].birth == 0) { - // Pick a random color and location. + // Pick a random color and location. uint16_t startPos = random16(SEGLEN-1); float multiplier = (float)(random8())/255.0 * 1.0; stars[j].color = CRGB(SEGMENT.color_wheel(random8())); - stars[j].pos = startPos; + stars[j].pos = startPos; stars[j].vel = maxSpeed * (float)(random8())/255.0 * multiplier; stars[j].birth = it; stars[j].last = it; @@ -3161,9 +3161,9 @@ uint16_t mode_starburst(void) { } } } - - SEGMENT.fill(SEGCOLOR(1)); - + + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(1)); + for (int j=0; j> 1; - + if (stars[j].fragment[i] > 0) { //all fragments travel right, will be mirrored on other side stars[j].fragment[i] += stars[j].vel * dt * (float)var/3.0; @@ -3180,10 +3180,10 @@ uint16_t mode_starburst(void) { stars[j].last = it; stars[j].vel -= 3*stars[j].vel*dt; } - + CRGB c = stars[j].color; - // If the star is brand new, it flashes white briefly. + // If the star is brand new, it flashes white briefly. // Otherwise it just fades over time. float fade = 0.0f; float age = it-stars[j].birth; @@ -3191,7 +3191,7 @@ uint16_t mode_starburst(void) { if (age < particleIgnition) { c = CRGB(color_blend(WHITE, RGBW32(c.r,c.g,c.b,0), 254.5f*((age / particleIgnition)))); } else { - // Figure out how much to fade and shrink the star based on + // Figure out how much to fade and shrink the star based on // its age relative to its lifetime if (age > particleIgnition + particleFadeTime) { fade = 1.0f; // Black hole, all faded out @@ -3204,7 +3204,7 @@ uint16_t mode_starburst(void) { c = CRGB(color_blend(RGBW32(c.r,c.g,c.b,0), SEGCOLOR(1), f)); } } - + float particleSize = (1.0f - fade) * 2.0f; for (size_t index=0; index < STARBURST_MAX_FRAG*2; index++) { @@ -3217,7 +3217,7 @@ uint16_t mode_starburst(void) { int end = loc + particleSize; if (start < 0) start = 0; if (start == end) end++; - if (end > SEGLEN) end = SEGLEN; + if (end > SEGLEN) end = SEGLEN; for (int p = start; p < end; p++) { SEGMENT.setPixelColor(p, c.r, c.g, c.b); } @@ -3227,7 +3227,7 @@ uint16_t mode_starburst(void) { return FRAMETIME; } #undef STARBURST_MAX_FRAG -static const char _data_FX_MODE_STARBURST[] PROGMEM = "Fireworks Starburst@Chance,Fragments;,!;!;pal=11,mp12=0,1d"; +static const char _data_FX_MODE_STARBURST[] PROGMEM = "Fireworks Starburst@Chance,Fragments,,,,,Overlay;,!;!;;pal=11,m12=0"; /* @@ -3258,28 +3258,27 @@ uint16_t mode_exploding_fireworks(void) SEGENV.aux1 = dataSize; } - //SEGMENT.fill(BLACK); SEGMENT.fade_out(252); - + Spark* sparks = reinterpret_cast(SEGENV.data); Spark* flare = sparks; //first spark is flare data float gravity = -0.0004f - (SEGMENT.speed/800000.0f); // m/s/s gravity *= rows; - + if (SEGENV.aux0 < 2) { //FLARE if (SEGENV.aux0 == 0) { //init flare flare->pos = 0; - flare->posX = strip.isMatrix ? random16(2,cols-1) : (SEGMENT.intensity > random8()); // will enable random firing side on 1D + flare->posX = strip.isMatrix ? random16(2,cols-3) : (SEGMENT.intensity > random8()); // will enable random firing side on 1D uint16_t peakHeight = 75 + random8(180); //0-255 peakHeight = (peakHeight * (rows -1)) >> 8; - flare->vel = sqrt(-2.0f * gravity * peakHeight); - flare->velX = strip.isMatrix ? (random8(8)-4)/32.f : 0; // no X velocity on 1D + flare->vel = sqrtf(-2.0f * gravity * peakHeight); + flare->velX = strip.isMatrix ? (random8(9)-4)/32.f : 0; // no X velocity on 1D flare->col = 255; //brightness - SEGENV.aux0 = 1; + SEGENV.aux0 = 1; } - - // launch + + // launch if (flare->vel > 12 * gravity) { // flare if (strip.isMatrix) SEGMENT.setPixelColorXY(int(flare->posX), rows - uint16_t(flare->pos) - 1, flare->col, flare->col, flare->col); @@ -3296,40 +3295,40 @@ uint16_t mode_exploding_fireworks(void) } else if (SEGENV.aux0 < 4) { /* * Explode! - * + * * Explosion happens where the flare ended. * Size is proportional to the height. */ int nSparks = flare->pos + random8(4); - nSparks = constrain(nSparks, 1, numSparks); - + nSparks = constrain(nSparks, 4, numSparks); + // initialize sparks if (SEGENV.aux0 == 2) { - for (int i = 1; i < nSparks; i++) { + for (int i = 1; i < nSparks; i++) { sparks[i].pos = flare->pos; sparks[i].posX = flare->posX; - sparks[i].vel = (float(random16(0, 20000)) / 10000.0f) - 0.9f; // from -0.9 to 1.1 + sparks[i].vel = (float(random16(20001)) / 10000.0f) - 0.9f; // from -0.9 to 1.1 sparks[i].vel *= rows<32 ? 0.5f : 1; // reduce velocity for smaller strips - sparks[i].velX = strip.isMatrix ? (float(random16(0, 4000)) / 10000.0f) - 0.2f : 0; // from -0.2 to 0.2 - sparks[i].col = 345;//abs(sparks[i].vel * 750.0); // set colors before scaling velocity to keep them bright - //sparks[i].col = constrain(sparks[i].col, 0, 345); + sparks[i].velX = strip.isMatrix ? (float(random16(10001)) / 10000.0f) - 0.5f : 0; // from -0.5 to 0.5 + sparks[i].col = 345;//abs(sparks[i].vel * 750.0); // set colors before scaling velocity to keep them bright + //sparks[i].col = constrain(sparks[i].col, 0, 345); sparks[i].colIndex = random8(); - sparks[i].vel *= flare->pos/rows; // proportional to height + sparks[i].vel *= flare->pos/rows; // proportional to height sparks[i].velX *= strip.isMatrix ? flare->posX/cols : 0; // proportional to width sparks[i].vel *= -gravity *50; - } - //sparks[1].col = 345; // this will be our known spark - *dying_gravity = gravity/2; + } + //sparks[1].col = 345; // this will be our known spark + *dying_gravity = gravity/2; SEGENV.aux0 = 3; } - + if (sparks[1].col > 4) {//&& sparks[1].pos > 0) { // as long as our known spark is lit, work with all the sparks for (int i = 1; i < nSparks; i++) { sparks[i].pos += sparks[i].vel; sparks[i].posX += sparks[i].velX; sparks[i].vel += *dying_gravity; sparks[i].velX += strip.isMatrix ? *dying_gravity : 0; - if (sparks[i].col > 3) sparks[i].col -= 4; + if (sparks[i].col > 3) sparks[i].col -= 4; if (sparks[i].pos > 0 && sparks[i].pos < rows) { if (strip.isMatrix && !(sparks[i].posX >= 0 && sparks[i].posX < cols)) continue; @@ -3360,10 +3359,10 @@ uint16_t mode_exploding_fireworks(void) } } - return FRAMETIME; + return FRAMETIME; } #undef MAX_SPARKS -static const char _data_FX_MODE_EXPLODING_FIREWORKS[] PROGMEM = "Fireworks 1D@Gravity,Firing side;!,!;!=11;ix=128,1d,2d"; +static const char _data_FX_MODE_EXPLODING_FIREWORKS[] PROGMEM = "Fireworks 1D@Gravity,Firing side;!,!;!;12;pal=11,ix=128"; /* @@ -3374,13 +3373,13 @@ uint16_t mode_drip(void) { //allocate segment data uint16_t strips = SEGMENT.nrOfVStrips(); - const int maxNumDrops = 4; + const int maxNumDrops = 4; uint16_t dataSize = sizeof(spark) * maxNumDrops; if (!SEGENV.allocateData(dataSize * strips)) return mode_static(); //allocation failed Spark* drops = reinterpret_cast(SEGENV.data); - SEGMENT.fill(SEGCOLOR(1)); - + if (!SEGMENT.check2) SEGMENT.fill(SEGCOLOR(1)); + struct virtualStrip { static void runStrip(uint16_t stripNr, Spark* drops) { @@ -3449,7 +3448,7 @@ uint16_t mode_drip(void) return FRAMETIME; } -static const char _data_FX_MODE_DRIP[] PROGMEM = "Drip@Gravity,# of drips;!,!;!;mp12=1,1d"; //bar +static const char _data_FX_MODE_DRIP[] PROGMEM = "Drip@Gravity,# of drips,,,,,Overlay;!,!;!;;m12=1"; //bar /* @@ -3472,7 +3471,7 @@ uint16_t mode_tetrix(void) { if (!SEGENV.allocateData(dataSize * strips)) return mode_static(); //allocation failed Tetris* drops = reinterpret_cast(SEGENV.data); - if (SEGENV.call == 0) SEGMENT.fill(SEGCOLOR(1)); // will fill entire segment (1D or 2D) + //if (SEGENV.call == 0) SEGMENT.fill(SEGCOLOR(1)); // will fill entire segment (1D or 2D), then use drop->step = 0 below // virtualStrip idea by @ewowi (Ewoud Wijma) // requires virtual strip # to be embedded into upper 16 bits of index in setPixelcolor() @@ -3482,10 +3481,10 @@ uint16_t mode_tetrix(void) { // initialize dropping on first call or segment full if (SEGENV.call == 0) { drop->stack = 0; // reset brick stack size - drop->step = 0; - //for (int i=0; istep = millis() + 2000; // start by fading out strip + if (SEGMENT.check1) drop->col = 0;// use only one color from palette } - + if (drop->step == 0) { // init brick // speed calcualtion: a single brick should reach bottom of strip in X seconds // if the speed is set to 1 this should take 5s and at 255 it should take 0.25s @@ -3494,11 +3493,11 @@ uint16_t mode_tetrix(void) { speed = map(speed, 1, 255, 5000, 250); // time taken for full (SEGLEN) drop drop->speed = float(SEGLEN * FRAMETIME) / float(speed); // set speed drop->pos = SEGLEN; // start at end of segment (no need to subtract 1) - drop->col = random8(0,15)<<4; // limit color choices so there is enough HUE gap + if (!SEGMENT.check1) drop->col = random8(0,15)<<4; // limit color choices so there is enough HUE gap drop->step = 1; // drop state (0 init, 1 forming, 2 falling) drop->brick = (SEGMENT.intensity ? (SEGMENT.intensity>>5)+1 : random8(1,5)) * (1+(SEGLEN>>6)); // size of brick } - + if (drop->step == 1) { // forming if (random8()>>6) { // random drop drop->step = 2; // fall @@ -3508,7 +3507,7 @@ uint16_t mode_tetrix(void) { if (drop->step == 2) { // falling if (drop->pos > drop->stack) { // fall until top of stack drop->pos -= drop->speed; // may add gravity as: speed += gravity - if (uint16_t(drop->pos) < drop->stack) drop->pos = drop->stack; + if (int(drop->pos) < int(drop->stack)) drop->pos = drop->stack; for (int i=int(drop->pos); ipos)+drop->brick ? SEGMENT.color_from_palette(drop->col, false, false, 0) : SEGCOLOR(1); SEGMENT.setPixelColor(indexToVStrip(i, stripNr), col); @@ -3528,6 +3527,7 @@ uint16_t mode_tetrix(void) { } else { drop->stack = 0; // reset brick stack size drop->step = 0; // proceed with next brick + if (SEGMENT.check1) drop->col += 8; // gradually increase palette index } } } @@ -3536,9 +3536,9 @@ uint16_t mode_tetrix(void) { for (int stripNr=0; stripNr> 11)); if (SEGMENT.speed == 255) size = 255; - + if (percent <= 100) { for (int i = 0; i < SEGLEN; i++) { if (i < SEGENV.aux1) { @@ -3617,12 +3617,12 @@ uint16_t mode_percent(void) { return FRAMETIME; } -static const char _data_FX_MODE_PERCENT[] PROGMEM = "Percent@,% of fill,,,,One color;!,!;!;1d"; +static const char _data_FX_MODE_PERCENT[] PROGMEM = "Percent@,% of fill,,,,One color;!,!;!"; /* * Modulates the brightness similar to a heartbeat - * tries to draw an ECG aproximation on a 2D matrix + * (unimplemented?) tries to draw an ECG aproximation on a 2D matrix */ uint16_t mode_heartbeat(void) { uint8_t bpm = 40 + (SEGMENT.speed >> 3); @@ -3650,7 +3650,7 @@ uint16_t mode_heartbeat(void) { return FRAMETIME; } -static const char _data_FX_MODE_HEARTBEAT[] PROGMEM = "Heartbeat@!,!;!,!;!;mp12=1,1d"; +static const char _data_FX_MODE_HEARTBEAT[] PROGMEM = "Heartbeat@!,!;!,!;!;;m12=1"; // "Pacifica" @@ -3659,16 +3659,16 @@ static const char _data_FX_MODE_HEARTBEAT[] PROGMEM = "Heartbeat@!,!;!,!;!;mp12= // For Dan. // // -// In this animation, there are four "layers" of waves of light. +// In this animation, there are four "layers" of waves of light. // // Each layer moves independently, and each is scaled separately. // -// All four wave layers are added together on top of each other, and then -// another filter is applied that adds "whitecaps" of brightness where the +// All four wave layers are added together on top of each other, and then +// another filter is applied that adds "whitecaps" of brightness where the // waves line up with each other more. Finally, another pass is taken // over the led array to 'deepen' (dim) the blues and greens. // -// The speed and scale and motion each layer varies slowly within independent +// The speed and scale and motion each layer varies slowly within independent // hand-chosen ranges, which is why the code has a lot of low-speed 'beatsin8' functions // with a lot of oddly specific numeric ranges. // @@ -3683,7 +3683,7 @@ CRGB pacifica_one_layer(uint16_t i, CRGBPalette16& p, uint16_t cistart, uint16_t uint16_t ci = cistart; uint16_t waveangle = ioff; uint16_t wavescale_half = (wavescale >> 1) + 20; - + waveangle += ((120 + SEGMENT.intensity) * i); //original 250 * i uint16_t s16 = sin16(waveangle) + 32768; uint16_t cs = scale16(s16, wavescale_half) + wavescale_half; @@ -3697,14 +3697,14 @@ uint16_t mode_pacifica() { uint32_t nowOld = strip.now; - CRGBPalette16 pacifica_palette_1 = - { 0x000507, 0x000409, 0x00030B, 0x00030D, 0x000210, 0x000212, 0x000114, 0x000117, + CRGBPalette16 pacifica_palette_1 = + { 0x000507, 0x000409, 0x00030B, 0x00030D, 0x000210, 0x000212, 0x000114, 0x000117, 0x000019, 0x00001C, 0x000026, 0x000031, 0x00003B, 0x000046, 0x14554B, 0x28AA50 }; - CRGBPalette16 pacifica_palette_2 = - { 0x000507, 0x000409, 0x00030B, 0x00030D, 0x000210, 0x000212, 0x000114, 0x000117, + CRGBPalette16 pacifica_palette_2 = + { 0x000507, 0x000409, 0x00030B, 0x00030D, 0x000210, 0x000212, 0x000114, 0x000117, 0x000019, 0x00001C, 0x000026, 0x000031, 0x00003B, 0x000046, 0x0C5F52, 0x19BE5F }; - CRGBPalette16 pacifica_palette_3 = - { 0x000208, 0x00030E, 0x000514, 0x00061A, 0x000820, 0x000927, 0x000B2D, 0x000C33, + CRGBPalette16 pacifica_palette_3 = + { 0x000208, 0x00030E, 0x000514, 0x00061A, 0x000820, 0x000927, 0x000B2D, 0x000C33, 0x000E39, 0x001040, 0x001450, 0x001860, 0x001C70, 0x002080, 0x1040BF, 0x2060FF }; if (SEGMENT.palette) { @@ -3737,7 +3737,7 @@ uint16_t mode_pacifica() uint8_t basethreshold = beatsin8( 9, 55, 65); uint8_t wave = beat8( 7 ); - + for (int i = 0; i < SEGLEN; i++) { CRGB c = CRGB(2, 6, 10); // Render each of four layers, with different scales and speeds, that vary over time @@ -3745,7 +3745,7 @@ uint16_t mode_pacifica() c += pacifica_one_layer(i, pacifica_palette_2, sCIStart2, beatsin16(4, 6 * 256, 9 * 256), beatsin8(17, 40, 80), beat16(401)); c += pacifica_one_layer(i, pacifica_palette_3, sCIStart3, 6 * 256 , beatsin8(9, 10,38) , 0-beat16(503)); c += pacifica_one_layer(i, pacifica_palette_3, sCIStart4, 5 * 256 , beatsin8(8, 10,28) , beat16(601)); - + // Add extra 'white' to areas where the four layers of light have lined up brightly uint8_t threshold = scale8( sin8( wave), 20) + basethreshold; wave += 7; @@ -3757,8 +3757,8 @@ uint16_t mode_pacifica() } //deepen the blues and greens - c.blue = scale8(c.blue, 145); - c.green = scale8(c.green, 200); + c.blue = scale8(c.blue, 145); + c.green = scale8(c.green, 200); c |= CRGB( 2, 5, 7); SEGMENT.setPixelColor(i, c.red, c.green, c.blue); @@ -3767,22 +3767,7 @@ uint16_t mode_pacifica() strip.now = nowOld; return FRAMETIME; } -static const char _data_FX_MODE_PACIFICA[] PROGMEM = "Pacifica"; - - -//Solid colour background with glitter -uint16_t mode_solid_glitter() -{ - SEGMENT.fill(SEGCOLOR(0)); - - if (SEGMENT.intensity > random8()) - { - SEGMENT.setPixelColor(random16(SEGLEN), ULTRAWHITE); - } - - return FRAMETIME; -} -static const char _data_FX_MODE_SOLID_GLITTER[] PROGMEM = "Solid Glitter@,!;!;0;mp12=0,1d"; +static const char _data_FX_MODE_PACIFICA[] PROGMEM = "Pacifica@!,Angle;;!;;pal=51"; /* @@ -3797,12 +3782,12 @@ uint16_t mode_sunrise() { SEGENV.step = millis(); //save starting time, millis() because now can change from sync SEGENV.aux0 = SEGMENT.speed; } - - SEGMENT.fill(0); + + SEGMENT.fill(BLACK); uint16_t stage = 0xFFFF; - + uint32_t s10SinceStart = (millis() - SEGENV.step) /100; //tenths of seconds - + if (SEGMENT.speed > 120) { //quick sunrise and sunset uint16_t counter = (strip.now >> 1) * (((SEGMENT.speed -120) >> 1) +1); stage = triwave16(counter); @@ -3814,7 +3799,7 @@ uint16_t mode_sunrise() { stage = map(s10SinceStart, 0, s10Target, 0, 0xFFFF); if (SEGMENT.speed > 60) stage = 0xFFFF - stage; //sunset } - + for (int i = 0; i <= SEGLEN/2; i++) { //default palette is Fire @@ -3835,7 +3820,7 @@ uint16_t mode_sunrise() { return FRAMETIME; } -static const char _data_FX_MODE_SUNRISE[] PROGMEM = "Sunrise@Time [min];;!;sx=60,1d"; +static const char _data_FX_MODE_SUNRISE[] PROGMEM = "Sunrise@Time [min],Width;;!;;sx=60"; /* @@ -3870,13 +3855,13 @@ uint16_t phased_base(uint8_t moder) { // We're making sine wave uint16_t mode_phased(void) { return phased_base(0); } -static const char _data_FX_MODE_PHASED[] PROGMEM = "Phased"; +static const char _data_FX_MODE_PHASED[] PROGMEM = "Phased@!,!;!,!;!"; uint16_t mode_phased_noise(void) { return phased_base(1); } -static const char _data_FX_MODE_PHASEDNOISE[] PROGMEM = "Phased Noise"; +static const char _data_FX_MODE_PHASEDNOISE[] PROGMEM = "Phased Noise@!,!;!,!;!"; uint16_t mode_twinkleup(void) { // A very short twinkle routine with fade-in and dual controls. By Andrew Tuline. @@ -3891,7 +3876,7 @@ uint16_t mode_twinkleup(void) { // A very short twinkle routine return FRAMETIME; } -static const char _data_FX_MODE_TWINKLEUP[] PROGMEM = "Twinkleup@!,Intensity;!,!;!;mp12=0,1d"; +static const char _data_FX_MODE_TWINKLEUP[] PROGMEM = "Twinkleup@!,Intensity;!,!;!;;m12=0"; // Peaceful noise that's slow and with gradually changing palettes. Does not support WLED palettes or default colours or controls. @@ -3930,7 +3915,7 @@ uint16_t mode_noisepal(void) { // Slow noise return FRAMETIME; } -static const char _data_FX_MODE_NOISEPAL[] PROGMEM = "Noise Pal"; +static const char _data_FX_MODE_NOISEPAL[] PROGMEM = "Noise Pal@!,Scale;;!"; // Sine waves that have controllable phase change speed, frequency and cutoff. By Andrew Tuline. @@ -3961,12 +3946,12 @@ static const char _data_FX_MODE_SINEWAVE[] PROGMEM = "Sine"; uint16_t mode_flow(void) { uint16_t counter = 0; - if (SEGMENT.speed != 0) + if (SEGMENT.speed != 0) { counter = strip.now * ((SEGMENT.speed >> 2) +1); counter = counter >> 8; } - + uint16_t maxZones = SEGLEN / 6; //only looks good if each zone has at least 6 LEDs uint16_t zones = (SEGMENT.intensity * maxZones) >> 8; if (zones & 0x01) zones++; //zones must be even @@ -3990,7 +3975,7 @@ uint16_t mode_flow(void) return FRAMETIME; } -static const char _data_FX_MODE_FLOW[] PROGMEM = "Flow@!,!;!,!,!;!;mp12=1,1d"; //vertical +static const char _data_FX_MODE_FLOW[] PROGMEM = "Flow@!,Zones;;!;;m12=1"; //vertical /* @@ -3999,7 +3984,6 @@ static const char _data_FX_MODE_FLOW[] PROGMEM = "Flow@!,!;!,!,!;!;mp12=1,1d"; / */ uint16_t mode_chunchun(void) { - //SEGMENT.fill(SEGCOLOR(1)); SEGMENT.fade_out(254); // add a bit of trail uint16_t counter = strip.now * (6 + (SEGMENT.speed >> 4)); uint16_t numBirds = 2 + (SEGLEN >> 3); // 2 + 1/8 of a segment @@ -4016,7 +4000,7 @@ uint16_t mode_chunchun(void) } return FRAMETIME; } -static const char _data_FX_MODE_CHUNCHUN[] PROGMEM = "Chunchun@!,Gap size;!,!;!;1d"; +static const char _data_FX_MODE_CHUNCHUN[] PROGMEM = "Chunchun@!,Gap size;!,!;!"; //13 bytes @@ -4163,7 +4147,7 @@ uint16_t mode_dancing_shadows(void) return FRAMETIME; } -static const char _data_FX_MODE_DANCING_SHADOWS[] PROGMEM = "Dancing Shadows@!,# of shadows;!,!,!;!;1d"; +static const char _data_FX_MODE_DANCING_SHADOWS[] PROGMEM = "Dancing Shadows@!,# of shadows;!;!"; /* @@ -4176,7 +4160,7 @@ uint16_t mode_washing_machine(void) { speed /= quot; SEGENV.step += (speed * 128.0f); - + for (int i=0; i> 7)); SEGMENT.setPixelColor(i, SEGMENT.color_from_palette(col, false, PALETTE_SOLID_WRAP, 3)); @@ -4184,7 +4168,7 @@ uint16_t mode_washing_machine(void) { return FRAMETIME; } -static const char _data_FX_MODE_WASHING_MACHINE[] PROGMEM = "Washing Machine"; +static const char _data_FX_MODE_WASHING_MACHINE[] PROGMEM = "Washing Machine@!,!;;!"; /* @@ -4212,7 +4196,7 @@ uint16_t mode_blends(void) { return FRAMETIME; } -static const char _data_FX_MODE_BLENDS[] PROGMEM = "Blends@Shift speed,Blend speed;1,2,3;!;1d"; +static const char _data_FX_MODE_BLENDS[] PROGMEM = "Blends@Shift speed,Blend speed;;!"; /* @@ -4265,19 +4249,19 @@ uint16_t mode_tv_simulator(void) { tvSimulator->sceeneColorBri = random8 ( 200, 240); // random start color-brightness for the sceene SEGENV.aux1 = 1; SEGENV.aux0 = 0; - } - + } + // slightly change the color-tone in this sceene if ( SEGENV.aux0 == 0) { // hue change in both directions j = random8(4 * colorIntensity); hue = (random8() < 128) ? ((j < tvSimulator->sceeneColorHue) ? tvSimulator->sceeneColorHue - j : 767 - tvSimulator->sceeneColorHue - j) : // negative ((j + tvSimulator->sceeneColorHue) < 767 ? tvSimulator->sceeneColorHue + j : tvSimulator->sceeneColorHue + j - 767) ; // positive - + // saturation j = random8(2 * colorIntensity); sat = (tvSimulator->sceeneColorSat - j) < 0 ? 0 : tvSimulator->sceeneColorSat - j; - + // brightness j = random8(100); bri = (tvSimulator->sceeneColorBri - j) < 0 ? 0 : tvSimulator->sceeneColorBri - j; @@ -4301,7 +4285,7 @@ uint16_t mode_tv_simulator(void) { ng = (uint8_t)gamma8(tvSimulator->actualColorG) * 257; nb = (uint8_t)gamma8(tvSimulator->actualColorB) * 257; - if (SEGENV.aux0 == 0) { // initialize next iteration + if (SEGENV.aux0 == 0) { // initialize next iteration SEGENV.aux0 = 1; // randomize total duration and fade duration for the actual color @@ -4317,7 +4301,7 @@ uint16_t mode_tv_simulator(void) { // fade from prev volor to next color if (tvSimulator->elapsed < tvSimulator->fadeTime) { - r = map(tvSimulator->elapsed, 0, tvSimulator->fadeTime, tvSimulator->pr, nr); + r = map(tvSimulator->elapsed, 0, tvSimulator->fadeTime, tvSimulator->pr, nr); g = map(tvSimulator->elapsed, 0, tvSimulator->fadeTime, tvSimulator->pg, ng); b = map(tvSimulator->elapsed, 0, tvSimulator->fadeTime, tvSimulator->pb, nb); } else { // Avoid divide-by-zero in map() @@ -4338,10 +4322,10 @@ uint16_t mode_tv_simulator(void) { tvSimulator->pb = nb; SEGENV.aux0 = 0; } - + return FRAMETIME; } -static const char _data_FX_MODE_TV_SIMULATOR[] PROGMEM = "TV Simulator"; +static const char _data_FX_MODE_TV_SIMULATOR[] PROGMEM = "TV Simulator@!,!;;"; /* @@ -4384,7 +4368,7 @@ class AuroraWave { alive = true; } - CRGB getColorForLED(int ledIndex) { + CRGB getColorForLED(int ledIndex) { if(ledIndex < center - width || ledIndex > center + width) return 0; //Position out of range of this wave CRGB rgb; @@ -4397,7 +4381,7 @@ class AuroraWave { //The age of the wave determines it brightness. //At half its maximum age it will be the brightest. - float ageFactor = 0.1; + float ageFactor = 0.1; if((float)age / ttl < 0.5) { ageFactor = (float)age / (ttl / 2); } else { @@ -4409,7 +4393,7 @@ class AuroraWave { rgb.r = basecolor.r * factor; rgb.g = basecolor.g * factor; rgb.b = basecolor.b * factor; - + return rgb; }; @@ -4486,25 +4470,25 @@ uint16_t mode_aurora(void) { if (SEGCOLOR(1)) backlight++; if (SEGCOLOR(2)) backlight++; //Loop through LEDs to determine color - for (int i = 0; i < SEGLEN; i++) { + for (int i = 0; i < SEGLEN; i++) { CRGB mixedRgb = CRGB(backlight, backlight, backlight); //For each LED we must check each wave if it is "active" at this position. //If there are multiple waves active on a LED we multiply their values. for (int j = 0; j < SEGENV.aux1; j++) { CRGB rgb = waves[j].getColorForLED(i); - - if(rgb != CRGB(0)) { + + if(rgb != CRGB(0)) { mixedRgb += rgb; } } SEGMENT.setPixelColor(i, mixedRgb[0], mixedRgb[1], mixedRgb[2]); } - + return FRAMETIME; } -static const char _data_FX_MODE_AURORA[] PROGMEM = "Aurora@!,!;1,2,3;!;sx=24,pal=50,1d"; +static const char _data_FX_MODE_AURORA[] PROGMEM = "Aurora@!,!;1,2,3;!;;sx=24,pal=50"; // WLED-SR effects @@ -4524,7 +4508,7 @@ uint16_t mode_perlinmove(void) { return FRAMETIME; } // mode_perlinmove() -static const char _data_FX_MODE_PERLINMOVE[] PROGMEM = "Perlin Move@!,# of pixels,fade rate;!,!;!;1d"; +static const char _data_FX_MODE_PERLINMOVE[] PROGMEM = "Perlin Move@!,# of pixels,Fade rate;!,!;!"; ///////////////////////// @@ -4542,7 +4526,7 @@ uint16_t mode_wavesins(void) { return FRAMETIME; } // mode_waveins() -static const char _data_FX_MODE_WAVESINS[] PROGMEM = "Wavesins@!,Brightness variation,Starting color,Range of colors,Color variation;!;!;1d"; +static const char _data_FX_MODE_WAVESINS[] PROGMEM = "Wavesins@!,Brightness variation,Starting color,Range of colors,Color variation;!;!"; ////////////////////////////// @@ -4565,7 +4549,7 @@ uint16_t mode_FlowStripe(void) { return FRAMETIME; } // mode_FlowStripe() -static const char _data_FX_MODE_FLOWSTRIPE[] PROGMEM = "Flow Stripe@Hue speed,Effect speed;;;1d"; +static const char _data_FX_MODE_FLOWSTRIPE[] PROGMEM = "Flow Stripe@Hue speed,Effect speed;;"; #ifndef WLED_DISABLE_2D @@ -4609,7 +4593,7 @@ uint16_t mode_2DBlackHole(void) { // By: Stepko https://editor.soulma return FRAMETIME; } // mode_2DBlackHole() -static const char _data_FX_MODE_2DBLACKHOLE[] PROGMEM = "Black Hole@Fade rate,Outer Y freq.,Outer X freq.,Inner X freq.,Inner Y freq.;;;2d"; +static const char _data_FX_MODE_2DBLACKHOLE[] PROGMEM = "Black Hole@Fade rate,Outer Y freq.,Outer X freq.,Inner X freq.,Inner Y freq.;;;2"; //////////////////////////// @@ -4627,8 +4611,8 @@ uint16_t mode_2DColoredBursts() { // By: ldirko https://editor.so SEGENV.aux0 = 0; // start with red hue } - bool dot = false; - bool grad = true; + bool dot = SEGMENT.check3; + bool grad = SEGMENT.check1; byte numLines = SEGMENT.intensity/16 + 1; @@ -4644,24 +4628,26 @@ uint16_t mode_2DColoredBursts() { // By: ldirko https://editor.so byte xsteps = abs8(x1 - y1) + 1; byte ysteps = abs8(x2 - y2) + 1; byte steps = xsteps >= ysteps ? xsteps : ysteps; - + //Draw gradient line for (size_t i = 1; i <= steps; i++) { - byte dx = lerp8by8(x1, y1, i * 255 / steps); - byte dy = lerp8by8(x2, y2, i * 255 / steps); + uint8_t rate = i * 255 / steps; + byte dx = lerp8by8(x1, y1, rate); + byte dy = lerp8by8(x2, y2, rate); + //SEGMENT.setPixelColorXY(dx, dy, grad ? color.nscale8_video(255-rate) : color); // use addPixelColorXY for different look SEGMENT.addPixelColorXY(dx, dy, color); // use setPixelColorXY for different look - if (grad) SEGMENT.fadePixelColorXY(dx, dy, (i * 255 / steps)); //Draw gradient line + if (grad) SEGMENT.fadePixelColorXY(dx, dy, rate); } if (dot) { //add white point at the ends of line - SEGMENT.addPixelColorXY(x1, x2, WHITE); - SEGMENT.addPixelColorXY(y1, y2, WHITE); + SEGMENT.setPixelColorXY(x1, x2, WHITE); + SEGMENT.setPixelColorXY(y1, y2, DARKSLATEGRAY); } } - SEGMENT.blur(4); + if (SEGMENT.custom3) SEGMENT.blur(SEGMENT.custom3/2); return FRAMETIME; } // mode_2DColoredBursts() -static const char _data_FX_MODE_2DCOLOREDBURSTS[] PROGMEM = "Colored Bursts@Speed,# of lines;;!;2d"; +static const char _data_FX_MODE_2DCOLOREDBURSTS[] PROGMEM = "Colored Bursts@Speed,# of lines,,,Blur,Gradient,,Dots;;!;2;c3=16"; ///////////////////// @@ -4688,7 +4674,7 @@ uint16_t mode_2Ddna(void) { // dna originally by by ldirko at https://pa return FRAMETIME; } // mode_2Ddna() -static const char _data_FX_MODE_2DDNA[] PROGMEM = "DNA@Scroll speed,Blur;1,2,3;!;2d"; +static const char _data_FX_MODE_2DDNA[] PROGMEM = "DNA@Scroll speed,Blur;;!;2"; ///////////////////////// @@ -4703,10 +4689,9 @@ uint16_t mode_2DDNASpiral() { // By: ldirko https://editor.soulma if (SEGENV.call == 0) { SEGMENT.setUpLeds(); SEGMENT.fill(BLACK); - SEGENV.aux0 = 0; // hue } - uint8_t speeds = SEGMENT.speed/2; + uint8_t speeds = SEGMENT.speed/2 + 1; uint8_t freq = SEGMENT.intensity/8; uint32_t ms = millis() / 20; @@ -4715,23 +4700,27 @@ uint16_t mode_2DDNASpiral() { // By: ldirko https://editor.soulma for (int i = 0; i < rows; i++) { uint16_t x = beatsin8(speeds, 0, cols - 1, 0, i * freq) + beatsin8(speeds - 7, 0, cols - 1, 0, i * freq + 128); uint16_t x1 = beatsin8(speeds, 0, cols - 1, 0, 128 + i * freq) + beatsin8(speeds - 7, 0, cols - 1, 0, 128 + 64 + i * freq); - SEGENV.aux0 = i * 128 / cols + ms; //ewowi20210629: not width - 1 to avoid crash if width = 1 + uint8_t hue = (i * 128 / rows) + ms; + // skip every 4th row every now and then (fade it more) if ((i + ms / 8) & 3) { + // draw a gradient line between x and x1 x = x / 2; x1 = x1 / 2; - byte steps = abs8(x - x1) + 1; + uint8_t steps = abs8(x - x1) + 1; for (size_t k = 1; k <= steps; k++) { - byte dx = lerp8by8(x, x1, k * 255 / steps); - SEGMENT.addPixelColorXY(dx, i, ColorFromPalette(SEGPALETTE, SEGENV.aux0, 255, LINEARBLEND)); - SEGMENT.fadePixelColorXY(dx, i, (k * 255 / steps)); + uint8_t rate = k * 255 / steps; + uint8_t dx = lerp8by8(x, x1, rate); + //SEGMENT.setPixelColorXY(dx, i, ColorFromPalette(SEGPALETTE, hue, 255, LINEARBLEND).nscale8_video(rate)); + SEGMENT.addPixelColorXY(dx, i, ColorFromPalette(SEGPALETTE, hue, 255, LINEARBLEND)); // use setPixelColorXY for different look + SEGMENT.fadePixelColorXY(dx, i, rate); } - SEGMENT.addPixelColorXY(x, i, DARKSLATEGRAY); - SEGMENT.addPixelColorXY(x1, i, WHITE); + SEGMENT.setPixelColorXY(x, i, DARKSLATEGRAY); + SEGMENT.setPixelColorXY(x1, i, WHITE); } } return FRAMETIME; } // mode_2DDNASpiral() -static const char _data_FX_MODE_2DDNASPIRAL[] PROGMEM = "DNA Spiral@Scroll speed,Y frequency;;!;2d"; +static const char _data_FX_MODE_2DDNASPIRAL[] PROGMEM = "DNA Spiral@Scroll speed,Y frequency;;!;2"; ///////////////////////// @@ -4762,7 +4751,7 @@ uint16_t mode_2DDrift() { // By: Stepko https://editor.soulmateli return FRAMETIME; } // mode_2DDrift() -static const char _data_FX_MODE_2DDRIFT[] PROGMEM = "Drift@Rotation speed,Blur amount;;!;2d"; +static const char _data_FX_MODE_2DDRIFT[] PROGMEM = "Drift@Rotation speed,Blur amount;;!;2"; ////////////////////////// @@ -4797,7 +4786,7 @@ uint16_t mode_2Dfirenoise(void) { // firenoise2d. By Andrew Tuline return FRAMETIME; } // mode_2Dfirenoise() -static const char _data_FX_MODE_2DFIRENOISE[] PROGMEM = "Firenoise@X scale,Y scale;;;2d"; +static const char _data_FX_MODE_2DFIRENOISE[] PROGMEM = "Firenoise@X scale,Y scale;;!;2"; ////////////////////////////// @@ -4824,7 +4813,7 @@ uint16_t mode_2DFrizzles(void) { // By: Stepko https://editor.so return FRAMETIME; } // mode_2DFrizzles() -static const char _data_FX_MODE_2DFRIZZLES[] PROGMEM = "Frizzles@X frequency,Y frequency,Blur;;!;2d"; +static const char _data_FX_MODE_2DFRIZZLES[] PROGMEM = "Frizzles@X frequency,Y frequency,Blur;;!;2"; /////////////////////////////////////////// @@ -4832,7 +4821,7 @@ static const char _data_FX_MODE_2DFRIZZLES[] PROGMEM = "Frizzles@X frequency,Y f /////////////////////////////////////////// typedef struct ColorCount { CRGB color; - int8_t count; + int8_t count; } colorCount; uint16_t mode_2Dgameoflife(void) { // Written by Ewoud Wijma, inspired by https://natureofcode.com/book/chapter-7-cellular-automata/ and https://github.com/DougHaber/nlife-color @@ -4841,17 +4830,20 @@ uint16_t mode_2Dgameoflife(void) { // Written by Ewoud Wijma, inspired by https: const uint16_t cols = SEGMENT.virtualWidth(); const uint16_t rows = SEGMENT.virtualHeight(); const uint16_t dataSize = sizeof(CRGB) * SEGMENT.length(); // using width*height prevents reallocation if mirroring is enabled + const uint16_t crcBufferLen = 2; //(SEGMENT.width() + SEGMENT.height())*71/100; // roughly sqrt(2)/2 for better repetition detection (Ewowi) - if (!SEGENV.allocateData(dataSize + sizeof(unsigned long))) return mode_static(); //allocation failed + if (!SEGENV.allocateData(dataSize + sizeof(uint16_t)*crcBufferLen)) return mode_static(); //allocation failed CRGB *prevLeds = reinterpret_cast(SEGENV.data); - unsigned long *resetMillis = reinterpret_cast(SEGENV.data + dataSize); // triggers reset + uint16_t *crcBuffer = reinterpret_cast(SEGENV.data + dataSize); CRGB backgroundColor = SEGCOLOR(1); - if (SEGENV.call == 0 || strip.now - *resetMillis > 5000) { - *resetMillis = strip.now; + if (SEGENV.call == 0) SEGMENT.setUpLeds(); - random16_set_seed(strip.now); //seed the random generator + if (SEGENV.call == 0 || strip.now - SEGMENT.step > 3000) { + SEGENV.step = strip.now; + SEGENV.aux0 = 0; + random16_set_seed(millis()>>2); //seed the random generator //give the leds random state and colors (based on intensity, colors from palette or all posible colors are chosen) for (int x = 0; x < cols; x++) for (int y = 0; y < rows; y++) { @@ -4859,35 +4851,38 @@ uint16_t mode_2Dgameoflife(void) { // Written by Ewoud Wijma, inspired by https: if (state == 0) SEGMENT.setPixelColorXY(x,y, backgroundColor); else - SEGMENT.setPixelColorXY(x,y, SEGMENT.color_from_palette(random8(), false, PALETTE_SOLID_WRAP, 0)); + SEGMENT.setPixelColorXY(x,y, SEGMENT.color_from_palette(random8(), false, PALETTE_SOLID_WRAP, 255)); } for (int y = 0; y < rows; y++) for (int x = 0; x < cols; x++) prevLeds[XY(x,y)] = CRGB::Black; - - - SEGENV.aux1 = 0; - SEGENV.aux0 = 0xFFFF; + memset(crcBuffer, 0, sizeof(uint16_t)*crcBufferLen); + } else if (strip.now - SEGENV.step < FRAMETIME_FIXED * (uint32_t)map(SEGMENT.speed,0,255,64,4)) { + // update only when appropriate time passes (in 42 FPS slots) + return FRAMETIME; } //copy previous leds (save previous generation) + //NOTE: using lossy getPixelColor() is a benefit as endlessly repeating patterns will eventually fade out causing a reset for (int x = 0; x < cols; x++) for (int y = 0; y < rows; y++) prevLeds[XY(x,y)] = SEGMENT.getPixelColorXY(x,y); //calculate new leds for (int x = 0; x < cols; x++) for (int y = 0; y < rows; y++) { - colorCount colorsCount[9];//count the different colors in the 9*9 matrix - for (int i=0; i<9; i++) colorsCount[i] = {backgroundColor, 0}; //init colorsCount - //iterate through neighbors and count them and their different colors + colorCount colorsCount[9]; // count the different colors in the 3*3 matrix + for (int i=0; i<9; i++) colorsCount[i] = {backgroundColor, 0}; // init colorsCount + + // iterate through neighbors and count them and their different colors int neighbors = 0; - for (int i = -1; i <= 1; i++) for (int j = -1; j <= 1; j++) { //iterate through 9*9 matrix + for (int i = -1; i <= 1; i++) for (int j = -1; j <= 1; j++) { // iterate through 3*3 matrix + if (i==0 && j==0) continue; // ignore itself // wrap around segment int16_t xx = x+i, yy = y+j; - if (x+i < 0) xx = cols-1; else if (x+i >= cols) xx = 0; + if (x+i < 0) xx = cols-1; else if (x+i >= cols) xx = 0; if (y+j < 0) yy = rows-1; else if (y+j >= rows) yy = 0; - uint16_t xy = XY(xx, yy); // previous cell xy to check - // count different neighbours and colors, except the centre cell - if (xy != XY(x,y) && prevLeds[xy] != backgroundColor) { + uint16_t xy = XY(xx, yy); // previous cell xy to check + // count different neighbours and colors + if (prevLeds[xy] != backgroundColor) { neighbors++; bool colorFound = false; int k; @@ -4896,39 +4891,42 @@ uint16_t mode_2Dgameoflife(void) { // Written by Ewoud Wijma, inspired by https: colorsCount[k].count++; colorFound = true; } - if (!colorFound) colorsCount[k] = {prevLeds[xy], 1}; //add new color found in the array } } // i,j // Rules of Life - uint32_t col = SEGMENT.getPixelColorXY(x,y); + uint32_t col = prevLeds[XY(x,y)]; uint32_t bgc = RGBW32(backgroundColor.r, backgroundColor.g, backgroundColor.b, 0); if ((col != bgc) && (neighbors < 2)) SEGMENT.setPixelColorXY(x,y, bgc); // Loneliness else if ((col != bgc) && (neighbors > 3)) SEGMENT.setPixelColorXY(x,y, bgc); // Overpopulation - else if ((col == bgc) && (neighbors == 3)) { // Reproduction - //find dominantcolor and assign to cell + else if ((col == bgc) && (neighbors == 3)) { // Reproduction + // find dominant color and assign it to a cell colorCount dominantColorCount = {backgroundColor, 0}; for (int i=0; i<9 && colorsCount[i].count != 0; i++) if (colorsCount[i].count > dominantColorCount.count) dominantColorCount = colorsCount[i]; - if (dominantColorCount.count > 0) SEGMENT.setPixelColorXY(x,y, dominantColorCount.color); //assign the dominant color + // assign the dominant color w/ a bit of randomness to avoid "gliders" + if (dominantColorCount.count > 0 && random8(128)) SEGMENT.setPixelColorXY(x,y, dominantColorCount.color); + } else if ((col == bgc) && (neighbors == 2) && !random8(128)) { // Mutation + SEGMENT.setPixelColorXY(x,y, SEGMENT.color_from_palette(random8(), false, PALETTE_SOLID_WRAP, 255)); } // else do nothing! } //x,y // calculate CRC16 of leds - uint16_t crc = crc16((const unsigned char*)prevLeds, dataSize-1); //ewowi: prevLeds instead of leds work as well, tbd: compare more patterns, see SR! - + uint16_t crc = crc16((const unsigned char*)prevLeds, dataSize); // check if we had same CRC and reset if needed + bool repetition = false; + for (int i=0; i>1)); // update only when appropriate time passes (in 42 FPS slots) + return FRAMETIME; } // mode_2Dgameoflife() -static const char _data_FX_MODE_2DGAMEOFLIFE[] PROGMEM = "Game Of Life@!;!,!;!;2d"; +static const char _data_FX_MODE_2DGAMEOFLIFE[] PROGMEM = "Game Of Life@!;!,!;!;2"; ///////////////////////// @@ -4949,7 +4947,7 @@ uint16_t mode_2DHiphotic() { // By: ldirko https://edit return FRAMETIME; } // mode_2DHiphotic() -static const char _data_FX_MODE_2DHIPHOTIC[] PROGMEM = "Hiphotic@X scale,Y scale,,,Speed;;!;2d"; +static const char _data_FX_MODE_2DHIPHOTIC[] PROGMEM = "Hiphotic@X scale,Y scale,,,Speed;!;!;2"; ///////////////////////// @@ -5066,7 +5064,7 @@ uint16_t mode_2DJulia(void) { // An animated Julia set return FRAMETIME; } // mode_2DJulia() -static const char _data_FX_MODE_2DJULIA[] PROGMEM = "Julia@,Max iterations per pixel,X center,Y center,Area size;;!;ix=24,c1=128,c2=128,c3=16,2d"; +static const char _data_FX_MODE_2DJULIA[] PROGMEM = "Julia@,Max iterations per pixel,X center,Y center,Area size;!;!;2;ix=24,c1=128,c2=128,c3=16"; ////////////////////////////// @@ -5084,16 +5082,16 @@ uint16_t mode_2DLissajous(void) { // By: Andrew Tuline for (int i=0; i < 256; i ++) { //float xlocn = float(sin8(now/4+i*(SEGMENT.speed>>5))) / 255.0f; //float ylocn = float(cos8(now/4+i*2)) / 255.0f; - uint8_t xlocn = sin8(strip.now/2+i*(SEGMENT.speed>>5)); - uint8_t ylocn = cos8(strip.now/2+i*2); + uint8_t xlocn = sin8(millis()/4+i*(SEGMENT.speed>>5)); + uint8_t ylocn = cos8(millis()/4+i*2); xlocn = map(xlocn,0,255,0,cols-1); ylocn = map(ylocn,0,255,0,rows-1); - SEGMENT.setPixelColorXY(xlocn, ylocn, SEGMENT.color_from_palette(strip.now/100+i, false, PALETTE_SOLID_WRAP, 0)); + SEGMENT.setPixelColorXY(xlocn, ylocn, SEGMENT.color_from_palette(millis()/100+i, false, PALETTE_SOLID_WRAP, 0)); } return FRAMETIME; } // mode_2DLissajous() -static const char _data_FX_MODE_2DLISSAJOUS[] PROGMEM = "Lissajous@X frequency,Fade rate;!,!,!;!;2d"; +static const char _data_FX_MODE_2DLISSAJOUS[] PROGMEM = "Lissajous@X frequency,Fade rate;!;!;2"; /////////////////////// @@ -5156,7 +5154,7 @@ uint16_t mode_2Dmatrix(void) { // Matrix2D. By Jeremy Williams. return FRAMETIME; } // mode_2Dmatrix() -static const char _data_FX_MODE_2DMATRIX[] PROGMEM = "Matrix@Falling speed,Spawning rate,Trail,,,Custom color;Spawn,Trail;;pal=0,2d"; +static const char _data_FX_MODE_2DMATRIX[] PROGMEM = "Matrix@!,Spawning rate,Trail,,,Custom color;Spawn,Trail;;2"; ///////////////////////// @@ -5171,15 +5169,15 @@ uint16_t mode_2Dmetaballs(void) { // Metaballs by Stefan Petrick. Cannot have float speed = 0.25f * (1+(SEGMENT.speed>>6)); // get some 2 random moving points - uint8_t x2 = inoise8(strip.now * speed, 25355, 685 ) / 16; - uint8_t y2 = inoise8(strip.now * speed, 355, 11685 ) / 16; + uint8_t x2 = map(inoise8(strip.now * speed, 25355, 685), 0, 255, 0, cols-1); + uint8_t y2 = map(inoise8(strip.now * speed, 355, 11685), 0, 255, 0, rows-1); - uint8_t x3 = inoise8(strip.now * speed, 55355, 6685 ) / 16; - uint8_t y3 = inoise8(strip.now * speed, 25355, 22685 ) / 16; + uint8_t x3 = map(inoise8(strip.now * speed, 55355, 6685), 0, 255, 0, cols-1); + uint8_t y3 = map(inoise8(strip.now * speed, 25355, 22685), 0, 255, 0, rows-1); // and one Lissajou function - uint8_t x1 = beatsin8(23 * speed, 0, 15); - uint8_t y1 = beatsin8(28 * speed, 0, 15); + uint8_t x1 = beatsin8(23 * speed, 0, cols-1); + uint8_t y1 = beatsin8(28 * speed, 0, rows-1); for (int y = 0; y < rows; y++) { for (int x = 0; x < cols; x++) { @@ -5198,7 +5196,7 @@ uint16_t mode_2Dmetaballs(void) { // Metaballs by Stefan Petrick. Cannot have dist += sqrt16((dx * dx) + (dy * dy)); // inverse result - byte color = 1000 / dist; + byte color = dist ? 1000 / dist : 255; // map color between thresholds if (color > 0 and color < 60) { @@ -5215,7 +5213,7 @@ uint16_t mode_2Dmetaballs(void) { // Metaballs by Stefan Petrick. Cannot have return FRAMETIME; } // mode_2Dmetaballs() -static const char _data_FX_MODE_2DMETABALLS[] PROGMEM = "Metaballs@Speed;!,!,!;!;2d"; +static const char _data_FX_MODE_2DMETABALLS[] PROGMEM = "Metaballs@!;;!;2"; ////////////////////// @@ -5238,7 +5236,7 @@ uint16_t mode_2Dnoise(void) { // By Andrew Tuline return FRAMETIME; } // mode_2Dnoise() -static const char _data_FX_MODE_2DNOISE[] PROGMEM = "Noise2D@Speed,Scale;!,!,!;!;2d"; +static const char _data_FX_MODE_2DNOISE[] PROGMEM = "Noise2D@!,Scale;;!;2"; ////////////////////////////// @@ -5281,7 +5279,7 @@ uint16_t mode_2DPlasmaball(void) { // By: Stepko https://edito return FRAMETIME; } // mode_2DPlasmaball() -static const char _data_FX_MODE_2DPLASMABALL[] PROGMEM = "Plasma Ball@Speed,,Fade,Blur;!,!,!;!;2d"; +static const char _data_FX_MODE_2DPLASMABALL[] PROGMEM = "Plasma Ball@Speed,,Fade,Blur;;!;2"; //////////////////////////////// @@ -5304,7 +5302,7 @@ uint16_t mode_2DPolarLights(void) { // By: Kostyantyn Matviyevskyy https SEGENV.step = 0; } - float adjustHeight = (float)map(rows, 8, 32, 28, 12); + float adjustHeight = (float)map(rows, 8, 32, 28, 12); // maybe use mapf() ??? uint16_t adjScale = map(cols, 8, 64, 310, 63); /* if (SEGENV.aux1 != SEGMENT.custom1/12) { // Hacky palette rotation. We need that black. @@ -5330,13 +5328,13 @@ uint16_t mode_2DPolarLights(void) { // By: Kostyantyn Matviyevskyy https SEGMENT.setPixelColorXY(x, y, ColorFromPalette(auroraPalette, qsub8( inoise8((SEGENV.step%2) + x * _scale, y * 16 + SEGENV.step % 16, SEGENV.step / _speed), - fabs((float)rows / 2 - (float)y) * adjustHeight))); + fabsf((float)rows / 2.0f - (float)y) * adjustHeight))); } } return FRAMETIME; } // mode_2DPolarLights() -static const char _data_FX_MODE_2DPOLARLIGHTS[] PROGMEM = "Polar Lights@Speed,Scale;;;2d"; +static const char _data_FX_MODE_2DPOLARLIGHTS[] PROGMEM = "Polar Lights@!,Scale;;;2"; ///////////////////////// @@ -5345,7 +5343,7 @@ static const char _data_FX_MODE_2DPOLARLIGHTS[] PROGMEM = "Polar Lights@Speed,Sc uint16_t mode_2DPulser(void) { // By: ldirko https://editor.soulmatelights.com/gallery/878-pulse-test , modifed by: Andrew Tuline if (!strip.isMatrix) return mode_static(); // not a 2D set-up - //const uint16_t cols = SEGMENT.virtualWidth(); + const uint16_t cols = SEGMENT.virtualWidth(); const uint16_t rows = SEGMENT.virtualHeight(); if (SEGENV.call == 0) { @@ -5355,8 +5353,8 @@ uint16_t mode_2DPulser(void) { // By: ldirko https://edi SEGMENT.fadeToBlackBy(8 - (SEGMENT.intensity>>5)); - uint16_t a = strip.now / (18 - SEGMENT.speed / 16); - uint16_t x = (a / 14); + uint32_t a = strip.now / (18 - SEGMENT.speed / 16); + uint16_t x = (a / 14) % cols; uint16_t y = map((sin8(a * 5) + sin8(a * 4) + sin8(a * 2)), 0, 765, rows-1, 0); SEGMENT.setPixelColorXY(x, y, ColorFromPalette(SEGPALETTE, map(y, 0, rows-1, 0, 255), 255, LINEARBLEND)); @@ -5364,7 +5362,7 @@ uint16_t mode_2DPulser(void) { // By: ldirko https://edi return FRAMETIME; } // mode_2DPulser() -static const char _data_FX_MODE_2DPULSER[] PROGMEM = "Pulser@Speed,Blur;;!;2d"; +static const char _data_FX_MODE_2DPULSER[] PROGMEM = "Pulser@!,Blur;;!;2"; ///////////////////////// @@ -5386,15 +5384,15 @@ uint16_t mode_2DSindots(void) { // By: ldirko http byte t1 = millis() / (257 - SEGMENT.speed); // 20; byte t2 = sin8(t1) / 4 * 2; for (int i = 0; i < 13; i++) { - byte x = sin8(t1 + i * SEGMENT.intensity/8)*(cols-1)/255; // max index now 255x15/255=15! - byte y = sin8(t2 + i * SEGMENT.intensity/8)*(rows-1)/255; // max index now 255x15/255=15! + byte x = sin8(t1 + i * SEGMENT.intensity/8)*(cols-1)/255; // max index now 255x15/255=15! + byte y = sin8(t2 + i * SEGMENT.intensity/8)*(rows-1)/255; // max index now 255x15/255=15! SEGMENT.setPixelColorXY(x, y, ColorFromPalette(SEGPALETTE, i * 255 / 13, 255, LINEARBLEND)); } SEGMENT.blur(SEGMENT.custom2>>3); return FRAMETIME; } // mode_2DSindots() -static const char _data_FX_MODE_2DSINDOTS[] PROGMEM = "Sindots@Speed,Dot distance,Fade rate,Blur;;!;2d"; +static const char _data_FX_MODE_2DSINDOTS[] PROGMEM = "Sindots@!,Dot distance,Fade rate,Blur;;!;2"; ////////////////////////////// @@ -5436,7 +5434,7 @@ uint16_t mode_2Dsquaredswirl(void) { // By: Mark Kriegsman. https://g return FRAMETIME; } // mode_2Dsquaredswirl() -static const char _data_FX_MODE_2DSQUAREDSWIRL[] PROGMEM = "Squared Swirl@,,,,Blur;;!;2d"; +static const char _data_FX_MODE_2DSQUAREDSWIRL[] PROGMEM = "Squared Swirl@,,,,Blur;;!;2"; ////////////////////////////// @@ -5487,7 +5485,7 @@ uint16_t mode_2DSunradiation(void) { // By: ldirko https://edi return FRAMETIME; } // mode_2DSunradiation() -static const char _data_FX_MODE_2DSUNRADIATION[] PROGMEM = "Sun Radiation@Variance,Brightness;;;2d"; +static const char _data_FX_MODE_2DSUNRADIATION[] PROGMEM = "Sun Radiation@Variance,Brightness;;;2"; ///////////////////////// @@ -5519,7 +5517,7 @@ uint16_t mode_2Dtartan(void) { // By: Elliott Kember https://editor.so return FRAMETIME; } // mode_2DTartan() -static const char _data_FX_MODE_2DTARTAN[] PROGMEM = "Tartan@X scale,Y scale;;!;2d"; +static const char _data_FX_MODE_2DTARTAN[] PROGMEM = "Tartan@X scale,Y scale;;!;2"; ///////////////////////// @@ -5565,7 +5563,7 @@ uint16_t mode_2Dspaceships(void) { //// Space ships by stepko (c)05.02.21 [ht return FRAMETIME; } -static const char _data_FX_MODE_2DSPACESHIPS[] PROGMEM = "Spaceships@!,Blur;!,!,!;!;2d"; +static const char _data_FX_MODE_2DSPACESHIPS[] PROGMEM = "Spaceships@!,Blur;;!;2"; ///////////////////////// @@ -5614,7 +5612,7 @@ uint16_t mode_2Dcrazybees(void) { SEGENV.step = millis() + (FRAMETIME * 8 / ((SEGMENT.speed>>5)+1)); SEGMENT.fadeToBlackBy(32); - + for (size_t i = 0; i < n; i++) { SEGMENT.addPixelColorXY(bee[i].aimX + 1, bee[i].aimY, CHSV(bee[i].hue, 255, 255)); SEGMENT.addPixelColorXY(bee[i].aimX, bee[i].aimY + 1, CHSV(bee[i].hue, 255, 255)); @@ -5639,7 +5637,7 @@ uint16_t mode_2Dcrazybees(void) { } return FRAMETIME; } -static const char _data_FX_MODE_2DCRAZYBEES[] PROGMEM = "Crazy Bees@!,Blur;;;2d"; +static const char _data_FX_MODE_2DCRAZYBEES[] PROGMEM = "Crazy Bees@!,Blur;;;2"; ///////////////////////// @@ -5729,7 +5727,7 @@ uint16_t mode_2Dghostrider(void) { return FRAMETIME; } -static const char _data_FX_MODE_2DGHOSTRIDER[] PROGMEM = "Ghost Rider@Fade rate,Blur;!,!,!;!;2d"; +static const char _data_FX_MODE_2DGHOSTRIDER[] PROGMEM = "Ghost Rider@Fade rate,Blur;;!;2"; //////////////////////////// @@ -5782,15 +5780,15 @@ uint16_t mode_2Dfloatingblobs(void) { // change radius if needed if (blob->grow[i]) { // enlarge radius until it is >= 4 - blob->r[i] += (fabs(blob->sX[i]) > fabs(blob->sY[i]) ? fabs(blob->sX[i]) : fabs(blob->sY[i])) * 0.05f; + blob->r[i] += (fabsf(blob->sX[i]) > fabsf(blob->sY[i]) ? fabsf(blob->sX[i]) : fabsf(blob->sY[i])) * 0.05f; if (blob->r[i] >= MIN(cols/4.f,2.f)) { blob->grow[i] = false; } } else { // reduce radius until it is < 1 - blob->r[i] -= (fabs(blob->sX[i]) > fabs(blob->sY[i]) ? fabs(blob->sX[i]) : fabs(blob->sY[i])) * 0.05f; + blob->r[i] -= (fabsf(blob->sX[i]) > fabsf(blob->sY[i]) ? fabsf(blob->sX[i]) : fabsf(blob->sY[i])) * 0.05f; if (blob->r[i] < 1.f) { - blob->grow[i] = true; + blob->grow[i] = true; } } uint32_t c = SEGMENT.color_from_palette(blob->color[i], false, false, 0); @@ -5830,7 +5828,7 @@ uint16_t mode_2Dfloatingblobs(void) { return FRAMETIME; } #undef MAX_BLOBS -static const char _data_FX_MODE_2DBLOBS[] PROGMEM = "Blobs@!,# blobs,Blur;!,!;!;c1=8,2d"; +static const char _data_FX_MODE_2DBLOBS[] PROGMEM = "Blobs@!,# blobs,Blur;!;!;2;c1=8"; //////////////////////////// @@ -5856,7 +5854,7 @@ uint16_t mode_2Dscrollingtext(void) { char text[33] = {'\0'}; if (SEGMENT.name) for (size_t i=0,j=0; i31 && SEGMENT.name[i]<128) text[j++] = SEGMENT.name[i]; - if (!strlen(text) || !strncmp_P(text,PSTR("#DATE"),5) || !strncmp_P(text,PSTR("#TIME"),5)) { // fallback if empty segment name: display date and time + if (!strlen(text) || !strncmp_P(text,PSTR("#DATE"),5) || !strncmp_P(text,PSTR("#DDMM"),5) || !strncmp_P(text,PSTR("#MMDD"),5) || !strncmp_P(text,PSTR("#TIME"),5) || !strncmp_P(text,PSTR("#HHMM"),5)) { // fallback if empty segment name: display date and time char sec[5]; byte AmPmHour = hour(localTime); boolean isitAM = true; @@ -5867,7 +5865,10 @@ uint16_t mode_2Dscrollingtext(void) { if (useAMPM) sprintf_P(sec, PSTR(" %2s"), (isitAM ? "AM" : "PM")); else sprintf_P(sec, PSTR(":%02d"), second(localTime)); if (!strncmp_P(text,PSTR("#DATE"),5)) sprintf_P(text, PSTR("%d.%d.%d"), day(localTime), month(localTime), year(localTime)); + else if (!strncmp_P(text,PSTR("#DDMM"),5)) sprintf_P(text, PSTR("%d.%d"), day(localTime), month(localTime)); + else if (!strncmp_P(text,PSTR("#MMDD"),5)) sprintf_P(text, PSTR("%d/%d"), month(localTime), day(localTime)); else if (!strncmp_P(text,PSTR("#TIME"),5)) sprintf_P(text, PSTR("%2d:%02d%s"), AmPmHour, minute(localTime), sec); + else if (!strncmp_P(text,PSTR("#HHMM"),5)) sprintf_P(text, PSTR("%2d:%02d"), AmPmHour, minute(localTime)); else sprintf_P(text, PSTR("%s %d, %d %2d:%02d%s"), monthShortStr(month(localTime)), day(localTime), year(localTime), AmPmHour, minute(localTime), sec); } const int numberOfLetters = strlen(text); @@ -5877,20 +5878,25 @@ uint16_t mode_2Dscrollingtext(void) { else SEGENV.aux0 = (cols + (numberOfLetters * letterWidth))/2; ++SEGENV.aux1 &= 0xFF; // color shift SEGENV.step = millis() + map(SEGMENT.speed, 0, 255, 10*FRAMETIME_FIXED, 2*FRAMETIME_FIXED); - - // we need it 3 times - SEGMENT.fade_out(255 - (SEGMENT.custom1>>5)); // fade to background color - SEGMENT.fade_out(255 - (SEGMENT.custom1>>5)); // fade to background color - SEGMENT.fade_out(255 - (SEGMENT.custom1>>5)); // fade to background color - for (int i = 0; i < numberOfLetters; i++) { - if (int(cols) - int(SEGENV.aux0) + letterWidth*(i+1) < 0) continue; // don't draw characters off-screen - SEGMENT.drawCharacter(text[i], int(cols) - int(SEGENV.aux0) + letterWidth*i, yoffset, letterWidth, letterHeight, SEGMENT.color_from_palette(SEGENV.aux1, false, PALETTE_SOLID_WRAP, 0)); + if (!SEGMENT.check2) { + for (int y = 0; y < rows; y++) for (int x = 0; x < cols; x++ ) + SEGMENT.blendPixelColorXY(x, y, SEGCOLOR(1), 255 - (SEGMENT.custom1>>1)); } } + for (int i = 0; i < numberOfLetters; i++) { + if (int(cols) - int(SEGENV.aux0) + letterWidth*(i+1) < 0) continue; // don't draw characters off-screen + uint32_t col1 = SEGMENT.color_from_palette(SEGENV.aux1, false, PALETTE_SOLID_WRAP, 0); + uint32_t col2 = BLACK; + if (SEGMENT.check1 && SEGMENT.palette == 0) { + col1 = SEGCOLOR(0); + col2 = SEGCOLOR(2); + } + SEGMENT.drawCharacter(text[i], int(cols) - int(SEGENV.aux0) + letterWidth*i, yoffset, letterWidth, letterHeight, col1, col2); + } return FRAMETIME; } -static const char _data_FX_MODE_2DSCROLLTEXT[] PROGMEM = "Scrolling Text@!,Y Offset,Trail,Font size;!,!;!;ix=128,c1=0,rev=0,mi=0,rY=0,mY=0,2d"; +static const char _data_FX_MODE_2DSCROLLTEXT[] PROGMEM = "Scrolling Text@!,Y Offset,Trail,Font size,,Gradient,Overlay;!,!,Gradient;!;2;ix=128,c1=0,rev=0,mi=0,rY=0,mY=0"; //////////////////////////// @@ -5922,7 +5928,7 @@ uint16_t mode_2Ddriftrose(void) { return FRAMETIME; } -static const char _data_FX_MODE_2DDRIFTROSE[] PROGMEM = "Drift Rose@Fade,Blur;;;2d"; +static const char _data_FX_MODE_2DDRIFTROSE[] PROGMEM = "Drift Rose@Fade,Blur;;;2"; #endif // WLED_DISABLE_2D @@ -6048,7 +6054,7 @@ uint16_t mode_ripplepeak(void) { // * Ripple peak. By Andrew Tuli return FRAMETIME; } // mode_ripplepeak() -static const char _data_FX_MODE_RIPPLEPEAK[] PROGMEM = "Ripple Peak@Fade rate,Max # of ripples,Select bin,Volume (min);!,!;!;c2=0,mp12=0,ssim=0,1d,vo"; // Pixel, Beatsin +static const char _data_FX_MODE_RIPPLEPEAK[] PROGMEM = "Ripple Peak@Fade rate,Max # of ripples,Select bin,Volume (min);!,!;!;1v;c2=0,m12=0,si=0"; // Pixel, Beatsin #ifndef WLED_DISABLE_2D @@ -6096,7 +6102,7 @@ uint16_t mode_2DSwirl(void) { return FRAMETIME; } // mode_2DSwirl() -static const char _data_FX_MODE_2DSWIRL[] PROGMEM = "Swirl@!,Sensitivity,Blur;,Bg Swirl;!;ix=64ssim=0,2d,vo"; // Beatsin +static const char _data_FX_MODE_2DSWIRL[] PROGMEM = "Swirl@!,Sensitivity,Blur;,Bg Swirl;!;2v;ix=64,si=0"; // Beatsin // TODO: color 1 unused? ///////////////////////// @@ -6142,7 +6148,7 @@ uint16_t mode_2DWaverly(void) { return FRAMETIME; } // mode_2DWaverly() -static const char _data_FX_MODE_2DWAVERLY[] PROGMEM = "Waverly@Amplification,Sensitivity;;!;ix=64,ssim=0,2d,vo"; // Beatsin +static const char _data_FX_MODE_2DWAVERLY[] PROGMEM = "Waverly@Amplification,Sensitivity;;!;2v;ix=64,si=0"; // Beatsin #endif // WLED_DISABLE_2D @@ -6179,7 +6185,7 @@ uint16_t mode_gravcenter(void) { // Gravcenter. By Andrew Tuline. float segmentSampleAvg = volumeSmth * (float)SEGMENT.intensity / 255.0f; segmentSampleAvg *= 0.125; // divide by 8, to compensate for later "sensitivty" upscaling - float mySampleAvg = mapf(segmentSampleAvg*2.0, 0, 32, 0, (float)SEGLEN/2.0); // map to pixels available in current segment + float mySampleAvg = mapf(segmentSampleAvg*2.0, 0, 32, 0, (float)SEGLEN/2.0); // map to pixels available in current segment uint16_t tempsamp = constrain(mySampleAvg, 0, SEGLEN/2); // Keep the sample from overflowing. uint8_t gravity = 8 - SEGMENT.speed/32; @@ -6202,7 +6208,7 @@ uint16_t mode_gravcenter(void) { // Gravcenter. By Andrew Tuline. return FRAMETIME; } // mode_gravcenter() -static const char _data_FX_MODE_GRAVCENTER[] PROGMEM = "Gravcenter@Rate of fall,Sensitivity;,!;!;ix=128,mp12=2,ssim=0,1d,vo"; // Circle, Beatsin +static const char _data_FX_MODE_GRAVCENTER[] PROGMEM = "Gravcenter@Rate of fall,Sensitivity;!,!;!;1v;ix=128,m12=2,si=0"; // Circle, Beatsin /////////////////////// @@ -6230,7 +6236,7 @@ uint16_t mode_gravcentric(void) { // Gravcentric. By Andrew float segmentSampleAvg = volumeSmth * (float)SEGMENT.intensity / 255.0; segmentSampleAvg *= 0.125f; // divide by 8, to compensate for later "sensitivty" upscaling - float mySampleAvg = mapf(segmentSampleAvg*2.0, 0.0f, 32.0f, 0.0f, (float)SEGLEN/2.0); // map to pixels availeable in current segment + float mySampleAvg = mapf(segmentSampleAvg*2.0, 0.0f, 32.0f, 0.0f, (float)SEGLEN/2.0); // map to pixels availeable in current segment int tempsamp = constrain(mySampleAvg, 0, SEGLEN/2); // Keep the sample from overflowing. uint8_t gravity = 8 - SEGMENT.speed/32; @@ -6253,7 +6259,7 @@ uint16_t mode_gravcentric(void) { // Gravcentric. By Andrew return FRAMETIME; } // mode_gravcentric() -static const char _data_FX_MODE_GRAVCENTRIC[] PROGMEM = "Gravcentric@Rate of fall,Sensitivity;!;!;ix=128,mp12=3,ssim=0,1d,vo"; // Corner, Beatsin +static const char _data_FX_MODE_GRAVCENTRIC[] PROGMEM = "Gravcentric@Rate of fall,Sensitivity;!,!;!;1v;ix=128,m12=3,si=0"; // Corner, Beatsin /////////////////////// @@ -6278,7 +6284,7 @@ uint16_t mode_gravimeter(void) { // Gravmeter. By Andrew Tuline. float segmentSampleAvg = volumeSmth * (float)SEGMENT.intensity / 255.0; segmentSampleAvg *= 0.25; // divide by 4, to compensate for later "sensitivty" upscaling - float mySampleAvg = mapf(segmentSampleAvg*2.0, 0, 64, 0, (SEGLEN-1)); // map to pixels availeable in current segment + float mySampleAvg = mapf(segmentSampleAvg*2.0, 0, 64, 0, (SEGLEN-1)); // map to pixels availeable in current segment int tempsamp = constrain(mySampleAvg,0,SEGLEN-1); // Keep the sample from overflowing. uint8_t gravity = 8 - SEGMENT.speed/32; @@ -6299,7 +6305,7 @@ uint16_t mode_gravimeter(void) { // Gravmeter. By Andrew Tuline. return FRAMETIME; } // mode_gravimeter() -static const char _data_FX_MODE_GRAVIMETER[] PROGMEM = "Gravimeter@Rate of fall,Sensitivity;!,!;!;ix=128,mp12=2,ssim=0,1d,vo"; // Circle, Beatsin +static const char _data_FX_MODE_GRAVIMETER[] PROGMEM = "Gravimeter@Rate of fall,Sensitivity;!,!;!;1v;ix=128,m12=2,si=0"; // Circle, Beatsin ////////////////////// @@ -6322,7 +6328,7 @@ uint16_t mode_juggles(void) { // Juggles. By Andrew Tuline. return FRAMETIME; } // mode_juggles() -static const char _data_FX_MODE_JUGGLES[] PROGMEM = "Juggles@!,# of balls;,!;!;mp12=0,ssim=0,1d,vo"; // Pixels, Beatsin +static const char _data_FX_MODE_JUGGLES[] PROGMEM = "Juggles@!,# of balls;!,!;!;1v;m12=0,si=0"; // Pixels, Beatsin ////////////////////// @@ -6354,7 +6360,7 @@ uint16_t mode_matripix(void) { // Matripix. By Andrew Tuline. return FRAMETIME; } // mode_matripix() -static const char _data_FX_MODE_MATRIPIX[] PROGMEM = "Matripix@!,Brightness;!,!;!;ix=64,mp12=2,ssim=1,1d,vo"; //,rev=1,mi=1,rY=1,mY=1 Circle, WeWillRockYou, reverseX +static const char _data_FX_MODE_MATRIPIX[] PROGMEM = "Matripix@!,Brightness;!,!;!;1v;ix=64,m12=2,si=1"; //,rev=1,mi=1,rY=1,mY=1 Circle, WeWillRockYou, reverseX ////////////////////// @@ -6389,7 +6395,7 @@ uint16_t mode_midnoise(void) { // Midnoise. By Andrew Tuline. return FRAMETIME; } // mode_midnoise() -static const char _data_FX_MODE_MIDNOISE[] PROGMEM = "Midnoise@Fade rate,Maximum length;,!;!;ix=128,mp12=1,ssim=0,1d,vo"; // Bar, Beatsin +static const char _data_FX_MODE_MIDNOISE[] PROGMEM = "Midnoise@Fade rate,Max. length;!,!;!;1v;ix=128,m12=1,si=0"; // Bar, Beatsin ////////////////////// @@ -6422,7 +6428,7 @@ uint16_t mode_noisefire(void) { // Noisefire. By Andrew Tuline. return FRAMETIME; } // mode_noisefire() -static const char _data_FX_MODE_NOISEFIRE[] PROGMEM = "Noisefire@!,!;;;mp12=2,ssim=0,1d,vo"; // Circle, Beatsin +static const char _data_FX_MODE_NOISEFIRE[] PROGMEM = "Noisefire@!,!;;;1v;m12=2,si=0"; // Circle, Beatsin /////////////////////// @@ -6457,7 +6463,7 @@ uint16_t mode_noisemeter(void) { // Noisemeter. By Andrew Tuline. return FRAMETIME; } // mode_noisemeter() -static const char _data_FX_MODE_NOISEMETER[] PROGMEM = "Noisemeter@Fade rate,Width;!,!;!;ix=128,mp12=2,ssim=0,1d,vo"; // Circle, Beatsin +static const char _data_FX_MODE_NOISEMETER[] PROGMEM = "Noisemeter@Fade rate,Width;!,!;!;1v;ix=128,m12=2,si=0"; // Circle, Beatsin ////////////////////// @@ -6491,7 +6497,7 @@ uint16_t mode_pixelwave(void) { // Pixelwave. By Andrew Tuline. return FRAMETIME; } // mode_pixelwave() -static const char _data_FX_MODE_PIXELWAVE[] PROGMEM = "Pixelwave@!,Sensitivity;!,!;!;ix=64,mp12=2,ssim=0,1d,vo"; // Circle, Beatsin +static const char _data_FX_MODE_PIXELWAVE[] PROGMEM = "Pixelwave@!,Sensitivity;!,!;!;1v;ix=64,m12=2,si=0"; // Circle, Beatsin ////////////////////// @@ -6523,7 +6529,7 @@ uint16_t mode_plasmoid(void) { // Plasmoid. By Andrew Tuline. // updated, similar to "plasma" effect - softhack007 uint8_t thisbright = cubicwave8(((i*(1 + (3*SEGMENT.speed/32)))+plasmoip->thisphase) & 0xFF)/2; thisbright += cos8(((i*(97 +(5*SEGMENT.speed/32)))+plasmoip->thatphase) & 0xFF)/2; // Let's munge the brightness a bit and animate it all with the phases. - + uint8_t colorIndex=thisbright; if (volumeSmth * SEGMENT.intensity / 64 < thisbright) {thisbright = 0;} @@ -6532,7 +6538,7 @@ uint16_t mode_plasmoid(void) { // Plasmoid. By Andrew Tuline. return FRAMETIME; } // mode_plasmoid() -static const char _data_FX_MODE_PLASMOID[] PROGMEM = "Plasmoid@Phase,# of pixels;!,!;!;sx=128,ix=128,mp12=0,ssim=0,1d,vo"; // Pixels, Beatsin +static const char _data_FX_MODE_PLASMOID[] PROGMEM = "Plasmoid@Phase,# of pixels;!,!;!;1v;sx=128,ix=128,m12=0,si=0"; // Pixels, Beatsin /////////////////////// @@ -6576,7 +6582,7 @@ uint16_t mode_puddlepeak(void) { // Puddlepeak. By Andrew Tuline. return FRAMETIME; } // mode_puddlepeak() -static const char _data_FX_MODE_PUDDLEPEAK[] PROGMEM = "Puddlepeak@Fade rate,Puddle size,Select bin,Volume (min);!,!;!;c2=0,mp12=0,ssim=0,1d,vo"; // Pixels, Beatsin +static const char _data_FX_MODE_PUDDLEPEAK[] PROGMEM = "Puddlepeak@Fade rate,Puddle size,Select bin,Volume (min);!,!;!;1v;c2=0,m12=0,si=0"; // Pixels, Beatsin ////////////////////// @@ -6607,7 +6613,7 @@ uint16_t mode_puddles(void) { // Puddles. By Andrew Tuline. return FRAMETIME; } // mode_puddles() -static const char _data_FX_MODE_PUDDLES[] PROGMEM = "Puddles@Fade rate,Puddle size;!,!;!;mp12=0,ssim=0,1d,vo"; // Pixels, Beatsin +static const char _data_FX_MODE_PUDDLES[] PROGMEM = "Puddles@Fade rate,Puddle size;!,!;!;1v;m12=0,si=0"; // Pixels, Beatsin ////////////////////// @@ -6635,7 +6641,7 @@ uint16_t mode_pixels(void) { // Pixels. By Andrew Tuline. return FRAMETIME; } // mode_pixels() -static const char _data_FX_MODE_PIXELS[] PROGMEM = "Pixels@Fade rate,# of pixels;,!;!;mp12=0,ssim=0,1d,vo"; // Pixels, Beatsin +static const char _data_FX_MODE_PIXELS[] PROGMEM = "Pixels@Fade rate,# of pixels;!,!;!;1v;m12=0,si=0"; // Pixels, Beatsin /////////////////////////////// @@ -6661,7 +6667,7 @@ uint16_t mode_blurz(void) { // Blurz. By Andrew Tuline. SEGENV.aux0 = 0; } - int fadeoutDelay = (256 - SEGMENT.speed) / 32; + int fadeoutDelay = (256 - SEGMENT.speed) / 32; if ((fadeoutDelay <= 1 ) || ((SEGENV.call % fadeoutDelay) == 0)) SEGMENT.fade_out(SEGMENT.speed); SEGENV.step += FRAMETIME; @@ -6676,7 +6682,7 @@ uint16_t mode_blurz(void) { // Blurz. By Andrew Tuline. return FRAMETIME; } // mode_blurz() -static const char _data_FX_MODE_BLURZ[] PROGMEM = "Blurz@Fade rate,Blur amount;!,Color mix;!;mp12=0,ssim=0,1d,fr"; // Pixels, Beatsin +static const char _data_FX_MODE_BLURZ[] PROGMEM = "Blurz@Fade rate,Blur;!,Color mix;!;1f;m12=0,si=0"; // Pixels, Beatsin ///////////////////////// @@ -6701,17 +6707,16 @@ uint16_t mode_DJLight(void) { // Written by ??? Adapted by Wil if (SEGENV.aux0 != secondHand) { // Triggered millis timing. SEGENV.aux0 = secondHand; - SEGMENT.setPixelColor(mid, CRGB(fftResult[15]/2, fftResult[5]/2, fftResult[0]/2)); // 16-> 15 as 16 is out of bounds - CRGB color = SEGMENT.getPixelColor(mid); - SEGMENT.setPixelColor(mid, color.fadeToBlackBy(map(fftResult[1*4], 0, 255, 255, 10))); // TODO - Update + CRGB color = CRGB(fftResult[15]/2, fftResult[5]/2, fftResult[0]/2); // 16-> 15 as 16 is out of bounds + SEGMENT.setPixelColor(mid, color.fadeToBlackBy(map(fftResult[4], 0, 255, 255, 4))); // TODO - Update - for (int i = SEGLEN - 1; i > mid; i--) SEGMENT.setPixelColor(i, SEGMENT.getPixelColor(i-1)); //move to the left + for (int i = SEGLEN - 1; i > mid; i--) SEGMENT.setPixelColor(i, SEGMENT.getPixelColor(i-1)); // move to the left for (int i = 0; i < mid; i++) SEGMENT.setPixelColor(i, SEGMENT.getPixelColor(i+1)); // move to the right } return FRAMETIME; } // mode_DJLight() -static const char _data_FX_MODE_DJLIGHT[] PROGMEM = "DJ Light@Speed;;;mp12=2,ssim=0,1d,fr"; // Circle, Beatsin +static const char _data_FX_MODE_DJLIGHT[] PROGMEM = "DJ Light@Speed;;;1f;m12=2,si=0"; // Circle, Beatsin //////////////////// @@ -6726,12 +6731,12 @@ uint16_t mode_freqmap(void) { // Map FFT_MajorPeak to SEGLEN. // add support for no audio um_data = simulateSound(SEGMENT.soundSim); } - float FFT_MajorPeak = *(float*) um_data->u_data[4]; - float my_magnitude = *(float*) um_data->u_data[5] / 4.0f; + float FFT_MajorPeak = *(float*)um_data->u_data[4]; + float my_magnitude = *(float*)um_data->u_data[5] / 4.0f; if (FFT_MajorPeak < 1) FFT_MajorPeak = 1; // log10(0) is "forbidden" (throws exception) if (SEGENV.call == 0) SEGMENT.fill(BLACK); - int fadeoutDelay = (256 - SEGMENT.speed) / 32; + int fadeoutDelay = (256 - SEGMENT.speed) / 32; if ((fadeoutDelay <= 1 ) || ((SEGENV.call % fadeoutDelay) == 0)) SEGMENT.fade_out(SEGMENT.speed); int locn = (log10f((float)FFT_MajorPeak) - 1.78f) * (float)SEGLEN/(MAX_FREQ_LOG10 - 1.78f); // log10 frequency range is from 1.78 to 3.71. Let's scale to SEGLEN. @@ -6747,7 +6752,7 @@ uint16_t mode_freqmap(void) { // Map FFT_MajorPeak to SEGLEN. return FRAMETIME; } // mode_freqmap() -static const char _data_FX_MODE_FREQMAP[] PROGMEM = "Freqmap@Fade rate,Starting color;,!;!;mp12=0,ssim=0,1d,fr"; // Pixels, Beatsin +static const char _data_FX_MODE_FREQMAP[] PROGMEM = "Freqmap@Fade rate,Starting color;!,!;!;1f;m12=0,si=0"; // Pixels, Beatsin /////////////////////// @@ -6760,7 +6765,7 @@ uint16_t mode_freqmatrix(void) { // Freqmatrix. By Andreas Plesch um_data = simulateSound(SEGMENT.soundSim); } float FFT_MajorPeak = *(float*)um_data->u_data[4]; - float volumeSmth = *(float*) um_data->u_data[0]; + float volumeSmth = *(float*)um_data->u_data[0]; if (SEGENV.call == 0) { SEGMENT.setUpLeds(); @@ -6797,12 +6802,12 @@ uint16_t mode_freqmatrix(void) { // Freqmatrix. By Andreas Plesch // shift the pixels one pixel up SEGMENT.setPixelColor(0, color); - for (int i = SEGLEN - 1; i > 0; i--) SEGMENT.setPixelColor(i, SEGMENT.getPixelColor(i-1)); //move to the left + for (int i = SEGLEN - 1; i > 0; i--) SEGMENT.setPixelColor(i, SEGMENT.getPixelColor(i-1)); //move to the left } return FRAMETIME; } // mode_freqmatrix() -static const char _data_FX_MODE_FREQMATRIX[] PROGMEM = "Freqmatrix@Time delay,Sound effect,Low bin,High bin,Sensivity;;;mp12=3,ssim=0,1d,fr"; // Corner, Beatsin +static const char _data_FX_MODE_FREQMATRIX[] PROGMEM = "Freqmatrix@Time delay,Sound effect,Low bin,High bin,Sensivity;;;1f;m12=3,si=0"; // Corner, Beatsin ////////////////////// @@ -6818,14 +6823,14 @@ uint16_t mode_freqpixels(void) { // Freqpixel. By Andrew Tuline. // add support for no audio um_data = simulateSound(SEGMENT.soundSim); } - float FFT_MajorPeak = *(float*) um_data->u_data[4]; - float my_magnitude = *(float*) um_data->u_data[5] / 16.0f; + float FFT_MajorPeak = *(float*)um_data->u_data[4]; + float my_magnitude = *(float*)um_data->u_data[5] / 16.0f; if (FFT_MajorPeak < 1) FFT_MajorPeak = 1; // log10(0) is "forbidden" (throws exception) uint16_t fadeRate = 2*SEGMENT.speed - SEGMENT.speed*SEGMENT.speed/255; // Get to 255 as quick as you can. if (SEGENV.call == 0) SEGMENT.fill(BLACK); - int fadeoutDelay = (256 - SEGMENT.speed) / 64; + int fadeoutDelay = (256 - SEGMENT.speed) / 64; if ((fadeoutDelay <= 1 ) || ((SEGENV.call % fadeoutDelay) == 0)) SEGMENT.fade_out(fadeRate); for (int i=0; i < SEGMENT.intensity/32+1; i++) { @@ -6837,7 +6842,7 @@ uint16_t mode_freqpixels(void) { // Freqpixel. By Andrew Tuline. return FRAMETIME; } // mode_freqpixels() -static const char _data_FX_MODE_FREQPIXELS[] PROGMEM = "Freqpixels@Fade rate,Starting colour and # of pixels;;;mp12=0,ssim=0,1d,fr"; // Pixels, Beatsin +static const char _data_FX_MODE_FREQPIXELS[] PROGMEM = "Freqpixels@Fade rate,Starting color and # of pixels;;;1f;m12=0,si=0"; // Pixels, Beatsin ////////////////////// @@ -6861,8 +6866,8 @@ uint16_t mode_freqwave(void) { // Freqwave. By Andreas Pleschun // add support for no audio um_data = simulateSound(SEGMENT.soundSim); } - float FFT_MajorPeak = *(float*) um_data->u_data[4]; - float volumeSmth = *(float*) um_data->u_data[0]; + float FFT_MajorPeak = *(float*)um_data->u_data[4]; + float volumeSmth = *(float*)um_data->u_data[0]; if (SEGENV.call == 0) { SEGMENT.setUpLeds(); @@ -6906,7 +6911,7 @@ uint16_t mode_freqwave(void) { // Freqwave. By Andreas Pleschun return FRAMETIME; } // mode_freqwave() -static const char _data_FX_MODE_FREQWAVE[] PROGMEM = "Freqwave@Time delay,Sound effect,Low bin,High bin,Pre-amp;;;mp12=2,ssim=0,1d,fr"; // Circle, Beatsin +static const char _data_FX_MODE_FREQWAVE[] PROGMEM = "Freqwave@Time delay,Sound effect,Low bin,High bin,Pre-amp;;;1f;m12=2,si=0"; // Circle, Beatsin /////////////////////// @@ -6923,16 +6928,16 @@ uint16_t mode_gravfreq(void) { // Gravfreq. By Andrew Tuline. // add support for no audio um_data = simulateSound(SEGMENT.soundSim); } - float FFT_MajorPeak = *(float*) um_data->u_data[4]; - float volumeSmth = *(float*) um_data->u_data[0]; + float FFT_MajorPeak = *(float*)um_data->u_data[4]; + float volumeSmth = *(float*)um_data->u_data[0]; if (FFT_MajorPeak < 1) FFT_MajorPeak = 1; // log10(0) is "forbidden" (throws exception) SEGMENT.fade_out(250); - float segmentSampleAvg = volumeSmth * (float)SEGMENT.intensity / 255.0; + float segmentSampleAvg = volumeSmth * (float)SEGMENT.intensity / 255.0f; segmentSampleAvg *= 0.125; // divide by 8, to compensate for later "sensitivty" upscaling - float mySampleAvg = mapf(segmentSampleAvg*2.0, 0,32, 0, (float)SEGLEN/2.0); // map to pixels availeable in current segment + float mySampleAvg = mapf(segmentSampleAvg*2.0f, 0,32, 0, (float)SEGLEN/2.0); // map to pixels availeable in current segment int tempsamp = constrain(mySampleAvg,0,SEGLEN/2); // Keep the sample from overflowing. uint8_t gravity = 8 - SEGMENT.speed/32; @@ -6958,7 +6963,7 @@ uint16_t mode_gravfreq(void) { // Gravfreq. By Andrew Tuline. return FRAMETIME; } // mode_gravfreq() -static const char _data_FX_MODE_GRAVFREQ[] PROGMEM = "Gravfreq@Rate of fall,Sensivity;,!;!;ix=128,mp12=0,ssim=0,1d,fr"; // Pixels, Beatsin +static const char _data_FX_MODE_GRAVFREQ[] PROGMEM = "Gravfreq@Rate of fall,Sensivity;!,!;!;1f;ix=128,m12=0,si=0"; // Pixels, Beatsin ////////////////////// @@ -6974,7 +6979,7 @@ uint16_t mode_noisemove(void) { // Noisemove. By: Andrew Tuli if (SEGENV.call == 0) SEGMENT.fill(BLACK); //SEGMENT.fade_out(224); // Just in case something doesn't get faded. - int fadeoutDelay = (256 - SEGMENT.speed) / 96; + int fadeoutDelay = (256 - SEGMENT.speed) / 96; if ((fadeoutDelay <= 1 ) || ((SEGENV.call % fadeoutDelay) == 0)) SEGMENT.fadeToBlackBy(4+ SEGMENT.speed/4); uint8_t numBins = map(SEGMENT.intensity,0,255,0,16); // Map slider to fftResult bins. @@ -6986,7 +6991,7 @@ uint16_t mode_noisemove(void) { // Noisemove. By: Andrew Tuli return FRAMETIME; } // mode_noisemove() -static const char _data_FX_MODE_NOISEMOVE[] PROGMEM = "Noisemove@Speed of perlin movement,Fade rate;,!;!;mp12=0,ssim=0,1d,fr"; // Pixels, Beatsin +static const char _data_FX_MODE_NOISEMOVE[] PROGMEM = "Noisemove@Speed of perlin movement,Fade rate;!,!;!;1f;m12=0,si=0"; // Pixels, Beatsin ////////////////////// @@ -6999,7 +7004,7 @@ uint16_t mode_rocktaves(void) { // Rocktaves. Same note from eac um_data = simulateSound(SEGMENT.soundSim); } float FFT_MajorPeak = *(float*) um_data->u_data[4]; - float my_magnitude = *(float*) um_data->u_data[5] / 16.0f; + float my_magnitude = *(float*) um_data->u_data[5] / 16.0f; if (SEGENV.call == 0) SEGMENT.fill(BLACK); SEGMENT.fadeToBlackBy(16); // Just in case something doesn't get faded. @@ -7018,7 +7023,7 @@ uint16_t mode_rocktaves(void) { // Rocktaves. Same note from eac } frTemp -=132; // This should give us a base musical note of C3 - frTemp = fabs(frTemp * 2.1); // Fudge factors to compress octave range starting at 0 and going to 255; + frTemp = fabsf(frTemp * 2.1f); // Fudge factors to compress octave range starting at 0 and going to 255; uint16_t i = map(beatsin8(8+octCount*4, 0, 255, 0, octCount*8), 0, 255, 0, SEGLEN-1); i = constrain(i, 0, SEGLEN-1); @@ -7026,7 +7031,7 @@ uint16_t mode_rocktaves(void) { // Rocktaves. Same note from eac return FRAMETIME; } // mode_rocktaves() -static const char _data_FX_MODE_ROCKTAVES[] PROGMEM = "Rocktaves@;,!;!;mp12=1,ssim=0,1d,fr"; // Bar, Beatsin +static const char _data_FX_MODE_ROCKTAVES[] PROGMEM = "Rocktaves@;!,!;!;1f;m12=1,si=0"; // Bar, Beatsin /////////////////////// @@ -7045,7 +7050,7 @@ uint16_t mode_waterfall(void) { // Waterfall. By: Andrew Tulin float FFT_MajorPeak = *(float*) um_data->u_data[4]; uint8_t *maxVol = (uint8_t*)um_data->u_data[6]; uint8_t *binNum = (uint8_t*)um_data->u_data[7]; - float my_magnitude = *(float*) um_data->u_data[5] / 8.0f; + float my_magnitude = *(float*) um_data->u_data[5] / 8.0f; if (FFT_MajorPeak < 1) FFT_MajorPeak = 1; // log10(0) is "forbidden" (throws exception) @@ -7078,7 +7083,7 @@ uint16_t mode_waterfall(void) { // Waterfall. By: Andrew Tulin return FRAMETIME; } // mode_waterfall() -static const char _data_FX_MODE_WATERFALL[] PROGMEM = "Waterfall@!,Adjust color,Select bin,Volume (min);!,!;!;c2=0,mp12=2,ssim=0,1d,fr"; // Circles, Beatsin +static const char _data_FX_MODE_WATERFALL[] PROGMEM = "Waterfall@!,Adjust color,Select bin,Volume (min);!,!;!;1f;c2=0,m12=2,si=0"; // Circles, Beatsin #ifndef WLED_DISABLE_2D @@ -7111,7 +7116,7 @@ uint16_t mode_2DGEQ(void) { // By Will Tatam. Code reduction by Ewoud Wijma. } if (SEGENV.call == 0) SEGMENT.fill(BLACK); - int fadeoutDelay = (256 - SEGMENT.speed) / 64; + int fadeoutDelay = (256 - SEGMENT.speed) / 64; if ((fadeoutDelay <= 1 ) || ((SEGENV.call % fadeoutDelay) == 0)) SEGMENT.fadeToBlackBy(SEGMENT.speed); for (int x=0; x < cols; x++) { @@ -7124,7 +7129,7 @@ uint16_t mode_2DGEQ(void) { // By Will Tatam. Code reduction by Ewoud Wijma. uint32_t ledColor = BLACK; for (int y=0; y < barHeight; y++) { - if (SEGMENT.check1) //color_vertical / color bars toggle + if (SEGMENT.check1) //color_vertical / color bars toggle colorIndex = map(y, 0, rows-1, 0, 255); ledColor = SEGMENT.color_from_palette(colorIndex, false, PALETTE_SOLID_WRAP, 0); @@ -7138,7 +7143,7 @@ uint16_t mode_2DGEQ(void) { // By Will Tatam. Code reduction by Ewoud Wijma. return FRAMETIME; } // mode_2DGEQ() -static const char _data_FX_MODE_2DGEQ[] PROGMEM = "GEQ@Fade speed,Ripple decay,# of bands,,,Color bars;!,,Peak Color;!;c1=255,c2=64,pal=11,ssim=0,2d,fr"; // Beatsin +static const char _data_FX_MODE_2DGEQ[] PROGMEM = "GEQ@Fade speed,Ripple decay,# of bands,,,Color bars;!,,Peaks;!;2f;c1=255,c2=64,pal=11,si=0"; // Beatsin ///////////////////////// @@ -7196,7 +7201,7 @@ uint16_t mode_2DFunkyPlank(void) { // Written by ??? Adapted by Wil return FRAMETIME; } // mode_2DFunkyPlank -static const char _data_FX_MODE_2DFUNKYPLANK[] PROGMEM = "Funky Plank@Scroll speed,,# of bands;;;ssim=0,2d,fr"; // Beatsin +static const char _data_FX_MODE_2DFUNKYPLANK[] PROGMEM = "Funky Plank@Scroll speed,,# of bands;;;2f;si=0"; // Beatsin ///////////////////////// @@ -7299,7 +7304,62 @@ uint16_t mode_2DAkemi(void) { return FRAMETIME; } // mode_2DAkemi -static const char _data_FX_MODE_2DAKEMI[] PROGMEM = "Akemi@Color speed,Dance;Head palette,Arms & Legs,Eyes & Mouth;Face palette;ssim=0,2d,fr"; //beatsin +static const char _data_FX_MODE_2DAKEMI[] PROGMEM = "Akemi@Color speed,Dance;Head palette,Arms & Legs,Eyes & Mouth;Face palette;2f;si=0"; //beatsin + + +// Distortion waves - ldirko +// https://editor.soulmatelights.com/gallery/1089-distorsion-waves +// apated for WLD by @blazoncek +uint16_t mode_2Ddistortionwaves() { + if (!strip.isMatrix) return mode_static(); // not a 2D set-up + + const uint16_t cols = SEGMENT.virtualWidth(); + const uint16_t rows = SEGMENT.virtualHeight(); + + uint8_t speed = SEGMENT.speed/32; + uint8_t scale = SEGMENT.intensity/32; + + uint8_t w = 2; + + uint16_t a = millis()/32; + uint16_t a2 = a/2; + uint16_t a3 = a/3; + + uint16_t cx = beatsin8(10-speed,0,cols-1)*scale; + uint16_t cy = beatsin8(12-speed,0,rows-1)*scale; + uint16_t cx1 = beatsin8(13-speed,0,cols-1)*scale; + uint16_t cy1 = beatsin8(15-speed,0,rows-1)*scale; + uint16_t cx2 = beatsin8(17-speed,0,cols-1)*scale; + uint16_t cy2 = beatsin8(14-speed,0,rows-1)*scale; + + uint16_t xoffs = 0; + for (int x = 0; x < cols; x++) { + xoffs += scale; + uint16_t yoffs = 0; + + for (int y = 0; y < rows; y++) { + yoffs += scale; + + byte rdistort = cos8((cos8(((x<<3)+a )&255)+cos8(((y<<3)-a2)&255)+a3 )&255)>>1; + byte gdistort = cos8((cos8(((x<<3)-a2)&255)+cos8(((y<<3)+a3)&255)+a+32 )&255)>>1; + byte bdistort = cos8((cos8(((x<<3)+a3)&255)+cos8(((y<<3)-a) &255)+a2+64)&255)>>1; + + byte valueR = rdistort+ w* (a- ( ((xoffs - cx) * (xoffs - cx) + (yoffs - cy) * (yoffs - cy))>>7 )); + byte valueG = gdistort+ w* (a2-( ((xoffs - cx1) * (xoffs - cx1) + (yoffs - cy1) * (yoffs - cy1))>>7 )); + byte valueB = bdistort+ w* (a3-( ((xoffs - cx2) * (xoffs - cx2) + (yoffs - cy2) * (yoffs - cy2))>>7 )); + + valueR = gamma8(cos8(valueR)); + valueG = gamma8(cos8(valueG)); + valueB = gamma8(cos8(valueB)); + + SEGMENT.setPixelColorXY(x, y, RGBW32(valueR, valueG, valueB, 0)); + } + } + + return FRAMETIME; +} +static const char _data_FX_MODE_2DDISTORTIONWAVES[] PROGMEM = "Distortion Waves@!,Scale;;;2;"; + #endif // WLED_DISABLE_2D @@ -7337,6 +7397,7 @@ void WS2812FX::setupEffectData() { // now replace all pre-allocated effects // --- 1D non-audio effects --- addEffect(FX_MODE_BLINK, &mode_blink, _data_FX_MODE_BLINK); + addEffect(FX_MODE_BREATH, &mode_breath, _data_FX_MODE_BREATH); addEffect(FX_MODE_COLOR_WIPE, &mode_color_wipe, _data_FX_MODE_COLOR_WIPE); addEffect(FX_MODE_COLOR_WIPE_RANDOM, &mode_color_wipe_random, _data_FX_MODE_COLOR_WIPE_RANDOM); addEffect(FX_MODE_RANDOM_COLOR, &mode_random_color, _data_FX_MODE_RANDOM_COLOR); @@ -7349,6 +7410,7 @@ void WS2812FX::setupEffectData() { addEffect(FX_MODE_FADE, &mode_fade, _data_FX_MODE_FADE); addEffect(FX_MODE_THEATER_CHASE, &mode_theater_chase, _data_FX_MODE_THEATER_CHASE); addEffect(FX_MODE_THEATER_CHASE_RAINBOW, &mode_theater_chase_rainbow, _data_FX_MODE_THEATER_CHASE_RAINBOW); + addEffect(FX_MODE_RUNNING_LIGHTS, &mode_running_lights, _data_FX_MODE_RUNNING_LIGHTS); addEffect(FX_MODE_SAW, &mode_saw, _data_FX_MODE_SAW); addEffect(FX_MODE_TWINKLE, &mode_twinkle, _data_FX_MODE_TWINKLE); addEffect(FX_MODE_DISSOLVE, &mode_dissolve, _data_FX_MODE_DISSOLVE); @@ -7381,29 +7443,27 @@ void WS2812FX::setupEffectData() { addEffect(FX_MODE_FIRE_FLICKER, &mode_fire_flicker, _data_FX_MODE_FIRE_FLICKER); addEffect(FX_MODE_GRADIENT, &mode_gradient, _data_FX_MODE_GRADIENT); addEffect(FX_MODE_LOADING, &mode_loading, _data_FX_MODE_LOADING); - addEffect(FX_MODE_WAVESINS, &mode_wavesins, _data_FX_MODE_WAVESINS); + addEffect(FX_MODE_FAIRY, &mode_fairy, _data_FX_MODE_FAIRY); addEffect(FX_MODE_TWO_DOTS, &mode_two_dots, _data_FX_MODE_TWO_DOTS); addEffect(FX_MODE_FAIRYTWINKLE, &mode_fairytwinkle, _data_FX_MODE_FAIRYTWINKLE); addEffect(FX_MODE_RUNNING_DUAL, &mode_running_dual, _data_FX_MODE_RUNNING_DUAL); - addEffect(FX_MODE_PERLINMOVE, &mode_perlinmove, _data_FX_MODE_PERLINMOVE); + addEffect(FX_MODE_TRICOLOR_CHASE, &mode_tricolor_chase, _data_FX_MODE_TRICOLOR_CHASE); addEffect(FX_MODE_TRICOLOR_WIPE, &mode_tricolor_wipe, _data_FX_MODE_TRICOLOR_WIPE); addEffect(FX_MODE_TRICOLOR_FADE, &mode_tricolor_fade, _data_FX_MODE_TRICOLOR_FADE); - addEffect(FX_MODE_BREATH, &mode_breath, _data_FX_MODE_BREATH); - addEffect(FX_MODE_RUNNING_LIGHTS, &mode_running_lights, _data_FX_MODE_RUNNING_LIGHTS); addEffect(FX_MODE_LIGHTNING, &mode_lightning, _data_FX_MODE_LIGHTNING); addEffect(FX_MODE_ICU, &mode_icu, _data_FX_MODE_ICU); addEffect(FX_MODE_MULTI_COMET, &mode_multi_comet, _data_FX_MODE_MULTI_COMET); addEffect(FX_MODE_DUAL_LARSON_SCANNER, &mode_dual_larson_scanner, _data_FX_MODE_DUAL_LARSON_SCANNER); addEffect(FX_MODE_RANDOM_CHASE, &mode_random_chase, _data_FX_MODE_RANDOM_CHASE); addEffect(FX_MODE_OSCILLATE, &mode_oscillate, _data_FX_MODE_OSCILLATE); - addEffect(FX_MODE_FIRE_2012, &mode_fire_2012, _data_FX_MODE_FIRE_2012); addEffect(FX_MODE_PRIDE_2015, &mode_pride_2015, _data_FX_MODE_PRIDE_2015); - addEffect(FX_MODE_BPM, &mode_bpm, _data_FX_MODE_BPM); addEffect(FX_MODE_JUGGLE, &mode_juggle, _data_FX_MODE_JUGGLE); addEffect(FX_MODE_PALETTE, &mode_palette, _data_FX_MODE_PALETTE); + addEffect(FX_MODE_FIRE_2012, &mode_fire_2012, _data_FX_MODE_FIRE_2012); addEffect(FX_MODE_COLORWAVES, &mode_colorwaves, _data_FX_MODE_COLORWAVES); + addEffect(FX_MODE_BPM, &mode_bpm, _data_FX_MODE_BPM); addEffect(FX_MODE_FILLNOISE8, &mode_fillnoise8, _data_FX_MODE_FILLNOISE8); addEffect(FX_MODE_NOISE16_1, &mode_noise16_1, _data_FX_MODE_NOISE16_1); addEffect(FX_MODE_NOISE16_2, &mode_noise16_2, _data_FX_MODE_NOISE16_2); @@ -7449,49 +7509,13 @@ void WS2812FX::setupEffectData() { addEffect(FX_MODE_CHUNCHUN, &mode_chunchun, _data_FX_MODE_CHUNCHUN); addEffect(FX_MODE_DANCING_SHADOWS, &mode_dancing_shadows, _data_FX_MODE_DANCING_SHADOWS); addEffect(FX_MODE_WASHING_MACHINE, &mode_washing_machine, _data_FX_MODE_WASHING_MACHINE); - addEffect(FX_MODE_FLOWSTRIPE, &mode_FlowStripe, _data_FX_MODE_FLOWSTRIPE); + addEffect(FX_MODE_BLENDS, &mode_blends, _data_FX_MODE_BLENDS); addEffect(FX_MODE_TV_SIMULATOR, &mode_tv_simulator, _data_FX_MODE_TV_SIMULATOR); addEffect(FX_MODE_DYNAMIC_SMOOTH, &mode_dynamic_smooth, _data_FX_MODE_DYNAMIC_SMOOTH); - // --- 2D non-audio effects --- -#ifndef WLED_DISABLE_2D - addEffect(FX_MODE_2DSPACESHIPS, &mode_2Dspaceships, _data_FX_MODE_2DSPACESHIPS); - addEffect(FX_MODE_2DCRAZYBEES, &mode_2Dcrazybees, _data_FX_MODE_2DCRAZYBEES); - addEffect(FX_MODE_2DGHOSTRIDER, &mode_2Dghostrider, _data_FX_MODE_2DGHOSTRIDER); - addEffect(FX_MODE_2DBLOBS, &mode_2Dfloatingblobs, _data_FX_MODE_2DBLOBS); - addEffect(FX_MODE_2DSCROLLTEXT, &mode_2Dscrollingtext, _data_FX_MODE_2DSCROLLTEXT); - addEffect(FX_MODE_2DDRIFTROSE, &mode_2Ddriftrose, _data_FX_MODE_2DDRIFTROSE); - addEffect(FX_MODE_2DBLACKHOLE, &mode_2DBlackHole, _data_FX_MODE_2DBLACKHOLE); - addEffect(FX_MODE_2DDNASPIRAL, &mode_2DDNASpiral, _data_FX_MODE_2DDNASPIRAL); - addEffect(FX_MODE_2DHIPHOTIC, &mode_2DHiphotic, _data_FX_MODE_2DHIPHOTIC); - addEffect(FX_MODE_2DPLASMABALL, &mode_2DPlasmaball, _data_FX_MODE_2DPLASMABALL); - addEffect(FX_MODE_2DSINDOTS, &mode_2DSindots, _data_FX_MODE_2DSINDOTS); - addEffect(FX_MODE_2DFRIZZLES, &mode_2DFrizzles, _data_FX_MODE_2DFRIZZLES); - addEffect(FX_MODE_2DLISSAJOUS, &mode_2DLissajous, _data_FX_MODE_2DLISSAJOUS); - addEffect(FX_MODE_2DPOLARLIGHTS, &mode_2DPolarLights, _data_FX_MODE_2DPOLARLIGHTS); - addEffect(FX_MODE_2DTARTAN, &mode_2Dtartan, _data_FX_MODE_2DTARTAN); - addEffect(FX_MODE_2DGAMEOFLIFE, &mode_2Dgameoflife, _data_FX_MODE_2DGAMEOFLIFE); - addEffect(FX_MODE_2DJULIA, &mode_2DJulia, _data_FX_MODE_2DJULIA); - addEffect(FX_MODE_2DCOLOREDBURSTS, &mode_2DColoredBursts, _data_FX_MODE_2DCOLOREDBURSTS); - addEffect(FX_MODE_2DSUNRADIATION, &mode_2DSunradiation, _data_FX_MODE_2DSUNRADIATION); - addEffect(FX_MODE_2DNOISE, &mode_2Dnoise, _data_FX_MODE_2DNOISE); - addEffect(FX_MODE_2DFIRENOISE, &mode_2Dfirenoise, _data_FX_MODE_2DFIRENOISE); - addEffect(FX_MODE_2DSQUAREDSWIRL, &mode_2Dsquaredswirl, _data_FX_MODE_2DSQUAREDSWIRL); - addEffect(FX_MODE_2DDNA, &mode_2Ddna, _data_FX_MODE_2DDNA); - addEffect(FX_MODE_2DMATRIX, &mode_2Dmatrix, _data_FX_MODE_2DMATRIX); - addEffect(FX_MODE_2DMETABALLS, &mode_2Dmetaballs, _data_FX_MODE_2DMETABALLS); - addEffect(FX_MODE_2DPULSER, &mode_2DPulser, _data_FX_MODE_2DPULSER); - addEffect(FX_MODE_2DDRIFT, &mode_2DDrift, _data_FX_MODE_2DDRIFT); - // --- 2D audio effects --- - addEffect(FX_MODE_2DWAVERLY, &mode_2DWaverly, _data_FX_MODE_2DWAVERLY); - addEffect(FX_MODE_2DSWIRL, &mode_2DSwirl, _data_FX_MODE_2DSWIRL); - addEffect(FX_MODE_2DAKEMI, &mode_2DAkemi, _data_FX_MODE_2DAKEMI); - addEffect(FX_MODE_2DGEQ, &mode_2DGEQ, _data_FX_MODE_2DGEQ); - addEffect(FX_MODE_2DFUNKYPLANK, &mode_2DFunkyPlank, _data_FX_MODE_2DFUNKYPLANK); -#endif // WLED_DISABLE_2D - // --- 1D audio effects --- + addEffect(FX_MODE_PIXELS, &mode_pixels, _data_FX_MODE_PIXELS); addEffect(FX_MODE_PIXELWAVE, &mode_pixelwave, _data_FX_MODE_PIXELWAVE); addEffect(FX_MODE_JUGGLES, &mode_juggles, _data_FX_MODE_JUGGLES); addEffect(FX_MODE_MATRIPIX, &mode_matripix, _data_FX_MODE_MATRIPIX); @@ -7500,20 +7524,77 @@ void WS2812FX::setupEffectData() { addEffect(FX_MODE_PUDDLES, &mode_puddles, _data_FX_MODE_PUDDLES); addEffect(FX_MODE_MIDNOISE, &mode_midnoise, _data_FX_MODE_MIDNOISE); addEffect(FX_MODE_NOISEMETER, &mode_noisemeter, _data_FX_MODE_NOISEMETER); - addEffect(FX_MODE_NOISEFIRE, &mode_noisefire, _data_FX_MODE_NOISEFIRE); - addEffect(FX_MODE_PUDDLEPEAK, &mode_puddlepeak, _data_FX_MODE_PUDDLEPEAK); - addEffect(FX_MODE_RIPPLEPEAK, &mode_ripplepeak, _data_FX_MODE_RIPPLEPEAK); - addEffect(FX_MODE_GRAVCENTER, &mode_gravcenter, _data_FX_MODE_GRAVCENTER); - addEffect(FX_MODE_GRAVCENTRIC, &mode_gravcentric, _data_FX_MODE_GRAVCENTRIC); - addEffect(FX_MODE_PIXELS, &mode_pixels, _data_FX_MODE_PIXELS); addEffect(FX_MODE_FREQWAVE, &mode_freqwave, _data_FX_MODE_FREQWAVE); addEffect(FX_MODE_FREQMATRIX, &mode_freqmatrix, _data_FX_MODE_FREQMATRIX); + addEffect(FX_MODE_WATERFALL, &mode_waterfall, _data_FX_MODE_WATERFALL); addEffect(FX_MODE_FREQPIXELS, &mode_freqpixels, _data_FX_MODE_FREQPIXELS); + + addEffect(FX_MODE_NOISEFIRE, &mode_noisefire, _data_FX_MODE_NOISEFIRE); + addEffect(FX_MODE_PUDDLEPEAK, &mode_puddlepeak, _data_FX_MODE_PUDDLEPEAK); addEffect(FX_MODE_NOISEMOVE, &mode_noisemove, _data_FX_MODE_NOISEMOVE); + + addEffect(FX_MODE_PERLINMOVE, &mode_perlinmove, _data_FX_MODE_PERLINMOVE); + addEffect(FX_MODE_RIPPLEPEAK, &mode_ripplepeak, _data_FX_MODE_RIPPLEPEAK); + addEffect(FX_MODE_FREQMAP, &mode_freqmap, _data_FX_MODE_FREQMAP); + addEffect(FX_MODE_GRAVCENTER, &mode_gravcenter, _data_FX_MODE_GRAVCENTER); + addEffect(FX_MODE_GRAVCENTRIC, &mode_gravcentric, _data_FX_MODE_GRAVCENTRIC); addEffect(FX_MODE_GRAVFREQ, &mode_gravfreq, _data_FX_MODE_GRAVFREQ); addEffect(FX_MODE_DJLIGHT, &mode_DJLight, _data_FX_MODE_DJLIGHT); + addEffect(FX_MODE_BLURZ, &mode_blurz, _data_FX_MODE_BLURZ); + + addEffect(FX_MODE_FLOWSTRIPE, &mode_FlowStripe, _data_FX_MODE_FLOWSTRIPE); + + addEffect(FX_MODE_WAVESINS, &mode_wavesins, _data_FX_MODE_WAVESINS); addEffect(FX_MODE_ROCKTAVES, &mode_rocktaves, _data_FX_MODE_ROCKTAVES); + + // --- 2D effects --- +#ifndef WLED_DISABLE_2D + addEffect(FX_MODE_2DSPACESHIPS, &mode_2Dspaceships, _data_FX_MODE_2DSPACESHIPS); + addEffect(FX_MODE_2DCRAZYBEES, &mode_2Dcrazybees, _data_FX_MODE_2DCRAZYBEES); + addEffect(FX_MODE_2DGHOSTRIDER, &mode_2Dghostrider, _data_FX_MODE_2DGHOSTRIDER); + addEffect(FX_MODE_2DBLOBS, &mode_2Dfloatingblobs, _data_FX_MODE_2DBLOBS); + addEffect(FX_MODE_2DSCROLLTEXT, &mode_2Dscrollingtext, _data_FX_MODE_2DSCROLLTEXT); + addEffect(FX_MODE_2DDRIFTROSE, &mode_2Ddriftrose, _data_FX_MODE_2DDRIFTROSE); + addEffect(FX_MODE_2DDISTORTIONWAVES, &mode_2Ddistortionwaves, _data_FX_MODE_2DDISTORTIONWAVES); + + addEffect(FX_MODE_2DGEQ, &mode_2DGEQ, _data_FX_MODE_2DGEQ); // audio + + addEffect(FX_MODE_2DNOISE, &mode_2Dnoise, _data_FX_MODE_2DNOISE); + + addEffect(FX_MODE_2DFIRENOISE, &mode_2Dfirenoise, _data_FX_MODE_2DFIRENOISE); + addEffect(FX_MODE_2DSQUAREDSWIRL, &mode_2Dsquaredswirl, _data_FX_MODE_2DSQUAREDSWIRL); + + //non audio + addEffect(FX_MODE_2DDNA, &mode_2Ddna, _data_FX_MODE_2DDNA); + addEffect(FX_MODE_2DMATRIX, &mode_2Dmatrix, _data_FX_MODE_2DMATRIX); + addEffect(FX_MODE_2DMETABALLS, &mode_2Dmetaballs, _data_FX_MODE_2DMETABALLS); + addEffect(FX_MODE_2DFUNKYPLANK, &mode_2DFunkyPlank, _data_FX_MODE_2DFUNKYPLANK); // audio + + addEffect(FX_MODE_2DPULSER, &mode_2DPulser, _data_FX_MODE_2DPULSER); + + addEffect(FX_MODE_2DDRIFT, &mode_2DDrift, _data_FX_MODE_2DDRIFT); + addEffect(FX_MODE_2DWAVERLY, &mode_2DWaverly, _data_FX_MODE_2DWAVERLY); // audio + addEffect(FX_MODE_2DSUNRADIATION, &mode_2DSunradiation, _data_FX_MODE_2DSUNRADIATION); + addEffect(FX_MODE_2DCOLOREDBURSTS, &mode_2DColoredBursts, _data_FX_MODE_2DCOLOREDBURSTS); + addEffect(FX_MODE_2DJULIA, &mode_2DJulia, _data_FX_MODE_2DJULIA); + + addEffect(FX_MODE_2DGAMEOFLIFE, &mode_2Dgameoflife, _data_FX_MODE_2DGAMEOFLIFE); + addEffect(FX_MODE_2DTARTAN, &mode_2Dtartan, _data_FX_MODE_2DTARTAN); + addEffect(FX_MODE_2DPOLARLIGHTS, &mode_2DPolarLights, _data_FX_MODE_2DPOLARLIGHTS); + addEffect(FX_MODE_2DSWIRL, &mode_2DSwirl, _data_FX_MODE_2DSWIRL); // audio + addEffect(FX_MODE_2DLISSAJOUS, &mode_2DLissajous, _data_FX_MODE_2DLISSAJOUS); + addEffect(FX_MODE_2DFRIZZLES, &mode_2DFrizzles, _data_FX_MODE_2DFRIZZLES); + addEffect(FX_MODE_2DPLASMABALL, &mode_2DPlasmaball, _data_FX_MODE_2DPLASMABALL); + + addEffect(FX_MODE_2DHIPHOTIC, &mode_2DHiphotic, _data_FX_MODE_2DHIPHOTIC); + addEffect(FX_MODE_2DSINDOTS, &mode_2DSindots, _data_FX_MODE_2DSINDOTS); + addEffect(FX_MODE_2DDNASPIRAL, &mode_2DDNASpiral, _data_FX_MODE_2DDNASPIRAL); + addEffect(FX_MODE_2DBLACKHOLE, &mode_2DBlackHole, _data_FX_MODE_2DBLACKHOLE); + + addEffect(FX_MODE_2DAKEMI, &mode_2DAkemi, _data_FX_MODE_2DAKEMI); // audio +#endif // WLED_DISABLE_2D + } diff --git a/wled00/FX.h b/wled00/FX.h index f35ddf01d..9f045bada 100644 --- a/wled00/FX.h +++ b/wled00/FX.h @@ -143,7 +143,7 @@ #define FX_MODE_SAW 16 #define FX_MODE_TWINKLE 17 #define FX_MODE_DISSOLVE 18 -#define FX_MODE_DISSOLVE_RANDOM 19 +#define FX_MODE_DISSOLVE_RANDOM 19 // candidate for removal (use Dissolve with with check 3) #define FX_MODE_SPARKLE 20 #define FX_MODE_FLASH_SPARKLE 21 #define FX_MODE_HYPER_SPARKLE 22 @@ -172,14 +172,12 @@ #define FX_MODE_FIRE_FLICKER 45 #define FX_MODE_GRADIENT 46 #define FX_MODE_LOADING 47 -//#define FX_MODE_POLICE 48 // candidate for removal (after below three) -#define FX_MODE_WAVESINS 48 // was Police prior to 0.14 (use Two Dots with Red/Blue) +// #define FX_MODE_POLICE 48 // removed in 0.14! #define FX_MODE_FAIRY 49 //was Police All prior to 0.13.0-b6 (use "Two Dots" with Red/Blue and full intensity) #define FX_MODE_TWO_DOTS 50 #define FX_MODE_FAIRYTWINKLE 51 //was Two Areas prior to 0.13.0-b6 (use "Two Dots" with full intensity) #define FX_MODE_RUNNING_DUAL 52 -//#define FX_MODE_HALLOWEEN 53 // candidate for removal -#define FX_MODE_PERLINMOVE 53 // was Halloween prior to 0.14 (use Cahse 2 with Purple/Orange) +// #define FX_MODE_HALLOWEEN 53 // removed in 0.14! #define FX_MODE_TRICOLOR_CHASE 54 #define FX_MODE_TRICOLOR_WIPE 55 #define FX_MODE_TRICOLOR_FADE 56 @@ -229,7 +227,7 @@ #define FX_MODE_HEARTBEAT 100 #define FX_MODE_PACIFICA 101 #define FX_MODE_CANDLE_MULTI 102 -#define FX_MODE_SOLID_GLITTER 103 +#define FX_MODE_SOLID_GLITTER 103 // candidate for removal (use glitter) #define FX_MODE_SUNRISE 104 #define FX_MODE_PHASED 105 #define FX_MODE_TWINKLEUP 106 @@ -240,74 +238,82 @@ #define FX_MODE_CHUNCHUN 111 #define FX_MODE_DANCING_SHADOWS 112 #define FX_MODE_WASHING_MACHINE 113 -//#define FX_MODE_CANDY_CANE 114 // candidate for removal -#define FX_MODE_FLOWSTRIPE 114 // was Cany Cane prior to 0.14 (use Cahse 2 with Red/White) +// #define FX_MODE_CANDY_CANE 114 // removed in 0.14! #define FX_MODE_BLENDS 115 #define FX_MODE_TV_SIMULATOR 116 -#define FX_MODE_DYNAMIC_SMOOTH 117 -#ifndef WLED_DISABLE_2D - // new 2D effects - #define FX_MODE_2DSPACESHIPS 118 - #define FX_MODE_2DCRAZYBEES 119 - #define FX_MODE_2DGHOSTRIDER 120 - #define FX_MODE_2DBLOBS 121 - #define FX_MODE_2DSCROLLTEXT 122 - #define FX_MODE_2DDRIFTROSE 123 - // WLED-SR effects (non SR compatible IDs) - #define FX_MODE_2DBLACKHOLE 124 // non audio - #define FX_MODE_2DDNASPIRAL 125 // non audio - #define FX_MODE_2DHIPHOTIC 126 // non audio - #define FX_MODE_2DPLASMABALL 127 // non audio - #define FX_MODE_2DSINDOTS 128 // non audio - #define FX_MODE_2DFRIZZLES 129 // non audio - #define FX_MODE_2DLISSAJOUS 130 // non audio - #define FX_MODE_2DPOLARLIGHTS 131 // non audio - #define FX_MODE_2DTARTAN 132 // non audio - #define FX_MODE_2DGAMEOFLIFE 133 // non audio - #define FX_MODE_2DJULIA 134 // non audio - #define FX_MODE_2DCOLOREDBURSTS 135 // non audio - #define FX_MODE_2DSUNRADIATION 136 // non audio - #define FX_MODE_2DNOISE 137 // non audio - #define FX_MODE_2DFIRENOISE 138 // non audio - #define FX_MODE_2DSQUAREDSWIRL 139 // non audio - #define FX_MODE_2DDNA 140 // non audio - #define FX_MODE_2DMATRIX 141 // non audio - #define FX_MODE_2DMETABALLS 142 // non audio - #define FX_MODE_2DPULSER 143 // non audio - #define FX_MODE_2DDRIFT 144 // non audio - #define FX_MODE_2DWAVERLY 145 // audio enhanced - #define FX_MODE_2DSWIRL 146 // audio enhanced - #define FX_MODE_2DAKEMI 147 // audio enhanced - #define FX_MODE_2DGEQ 148 // audio enhanced - #define FX_MODE_2DFUNKYPLANK 149 // audio enhanced -#endif //WLED_DISABLE_2D -#define FX_MODE_PIXELWAVE 150 // audio enhanced -#define FX_MODE_JUGGLES 151 // audio enhanced -#define FX_MODE_MATRIPIX 152 // audio enhanced -#define FX_MODE_GRAVIMETER 153 // audio enhanced -#define FX_MODE_PLASMOID 154 // audio enhanced -#define FX_MODE_PUDDLES 155 // audio enhanced -#define FX_MODE_MIDNOISE 156 // audio enhanced -#define FX_MODE_NOISEMETER 157 // audio enhanced -#define FX_MODE_NOISEFIRE 158 // audio enhanced -#define FX_MODE_PUDDLEPEAK 159 // audio enhanced -#define FX_MODE_RIPPLEPEAK 160 // audio enhanced -#define FX_MODE_GRAVCENTER 161 // audio enhanced -#define FX_MODE_GRAVCENTRIC 162 // audio enhanced -#define FX_MODE_PIXELS 163 // audio enhanced -#define FX_MODE_FREQWAVE 164 // audio enhanced -#define FX_MODE_FREQMATRIX 165 // audio enhanced -#define FX_MODE_WATERFALL 166 // audio enhanced -#define FX_MODE_FREQPIXELS 167 // audio enhanced -#define FX_MODE_BINMAP 168 // audio enhanced -#define FX_MODE_NOISEMOVE 169 // audio enhanced -#define FX_MODE_FREQMAP 170 // audio enhanced -#define FX_MODE_GRAVFREQ 171 // audio enhanced -#define FX_MODE_DJLIGHT 172 // audio enhanced -#define FX_MODE_BLURZ 173 // audio enhanced -#define FX_MODE_ROCKTAVES 174 // audio enhanced +#define FX_MODE_DYNAMIC_SMOOTH 117 // candidate for removal (check3 in dynamic) -#define MODE_COUNT 175 +// new 0.14 2D effects +#define FX_MODE_2DSPACESHIPS 118 //gap fill +#define FX_MODE_2DCRAZYBEES 119 //gap fill +#define FX_MODE_2DGHOSTRIDER 120 //gap fill +#define FX_MODE_2DBLOBS 121 //gap fill +#define FX_MODE_2DSCROLLTEXT 122 //gap fill +#define FX_MODE_2DDRIFTROSE 123 //gap fill +#define FX_MODE_2DDISTORTIONWAVES 124 + +// WLED-SR effects (SR compatible IDs !!!) +#define FX_MODE_PIXELS 128 +#define FX_MODE_PIXELWAVE 129 +#define FX_MODE_JUGGLES 130 +#define FX_MODE_MATRIPIX 131 +#define FX_MODE_GRAVIMETER 132 +#define FX_MODE_PLASMOID 133 +#define FX_MODE_PUDDLES 134 +#define FX_MODE_MIDNOISE 135 +#define FX_MODE_NOISEMETER 136 +#define FX_MODE_FREQWAVE 137 +#define FX_MODE_FREQMATRIX 138 +#define FX_MODE_2DGEQ 139 +#define FX_MODE_WATERFALL 140 +#define FX_MODE_FREQPIXELS 141 +#define FX_MODE_BINMAP 142 +#define FX_MODE_NOISEFIRE 143 +#define FX_MODE_PUDDLEPEAK 144 +#define FX_MODE_NOISEMOVE 145 +#define FX_MODE_2DNOISE 146 +#define FX_MODE_PERLINMOVE 147 +#define FX_MODE_RIPPLEPEAK 148 +#define FX_MODE_2DFIRENOISE 149 +#define FX_MODE_2DSQUAREDSWIRL 150 +#define FX_MODE_2DFIRE2012 151 +#define FX_MODE_2DDNA 152 +#define FX_MODE_2DMATRIX 153 +#define FX_MODE_2DMETABALLS 154 +#define FX_MODE_FREQMAP 155 +#define FX_MODE_GRAVCENTER 156 +#define FX_MODE_GRAVCENTRIC 157 +#define FX_MODE_GRAVFREQ 158 +#define FX_MODE_DJLIGHT 159 +#define FX_MODE_2DFUNKYPLANK 160 +#define FX_MODE_2DCENTERBARS 161 +#define FX_MODE_2DPULSER 162 +#define FX_MODE_BLURZ 163 +#define FX_MODE_2DDRIFT 164 +#define FX_MODE_2DWAVERLY 165 +#define FX_MODE_2DSUNRADIATION 166 +#define FX_MODE_2DCOLOREDBURSTS 167 +#define FX_MODE_2DJULIA 168 +// #define FX_MODE_2DPOOLNOISE 169 //have been removed in WLED SR in the past because of low mem but should be added back +// #define FX_MODE_2DTWISTER 170 //have been removed in WLED SR in the past because of low mem but should be added back +// #define FX_MODE_2DCAELEMENTATY 171 //have been removed in WLED SR in the past because of low mem but should be added back +#define FX_MODE_2DGAMEOFLIFE 172 +#define FX_MODE_2DTARTAN 173 +#define FX_MODE_2DPOLARLIGHTS 174 +#define FX_MODE_2DSWIRL 175 +#define FX_MODE_2DLISSAJOUS 176 +#define FX_MODE_2DFRIZZLES 177 +#define FX_MODE_2DPLASMABALL 178 +#define FX_MODE_FLOWSTRIPE 179 +#define FX_MODE_2DHIPHOTIC 180 +#define FX_MODE_2DSINDOTS 181 +#define FX_MODE_2DDNASPIRAL 182 +#define FX_MODE_2DBLACKHOLE 183 +#define FX_MODE_WAVESINS 184 +#define FX_MODE_ROCKTAVES 185 +#define FX_MODE_2DAKEMI 186 + +#define MODE_COUNT 187 typedef enum mapping1D2D { M12_Pixels = 0, @@ -364,9 +370,10 @@ typedef struct Segment { uint32_t call; // call counter uint16_t aux0; // custom var uint16_t aux1; // custom var - byte* data; - CRGB* leds; - static CRGB *_globalLeds; + byte* data; // effect data pointer + CRGB* leds; // local leds[] array (may be a pointer to global) + static CRGB *_globalLeds; // global leds[] array + static uint16_t maxWidth, maxHeight; // these define matrix width & height (max. segment dimensions) private: union { @@ -453,7 +460,7 @@ typedef struct Segment { _dataLen(0), _t(nullptr) { - refreshLightCapabilities(); + //refreshLightCapabilities(); } Segment(uint16_t sStartX, uint16_t sStopX, uint16_t sStartY, uint16_t sStopY) : Segment(sStartX, sStopX) { @@ -498,6 +505,7 @@ typedef struct Segment { static uint16_t getUsedSegmentData(void) { return _usedSegmentData; } static void addUsedSegmentData(int len) { _usedSegmentData += len; } + void set(uint16_t i1, uint16_t i2, uint8_t grp=1, uint8_t spc=0, uint16_t ofs=UINT16_MAX, uint16_t i1Y=0, uint16_t i2Y=1); bool setColor(uint8_t slot, uint32_t c); //returns true if changed void setCCT(uint16_t k); void setOpacity(uint8_t o); @@ -512,9 +520,9 @@ typedef struct Segment { bool allocateData(size_t len); void deallocateData(void); void resetIfRequired(void); - /** + /** * Flags that before the next effect is calculated, - * the internal segment state should be reset. + * the internal segment state should be reset. * Call resetIfRequired before calling the next effect function. * Safe to call from interrupts and network requests. */ @@ -581,11 +589,13 @@ typedef struct Segment { void moveX(int8_t delta); void moveY(int8_t delta); void move(uint8_t dir, uint8_t delta); + void draw_circle(uint16_t cx, uint16_t cy, uint8_t radius, CRGB c); void fill_circle(uint16_t cx, uint16_t cy, uint8_t radius, CRGB c); void drawLine(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint32_t c); void drawLine(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, CRGB c) { drawLine(x0, y0, x1, y1, RGBW32(c.r,c.g,c.b,0)); } // automatic inline - void drawCharacter(unsigned char chr, int16_t x, int16_t y, uint8_t w, uint8_t h, uint32_t color); + void drawCharacter(unsigned char chr, int16_t x, int16_t y, uint8_t w, uint8_t h, uint32_t color, uint32_t col2 = 0); void drawCharacter(unsigned char chr, int16_t x, int16_t y, uint8_t w, uint8_t h, CRGB c) { drawCharacter(chr, x, y, w, h, RGBW32(c.r,c.g,c.b,0)); } // automatic inline + void drawCharacter(unsigned char chr, int16_t x, int16_t y, uint8_t w, uint8_t h, CRGB c, CRGB c2) { drawCharacter(chr, x, y, w, h, RGBW32(c.r,c.g,c.b,0), RGBW32(c2.r,c2.g,c2.b,0)); } // automatic inline void wu_pixel(uint32_t x, uint32_t y, CRGB c); void blur1d(fract8 blur_amount); // blur all rows in 1 dimension void blur2d(fract8 blur_amount) { blur(blur_amount); } @@ -634,7 +644,7 @@ class WS2812FX { // 96 bytes } mode_data_t; static WS2812FX* instance; - + public: WS2812FX() : @@ -648,14 +658,7 @@ class WS2812FX { // 96 bytes timebase(0), isMatrix(false), #ifndef WLED_DISABLE_2D - hPanels(1), - vPanels(1), - panelH(8), - panelW(8), - matrixWidth(DEFAULT_LED_COUNT), - matrixHeight(1), - matrix{0,0,0,0}, - panel{{0,0,0,0}}, + panels(1), #endif // semi-private (just obscured) used in effect functions through macros _currentPalette(CRGBPalette16(CRGB::Black)), @@ -692,6 +695,9 @@ class WS2812FX { // 96 bytes _mode.clear(); _modeData.clear(); _segments.clear(); +#ifndef WLED_DISABLE_2D + panel.clear(); +#endif customPalettes.clear(); if (useLedsArray && Segment::_globalLeds) free(Segment::_globalLeds); } @@ -720,8 +726,7 @@ class WS2812FX { // 96 bytes fixInvalidSegments(), setPixelColor(int n, uint32_t c), show(void), - setTargetFps(uint8_t fps), - deserializeMap(uint8_t n=0); + setTargetFps(uint8_t fps); void fill(uint32_t c) { for (int i = 0; i < _length; i++) setPixelColor(i, c); } // fill whole strip with color (inline) void addEffect(uint8_t id, mode_ptr mode_fn, const char *mode_name); // add effect to the list; defined in FX.cpp @@ -741,6 +746,7 @@ class WS2812FX { // 96 bytes hasCCTBus(void), // return true if the strip is being sent pixel updates isUpdating(void), + deserializeMap(uint8_t n=0), useLedsArray = false; inline bool isServicing(void) { return _isServicing; } @@ -762,7 +768,7 @@ class WS2812FX { // 96 bytes inline uint8_t getSegmentsNum(void) { return _segments.size(); } // returns currently present segments inline uint8_t getCurrSegmentId(void) { return _segment_index; } inline uint8_t getMainSegmentId(void) { return _mainSegment; } - inline uint8_t getPaletteCount() { return 13 + GRADIENT_PALETTE_COUNT; } + inline uint8_t getPaletteCount() { return 13 + GRADIENT_PALETTE_COUNT; } // will only return built-in palette count inline uint8_t getTargetFps() { return _targetFps; } inline uint8_t getModeCount() { return _modeCount; } @@ -804,24 +810,24 @@ class WS2812FX { // 96 bytes #ifndef WLED_DISABLE_2D #define WLED_MAX_PANELS 64 uint8_t - hPanels, - vPanels; + panels; - uint16_t - panelH, - panelW, - matrixWidth, - matrixHeight; - - typedef struct panel_bitfield_t { - bool bottomStart : 1; // starts at bottom? - bool rightStart : 1; // starts on right? - bool vertical : 1; // is vertical? - bool serpentine : 1; // is serpentine? + typedef struct panel_t { + uint16_t xOffset; // x offset relative to the top left of matrix in LEDs + uint16_t yOffset; // y offset relative to the top left of matrix in LEDs + uint8_t width; // width of the panel + uint8_t height; // height of the panel + union { + uint8_t options; + struct { + bool bottomStart : 1; // starts at bottom? + bool rightStart : 1; // starts on right? + bool vertical : 1; // is vertical? + bool serpentine : 1; // is serpentine? + }; + }; } Panel; - Panel - matrix, - panel[WLED_MAX_PANELS]; + std::vector panel; #endif void @@ -874,9 +880,9 @@ class WS2812FX { // 96 bytes uint16_t* customMappingTable; uint16_t customMappingSize; - + uint32_t _lastShow; - + uint8_t _segment_index; uint8_t _mainSegment; diff --git a/wled00/FX_2Dfcn.cpp b/wled00/FX_2Dfcn.cpp index 7159bcb05..c7fbd2757 100644 --- a/wled00/FX_2Dfcn.cpp +++ b/wled00/FX_2Dfcn.cpp @@ -1,6 +1,6 @@ /* FX_2Dfcn.cpp contains all 2D utility functions - + LICENSE The MIT License (MIT) Copyright (c) 2022 Blaz Kristan (https://blaz.at/home) @@ -29,8 +29,8 @@ // setUpMatrix() - constructs ledmap array from matrix of panels with WxH pixels // this converts physical (possibly irregular) LED arrangement into well defined // array of logical pixels: fist entry corresponds to left-topmost logical pixel -// followed by horizontal pixels, when matrixWidth logical pixels are added they -// are followed by next row (down) of matrixWidth pixels (and so forth) +// followed by horizontal pixels, when Segment::maxWidth logical pixels are added they +// are followed by next row (down) of Segment::maxWidth pixels (and so forth) // note: matrix may be comprised of multiple panels each with different orientation // but ledmap takes care of that. ledmap is constructed upon initialization // so matrix should disable regular ledmap processing @@ -41,70 +41,117 @@ void WS2812FX::setUpMatrix() { customMappingTable = nullptr; customMappingSize = 0; + // isMatrix is set in cfg.cpp or set.cpp if (isMatrix) { - matrixWidth = hPanels * panelW; - matrixHeight = vPanels * panelH; + // calculate width dynamically because it will have gaps + Segment::maxWidth = 1; + Segment::maxHeight = 1; + for (size_t i = 0; i < panel.size(); i++) { + Panel &p = panel[i]; + if (p.xOffset + p.width > Segment::maxWidth) { + Segment::maxWidth = p.xOffset + p.width; + } + if (p.yOffset + p.height > Segment::maxHeight) { + Segment::maxHeight = p.yOffset + p.height; + } + } // safety check - if (matrixWidth * matrixHeight > MAX_LEDS) { - matrixWidth = _length; - matrixHeight = 1; + if (Segment::maxWidth * Segment::maxHeight > MAX_LEDS || Segment::maxWidth <= 1 || Segment::maxHeight <= 1) { + DEBUG_PRINTLN(F("2D Bounds error.")); isMatrix = false; + Segment::maxWidth = _length; + Segment::maxHeight = 1; + panels = 0; + panel.clear(); // release memory allocated by panels + resetSegments(); return; } - customMappingSize = matrixWidth * matrixHeight; - customMappingTable = new uint16_t[customMappingSize]; + customMappingTable = new uint16_t[Segment::maxWidth * Segment::maxHeight]; if (customMappingTable != nullptr) { - uint16_t startL; // index in custom mapping array (logical strip) - uint16_t startP; // position of 1st pixel of panel on (virtual) strip - uint16_t x, y, offset; - uint8_t h = matrix.vertical ? vPanels : hPanels; - uint8_t v = matrix.vertical ? hPanels : vPanels; + customMappingSize = Segment::maxWidth * Segment::maxHeight; - for (uint8_t j=0, p=0; j(); + gapSize = map.size(); + if (!map.isNull() && gapSize >= customMappingSize) { // not an empty map + gapTable = new int8_t[gapSize]; + if (gapTable) for (size_t i = 0; i < gapSize; i++) { + gapTable[i] = constrain(map[i], -1, 1); } } } + DEBUG_PRINTLN(F("Gaps loaded.")); + releaseJSONBufferLock(); } + + uint16_t x, y, pix=0; //pixel + for (size_t pan = 0; pan < panel.size(); pan++) { + Panel &p = panel[pan]; + uint16_t h = p.vertical ? p.height : p.width; + uint16_t v = p.vertical ? p.width : p.height; + for (size_t j = 0; j < v; j++){ + for(size_t i = 0; i < h; i++) { + y = (p.vertical?p.rightStart:p.bottomStart) ? v-j-1 : j; + x = (p.vertical?p.bottomStart:p.rightStart) ? h-i-1 : i; + x = p.serpentine && j%2 ? h-x-1 : x; + size_t index = (p.yOffset + (p.vertical?x:y)) * Segment::maxWidth + p.xOffset + (p.vertical?y:x); + if (!gapTable || (gapTable && gapTable[index] > 0)) customMappingTable[index] = pix; // a useful pixel (otherwise -1 is retained) + if (!gapTable || (gapTable && gapTable[index] >= 0)) pix++; // not a missing pixel + } + } + } + + // delete gap array as we no longer need it + if (gapTable) delete[] gapTable; + #ifdef WLED_DEBUG DEBUG_PRINT(F("Matrix ledmap:")); for (uint16_t i=0; i= customMappingSize) return; #else uint16_t index = x; -#endif if (index >= _length) return; +#endif if (index < customMappingSize) index = customMappingTable[index]; busses.setPixelColor(index, col); } @@ -125,11 +173,12 @@ void IRAM_ATTR WS2812FX::setPixelColorXY(int x, int y, uint32_t col) // returns RGBW values of pixel uint32_t WS2812FX::getPixelColorXY(uint16_t x, uint16_t y) { #ifndef WLED_DISABLE_2D - uint16_t index = (y * matrixWidth + x); + uint16_t index = (y * Segment::maxWidth + x); + if (index >= customMappingSize) return 0; // customMappingSize is always W * H of matrix in 2D setup #else uint16_t index = x; -#endif if (index >= _length) return 0; +#endif if (index < customMappingSize) index = customMappingTable[index]; return busses.getPixelColor(index); } @@ -149,12 +198,13 @@ uint16_t IRAM_ATTR Segment::XY(uint16_t x, uint16_t y) { void IRAM_ATTR Segment::setPixelColorXY(int x, int y, uint32_t col) { - if (!strip.isMatrix) return; // not a matrix set-up + if (Segment::maxHeight==1) return; // not a matrix set-up if (x >= virtualWidth() || y >= virtualHeight() || x<0 || y<0) return; // if pixel would fall out of virtual segment just exit if (leds) leds[XY(x,y)] = col; uint8_t _bri_t = currentBri(on ? opacity : 0); + if (!_bri_t && !transitional) return; if (_bri_t < 255) { byte r = scale8(R(col), _bri_t); byte g = scale8(G(col), _bri_t); @@ -196,7 +246,7 @@ void IRAM_ATTR Segment::setPixelColorXY(int x, int y, uint32_t col) // anti-aliased version of setPixelColorXY() void Segment::setPixelColorXY(float x, float y, uint32_t col, bool aa) { - if (!strip.isMatrix) return; // not a matrix set-up + if (Segment::maxHeight==1) return; // not a matrix set-up if (x<0.0f || x>1.0f || y<0.0f || y>1.0f) return; // not normalized const uint16_t cols = virtualWidth(); @@ -262,7 +312,7 @@ void Segment::addPixelColorXY(int x, int y, uint32_t color) { void Segment::fadePixelColorXY(uint16_t x, uint16_t y, uint8_t fade) { CRGB pix = CRGB(getPixelColorXY(x,y)).nscale8_video(fade); - setPixelColor(x, y, pix); + setPixelColorXY(x, y, pix); } // blurRow: perform a blur on a row of a rectangular matrix @@ -419,6 +469,29 @@ void Segment::move(uint8_t dir, uint8_t delta) { } } +void Segment::draw_circle(uint16_t cx, uint16_t cy, uint8_t radius, CRGB col) { + // Bresenham’s Algorithm + int d = 3 - (2*radius); + int y = radius, x = 0; + while (y >= x) { + setPixelColorXY(cx+x, cy+y, col); + setPixelColorXY(cx-x, cy+y, col); + setPixelColorXY(cx+x, cy-y, col); + setPixelColorXY(cx-x, cy-y, col); + setPixelColorXY(cx+y, cy+x, col); + setPixelColorXY(cx-y, cy+x, col); + setPixelColorXY(cx+y, cy-x, col); + setPixelColorXY(cx-y, cy-x, col); + x++; + if (d > 0) { + y--; + d += 4 * (x - y) + 10; + } else { + d += 4 * x + 6; + } + } +} + // by stepko, taken from https://editor.soulmatelights.com/gallery/573-blobs void Segment::fill_circle(uint16_t cx, uint16_t cy, uint8_t radius, CRGB col) { const uint16_t cols = virtualWidth(); @@ -428,7 +501,7 @@ void Segment::fill_circle(uint16_t cx, uint16_t cy, uint8_t radius, CRGB col) { if (x * x + y * y <= radius * radius && int16_t(cx)+x>=0 && int16_t(cy)+y>=0 && int16_t(cx)+x= cols || x1 >= cols || y0 >= rows || y1 >= rows) return; const int16_t dx = abs(x1-x0), sx = x0dy ? dx : -dy)/2, e2; for (;;) { - addPixelColorXY(x0,y0,c); + setPixelColorXY(x0,y0,c); if (x0==x1 && y0==y1) break; e2 = err; if (e2 >-dx) { err -= dy; x0 += sx; } @@ -466,13 +539,16 @@ void Segment::drawLine(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint3 // draws a raster font character on canvas // only supports: 4x6=24, 5x8=40, 5x12=60, 6x8=48 and 7x9=63 fonts ATM -void Segment::drawCharacter(unsigned char chr, int16_t x, int16_t y, uint8_t w, uint8_t h, uint32_t color) { +void Segment::drawCharacter(unsigned char chr, int16_t x, int16_t y, uint8_t w, uint8_t h, uint32_t color, uint32_t col2) { if (chr < 32 || chr > 126) return; // only ASCII 32-126 supported chr -= 32; // align with font table entries const uint16_t cols = virtualWidth(); const uint16_t rows = virtualHeight(); const int font = w*h; + CRGB col = CRGB(color); + CRGBPalette16 grad = CRGBPalette16(col, col2 ? CRGB(col2) : col); + //if (w<5 || w>6 || h!=8) return; for (int i = 0; i= 0 || x0 < cols) && ((bits>>(j+(8-w))) & 0x01)) { // bit set & drawing on-screen - addPixelColorXY(x0, y0, color); + setPixelColorXY(x0, y0, col); } } } diff --git a/wled00/FX_fcn.cpp b/wled00/FX_fcn.cpp index 218362528..e43a7bc4d 100644 --- a/wled00/FX_fcn.cpp +++ b/wled00/FX_fcn.cpp @@ -75,6 +75,8 @@ /////////////////////////////////////////////////////////////////////////////// uint16_t Segment::_usedSegmentData = 0U; // amount of RAM all segments use for their data[] CRGB *Segment::_globalLeds = nullptr; +uint16_t Segment::maxWidth = DEFAULT_LED_COUNT; +uint16_t Segment::maxHeight = 1; // copy constructor Segment::Segment(const Segment &orig) { @@ -172,18 +174,18 @@ void Segment::deallocateData() { _dataLen = 0; } -/** +/** * If reset of this segment was requested, clears runtime * settings of this segment. * Must not be called while an effect mode function is running - * because it could access the data buffer and this method + * because it could access the data buffer and this method * may free that data buffer. */ void Segment::resetIfRequired() { if (reset) { if (leds && !Segment::_globalLeds) { free(leds); leds = nullptr; } //if (_t) { delete _t; _t = nullptr; transitional = false; } - next_time = 0; step = 0; call = 0; aux0 = 0; aux1 = 0; + next_time = 0; step = 0; call = 0; aux0 = 0; aux1 = 0; reset = false; // setOption(SEG_OPTION_RESET, false); } } @@ -192,7 +194,7 @@ void Segment::setUpLeds() { // deallocation happens in resetIfRequired() as it is called when segment changes or in destructor if (Segment::_globalLeds) #ifndef WLED_DISABLE_2D - leds = &Segment::_globalLeds[start + startY*strip.matrixWidth]; // TODO: remove this hack + leds = &Segment::_globalLeds[start + startY*Segment::maxWidth]; #else leds = &Segment::_globalLeds[start]; #endif @@ -209,6 +211,7 @@ void Segment::setUpLeds() { CRGBPalette16 &Segment::loadPalette(CRGBPalette16 &targetPalette, uint8_t pal) { static unsigned long _lastPaletteChange = 0; // perhaps it should be per segment static CRGBPalette16 randomPalette = CRGBPalette16(DEFAULT_COLOR); + static CRGBPalette16 prevRandomPalette = CRGBPalette16(CRGB(BLACK)); byte tcp[72]; if (pal < 245 && pal > GRADIENT_PALETTE_COUNT+13) pal = 0; if (pal > 245 && (strip.customPalettes.size() == 0 || 255U-pal > strip.customPalettes.size()-1)) pal = 0; @@ -223,21 +226,34 @@ CRGBPalette16 &Segment::loadPalette(CRGBPalette16 &targetPalette, uint8_t pal) { case FX_MODE_NOISE16_4 : pal = 26; break; // landscape 33 case FX_MODE_GLITTER : pal = 11; break; // rainbow colors case FX_MODE_SUNRISE : pal = 35; break; // heat palette - case FX_MODE_FLOW : pal = 6; break; // party + case FX_MODE_RAILWAY : pal = 3; break; // prim + sec } switch (pal) { case 0: //default palette. Exceptions for specific effects above targetPalette = PartyColors_p; break; - case 1: //periodically replace palette with a random one. Doesn't work with multiple FastLED segments - if (millis() - _lastPaletteChange > 5000 /*+ ((uint32_t)(255-intensity))*100*/) { + case 1: {//periodically replace palette with a random one. Transition palette change in 500ms + uint32_t timeSinceLastChange = millis() - _lastPaletteChange; + if (timeSinceLastChange > 5000 /*+ ((uint32_t)(255-intensity))*100*/) { + prevRandomPalette = randomPalette; randomPalette = CRGBPalette16( CHSV(random8(), random8(160, 255), random8(128, 255)), CHSV(random8(), random8(160, 255), random8(128, 255)), CHSV(random8(), random8(160, 255), random8(128, 255)), CHSV(random8(), random8(160, 255), random8(128, 255))); _lastPaletteChange = millis(); + timeSinceLastChange = 0; } - targetPalette = randomPalette; break; + if (timeSinceLastChange <= 250) { + targetPalette = prevRandomPalette; + // there needs to be 255 palette blends (48) for full blend but that is too resource intensive + // so 128 is a compromise (we need to perform full blend of the two palettes as each segment can have random + // palette selected but only 2 static palettes are used) + size_t noOfBlends = ((128U * timeSinceLastChange) / 250U); + for (size_t i=0; i_modeP; - } else { - return newMode; - } + return (progress()>32767U) ? newMode : _t->_modeP; // change effect in the middle of transition } uint32_t Segment::currentColor(uint8_t slot, uint32_t colorNew) { @@ -365,10 +377,47 @@ void Segment::handleTransition() { } } +void Segment::set(uint16_t i1, uint16_t i2, uint8_t grp, uint8_t spc, uint16_t ofs, uint16_t i1Y, uint16_t i2Y) { + //return if neither bounds nor grouping have changed + bool boundsUnchanged = (start == i1 && stop == i2); + #ifndef WLED_DISABLE_2D + if (Segment::maxHeight>1) boundsUnchanged &= (startY == i1Y && stopY == i2Y); // 2D + #endif + if (boundsUnchanged + && (!grp || (grouping == grp && spacing == spc)) + && (ofs == UINT16_MAX || ofs == offset)) return; + + if (stop) fill(BLACK); //turn old segment range off + if (i2 <= i1) { //disable segment + stop = 0; + markForReset(); + return; + } + if (i1 < Segment::maxWidth || (i1 >= Segment::maxWidth*Segment::maxHeight && i1 < strip.getLengthTotal())) start = i1; // Segment::maxWidth equals strip.getLengthTotal() for 1D + stop = i2 > Segment::maxWidth*Segment::maxHeight ? MIN(i2,strip.getLengthTotal()) : (i2 > Segment::maxWidth ? Segment::maxWidth : MAX(1,i2)); + startY = 0; + stopY = 1; + #ifndef WLED_DISABLE_2D + if (Segment::maxHeight>1) { // 2D + if (i1Y < Segment::maxHeight) startY = i1Y; + stopY = i2Y > Segment::maxHeight ? Segment::maxHeight : MAX(1,i2Y); + } + #endif + if (grp) { + grouping = grp; + spacing = spc; + } + if (ofs < UINT16_MAX) offset = ofs; + markForReset(); + if (!boundsUnchanged) refreshLightCapabilities(); +} + + bool Segment::setColor(uint8_t slot, uint32_t c) { //returns true if changed if (slot >= NUM_COLORS || c == colors[slot]) return false; if (fadeTransition) startTransition(strip.getTransition()); // start transition prior to change colors[slot] = c; + stateChanged = true; // send UDP/WS broadcast return true; } @@ -381,12 +430,14 @@ void Segment::setCCT(uint16_t k) { if (cct == k) return; if (fadeTransition) startTransition(strip.getTransition()); // start transition prior to change cct = k; + stateChanged = true; // send UDP/WS broadcast } void Segment::setOpacity(uint8_t o) { if (opacity == o) return; if (fadeTransition) startTransition(strip.getTransition()); // start transition prior to change opacity = o; + stateChanged = true; // send UDP/WS broadcast } void Segment::setOption(uint8_t n, bool val) { @@ -394,6 +445,7 @@ void Segment::setOption(uint8_t n, bool val) { if (fadeTransition && n == SEG_OPTION_ON && val != prevOn) startTransition(strip.getTransition()); // start transition prior to change if (val) options |= 0x01 << n; else options &= ~(0x01 << n); + if (!(n == SEG_OPTION_SELECTED || n == SEG_OPTION_RESET || n == SEG_OPTION_TRANSITIONAL)) stateChanged = true; // send UDP/WS broadcast } void Segment::setMode(uint8_t fx, bool loadDefaults) { @@ -407,34 +459,34 @@ void Segment::setMode(uint8_t fx, bool loadDefaults) { // load default values from effect string if (loadDefaults) { int16_t sOpt; - sOpt = extractModeDefaults(fx, "sx"); if (sOpt >= 0) speed = sOpt; - sOpt = extractModeDefaults(fx, "ix"); if (sOpt >= 0) intensity = sOpt; - sOpt = extractModeDefaults(fx, "c1"); if (sOpt >= 0) custom1 = sOpt; - sOpt = extractModeDefaults(fx, "c2"); if (sOpt >= 0) custom2 = sOpt; - sOpt = extractModeDefaults(fx, "c3"); if (sOpt >= 0) custom3 = sOpt; - sOpt = extractModeDefaults(fx, "mp12"); if (sOpt >= 0) map1D2D = constrain(sOpt, 0, 7); - sOpt = extractModeDefaults(fx, "ssim"); if (sOpt >= 0) soundSim = constrain(sOpt, 0, 7); + sOpt = extractModeDefaults(fx, "sx"); speed = (sOpt >= 0) ? sOpt : DEFAULT_SPEED; + sOpt = extractModeDefaults(fx, "ix"); intensity = (sOpt >= 0) ? sOpt : DEFAULT_INTENSITY; + sOpt = extractModeDefaults(fx, "c1"); custom1 = (sOpt >= 0) ? sOpt : DEFAULT_C1; + sOpt = extractModeDefaults(fx, "c2"); custom2 = (sOpt >= 0) ? sOpt : DEFAULT_C2; + sOpt = extractModeDefaults(fx, "c3"); custom3 = (sOpt >= 0) ? sOpt : DEFAULT_C3; + sOpt = extractModeDefaults(fx, "o1"); check1 = (sOpt >= 0) ? (bool)sOpt : false; + sOpt = extractModeDefaults(fx, "o2"); check2 = (sOpt >= 0) ? (bool)sOpt : false; + sOpt = extractModeDefaults(fx, "o3"); check3 = (sOpt >= 0) ? (bool)sOpt : false; + sOpt = extractModeDefaults(fx, "m12"); if (sOpt >= 0) map1D2D = constrain(sOpt, 0, 7); + sOpt = extractModeDefaults(fx, "si"); if (sOpt >= 0) soundSim = constrain(sOpt, 0, 7); sOpt = extractModeDefaults(fx, "rev"); if (sOpt >= 0) reverse = (bool)sOpt; sOpt = extractModeDefaults(fx, "mi"); if (sOpt >= 0) mirror = (bool)sOpt; // NOTE: setting this option is a risky business sOpt = extractModeDefaults(fx, "rY"); if (sOpt >= 0) reverse_y = (bool)sOpt; sOpt = extractModeDefaults(fx, "mY"); if (sOpt >= 0) mirror_y = (bool)sOpt; // NOTE: setting this option is a risky business - sOpt = extractModeDefaults(fx, "pal"); - if (sOpt >= 0 && (size_t)sOpt < strip.getPaletteCount() + strip.customPalettes.size()) { - if (sOpt != palette) { - palette = sOpt; - } - } + sOpt = extractModeDefaults(fx, "pal"); if (sOpt >= 0) setPalette(sOpt); //else setPalette(0); } + stateChanged = true; // send UDP/WS broadcast } } } void Segment::setPalette(uint8_t pal) { - if (pal < strip.getPaletteCount()) { - if (pal != palette) { - if (strip.paletteFade) startTransition(strip.getTransition()); - palette = pal; - } + if (pal < 245 && pal > GRADIENT_PALETTE_COUNT+13) pal = 0; // built in palettes + if (pal > 245 && (strip.customPalettes.size() == 0 || 255U-pal > strip.customPalettes.size()-1)) pal = 0; // custom palettes + if (pal != palette) { + if (strip.paletteFade) startTransition(strip.getTransition()); + palette = pal; + stateChanged = true; // send UDP/WS broadcast } } @@ -500,7 +552,7 @@ void IRAM_ATTR Segment::setPixelColor(int i, uint32_t col) if (i >= virtualLength() || i<0) return; // if pixel would fall out of segment just exit #ifndef WLED_DISABLE_2D - if (is2D()) { // if this does not work use strip.isMatrix + if (is2D()) { uint16_t vH = virtualHeight(); // segment height in logical pixels uint16_t vW = virtualWidth(); switch (map1D2D) { @@ -525,6 +577,20 @@ void IRAM_ATTR Segment::setPixelColor(int i, uint32_t col) int y = roundf(cos_t(rad) * i); setPixelColorXY(x, y, col); } + // Bresenham’s Algorithm (may not fill every pixel) + //int d = 3 - (2*i); + //int y = i, x = 0; + //while (y >= x) { + // setPixelColorXY(x, y, col); + // setPixelColorXY(y, x, col); + // x++; + // if (d > 0) { + // y--; + // d += 4 * (x - y) + 10; + // } else { + // d += 4 * x + 6; + // } + //} } break; case M12_pCorner: @@ -533,13 +599,15 @@ void IRAM_ATTR Segment::setPixelColor(int i, uint32_t col) break; } return; - } else if (strip.isMatrix && (width()==1 || height()==1)) { // TODO remove this hack - // we have a vertical or horizontal 1D segment (WARNING: virtual...() may be transposed) - int x = 0, y = 0; - if (virtualHeight()>1) y = i; - if (virtualWidth() >1) x = i; - setPixelColorXY(x, y, col); - return; + } else if (Segment::maxHeight!=1 && (width()==1 || height()==1)) { + if (start < Segment::maxWidth*Segment::maxHeight) { + // we have a vertical or horizontal 1D segment (WARNING: virtual...() may be transposed) + int x = 0, y = 0; + if (virtualHeight()>1) y = i; + if (virtualWidth() >1) x = i; + setPixelColorXY(x, y, col); + return; + } } #endif @@ -547,6 +615,7 @@ void IRAM_ATTR Segment::setPixelColor(int i, uint32_t col) uint16_t len = length(); uint8_t _bri_t = currentBri(on ? opacity : 0); + if (!_bri_t && !transitional) return; if (_bri_t < 255) { byte r = scale8(R(col), _bri_t); byte g = scale8(G(col), _bri_t); @@ -571,7 +640,7 @@ void IRAM_ATTR Segment::setPixelColor(int i, uint32_t col) uint16_t indexSet = i + ((reverse) ? -j : j); if (indexSet >= start && indexSet < stop) { if (mirror) { //set the corresponding mirrored pixel - uint16_t indexMir = stop - indexSet + start - 1; + uint16_t indexMir = stop - indexSet + start - 1; indexMir += offset; // offset/phase if (indexMir >= stop) indexMir -= len; // wrap strip.setPixelColor(indexMir, col); @@ -621,7 +690,7 @@ uint32_t Segment::getPixelColor(int i) i &= 0xFFFF; #ifndef WLED_DISABLE_2D - if (is2D()) { // if this does not work use strip.isMatrix + if (is2D()) { uint16_t vH = virtualHeight(); // segment height in logical pixels uint16_t vW = virtualWidth(); switch (map1D2D) { @@ -671,39 +740,54 @@ uint8_t Segment::differs(Segment& b) const { if (startY != b.startY) d |= SEG_DIFFERS_BOUNDS; if (stopY != b.stopY) d |= SEG_DIFFERS_BOUNDS; - //bit pattern: msb first: [transposed mirrorY reverseY] transitional (tbd) paused needspixelstate mirrored on reverse selected - if ((options & 0b1111111110011110) != (b.options & 0b1111111110011110)) d |= SEG_DIFFERS_OPT; - if ((options & 0x01) != (b.options & 0x01)) d |= SEG_DIFFERS_SEL; - - for (uint8_t i = 0; i < NUM_COLORS; i++) if (colors[i] != b.colors[i]) d |= SEG_DIFFERS_COL; + //bit pattern: (msb first) sound:3, mapping:3, transposed, mirrorY, reverseY, [transitional, reset,] paused, mirrored, on, reverse, [selected] + if ((options & 0b1111111110011110U) != (b.options & 0b1111111110011110U)) d |= SEG_DIFFERS_OPT; + if ((options & 0x0001U) != (b.options & 0x0001U)) d |= SEG_DIFFERS_SEL; + for (uint8_t i = 0; i < NUM_COLORS; i++) if (colors[i] != b.colors[i]) d |= SEG_DIFFERS_COL; return d; } void Segment::refreshLightCapabilities() { - uint8_t capabilities = 0x01; + uint8_t capabilities = 0; + uint16_t segStartIdx = 0xFFFFU; + uint16_t segStopIdx = 0; + + if (start < Segment::maxWidth * Segment::maxHeight) { + // we are withing 2D matrix (includes 1D segments) + for (int y = startY; y < stopY; y++) for (int x = start; x < stop; x++) { + uint16_t index = x + Segment::maxWidth * y; + if (index < strip.customMappingSize) index = strip.customMappingTable[index]; // convert logical address to physical + if (index < 0xFFFFU) { + if (segStartIdx > index) segStartIdx = index; + if (segStopIdx < index) segStopIdx = index; + } + } + } else { + // we are on the strip located after the matrix + segStartIdx = start; + segStopIdx = stop; + } for (uint8_t b = 0; b < busses.getNumBusses(); b++) { Bus *bus = busses.getBus(b); if (bus == nullptr || bus->getLength()==0) break; if (!bus->isOk()) continue; - if (bus->getStart() >= stop) continue; - if (bus->getStart() + bus->getLength() <= start) continue; + if (bus->getStart() >= segStopIdx) continue; + if (bus->getStart() + bus->getLength() <= segStartIdx) continue; - uint8_t type = bus->getType(); - if (type == TYPE_ANALOG_1CH || (!cctFromRgb && type == TYPE_ANALOG_2CH)) capabilities &= 0xFE; // does not support RGB - if (bus->isRgbw()) capabilities |= 0x02; // segment supports white channel - if (!cctFromRgb) { - switch (type) { - case TYPE_ANALOG_5CH: - case TYPE_ANALOG_2CH: - capabilities |= 0x04; //segment supports white CCT - } + //uint8_t type = bus->getType(); + if (bus->hasRGB() || (cctFromRgb && bus->hasCCT())) capabilities |= SEG_CAPABILITY_RGB; + if (!cctFromRgb && bus->hasCCT()) capabilities |= SEG_CAPABILITY_CCT; + if (correctWB && (bus->hasRGB() || bus->hasCCT())) capabilities |= SEG_CAPABILITY_CCT; //white balance correction (CCT slider) + if (bus->hasWhite()) { + uint8_t aWM = Bus::getGlobalAWMode() == AW_GLOBAL_DISABLED ? bus->getAutoWhiteMode() : Bus::getGlobalAWMode(); + bool whiteSlider = (aWM == RGBW_MODE_DUAL || aWM == RGBW_MODE_MANUAL_ONLY); // white slider allowed + // if auto white calculation from RGB is active (Accurate/Brighter), force RGB controls even if there are no RGB busses + if (!whiteSlider) capabilities |= SEG_CAPABILITY_RGB; + // if auto white calculation from RGB is disabled/optional (None/Dual), allow white channel adjustments + if ( whiteSlider) capabilities |= SEG_CAPABILITY_W; } - if (correctWB && type != TYPE_ANALOG_1CH) capabilities |= 0x04; //white balance correction (uses CCT slider) - uint8_t aWM = Bus::getAutoWhiteMode()<255 ? Bus::getAutoWhiteMode() : bus->getAWMode(); - bool whiteSlider = (aWM == RGBW_MODE_DUAL || aWM == RGBW_MODE_MANUAL_ONLY); // white slider allowed - if (bus->isRgbw() && (whiteSlider || !(capabilities & 0x01))) capabilities |= 0x08; // allow white channel adjustments (AWM allows or is not RGB) } _capabilities = capabilities; } @@ -827,7 +911,7 @@ void Segment::blur(uint8_t blur_amount) * The colours are a transition r -> g -> b -> back to r * Inspired by the Adafruit examples. */ -uint32_t Segment::color_wheel(uint8_t pos) { // TODO +uint32_t Segment::color_wheel(uint8_t pos) { if (palette) return color_from_palette(pos, false, true, 0); pos = 255 - pos; if(pos < 85) { @@ -860,7 +944,7 @@ uint8_t Segment::get_random_wheel_index(uint8_t pos) { * Gets a single color from the currently selected palette. * @param i Palette Index (if mapping is true, the full palette will be _virtualSegmentLength long, if false, 255). Will wrap around automatically. * @param mapping if true, LED position in segment is considered for color - * @param wrap FastLED palettes will usally wrap back to the start smoothly. Set false to get a hard edge + * @param wrap FastLED palettes will usually wrap back to the start smoothly. Set false to get a hard edge * @param mcol If the default palette 0 is selected, return the standard color 0, 1 or 2 instead. If >2, Party palette is used instead * @param pbri Value to scale the brightness of the returned color by. Default is 255. (no scaling) * @returns Single color from palette @@ -916,13 +1000,13 @@ void WS2812FX::finalizeInit(void) const uint8_t defNumBusses = ((sizeof defDataPins) / (sizeof defDataPins[0])); const uint8_t defNumCounts = ((sizeof defCounts) / (sizeof defCounts[0])); uint16_t prevLen = 0; - for (uint8_t i = 0; i < defNumBusses && i < WLED_MAX_BUSSES; i++) { + for (uint8_t i = 0; i < defNumBusses && i < WLED_MAX_BUSSES+WLED_MIN_VIRTUAL_BUSSES; i++) { uint8_t defPin[] = {defDataPins[i]}; uint16_t start = prevLen; uint16_t count = defCounts[(i < defNumCounts) ? i : defNumCounts -1]; prevLen += count; BusConfig defCfg = BusConfig(DEFAULT_LED_TYPE, defPin, start, count, DEFAULT_LED_COLOR_ORDER, false, 0, RGBW_MODE_MANUAL_ONLY); - busses.add(defCfg); + if (busses.add(defCfg) == -1) break; } } @@ -932,7 +1016,7 @@ void WS2812FX::finalizeInit(void) if (bus == nullptr) continue; if (bus->getStart() + bus->getLength() > MAX_LEDS) break; //RGBW mode is enabled if at least one of the strips is RGBW - _hasWhiteChannel |= bus->isRgbw(); + _hasWhiteChannel |= bus->hasWhite(); //refresh is required to remain off if at least one of the strips requires the refresh. _isOffRefreshRequired |= bus->isOffRefreshRequired(); uint16_t busEnd = bus->getStart() + bus->getLength(); @@ -946,6 +1030,12 @@ void WS2812FX::finalizeInit(void) #endif } + if (isMatrix) setUpMatrix(); + else { + Segment::maxWidth = _length; + Segment::maxHeight = 1; + } + //initialize leds array. TBD: realloc if nr of leds change if (Segment::_globalLeds) { purgeSegments(true); @@ -953,17 +1043,21 @@ void WS2812FX::finalizeInit(void) Segment::_globalLeds = nullptr; } if (useLedsArray) { + size_t arrSize = sizeof(CRGB) * MAX(_length, Segment::maxWidth*Segment::maxHeight); #if defined(ARDUINO_ARCH_ESP32) && defined(WLED_USE_PSRAM) if (psramFound()) - Segment::_globalLeds = (CRGB*) ps_malloc(sizeof(CRGB) * _length); + Segment::_globalLeds = (CRGB*) ps_malloc(arrSize); else #endif - Segment::_globalLeds = (CRGB*) malloc(sizeof(CRGB) * _length); - memset(Segment::_globalLeds, 0, sizeof(CRGB) * _length); + Segment::_globalLeds = (CRGB*) malloc(arrSize); + memset(Segment::_globalLeds, 0, arrSize); } //segments are created in makeAutoSegments(); - setBrightness(_brightness); + DEBUG_PRINTLN(F("Loading custom palettes")); + loadCustomPalettes(); // (re)load all custom palettes + DEBUG_PRINTLN(F("Loading custom ledmaps")); + deserializeMap(); // (re)load default ledmap } void WS2812FX::service() { @@ -1002,7 +1096,7 @@ void WS2812FX::service() { //if (seg.transitional && seg._modeP) (*_mode[seg._modeP])(progress()); delay = (*_mode[seg.currentMode(seg.mode)])(); if (seg.mode != FX_MODE_HALLOWEEN_EYES) seg.call++; - if (seg.transitional && delay > FRAMETIME) delay = FRAMETIME; // foce faster updates during transition + if (seg.transitional && delay > FRAMETIME) delay = FRAMETIME; // force faster updates during transition seg.handleTransition(); } @@ -1043,7 +1137,7 @@ uint32_t WS2812FX::getPixelColor(uint16_t i) //Stay safe with high amperage and have a reasonable safety margin! //I am NOT to be held liable for burned down garages! -//fine tune power estimation constants for your setup +//fine tune power estimation constants for your setup #define MA_FOR_ESP 100 //how much mA does the ESP use (Wemos D1 about 80mA, ESP32 about 120mA) //you can set it to 0 if the ESP is powered by USB and the LEDs by external @@ -1093,7 +1187,7 @@ void WS2812FX::estimateCurrentAndLimitBri() { } } - if (bus->isRgbw()) { //RGBW led total output with white LEDs enabled is still 50mA, so each channel uses less + if (bus->hasWhite()) { //RGBW led total output with white LEDs enabled is still 50mA, so each channel uses less busPowerSum *= 3; busPowerSum = busPowerSum >> 2; //same as /= 4 } @@ -1102,7 +1196,7 @@ void WS2812FX::estimateCurrentAndLimitBri() { uint32_t powerSum0 = powerSum; powerSum *= _brightness; - + if (powerSum > powerBudget) //scale brightness down to stay in current limit { float scale = (float)powerBudget / (float)powerSum; @@ -1126,7 +1220,7 @@ void WS2812FX::show(void) { if (callback) callback(); estimateCurrentAndLimitBri(); - + // some buses send asynchronously and this method will return before // all of the data has been sent. // See https://github.com/Makuna/NeoPixelBus/wiki/ESP32-NeoMethods#neoesp32rmt-methods @@ -1163,7 +1257,7 @@ void WS2812FX::setTargetFps(uint8_t fps) { void WS2812FX::setMode(uint8_t segid, uint8_t m) { if (segid >= _segments.size()) return; - + if (m >= getModeCount()) m = getModeCount() - 1; if (_segments[segid].mode != m) { @@ -1261,12 +1355,7 @@ bool WS2812FX::hasRGBWBus(void) { for (size_t b = 0; b < busses.getNumBusses(); b++) { Bus *bus = busses.getBus(b); if (bus == nullptr || bus->getLength()==0) break; - switch (bus->getType()) { - case TYPE_SK6812_RGBW: - case TYPE_TM1814: - case TYPE_ANALOG_4CH: - return true; - } + if (bus->hasRGB() && bus->hasWhite()) return true; } return false; } @@ -1307,53 +1396,7 @@ Segment& WS2812FX::getSegment(uint8_t id) { void WS2812FX::setSegment(uint8_t n, uint16_t i1, uint16_t i2, uint8_t grouping, uint8_t spacing, uint16_t offset, uint16_t startY, uint16_t stopY) { if (n >= _segments.size()) return; - Segment& seg = _segments[n]; - - //return if neither bounds nor grouping have changed - bool boundsUnchanged = (seg.start == i1 && seg.stop == i2); - if (isMatrix) { - boundsUnchanged &= (seg.startY == startY && seg.stopY == stopY); - } - if (boundsUnchanged - && (!grouping || (seg.grouping == grouping && seg.spacing == spacing)) - && (offset == UINT16_MAX || offset == seg.offset)) return; - - //if (seg.stop) setRange(seg.start, seg.stop -1, BLACK); //turn old segment range off - if (seg.stop) seg.fill(BLACK); //turn old segment range off - if (i2 <= i1) //disable segment - { - // disabled segments should get removed using purgeSegments() - DEBUG_PRINT(F("-- Segment ")); DEBUG_PRINT(n); DEBUG_PRINTLN(F(" marked inactive.")); - seg.stop = 0; - //if (seg.name) { - // delete[] seg.name; - // seg.name = nullptr; - //} - // if main segment is deleted, set first active as main segment - if (n == _mainSegment) setMainSegmentId(0); - seg.markForReset(); - return; - } - if (isMatrix) { - #ifndef WLED_DISABLE_2D - if (i1 < matrixWidth) seg.start = i1; - seg.stop = i2 > matrixWidth ? matrixWidth : i2; - if (startY < matrixHeight) seg.startY = startY; - seg.stopY = stopY > matrixHeight ? matrixHeight : MAX(1,stopY); - #endif - } else { - if (i1 < _length) seg.start = i1; - seg.stop = i2 > _length ? _length : i2; - seg.startY = 0; - seg.stopY = 1; - } - if (grouping) { - seg.grouping = grouping; - seg.spacing = spacing; - } - if (offset < UINT16_MAX) seg.offset = offset; - seg.markForReset(); - if (!boundsUnchanged) seg.refreshLightCapabilities(); + _segments[n].set(i1, i2, grouping, spacing, offset, startY, stopY); } void WS2812FX::restartRuntime() { @@ -1363,7 +1406,7 @@ void WS2812FX::restartRuntime() { void WS2812FX::resetSegments() { _segments.clear(); // destructs all Segment as part of clearing #ifndef WLED_DISABLE_2D - segment seg = isMatrix ? Segment(0, matrixWidth, 0, matrixHeight) : Segment(0, _length); + segment seg = isMatrix ? Segment(0, Segment::maxWidth, 0, Segment::maxHeight) : Segment(0, _length); #else segment seg = Segment(0, _length); #endif @@ -1379,13 +1422,27 @@ void WS2812FX::makeAutoSegments(bool forceReset) { else if (getActiveSegmentsNum() == 1) { size_t i = getLastActiveSegmentId(); _segments[i].start = 0; - _segments[i].stop = matrixWidth; + _segments[i].stop = Segment::maxWidth; _segments[i].startY = 0; - _segments[i].stopY = matrixHeight; + _segments[i].stopY = Segment::maxHeight; _segments[i].grouping = 1; _segments[i].spacing = 0; _mainSegment = i; } + // do we have LEDs after the matrix? (ignore buses) + if (autoSegments && _length > Segment::maxWidth*Segment::maxHeight /*&& getActiveSegmentsNum() == 2*/) { + if (_segments.size() == getLastActiveSegmentId()+1U) { + _segments.push_back(Segment(Segment::maxWidth*Segment::maxHeight, _length)); + } else { + size_t i = getLastActiveSegmentId() + 1; + _segments[i].start = Segment::maxWidth*Segment::maxHeight; + _segments[i].stop = _length; + _segments[i].startY = 0; + _segments[i].stopY = 1; + _segments[i].grouping = 1; + _segments[i].spacing = 0; + } + } #endif } else if (autoSegments) { //make one segment per bus uint16_t segStarts[MAX_NUM_SEGMENTS] = {0}; @@ -1409,6 +1466,7 @@ void WS2812FX::makeAutoSegments(bool forceReset) { s++; } _segments.clear(); + _segments.reserve(s); // prevent reallocations for (size_t i = 0; i < s; i++) { Segment seg = Segment(segStarts[i], segStops[i]); seg.selected = true; @@ -1432,14 +1490,30 @@ void WS2812FX::makeAutoSegments(bool forceReset) { void WS2812FX::fixInvalidSegments() { //make sure no segment is longer than total (sanity check) for (size_t i = getSegmentsNum()-1; i > 0; i--) { - if (_segments[i].start >= _length) { _segments.erase(_segments.begin()+i); continue; } - if (_segments[i].stop > _length) _segments[i].stop = _length; - // this is always called as the last step after finalizeInit(), update covered bus types - _segments[i].refreshLightCapabilities(); + if (isMatrix) { + #ifndef WLED_DISABLE_2D + if (_segments[i].start >= Segment::maxWidth * Segment::maxHeight) { + // 1D segment at the end of matrix + if (_segments[i].start >= _length || _segments[i].startY > 0 || _segments[i].stopY > 1) { _segments.erase(_segments.begin()+i); continue; } + if (_segments[i].stop > _length) _segments[i].stop = _length; + continue; + } + if (_segments[i].start >= Segment::maxWidth || _segments[i].startY >= Segment::maxHeight) { _segments.erase(_segments.begin()+i); continue; } + if (_segments[i].stop > Segment::maxWidth) _segments[i].stop = Segment::maxWidth; + if (_segments[i].stopY > Segment::maxHeight) _segments[i].stopY = Segment::maxHeight; + #endif + } else { + if (_segments[i].start >= _length) { _segments.erase(_segments.begin()+i); continue; } + if (_segments[i].stop > _length) _segments[i].stop = _length; + } } + // this is always called as the last step after finalizeInit(), update covered bus types + for (segment &seg : _segments) + seg.refreshLightCapabilities(); } //true if all segments align with a bus, or if a segment covers the total length +//irrelevant in 2D set-up bool WS2812FX::checkSegmentAlignment() { bool aligned = false; for (segment &seg : _segments) { @@ -1456,8 +1530,7 @@ bool WS2812FX::checkSegmentAlignment() { //After this function is called, setPixelColor() will use that segment (offsets, grouping, ... will apply) //Note: If called in an interrupt (e.g. JSON API), original segment must be restored, //otherwise it can lead to a crash on ESP32 because _segment_index is modified while in use by the main thread -uint8_t WS2812FX::setPixelSegment(uint8_t n) -{ +uint8_t WS2812FX::setPixelSegment(uint8_t n) { uint8_t prevSegId = _segment_index; if (n < _segments.size()) { _segment_index = n; @@ -1466,8 +1539,7 @@ uint8_t WS2812FX::setPixelSegment(uint8_t n) return prevSegId; } -void WS2812FX::setRange(uint16_t i, uint16_t i2, uint32_t col) -{ +void WS2812FX::setRange(uint16_t i, uint16_t i2, uint32_t col) { if (i2 >= i) { for (uint16_t x = i; x <= i2; x++) setPixelColor(x, col); @@ -1477,14 +1549,12 @@ void WS2812FX::setRange(uint16_t i, uint16_t i2, uint32_t col) } } -void WS2812FX::setTransitionMode(bool t) -{ +void WS2812FX::setTransitionMode(bool t) { for (segment &seg : _segments) if (!seg.transitional) seg.startTransition(t ? _transitionDur : 0); } #ifdef WLED_DEBUG -void WS2812FX::printSize() -{ +void WS2812FX::printSize() { size_t size = 0; for (const Segment &seg : _segments) size += seg.getSize(); DEBUG_PRINTF("Segments: %d -> %uB\n", _segments.size(), size); @@ -1495,10 +1565,10 @@ void WS2812FX::printSize() } #endif -void WS2812FX::loadCustomPalettes() -{ +void WS2812FX::loadCustomPalettes() { byte tcp[72]; //support gradient palettes with up to 18 entries CRGBPalette16 targetPalette; + customPalettes.clear(); // start fresh for (int index = 0; index<10; index++) { char fileName[32]; sprintf_P(fileName, PSTR("/palette%d.json"), index); @@ -1510,15 +1580,28 @@ void WS2812FX::loadCustomPalettes() if (readObjectFromFile(fileName, nullptr, &pDoc)) { JsonArray pal = pDoc[F("palette")]; - if (!pal.isNull() && pal.size()>7) { // not an empty palette (at least 2 entries) - size_t palSize = MIN(pal.size(), 72); - palSize -= palSize % 4; // make sure size is multiple of 4 - for (size_t i=0; i()<256; i+=4) { - tcp[ i ] = (uint8_t) pal[ i ].as(); // index - tcp[i+1] = (uint8_t) pal[i+1].as(); // R - tcp[i+2] = (uint8_t) pal[i+2].as(); // G - tcp[i+3] = (uint8_t) pal[i+3].as(); // B - DEBUG_PRINTF("%d(%d) : %d %d %d\n", i, int(tcp[i]), int(tcp[i+1]), int(tcp[i+2]), int(tcp[i+3])); + if (!pal.isNull() && pal.size()>4) { // not an empty palette (at least 2 entries) + if (pal[0].is() && pal[1].is()) { + // we have an array of index & hex strings + size_t palSize = MIN(pal.size(), 36); + palSize -= palSize % 2; // make sure size is multiple of 2 + for (size_t i=0, j=0; i()<256; i+=2, j+=4) { + uint8_t rgbw[] = {0,0,0,0}; + tcp[ j ] = (uint8_t) pal[ i ].as(); // index + colorFromHexString(rgbw, pal[i+1].as()); // will catch non-string entires + for (size_t c=0; c<3; c++) tcp[j+1+c] = rgbw[c]; // only use RGB component + DEBUG_PRINTF("%d(%d) : %d %d %d\n", i, int(tcp[j]), int(tcp[j+1]), int(tcp[j+2]), int(tcp[j+3])); + } + } else { + size_t palSize = MIN(pal.size(), 72); + palSize -= palSize % 4; // make sure size is multiple of 4 + for (size_t i=0; i()<256; i+=4) { + tcp[ i ] = (uint8_t) pal[ i ].as(); // index + tcp[i+1] = (uint8_t) pal[i+1].as(); // R + tcp[i+2] = (uint8_t) pal[i+2].as(); // G + tcp[i+3] = (uint8_t) pal[i+3].as(); // B + DEBUG_PRINTF("%d(%d) : %d %d %d\n", i, int(tcp[i]), int(tcp[i+1]), int(tcp[i+2]), int(tcp[i+3])); + } } customPalettes.push_back(targetPalette.loadDynamicGradientPalette(tcp)); } @@ -1530,8 +1613,8 @@ void WS2812FX::loadCustomPalettes() } //load custom mapping table from JSON file (called from finalizeInit() or deserializeState()) -void WS2812FX::deserializeMap(uint8_t n) { - if (isMatrix) return; // 2D support creates its own ledmap +bool WS2812FX::deserializeMap(uint8_t n) { + // 2D support creates its own ledmap (on the fly) if a ledmap.json exists it will overwrite built one. char fileName[32]; strcpy_P(fileName, PSTR("/ledmap")); @@ -1541,24 +1624,24 @@ void WS2812FX::deserializeMap(uint8_t n) { if (!isFile) { // erase custom mapping if selecting nonexistent ledmap.json (n==0) - if (!n && customMappingTable != nullptr) { + if (!isMatrix && !n && customMappingTable != nullptr) { customMappingSize = 0; delete[] customMappingTable; customMappingTable = nullptr; } - return; + return false; } - if (!requestJSONBufferLock(7)) return; - - DEBUG_PRINT(F("Reading LED map from ")); - DEBUG_PRINTLN(fileName); + if (!requestJSONBufferLock(7)) return false; if (!readObjectFromFile(fileName, nullptr, &doc)) { releaseJSONBufferLock(); - return; //if file does not exist just exit + return false; //if file does not exist just exit } + DEBUG_PRINT(F("Reading LED map from ")); + DEBUG_PRINTLN(fileName); + // erase old custom ledmap if (customMappingTable != nullptr) { customMappingSize = 0; @@ -1571,21 +1654,17 @@ void WS2812FX::deserializeMap(uint8_t n) { customMappingSize = map.size(); customMappingTable = new uint16_t[customMappingSize]; for (uint16_t i=0; igetLastChangedProperty(); - + if (m == EspalexaDeviceProperty::on) { if (dev->getId() == 0) // Device 0 is for on/off or macros @@ -56,7 +56,7 @@ void onAlexaChange(EspalexaDevice* dev) bri = briLast; stateUpdated(CALL_MODE_ALEXA); } - } else + } else { applyPreset(macroAlexaOn, CALL_MODE_ALEXA); if (bri == 0) dev->setValue(briLast); //stop Alexa from complaining if macroAlexaOn does not actually turn on @@ -82,7 +82,7 @@ void onAlexaChange(EspalexaDevice* dev) bri = 0; stateUpdated(CALL_MODE_ALEXA); } - } else + } else { applyPreset(macroAlexaOff, CALL_MODE_ALEXA); // below for loop stops Alexa from complaining if macroAlexaOff does not actually turn off diff --git a/wled00/blynk.cpp b/wled00/blynk.cpp deleted file mode 100644 index c8103d8c4..000000000 --- a/wled00/blynk.cpp +++ /dev/null @@ -1,99 +0,0 @@ -#include "wled.h" -#ifndef WLED_DISABLE_BLYNK -#include "src/dependencies/blynk/Blynk/BlynkHandlers.h" -#endif - -/* - * Remote light control with the free Blynk app - */ - -uint16_t blHue = 0; -byte blSat = 255; - -void initBlynk(const char *auth, const char *host, uint16_t port) -{ - #ifndef WLED_DISABLE_BLYNK - if (!WLED_CONNECTED) return; - blynkEnabled = (auth[0] != 0); - if (blynkEnabled) Blynk.config(auth, host, port); - #endif -} - -void handleBlynk() -{ - #ifndef WLED_DISABLE_BLYNK - if (WLED_CONNECTED && blynkEnabled) - Blynk.run(); - #endif -} - -void updateBlynk() -{ - #ifndef WLED_DISABLE_BLYNK - if (!WLED_CONNECTED) return; - Blynk.virtualWrite(V0, bri); - //we need a RGB -> HSB convert here - Blynk.virtualWrite(V3, bri? 1:0); - Blynk.virtualWrite(V4, effectCurrent); - Blynk.virtualWrite(V5, effectSpeed); - Blynk.virtualWrite(V6, effectIntensity); - Blynk.virtualWrite(V7, nightlightActive); - Blynk.virtualWrite(V8, notifyDirect); - #endif -} - -#ifndef WLED_DISABLE_BLYNK -BLYNK_WRITE(V0) -{ - bri = param.asInt();//bri - stateUpdated(CALL_MODE_BLYNK); -} - -BLYNK_WRITE(V1) -{ - blHue = param.asInt();//hue - colorHStoRGB(blHue*10,blSat,col); - colorUpdated(CALL_MODE_BLYNK); -} - -BLYNK_WRITE(V2) -{ - blSat = param.asInt();//sat - colorHStoRGB(blHue*10,blSat,col); - colorUpdated(CALL_MODE_BLYNK); -} - -BLYNK_WRITE(V3) -{ - bool on = (param.asInt()>0); - if (!on != !bri) {toggleOnOff(); stateUpdated(CALL_MODE_BLYNK);} -} - -BLYNK_WRITE(V4) -{ - effectCurrent = param.asInt()-1;//fx - colorUpdated(CALL_MODE_BLYNK); -} - -BLYNK_WRITE(V5) -{ - effectSpeed = param.asInt();//sx - colorUpdated(CALL_MODE_BLYNK); -} - -BLYNK_WRITE(V6) -{ - effectIntensity = param.asInt();//ix - colorUpdated(CALL_MODE_BLYNK); -} - -BLYNK_WRITE(V7) -{ - nightlightActive = (param.asInt()>0); -} - -BLYNK_WRITE(V8) -{ - notifyDirect = (param.asInt()>0); //send notifications -} -#endif diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp new file mode 100644 index 000000000..6ab90b2f6 --- /dev/null +++ b/wled00/bus_manager.cpp @@ -0,0 +1,566 @@ +/* + * Class implementation for addressing various light types + */ + +#include +#include +#include "const.h" +#include "pin_manager.h" +#include "bus_wrapper.h" +#include "bus_manager.h" + +//colors.cpp +uint32_t colorBalanceFromKelvin(uint16_t kelvin, uint32_t rgb); +uint16_t approximateKelvinFromRGB(uint32_t rgb); +void colorRGBtoRGBW(byte* rgb); + +//udp.cpp +uint8_t realtimeBroadcast(uint8_t type, IPAddress client, uint16_t length, byte *buffer, uint8_t bri=255, bool isRGBW=false); + +// enable additional debug output +#if defined(WLED_DEBUG_HOST) + #include "net_debug.h" + #define DEBUGOUT NetDebug +#else + #define DEBUGOUT Serial +#endif + +#ifdef WLED_DEBUG + #ifndef ESP8266 + #include + #endif + #define DEBUG_PRINT(x) DEBUGOUT.print(x) + #define DEBUG_PRINTLN(x) DEBUGOUT.println(x) + #define DEBUG_PRINTF(x...) DEBUGOUT.printf(x) +#else + #define DEBUG_PRINT(x) + #define DEBUG_PRINTLN(x) + #define DEBUG_PRINTF(x...) +#endif + +//color mangling macros +#define RGBW32(r,g,b,w) (uint32_t((byte(w) << 24) | (byte(r) << 16) | (byte(g) << 8) | (byte(b)))) +#define R(c) (byte((c) >> 16)) +#define G(c) (byte((c) >> 8)) +#define B(c) (byte(c)) +#define W(c) (byte((c) >> 24)) + + +void ColorOrderMap::add(uint16_t start, uint16_t len, uint8_t colorOrder) { + if (_count >= WLED_MAX_COLOR_ORDER_MAPPINGS) { + return; + } + if (len == 0) { + return; + } + if (colorOrder > COL_ORDER_MAX) { + return; + } + _mappings[_count].start = start; + _mappings[_count].len = len; + _mappings[_count].colorOrder = colorOrder; + _count++; +} + +uint8_t IRAM_ATTR ColorOrderMap::getPixelColorOrder(uint16_t pix, uint8_t defaultColorOrder) const { + if (_count == 0) return defaultColorOrder; + // upper nibble containd W swap information + uint8_t swapW = defaultColorOrder >> 4; + for (uint8_t i = 0; i < _count; i++) { + if (pix >= _mappings[i].start && pix < (_mappings[i].start + _mappings[i].len)) { + return _mappings[i].colorOrder | (swapW << 4); + } + } + return defaultColorOrder; +} + + +uint32_t Bus::autoWhiteCalc(uint32_t c) { + uint8_t aWM = _autoWhiteMode; + if (_gAWM < 255) aWM = _gAWM; + if (aWM == RGBW_MODE_MANUAL_ONLY) return c; + uint8_t w = W(c); + //ignore auto-white calculation if w>0 and mode DUAL (DUAL behaves as BRIGHTER if w==0) + if (w > 0 && aWM == RGBW_MODE_DUAL) return c; + uint8_t r = R(c); + uint8_t g = G(c); + uint8_t b = B(c); + if (aWM == RGBW_MODE_MAX) return RGBW32(r, g, b, r > g ? (r > b ? r : b) : (g > b ? g : b)); // brightest RGB channel + w = r < g ? (r < b ? r : b) : (g < b ? g : b); + if (aWM == RGBW_MODE_AUTO_ACCURATE) { r -= w; g -= w; b -= w; } //subtract w in ACCURATE mode + return RGBW32(r, g, b, w); +} + + +BusDigital::BusDigital(BusConfig &bc, uint8_t nr, const ColorOrderMap &com) : Bus(bc.type, bc.start, bc.autoWhite), _colorOrderMap(com) { + if (!IS_DIGITAL(bc.type) || !bc.count) return; + if (!pinManager.allocatePin(bc.pins[0], true, PinOwner::BusDigital)) return; + _pins[0] = bc.pins[0]; + if (IS_2PIN(bc.type)) { + if (!pinManager.allocatePin(bc.pins[1], true, PinOwner::BusDigital)) { + cleanup(); return; + } + _pins[1] = bc.pins[1]; + } + reversed = bc.reversed; + _needsRefresh = bc.refreshReq || bc.type == TYPE_TM1814; + _skip = bc.skipAmount; //sacrificial pixels + _len = bc.count + _skip; + _iType = PolyBus::getI(bc.type, _pins, nr); + if (_iType == I_NONE) return; + uint16_t lenToCreate = _len; + if (bc.type == TYPE_WS2812_1CH_X3) lenToCreate = NUM_ICS_WS2812_1CH_3X(_len); // only needs a third of "RGB" LEDs for NeoPixelBus + _busPtr = PolyBus::create(_iType, _pins, lenToCreate, nr); + _valid = (_busPtr != nullptr); + _colorOrder = bc.colorOrder; + DEBUG_PRINTF("%successfully inited strip %u (len %u) with type %u and pins %u,%u (itype %u)\n", _valid?"S":"Uns", nr, _len, bc.type, _pins[0],_pins[1],_iType); +} + +void BusDigital::show() { + PolyBus::show(_busPtr, _iType); +} + +bool BusDigital::canShow() { + return PolyBus::canShow(_busPtr, _iType); +} + +void BusDigital::setBrightness(uint8_t b) { + //Fix for turning off onboard LED breaking bus + #ifdef LED_BUILTIN + if (_bri == 0 && b > 0) { + if (_pins[0] == LED_BUILTIN || _pins[1] == LED_BUILTIN) PolyBus::begin(_busPtr, _iType, _pins); + } + #endif + Bus::setBrightness(b); + PolyBus::setBrightness(_busPtr, _iType, b); +} + +//If LEDs are skipped, it is possible to use the first as a status LED. +//TODO only show if no new show due in the next 50ms +void BusDigital::setStatusPixel(uint32_t c) { + if (_skip && canShow()) { + PolyBus::setPixelColor(_busPtr, _iType, 0, c, _colorOrderMap.getPixelColorOrder(_start, _colorOrder)); + PolyBus::show(_busPtr, _iType); + } +} + +void IRAM_ATTR BusDigital::setPixelColor(uint16_t pix, uint32_t c) { + if (_type == TYPE_SK6812_RGBW || _type == TYPE_TM1814 || _type == TYPE_WS2812_1CH_X3) c = autoWhiteCalc(c); + if (_cct >= 1900) c = colorBalanceFromKelvin(_cct, c); //color correction from CCT + if (reversed) pix = _len - pix -1; + else pix += _skip; + uint8_t co = _colorOrderMap.getPixelColorOrder(pix+_start, _colorOrder); + if (_type == TYPE_WS2812_1CH_X3) { // map to correct IC, each controls 3 LEDs + uint16_t pOld = pix; + pix = IC_INDEX_WS2812_1CH_3X(pix); + uint32_t cOld = PolyBus::getPixelColor(_busPtr, _iType, pix, co); + switch (pOld % 3) { // change only the single channel (TODO: this can cause loss because of get/set) + case 0: c = RGBW32(R(cOld), W(c) , B(cOld), 0); break; + case 1: c = RGBW32(W(c) , G(cOld), B(cOld), 0); break; + case 2: c = RGBW32(R(cOld), G(cOld), W(c) , 0); break; + } + } + PolyBus::setPixelColor(_busPtr, _iType, pix, c, co); +} + +uint32_t BusDigital::getPixelColor(uint16_t pix) { + if (reversed) pix = _len - pix -1; + else pix += _skip; + uint8_t co = _colorOrderMap.getPixelColorOrder(pix+_start, _colorOrder); + if (_type == TYPE_WS2812_1CH_X3) { // map to correct IC, each controls 3 LEDs + uint16_t pOld = pix; + pix = IC_INDEX_WS2812_1CH_3X(pix); + uint32_t c = PolyBus::getPixelColor(_busPtr, _iType, pix, co); + switch (pOld % 3) { // get only the single channel + case 0: c = RGBW32(G(c), G(c), G(c), G(c)); break; + case 1: c = RGBW32(R(c), R(c), R(c), R(c)); break; + case 2: c = RGBW32(B(c), B(c), B(c), B(c)); break; + } + return c; + } + return PolyBus::getPixelColor(_busPtr, _iType, pix, co); +} + +uint8_t BusDigital::getPins(uint8_t* pinArray) { + uint8_t numPins = IS_2PIN(_type) ? 2 : 1; + for (uint8_t i = 0; i < numPins; i++) pinArray[i] = _pins[i]; + return numPins; +} + +void BusDigital::setColorOrder(uint8_t colorOrder) { + // upper nibble contains W swap information + if ((colorOrder & 0x0F) > 5) return; + _colorOrder = colorOrder; +} + +void BusDigital::reinit() { + PolyBus::begin(_busPtr, _iType, _pins); +} + +void BusDigital::cleanup() { + DEBUG_PRINTLN(F("Digital Cleanup.")); + PolyBus::cleanup(_busPtr, _iType); + _iType = I_NONE; + _valid = false; + _busPtr = nullptr; + pinManager.deallocatePin(_pins[1], PinOwner::BusDigital); + pinManager.deallocatePin(_pins[0], PinOwner::BusDigital); +} + + +BusPwm::BusPwm(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) { + _valid = false; + if (!IS_PWM(bc.type)) return; + uint8_t numPins = NUM_PWM_PINS(bc.type); + + #ifdef ESP8266 + analogWriteRange(255); //same range as one RGB channel + analogWriteFreq(WLED_PWM_FREQ); + #else + _ledcStart = pinManager.allocateLedc(numPins); + if (_ledcStart == 255) { //no more free LEDC channels + deallocatePins(); return; + } + #endif + + for (uint8_t i = 0; i < numPins; i++) { + uint8_t currentPin = bc.pins[i]; + if (!pinManager.allocatePin(currentPin, true, PinOwner::BusPwm)) { + deallocatePins(); return; + } + _pins[i] = currentPin; //store only after allocatePin() succeeds + #ifdef ESP8266 + pinMode(_pins[i], OUTPUT); + #else + ledcSetup(_ledcStart + i, WLED_PWM_FREQ, 8); + ledcAttachPin(_pins[i], _ledcStart + i); + #endif + } + reversed = bc.reversed; + _valid = true; +} + +void BusPwm::setPixelColor(uint16_t pix, uint32_t c) { + if (pix != 0 || !_valid) return; //only react to first pixel + if (_type != TYPE_ANALOG_3CH) c = autoWhiteCalc(c); + if (_cct >= 1900 && (_type == TYPE_ANALOG_3CH || _type == TYPE_ANALOG_4CH)) { + c = colorBalanceFromKelvin(_cct, c); //color correction from CCT + } + uint8_t r = R(c); + uint8_t g = G(c); + uint8_t b = B(c); + uint8_t w = W(c); + uint8_t cct = 0; //0 - full warm white, 255 - full cold white + if (_cct > -1) { + if (_cct >= 1900) cct = (_cct - 1900) >> 5; + else if (_cct < 256) cct = _cct; + } else { + cct = (approximateKelvinFromRGB(c) - 1900) >> 5; + } + + uint8_t ww, cw; + #ifdef WLED_USE_IC_CCT + ww = w; + cw = cct; + #else + //0 - linear (CCT 127 = 50% warm, 50% cold), 127 - additive CCT blending (CCT 127 = 100% warm, 100% cold) + if (cct < _cctBlend) ww = 255; + else ww = ((255-cct) * 255) / (255 - _cctBlend); + + if ((255-cct) < _cctBlend) cw = 255; + else cw = (cct * 255) / (255 - _cctBlend); + + ww = (w * ww) / 255; //brightness scaling + cw = (w * cw) / 255; + #endif + + switch (_type) { + case TYPE_ANALOG_1CH: //one channel (white), relies on auto white calculation + _data[0] = w; + break; + case TYPE_ANALOG_2CH: //warm white + cold white + _data[1] = cw; + _data[0] = ww; + break; + case TYPE_ANALOG_5CH: //RGB + warm white + cold white + _data[4] = cw; + w = ww; + case TYPE_ANALOG_4CH: //RGBW + _data[3] = w; + case TYPE_ANALOG_3CH: //standard dumb RGB + _data[0] = r; _data[1] = g; _data[2] = b; + break; + } +} + +//does no index check +uint32_t BusPwm::getPixelColor(uint16_t pix) { + if (!_valid) return 0; + return RGBW32(_data[0], _data[1], _data[2], _data[3]); +} + +void BusPwm::show() { + if (!_valid) return; + uint8_t numPins = NUM_PWM_PINS(_type); + for (uint8_t i = 0; i < numPins; i++) { + uint8_t scaled = (_data[i] * _bri) / 255; + if (reversed) scaled = 255 - scaled; + #ifdef ESP8266 + analogWrite(_pins[i], scaled); + #else + ledcWrite(_ledcStart + i, scaled); + #endif + } +} + +uint8_t BusPwm::getPins(uint8_t* pinArray) { + if (!_valid) return 0; + uint8_t numPins = NUM_PWM_PINS(_type); + for (uint8_t i = 0; i < numPins; i++) { + pinArray[i] = _pins[i]; + } + return numPins; +} + +void BusPwm::deallocatePins() { + uint8_t numPins = NUM_PWM_PINS(_type); + for (uint8_t i = 0; i < numPins; i++) { + pinManager.deallocatePin(_pins[i], PinOwner::BusPwm); + if (!pinManager.isPinOk(_pins[i])) continue; + #ifdef ESP8266 + digitalWrite(_pins[i], LOW); //turn off PWM interrupt + #else + if (_ledcStart < 16) ledcDetachPin(_pins[i]); + #endif + } + #ifdef ARDUINO_ARCH_ESP32 + pinManager.deallocateLedc(_ledcStart, numPins); + #endif +} + + +BusOnOff::BusOnOff(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) { + _valid = false; + if (bc.type != TYPE_ONOFF) return; + + uint8_t currentPin = bc.pins[0]; + if (!pinManager.allocatePin(currentPin, true, PinOwner::BusOnOff)) { + return; + } + _pin = currentPin; //store only after allocatePin() succeeds + pinMode(_pin, OUTPUT); + reversed = bc.reversed; + _valid = true; +} + +void BusOnOff::setPixelColor(uint16_t pix, uint32_t c) { + if (pix != 0 || !_valid) return; //only react to first pixel + c = autoWhiteCalc(c); + uint8_t r = R(c); + uint8_t g = G(c); + uint8_t b = B(c); + uint8_t w = W(c); + + _data = bool((r+g+b+w) && _bri) ? 0xFF : 0; +} + +uint32_t BusOnOff::getPixelColor(uint16_t pix) { + if (!_valid) return 0; + return RGBW32(_data, _data, _data, _data); +} + +void BusOnOff::show() { + if (!_valid) return; + digitalWrite(_pin, reversed ? !(bool)_data : (bool)_data); +} + +uint8_t BusOnOff::getPins(uint8_t* pinArray) { + if (!_valid) return 0; + pinArray[0] = _pin; + return 1; +} + + +BusNetwork::BusNetwork(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) { + _valid = false; +// switch (bc.type) { +// case TYPE_NET_ARTNET_RGB: +// _rgbw = false; +// _UDPtype = 2; +// break; +// case TYPE_NET_E131_RGB: +// _rgbw = false; +// _UDPtype = 1; +// break; +// case TYPE_NET_DDP_RGB: +// _rgbw = false; +// _UDPtype = 0; +// break; +// default: // TYPE_NET_DDP_RGB / TYPE_NET_DDP_RGBW + _rgbw = bc.type == TYPE_NET_DDP_RGBW; + _UDPtype = 0; +// break; +// } + _UDPchannels = _rgbw ? 4 : 3; + _data = (byte *)malloc(bc.count * _UDPchannels); + if (_data == nullptr) return; + memset(_data, 0, bc.count * _UDPchannels); + _len = bc.count; + _client = IPAddress(bc.pins[0],bc.pins[1],bc.pins[2],bc.pins[3]); + _broadcastLock = false; + _valid = true; +} + +void BusNetwork::setPixelColor(uint16_t pix, uint32_t c) { + if (!_valid || pix >= _len) return; + if (hasWhite()) c = autoWhiteCalc(c); + if (_cct >= 1900) c = colorBalanceFromKelvin(_cct, c); //color correction from CCT + uint16_t offset = pix * _UDPchannels; + _data[offset] = R(c); + _data[offset+1] = G(c); + _data[offset+2] = B(c); + if (_rgbw) _data[offset+3] = W(c); +} + +uint32_t BusNetwork::getPixelColor(uint16_t pix) { + if (!_valid || pix >= _len) return 0; + uint16_t offset = pix * _UDPchannels; + return RGBW32(_data[offset], _data[offset+1], _data[offset+2], _rgbw ? (_data[offset+3] << 24) : 0); +} + +void BusNetwork::show() { + if (!_valid || !canShow()) return; + _broadcastLock = true; + realtimeBroadcast(_UDPtype, _client, _len, _data, _bri, _rgbw); + _broadcastLock = false; +} + +uint8_t BusNetwork::getPins(uint8_t* pinArray) { + for (uint8_t i = 0; i < 4; i++) { + pinArray[i] = _client[i]; + } + return 4; +} + +void BusNetwork::cleanup() { + _type = I_NONE; + _valid = false; + if (_data != nullptr) free(_data); + _data = nullptr; +} + + +//utility to get the approx. memory usage of a given BusConfig +uint32_t BusManager::memUsage(BusConfig &bc) { + uint8_t type = bc.type; + uint16_t len = bc.count + bc.skipAmount; + if (type > 15 && type < 32) { + #ifdef ESP8266 + if (bc.pins[0] == 3) { //8266 DMA uses 5x the mem + if (type > 29) return len*20; //RGBW + return len*15; + } + if (type > 29) return len*4; //RGBW + return len*3; + #else //ESP32 RMT uses double buffer? + if (type > 29) return len*8; //RGBW + return len*6; + #endif + } + if (type > 31 && type < 48) return 5; + if (type == 44 || type == 45) return len*4; //RGBW + return len*3; //RGB +} + +int BusManager::add(BusConfig &bc) { + if (getNumBusses() - getNumVirtualBusses() >= WLED_MAX_BUSSES) return -1; + if (bc.type >= TYPE_NET_DDP_RGB && bc.type < 96) { + busses[numBusses] = new BusNetwork(bc); + } else if (IS_DIGITAL(bc.type)) { + busses[numBusses] = new BusDigital(bc, numBusses, colorOrderMap); + } else if (bc.type == TYPE_ONOFF) { + busses[numBusses] = new BusOnOff(bc); + } else { + busses[numBusses] = new BusPwm(bc); + } + return numBusses++; +} + +//do not call this method from system context (network callback) +void BusManager::removeAll() { + DEBUG_PRINTLN(F("Removing all.")); + //prevents crashes due to deleting busses while in use. + while (!canAllShow()) yield(); + for (uint8_t i = 0; i < numBusses; i++) delete busses[i]; + numBusses = 0; +} + +void BusManager::show() { + for (uint8_t i = 0; i < numBusses; i++) { + busses[i]->show(); + } +} + +void BusManager::setStatusPixel(uint32_t c) { + for (uint8_t i = 0; i < numBusses; i++) { + busses[i]->setStatusPixel(c); + } +} + +void IRAM_ATTR BusManager::setPixelColor(uint16_t pix, uint32_t c, int16_t cct) { + for (uint8_t i = 0; i < numBusses; i++) { + Bus* b = busses[i]; + uint16_t bstart = b->getStart(); + if (pix < bstart || pix >= bstart + b->getLength()) continue; + busses[i]->setPixelColor(pix - bstart, c); + } +} + +void BusManager::setBrightness(uint8_t b) { + for (uint8_t i = 0; i < numBusses; i++) { + busses[i]->setBrightness(b); + } +} + +void BusManager::setSegmentCCT(int16_t cct, bool allowWBCorrection) { + if (cct > 255) cct = 255; + if (cct >= 0) { + //if white balance correction allowed, save as kelvin value instead of 0-255 + if (allowWBCorrection) cct = 1900 + (cct << 5); + } else cct = -1; + Bus::setCCT(cct); +} + +uint32_t BusManager::getPixelColor(uint16_t pix) { + for (uint8_t i = 0; i < numBusses; i++) { + Bus* b = busses[i]; + uint16_t bstart = b->getStart(); + if (pix < bstart || pix >= bstart + b->getLength()) continue; + return b->getPixelColor(pix - bstart); + } + return 0; +} + +bool BusManager::canAllShow() { + for (uint8_t i = 0; i < numBusses; i++) { + if (!busses[i]->canShow()) return false; + } + return true; +} + +Bus* BusManager::getBus(uint8_t busNr) { + if (busNr >= numBusses) return nullptr; + return busses[busNr]; +} + +//semi-duplicate of strip.getLengthTotal() (though that just returns strip._length, calculated in finalizeInit()) +uint16_t BusManager::getTotalLength() { + uint16_t len = 0; + for (uint8_t i=0; igetLength(); + return len; +} + +// Bus static member definition +int16_t Bus::_cct = -1; +uint8_t Bus::_cctBlend = 0; +uint8_t Bus::_gAWM = 255; \ No newline at end of file diff --git a/wled00/bus_manager.h b/wled00/bus_manager.h index 5f6043210..ffb3bd140 100644 --- a/wled00/bus_manager.h +++ b/wled00/bus_manager.h @@ -6,44 +6,17 @@ */ #include "const.h" -#include "pin_manager.h" -#include "bus_wrapper.h" -#include - -//colors.cpp -uint32_t colorBalanceFromKelvin(uint16_t kelvin, uint32_t rgb); -void colorRGBtoRGBW(byte* rgb); - -// enable additional debug output -#if defined(WLED_DEBUG_HOST) - #define DEBUGOUT NetDebug -#else - #define DEBUGOUT Serial -#endif - -#ifdef WLED_DEBUG - #ifndef ESP8266 - #include - #endif - #define DEBUG_PRINT(x) DEBUGOUT.print(x) - #define DEBUG_PRINTLN(x) DEBUGOUT.println(x) - #define DEBUG_PRINTF(x...) DEBUGOUT.printf(x) -#else - #define DEBUG_PRINT(x) - #define DEBUG_PRINTLN(x) - #define DEBUG_PRINTF(x...) -#endif #define GET_BIT(var,bit) (((var)>>(bit))&0x01) #define SET_BIT(var,bit) ((var)|=(uint16_t)(0x0001<<(bit))) #define UNSET_BIT(var,bit) ((var)&=(~(uint16_t)(0x0001<<(bit)))) -//color mangling macros -#define RGBW32(r,g,b,w) (uint32_t((byte(w) << 24) | (byte(r) << 16) | (byte(g) << 8) | (byte(b)))) -#define R(c) (byte((c) >> 16)) -#define G(c) (byte((c) >> 8)) -#define B(c) (byte(c)) -#define W(c) (byte((c) >> 24)) +#define NUM_ICS_WS2812_1CH_3X(len) (((len)+2)/3) // 1 WS2811 IC controls 3 zones (each zone has 1 LED, W) +#define IC_INDEX_WS2812_1CH_3X(i) ((i)/3) + +#define NUM_ICS_WS2812_2CH_3X(len) (((len)+1)*2/3) // 2 WS2811 ICs control 3 zones (each zone has 2 LEDs, CW and WW) +#define IC_INDEX_WS2812_2CH_3X(i) ((i)*2/3) +#define WS2812_2CH_3X_SPANS_2_ICS(i) ((i)&0x01) // every other LED zone is on two different ICs //temporary struct for passing bus configuration to bus struct BusConfig { @@ -88,53 +61,29 @@ struct ColorOrderMapEntry { }; struct ColorOrderMap { - void add(uint16_t start, uint16_t len, uint8_t colorOrder) { - if (_count >= WLED_MAX_COLOR_ORDER_MAPPINGS) { - return; - } - if (len == 0) { - return; - } - if (colorOrder > COL_ORDER_MAX) { - return; - } - _mappings[_count].start = start; - _mappings[_count].len = len; - _mappings[_count].colorOrder = colorOrder; - _count++; - } + void add(uint16_t start, uint16_t len, uint8_t colorOrder); - uint8_t count() const { - return _count; - } - - void reset() { - _count = 0; - memset(_mappings, 0, sizeof(_mappings)); - } - - const ColorOrderMapEntry* get(uint8_t n) const { - if (n > _count) { - return nullptr; + uint8_t count() const { + return _count; } - return &(_mappings[n]); - } - inline uint8_t IRAM_ATTR getPixelColorOrder(uint16_t pix, uint8_t defaultColorOrder) const { - if (_count == 0) return defaultColorOrder; - // upper nibble containd W swap information - uint8_t swapW = defaultColorOrder >> 4; - for (uint8_t i = 0; i < _count; i++) { - if (pix >= _mappings[i].start && pix < (_mappings[i].start + _mappings[i].len)) { - return _mappings[i].colorOrder | (swapW << 4); + void reset() { + _count = 0; + memset(_mappings, 0, sizeof(_mappings)); + } + + const ColorOrderMapEntry* get(uint8_t n) const { + if (n > _count) { + return nullptr; } + return &(_mappings[n]); } - return defaultColorOrder; - } + + uint8_t getPixelColorOrder(uint16_t pix, uint8_t defaultColorOrder) const; private: - uint8_t _count; - ColorOrderMapEntry _mappings[WLED_MAX_COLOR_ORDER_MAPPINGS]; + uint8_t _count; + ColorOrderMapEntry _mappings[WLED_MAX_COLOR_ORDER_MAPPINGS]; }; //parent class of BusDigital, BusPwm, and BusNetwork @@ -148,7 +97,7 @@ class Bus { { _type = type; _start = start; - _autoWhiteMode = Bus::isRgbw(_type) ? aw : RGBW_MODE_MANUAL_ONLY; + _autoWhiteMode = Bus::hasWhite(_type) ? aw : RGBW_MODE_MANUAL_ONLY; }; virtual ~Bus() {} //throw the bus under the bus @@ -172,37 +121,37 @@ class Bus { inline bool isOffRefreshRequired() { return _needsRefresh; } bool containsPixel(uint16_t pix) { return pix >= _start && pix < _start+_len; } - virtual bool isRgbw() { return Bus::isRgbw(_type); } - static bool isRgbw(uint8_t type) { - if (type == TYPE_SK6812_RGBW || type == TYPE_TM1814) return true; - if (type > TYPE_ONOFF && type <= TYPE_ANALOG_5CH && type != TYPE_ANALOG_3CH) return true; - if (type == TYPE_NET_DDP_RGBW) return true; - return false; - } virtual bool hasRGB() { - if (_type == TYPE_WS2812_1CH || _type == TYPE_WS2812_WWA || _type == TYPE_ANALOG_1CH || _type == TYPE_ANALOG_2CH || _type == TYPE_ONOFF) return false; + if ((_type >= TYPE_WS2812_1CH && _type <= TYPE_WS2812_WWA) || _type == TYPE_ANALOG_1CH || _type == TYPE_ANALOG_2CH || _type == TYPE_ONOFF) return false; return true; } - virtual bool hasWhite() { - if (_type == TYPE_SK6812_RGBW || _type == TYPE_TM1814 || _type == TYPE_WS2812_1CH || _type == TYPE_WS2812_WWA || - _type == TYPE_ANALOG_1CH || _type == TYPE_ANALOG_2CH || _type == TYPE_ANALOG_4CH || _type == TYPE_ANALOG_5CH || _type == TYPE_NET_DDP_RGBW) return true; + virtual bool hasWhite() { return Bus::hasWhite(_type); } + static bool hasWhite(uint8_t type) { + if ((type >= TYPE_WS2812_1CH && type <= TYPE_WS2812_WWA) || type == TYPE_SK6812_RGBW || type == TYPE_TM1814) return true; // digital types with white channel + if (type > TYPE_ONOFF && type <= TYPE_ANALOG_5CH && type != TYPE_ANALOG_3CH) return true; // analog types with white channel + if (type == TYPE_NET_DDP_RGBW) return true; // network types with white channel + return false; + } + virtual bool hasCCT() { + if (_type == TYPE_WS2812_2CH_X3 || _type == TYPE_WS2812_WWA || + _type == TYPE_ANALOG_2CH || _type == TYPE_ANALOG_5CH) return true; return false; } static void setCCT(uint16_t cct) { _cct = cct; } - static void setCCTBlend(uint8_t b) { - if (b > 100) b = 100; - _cctBlend = (b * 127) / 100; - //compile-time limiter for hardware that can't power both white channels at max - #ifdef WLED_MAX_CCT_BLEND - if (_cctBlend > WLED_MAX_CCT_BLEND) _cctBlend = WLED_MAX_CCT_BLEND; - #endif - } - inline void setAWMode(uint8_t m) { if (m < 4) _autoWhiteMode = m; } - inline uint8_t getAWMode() { return _autoWhiteMode; } - inline static void setAutoWhiteMode(uint8_t m) { if (m < 4) _gAWM = m; else _gAWM = 255; } - inline static uint8_t getAutoWhiteMode() { return _gAWM; } + static void setCCTBlend(uint8_t b) { + if (b > 100) b = 100; + _cctBlend = (b * 127) / 100; + //compile-time limiter for hardware that can't power both white channels at max + #ifdef WLED_MAX_CCT_BLEND + if (_cctBlend > WLED_MAX_CCT_BLEND) _cctBlend = WLED_MAX_CCT_BLEND; + #endif + } + inline void setAutoWhiteMode(uint8_t m) { if (m < 5) _autoWhiteMode = m; } + inline uint8_t getAutoWhiteMode() { return _autoWhiteMode; } + inline static void setGlobalAWMode(uint8_t m) { if (m < 5) _gAWM = m; else _gAWM = AW_GLOBAL_DISABLED; } + inline static uint8_t getGlobalAWMode() { return _gAWM; } bool reversed = false; @@ -214,440 +163,151 @@ class Bus { bool _valid; bool _needsRefresh; uint8_t _autoWhiteMode; - static uint8_t _gAWM; // definition in FX_fcn.cpp - static int16_t _cct; // definition in FX_fcn.cpp - static uint8_t _cctBlend; // definition in FX_fcn.cpp - - uint32_t autoWhiteCalc(uint32_t c) { - uint8_t aWM = _autoWhiteMode; - if (_gAWM < 255) aWM = _gAWM; - if (aWM == RGBW_MODE_MANUAL_ONLY) return c; - uint8_t w = W(c); - //ignore auto-white calculation if w>0 and mode DUAL (DUAL behaves as BRIGHTER if w==0) - if (w > 0 && aWM == RGBW_MODE_DUAL) return c; - uint8_t r = R(c); - uint8_t g = G(c); - uint8_t b = B(c); - w = r < g ? (r < b ? r : b) : (g < b ? g : b); - if (aWM == RGBW_MODE_AUTO_ACCURATE) { r -= w; g -= w; b -= w; } //subtract w in ACCURATE mode - return RGBW32(r, g, b, w); - } + static uint8_t _gAWM; + static int16_t _cct; + static uint8_t _cctBlend; + + uint32_t autoWhiteCalc(uint32_t c); }; class BusDigital : public Bus { public: - BusDigital(BusConfig &bc, uint8_t nr, const ColorOrderMap &com) : Bus(bc.type, bc.start, bc.autoWhite), _colorOrderMap(com) { - if (!IS_DIGITAL(bc.type) || !bc.count) return; - if (!pinManager.allocatePin(bc.pins[0], true, PinOwner::BusDigital)) return; - _pins[0] = bc.pins[0]; - if (IS_2PIN(bc.type)) { - if (!pinManager.allocatePin(bc.pins[1], true, PinOwner::BusDigital)) { - cleanup(); return; - } - _pins[1] = bc.pins[1]; + BusDigital(BusConfig &bc, uint8_t nr, const ColorOrderMap &com); + + inline void show(); + + bool canShow(); + + void setBrightness(uint8_t b); + + void setStatusPixel(uint32_t c); + + void setPixelColor(uint16_t pix, uint32_t c); + + uint32_t getPixelColor(uint16_t pix); + + uint8_t getColorOrder() { + return _colorOrder; } - reversed = bc.reversed; - _needsRefresh = bc.refreshReq || bc.type == TYPE_TM1814; - _skip = bc.skipAmount; //sacrificial pixels - _len = bc.count + _skip; - _iType = PolyBus::getI(bc.type, _pins, nr); - if (_iType == I_NONE) return; - _busPtr = PolyBus::create(_iType, _pins, _len, nr); - _valid = (_busPtr != nullptr); - _colorOrder = bc.colorOrder; - DEBUG_PRINTF("%successfully inited strip %u (len %u) with type %u and pins %u,%u (itype %u)\n", _valid?"S":"Uns", nr, _len, bc.type, _pins[0],_pins[1],_iType); - }; - inline void show() { - PolyBus::show(_busPtr, _iType); - } - - inline bool canShow() { - return PolyBus::canShow(_busPtr, _iType); - } - - void setBrightness(uint8_t b) { - //Fix for turning off onboard LED breaking bus - #ifdef LED_BUILTIN - if (_bri == 0 && b > 0) { - if (_pins[0] == LED_BUILTIN || _pins[1] == LED_BUILTIN) PolyBus::begin(_busPtr, _iType, _pins); + uint16_t getLength() { + return _len - _skip; } - #endif - Bus::setBrightness(b); - PolyBus::setBrightness(_busPtr, _iType, b); - } - //If LEDs are skipped, it is possible to use the first as a status LED. - //TODO only show if no new show due in the next 50ms - void setStatusPixel(uint32_t c) { - if (_skip && canShow()) { - PolyBus::setPixelColor(_busPtr, _iType, 0, c, _colorOrderMap.getPixelColorOrder(_start, _colorOrder)); - PolyBus::show(_busPtr, _iType); + uint8_t getPins(uint8_t* pinArray); + + void setColorOrder(uint8_t colorOrder); + + uint8_t skippedLeds() { + return _skip; } - } - void setPixelColor(uint16_t pix, uint32_t c) { - if (_type == TYPE_SK6812_RGBW || _type == TYPE_TM1814) c = autoWhiteCalc(c); - if (_cct >= 1900) c = colorBalanceFromKelvin(_cct, c); //color correction from CCT - if (reversed) pix = _len - pix -1; - else pix += _skip; - PolyBus::setPixelColor(_busPtr, _iType, pix, c, _colorOrderMap.getPixelColorOrder(pix+_start, _colorOrder)); - } + void reinit(); - uint32_t getPixelColor(uint16_t pix) { - if (reversed) pix = _len - pix -1; - else pix += _skip; - return PolyBus::getPixelColor(_busPtr, _iType, pix, _colorOrderMap.getPixelColorOrder(pix+_start, _colorOrder)); - } + void cleanup(); - inline uint8_t getColorOrder() { - return _colorOrder; - } + ~BusDigital() { + cleanup(); + } - uint16_t getLength() { - return _len - _skip; - } - - uint8_t getPins(uint8_t* pinArray) { - uint8_t numPins = IS_2PIN(_type) ? 2 : 1; - for (uint8_t i = 0; i < numPins; i++) pinArray[i] = _pins[i]; - return numPins; - } - - void setColorOrder(uint8_t colorOrder) { - // upper nibble contains W swap information - if ((colorOrder & 0x0F) > 5) return; - _colorOrder = colorOrder; - } - - inline uint8_t skippedLeds() { - return _skip; - } - - inline void reinit() { - PolyBus::begin(_busPtr, _iType, _pins); - } - - void cleanup() { - DEBUG_PRINTLN(F("Digital Cleanup.")); - PolyBus::cleanup(_busPtr, _iType); - _iType = I_NONE; - _valid = false; - _busPtr = nullptr; - pinManager.deallocatePin(_pins[1], PinOwner::BusDigital); - pinManager.deallocatePin(_pins[0], PinOwner::BusDigital); - } - - ~BusDigital() { - cleanup(); - } - - private: - uint8_t _colorOrder = COL_ORDER_GRB; - uint8_t _pins[2] = {255, 255}; - uint8_t _iType = I_NONE; - uint8_t _skip = 0; - void * _busPtr = nullptr; - const ColorOrderMap &_colorOrderMap; + private: + uint8_t _colorOrder = COL_ORDER_GRB; + uint8_t _pins[2] = {255, 255}; + uint8_t _iType = 0; //I_NONE; + uint8_t _skip = 0; + void * _busPtr = nullptr; + const ColorOrderMap &_colorOrderMap; }; class BusPwm : public Bus { public: - BusPwm(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) { - _valid = false; - if (!IS_PWM(bc.type)) return; - uint8_t numPins = NUM_PWM_PINS(bc.type); + BusPwm(BusConfig &bc); - #ifdef ESP8266 - analogWriteRange(255); //same range as one RGB channel - analogWriteFreq(WLED_PWM_FREQ); - #else - _ledcStart = pinManager.allocateLedc(numPins); - if (_ledcStart == 255) { //no more free LEDC channels - deallocatePins(); return; - } - #endif + void setPixelColor(uint16_t pix, uint32_t c); - for (uint8_t i = 0; i < numPins; i++) { - uint8_t currentPin = bc.pins[i]; - if (!pinManager.allocatePin(currentPin, true, PinOwner::BusPwm)) { - deallocatePins(); return; - } - _pins[i] = currentPin; //store only after allocatePin() succeeds - #ifdef ESP8266 - pinMode(_pins[i], OUTPUT); - #else - ledcSetup(_ledcStart + i, WLED_PWM_FREQ, 8); - ledcAttachPin(_pins[i], _ledcStart + i); - #endif - } - reversed = bc.reversed; - _valid = true; - }; + //does no index check + uint32_t getPixelColor(uint16_t pix); - void setPixelColor(uint16_t pix, uint32_t c) { - if (pix != 0 || !_valid) return; //only react to first pixel - if (_type != TYPE_ANALOG_3CH) c = autoWhiteCalc(c); - if (_cct >= 1900 && (_type == TYPE_ANALOG_3CH || _type == TYPE_ANALOG_4CH)) { - c = colorBalanceFromKelvin(_cct, c); //color correction from CCT - } - uint8_t r = R(c); - uint8_t g = G(c); - uint8_t b = B(c); - uint8_t w = W(c); - uint8_t cct = 0; //0 - full warm white, 255 - full cold white - if (_cct > -1) { - if (_cct >= 1900) cct = (_cct - 1900) >> 5; - else if (_cct < 256) cct = _cct; - } else { - cct = (approximateKelvinFromRGB(c) - 1900) >> 5; + void show(); + + uint8_t getPins(uint8_t* pinArray); + + void cleanup() { + deallocatePins(); } - uint8_t ww, cw; - #ifdef WLED_USE_IC_CCT - ww = w; - cw = cct; - #else - //0 - linear (CCT 127 = 50% warm, 50% cold), 127 - additive CCT blending (CCT 127 = 100% warm, 100% cold) - if (cct < _cctBlend) ww = 255; - else ww = ((255-cct) * 255) / (255 - _cctBlend); - - if ((255-cct) < _cctBlend) cw = 255; - else cw = (cct * 255) / (255 - _cctBlend); - - ww = (w * ww) / 255; //brightness scaling - cw = (w * cw) / 255; - #endif - - switch (_type) { - case TYPE_ANALOG_1CH: //one channel (white), relies on auto white calculation - _data[0] = w; - break; - case TYPE_ANALOG_2CH: //warm white + cold white - _data[1] = cw; - _data[0] = ww; - break; - case TYPE_ANALOG_5CH: //RGB + warm white + cold white - _data[4] = cw; - w = ww; - case TYPE_ANALOG_4CH: //RGBW - _data[3] = w; - case TYPE_ANALOG_3CH: //standard dumb RGB - _data[0] = r; _data[1] = g; _data[2] = b; - break; + ~BusPwm() { + cleanup(); } - } - //does no index check - uint32_t getPixelColor(uint16_t pix) { - if (!_valid) return 0; - return RGBW32(_data[0], _data[1], _data[2], _data[3]); - } - - void show() { - if (!_valid) return; - uint8_t numPins = NUM_PWM_PINS(_type); - for (uint8_t i = 0; i < numPins; i++) { - uint8_t scaled = (_data[i] * _bri) / 255; - if (reversed) scaled = 255 - scaled; - #ifdef ESP8266 - analogWrite(_pins[i], scaled); - #else - ledcWrite(_ledcStart + i, scaled); - #endif - } - } - - uint8_t getPins(uint8_t* pinArray) { - if (!_valid) return 0; - uint8_t numPins = NUM_PWM_PINS(_type); - for (uint8_t i = 0; i < numPins; i++) { - pinArray[i] = _pins[i]; - } - return numPins; - } - - void cleanup() { - deallocatePins(); - } - - ~BusPwm() { - cleanup(); - } - - private: - uint8_t _pins[5] = {255, 255, 255, 255, 255}; - uint8_t _data[5] = {0}; - #ifdef ARDUINO_ARCH_ESP32 - uint8_t _ledcStart = 255; - #endif - - void deallocatePins() { - uint8_t numPins = NUM_PWM_PINS(_type); - for (uint8_t i = 0; i < numPins; i++) { - pinManager.deallocatePin(_pins[i], PinOwner::BusPwm); - if (!pinManager.isPinOk(_pins[i])) continue; - #ifdef ESP8266 - digitalWrite(_pins[i], LOW); //turn off PWM interrupt - #else - if (_ledcStart < 16) ledcDetachPin(_pins[i]); - #endif - } + private: + uint8_t _pins[5] = {255, 255, 255, 255, 255}; + uint8_t _data[5] = {0}; #ifdef ARDUINO_ARCH_ESP32 - pinManager.deallocateLedc(_ledcStart, numPins); + uint8_t _ledcStart = 255; #endif - } + + void deallocatePins(); }; class BusOnOff : public Bus { public: - BusOnOff(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) { - _valid = false; - if (bc.type != TYPE_ONOFF) return; + BusOnOff(BusConfig &bc); - uint8_t currentPin = bc.pins[0]; - if (!pinManager.allocatePin(currentPin, true, PinOwner::BusOnOff)) { - return; + void setPixelColor(uint16_t pix, uint32_t c); + + uint32_t getPixelColor(uint16_t pix); + + void show(); + + uint8_t getPins(uint8_t* pinArray); + + void cleanup() { + pinManager.deallocatePin(_pin, PinOwner::BusOnOff); } - _pin = currentPin; //store only after allocatePin() succeeds - pinMode(_pin, OUTPUT); - reversed = bc.reversed; - _valid = true; - }; - void setPixelColor(uint16_t pix, uint32_t c) { - if (pix != 0 || !_valid) return; //only react to first pixel - c = autoWhiteCalc(c); - uint8_t r = R(c); - uint8_t g = G(c); - uint8_t b = B(c); - uint8_t w = W(c); + ~BusOnOff() { + cleanup(); + } - _data = bool((r+g+b+w) && _bri) ? 0xFF : 0; - } - - uint32_t getPixelColor(uint16_t pix) { - if (!_valid) return 0; - return RGBW32(_data, _data, _data, _data); - } - - void show() { - if (!_valid) return; - digitalWrite(_pin, reversed ? !(bool)_data : (bool)_data); - } - - uint8_t getPins(uint8_t* pinArray) { - if (!_valid) return 0; - pinArray[0] = _pin; - return 1; - } - - void cleanup() { - pinManager.deallocatePin(_pin, PinOwner::BusOnOff); - } - - ~BusOnOff() { - cleanup(); - } - - private: - uint8_t _pin = 255; - uint8_t _data = 0; + private: + uint8_t _pin = 255; + uint8_t _data = 0; }; class BusNetwork : public Bus { public: - BusNetwork(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) { - _valid = false; -// switch (bc.type) { -// case TYPE_NET_ARTNET_RGB: -// _rgbw = false; -// _UDPtype = 2; -// break; -// case TYPE_NET_E131_RGB: -// _rgbw = false; -// _UDPtype = 1; -// break; -// case TYPE_NET_DDP_RGB: -// _rgbw = false; -// _UDPtype = 0; -// break; -// default: // TYPE_NET_DDP_RGB / TYPE_NET_DDP_RGBW - _rgbw = bc.type == TYPE_NET_DDP_RGBW; - _UDPtype = 0; -// break; -// } - _UDPchannels = _rgbw ? 4 : 3; - _data = (byte *)malloc(bc.count * _UDPchannels); - if (_data == nullptr) return; - memset(_data, 0, bc.count * _UDPchannels); - _len = bc.count; - _client = IPAddress(bc.pins[0],bc.pins[1],bc.pins[2],bc.pins[3]); - _broadcastLock = false; - _valid = true; - }; + BusNetwork(BusConfig &bc); - bool hasRGB() { return true; } - bool hasWhite() { return _rgbw; } + bool hasRGB() { return true; } + bool hasWhite() { return _rgbw; } - void setPixelColor(uint16_t pix, uint32_t c) { - if (!_valid || pix >= _len) return; - if (isRgbw()) c = autoWhiteCalc(c); - if (_cct >= 1900) c = colorBalanceFromKelvin(_cct, c); //color correction from CCT - uint16_t offset = pix * _UDPchannels; - _data[offset] = R(c); - _data[offset+1] = G(c); - _data[offset+2] = B(c); - if (_rgbw) _data[offset+3] = W(c); - } + void setPixelColor(uint16_t pix, uint32_t c); - uint32_t getPixelColor(uint16_t pix) { - if (!_valid || pix >= _len) return 0; - uint16_t offset = pix * _UDPchannels; - return RGBW32(_data[offset], _data[offset+1], _data[offset+2], _rgbw ? (_data[offset+3] << 24) : 0); - } + uint32_t getPixelColor(uint16_t pix); - void show() { - if (!_valid || !canShow()) return; - _broadcastLock = true; - realtimeBroadcast(_UDPtype, _client, _len, _data, _bri, _rgbw); - _broadcastLock = false; - } + void show(); - inline bool canShow() { - // this should be a return value from UDP routine if it is still sending data out - return !_broadcastLock; - } - - uint8_t getPins(uint8_t* pinArray) { - for (uint8_t i = 0; i < 4; i++) { - pinArray[i] = _client[i]; + bool canShow() { + // this should be a return value from UDP routine if it is still sending data out + return !_broadcastLock; } - return 4; - } - inline bool isRgbw() { - return _rgbw; - } + uint8_t getPins(uint8_t* pinArray); - inline uint16_t getLength() { - return _len; - } + uint16_t getLength() { + return _len; + } - void cleanup() { - _type = I_NONE; - _valid = false; - if (_data != nullptr) free(_data); - _data = nullptr; - } + void cleanup(); - ~BusNetwork() { - cleanup(); - } + ~BusNetwork() { + cleanup(); + } private: IPAddress _client; @@ -661,133 +321,56 @@ class BusNetwork : public Bus { class BusManager { public: - BusManager() {}; + BusManager() {}; - //utility to get the approx. memory usage of a given BusConfig - static uint32_t memUsage(BusConfig &bc) { - uint8_t type = bc.type; - uint16_t len = bc.count + bc.skipAmount; - if (type > 15 && type < 32) { - #ifdef ESP8266 - if (bc.pins[0] == 3) { //8266 DMA uses 5x the mem - if (type > 29) return len*20; //RGBW - return len*15; - } - if (type > 29) return len*4; //RGBW - return len*3; - #else //ESP32 RMT uses double buffer? - if (type > 29) return len*8; //RGBW - return len*6; - #endif + //utility to get the approx. memory usage of a given BusConfig + static uint32_t memUsage(BusConfig &bc); + + int add(BusConfig &bc); + + //do not call this method from system context (network callback) + void removeAll(); + + void show(); + + void setStatusPixel(uint32_t c); + + void IRAM_ATTR setPixelColor(uint16_t pix, uint32_t c, int16_t cct=-1); + + void setBrightness(uint8_t b); + + void setSegmentCCT(int16_t cct, bool allowWBCorrection = false); + + uint32_t getPixelColor(uint16_t pix); + + bool canAllShow(); + + Bus* getBus(uint8_t busNr); + + //semi-duplicate of strip.getLengthTotal() (though that just returns strip._length, calculated in finalizeInit()) + uint16_t getTotalLength(); + + inline void updateColorOrderMap(const ColorOrderMap &com) { + memcpy(&colorOrderMap, &com, sizeof(ColorOrderMap)); } - if (type > 31 && type < 48) return 5; - if (type == 44 || type == 45) return len*4; //RGBW - return len*3; //RGB - } - - int add(BusConfig &bc) { - if (numBusses >= WLED_MAX_BUSSES) return -1; - if (bc.type >= TYPE_NET_DDP_RGB && bc.type < 96) { - busses[numBusses] = new BusNetwork(bc); - } else if (IS_DIGITAL(bc.type)) { - busses[numBusses] = new BusDigital(bc, numBusses, colorOrderMap); - } else if (bc.type == TYPE_ONOFF) { - busses[numBusses] = new BusOnOff(bc); - } else { - busses[numBusses] = new BusPwm(bc); + + inline const ColorOrderMap& getColorOrderMap() const { + return colorOrderMap; } - return numBusses++; - } - //do not call this method from system context (network callback) - void removeAll() { - DEBUG_PRINTLN(F("Removing all.")); - //prevents crashes due to deleting busses while in use. - while (!canAllShow()) yield(); - for (uint8_t i = 0; i < numBusses; i++) delete busses[i]; - numBusses = 0; - } - - void show() { - for (uint8_t i = 0; i < numBusses; i++) { - busses[i]->show(); + inline uint8_t getNumBusses() { + return numBusses; } - } - - void setStatusPixel(uint32_t c) { - for (uint8_t i = 0; i < numBusses; i++) { - busses[i]->setStatusPixel(c); - } - } - - void IRAM_ATTR setPixelColor(uint16_t pix, uint32_t c, int16_t cct=-1) { - for (uint8_t i = 0; i < numBusses; i++) { - Bus* b = busses[i]; - uint16_t bstart = b->getStart(); - if (pix < bstart || pix >= bstart + b->getLength()) continue; - busses[i]->setPixelColor(pix - bstart, c); - } - } - - void setBrightness(uint8_t b) { - for (uint8_t i = 0; i < numBusses; i++) { - busses[i]->setBrightness(b); - } - } - - void setSegmentCCT(int16_t cct, bool allowWBCorrection = false) { - if (cct > 255) cct = 255; - if (cct >= 0) { - //if white balance correction allowed, save as kelvin value instead of 0-255 - if (allowWBCorrection) cct = 1900 + (cct << 5); - } else cct = -1; - Bus::setCCT(cct); - } - - uint32_t getPixelColor(uint16_t pix) { - for (uint8_t i = 0; i < numBusses; i++) { - Bus* b = busses[i]; - uint16_t bstart = b->getStart(); - if (pix < bstart || pix >= bstart + b->getLength()) continue; - return b->getPixelColor(pix - bstart); - } - return 0; - } - - bool canAllShow() { - for (uint8_t i = 0; i < numBusses; i++) { - if (!busses[i]->canShow()) return false; - } - return true; - } - - Bus* getBus(uint8_t busNr) { - if (busNr >= numBusses) return nullptr; - return busses[busNr]; - } - - inline uint8_t getNumBusses() { - return numBusses; - } - - //semi-duplicate of strip.getLengthTotal() (though that just returns strip._length, calculated in finalizeInit()) - uint16_t getTotalLength() { - uint16_t len = 0; - for (uint8_t i=0; igetLength(); - return len; - } - - void updateColorOrderMap(const ColorOrderMap &com) { - memcpy(&colorOrderMap, &com, sizeof(ColorOrderMap)); - } - - const ColorOrderMap& getColorOrderMap() const { - return colorOrderMap; - } private: - uint8_t numBusses = 0; - Bus* busses[WLED_MAX_BUSSES]; - ColorOrderMap colorOrderMap; + uint8_t numBusses = 0; + Bus* busses[WLED_MAX_BUSSES+WLED_MIN_VIRTUAL_BUSSES]; + ColorOrderMap colorOrderMap; + + inline uint8_t getNumVirtualBusses() { + int j = 0; + for (int i=0; igetType() >= TYPE_NET_DDP_RGB && busses[i]->getType() < 96) j++; + return j; + } }; -#endif +#endif \ No newline at end of file diff --git a/wled00/bus_wrapper.h b/wled00/bus_wrapper.h index 1c2468d63..ac2a996ae 100644 --- a/wled00/bus_wrapper.h +++ b/wled00/bus_wrapper.h @@ -699,7 +699,7 @@ class PolyBus { } }; static uint32_t getPixelColor(void* busPtr, uint8_t busType, uint16_t pix, uint8_t co) { - RgbwColor col(0,0,0,0); + RgbwColor col(0,0,0,0); switch (busType) { case I_NONE: break; #ifdef ESP8266 @@ -771,7 +771,7 @@ class PolyBus { case I_HS_P98_3: col = (static_cast(busPtr))->GetPixelColor(pix); break; case I_SS_P98_3: col = (static_cast(busPtr))->GetPixelColor(pix); break; } - + // upper nibble contains W swap information uint8_t w = col.W; switch (co >> 4) { @@ -866,7 +866,7 @@ class PolyBus { } } - //gives back the internal type index (I_XX_XXX_X above) for the input + //gives back the internal type index (I_XX_XXX_X above) for the input static uint8_t getI(uint8_t busType, uint8_t* pins, uint8_t num = 0) { if (!IS_DIGITAL(busType)) return I_NONE; if (IS_2PIN(busType)) { //SPI LED chips @@ -894,6 +894,8 @@ class PolyBus { uint8_t offset = pins[0] -1; //for driver: 0 = uart0, 1 = uart1, 2 = dma, 3 = bitbang if (offset > 3) offset = 3; switch (busType) { + case TYPE_WS2812_1CH_X3: + case TYPE_WS2812_2CH_X3: case TYPE_WS2812_RGB: case TYPE_WS2812_WWA: return I_8266_U0_NEO_3 + offset; @@ -926,6 +928,8 @@ class PolyBus { if (num > 7) offset = num -7; #endif switch (busType) { + case TYPE_WS2812_1CH_X3: + case TYPE_WS2812_2CH_X3: case TYPE_WS2812_RGB: case TYPE_WS2812_WWA: return I_32_RN_NEO_3 + offset; diff --git a/wled00/button.cpp b/wled00/button.cpp index b34e3c384..fce21424d 100644 --- a/wled00/button.cpp +++ b/wled00/button.cpp @@ -24,12 +24,14 @@ void shortPressAction(uint8_t b) applyPreset(macroButton[b], CALL_MODE_BUTTON_PRESET); } +#ifndef WLED_DISABLE_MQTT // publish MQTT message if (buttonPublishMqtt && WLED_MQTT_CONNECTED) { char subuf[64]; sprintf_P(subuf, _mqtt_topic_button, mqttDeviceTopic, (int)b); mqtt->publish(subuf, 0, false, "short"); } +#endif } void longPressAction(uint8_t b) @@ -43,12 +45,14 @@ void longPressAction(uint8_t b) applyPreset(macroLongPress[b], CALL_MODE_BUTTON_PRESET); } +#ifndef WLED_DISABLE_MQTT // publish MQTT message if (buttonPublishMqtt && WLED_MQTT_CONNECTED) { char subuf[64]; sprintf_P(subuf, _mqtt_topic_button, mqttDeviceTopic, (int)b); mqtt->publish(subuf, 0, false, "long"); } +#endif } void doublePressAction(uint8_t b) @@ -62,12 +66,14 @@ void doublePressAction(uint8_t b) applyPreset(macroDoublePress[b], CALL_MODE_BUTTON_PRESET); } +#ifndef WLED_DISABLE_MQTT // publish MQTT message if (buttonPublishMqtt && WLED_MQTT_CONNECTED) { char subuf[64]; sprintf_P(subuf, _mqtt_topic_button, mqttDeviceTopic, (int)b); mqtt->publish(subuf, 0, false, "double"); } +#endif } bool isButtonPressed(uint8_t i) @@ -105,20 +111,21 @@ void handleSwitch(uint8_t b) } if (buttonLongPressed[b] == buttonPressedBefore[b]) return; - + if (millis() - buttonPressedTime[b] > WLED_DEBOUNCE_THRESHOLD) { //fire edge event only after 50ms without change (debounce) if (!buttonPressedBefore[b]) { // on -> off if (macroButton[b]) applyPreset(macroButton[b], CALL_MODE_BUTTON_PRESET); else { //turn on if (!bri) {toggleOnOff(); stateUpdated(CALL_MODE_BUTTON);} - } + } } else { // off -> on if (macroLongPress[b]) applyPreset(macroLongPress[b], CALL_MODE_BUTTON_PRESET); else { //turn off if (bri) {toggleOnOff(); stateUpdated(CALL_MODE_BUTTON);} - } + } } +#ifndef WLED_DISABLE_MQTT // publish MQTT message if (buttonPublishMqtt && WLED_MQTT_CONNECTED) { char subuf[64]; @@ -126,13 +133,14 @@ void handleSwitch(uint8_t b) else sprintf_P(subuf, _mqtt_topic_button, mqttDeviceTopic, (int)b); mqtt->publish(subuf, 0, false, !buttonPressedBefore[b] ? "off" : "on"); } +#endif buttonLongPressed[b] = buttonPressedBefore[b]; //save the last "long term" switch state } } #define ANALOG_BTN_READ_CYCLE 250 // min time between two analog reading cycles -#define STRIP_WAIT_TIME 6 // max wait time in case of strip.isUpdating() +#define STRIP_WAIT_TIME 6 // max wait time in case of strip.isUpdating() #define POT_SMOOTHING 0.25f // smoothing factor for raw potentiometer readings #define POT_SENSITIVITY 4 // changes below this amount are noise (POT scratching, or ADC noise) @@ -165,7 +173,7 @@ void handleAnalog(uint8_t b) //while(strip.isUpdating() && (millis() - wait_started < STRIP_WAIT_TIME)) { // delay(1); //} - //if (strip.isUpdating()) return; // give up + //if (strip.isUpdating()) return; // give up oldRead[b] = aRead; @@ -326,7 +334,7 @@ void esp32RMTInvertIdle() void handleIO() { handleButton(); - + //set relay when LEDs turn on if (strip.getBrightness()) { diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp index d12176eeb..eddb7ccc8 100644 --- a/wled00/cfg.cpp +++ b/wled00/cfg.cpp @@ -64,7 +64,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { if (apHide > 1) apHide = 1; CJSON(apBehavior, ap[F("behav")]); - + /* JsonArray ap_ip = ap["ip"]; for (byte i = 0; i < 4; i++) { @@ -84,7 +84,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { uint8_t autoWhiteMode = RGBW_MODE_MANUAL_ONLY; CJSON(strip.ablMilliampsMax, hw_led[F("maxpwr")]); CJSON(strip.milliampsPerLed, hw_led[F("ledma")]); - Bus::setAutoWhiteMode(hw_led[F("rgbwm")] | 255); + Bus::setGlobalAWMode(hw_led[F("rgbwm")] | 255); CJSON(correctWB, hw_led["cct"]); CJSON(cctFromRgb, hw_led[F("cr")]); CJSON(strip.cctBlending, hw_led[F("cb")]); @@ -97,47 +97,47 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { JsonObject matrix = hw_led[F("matrix")]; if (!matrix.isNull()) { strip.isMatrix = true; - CJSON(strip.panelH, matrix[F("ph")]); - CJSON(strip.panelW, matrix[F("pw")]); - CJSON(strip.hPanels, matrix[F("mph")]); - CJSON(strip.vPanels, matrix[F("mpv")]); - CJSON(strip.matrix.bottomStart, matrix[F("pb")]); - CJSON(strip.matrix.rightStart, matrix[F("pr")]); - CJSON(strip.matrix.vertical, matrix[F("pv")]); - CJSON(strip.matrix.serpentine, matrix[F("ps")]); - + CJSON(strip.panels, matrix[F("mpc")]); + strip.panel.clear(); JsonArray panels = matrix[F("panels")]; uint8_t s = 0; if (!panels.isNull()) { + strip.panel.reserve(max(1U,min((size_t)strip.panels,(size_t)WLED_MAX_PANELS))); // pre-allocate memory for panels for (JsonObject pnl : panels) { - CJSON(strip.panel[s].bottomStart, pnl["b"]); - CJSON(strip.panel[s].rightStart, pnl["r"]); - CJSON(strip.panel[s].vertical, pnl["v"]); - CJSON(strip.panel[s].serpentine, pnl["s"]); - if (++s >= WLED_MAX_PANELS) break; // max panels reached + WS2812FX::Panel p; + CJSON(p.bottomStart, pnl["b"]); + CJSON(p.rightStart, pnl["r"]); + CJSON(p.vertical, pnl["v"]); + CJSON(p.serpentine, pnl["s"]); + CJSON(p.xOffset, pnl["x"]); + CJSON(p.yOffset, pnl["y"]); + CJSON(p.height, pnl["h"]); + CJSON(p.width, pnl["w"]); + strip.panel.push_back(p); + if (++s >= WLED_MAX_PANELS || s >= strip.panels) break; // max panels reached } + } else { + // fallback + WS2812FX::Panel p; + strip.panels = 1; + p.height = p.width = 8; + p.xOffset = p.yOffset = 0; + p.options = 0; + strip.panel.push_back(p); } - // clear remaining panels - for (; s= WLED_MAX_BUSSES) break; + if (s >= WLED_MAX_BUSSES+WLED_MIN_VIRTUAL_BUSSES) break; uint8_t pins[5] = {255, 255, 255, 255, 255}; JsonArray pinArr = elm["pin"]; if (pinArr.size() == 0) continue; @@ -161,7 +161,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { if (fromFS) { BusConfig bc = BusConfig(ledType, pins, start, length, colorOrder, reversed, skipFirst, AWmode); mem += BusManager::memUsage(bc); - if (mem <= MAX_LED_MEMORY && busses.getNumBusses() <= WLED_MAX_BUSSES) busses.add(bc); // finalization will be done in WLED::beginStrip() + if (mem <= MAX_LED_MEMORY) if (busses.add(bc) == -1) break; // finalization will be done in WLED::beginStrip() } else { if (busConfigs[s] != nullptr) delete busConfigs[s]; busConfigs[s] = new BusConfig(ledType, pins, start, length, colorOrder, reversed, skipFirst, AWmode); @@ -192,6 +192,8 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { // read multiple button configuration JsonObject btn_obj = hw["btn"]; + bool pull = btn_obj[F("pull")] | (!disablePullUp); // if true, pullup is enabled + disablePullUp = !pull; JsonArray hw_btn_ins = btn_obj[F("ins")]; if (!hw_btn_ins.isNull()) { uint8_t s = 0; @@ -200,11 +202,28 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { int8_t pin = btn["pin"][0] | -1; if (pin > -1 && pinManager.allocatePin(pin, false, PinOwner::Button)) { btnPin[s] = pin; - #ifdef ESP32 - pinMode(btnPin[s], buttonType[s]==BTN_TYPE_PUSH_ACT_HIGH ? INPUT_PULLDOWN : INPUT_PULLUP); - #else - pinMode(btnPin[s], INPUT_PULLUP); - #endif + #ifdef ARDUINO_ARCH_ESP32 + // ESP32 only: check that analog button pin is a valid ADC gpio + if (((buttonType[s] == BTN_TYPE_ANALOG) || (buttonType[s] == BTN_TYPE_ANALOG_INVERTED)) && (digitalPinToAnalogChannel(btnPin[s]) < 0)) + { + // not an ADC analog pin + DEBUG_PRINTF("PIN ALLOC error: GPIO%d for analog button #%d is not an analog pin!\n", btnPin[s], s); + btnPin[s] = -1; + pinManager.deallocatePin(pin,PinOwner::Button); + } + else + #endif + { + if (disablePullUp) { + pinMode(btnPin[s], INPUT); + } else { + #ifdef ESP32 + pinMode(btnPin[s], buttonType[s]==BTN_TYPE_PUSH_ACT_HIGH ? INPUT_PULLDOWN : INPUT_PULLUP); + #else + pinMode(btnPin[s], INPUT_PULLUP); + #endif + } + } } else { btnPin[s] = -1; } @@ -228,7 +247,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { // relies upon only being called once with fromFS == true, which is currently true. uint8_t s = 0; if (pinManager.allocatePin(btnPin[0], false, PinOwner::Button)) { // initialized to #define value BTNPIN, or zero if not defined(!) - ++s; // do not clear default button if allocated successfully + ++s; // do not clear default button if allocated successfully } for (; s 1.5) gammaCorrectBri = true; - else if (light_gc_bri > 0.5) gammaCorrectBri = false; - if (light_gc_col > 1.5) gammaCorrectCol = true; - else if (light_gc_col > 0.5) gammaCorrectCol = false; + float light_gc_col = light["gc"]["col"]; + if (light_gc_bri > 1.0f) gammaCorrectBri = true; + else gammaCorrectBri = false; + if (light_gc_col > 1.0f) gammaCorrectCol = true; + else gammaCorrectCol = false; + if (gammaCorrectVal > 1.0f && gammaCorrectVal <= 3) { + if (gammaCorrectVal != 2.8f) calcGammaTable(gammaCorrectVal); + } else { + gammaCorrectVal = 1.0f; // no gamma correction + gammaCorrectBri = false; + gammaCorrectCol = false; + } JsonObject light_tr = light["tr"]; CJSON(fadeTransition, light_tr["mode"]); int tdd = light_tr["dur"] | -1; - if (tdd >= 0) transitionDelayDefault = tdd * 100; + if (tdd >= 0) transitionDelay = transitionDelayDefault = tdd * 100; CJSON(strip.paletteFade, light_tr["pal"]); JsonObject light_nl = light["nl"]; @@ -379,6 +406,10 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { CJSON(e131SkipOutOfSequence, if_live_dmx[F("seqskip")]); CJSON(DMXAddress, if_live_dmx[F("addr")]); if (!DMXAddress || DMXAddress > 510) DMXAddress = 1; + CJSON(DMXSegmentSpacing, if_live_dmx[F("dss")]); + if (DMXSegmentSpacing > 150) DMXSegmentSpacing = 0; + CJSON(e131Priority, if_live_dmx[F("e131prio")]); + if (e131Priority > 200) e131Priority = 200; CJSON(DMXMode, if_live_dmx["mode"]); tdd = if_live[F("timeout")] | -1; @@ -394,17 +425,6 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { CJSON(alexaNumPresets, interfaces["va"]["p"]); -#ifndef WLED_DISABLE_BLYNK - const char* apikey = interfaces["blynk"][F("token")] | "Hidden"; - tdd = strnlen(apikey, 36); - if (tdd > 20 || tdd == 0) - getStringFromJson(blynkApiKey, apikey, 36); //normally not present due to security - - JsonObject if_blynk = interfaces["blynk"]; - getStringFromJson(blynkHost, if_blynk[F("host")], 33); - CJSON(blynkPort, if_blynk["port"]); -#endif - #ifdef WLED_ENABLE_MQTT JsonObject if_mqtt = interfaces["mqtt"]; CJSON(mqttEnabled, if_mqtt["en"]); @@ -472,7 +492,7 @@ bool deserializeConfig(JsonObject doc, bool fromFS) { uint8_t it = 0; for (JsonObject timer : timers) { if (it > 9) break; - if (it<8 && timer[F("hour")]==255) it=8; // hour==255 -> sunrise/sunset + if (it<8 && timer[F("hour")]==255) it=8; // hour==255 -> sunrise/sunset CJSON(timerHours[it], timer[F("hour")]); CJSON(timerMinutes[it], timer["min"]); CJSON(timerMacro[it], timer["macro"]); @@ -673,29 +693,25 @@ void serializeConfig() { hw_led[F("cr")] = cctFromRgb; hw_led[F("cb")] = strip.cctBlending; hw_led["fps"] = strip.getTargetFps(); - hw_led[F("rgbwm")] = Bus::getAutoWhiteMode(); // global override + hw_led[F("rgbwm")] = Bus::getGlobalAWMode(); // global auto white mode override hw_led[F("ld")] = strip.useLedsArray; #ifndef WLED_DISABLE_2D // 2D Matrix Settings if (strip.isMatrix) { JsonObject matrix = hw_led.createNestedObject(F("matrix")); - matrix[F("ph")] = strip.panelH; - matrix[F("pw")] = strip.panelW; - matrix[F("mph")] = strip.hPanels; - matrix[F("mpv")] = strip.vPanels; - matrix[F("pb")] = strip.matrix.bottomStart; - matrix[F("pr")] = strip.matrix.rightStart; - matrix[F("pv")] = strip.matrix.vertical; - matrix[F("ps")] = strip.matrix.serpentine; - + matrix[F("mpc")] = strip.panels; JsonArray panels = matrix.createNestedArray(F("panels")); - for (uint8_t i=0; iskippedLeds(); ins["type"] = bus->getType() & 0x7F; ins["ref"] = bus->isOffRefreshRequired(); - ins[F("rgbwm")] = bus->getAWMode(); + ins[F("rgbwm")] = bus->getAutoWhiteMode(); } JsonArray hw_com = hw.createNestedArray(F("com")); @@ -735,6 +751,7 @@ void serializeConfig() { // button(s) JsonObject hw_btn = hw.createNestedObject("btn"); hw_btn["max"] = WLED_MAX_BUTTONS; // just information about max number of buttons (not actually used) + hw_btn[F("pull")] = !disablePullUp; JsonArray hw_btn_ins = hw_btn.createNestedArray("ins"); // configuration for all buttons @@ -781,8 +798,9 @@ void serializeConfig() { light[F("aseg")] = autoSegments; JsonObject light_gc = light.createNestedObject("gc"); - light_gc["bri"] = (gammaCorrectBri) ? 2.8 : 1.0; - light_gc["col"] = (gammaCorrectCol) ? 2.8 : 1.0; + light_gc["bri"] = (gammaCorrectBri) ? gammaCorrectVal : 1.0f; // keep compatibility + light_gc["col"] = (gammaCorrectCol) ? gammaCorrectVal : 1.0f; // keep compatibility + light_gc["val"] = gammaCorrectVal; JsonObject light_tr = light.createNestedObject("tr"); light_tr["mode"] = fadeTransition; @@ -836,7 +854,9 @@ void serializeConfig() { JsonObject if_live_dmx = if_live.createNestedObject("dmx"); if_live_dmx[F("uni")] = e131Universe; if_live_dmx[F("seqskip")] = e131SkipOutOfSequence; + if_live_dmx[F("e131prio")] = e131Priority; if_live_dmx[F("addr")] = DMXAddress; + if_live_dmx[F("dss")] = DMXSegmentSpacing; if_live_dmx["mode"] = DMXMode; if_live[F("timeout")] = realtimeTimeoutMs / 100; @@ -853,13 +873,6 @@ void serializeConfig() { if_va["p"] = alexaNumPresets; -#ifndef WLED_DISABLE_BLYNK - JsonObject if_blynk = interfaces.createNestedObject("blynk"); - if_blynk[F("token")] = strlen(blynkApiKey) ? "Hidden":""; - if_blynk[F("host")] = blynkHost; - if_blynk["port"] = blynkPort; -#endif - #ifdef WLED_ENABLE_MQTT JsonObject if_mqtt = interfaces.createNestedObject("mqtt"); if_mqtt["en"] = mqttEnabled; @@ -990,13 +1003,6 @@ bool deserializeConfigSec() { JsonObject interfaces = doc["if"]; -#ifndef WLED_DISABLE_BLYNK - const char* apikey = interfaces["blynk"][F("token")] | "Hidden"; - int tdd = strnlen(apikey, 36); - if (tdd > 20 || tdd == 0) - getStringFromJson(blynkApiKey, apikey, 36); -#endif - #ifdef WLED_ENABLE_MQTT JsonObject if_mqtt = interfaces["mqtt"]; getStringFromJson(mqttPass, if_mqtt["psk"], 65); @@ -1035,10 +1041,6 @@ void serializeConfigSec() { ap["psk"] = apPass; JsonObject interfaces = doc.createNestedObject("if"); -#ifndef WLED_DISABLE_BLYNK - JsonObject if_blynk = interfaces.createNestedObject("blynk"); - if_blynk[F("token")] = blynkApiKey; -#endif #ifdef WLED_ENABLE_MQTT JsonObject if_mqtt = interfaces.createNestedObject("mqtt"); if_mqtt["psk"] = mqttPass; diff --git a/wled00/colors.cpp b/wled00/colors.cpp index 0b8c7811e..5ab8a6f37 100644 --- a/wled00/colors.cpp +++ b/wled00/colors.cpp @@ -91,7 +91,7 @@ void colorKtoRGB(uint16_t kelvin, byte* rgb) //white spectrum to rgb, calc r = round(329.698727446 * pow((temp - 60), -0.1332047592)); g = round(288.1221695283 * pow((temp - 60), -0.0755148492)); b = 255; - } + } //g += 12; //mod by Aircoookie, a bit less accurate but visibly less pinkish rgb[0] = (uint8_t) constrain(r, 0, 255); rgb[1] = (uint8_t) constrain(g, 0, 255); @@ -194,7 +194,7 @@ void colorFromDecOrHexString(byte* rgb, char* in) if (in[0] == 0) return; char first = in[0]; uint32_t c = 0; - + if (first == '#' || first == 'h' || first == 'H') //is HEX encoded { c = strtoul(in +1, NULL, 16); @@ -344,6 +344,7 @@ uint8_t gamma8_cal(uint8_t b, float gamma) return (int)(powf((float)b / 255.0f, gamma) * 255.0f + 0.5f); } +// re-calculates & fills gamma table void calcGammaTable(float gamma) { for (uint16_t i = 0; i < 256; i++) { @@ -351,11 +352,13 @@ void calcGammaTable(float gamma) } } +// used for individual channel or brightness gamma correction uint8_t gamma8(uint8_t b) { return gammaT[b]; } +// used for color gamma correction uint32_t gamma32(uint32_t color) { if (!gammaCorrectCol) return color; diff --git a/wled00/data/index.css b/wled00/data/index.css index 60f0f6492..0908ed86c 100644 --- a/wled00/data/index.css +++ b/wled00/data/index.css @@ -128,12 +128,13 @@ button { display: inline-block; } -.icons.on { - color: var(--c-g); +.on { + color: var(--c-g) !important; } -.icons.off { - color: var(--c-6); +.off { + color: var(--c-6) !important; + cursor: default !important; } .top .icons, .bot .icons { @@ -435,6 +436,9 @@ button { left: 50%; margin-left: -92px; + /* Ensure tooltip goes away when mouse leaves control */ + pointer-events: none; + /* Fade in tooltip */ opacity: 0; transition: opacity 0.75s; @@ -587,7 +591,7 @@ button { margin: 0 auto; } -#imgw { +#info #imgw { /*display: inline-block;*/ margin: 8px auto; } @@ -654,7 +658,7 @@ img { border-radius: 10px; background: var(--c-3); color: var(--c-f); - padding: 4px 4px 2px; + padding: 2px 4px; font-size: 14px; right: 3px; transition: visibility 0.25s ease, opacity 0.25s ease; @@ -740,7 +744,7 @@ input[type=range]::-moz-range-thumb { margin-top: var(--bmt); } -#picker, #rgbwrap, #kwrap, #wwrap, #wbal, #vwrap, #qcs-w, #hexw, #pall { +#picker, #rgbwrap, #kwrap, #wwrap, #wbal, #vwrap, #qcs-w, #hexw, #pall, #ledmap { margin: 0 auto; width: 260px; } @@ -780,7 +784,7 @@ input[type=range]::-moz-range-thumb { margin: 0; } .btn-icon { - margin: -4px 4px 0 0; + margin: -4px 4px -1px 0; vertical-align: middle; display: inline-block; } @@ -864,8 +868,8 @@ select { transition-duration: 0.5s; -webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0); - -webkit-appearance: none; - -moz-appearance: none; + -webkit-appearance: none; + -moz-appearance: none; backface-visibility: hidden; transform:translate3d(0,0,0); text-overflow: ellipsis; @@ -889,8 +893,8 @@ div.sel-p:after { position: absolute; right: 10px; top: 22px; - width: 0; - height: 0; + width: 0; + height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--c-f); @@ -898,6 +902,10 @@ div.sel-p:after { select.sel-ple { text-align: center; } +select.sel-sg { + margin: 5px 0; + height: 40px; +} option { background-color: var(--c-3); color: var(--c-f); @@ -907,7 +915,7 @@ input[type=text] { background: var(--c-3); color: var(--c-f); border: 0px solid var(--c-2); - border-radius: 5px; + border-radius: 10px; padding: 8px; /*margin: 6px 6px 6px 0;*/ font-size: 19px; @@ -967,7 +975,7 @@ textarea { } .ptxt { - margin: 0 4px 4px !important; + margin: -1px 4px 8px !important; display: none; } @@ -977,7 +985,7 @@ textarea { .segname, .pname { white-space: nowrap; - cursor: pointer; + /*cursor: pointer;*/ text-align: center; overflow: clip; text-overflow: ellipsis; @@ -1181,13 +1189,13 @@ TD .checkmark, TD .radiomark { } .bp { - margin-bottom: 5px; + margin-bottom: 8px; } /* segment & preset wrapper */ .seg, .pres { background-color: var(--c-2); - color: var(--c-f); + /*color: var(--c-f);*/ /* seems to affect only the Add segment button, which should be same color as reset segments */ border: 0px solid var(--c-f); text-align: left; transition: background-color 0.5s; @@ -1216,7 +1224,7 @@ TD .checkmark, TD .radiomark { line-height: 24px; vertical-align: middle; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ - filter: grayscale(100%); + filter: grayscale(100%); } .lbl-l { @@ -1278,6 +1286,10 @@ TD .checkmark, TD .radiomark { background-color: var(--c-3); } +/*.selected .radiomark { + border: 1px solid var(--c-3); +}*/ + /* selected list item */ .lstI.selected { top: 0; @@ -1322,13 +1334,13 @@ TD .checkmark, TD .radiomark { white-space: nowrap; text-overflow: ellipsis; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ - filter: grayscale(100%); + filter: grayscale(100%); } /* list item palette preview */ .lstIprev { width: 100%; - height: 7px; + height: 6px; position: absolute; bottom: 0; left: 0; @@ -1353,7 +1365,7 @@ TD .checkmark, TD .radiomark { background: var(--c-2); border: 1px solid var(--c-3); -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ - filter: grayscale(100%); + filter: grayscale(100%); } .fnd input[type="text"]:focus { @@ -1398,6 +1410,10 @@ TD .checkmark, TD .radiomark { display: inline-block !important; } +.m6 { + margin: 6px 0; +} + .c { text-align: center; } @@ -1411,6 +1427,7 @@ TD .checkmark, TD .radiomark { color: red; } +/* horizontal divider (playlist entries) */ .hrz { width: auto; height: 2px; diff --git a/wled00/data/index.htm b/wled00/data/index.htm index f4b50c44f..2553ba236 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -286,15 +286,15 @@
@@ -311,6 +311,7 @@

Transition:  s

+

diff --git a/wled00/data/index.js b/wled00/data/index.js index 2cb5e3428..ffc63ba40 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -1,6 +1,5 @@ //page js var loc = false, locip; -var noNewSegs = false; var isOn = false, nlA = false, isLv = false, isInfo = false, isNodes = false, syncSend = false, syncTglRecv = true; var hasWhite = false, hasRGB = false, hasCCT = false; var nlDur = 60, nlTar = 0; @@ -17,6 +16,7 @@ var d = document; var palettesData; var fxdata = []; var pJson = {}, eJson = {}, lJson = {}; +var plJson = {}; // array of playlists var pN = "", pI = 0, pNum = 0; var pmt = 1, pmtLS = 0, pmtLast = 0; var lastinfo = {}; @@ -273,9 +273,9 @@ function onLoad() function updateTablinks(tabI) { var tablinks = gEBCN("tablinks"); - for (var i of tablinks) i.classList.remove("active"); + for (var i of tablinks) i.classList.remove('active'); if (pcMode) return; - tablinks[tabI].classList.add("active"); + tablinks[tabI].classList.add('active'); } function openTab(tabI, force = false) @@ -291,13 +291,13 @@ var timeout; function showToast(text, error = false) { if (error) gId('connind').style.backgroundColor = "var(--c-r)"; - var x = gId("toast"); + var x = gId('toast'); //if (error) text += ''; x.innerHTML = text; - x.classList.add(error ? "error":"show"); + x.classList.add(error ? 'error':'show'); clearTimeout(timeout); x.style.animation = 'none'; - timeout = setTimeout(()=>{ x.classList.remove("show"); }, 2900); + timeout = setTimeout(()=>{ x.classList.remove('show'); }, 2900); if (error) console.log(text); } @@ -308,12 +308,12 @@ function showErrorToast() function clearErrorToast(n=5000) { - var x = gId("toast"); - if (x.classList.contains("error")) { + var x = gId('toast'); + if (x.classList.contains('error')) { clearTimeout(timeout); timeout = setTimeout(()=>{ - x.classList.remove("show"); - x.classList.remove("error"); + x.classList.remove('show'); + x.classList.remove('error'); }, n); } } @@ -414,7 +414,7 @@ function presetError(empty) else cn += `Here is a backup of the last known good state:`; cn += `
- `; + `; } cn += `
`; gId('pcont').innerHTML = cn; @@ -522,7 +522,7 @@ function loadFXData(callback = null) fxdata = json||[]; // add default value for Solid fxdata.shift() - fxdata.unshift(";!;0"); + fxdata.unshift(";!;"); }) .catch((e)=>{ fxdata = []; @@ -544,8 +544,8 @@ function populateQL() for (var key of (pQL||[])) { cn += ``; } - gId('pql').classList.add("expanded"); - } else gId('pql').classList.remove("expanded"); + gId('pql').classList.add('expanded'); + } else gId('pql').classList.remove('expanded'); gId('pql').innerHTML = cn; } @@ -610,8 +610,8 @@ function parseInfo(i) { mh = i.leds.matrix ? i.leds.matrix.h : 0; isM = mw>0 && mh>0; if (!isM) { - gId("filter1D").classList.add("hide"); - //gId("filter2D").classList.add("hide"); + gId("filter1D").classList.add('hide'); + //gId("filter2D").classList.add('hide'); hideModes("2D"); } // if (i.noaudio) { @@ -697,7 +697,7 @@ function populateSegments(s) if (i > lSeg) lSeg = i; let sg = gId(`seg${i}`); - let exp = sg ? (sg.classList.contains("expanded") || (i===0 && cfg.comp.segexp)) : false; + let exp = sg ? (sg.classList.contains('expanded') || (i===0 && cfg.comp.segexp)) : false; let segp = `
@@ -713,24 +713,24 @@ function populateSegments(s) let rvXck = ``; let miXck = ``; let rvYck = "", miYck =""; - if (isM) { + if (isM && staXReverse`; miYck = ``; } let map2D = `
Expand 1D FX
-
+ + + +
`; - let sndSim = `
Sound sim
-
+ + + +
`; cn += `
@@ -749,19 +749,19 @@ function populateSegments(s) - - - + - - - + + + - ${isM ? ''+ + ${isM&&staX'+ ''+ ''+ - ''+ + ''+ ''+ '':''} @@ -772,16 +772,17 @@ function populateSegments(s) - +
${isM?'Start X':'Start LED'}${isM?(cfg.comp.seglen?"Width":"Stop X"):(cfg.comp.seglen?"LED count":"Stop LED")}${isM?'':'Offset'}${isM&&staX + ${isM&&staX + ${isM&&staX
${isM?miXck+'
'+rvXck:''}
${isM&&staX'+rvXck:''}
Start Y'+(cfg.comp.seglen?'Height':'Stop Y')+'
Start Y'+(cfg.comp.seglen?'Height':'Stop Y')+'
'+miYck+'
'+rvYck+'
- ${!isM?rvXck:''} - ${isM&&stoY-staY>1&&stoX-staX>1?map2D:''} + ${!(isM&&staX1&&stoX-staX>1?map2D:''} ${s.AudioReactive && s.AudioReactive.on ? "" : sndSim}
@@ -794,22 +795,28 @@ function populateSegments(s) } gId('segcont').innerHTML = cn; - if (lowestUnused >= maxSeg) { - gId('segutil').innerHTML = 'Maximum number of segments reached.'; - noNewSegs = true; - } else if (noNewSegs) { - resetUtil(); - noNewSegs = false; - } + let noNewSegs = (lowestUnused >= maxSeg); + resetUtil(noNewSegs); + if (gId('selall')) gId('selall').checked = true; for (var i = 0; i <= lSeg; i++) { updateLen(i); updateTrail(gId(`seg${i}bri`)); gId(`segr${i}`).style.display = "none"; - if (!gId(`seg${i}sel`).checked) gId(`selall`).checked = false; + if (!gId(`seg${i}sel`).checked && gId('selall')) gId('selall').checked = false; // uncheck if at least one is unselected. } if (segCount < 2) gId(`segd${lSeg}`).style.display = "none"; if (!isM && !noNewSegs && (cfg.comp.seglen?parseInt(gId(`seg${lSeg}s`).value):0)+parseInt(gId(`seg${lSeg}e`).value) 1) ? "block":"none"; // rsbtn parent + + if (Array.isArray(li.maps) && li.maps.length>1) { + let cont = `Ledmap: 
"; + gId("ledmap").innerHTML = cont; + gId("ledmap").classList.remove('hide'); + } else { + gId("ledmap").classList.add('hide'); + } } function populateEffects() @@ -831,23 +838,24 @@ function populateEffects() }); for (let ef of effects) { - // WLEDSR: add slider and color control to setFX (used by requestjson) + // add slider and color control to setFX (used by requestjson) let id = ef.id; let nm = ef.name+" "; let fd = ""; if (ef.name.indexOf("RSVD") < 0) { if (Array.isArray(fxdata) && fxdata.length>id) { - if (fxdata[id].length==0) fd = ";;!;1d" + if (fxdata[id].length==0) fd = ";;!;1" else fd = fxdata[id]; let eP = (fd == '')?[]:fd.split(";"); // effect parameters let p = (eP.length<3 || eP[2]==='')?[]:eP[2].split(","); // palette data if (p.length>0 && (p[0] !== "" && !isNumeric(p[0]))) nm += "🎨"; // effects using palette - let m = (eP.length<4 || eP[3]==='')?[]:eP[3].split(","); // metadata - if (m.length>0) for (let r of m) { - if (r.substring(0,2)=="1d") nm += "⋮"; // 1D effects - if (r.substring(0,2)=="2d") nm += "▦"; // 2D effects - if (r.substring(0,2)=="vo") nm += "♪"; // volume effects - if (r.substring(0,2)=="fr") nm += "♫"; // frequency effects + let m = (eP.length<4 || eP[3]==='')?'1':eP[3]; // flags + if (id == 0) m = ''; // solid has no flags + if (m.length>0) { + if (m.includes('1')) nm += "⋮"; // 1D effects + if (m.includes('2')) nm += "▦"; // 2D effects + if (m.includes('v')) nm += "♪"; // volume effects + if (m.includes('f')) nm += "♫"; // frequency effects } } html += generateListItemHtml('fx',id,nm,'setFX','',fd); @@ -1040,31 +1048,52 @@ function updateLen(s) { if (!gId(`seg${s}s`)) return; var start = parseInt(gId(`seg${s}s`).value); - var stop = parseInt(gId(`seg${s}e`).value); - var len = stop - (cfg.comp.seglen?0:start); + var stop = parseInt(gId(`seg${s}e`).value) + (cfg.comp.seglen?start:0); + var len = stop - start; + let sY = gId(`seg${s}sY`); + let eY = gId(`seg${s}eY`); + let sX = gId(`seg${s}s`); + let eX = gId(`seg${s}e`); + let of = gId(`seg${s}of`); + let mySH = gId("mkSYH"); + let mySD = gId("mkSYD"); if (isM) { - // matrix setup - let startY = parseInt(gId(`seg${s}sY`).value); - let stopY = parseInt(gId(`seg${s}eY`).value); - len *= (stopY-(cfg.comp.seglen?0:startY)); - let tPL = gId(`seg${s}lbtm`); - if (stop-start>1 && stopY-startY>1) { - // 2D segment - if (tPL) tPL.classList.remove("hide"); // unhide transpose checkbox - let sE = gId('fxlist').querySelector(`.lstI[data-id="${selectedFx}"]`); - if (sE) { - let sN = sE.querySelector(".lstIname").innerText; - let seg = gId(`seg${s}map2D`); - if (seg) { - if(sN.indexOf("\u25A6")<0) seg.classList.remove("hide"); // unhide mapping for 1D effects (| in name) - else seg.classList.add("hide"); // hide mapping otherwise - } - } + // do we have 1D segment *after* the matrix? + if (start >= mw*mh) { + if (sY) { sY.value = 0; sY.max = 0; sY.min = 0; } + if (eY) { eY.value = 1; eY.max = 1; eY.min = 0; } + sX.min = mw*mh; sX.max = ledCount-1; + eX.min = mw*mh+1; eX.max = ledCount; + if (mySH) mySH.classList.add("hide"); + if (mySD) mySD.classList.add("hide"); + if (of) of.classList.remove("hide"); } else { - // 1D segment in 2D set-up - if (tPL) { - tPL.classList.add("hide"); // hide transpose checkbox - gId(`seg${s}tp`).checked = false; // and uncheck it + // matrix setup + if (mySH) mySH.classList.remove("hide"); + if (mySD) mySD.classList.remove("hide"); + if (of) of.classList.add("hide"); + let startY = parseInt(sY.value); + let stopY = parseInt(eY.value) + (cfg.comp.seglen?startY:0); + len *= (stopY-startY); + let tPL = gId(`seg${s}lbtm`); + if (stop-start>1 && stopY-startY>1) { + // 2D segment + if (tPL) tPL.classList.remove('hide'); // unhide transpose checkbox + let sE = gId('fxlist').querySelector(`.lstI[data-id="${selectedFx}"]`); + if (sE) { + let sN = sE.querySelector(".lstIname").innerText; + let seg = gId(`seg${s}map2D`); + if (seg) { + if(sN.indexOf("\u25A6")<0) seg.classList.remove('hide'); // unhide mapping for 1D effects (| in name) + else seg.classList.add('hide'); // hide mapping otherwise + } + } + } else { + // 1D segment in 2D set-up + if (tPL) { + tPL.classList.add('hide'); // hide transpose checkbox + gId(`seg${s}tp`).checked = false; // and uncheck it + } } } } @@ -1083,6 +1112,7 @@ function updateLen(s) var virt = Math.ceil(len/(grp + spc)); if (!isNaN(virt) && (grp > 1 || spc > 0)) out += ` (${virt} virtual)`; } + if (isM && start >= mw*mh) out += " [strip]"; gId(`seg${s}len`).innerHTML = out; } @@ -1095,7 +1125,7 @@ function updatePA() ps = gEBCN("psts"); for (let p of ps) p.classList.remove('selected'); if (currentPreset > 0) { var acv = gId(`p${currentPreset}o`); - if (acv /*&& !acv.classList.contains("expanded")*/) { + if (acv /*&& !acv.classList.contains('expanded')*/) { acv.classList.add('selected'); /* // scroll selected preset into view (on WS refresh) @@ -1112,13 +1142,13 @@ function updatePA() function updateUI() { - gId('buttonPower').className = (isOn) ? "active":""; - gId('buttonNl').className = (nlA) ? "active":""; - gId('buttonSync').className = (syncSend) ? "active":""; + gId('buttonPower').className = (isOn) ? 'active':''; + gId('buttonNl').className = (nlA) ? 'active':''; + gId('buttonSync').className = (syncSend) ? 'active':''; showNodes(); - updateSelectedPalette(); updateSelectedFx(); + updateSelectedPalette(selectedPal); // must be after updateSelectedFx() to un-hide color slots for * palettes updateTrail(gId('sliderBri')); updateTrail(gId('sliderSpeed')); @@ -1152,17 +1182,27 @@ function updateUI() updatePSliders(); } -function updateSelectedPalette() +function updateSelectedPalette(s) { var parent = gId('pallist'); - var selPaletteInput = parent.querySelector(`input[name="palette"][value="${selectedPal}"]`); + var selPaletteInput = parent.querySelector(`input[name="palette"][value="${s}"]`); if (selPaletteInput) selPaletteInput.checked = true; var selElement = parent.querySelector('.selected'); if (selElement) selElement.classList.remove('selected'); - var selectedPalette = parent.querySelector(`.lstI[data-id="${selectedPal}"]`); - if (selectedPalette) parent.querySelector(`.lstI[data-id="${selectedPal}"]`).classList.add('selected'); + var selectedPalette = parent.querySelector(`.lstI[data-id="${s}"]`); + if (selectedPalette) parent.querySelector(`.lstI[data-id="${s}"]`).classList.add('selected'); + + // in case of special palettes (* Colors...), force show color selectors (if hidden by effect data) + let cd = gId('csl').children; // color selectors + if (s > 1 && s < 6) { + cd[0].classList.remove('hide'); // * Color 1 + if (s > 2) cd[1].classList.remove('hide'); // * Color 1 & 2 + if (s == 5) cd[2].classList.remove('hide'); // all colors + } else { + for (let i of cd) if (i.dataset.hide == '1') i.classList.add('hide'); + } } function updateSelectedFx() @@ -1184,9 +1224,9 @@ function updateSelectedFx() var selectedName = selectedEffect.querySelector(".lstIname").innerText; var segs = gId("segcont").querySelectorAll(`div[data-map="map2D"]`); - for (const seg of segs) if (selectedName.indexOf("\u25A6")<0) seg.classList.remove("hide"); else seg.classList.add("hide"); - var segs = gId("segcont").querySelectorAll(`div[data-snd="ssim"]`); - for (const seg of segs) if (selectedName.indexOf("\u266A")<0 && selectedName.indexOf("\266B")<0) seg.classList.add("hide"); else seg.classList.remove("hide"); // also "♫ "? + for (const seg of segs) if (selectedName.indexOf("\u25A6")<0) seg.classList.remove('hide'); else seg.classList.add('hide'); + var segs = gId("segcont").querySelectorAll(`div[data-snd="si"]`); + for (const seg of segs) if (selectedName.indexOf("\u266A")<0 && selectedName.indexOf("\266B")<0) seg.classList.add('hide'); else seg.classList.remove('hide'); // also "♫ "? } } @@ -1279,7 +1319,7 @@ function readState(s,command=false) sellvl = 2; var lc = lastinfo.leds.seglc[s.seg[i].id]; hasRGB |= !!(lc & 0x01); - hasWhite |= !!(lc & 0x08); // & 0x02 contains W channel + hasWhite |= !!(lc & 0x02); hasCCT |= !!(lc & 0x04); } } @@ -1287,7 +1327,7 @@ function readState(s,command=false) if (sellvl == 1) { var lc = lastinfo.leds.seglc[i.id]; hasRGB = !!(lc & 0x01); - hasWhite = !!(lc & 0x08); // & 0x02 contains W channel + hasWhite = !!(lc & 0x02); hasCCT = !!(lc & 0x04); } if (!i) { @@ -1312,6 +1352,9 @@ function readState(s,command=false) gId('sliderC1').value = i.c1 ? i.c1 : 0; gId('sliderC2').value = i.c2 ? i.c2 : 0; gId('sliderC3').value = i.c3 ? i.c3 : 0; + gId('checkO1').checked = !(!i.o1); + gId('checkO2').checked = !(!i.o2); + gId('checkO3').checked = !(!i.o3); if (s.error && s.error != 0) { var errstr = ""; @@ -1342,7 +1385,7 @@ function readState(s,command=false) return true; } -// WLEDSR: control HTML elements for Slider and Color Control +// control HTML elements for Slider and Color Control (original ported form WLED-SR) // Technical notes // =============== // If an effect name is followed by an @, slider and color control is effective. @@ -1384,9 +1427,9 @@ function setEffectParameters(idx) else if (i==0) label.innerHTML = "Effect speed"; else if (i==1) label.innerHTML = "Effect intensity"; else label.innerHTML = "Custom" + (i-1); - slider.classList.remove("hide"); + slider.classList.remove('hide'); } else { - slider.classList.add("hide"); + slider.classList.add('hide'); } } if (slOnOff.length>5) { // up to 3 checkboxes @@ -1412,14 +1455,14 @@ function setEffectParameters(idx) // set html color items on/off var cslLabel = ''; var sep = ''; - var hide = true; var cslCnt = 0, oCsel = csel; for (let i=0; ii && coOnOff[i] != "") { - btn.style.display = "inline"; - if (coOnOff.length>i && coOnOff[i] != "!") { + btn.classList.remove('hide'); + btn.dataset.hide = 0; + if (coOnOff[i] != "!") { var abbreviation = coOnOff[i].substr(0,2); btn.innerHTML = abbreviation; if (abbreviation != coOnOff[i]) { @@ -1430,17 +1473,18 @@ function setEffectParameters(idx) else if (i==0) btn.innerHTML = "Fx"; else if (i==1) btn.innerHTML = "Bg"; else btn.innerHTML = "Cs"; - hide = false; if (!cslCnt || oCsel==i) selectSlot(i); // select 1st displayed slot or old one cslCnt++; } else if (!controlDefined) { // if no controls then all buttons should be shown for color 1..3 - btn.style.display = "inline"; + btn.classList.remove('hide'); + btn.dataset.hide = 0; btn.innerHTML = `${i+1}`; - hide = false; if (!cslCnt || oCsel==i) selectSlot(i); // select 1st displayed slot or old one cslCnt++; } else { - btn.style.display = "none"; + btn.classList.add('hide'); + btn.dataset.hide = 1; + btn.innerHTML = `${i+1}`; // name hidden buttons 1..3 for * palettes } } gId("cslLabel").innerHTML = cslLabel; @@ -1465,12 +1509,13 @@ function setEffectParameters(idx) palw.style.display = "none"; } // not all color selectors shown, hide palettes created from color selectors - for (let e of (gId('pallist').querySelectorAll('.lstI')||[])) { - let fltr = "* C"; - if (cslCnt==1 && csel==0) fltr = "* Colors"; - else if (cslCnt==2) fltr = "* Colors Only"; - if (cslCnt < 3 && e.querySelector('.lstIname').innerText.indexOf(fltr)>=0) e.classList.add('hide'); else e.classList.remove('hide'); - } + // NOTE: this will disallow user to select "* Color ..." palettes which may be undesirable in some cases or for some users + //for (let e of (gId('pallist').querySelectorAll('.lstI')||[])) { + // let fltr = "* C"; + // if (cslCnt==1 && csel==0) fltr = "* Colors"; + // else if (cslCnt==2) fltr = "* Colors Only"; + // if (cslCnt < 3 && e.querySelector('.lstIname').innerText.indexOf(fltr)>=0) e.classList.add('hide'); else e.classList.remove('hide'); + //} } var jsonTimeout; @@ -1525,8 +1570,8 @@ function requestJson(command=null) if (json.info) { let i = json.info; // append custom palettes (when loading for the 1st time) - if (!command && isEmpty(lastinfo) && i.leds && i.leds.cpal) { - for (let j = 0; j 0) { - var pend = parseInt(gId(`seg${lu -1}e`).value,10) + (cfg.comp.seglen?parseInt(gId(`seg${lu -1}s`).value,10):0); - if (pend < ledCount) ns = pend; + let xend = parseInt(gId(`seg${lu -1}e`).value,10) + (cfg.comp.seglen?parseInt(gId(`seg${lu -1}s`).value,10):0); + if (isM) { + ns = 0; + ct = mw; + } else { + if (xend < ledCount) ns = xend; + ct = ledCount-(cfg.comp.seglen?ns:0) + } } gId('segutil').scrollIntoView({ behavior: 'smooth', block: 'start', }); - var ct = (isM?mw:ledCount)-(cfg.comp.seglen?ns:0); - //TODO: add calculation for Y in case of 2D matrix var cn = `
@@ -1664,13 +1713,13 @@ function makeSeg() - + + + Start Y${cfg.comp.seglen?'Height':'Stop Y'} + + + - ${isM ? 'Start Y'+(cfg.comp.seglen?'Height':'Stop Y')+''+ - ''+ - ''+ - ''+ - '':''}
${ledCount - ns} LEDs
@@ -1679,24 +1728,15 @@ function makeSeg() gId('segutil').innerHTML = cn; } -function resetUtil() +function resetUtil(off=false) { -// gId('segutil').innerHTML = ''; - gId('segutil').innerHTML = '
' + gId('segutil').innerHTML = `
` + '' - + '
segment
'; + + `
Add segment
`; } -var plJson = {"0":{ - "ps": [0], - "dur": [100], - "transition": [-1], // to be inited to default transition dur - "repeat": 0, - "r": false, - "end": 0 -}}; - -function makePlSel(el, incPl=false) { +function makePlSel(el, incPl=false) +{ var plSelContent = ""; delete pJson["0"]; // remove filler preset var arr = Object.entries(pJson); @@ -1708,7 +1748,8 @@ function makePlSel(el, incPl=false) { return plSelContent; } -function refreshPlE(p) { +function refreshPlE(p) +{ var plEDiv = gId(`ple${p}`); if (!plEDiv) return; var content = "
Playlist entries
"; @@ -1730,14 +1771,16 @@ function refreshPlE(p) { } // p: preset ID, i: ps index -function addPl(p,i) { +function addPl(p,i) +{ plJson[p].ps.splice(i+1,0,0); plJson[p].dur.splice(i+1,0,plJson[p].dur[i]); plJson[p].transition.splice(i+1,0,plJson[p].transition[i]); refreshPlE(p); } -function delPl(p,i) { +function delPl(p,i) +{ if (plJson[p].ps.length < 2) return; plJson[p].ps.splice(i,1); plJson[p].dur.splice(i,1); @@ -1745,21 +1788,25 @@ function delPl(p,i) { refreshPlE(p); } -function plePs(p,i,field) { +function plePs(p,i,field) +{ plJson[p].ps[i] = parseInt(field.value); } -function pleDur(p,i,field) { +function pleDur(p,i,field) +{ if (field.validity.valid) plJson[p].dur[i] = Math.floor(field.value*10); } -function pleTr(p,i,field) { +function pleTr(p,i,field) +{ if (field.validity.valid) plJson[p].transition[i] = Math.floor(field.value*10); } -function plR(p) { +function plR(p) +{ var pl = plJson[p]; pl.r = gId(`pl${p}rtgl`).checked; if (gId(`pl${p}rptgl`).checked) { // infinite @@ -1773,9 +1820,18 @@ function plR(p) { } } -function makeP(i,pl) { +function makeP(i,pl) +{ var content = ""; if (pl) { + if (i===0) plJson[0] = { + ps: [1], + dur: [100], + transition: [tr], + repeat: 0, + r: false, + end: 0 + }; var rep = plJson[i].repeat ? plJson[i].repeat : 0; content = `
`; - if (Array.isArray(lastinfo.maps) && lastinfo.maps.length>0) { - content += `
Ledmap: 
`; + for (const k of (lastinfo.maps||[])) content += ``; content += "
"; } } @@ -1838,9 +1894,9 @@ ${makePlSel(plJson[i].end?plJson[i].end:0, true)}
-
API command
+
API command
${content}
-
Save to ID 0)?i:getLowestUnusedP()}>
+
Save to ID 0)?i:getLowestUnusedP()}>
${(i>0)?' @@ -1898,10 +1954,10 @@ function makePlUtil() if (pNum < 2) { showToast("You need at least 2 presets to make a playlist!"); //return; } - if (plJson[0].transition[0] < 0) plJson[0].transition[0] = tr; let p = gId('putil'); p.classList.remove('staybot'); - p.innerHTML = `
${makeP(0,true)}
`; + p.classList.add('pres'); + p.innerHTML = `
${makeP(0,true)}
`; refreshPlE(0); gId('p0txt').focus(); p.scrollIntoView({ @@ -1917,8 +1973,8 @@ function resetPUtil() let p = gId('putil'); p.classList.add('staybot'); p.classList.remove('pres'); - p.innerHTML = `` - + ``; + p.innerHTML = `` + + ``; } function tglCs(i) @@ -1932,7 +1988,7 @@ function tglSegn(s) { let t = gId(s<100?`seg${s}t`:`p${s-100}txt`); if (t) { - t.classList.toggle("show"); + t.classList.toggle('show'); t.focus(); t.select(); } @@ -1949,7 +2005,6 @@ function selSegAll(o) function selSegEx(s) { - gId(`selall`).checked = false; var obj = {"seg":[]}; for (let i=0; i<=lSeg; i++) obj.seg.push({"id":i,"sel":(i==s)}); obj.mainseg = s; @@ -1958,7 +2013,6 @@ function selSegEx(s) function selSeg(s) { - gId(`selall`).checked = false; var sel = gId(`seg${s}sel`).checked; var obj = {"seg": {"id": s, "sel": sel}}; requestJson(obj); @@ -1974,7 +2028,7 @@ function rptSeg(s) var rev = gId(`seg${s}rev`).checked; var mi = gId(`seg${s}mi`).checked; var sel = gId(`seg${s}sel`).checked; - var pwr = gId(`seg${s}pwr`).classList.contains("act"); + var pwr = gId(`seg${s}pwr`).classList.contains('act'); var obj = {"seg": {"id": s, "n": name, "start": start, "stop": (cfg.comp.seglen?start:0)+stop, "rev": rev, "mi": mi, "on": pwr, "bri": parseInt(gId(`seg${s}bri`).value), "sel": sel}}; if (gId(`seg${s}grp`)) { var grp = parseInt(gId(`seg${s}grp`).value); @@ -1992,25 +2046,35 @@ function rptSeg(s) function setSeg(s) { var name = gId(`seg${s}t`).value; - var start = parseInt(gId(`seg${s}s`).value); - var stop = parseInt(gId(`seg${s}e`).value); + let sX = gId(`seg${s}s`); + let eX = gId(`seg${s}e`); + var start = parseInt(sX.value); + var stop = parseInt(eX.value) + (cfg.comp.seglen?start:0); + if (startsX.max) {sX.value=sX.min; return;} // prevent out of bounds + if (stopeX.max) {eX.value=eX.max; return;} // prevent out of bounds if ((cfg.comp.seglen && stop == 0) || (!cfg.comp.seglen && stop <= start)) {delSeg(s); return;} - var obj = {"seg": {"id": s, "n": name, "start": start, "stop": (cfg.comp.seglen?start:0)+stop}}; - if (isM) { - var startY = parseInt(gId(`seg${s}sY`).value); - var stopY = parseInt(gId(`seg${s}eY`).value); + var obj = {"seg": {"id": s, "n": name, "start": start, "stop": stop}}; + if (isM && startsY.max) {sY.value=sY.min; return;} // prevent out of bounds + if (stopYeY.max) {eY.value=eY.max; return;} // prevent out of bounds obj.seg.startY = startY; - obj.seg.stopY = (cfg.comp.seglen?startY:0)+stopY; + obj.seg.stopY = stopY; } - if (gId(`seg${s}grp`)) { // advanced options, not present in new segment dialog (makeSeg()) - var grp = parseInt(gId(`seg${s}grp`).value); - var spc = parseInt(gId(`seg${s}spc`).value); - var ofs = parseInt(gId(`seg${s}of` ).value); + let g = gId(`seg${s}grp`); + if (g) { // advanced options, not present in new segment dialog (makeSeg()) + let grp = parseInt(g.value); + let spc = parseInt(gId(`seg${s}spc`).value); + let ofs = parseInt(gId(`seg${s}of` ).value); obj.seg.grp = grp; obj.seg.spc = spc; obj.seg.of = ofs; - if (isM) obj.seg.tp = gId(`seg${s}tp`).checked; + if (isM && gId(`seg${s}tp`)) obj.seg.tp = gId(`seg${s}tp`).checked; } + resetUtil(); // close add segment dialog just in case requestJson(obj); } @@ -2053,17 +2117,17 @@ function setMiY(s) requestJson(obj); } -function setMp12(s) +function setM12(s) { - var value = gId(`seg${s}mp12`).selectedIndex; - var obj = {"seg": {"id": s, "mp12": value}}; + var value = gId(`seg${s}m12`).selectedIndex; + var obj = {"seg": {"id": s, "m12": value}}; requestJson(obj); } -function setSSim(s) +function setSi(s) { - var value = gId(`seg${s}ssim`).selectedIndex; - var obj = {"seg": {"id": s, "ssim": value}}; + var value = gId(`seg${s}si`).selectedIndex; + var obj = {"seg": {"id": s, "si": value}}; requestJson(obj); } @@ -2076,7 +2140,7 @@ function setTp(s) function setSegPwr(s) { - var pwr = gId(`seg${s}pwr`).classList.contains("act"); + var pwr = gId(`seg${s}pwr`).classList.contains('act'); var obj = {"seg": {"id": s, "on": !pwr}}; requestJson(obj); } @@ -2171,12 +2235,12 @@ function setPreset(i) { var obj = {"ps":i}; if (pJson && pJson[i] && (!pJson[i].win || pJson[i].win.indexOf("Please") <= 0)) { - // we will send complete preset content as to avoid delay introduced by - // async nature of applyPreset(). json.cpp has to decide wether to call applyPreset() - // or not (by looking at the JSON content, if "ps" only) + // we will send the complete preset content as to avoid delay introduced by + // async nature of applyPreset() and having to read the preset from file system. + obj = {"pd":i}; // use "pd" instead of "ps" to indicate that we are sending the preset content directly Object.assign(obj, pJson[i]); - delete obj.ql; // no need for quick load - delete obj.n; // no need for name + delete obj.ql; // no need for quick load + delete obj.n; // no need for name } if (isPlaylist(i)) obj.on = true; // force on showToast("Loading preset " + pName(i) +" (" + i + ")"); @@ -2218,7 +2282,7 @@ function saveP(i,pl) obj.ib = gId(`p${i}ibtgl`).checked; obj.sb = gId(`p${i}sbtgl`).checked; obj.sc = gId(`p${i}sbchk`).checked; - if (gId(`p${i}lmp`).value!=="") obj.ledmap = parseInt(gId(`p${i}lmp`).value); + if (gId(`p${i}lmp`) && gId(`p${i}lmp`).value!=="") obj.ledmap = parseInt(gId(`p${i}lmp`).value); } } @@ -2270,7 +2334,7 @@ function delP(i) { requestJson(obj); delete pJson[i]; populatePresets(); - gId('putil').classList.add("staybot"); + gId('putil').classList.add('staybot'); } else { bt.style.color = "var(--c-r)"; bt.innerHTML = "Delete!"; @@ -2545,7 +2609,7 @@ function hideModes(txt) let f = false; if (txt==="2D") f = iT.indexOf("\u25A6") >= 0 && iT.indexOf("\u22EE") < 0; // 2D && !1D else f = iT.indexOf(txt) >= 0; - if (f) e.classList.add("hide"); //else e.classList.remove("hide"); + if (f) e.classList.add('hide'); //else e.classList.remove('hide'); } } @@ -2616,9 +2680,9 @@ function expand(i) { var seg = i<100 ? gId('seg' +i) : gId(`p${i-100}o`); let ps = gId("pcont").children; // preset wrapper - if (i>100) for (let p of ps) { p.classList.remove("selected"); if (p!==seg) p.classList.remove("expanded"); } // collapse all other presets & remove selected + if (i>100) for (let p of ps) { p.classList.remove('selected'); if (p!==seg) p.classList.remove('expanded'); } // collapse all other presets & remove selected - seg.classList.toggle("expanded"); + seg.classList.toggle('expanded'); // presets if (i >= 100) { @@ -2640,11 +2704,11 @@ function expand(i) gId(`p${p}api`).value = papi; if (papi.indexOf("Please") == 0) gId(`p${p}cstgl`).checked = false; tglCs(p); - gId('putil').classList.remove("staybot"); + gId('putil').classList.remove('staybot'); } else { updatePA(); gId('seg' +i).innerHTML = ""; - gId('putil').classList.add("staybot"); + gId('putil').classList.add('staybot'); } } diff --git a/wled00/data/pixart/boxdraw.js b/wled00/data/pixart/boxdraw.js new file mode 100644 index 000000000..c000c2e61 --- /dev/null +++ b/wled00/data/pixart/boxdraw.js @@ -0,0 +1,62 @@ +function drawBoxes(inputPixelArray, widthPixels, heightPixels) { + + var w = window; + + // Get the canvas context + var ctx = canvas.getContext('2d', { willReadFrequently: true }); + + // Set the width and height of the canvas + if (w.innerHeight < w.innerWidth) { + canvas.width = Math.floor(w.innerHeight * 0.98); + } + else{ + canvas.width = Math.floor(w.innerWidth * 0.98); + } + //canvas.height = w.innerWidth; + + let pixelSize = Math.floor(canvas.width/widthPixels); + + let xOffset = (w.innerWidth - (widthPixels * pixelSize))/2 + + //Set the canvas height to fit the right number of pixelrows + canvas.height = (pixelSize * heightPixels) + 10 + + //Iterate through the matrix + for (let y = 0; y < heightPixels; y++) { + for (let x = 0; x < widthPixels; x++) { + + // Calculate the index of the current pixel + let i = (y*widthPixels) + x; + + //Gets the RGB of the current pixel + let pixel = inputPixelArray[i]; + + let pixelColor = 'rgb(' + pixel[0] + ', ' + pixel[1] + ', ' + pixel[2] + ')'; + + let textColor = 'rgb(128,128,128)'; + + // Set the fill style to the pixel color + ctx.fillStyle = pixelColor; + + //Draw the rectangle + ctx.fillRect(x * pixelSize, y * pixelSize, pixelSize, pixelSize); + + // Draw a border on the box + ctx.strokeStyle = '#888888'; + ctx.lineWidth = 1; + ctx.strokeRect(x * pixelSize, y * pixelSize, pixelSize, pixelSize); + + //Write text to box + ctx.font = "10px Arial"; + ctx.fillStyle = textColor; + ctx.textAlign = "center"; + ctx.textBaseline = 'middle'; + ctx.fillText((pixel[4] + 1), (x * pixelSize) + (pixelSize /2), (y * pixelSize) + (pixelSize /2)); + } + } + var imageData = ctx.getImageData(0, 0, canvas.width, canvas.height); + ctx.clearRect(0, 0, canvas.width, canvas.height); + canvas.width = w.innerWidth; + ctx.putImageData(imageData, xOffset, 0); +} + diff --git a/wled00/data/pixart/favicon-16x16.png b/wled00/data/pixart/favicon-16x16.png new file mode 100644 index 000000000..feb51ca09 Binary files /dev/null and b/wled00/data/pixart/favicon-16x16.png differ diff --git a/wled00/data/pixart/favicon-32x32.png b/wled00/data/pixart/favicon-32x32.png new file mode 100644 index 000000000..a3b5cceb1 Binary files /dev/null and b/wled00/data/pixart/favicon-32x32.png differ diff --git a/wled00/data/pixart/favicon.ico b/wled00/data/pixart/favicon.ico new file mode 100644 index 000000000..bde8945e5 Binary files /dev/null and b/wled00/data/pixart/favicon.ico differ diff --git a/wled00/data/pixart/getPixelValues.js b/wled00/data/pixart/getPixelValues.js new file mode 100644 index 000000000..ffbf94a70 --- /dev/null +++ b/wled00/data/pixart/getPixelValues.js @@ -0,0 +1,320 @@ +function getPixelRGBValues(base64Image) { + httpArray = []; + fileJSON = `{"on":true,"bri":${brgh.value},"seg":{"id":${tSg.value},"i":[`; + + //Which object holds the secret to the segment ID + + let segID = 0; + if(tSg.style.display == "flex"){ + segID = tSg.value + } else { + segID = sID.value; + } + + + //const copyJSONledbutton = gId('copyJSONledbutton'); + const maxNoOfColorsInCommandSting = parseInt(cLN.value); + + let hybridAddressing = false; + let selectedIndex = -1; + + selectedIndex = frm.selectedIndex; + const formatSelection = frm.options[selectedIndex].value; + + + selectedIndex = lSS.selectedIndex; + const ledSetupSelection = lSS.options[selectedIndex].value; + + selectedIndex = cFS.selectedIndex; + let hexValueCheck = true; + if (cFS.options[selectedIndex].value == 'dec'){ + hexValueCheck = false + } + + selectedIndex = aS.selectedIndex; + let segmentValueCheck = true; //If Range or Hybrid + if (aS.options[selectedIndex].value == 'single'){ + segmentValueCheck = false + } else if (aS.options[selectedIndex].value == 'hybrid'){ + hybridAddressing = true; + } + + let curlString = '' + let haString = '' + + let colorSeparatorStart = '"'; + let colorSeparatorEnd = '"'; + if (!hexValueCheck){ + colorSeparatorStart = '['; + colorSeparatorEnd = ']'; + } + // Warnings + let hasTransparency = false; //If alpha < 255 is detected on any pixel, this is set to true in code below + let imageInfo = ''; + + // Create an off-screen canvas + var canvas = cE('canvas'); + var context = canvas.getContext('2d', { willReadFrequently: true }); + + // Create an image element and set its src to the base64 image + var image = new Image(); + image.src = base64Image; + + // Wait for the image to load before drawing it onto the canvas + image.onload = function() { + + let scalePath = scDiv.children[0].children[0]; + let color = scalePath.getAttribute("fill"); + let sizeX = szX.value; + let sizeY = szY.value; + + if (color != accentColor || sizeX < 1 || sizeY < 1){ + //image will not be rezised Set desitred size to original size + sizeX = image.width; + sizeY = image.height; + //failsafe for not generating huge images automatically + if (image.width > 512 || image.height > 512) + { + sizeX = 16; + sizeY = 16; + } + } + + // Set the canvas size to the same as the desired image size + canvas.width = sizeX; + canvas.height = sizeY; + + imageInfo = '

Width: ' + sizeX + ', Height: ' + sizeY + ' (make sure this matches your led matrix setup)

' + + // Draw the image onto the canvas + context.drawImage(image, 0, 0, sizeX, sizeY); + + // Get the pixel data from the canvas + var pixelData = context.getImageData(0, 0, sizeX, sizeY).data; + + // Create an array to hold the RGB values of each pixel + var pixelRGBValues = []; + + // If the first row of the led matrix is right -> left + let right2leftAdjust = 1; + + if (ledSetupSelection == 'l2r'){ + right2leftAdjust = 0; + } + + // Loop through the pixel data and get the RGB values of each pixel + for (var i = 0; i < pixelData.length; i += 4) { + var r = pixelData[i]; + var g = pixelData[i + 1]; + var b = pixelData[i + 2]; + var a = pixelData[i + 3]; + + let pixel = i/4 + let row = Math.floor(pixel/sizeX); + let led = pixel; + if (ledSetupSelection == 'matrix'){ + //Do nothing, the matrix is set upp like the index in the image + //Every row starts from the left, i.e. no zigzagging + } + else if ((row + right2leftAdjust) % 2 === 0) { + //Setup is traditional zigzag + //right2leftAdjust basically flips the row order if = 1 + //Row is left to right + //Leave led index as pixel index + + } else { + //Setup is traditional zigzag + //Row is right to left + //Invert index of row for led + let indexOnRow = led - (row * sizeX); + let maxIndexOnRow = sizeX - 1; + let reversedIndexOnRow = maxIndexOnRow - indexOnRow; + led = (row * sizeX) + reversedIndexOnRow; + } + + // Add the RGB values to the pixel RGB values array + pixelRGBValues.push([r, g, b, a, led, pixel, row]); + } + + pixelRGBValues.sort((a, b) => a[5] - b[5]); + + //Copy the values to a new array for resorting + let ledRGBValues = [... pixelRGBValues]; + + //Sort the array based on led index + ledRGBValues.sort((a, b) => a[4] - b[4]); + + //Generate JSON in WLED format + let JSONledString = ''; + + //Set starting values for the segment check to something that is no color + let segmentStart = -1; + let maxi = ledRGBValues.length; + let curentColorIndex = 0 + let commandArray = []; + + //For evry pixel in the LED array + for (let i = 0; i < maxi; i++) { + let pixel = ledRGBValues[i]; + let r = pixel[0]; + let g = pixel[1]; + let b = pixel[2]; + let a = pixel[3]; + let segmentString = ''; + let segmentEnd = -1; + + if(segmentValueCheck){ + if (segmentStart < 0){ + //This is the first led of a new segment + segmentStart = i; + } //Else we allready have a start index + + if (i < maxi - 1){ + + let iNext = i + 1; + let nextPixel = ledRGBValues[iNext]; + + if (nextPixel[0] != r || nextPixel[1] != g || nextPixel[2] != b ){ + //Next pixel has new color + //The current segment ends with this pixel + segmentEnd = i + 1 //WLED wants the NEXT LED as the stop led... + if (segmentStart == i && hybridAddressing){ + //If only one led/pixel, no segment info needed + if (JSONledString == ''){ + //If addressing is single, we need to start every command with a starting possition + segmentString = '' + i + ','; + //Fixed to b2 + } else{ + segmentString = '' + } + } + else { + segmentString = segmentStart + ',' + segmentEnd + ','; + } + } + + } else { + //This is the last pixel, so the segment must end + segmentEnd = i + 1; + + if (segmentStart + 1 == segmentEnd && hybridAddressing){ + //If only one led/pixel, no segment info needed + if (JSONledString == ''){ + //If addressing is single, we need to start every command with a starting possition + segmentString = '' + i + ','; + //Fixed to b2 + } else{ + segmentString = '' + } + } + else { + segmentString = segmentStart + ',' + segmentEnd + ','; + } + } + } else{ + //Write every pixel + if (JSONledString == ''){ + //If addressing is single, we need to start every command with a starting possition + JSONledString = i + //Fixed to b2 + } + + segmentStart = i + segmentEnd = i + //Segment string should be empty for when addressing single. So no need to set it again. + } + + if (a < 255){ + hasTransparency = true; //If ANY pixel has alpha < 255 then this is set to true to warn the user + } + + if (segmentEnd > -1){ + //This is the last pixel in the segment, write to the JSONledString + //Return color value in selected format + let colorValueString = r + ',' + g + ',' + b ; + + if (hexValueCheck){ + const [red, green, blue] = [r, g, b]; + colorValueString = `${[red, green, blue].map(x => x.toString(16).padStart(2, '0')).join('')}`; + } else{ + //do nothing, allready set + } + + // Check if start and end is the same, in which case remove + + JSONledString += segmentString + colorSeparatorStart + colorValueString + colorSeparatorEnd; + fileJSON = JSONledString + segmentString + colorSeparatorStart + colorValueString + colorSeparatorEnd; + + curentColorIndex = curentColorIndex + 1; // We've just added a new color to the string so up the count with one + + if (curentColorIndex % maxNoOfColorsInCommandSting === 0 || i == maxi - 1) { + + //If we have accumulated the max number of colors to send in a single command or if this is the last pixel, we should write the current colorstring to the array + commandArray.push(JSONledString); + JSONledString = ''; //Start on an new command string + } else + { + //Add a comma to continue the command string + JSONledString = JSONledString + ',' + } + //Reset segment values + segmentStart = - 1; + } + } + + JSONledString = '' + + //For every commandString in the array + for (let i = 0; i < commandArray.length; i++) { + let thisJSONledString = `{"on":true,"bri":${brgh.value},"seg":{"id":${segID},"i":[${commandArray[i]}]}}`; + httpArray.push(thisJSONledString); + + let thiscurlString = `curl -X POST "http://${gurl.value}/json/state" -d \'${thisJSONledString}\' -H "Content-Type: application/json"`; + + //Aggregated Strings That should be returned to the user + if (i > 0){ + JSONledString = JSONledString + '\n'; + curlString = curlString + ' && '; + } + JSONledString += thisJSONledString; + curlString += thiscurlString; + } + + + haString = `#Uncomment if you don\'t allready have these defined in your switch section of your configuration.yaml +#- platform: command_line + #switches: + ${haIDe.value} + friendly_name: ${haNe.value} + unique_id: ${haUe.value} + command_on: > + ${curlString} + command_off: > + curl -X POST "http://${gurl.value}/json/state" -d \'{"on":false}\' -H "Content-Type: application/json"`; + + if (formatSelection == 'wled'){ + JLD.value = JSONledString; + } else if (formatSelection == 'curl'){ + JLD.value = curlString; + } else if (formatSelection == 'ha'){ + JLD.value = haString; + } else { + JLD.value = 'ERROR!/n' + formatSelection + ' is an unknown format.' + } + + fileJSON += ']}}'; + + let infoDiv = imin; + let canvasDiv = imin; + if (hasTransparency){ + imageInfo = imageInfo + '

WARNING! Transparency info detected in image. Transparency (alpha) has been ignored. To ensure you get the result you desire, use only solid colors in your image.

' + } + + infoDiv.innerHTML = imageInfo; + canvasDiv.style.display = "block" + + + //Drawing the image + drawBoxes(pixelRGBValues, sizeX, sizeY); + } +} \ No newline at end of file diff --git a/wled00/data/pixart/pixart.css b/wled00/data/pixart/pixart.css new file mode 100644 index 000000000..39ba1f283 --- /dev/null +++ b/wled00/data/pixart/pixart.css @@ -0,0 +1,324 @@ + +.box { + border: 2px solid #fff; +} +body { + font-family: Arial, sans-serif; + background-color: #111; +} + +.top-part { + width: 600px; + margin: 0 auto; +} +.container { + max-width: 100% -40px; + border-radius: 0px; + padding: 20px; + text-align: center; +} +h1 { + font-size: 2.3em; + color: #ddd; + margin: 1px 0; + font-family: Arial, sans-serif; + line-height: 0.5; + /*text-align: center;*/ +} +h2 { + font-size: 1.1em; + color: rgba(221, 221, 221, 0.61); + margin: 1px 0; + font-family: Arial, sans-serif; + line-height: 0.5; + text-align: center; +} +h3 { + font-size: 0.7em; + color: rgba(221, 221, 221, 0.61); + margin: 1px 0; + font-family: Arial, sans-serif; + line-height: 1.4; + text-align: center; + align-items: center; + justify-content: center; + display: flex; +} + +p { + font-size: 1em; + color: #777; + line-height: 1.5; + font-family: Arial, sans-serif; +} + +#fieldTable { + font-size: 1 em; + color: #777; + line-height: 1; + font-family: Arial, sans-serif; +} + +#scaleTable { + font-size: 1 em; + color: #777; + line-height: 1; + font-family: Arial, sans-serif; +} + +#drop-zone { + display: block; + width: 100%-40px; + border: 3px dashed #ddd; + border-radius: 0px; + text-align: center; + padding: 20px; + margin: 0px; + cursor: pointer; + font-family: Arial, sans-serif; + font-size: 15px; + color: #777; +} + +#file-picker { + display: none; +} +.adaptiveTD{ + display: flex; + flex-direction: row; + flex-wrap: nowrap; + align-items: center; + +} + +.mainSelector { + background-color: #222; + color: #ddd; + border: 1px solid #333; + margin-top: 4px; + margin-bottom: 4px; + padding: 0 8px; + height: 28px; + font-size: 15px; + border-radius: 7px; + flex-grow: 1; + display: flex; + align-items: center; + justify-content: center; +} + +.adaptiveSelector { + background-color: #222; + color: #ddd; + border: 1px solid #333; + margin-top: 4px; + margin-bottom: 4px; + padding: 0 8px; + height: 28px; + font-size: 15px; + border-radius: 7px; + flex-grow: 1; + display: none; +} + +.segmentsDiv{ + width: 36px; + padding-left: 5px; +} + +* input[type=range] { + appearance: none; + -moz-appearance: none; + -webkit-appearance: none; + flex-grow: 1; + padding: 0; + margin: 4px 8px 4px 0; + background-color: transparent; + cursor: pointer; + background: linear-gradient(to right, #bbb 50%, #333 50%); + border-radius: 7px; +} + +input[type=range]:focus { + outline: none; +} +input[type=range]::-webkit-slider-runnable-track { + height: 28px; + cursor: pointer; + background: transparent; + border-radius: 7px; +} +input[type=range]::-webkit-slider-thumb { + height: 16px; + width: 16px; + border-radius: 50%; + background: #fff; + cursor: pointer; + -webkit-appearance: none; + margin-top: 4px; + border-radius: 7px; +} +input[type=range]::-moz-range-track { + height: 28px; + background-color: rgba(0, 0, 0, 0); + border-radius: 7px; +} +input[type=range]::-moz-range-thumb { + border: 0px solid rgba(0, 0, 0, 0); + height: 16px; + width: 16px; + border-radius: 7px; + background: #fff; +} + +.rangeNumber{ + width: 20px; + vertical-align: middle; +} + +.fullTextField[type=text] { + background-color: #222; + border: 1px solid #333; + padding-inline-start: 5px; + margin-top: 4px; + margin-bottom: 4px; + height: 24px; + border-radius: 0px; + font-family: Arial, sans-serif; + font-size: 15px; + color: #ddd; + border-radius: 7px; + flex-grow: 1; + display: flex; + align-items: center; + justify-content: center; +} +.flxTFld{ + background-color: #222; + border: 1px solid #333; + padding-inline-start: 5px; + height: 24px; + border-radius: 0px; + font-family: Arial, sans-serif; + font-size: 15px; + color: #ddd; + border-radius: 7px; + flex-grow: 1; + display: flex; + align-items: center; + justify-content: center; +} + +* input[type=submit] { + background-color: #222; + border: 1px solid #333; + padding: 0.5em; + width: 100%; + border-radius: 24px; + font-family: Arial, sans-serif; + font-size: 1.3em; + color: #ddd; +} + +* button { + background-color: #222; + border: 1px solid #333; + padding-inline: 5px; + width: 100%; + border-radius: 24px; + font-family: Arial, sans-serif; + font-size: 1em; + color: #ddd; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; +} + +#scaleDiv { + display: flex; + align-items: center; + vertical-align: middle; +} + +textarea { + grid-row: 1 / 2; + width: 100%; + height: 200px; + background-color: #222; + border: 1px solid #333; + color: #ddd; +} +.hide { + display: none; +} + +.svg-icon { + vertical-align: middle; +} +#image-container { + display: grid; + grid-template-rows: 1fr 1fr; +} +#button-container { + display: flex; + padding-bottom: 10px; + padding-top: 10px; +} + +.buttonclass { + flex: 1; + padding-top: 5px; + padding-bottom: 5px; +} + +.gap { + width: 10px; +} + +#submitConvert::before { + content: ""; + display: inline-block; + background-image: url('data:image/svg+xml;utf8, '); + width: 36px; + height: 36px; +} + +#sizeDiv * { + display: inline-block; +} +.sizeInputFields{ + width: 50px; + background-color: #222; + border: 1px solid #333; + padding-inline-start: 5px; + margin-top: -5px; + height: 24px; + border-radius: 7px; + font-family: Arial, sans-serif; + font-size: 15px; + color: #ddd; +} +a:link { + color: rgba(221, 221, 221, 0.61); + background-color: transparent; + text-decoration: none; +} + +a:visited { + color: rgba(221, 221, 221, 0.61); + background-color: transparent; + text-decoration: none; +} + +a:hover { + color: #ddd; + background-color: transparent; + text-decoration: none; +} + +a:active { + color: rgba(221, 221, 221, 0.61); + background-color: transparent; + text-decoration: none; +} \ No newline at end of file diff --git a/wled00/data/pixart/pixart.htm b/wled00/data/pixart/pixart.htm new file mode 100644 index 000000000..889bd37da --- /dev/null +++ b/wled00/data/pixart/pixart.htm @@ -0,0 +1,210 @@ + + + + + + + WLED Pixel Art Converter + + + + + + +
+
+

+ + + + + + + WLED Pixel Art Converter +

+
+

Convert image to WLED JSON (pixel art on WLED matrix)

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + + 128 +
+ + + + 256 +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + + +
+
+ + + + + +
+
+ + + +  Scale image +
+
+ +
+

+ +

+

+ Drop image here
or
+ Click to select a file +
+ +

+ +

+ +

+ +
+ + + +

+ + + + +
+

Version 1.0.7
 -  Help/About

+
+
+ + +
+ + + + + + \ No newline at end of file diff --git a/wled00/data/pixart/pixart.js b/wled00/data/pixart/pixart.js new file mode 100644 index 000000000..a1c67aa99 --- /dev/null +++ b/wled00/data/pixart/pixart.js @@ -0,0 +1,364 @@ +//Start up code +//if (window.location.protocol == "file:") { +// let locip = prompt("File Mode. Please enter WLED IP!"); +// gId('curlUrl').value = locip; +//} else +// +//Start up code +let devMode = false; //Remove +gurl.value = location.host; + +const urlParams = new URLSearchParams(window.location.search); +if (gurl.value.length < 1){ + gurl.value = "Missing_Host"; +} + +function gen(){ + //Generate image if enough info is in place + //Is host non empty + //Is image loaded + //is scale > 0 + if (((szX.value > 0 && szY.value > 0) || szDiv.style.display == 'none') && gurl.value.length > 0 && prw.style.display != 'none'){ + //regenerate + let base64Image = prw.src; + if (isValidBase64Gif(base64Image)) { + im.src = base64Image; + getPixelRGBValues(base64Image); + imcn.style.display = "block"; + bcn.style.display = ""; + } else { + let imageInfo = '

WARNING! File does not appear to be a valid image

'; + imin.innerHTML = imageInfo; + imin.style.display = "block"; + imcn.style.display = "none"; + JLD.value = ''; + if (devMode) console.log("The string '" + base64Image + "' is not a valid base64 image."); + } + } + + if(gurl.value.length > 0){ + gId("sSg").setAttribute("fill", accentColor); + } else{ + gId("sSg").setAttribute("fill", accentTextColor); + let ts = tSg; + ts.style.display = "none"; + ts.innerHTML = ""; + sID.style.display = "flex"; + } +} + + +// Code for copying the generated string to clipboard + +cjb.addEventListener('click', async () => { + let JSONled = JLD; + JSONled.select(); + try { + await navigator.clipboard.writeText(JSONled.value); + } catch (err) { + try { + await d.execCommand("copy"); + } catch (err) { + console.error('Failed to copy text: ', err); + } + } +}); + +// Event listeners ======================= + +lSS.addEventListener("change", gen); +szY.addEventListener("change", gen); +szX.addEventListener("change", gen); +//frm.addEventListener("change", gen); +cFS.addEventListener("change", gen); +aS.addEventListener("change", gen); +brgh.addEventListener("change", gen); +cLN.addEventListener("change", gen); +haIDe.addEventListener("change", gen); +haUe.addEventListener("change", gen); +haNe.addEventListener("change", gen); +gurl.addEventListener("change", gen); +sID.addEventListener("change", gen); +prw.addEventListener("load", gen); +//gId("convertbutton").addEventListener("click", gen); + +tSg.addEventListener("change", () => { + sop = tSg.options[tSg.selectedIndex]; + szX.value = sop.dataset.x; + szY.value = sop.dataset.y; + gen(); +}); + +gId("sendJSONledbutton").addEventListener('click', async () => { + if (window.location.protocol === "https:") { + alert('Will only be available when served over http (or WLED is run over https)'); + } else { + postPixels(); + } +}); + +brgh.oninput = () => { + brgV.textContent = brgh.value; + let perc = parseInt(brgh.value)*100/255; + var val = `linear-gradient(90deg, #bbb ${perc}%, #333 ${perc}%)`; + brgh.style.backgroundImage = val; +} + +cLN.oninput = () => { + let cln = cLN; + cLV.textContent = cln.value; + let perc = parseInt(cln.value)*100/512; + var val = `linear-gradient(90deg, #bbb ${perc}%, #333 ${perc}%)`; + cln.style.backgroundImage = val; +} + +frm.addEventListener("change", () => { + for (var i = 0; i < hideableRows.length; i++) { + hideableRows[i].classList.toggle("hide", frm.value !== "ha"); + } +}); + +async function postPixels() { + let ss = gId("sendSvgP"); + ss.setAttribute("fill", prsCol); + let er = false; + for (let i of httpArray) { + try { + if (devMode) console.log(i); + if (devMode) console.log(i.length); + const response = await fetch('http://'+gId('curlUrl').value+'/json/state', { + method: 'POST', + headers: { + 'Content-Type': 'application/json' + //'Content-Type': 'text/html; charset=UTF-8' + }, + body: i + }); + const data = await response.json(); + if (devMode) console.log(data); + } catch (error) { + console.error(error); + er = true; + } + } + if(er){ + //Something went wrong + ss.setAttribute("fill", redColor); + setTimeout(function(){ + ss.setAttribute("fill", accentTextColor); + }, 1000); + } else { + // A, OK + ss.setAttribute("fill", greenColor); + setTimeout(function(){ + ss.setAttribute("fill", accentColor); + }, 1000); + } +} + +//File uploader code +const dropZone = gId('drop-zone'); +const filePicker = gId('file-picker'); +const preview = prw; + +// Listen for dragenter, dragover, and drop events +dropZone.addEventListener('dragenter', dragEnter); +dropZone.addEventListener('dragover', dragOver); +dropZone.addEventListener('drop', dropped); +dropZone.addEventListener('click', zoneClicked); + +// Listen for change event on file picker +filePicker.addEventListener('change', filePicked); + +// Handle zone click +function zoneClicked(e) { + e.preventDefault(); + //this.classList.add('drag-over'); + //alert('Hej'); + filePicker.click(); +} + +// Handle dragenter +function dragEnter(e) { + e.preventDefault(); + this.classList.add('drag-over'); +} + +// Handle dragover +function dragOver(e) { + e.preventDefault(); +} + +// Handle drop +function dropped(e) { + e.preventDefault(); + this.classList.remove('drag-over'); + + // Get the dropped file + const file = e.dataTransfer.files[0]; + updatePreview(file) +} + +// Handle file picked +function filePicked(e) { + // Get the picked file + const file = e.target.files[0]; + updatePreview(file) +} + +// Update the preview image +function updatePreview(file) { + // Use FileReader to read the file + const reader = new FileReader(); + reader.onload = () => { + // Update the preview image + preview.src = reader.result; + //gId("submitConvertDiv").style.display = ""; + prw.style.display = ""; + }; + reader.readAsDataURL(file); +} + +function isValidBase64Gif(string) { + // Use a regular expression to check that the string is a valid base64 string + /* + const base64gifPattern = /^data:image\/gif;base64,([A-Za-z0-9+/:]{4})*([A-Za-z0-9+/:]{3}=|[A-Za-z0-9+/:]{2}==)?$/; + const base64pngPattern = /^data:image\/png;base64,([A-Za-z0-9+/:]{4})*([A-Za-z0-9+/:]{3}=|[A-Za-z0-9+/:]{2}==)?$/; + const base64jpgPattern = /^data:image\/jpg;base64,([A-Za-z0-9+/:]{4})*([A-Za-z0-9+/:]{3}=|[A-Za-z0-9+/:]{2}==)?$/; + const base64webpPattern = /^data:image\/webp;base64,([A-Za-z0-9+/:]{4})*([A-Za-z0-9+/:]{3}=|[A-Za-z0-9+/:]{2}==)?$/; + */ + //REMOVED, Any image appear to work as long as it can be drawn to the canvas. Leaving code in for future use, possibly + if (1==1 || base64gifPattern.test(string) || base64pngPattern.test(string) || base64jpgPattern.test(string) || base64webpPattern.test(string)) { + return true; + } else { + //Not OK + return false; + } +} + +var hideableRows = d.querySelectorAll(".ha-hide"); +for (var i = 0; i < hideableRows.length; i++) { + hideableRows[i].classList.add("hide"); +} +frm.addEventListener("change", () => { + for (var i = 0; i < hideableRows.length; i++) { + hideableRows[i].classList.toggle("hide", frm.value !== "ha"); + } +}); + +function switchScale() { + //let scalePath = gId("scaleDiv").children[1].children[0] + let scaleTogglePath = scDiv.children[0].children[0] + let color = scaleTogglePath.getAttribute("fill"); + let d = ''; + if (color === accentColor) { + color = accentTextColor; + d = scaleToggleOffd; + szDiv.style.display = "none"; + // Set values to actual XY of image, if possible + } else { + color = accentColor; + d = scaleToggleOnd; + szDiv.style.display = ""; + } + //scalePath.setAttribute("fill", color); + scaleTogglePath.setAttribute("fill", color); + scaleTogglePath.setAttribute("d", d); + gen(); +} + +function generateSegmentOptions(array) { + //This function is prepared for a name property on each segment for easier selection + //Currently the name is generated generically based on index + tSg.innerHTML = ""; + for (var i = 0; i < array.length; i++) { + var option = cE("option"); + option.value = array[i].value; + option.text = array[i].text; + option.dataset.x = array[i].x; + option.dataset.y = array[i].y; + tSg.appendChild(option); + if(i === 0) { + option.selected = true; + szX.value = option.dataset.x; + szY.value = option.dataset.y; + } + } +} + +// Get segments from device +async function getSegments() { + cv = gurl.value; + if (cv.length > 0 ){ + try { + var arr = []; + const response = await fetch('http://'+cv+'/json/state'); + const json = await response.json(); + let ids = json.seg.map(sg => ({id: sg.id, n: sg.n, xs: sg.start, xe: sg.stop, ys: sg.startY, ye: sg.stopY})); + for (var i = 0; i < ids.length; i++) { + arr.push({ + value: ids[i]["id"], + text: ids[i]["n"] + ' (index: ' + ids[i]["id"] + ')', + x: ids[i]["xe"] - ids[i]["xs"], + y: ids[i]["ye"] - ids[i]["ys"] + }); + } + generateSegmentOptions(arr); + tSg.style.display = "flex"; + sID.style.display = "none"; + gId("sSg").setAttribute("fill", greenColor); + setTimeout(function(){ + gId("sSg").setAttribute("fill", accentColor); + }, 1000); + + } catch (error) { + console.error(error); + gId("sSg").setAttribute("fill", redColor); + setTimeout(function(){ + gId("sSg").setAttribute("fill", accentColor); + }, 1000); + tSg.style.display = "none"; + sID.style.display = "flex"; + } + } else{ + gId("sSg").setAttribute("fill", redColor); + setTimeout(function(){ + gId("sSg").setAttribute("fill", accentTextColor); + }, 1000); + tSg.style.display = "none"; + sID.style.display = "flex"; + } +} + +//Initial population of segment selection +function generateSegmentArray(noOfSegments) { + var arr = []; + for (var i = 0; i < noOfSegments; i++) { + arr.push({ + value: i, + text: "Segment index " + i + }); + } + return arr; +} + +var segmentData = generateSegmentArray(10); + +generateSegmentOptions(segmentData); + +seDiv.innerHTML = +'' +/*gId("convertbutton").innerHTML = +'   Convert to WLED JSON '; +*/ +cjb.innerHTML = +'   Copy to clipboard'; +gId("sendJSONledbutton").innerHTML = +'   Send to device'; + +//After everything is loaded, check if we have a possible IP/host + +if(gurl.value.length > 0){ + // Needs to be addressed directly here so the object actually exists + gId("sSg").setAttribute("fill", accentColor); +} diff --git a/wled00/data/pixart/site.webmanifest b/wled00/data/pixart/site.webmanifest new file mode 100644 index 000000000..82452af2e --- /dev/null +++ b/wled00/data/pixart/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "WLED Pixel Art Convertor", + "short_name": "ledconv", + "icons": [ + { + "src": "/favicon-32x32.png", + "sizes": "32x322", + "type": "image/png" + }, + { + "src": "/favicon-32x32.png", + "sizes": "32x32", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" + } \ No newline at end of file diff --git a/wled00/data/pixart/statics.js b/wled00/data/pixart/statics.js new file mode 100644 index 000000000..b4f3c4071 --- /dev/null +++ b/wled00/data/pixart/statics.js @@ -0,0 +1,51 @@ +//elements +var gurl = gId('curlUrl'); +var szX = gId("sizeX"); +var szY = gId("sizeY"); +var szDiv = gId("sizeDiv"); +var prw = gId("preview"); +var sID = gId('segID'); +var JLD = gId('JSONled'); +var tSg = gId('targetSegment'); +var brgh = gId("brightnessNumber"); + +var seDiv = gId("getSegmentsDiv") +var cjb = gId("copyJSONledbutton"); +var frm = gId("formatSelector"); +var cLN = gId("colorLimitNumber"); +var haIDe = gId("haID"); +var haUe = gId("haUID"); +var haNe = gId("haName"); +var aS = gId("addressingSelector"); +var cFS = gId("colorFormatSelector"); +var lSS = gId("ledSetupSelector"); +var imin = gId('image-info'); +var imcn = gId('image-container'); +var bcn = gId("button-container"); +var im = gId('image'); +//var ss = gId("sendSvgP"); +var scDiv = gId("scaleDiv"); +var w = window; +var canvas = gId('pixelCanvas'); +var brgV = gId("brightnessValue"); +var cLV = gId("colorLimitValue") + +//vars +var httpArray = []; +var fileJSON = ''; + +var hideableRows = d.querySelectorAll(".ha-hide"); +for (var i = 0; i < hideableRows.length; i++) { + hideableRows[i].classList.add("hide"); +} + +var accentColor = '#eee'; +var accentTextColor = '#777'; +var prsCol = '#ccc'; +var greenColor = '#056b0a'; +var redColor = '#6b050c'; + +var scaleToggleOffd = "M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M7,15A3,3 0 0,1 4,12A3,3 0 0,1 7,9A3,3 0 0,1 10,12A3,3 0 0,1 7,15Z"; +var scaleToggleOnd = "M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M17,15A3,3 0 0,1 14,12A3,3 0 0,1 17,9A3,3 0 0,1 20,12A3,3 0 0,1 17,15Z"; + +var sSg = gId("getSegmentsSVGpath"); \ No newline at end of file diff --git a/wled00/data/settings.htm b/wled00/data/settings.htm index 3032959dd..dc8e3838f 100644 --- a/wled00/data/settings.htm +++ b/wled00/data/settings.htm @@ -68,9 +68,9 @@ - + - + diff --git a/wled00/data/settings_2D.htm b/wled00/data/settings_2D.htm index 94246a85b..52408607c 100644 --- a/wled00/data/settings_2D.htm +++ b/wled00/data/settings_2D.htm @@ -7,7 +7,9 @@ 2D Set-up @@ -112,39 +297,52 @@ Serpentine:
`;

2D setup

- Strip or panel: + Strip or panel:

+
diff --git a/wled00/data/settings_dmx.htm b/wled00/data/settings_dmx.htm index 8ee8e1b23..7b14dcda0 100644 --- a/wled00/data/settings_dmx.htm +++ b/wled00/data/settings_dmx.htm @@ -1,72 +1,72 @@ - - - - DMX Settings - - + + + + DMX Settings + +
diff --git a/wled00/data/settings_leds.htm b/wled00/data/settings_leds.htm index 6f1dc59b2..15e39efb2 100644 --- a/wled00/data/settings_leds.htm +++ b/wled00/data/settings_leds.htm @@ -1,347 +1,348 @@ - + - + LED Settings -
+

-
-

LED & Hardware setup

- Total LEDs: ?
- Recommended power supply for brightest white:
- ?
-
-
- Enable automatic brightness limiter:
-
- Maximum Current: mA
- - Automatically limits brightness to stay close to the limit.
- Keep at <1A if powering LEDs directly from the ESP 5V pin!
- If you are using an external power supply, enter its rating.
- (Current estimated usage: unknown)


- LED voltage (Max. current for a single LED):
-
- - Keep at default if you are unsure about your type of LEDs.
-
-

Hardware setup

-
LED outputs:
-
- -
- LED Memory Usage: 0 / ? B
-

- -
- Make a segment for each output:
- Custom bus start indices:
- Use global LED buffer:
-
-
- Color Order Override: -
-
- -
-
-
-
- Touch threshold:
- IR GPIO:  ✕
- Apply IR change to main segment only:
- - IR info
- Relay GPIO: Invert  ✕
-
+
+

LED & Hardware setup

+ Total LEDs: ?
+ Recommended power supply for brightest white:
+ ?
+
+
+ Enable automatic brightness limiter:
+
+ Maximum Current: mA
+ + Automatically limits brightness to stay close to the limit.
+ Keep at <1A if powering LEDs directly from the ESP 5V pin!
+ If you are using an external power supply, enter its rating.
+ (Current estimated usage: unknown)


+ LED voltage (Max. current for a single LED):
+
+ + Keep at default if you are unsure about your type of LEDs.
+
+

Hardware setup

+
LED outputs:
+
+ +
+ LED Memory Usage: 0 / ? B
+

+ +
+ Make a segment for each output:
+ Custom bus start indices:
+ Use global LED buffer:
+
+
+ Color Order Override: +
+
+ +
+
+
+
+ Disable internal pull-up/down:
+ Touch threshold:
+ IR GPIO:  ✕
+ Apply IR change to main segment only:
+ + IR info
+ Relay GPIO: Invert  ✕
+

Defaults

Turn LEDs on after power up/reset:
- Default brightness: (0-255)

- Apply preset at boot (0 uses defaults) -

+ Default brightness: (0-255)

+ Apply preset at boot (0 uses defaults) +

Use Gamma correction for color: (strongly recommended)
- Use Gamma correction for brightness: (not recommended)

+ Use Gamma correction for brightness: (not recommended)
+ Use Gamma value:

Brightness factor: %

Transitions

Crossfade:
@@ -650,7 +653,7 @@ Length: min
Default Target brightness:
Mode: - @@ -659,18 +662,19 @@ Length:
- Global override for Auto-calculate white:
- -
- Calculate CCT from RGB:
- CCT additive blending: %
-

Advanced

+ Global override for Auto-calculate white:
+ +
+ Calculate CCT from RGB:
+ CCT additive blending: % +

Advanced

Palette blending: None (not recommended)
Target refresh rate: FPS -
-
Config template:
-
- +
+
Config template:
+
+
-
+
diff --git a/wled00/data/settings_pin.htm b/wled00/data/settings_pin.htm index 67eb1b262..5c70d423c 100644 --- a/wled00/data/settings_pin.htm +++ b/wled00/data/settings_pin.htm @@ -17,7 +17,7 @@

Please enter settings PIN code

-
+
diff --git a/wled00/data/settings_sec.htm b/wled00/data/settings_sec.htm index a6098300c..950614960 100644 --- a/wled00/data/settings_sec.htm +++ b/wled00/data/settings_sec.htm @@ -53,7 +53,7 @@ req.send(formData); fO.value = ''; return false; - } + } function checkNum(o) { const specialkeys = ["Backspace", "Tab", "Enter", "Shift", "Control", "Alt", "Pause", "CapsLock", "Escape", "Space", "PageUp", "PageDown", "End", "Home", "ArrowLeft", "ArrowUp", "ArrowRight", "ArrowDown", "Insert", "Delete"]; // true if key is a number or a special key @@ -89,7 +89,7 @@

Security & Update setup

Settings PIN:
-
⚠ Unencrypted transmission. Be prudent when selecting PIN, do NOT use your banking, door, SIM, etc. pin!


+
⚠ Unencrypted transmission. Be prudent when selecting PIN, do NOT use your banking, door, SIM, etc. pin!

Lock wireless (OTA) software update:
Passphrase:
To enable OTA, for security reasons you need to also enter the correct password!
@@ -118,7 +118,7 @@ WLED version ##VERSION##

Contributors, dependencies and special thanks
A huge thank you to everyone who helped me create WLED!

- (c) 2016-2022 Christian Schwinne
+ (c) 2016-2023 Christian Schwinne
Licensed under the MIT license

Server message: Response error!
diff --git a/wled00/data/settings_sync.htm b/wled00/data/settings_sync.htm index b7f4f2ef1..3f175f0b3 100644 --- a/wled00/data/settings_sync.htm +++ b/wled00/data/settings_sync.htm @@ -1,74 +1,74 @@ - - - - Sync Settings - - + } + var url = (loc?`http://${locip}`:'') + '/settings/s.js?p=4'; + loadJS(url, false); // If we set async false, file is loaded and executed, then next statement is processed + } + +
@@ -80,43 +80,43 @@

WLED Broadcast

UDP Port:
2nd Port:
-

Sync grups

+

Sync groups

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
12345678
Send:
Receive:
12345678
Send:
Receive:

Receive: Brightness, Color, and Effects
Segment options, bounds
@@ -148,15 +148,21 @@ Start universe:
Reboot required. Check out LedFx!
Skip out-of-sequence packets:
DMX start address:
+DMX segment spacing:
+E1.31 port priority:
DMX mode:
E1.31 info
Timeout: ms
@@ -166,7 +172,7 @@ Realtime LED offset:

Alexa Voice Assistant

- This firmware build does not include Alexa support.

+ This firmware build does not include Alexa support.

Emulate Alexa device:
@@ -174,25 +180,15 @@ Alexa invocation name:
Also emulate devices to call the first presets


-
Blynk, MQTT and Hue sync all connect to external hosts!
+
MQTT and Hue sync all connect to external hosts!
This may impact the responsiveness of WLED.

For best results, only use one of these services at a time.
(alternatively, connect a second ESP to them and use the UDP sync)
-

Blynk

-
- This firmware build does not include Blynk support.
-
-
-Host: -Port:
-Device Auth token:
-Clear the token field to disable. Setup info -

MQTT

- This firmware build does not include MQTT support.
+ This firmware build does not include MQTT support.
Enable MQTT:
@@ -210,7 +206,7 @@ Publish on button press:

Philips Hue

- This firmware build does not include Philips Hue support.
+ This firmware build does not include Philips Hue support.
You can find the bridge IP and the light number in the 'About' section of the hue app.
diff --git a/wled00/data/settings_time.htm b/wled00/data/settings_time.htm index d6d7a052f..7dd7adc5a 100644 --- a/wled00/data/settings_time.htm +++ b/wled00/data/settings_time.htm @@ -6,8 +6,8 @@ Time Settings @@ -247,7 +248,10 @@

Web Setup

Server description:
Sync button toggles both send and receive:
- Enable simplified UI:
+
+ This firmware build does not include simplified UI support.
+
+
Enable simplified UI:
The following UI customization settings are unique both to the WLED device and this browser.
You will need to set them again if using a different browser, device or WLED IP address.
Refresh the main UI to apply changes.

diff --git a/wled00/data/settings_um.htm b/wled00/data/settings_um.htm index 89fa64902..94c26fd3e 100644 --- a/wled00/data/settings_um.htm +++ b/wled00/data/settings_um.htm @@ -7,6 +7,10 @@ Usermod Settings @@ -51,7 +144,9 @@

WiFi setup

Connect to existing network

- Network name (SSID, empty to not connect):

+
+ Network name (SSID, empty to not connect):
+
Network password:

Static IP (leave at 0.0.0.0 for DHCP):
. @@ -68,7 +163,7 @@ . .
- mDNS address (leave empty for no mDNS):
+ mDNS address (leave empty for no mDNS):
http:// .local
Client IP: Not connected

Configure Access Point

@@ -105,4 +200,4 @@ - \ No newline at end of file + diff --git a/wled00/data/style.css b/wled00/data/style.css index 54429af42..608cc92fb 100644 --- a/wled00/data/style.css +++ b/wled00/data/style.css @@ -41,6 +41,9 @@ button.sml { min-width: 40px; margin: 0 0 0 10px; } +#scan { + margin-top: -10px; +} .toprow { top: 0; position: sticky; diff --git a/wled00/dmx.cpp b/wled00/dmx.cpp index 0bdb4b646..bcd7e7f9e 100644 --- a/wled00/dmx.cpp +++ b/wled00/dmx.cpp @@ -73,7 +73,7 @@ void initDMX() { dmx.init(512); // initialize with bus length #else dmx.initWrite(512); // initialize with bus length - #endif + #endif } #else diff --git a/wled00/e131.cpp b/wled00/e131.cpp index cce5233ae..ababf8d83 100644 --- a/wled00/e131.cpp +++ b/wled00/e131.cpp @@ -12,7 +12,7 @@ //handles RGB data only void handleDDPPacket(e131_packet_t* p) { int lastPushSeq = e131LastSequenceNumber[0]; - + //reject late packets belonging to previous frame (assuming 4 packets max. before push) if (e131SkipOutOfSequence && lastPushSeq) { int sn = p->sequenceNum & 0xF; @@ -35,7 +35,7 @@ void handleDDPPacket(e131_packet_t* p) { if (p->flags & DDP_TIMECODE_FLAG) c = 4; //packet has timecode flag, we do not support it, but data starts 4 bytes later realtimeLock(realtimeTimeoutMs, REALTIME_MODE_DDP); - + if (!realtimeOverride || (realtimeMode && useMainSegmentOnly)) { for (uint16_t i = start; i < stop; i++) { setRealtimePixel(i, data[c], data[c+1], data[c+2], ddpChannelsPerLed >3 ? data[c+3] : 0); @@ -70,10 +70,20 @@ void handleE131Packet(e131_packet_t* p, IPAddress clientIP, byte protocol){ seq = p->art_sequence_number; mde = REALTIME_MODE_ARTNET; } else if (protocol == P_E131) { + // Ignore PREVIEW data (E1.31: 6.2.6) + if ((p->options & 0x80) != 0) return; + dmxChannels = htons(p->property_value_count) - 1; + // DMX level data is zero start code. Ignore everything else. (E1.11: 8.5) + if (dmxChannels == 0 || p->property_values[0] != 0) return; uni = htons(p->universe); - dmxChannels = htons(p->property_value_count) -1; e131_data = p->property_values; seq = p->sequence_number; + if (e131Priority != 0) { + if (p->priority < e131Priority ) return; + // track highest priority & skip all lower priorities + if (p->priority >= highPriority.get()) highPriority.set(p->priority); + if (p->priority < highPriority.get()) return; + } } else { //DDP realtimeIP = clientIP; handleDDPPacket(p); @@ -96,11 +106,11 @@ void handleE131Packet(e131_packet_t* p, IPAddress clientIP, byte protocol){ if (e131SkipOutOfSequence) if (seq < e131LastSequenceNumber[previousUniverses] && seq > 20 && e131LastSequenceNumber[previousUniverses] < 250){ - DEBUG_PRINT("skipping E1.31 frame (last seq="); + DEBUG_PRINT(F("skipping E1.31 frame (last seq=")); DEBUG_PRINT(e131LastSequenceNumber[previousUniverses]); - DEBUG_PRINT(", current seq="); + DEBUG_PRINT(F(", current seq=")); DEBUG_PRINT(seq); - DEBUG_PRINT(", universe="); + DEBUG_PRINT(F(", universe=")); DEBUG_PRINT(uni); DEBUG_PRINTLN(")"); return; @@ -132,7 +142,7 @@ void handleE131Packet(e131_packet_t* p, IPAddress clientIP, byte protocol){ return; // nothing to do break; - case DMX_MODE_SINGLE_RGB: // RGB only + case DMX_MODE_SINGLE_RGB: // 3 channel: [R,G,B] if (uni != e131Universe) return; if (availDMXLen < 3) return; @@ -145,7 +155,7 @@ void handleE131Packet(e131_packet_t* p, IPAddress clientIP, byte protocol){ setRealtimePixel(i, e131_data[dataOffset+0], e131_data[dataOffset+1], e131_data[dataOffset+2], wChannel); break; - case DMX_MODE_SINGLE_DRGB: // Dimmer + RGB + case DMX_MODE_SINGLE_DRGB: // 4 channel: [Dimmer,R,G,B] if (uni != e131Universe) return; if (availDMXLen < 4) return; @@ -162,38 +172,77 @@ void handleE131Packet(e131_packet_t* p, IPAddress clientIP, byte protocol){ setRealtimePixel(i, e131_data[dataOffset+1], e131_data[dataOffset+2], e131_data[dataOffset+3], wChannel); break; - case DMX_MODE_EFFECT: // Length 1: Apply Preset ID, length 11-13: apply effect config - if (uni != e131Universe) return; - if (availDMXLen < 11) { - if (availDMXLen > 1) return; - applyPreset(e131_data[dataOffset+0], CALL_MODE_NOTIFICATION); - return; + case DMX_MODE_PRESET: // 2 channel: [Dimmer,Preset] + if (uni != e131Universe || availDMXLen < 2) return; + applyPreset(e131_data[dataOffset+1], CALL_MODE_NOTIFICATION); + if (bri != e131_data[dataOffset]) { + bri = e131_data[dataOffset]; + strip.setBrightness(bri, true); } - - if (bri != e131_data[dataOffset+0]) { - bri = e131_data[dataOffset+0]; - } - if (e131_data[dataOffset+1] < strip.getModeCount()) - effectCurrent = e131_data[dataOffset+ 1]; - effectSpeed = e131_data[dataOffset+ 2]; // flickers - effectIntensity = e131_data[dataOffset+ 3]; - effectPalette = e131_data[dataOffset+ 4]; - col[0] = e131_data[dataOffset+ 5]; - col[1] = e131_data[dataOffset+ 6]; - col[2] = e131_data[dataOffset+ 7]; - colSec[0] = e131_data[dataOffset+ 8]; - colSec[1] = e131_data[dataOffset+ 9]; - colSec[2] = e131_data[dataOffset+10]; - if (availDMXLen > 11) - { - col[3] = e131_data[dataOffset+11]; //white - colSec[3] = e131_data[dataOffset+12]; - } - transitionDelayTemp = 0; // act fast - colorUpdated(CALL_MODE_NOTIFICATION); // don't send UDP - return; // don't activate realtime live mode + return; break; + case DMX_MODE_EFFECT: // 15 channels [bri,effectCurrent,effectSpeed,effectIntensity,effectPalette,effectOption,R,G,B,R2,G2,B2,R3,G3,B3] + case DMX_MODE_EFFECT_W: // 18 channels, same as above but with extra +3 white channels [..,W,W2,W3] + case DMX_MODE_EFFECT_SEGMENT: // 15 channels per segment; + case DMX_MODE_EFFECT_SEGMENT_W: // 18 Channels per segment; + { + if (uni != e131Universe) return; + bool isSegmentMode = DMXMode == DMX_MODE_EFFECT_SEGMENT || DMXMode == DMX_MODE_EFFECT_SEGMENT_W; + uint8_t dmxEffectChannels = (DMXMode == DMX_MODE_EFFECT || DMXMode == DMX_MODE_EFFECT_SEGMENT) ? 15 : 18; + for (uint8_t id = 0; id < strip.getSegmentsNum(); id++) { + Segment& seg = strip.getSegment(id); + if (isSegmentMode) + dataOffset = DMXAddress + id * (dmxEffectChannels + DMXSegmentSpacing); + else + dataOffset = DMXAddress; + // Modify address for Art-Net data + if (protocol == P_ARTNET && dataOffset > 0) + dataOffset--; + // Skip out of universe addresses + if (dataOffset > dmxChannels - dmxEffectChannels + 1) + return; + + if (e131_data[dataOffset+1] < strip.getModeCount()) + if (e131_data[dataOffset+1] != seg.mode) seg.setMode( e131_data[dataOffset+1]); + if (e131_data[dataOffset+2] != seg.speed) seg.speed = e131_data[dataOffset+2]; + if (e131_data[dataOffset+3] != seg.intensity) seg.intensity = e131_data[dataOffset+3]; + if (e131_data[dataOffset+4] != seg.palette) seg.setPalette(e131_data[dataOffset+4]); + + uint8_t segOption = (uint8_t)floor(e131_data[dataOffset+5]/64.0); + if (segOption == 0 && (seg.mirror || seg.reverse )) {seg.setOption(SEG_OPTION_MIRROR, false); seg.setOption(SEG_OPTION_REVERSED, false);} + if (segOption == 1 && (seg.mirror || !seg.reverse)) {seg.setOption(SEG_OPTION_MIRROR, false); seg.setOption(SEG_OPTION_REVERSED, true);} + if (segOption == 2 && (!seg.mirror || seg.reverse )) {seg.setOption(SEG_OPTION_MIRROR, true); seg.setOption(SEG_OPTION_REVERSED, false);} + if (segOption == 3 && (!seg.mirror || !seg.reverse)) {seg.setOption(SEG_OPTION_MIRROR, true); seg.setOption(SEG_OPTION_REVERSED, true);} + + uint32_t colors[3]; + byte whites[3] = {0,0,0}; + if (dmxEffectChannels == 18) { + whites[0] = e131_data[dataOffset+15]; + whites[1] = e131_data[dataOffset+16]; + whites[2] = e131_data[dataOffset+17]; + } + colors[0] = RGBW32(e131_data[dataOffset+ 6], e131_data[dataOffset+ 7], e131_data[dataOffset+ 8], whites[0]); + colors[1] = RGBW32(e131_data[dataOffset+ 9], e131_data[dataOffset+10], e131_data[dataOffset+11], whites[1]); + colors[2] = RGBW32(e131_data[dataOffset+12], e131_data[dataOffset+13], e131_data[dataOffset+14], whites[2]); + if (colors[0] != seg.colors[0]) seg.setColor(0, colors[0]); + if (colors[1] != seg.colors[1]) seg.setColor(1, colors[1]); + if (colors[2] != seg.colors[2]) seg.setColor(2, colors[2]); + + // Set segment opacity or global brightness + if (isSegmentMode) { + if (e131_data[dataOffset] != seg.opacity) seg.setOpacity(e131_data[dataOffset]); + } else if ( id == strip.getSegmentsNum()-1 ) { + if (bri != e131_data[dataOffset]) { + bri = e131_data[dataOffset]; + strip.setBrightness(bri, true); + } + } + } + return; + break; + } + case DMX_MODE_MULTIPLE_DRGB: case DMX_MODE_MULTIPLE_RGB: case DMX_MODE_MULTIPLE_RGBW: @@ -242,7 +291,7 @@ void handleE131Packet(e131_packet_t* p, IPAddress clientIP, byte protocol){ strip.setBrightness(bri, true); } } - + if (!is4Chan) { for (uint16_t i = previousLeds; i < ledsTotal; i++) { setRealtimePixel(i, e131_data[dmxOffset], e131_data[dmxOffset+1], e131_data[dmxOffset+2], 0); @@ -279,7 +328,11 @@ void handleArtnetPollReply(IPAddress ipAddress) { case DMX_MODE_SINGLE_RGB: case DMX_MODE_SINGLE_DRGB: + case DMX_MODE_PRESET: case DMX_MODE_EFFECT: + case DMX_MODE_EFFECT_W: + case DMX_MODE_EFFECT_SEGMENT: + case DMX_MODE_EFFECT_SEGMENT_W: break; // 1 universe is enough case DMX_MODE_MULTIPLE_DRGB: @@ -444,8 +497,8 @@ void sendArtnetPollReply(ArtPollReply *reply, IPAddress ipAddress, uint16_t port reply->reply_sub_sw = (uint8_t)((portAddress >> 4) & 0x000F); reply->reply_sw_out[0] = (uint8_t)(portAddress & 0x000F); - sprintf((char *)reply->reply_node_report, "#0001 [%04u] OK - WLED v" TOSTRING(WLED_VERSION), pollReplyCount); - + snprintf_P((char *)reply->reply_node_report, sizeof(reply->reply_node_report)-1, PSTR("#0001 [%04u] OK - WLED v" TOSTRING(WLED_VERSION)), pollReplyCount); + if (pollReplyCount < 9999) { pollReplyCount++; } else { diff --git a/wled00/fcn_declare.h b/wled00/fcn_declare.h index 26796b1e9..3d5c9ac29 100644 --- a/wled00/fcn_declare.h +++ b/wled00/fcn_declare.h @@ -1,24 +1,16 @@ #ifndef WLED_FCN_DECLARE_H #define WLED_FCN_DECLARE_H -#include -#include "src/dependencies/espalexa/EspalexaDevice.h" -#include "src/dependencies/e131/ESPAsyncE131.h" /* * All globally accessible functions are declared here */ //alexa.cpp +#ifndef WLED_DISABLE_ALEXA void onAlexaChange(EspalexaDevice* dev); void alexaInit(); void handleAlexa(); void onAlexaChange(EspalexaDevice* dev); - -//blynk.cpp -#ifndef WLED_DISABLE_BLYNK -void initBlynk(const char* auth, const char* host, uint16_t port); -void handleBlynk(); -void updateBlynk(); #endif //button.cpp @@ -172,7 +164,7 @@ void publishMqtt(); void handleTime(); void handleNetworkTime(); void sendNTPPacket(); -bool checkNTPResponse(); +bool checkNTPResponse(); void updateLocalTime(); void getTimeString(char* out); bool checkCountdown(); @@ -195,13 +187,14 @@ void handlePlaylist(); void serializePlaylist(JsonObject obj); //presets.cpp +void initPresetsFile(); void handlePresets(); bool applyPreset(byte index, byte callMode = CALL_MODE_DIRECT_CHANGE); inline bool applyTemporaryPreset() {return applyPreset(255);}; void savePreset(byte index, const char* pname = nullptr, JsonObject saveobj = JsonObject()); inline void saveTemporaryPreset() {savePreset(255);}; void deletePreset(byte index); -bool getPresetName(byte index, String& name); +bool getPresetName(byte index, String& name); //set.cpp bool isAsterisksOnly(const char* str, byte maxLen); @@ -264,19 +257,20 @@ class Usermod { virtual ~Usermod() { if (um_data) delete um_data; } virtual void setup() = 0; // pure virtual, has to be overriden virtual void loop() = 0; // pure virtual, has to be overriden - virtual void handleOverlayDraw() {} - virtual bool handleButton(uint8_t b) { return false; } - virtual bool getUMData(um_data_t **data) { if (data) *data = nullptr; return false; }; - virtual void connected() {} - virtual void appendConfigData() {} - virtual void addToJsonState(JsonObject& obj) {} - virtual void addToJsonInfo(JsonObject& obj) {} - virtual void readFromJsonState(JsonObject& obj) {} - virtual void addToConfig(JsonObject& obj) {} + virtual void handleOverlayDraw() {} // called after all effects have been processed, just before strip.show() + virtual bool handleButton(uint8_t b) { return false; } // button overrides are possible here + virtual bool getUMData(um_data_t **data) { if (data) *data = nullptr; return false; }; // usermod data exchange [see examples for audio effects] + virtual void connected() {} // called when WiFi is (re)connected + virtual void appendConfigData() {} // helper function called from usermod settings page to add metadata for entry fields + virtual void addToJsonState(JsonObject& obj) {} // add JSON objects for WLED state + virtual void addToJsonInfo(JsonObject& obj) {} // add JSON objects for UI Info page + virtual void readFromJsonState(JsonObject& obj) {} // process JSON messages received from web server + virtual void addToConfig(JsonObject& obj) {} // add JSON entries that go to cfg.json virtual bool readFromConfig(JsonObject& obj) { return true; } // Note as of 2021-06 readFromConfig() now needs to return a bool, see usermod_v2_example.h - virtual void onMqttConnect(bool sessionPresent) {} - virtual bool onMqttMessage(char* topic, char* payload) { return false; } - virtual void onUpdateBegin(bool) {} + virtual void onMqttConnect(bool sessionPresent) {} // fired when MQTT connection is established (so usermod can subscribe) + virtual bool onMqttMessage(char* topic, char* payload) { return false; } // fired upon MQTT message received (wled topic) + virtual void onUpdateBegin(bool) {} // fired prior to and after unsuccessful firmware update + virtual void onStateChange(uint8_t mode) {} // fired upon WLED state change virtual uint16_t getId() {return USERMOD_ID_UNSPECIFIED;} }; @@ -301,6 +295,7 @@ class UsermodManager { void onMqttConnect(bool sessionPresent); bool onMqttMessage(char* topic, char* payload); void onUpdateBegin(bool); + void onStateChange(uint8_t); bool add(Usermod* um); Usermod* lookup(uint16_t mod_id); byte getModCount() {return numMods;}; diff --git a/wled00/file.cpp b/wled00/file.cpp index e6d3c9946..1186560ed 100644 --- a/wled00/file.cpp +++ b/wled00/file.cpp @@ -102,7 +102,7 @@ bool bufferedFindSpace(uint16_t targetLen, bool fromStart = true) { while (f.position() < f.size() -1) { uint16_t bufsize = f.read(buf, FS_BUFSIZE); uint16_t count = 0; - + while (count < bufsize) { if(buf[count] == ' ') { if(++index >= targetLen) { // return true if space long enough @@ -144,7 +144,7 @@ bool bufferedFindObjectEnd() { while (f.position() < f.size() -1) { uint16_t bufsize = f.read(buf, FS_BUFSIZE); uint16_t count = 0; - + while (count < bufsize) { if (buf[count] == '{') objDepth++; if (buf[count] == '}') objDepth--; @@ -194,7 +194,7 @@ bool appendObjectToFile(const char* key, JsonDocument* content, uint32_t s, uint doCloseFile = true; return true; //nothing to append } - + //if there is enough empty space in file, insert there instead of appending if (!contentLen) contentLen = measureJson(*content); DEBUGFS_PRINTF("CLen %d\n", contentLen); @@ -211,18 +211,18 @@ bool appendObjectToFile(const char* key, JsonDocument* content, uint32_t s, uint //permitted space for presets exceeded updateFSInfo(); - + if (f.size() + 9000 > (fsBytesTotal - fsBytesUsed)) { //make sure there is enough space to at least copy the file once errorFlag = ERR_FS_QUOTA; doCloseFile = true; return false; } - + //check if last character in file is '}' (typical) uint32_t eof = f.size() -1; f.seek(eof, SeekSet); if (f.read() == '}') pos = eof; - + if (pos == 0) //not found { DEBUGFS_PRINTLN("not }"); @@ -277,12 +277,12 @@ bool writeObjectToFile(const char* file, const char* key, JsonDocument* content) DEBUGFS_PRINTLN(F("Failed to open!")); return false; } - + if (!bufferedFind(key)) //key does not exist in file { return appendObjectToFile(key, content, s); - } - + } + //an object with this key already exists, replace or delete it pos = f.position(); //measure out end of old object @@ -297,7 +297,7 @@ bool writeObjectToFile(const char* file, const char* key, JsonDocument* content) //2. The new content is smaller than the old, overwrite and fill diff with spaces //3. The new content is larger than the old, but smaller than old + trailing spaces, overwrite with new //4. The new content is larger than old + trailing spaces, delete old and append - + uint32_t contentLen = 0; if (!content->isNull()) contentLen = measureJson(*content); diff --git a/wled00/html_other.h b/wled00/html_other.h index 30edb39ab..3412b517d 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -8,7 +8,7 @@ // Autogenerated from wled00/data/usermod.htm, do not edit!! const uint16_t PAGE_usermod_length = 81; const uint8_t PAGE_usermod[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xb3, 0x51, 0x74, 0xf1, 0x77, 0x0e, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xb3, 0x51, 0x74, 0xf1, 0x77, 0x0e, 0x89, 0x0c, 0x70, 0x55, 0xc8, 0x28, 0xc9, 0xcd, 0xb1, 0xb3, 0x81, 0x90, 0x49, 0xf9, 0x29, 0x95, 0x76, 0x7e, 0xf9, 0x0a, 0xa5, 0xc5, 0xa9, 0x45, 0xb9, 0xf9, 0x29, 0x0a, 0xc9, 0xa5, 0xc5, 0x25, 0xf9, 0xb9, 0x0a, 0xe5, 0xa9, 0x49, 0x0a, 0x05, 0x89, 0xe9, 0xa9, 0x0a, 0xc5, 0xa9, 0x25, 0x7a, @@ -43,52 +43,52 @@ const char PAGE_dmxmap[] PROGMEM = R"=====()====="; // Autogenerated from wled00/data/update.htm, do not edit!! const uint16_t PAGE_update_length = 615; const uint8_t PAGE_update[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0x75, 0x53, 0x5d, 0x6f, 0xd4, 0x30, - 0x10, 0x7c, 0xcf, 0xaf, 0x70, 0xfd, 0x74, 0x27, 0x71, 0x4e, 0x41, 0xbc, 0x50, 0x92, 0x14, 0x8e, - 0x56, 0xa8, 0x12, 0x52, 0x4f, 0x6a, 0x0b, 0xe2, 0x09, 0x39, 0xf6, 0x26, 0x31, 0xe7, 0xd8, 0xa9, - 0xbd, 0xb9, 0xd3, 0x09, 0xf5, 0xbf, 0xb3, 0x71, 0xee, 0x0a, 0xe2, 0xe3, 0x25, 0x8a, 0xb3, 0xb3, - 0xe3, 0xdd, 0x99, 0x49, 0x71, 0x76, 0x75, 0xfb, 0xe1, 0xfe, 0xeb, 0xe6, 0x9a, 0x75, 0xd8, 0xdb, - 0xaa, 0x38, 0x3e, 0x41, 0xea, 0xaa, 0xe8, 0x01, 0x25, 0x53, 0xde, 0x21, 0x38, 0x2c, 0xf9, 0xde, - 0x68, 0xec, 0x4a, 0x0d, 0x3b, 0xa3, 0x60, 0x95, 0x0e, 0x9c, 0x39, 0xd9, 0x43, 0xc9, 0x77, 0x06, - 0xf6, 0x83, 0x0f, 0xc8, 0xab, 0xac, 0x40, 0x83, 0x16, 0xaa, 0x2f, 0x9f, 0xae, 0xaf, 0xd8, 0xc3, - 0xa0, 0x25, 0x42, 0x91, 0xcf, 0x9f, 0x8a, 0xa8, 0x82, 0x19, 0xb0, 0xca, 0x9a, 0xd1, 0x29, 0x34, - 0xde, 0xb1, 0xf5, 0x62, 0xf9, 0x63, 0x6f, 0x9c, 0xf6, 0x7b, 0xd1, 0x99, 0x88, 0x3e, 0x1c, 0x44, - 0x2d, 0xd5, 0x76, 0xb1, 0x7c, 0x7a, 0x86, 0x3c, 0x10, 0x44, 0x7b, 0x35, 0xf6, 0x34, 0x81, 0x68, - 0x01, 0xaf, 0x2d, 0x4c, 0xaf, 0xeb, 0xc3, 0x8d, 0x5e, 0xf0, 0xb1, 0xe1, 0x4b, 0x11, 0xf1, 0x60, - 0x41, 0x68, 0x13, 0x07, 0x2b, 0x0f, 0x25, 0x77, 0xde, 0x01, 0x7f, 0xf1, 0xdf, 0x96, 0x3e, 0xb6, - 0x7f, 0xf7, 0xd4, 0xd6, 0xab, 0x2d, 0x7f, 0xca, 0x8a, 0xfc, 0x38, 0xe2, 0x71, 0x54, 0x16, 0x83, - 0x2a, 0x79, 0x1e, 0x01, 0xd1, 0xb8, 0x36, 0xe6, 0x51, 0x7c, 0x8f, 0x97, 0x43, 0xf9, 0x86, 0x57, - 0xbf, 0x21, 0x27, 0xaa, 0x2a, 0x7b, 0x67, 0xfa, 0x49, 0x00, 0x36, 0x06, 0xbb, 0xe0, 0x33, 0xbd, - 0x8a, 0x91, 0x2f, 0xdf, 0x12, 0x32, 0x21, 0x8a, 0x7c, 0x96, 0xb4, 0xf6, 0xfa, 0xc0, 0xbc, 0xb3, - 0x5e, 0xea, 0x92, 0x7f, 0x04, 0xfc, 0xbc, 0x58, 0x12, 0x5d, 0xf7, 0xaa, 0xca, 0x92, 0x64, 0x77, - 0xbe, 0xc1, 0xbd, 0x0c, 0xf0, 0xac, 0x1d, 0x55, 0x8a, 0xc6, 0x87, 0x9e, 0x91, 0x17, 0x9d, 0xa7, - 0x9e, 0xcd, 0xed, 0xdd, 0x3d, 0x67, 0x32, 0xc9, 0x43, 0xc3, 0x8d, 0x09, 0xc7, 0x99, 0xa1, 0x12, - 0xe9, 0xc1, 0x32, 0x20, 0xe5, 0x0e, 0x03, 0x99, 0xd2, 0x8f, 0x16, 0xcd, 0x20, 0x03, 0xe6, 0x53, - 0xff, 0x8a, 0x60, 0x92, 0xd3, 0xcd, 0x71, 0xac, 0x7b, 0x43, 0x6e, 0x3e, 0x4c, 0x17, 0xdf, 0xb8, - 0x88, 0xd2, 0x5a, 0xd0, 0x6c, 0x07, 0x21, 0x12, 0xe3, 0x05, 0x2b, 0xe2, 0x20, 0x1d, 0xcb, 0x94, - 0x95, 0x31, 0x96, 0x3c, 0x9a, 0x81, 0x57, 0xe7, 0xe2, 0xe5, 0x6b, 0x71, 0xbe, 0xaa, 0xcf, 0x69, - 0x19, 0x2a, 0xd2, 0x12, 0xa1, 0xba, 0xf2, 0xfb, 0xb4, 0x04, 0xc3, 0x0e, 0x98, 0xa5, 0x11, 0x22, - 0xb2, 0xda, 0x38, 0x19, 0x0e, 0x44, 0x21, 0x59, 0xd6, 0x05, 0x68, 0x4a, 0xde, 0x21, 0x0e, 0xf1, - 0x22, 0xcf, 0x5b, 0x83, 0xdd, 0x58, 0x0b, 0xe5, 0xfb, 0xfc, 0xbd, 0x09, 0xca, 0x7b, 0xbf, 0x35, - 0x90, 0x4f, 0x1b, 0xe7, 0x01, 0x2c, 0xc8, 0x08, 0x91, 0x33, 0x94, 0x81, 0xec, 0x2a, 0xf9, 0xb7, - 0xda, 0x4a, 0xb7, 0x25, 0x55, 0x4c, 0xdf, 0xb2, 0x2c, 0x79, 0x70, 0xe2, 0xa1, 0x2f, 0x22, 0x76, - 0x06, 0xac, 0x8e, 0xc2, 0xf8, 0x23, 0xed, 0x89, 0xe2, 0x4f, 0x6a, 0x11, 0x77, 0xed, 0x65, 0x52, - 0xbf, 0x6c, 0x68, 0xc2, 0x55, 0x7c, 0x1c, 0x49, 0xd9, 0x29, 0xa3, 0xb9, 0x4c, 0x3b, 0x14, 0xc6, - 0x0d, 0x23, 0xb2, 0x59, 0xae, 0xc6, 0x58, 0x38, 0xe5, 0xf9, 0x24, 0x6a, 0x80, 0xc7, 0xd1, 0x04, - 0xd0, 0x33, 0xba, 0x1e, 0x11, 0x29, 0x92, 0x33, 0x7c, 0x96, 0x91, 0xc8, 0x66, 0xa3, 0xce, 0x8a, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x75, 0x53, 0x5d, 0x6f, 0xd4, 0x30, + 0x10, 0x7c, 0xcf, 0xaf, 0x70, 0xfd, 0x74, 0x27, 0x71, 0x4e, 0xa9, 0x78, 0xa1, 0x24, 0x29, 0x1c, + 0xad, 0x50, 0x25, 0xa4, 0x56, 0x6a, 0x0b, 0xe2, 0x09, 0x39, 0xf6, 0xe6, 0x62, 0xce, 0xb1, 0x53, + 0x7b, 0x73, 0xa7, 0xa8, 0xea, 0x7f, 0x67, 0xe3, 0xdc, 0x15, 0xc4, 0xc7, 0x4b, 0x14, 0x67, 0x67, + 0xc7, 0xbb, 0x33, 0x93, 0xe2, 0xe4, 0xf2, 0xe6, 0xe3, 0xfd, 0xb7, 0xdb, 0x2b, 0xd6, 0x62, 0x67, + 0xab, 0xe2, 0xf0, 0x04, 0xa9, 0xab, 0xa2, 0x03, 0x94, 0x4c, 0x79, 0x87, 0xe0, 0xb0, 0xe4, 0x7b, + 0xa3, 0xb1, 0x2d, 0x35, 0xec, 0x8c, 0x82, 0x55, 0x3a, 0x70, 0xe6, 0x64, 0x07, 0x25, 0xdf, 0x19, + 0xd8, 0xf7, 0x3e, 0x20, 0xaf, 0xb2, 0x02, 0x0d, 0x5a, 0xa8, 0xbe, 0x7e, 0xbe, 0xba, 0x64, 0x0f, + 0xbd, 0x96, 0x08, 0x45, 0x3e, 0x7f, 0x2a, 0xa2, 0x0a, 0xa6, 0xc7, 0x2a, 0x6b, 0x06, 0xa7, 0xd0, + 0x78, 0xc7, 0xd6, 0x8b, 0xe5, 0xd3, 0xde, 0x38, 0xed, 0xf7, 0xa2, 0x35, 0x11, 0x7d, 0x18, 0x45, + 0x2d, 0xd5, 0x76, 0xb1, 0x7c, 0x7e, 0x81, 0x3c, 0x10, 0x44, 0x7b, 0x35, 0x74, 0x34, 0x81, 0xd8, + 0x00, 0x5e, 0x59, 0x98, 0x5e, 0xd7, 0xe3, 0xb5, 0x5e, 0xf0, 0xa1, 0xe1, 0x4b, 0x11, 0x71, 0xb4, + 0x20, 0xb4, 0x89, 0xbd, 0x95, 0x63, 0xc9, 0x9d, 0x77, 0xc0, 0x5f, 0xfd, 0xb7, 0xa5, 0x8b, 0x9b, + 0xbf, 0x7b, 0x6a, 0xeb, 0xd5, 0x96, 0x3f, 0x67, 0x45, 0x7e, 0x18, 0xf1, 0x30, 0x2a, 0x8b, 0x41, + 0x95, 0x3c, 0x8f, 0x80, 0x68, 0xdc, 0x26, 0xe6, 0x51, 0xfc, 0x88, 0x17, 0x7d, 0xf9, 0x96, 0x57, + 0xbf, 0x21, 0x27, 0xaa, 0x2a, 0x7b, 0x6f, 0xba, 0x49, 0x00, 0x36, 0x04, 0xbb, 0xe0, 0x33, 0xbd, + 0x8a, 0x91, 0x2f, 0xdf, 0x11, 0x32, 0x21, 0x8a, 0x7c, 0x96, 0xb4, 0xf6, 0x7a, 0x64, 0xde, 0x59, + 0x2f, 0x75, 0xc9, 0x3f, 0x01, 0x7e, 0x59, 0x2c, 0x89, 0xae, 0x3d, 0xab, 0xb2, 0x24, 0xd9, 0x9d, + 0x6f, 0x70, 0x2f, 0x03, 0xbc, 0x68, 0x47, 0x95, 0xa2, 0xf1, 0xa1, 0x63, 0xe4, 0x45, 0xeb, 0xa9, + 0xe7, 0xf6, 0xe6, 0xee, 0x9e, 0x33, 0x99, 0xe4, 0xa1, 0xe1, 0x86, 0x84, 0xe3, 0xcc, 0x50, 0x89, + 0xf4, 0x60, 0x19, 0x90, 0x72, 0x63, 0x4f, 0xa6, 0x74, 0x83, 0x45, 0xd3, 0xcb, 0x80, 0xf9, 0xd4, + 0xbf, 0x22, 0x98, 0xe4, 0x74, 0x73, 0x1c, 0xea, 0xce, 0x90, 0x9b, 0x0f, 0xd3, 0xc5, 0xd7, 0x2e, + 0xa2, 0xb4, 0x16, 0x34, 0xdb, 0x41, 0x88, 0xc4, 0x78, 0xce, 0x8a, 0xd8, 0x4b, 0xc7, 0x32, 0x65, + 0x65, 0x8c, 0x25, 0x8f, 0xa6, 0xe7, 0xd5, 0xa9, 0x78, 0xfd, 0x46, 0x9c, 0xae, 0xea, 0x33, 0x5a, + 0x86, 0x8a, 0xb4, 0x44, 0xa8, 0x2e, 0xfd, 0x3e, 0x2d, 0xc1, 0xb0, 0x05, 0x66, 0x69, 0x84, 0x88, + 0xac, 0x36, 0x4e, 0x86, 0x91, 0x28, 0x24, 0xcb, 0xda, 0x00, 0x4d, 0xc9, 0x5b, 0xc4, 0x3e, 0x9e, + 0xe7, 0xf9, 0xc6, 0x60, 0x3b, 0xd4, 0x42, 0xf9, 0x2e, 0xff, 0x60, 0x82, 0xf2, 0xde, 0x6f, 0x0d, + 0xe4, 0xd3, 0xc6, 0x79, 0x00, 0x0b, 0x32, 0x42, 0xe4, 0x0c, 0x65, 0x20, 0xbb, 0x4a, 0xfe, 0xbd, + 0xb6, 0xd2, 0x6d, 0x49, 0x15, 0xd3, 0x6d, 0x58, 0x96, 0x3c, 0x38, 0xf2, 0xd0, 0x17, 0x11, 0x5b, + 0x03, 0x56, 0x47, 0x61, 0xfc, 0x81, 0xf6, 0x48, 0xf1, 0x27, 0xb5, 0x88, 0xbb, 0xcd, 0x45, 0x52, + 0xbf, 0x6c, 0x68, 0xc2, 0x55, 0x7c, 0x1c, 0x48, 0xd9, 0x29, 0xa3, 0xb9, 0x4c, 0x3b, 0x14, 0xc6, + 0xf5, 0x03, 0xb2, 0x59, 0xae, 0xc6, 0x58, 0x38, 0xe6, 0xf9, 0x28, 0x6a, 0x80, 0xc7, 0xc1, 0x04, + 0xd0, 0x33, 0xba, 0x1e, 0x10, 0x29, 0x92, 0x33, 0x7c, 0x96, 0x91, 0xc8, 0x66, 0xa3, 0x4e, 0x8a, 0x7c, 0x2e, 0xff, 0x03, 0x3a, 0x1f, 0x26, 0xed, 0x95, 0x35, 0x6a, 0x5b, 0xf2, 0xf5, 0x24, 0xfd, 0x9a, 0x92, 0xfe, 0xab, 0x29, 0x79, 0x54, 0x15, 0xda, 0xec, 0xb2, 0x64, 0xe5, 0x94, 0x53, 0xa2, - 0xa9, 0x12, 0x3b, 0x85, 0x4f, 0x08, 0x41, 0xe0, 0x44, 0xbe, 0x49, 0xcb, 0x32, 0xed, 0x99, 0xf3, - 0xc8, 0x94, 0xf5, 0x74, 0xf0, 0x81, 0x66, 0x6d, 0x02, 0xc4, 0x2e, 0xf9, 0x31, 0xc8, 0x16, 0xd8, - 0xc5, 0xb2, 0xc8, 0x89, 0x6f, 0x5a, 0x77, 0x0a, 0xdd, 0x94, 0xc0, 0xe9, 0xd7, 0xfe, 0x09, 0x43, - 0x44, 0x4f, 0x48, 0xf0, 0x03, 0x00, 0x00 + 0xa9, 0x12, 0x3b, 0x85, 0x4f, 0x08, 0x41, 0xe0, 0x44, 0x7e, 0x9b, 0x96, 0x65, 0xda, 0x33, 0xe7, + 0x91, 0x29, 0xeb, 0xe9, 0xe0, 0x03, 0xcd, 0xda, 0x04, 0x88, 0x6d, 0xf2, 0xa3, 0x97, 0x1b, 0x60, + 0xe7, 0xcb, 0x22, 0x27, 0xbe, 0x69, 0xdd, 0x29, 0x74, 0x53, 0x02, 0xa7, 0x5f, 0xfb, 0x27, 0x3b, + 0x01, 0xc5, 0x54, 0xf0, 0x03, 0x00, 0x00 }; // Autogenerated from wled00/data/welcome.htm, do not edit!! const uint16_t PAGE_welcome_length = 1528; const uint8_t PAGE_welcome[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0x95, 0x56, 0x5b, 0x93, 0xaa, 0x3a, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x95, 0x56, 0x5b, 0x93, 0xaa, 0x3a, 0x16, 0x7e, 0xef, 0x5f, 0xc1, 0x76, 0xea, 0xd4, 0x79, 0x70, 0x77, 0x73, 0x13, 0x51, 0xdb, 0xee, 0x19, 0xc5, 0x4b, 0x7b, 0x03, 0x6f, 0x78, 0x7b, 0x0b, 0x10, 0x20, 0x08, 0x04, 0x93, 0x80, 0x97, 0xae, 0xfe, 0xef, 0x13, 0x74, 0xf7, 0xd4, 0x3e, 0x75, 0x1e, 0xa6, 0x4e, 0x2c, 0x21, 0xf9, 0x92, @@ -190,7 +190,7 @@ const uint8_t PAGE_welcome[] PROGMEM = { // Autogenerated from wled00/data/liveview.htm, do not edit!! const uint16_t PAGE_liveview_length = 547; const uint8_t PAGE_liveview[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0x95, 0x53, 0x4d, 0x6f, 0xdb, 0x30, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x95, 0x53, 0x4d, 0x6f, 0xdb, 0x30, 0x0c, 0xbd, 0xe7, 0x57, 0x78, 0x2a, 0x5a, 0x48, 0x88, 0x63, 0x3b, 0xc5, 0xba, 0x8f, 0xf8, 0xe3, 0xb0, 0xb5, 0x87, 0x02, 0x05, 0xd6, 0x43, 0x81, 0x61, 0x18, 0x76, 0x50, 0x24, 0xc6, 0xd6, 0x2a, 0x4b, 0x81, 0x4c, 0xb9, 0x08, 0xd2, 0xfc, 0xf7, 0xc9, 0x76, 0xd2, 0x62, 0xc0, 0x30, 0xa0, 0x3e, @@ -231,7 +231,7 @@ const uint8_t PAGE_liveview[] PROGMEM = { // Autogenerated from wled00/data/liveviewws.htm, do not edit!! const uint16_t PAGE_liveviewws_length = 711; const uint8_t PAGE_liveviewws[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0x6d, 0x54, 0x5d, 0x8f, 0x9b, 0x3a, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x6d, 0x54, 0x5d, 0x8f, 0x9b, 0x3a, 0x10, 0x7d, 0xcf, 0xaf, 0xa0, 0xde, 0xdb, 0x2d, 0x56, 0x08, 0x24, 0xdb, 0xdb, 0x2f, 0xc0, 0x59, 0xb5, 0xb7, 0x79, 0xa8, 0xb4, 0x6a, 0x57, 0xda, 0x5e, 0xad, 0xaa, 0x55, 0xa4, 0x1a, 0x98, 0x80, 0xef, 0x82, 0x1d, 0xd9, 0x43, 0x50, 0x84, 0xf8, 0xef, 0x77, 0x20, 0xdb, 0xac, 0x2a, 0x95, 0x07, @@ -282,7 +282,7 @@ const uint8_t PAGE_liveviewws[] PROGMEM = { // Autogenerated from wled00/data/liveviewws2D.htm, do not edit!! const uint16_t PAGE_liveviewws2D_length = 818; const uint8_t PAGE_liveviewws2D[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0x6d, 0x54, 0x6d, 0x6f, 0xdb, 0x36, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x6d, 0x54, 0x6d, 0x6f, 0xdb, 0x36, 0x10, 0xfe, 0xee, 0x5f, 0xa1, 0x70, 0x43, 0x2b, 0xda, 0xb2, 0xe4, 0xb8, 0xed, 0x96, 0xd9, 0xa2, 0x8b, 0x36, 0x35, 0xb0, 0x02, 0xd9, 0x6a, 0xc0, 0x19, 0x82, 0x21, 0x30, 0x50, 0x5a, 0x3a, 0x5b, 0x5c, 0x25, 0xd2, 0xa0, 0xce, 0x96, 0x35, 0x47, 0xff, 0x7d, 0x47, 0xc9, 0xf1, 0x32, 0x74, 0xfa, @@ -340,7 +340,7 @@ const uint8_t PAGE_liveviewws2D[] PROGMEM = { // Autogenerated from wled00/data/404.htm, do not edit!! const uint16_t PAGE_404_length = 868; const uint8_t PAGE_404[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0x65, 0x54, 0x5b, 0x73, 0xaa, 0x3a, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x65, 0x54, 0x5b, 0x73, 0xaa, 0x3a, 0x14, 0x7e, 0xef, 0xaf, 0xe0, 0x78, 0xe6, 0xcc, 0x7e, 0x68, 0x2d, 0xa8, 0xd8, 0x2a, 0xa2, 0x33, 0x01, 0x51, 0xec, 0xc5, 0x7a, 0xa3, 0xd6, 0xbe, 0x05, 0x12, 0x21, 0x15, 0x08, 0x4d, 0x82, 0x62, 0x3b, 0xfd, 0xef, 0x3b, 0x40, 0xf7, 0x9c, 0xce, 0xec, 0x35, 0x03, 0x2b, 0xf9, 0x56, 0xd6, 0x7d, @@ -415,753 +415,753 @@ const uint8_t favicon[] PROGMEM = { // Autogenerated from wled00/data/iro.js, do not edit!! -const uint16_t iroJs_length = 9992; +const uint16_t iroJs_length = 9986; const uint8_t iroJs[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xc5, 0x7d, 0x79, 0x77, 0xe3, 0x36, - 0x96, 0xef, 0xff, 0x73, 0xce, 0x7c, 0x07, 0x99, 0x49, 0x7c, 0x48, 0x0b, 0xa2, 0x25, 0x79, 0xa9, - 0x32, 0x55, 0x1c, 0x9d, 0xa4, 0xb2, 0x55, 0x77, 0x2a, 0x95, 0x49, 0x55, 0xa7, 0xa7, 0xa3, 0x28, - 0x39, 0x14, 0x05, 0x49, 0x2c, 0xd3, 0xa4, 0xc2, 0x45, 0xb6, 0x63, 0xe9, 0xbb, 0xbf, 0xdf, 0xc5, - 0x42, 0x82, 0x5a, 0x6c, 0x27, 0x6f, 0xfa, 0xbd, 0x93, 0x94, 0x08, 0x62, 0xb9, 0x00, 0x2e, 0xee, - 0x0e, 0x80, 0x3e, 0x3d, 0x39, 0xfa, 0xcf, 0xff, 0x68, 0x9d, 0xb4, 0xa2, 0x2c, 0x75, 0x3f, 0xe6, - 0xad, 0xd5, 0x85, 0x7b, 0xe1, 0xf6, 0x45, 0x4e, 0xbf, 0xdb, 0xbb, 0xec, 0xf4, 0xbb, 0xfd, 0x5e, - 0xeb, 0x6f, 0xc1, 0x0d, 0xcf, 0x5b, 0x5f, 0x06, 0x49, 0xc4, 0x63, 0x51, 0xf4, 0x5d, 0x14, 0xf2, - 0x24, 0xe7, 0xd3, 0x56, 0x99, 0x4c, 0x79, 0xd6, 0x7a, 0xfb, 0xc3, 0x77, 0xad, 0xbe, 0xdb, 0x15, - 0x45, 0xf3, 0xa8, 0x58, 0x94, 0x13, 0x37, 0x4c, 0x6f, 0x4e, 0x3f, 0x06, 0xd4, 0xee, 0x54, 0x42, - 0xa6, 0xc2, 0xd3, 0xff, 0xfc, 0x8f, 0xa3, 0x59, 0x99, 0x84, 0x45, 0x94, 0x26, 0x76, 0xc1, 0x12, - 0xe7, 0xc1, 0x4a, 0x27, 0x1f, 0x79, 0x58, 0x58, 0xbe, 0x5f, 0xdc, 0x2f, 0x79, 0x3a, 0x6b, 0xf1, - 0xbb, 0x65, 0x9a, 0x15, 0xf9, 0xf1, 0xb1, 0x45, 0xa0, 0x67, 0x51, 0xc2, 0xa7, 0xd6, 0x91, 0x2e, - 0xbc, 0x49, 0xa7, 0x65, 0xcc, 0x87, 0xf2, 0xe1, 0xaa, 0xaa, 0x7e, 0x62, 0x3b, 0x9e, 0xa5, 0xc1, - 0xd6, 0x90, 0x64, 0xeb, 0xe3, 0x63, 0xf9, 0x74, 0x83, 0x9b, 0xe9, 0x50, 0x26, 0xed, 0xc4, 0xf1, - 0xec, 0xc2, 0x2f, 0xd6, 0xeb, 0x9c, 0xc7, 0x33, 0xc7, 0xc5, 0xf8, 0x08, 0xc6, 0xc6, 0x2e, 0x16, - 0x51, 0xce, 0xaa, 0xf1, 0x61, 0x70, 0x65, 0xce, 0x5b, 0x79, 0x91, 0x45, 0x18, 0xe0, 0x60, 0x15, - 0x64, 0xad, 0x1b, 0x96, 0xb3, 0x84, 0x45, 0x2c, 0x65, 0x77, 0xfe, 0xc3, 0x86, 0x7d, 0xf4, 0x47, - 0x63, 0x96, 0xf9, 0xa7, 0x41, 0x18, 0x15, 0x6b, 0x7e, 0x67, 0x0f, 0xbd, 0x7c, 0x3d, 0x5f, 0x27, - 0xeb, 0xe5, 0xfa, 0x53, 0x67, 0x9d, 0x2d, 0x17, 0xeb, 0x79, 0x16, 0x4d, 0xd7, 0xe9, 0x6d, 0xbe, - 0xbe, 0x49, 0xc2, 0x75, 0x52, 0xdc, 0xae, 0xd1, 0xfb, 0x28, 0x5c, 0x8c, 0xd7, 0x7f, 0xa4, 0xe9, - 0xfa, 0xd7, 0x34, 0x9b, 0xae, 0x7f, 0xed, 0x74, 0x4e, 0xa3, 0x81, 0xee, 0xb3, 0xf5, 0x56, 0x62, - 0x65, 0x96, 0x66, 0x36, 0xf5, 0x17, 0xb5, 0xa2, 0xa4, 0x95, 0x38, 0xc5, 0x28, 0x1a, 0xfb, 0x09, - 0x7e, 0x06, 0x19, 0x2f, 0xca, 0x2c, 0x69, 0x15, 0x9b, 0xaa, 0xc5, 0xbd, 0x5d, 0x38, 0x0f, 0x54, - 0x37, 0xf1, 0x0b, 0x77, 0x19, 0x64, 0x3c, 0x29, 0xbe, 0x4f, 0xa7, 0x7c, 0x90, 0x1c, 0x1f, 0x27, - 0x6e, 0xc6, 0x6f, 0xd2, 0x15, 0x7f, 0xbd, 0x88, 0xe2, 0x29, 0xaa, 0xd5, 0x8d, 0x16, 0xd4, 0x0d, - 0x8b, 0x64, 0xc3, 0x8c, 0x71, 0x56, 0x62, 0x4a, 0xb1, 0x1f, 0x64, 0xf3, 0xf2, 0x06, 0x00, 0xf2, - 0x41, 0x34, 0xb3, 0x13, 0xff, 0xad, 0x8d, 0x39, 0x26, 0x0e, 0x3b, 0x7b, 0x55, 0x15, 0xb8, 0x31, - 0x4f, 0xe6, 0xc5, 0xc2, 0xa1, 0x01, 0x46, 0x3e, 0x46, 0x84, 0xe9, 0x9f, 0x0d, 0xb2, 0x9d, 0x0a, - 0x83, 0xac, 0xdd, 0x76, 0x22, 0x77, 0x59, 0xe6, 0x0b, 0x3b, 0x1e, 0x65, 0x63, 0x47, 0x40, 0x2c, - 0xe3, 0xf8, 0xc8, 0x8f, 0x8e, 0x8f, 0xed, 0xc4, 0x0d, 0x69, 0x4c, 0x18, 0xac, 0x1f, 0x39, 0x4c, - 0xe6, 0x17, 0x18, 0xb0, 0x4c, 0xb8, 0x58, 0xa6, 0xa0, 0x8c, 0x8b, 0x1f, 0xb2, 0x74, 0x99, 0x8b, - 0xae, 0x38, 0xe1, 0x61, 0x2b, 0x7f, 0x95, 0x46, 0xd3, 0x56, 0xd7, 0xf7, 0x81, 0x18, 0x3e, 0x26, - 0x98, 0x78, 0x6c, 0xb5, 0x45, 0x8e, 0xa3, 0x51, 0x86, 0x25, 0x76, 0xaf, 0xf9, 0xbd, 0xea, 0xcc, - 0x2e, 0x7d, 0xc2, 0xce, 0xcc, 0x21, 0xf2, 0x88, 0x79, 0xc1, 0x5b, 0xe2, 0x55, 0x95, 0xa6, 0x46, - 0x2e, 0xb5, 0x09, 0x05, 0xba, 0x52, 0x56, 0x1a, 0x28, 0x94, 0x79, 0x11, 0xcb, 0x24, 0x12, 0xb9, - 0xff, 0x40, 0x64, 0xe7, 0x15, 0x6c, 0x49, 0x3d, 0x7b, 0x09, 0x43, 0x43, 0x0f, 0xc5, 0x7c, 0xe6, - 0x65, 0x2c, 0xf1, 0x08, 0x30, 0x8b, 0xe4, 0x83, 0x7b, 0x5d, 0x96, 0xca, 0x64, 0x2c, 0x1f, 0xa1, - 0x7a, 0xa4, 0x09, 0xa8, 0xad, 0x0c, 0x8b, 0x34, 0xf3, 0xe4, 0xf4, 0x36, 0x7a, 0xf8, 0x37, 0xee, - 0x2a, 0xc1, 0xb2, 0x1e, 0x1f, 0xab, 0x84, 0xcd, 0x1d, 0xc6, 0xeb, 0xd1, 0xbc, 0x23, 0x2a, 0xd0, - 0xc4, 0x51, 0x21, 0xb7, 0x2e, 0x7f, 0x23, 0xe9, 0x8a, 0x08, 0xdc, 0x15, 0x03, 0xf4, 0x0b, 0x26, - 0x5e, 0xd0, 0x65, 0xc1, 0xef, 0x0a, 0xdf, 0xa8, 0x7b, 0x2b, 0xeb, 0xaa, 0x05, 0x03, 0x7e, 0x9d, - 0x0a, 0x70, 0x34, 0x44, 0xa1, 0x1b, 0x31, 0xfc, 0x73, 0x13, 0x37, 0x02, 0x83, 0xde, 0xbd, 0x9b, - 0xa1, 0xeb, 0x76, 0xcf, 0x11, 0x33, 0x18, 0x54, 0x84, 0x3b, 0x48, 0x5e, 0x15, 0xa8, 0xa2, 0xa8, - 0x21, 0x21, 0x6a, 0xd0, 0x04, 0x00, 0xc2, 0x41, 0xd1, 0x28, 0x19, 0x3b, 0x7a, 0xc5, 0x23, 0x37, - 0xd5, 0x7d, 0x20, 0xa9, 0xa6, 0xbc, 0x87, 0xa3, 0x0b, 0x97, 0x12, 0x34, 0x06, 0xd9, 0x5d, 0x3d, - 0xe6, 0xa0, 0xe2, 0x02, 0x16, 0xd5, 0xa4, 0x46, 0x4c, 0xee, 0x46, 0x4e, 0x4d, 0x58, 0xa1, 0x64, - 0xad, 0xc2, 0x4d, 0xe9, 0xc5, 0x9d, 0x04, 0x39, 0xf7, 0x05, 0xe6, 0x13, 0xbf, 0xfb, 0xa7, 0x47, - 0xfc, 0xd0, 0x00, 0x43, 0x03, 0x9f, 0x64, 0x3c, 0xb8, 0xde, 0xa8, 0x99, 0xd0, 0x90, 0x36, 0xf5, - 0x08, 0x39, 0x8d, 0xd0, 0x3e, 0x2a, 0xdc, 0x19, 0x68, 0x15, 0xbf, 0xfe, 0x51, 0x17, 0xd0, 0x7a, - 0xa0, 0xdf, 0x5c, 0xb2, 0x49, 0xe1, 0xac, 0xd7, 0xd1, 0x91, 0xef, 0xdf, 0x80, 0x84, 0x27, 0x29, - 0x9a, 0xf1, 0x1f, 0x39, 0x09, 0xd7, 0x28, 0x99, 0xa3, 0x22, 0x86, 0xb0, 0xa7, 0x80, 0xd9, 0x7b, - 0x32, 0xd7, 0xeb, 0xc4, 0xb1, 0x4b, 0xc7, 0xa0, 0xd5, 0xd2, 0x96, 0xc8, 0x51, 0x14, 0xab, 0xf9, - 0x5d, 0xac, 0x56, 0xee, 0xe6, 0x10, 0xa2, 0x76, 0x53, 0x2a, 0xab, 0x29, 0x24, 0xee, 0xd4, 0xe5, - 0x9d, 0x82, 0x7e, 0x37, 0xce, 0xa0, 0xa0, 0x91, 0xa6, 0x4b, 0xdb, 0x19, 0x38, 0x72, 0x16, 0x99, - 0x1f, 0xf9, 0x92, 0x4c, 0x59, 0xe9, 0xdb, 0xdc, 0x87, 0xc8, 0x28, 0x1c, 0x77, 0xea, 0xb8, 0x29, - 0x23, 0x6e, 0x5b, 0x42, 0xa2, 0x24, 0x6e, 0xc9, 0xf0, 0xcf, 0x3f, 0xea, 0xb1, 0x54, 0x4c, 0x42, - 0x08, 0xcc, 0x6b, 0x3b, 0xc5, 0x18, 0x84, 0x78, 0x01, 0x19, 0x27, 0xee, 0x2d, 0x93, 0x60, 0x30, - 0xfb, 0xd4, 0x4d, 0x6f, 0x13, 0x9e, 0xbd, 0xff, 0xe9, 0x9b, 0xaf, 0x62, 0x4e, 0x12, 0x85, 0x49, - 0xce, 0x61, 0x31, 0x93, 0xd4, 0x58, 0x62, 0xf9, 0xb9, 0xe3, 0x95, 0x0e, 0x9b, 0xda, 0x11, 0x35, - 0xcf, 0x8e, 0xfc, 0xf2, 0xf8, 0x38, 0x40, 0xa6, 0x39, 0xe5, 0xf7, 0x36, 0x4d, 0xb5, 0xa8, 0x27, - 0xcb, 0x72, 0x89, 0x83, 0x90, 0x05, 0x6c, 0xc6, 0x16, 0x6c, 0xc5, 0xa6, 0x6c, 0xce, 0x26, 0x24, - 0x76, 0xb0, 0xb6, 0xeb, 0xf5, 0x47, 0xb6, 0xf4, 0x27, 0x7a, 0xf5, 0xb1, 0xf2, 0xe8, 0xea, 0x0e, - 0x23, 0x8e, 0x7d, 0xb9, 0xe0, 0xe5, 0xb0, 0x1c, 0x75, 0xc7, 0xde, 0x92, 0x88, 0x8f, 0x75, 0x25, - 0xf9, 0x39, 0x2c, 0xf4, 0xbb, 0x0c, 0x9c, 0xe0, 0x7f, 0x6e, 0xe3, 0xb7, 0xd6, 0x1c, 0x45, 0xc5, - 0x3d, 0x20, 0x3a, 0x91, 0x06, 0x19, 0xfa, 0xc4, 0x36, 0x44, 0x27, 0xbc, 0xdd, 0x53, 0x73, 0xf1, - 0xed, 0x99, 0x3f, 0x19, 0x85, 0x63, 0xac, 0xfc, 0x8c, 0x86, 0x01, 0x91, 0xe1, 0xfb, 0x33, 0x7a, - 0xd0, 0x1b, 0xd1, 0xba, 0x4f, 0xef, 0x94, 0x70, 0xa8, 0x9e, 0xc2, 0xf6, 0x80, 0xc7, 0xd0, 0x4b, - 0xb4, 0x78, 0x01, 0xc8, 0x36, 0x78, 0xb5, 0x1c, 0x04, 0xa0, 0x56, 0xea, 0x46, 0xc0, 0x0b, 0x88, - 0x4c, 0x1f, 0x07, 0xf6, 0x40, 0xb5, 0x34, 0x34, 0x49, 0xb5, 0x33, 0x31, 0xd1, 0x0d, 0x80, 0x2c, - 0xb0, 0x3e, 0x09, 0x50, 0x37, 0xf3, 0x67, 0xeb, 0xf5, 0x5d, 0x85, 0x41, 0x29, 0xaf, 0x80, 0x46, - 0x86, 0x6e, 0x0b, 0x25, 0x3c, 0x67, 0xf4, 0x3c, 0xf2, 0x03, 0x60, 0x6a, 0xee, 0x83, 0xf2, 0x46, - 0x63, 0x47, 0x52, 0x73, 0x80, 0xc9, 0x86, 0xeb, 0xf5, 0x82, 0x15, 0x5a, 0xbe, 0x2f, 0x0c, 0x91, - 0x32, 0x45, 0xfd, 0x29, 0x72, 0xb4, 0xe8, 0x77, 0x63, 0x67, 0x41, 0xbf, 0x68, 0x24, 0x11, 0x2e, - 0xa7, 0x88, 0xfa, 0xa5, 0x4f, 0xa3, 0x58, 0x1c, 0xf9, 0x31, 0xc8, 0x5a, 0xb4, 0x5d, 0x18, 0x5a, - 0x0e, 0x3c, 0xe8, 0x55, 0x40, 0x51, 0x23, 0x36, 0xca, 0x8e, 0x48, 0x72, 0x25, 0x6e, 0xb0, 0x5c, - 0x82, 0x31, 0xa4, 0x0a, 0x5c, 0x38, 0x02, 0xae, 0x54, 0xaf, 0x7e, 0xcc, 0x08, 0x7d, 0x48, 0xac, - 0xdc, 0x04, 0x22, 0xf0, 0x7d, 0x34, 0x89, 0x25, 0xaf, 0x49, 0x8c, 0xfa, 0x7d, 0x12, 0x00, 0x2b, - 0x74, 0xe8, 0x08, 0x0c, 0xb5, 0x8a, 0x01, 0x89, 0xbc, 0x9c, 0x67, 0xc5, 0x17, 0x1c, 0x10, 0xb8, - 0xbd, 0x60, 0xb1, 0xb3, 0xb1, 0xd2, 0xa5, 0x12, 0x52, 0x91, 0xc0, 0xad, 0xd0, 0x6e, 0xab, 0x20, - 0x2e, 0xb9, 0x6f, 0x59, 0xce, 0x26, 0xc6, 0x78, 0x0d, 0xe8, 0x6c, 0x8f, 0x54, 0xab, 0xda, 0x45, - 0x98, 0xfc, 0x02, 0x32, 0x43, 0x71, 0x5f, 0xd8, 0x6e, 0xb3, 0x62, 0xe3, 0x80, 0xc0, 0x52, 0x7f, - 0xaa, 0x30, 0x05, 0x4a, 0xaf, 0x21, 0x1c, 0x35, 0x21, 0x08, 0x4d, 0x19, 0xfa, 0xa5, 0x26, 0xe2, - 0xb0, 0xd3, 0x19, 0x38, 0xaa, 0x19, 0x88, 0xe7, 0xf8, 0xf8, 0xde, 0xa6, 0xa7, 0x33, 0x90, 0xf5, - 0x96, 0x66, 0x85, 0x89, 0xa8, 0xf0, 0xbd, 0x4d, 0x4f, 0x26, 0x48, 0x92, 0x78, 0x60, 0xae, 0x40, - 0x76, 0x07, 0xe1, 0xab, 0x79, 0x05, 0x16, 0xb4, 0xf6, 0x95, 0x3d, 0xa7, 0x8a, 0xf3, 0x51, 0xbb, - 0x5d, 0x3d, 0x0c, 0xe6, 0xfb, 0x5c, 0x9b, 0x17, 0xd5, 0xda, 0x44, 0x8a, 0xf9, 0x1d, 0x45, 0xf9, - 0xb0, 0xbd, 0xac, 0x49, 0x9a, 0xc6, 0x3c, 0x30, 0xc5, 0xbb, 0x03, 0xa3, 0x45, 0x19, 0x0d, 0x89, - 0x68, 0xe8, 0x38, 0x15, 0x21, 0x7c, 0x9e, 0x65, 0xc1, 0xbd, 0x1b, 0xe5, 0xe2, 0x09, 0x0e, 0x73, - 0xb4, 0xaa, 0xc9, 0x30, 0xbc, 0x0c, 0xa2, 0xdb, 0x30, 0x3c, 0xd0, 0x3f, 0x6c, 0x0e, 0x31, 0x04, - 0xd5, 0x5e, 0x01, 0x1d, 0x26, 0xf6, 0x1e, 0x26, 0x3d, 0x38, 0x1c, 0x2d, 0x06, 0x89, 0x20, 0x51, - 0xd7, 0x22, 0x53, 0x30, 0x99, 0x1b, 0x35, 0xd0, 0x2c, 0x29, 0x6f, 0x26, 0x3c, 0xdb, 0xd3, 0x2a, - 0x14, 0xb0, 0x99, 0x12, 0x60, 0x62, 0x36, 0x83, 0xba, 0x43, 0x37, 0x95, 0xaa, 0xc4, 0x17, 0x5a, - 0x49, 0x2b, 0xd8, 0x81, 0x34, 0xe4, 0x60, 0x5b, 0x88, 0x15, 0x05, 0x3b, 0x08, 0x65, 0xcd, 0x8a, - 0xca, 0x74, 0xa9, 0xec, 0x99, 0x44, 0x28, 0x1f, 0xb0, 0xe5, 0x86, 0x90, 0xe1, 0x15, 0x55, 0x41, - 0x54, 0xaf, 0xc3, 0x4c, 0xaf, 0x83, 0xd5, 0xb1, 0x84, 0xa1, 0xd4, 0x1d, 0x0f, 0x0b, 0x37, 0xe7, - 0xc2, 0x3a, 0x02, 0x1d, 0xdf, 0x93, 0x90, 0x44, 0x5b, 0x68, 0x36, 0x7f, 0x67, 0x22, 0x58, 0xb2, - 0x23, 0x52, 0x4f, 0x99, 0x5b, 0xf0, 0xbc, 0x80, 0xcd, 0x3c, 0x8c, 0xda, 0xd6, 0xf2, 0xce, 0xf2, - 0xd4, 0x8a, 0x0e, 0x2d, 0xcb, 0x33, 0xfa, 0xfa, 0xd1, 0xae, 0xb4, 0x8b, 0x14, 0xb4, 0x4a, 0xea, - 0xb2, 0x50, 0xa0, 0x0e, 0xe3, 0xa7, 0x21, 0x40, 0x45, 0xf0, 0xa1, 0x15, 0xc6, 0x41, 0x9e, 0x7f, - 0x0f, 0xdf, 0x40, 0x8c, 0x4a, 0xbd, 0x03, 0xb0, 0xa7, 0x52, 0x46, 0xae, 0xa8, 0xe5, 0x25, 0x90, - 0x90, 0x96, 0xb6, 0x6a, 0x44, 0x71, 0x4d, 0x18, 0x58, 0x95, 0xfb, 0x58, 0x42, 0x72, 0x84, 0xc0, - 0xc0, 0x0c, 0x29, 0x87, 0xed, 0x2c, 0x57, 0xe4, 0x94, 0x6e, 0x98, 0xe7, 0x1f, 0xc8, 0xde, 0x89, - 0xa4, 0x24, 0xd8, 0xb7, 0xaa, 0x19, 0x68, 0xb5, 0xae, 0x68, 0x59, 0x50, 0x58, 0x52, 0xda, 0x67, - 0x82, 0xe6, 0x52, 0xb2, 0x45, 0x33, 0x07, 0xe8, 0x11, 0xa9, 0x08, 0xb2, 0xdb, 0xa6, 0xb9, 0x82, - 0xdb, 0x69, 0xa6, 0x91, 0xa8, 0x14, 0x8b, 0x22, 0x07, 0xa0, 0xa2, 0x51, 0x3c, 0x26, 0x2c, 0xe2, - 0x21, 0x6b, 0x42, 0x99, 0x21, 0xed, 0x6c, 0xa8, 0x7f, 0x2b, 0xd5, 0xeb, 0x02, 0xbe, 0x96, 0x13, - 0x1b, 0xf5, 0xc6, 0x43, 0x1b, 0x3e, 0xcd, 0x91, 0x40, 0x16, 0x59, 0xa5, 0xcb, 0x38, 0x08, 0xb9, - 0x7d, 0xfa, 0x3a, 0x58, 0x62, 0x7d, 0xf9, 0xa7, 0xa7, 0xd4, 0x13, 0xf8, 0xc8, 0xb7, 0xc1, 0x99, - 0x89, 0x5b, 0xa4, 0xdf, 0xa5, 0xb7, 0x3c, 0x7b, 0x0d, 0x1b, 0xc4, 0x76, 0x1c, 0x32, 0x93, 0x87, - 0xb0, 0x26, 0x1d, 0x37, 0x8f, 0xe1, 0xa2, 0xd9, 0x7d, 0x88, 0x8f, 0xa1, 0x9d, 0xad, 0xd7, 0x85, - 0x1b, 0x4c, 0xa7, 0x5f, 0xad, 0x20, 0x1b, 0xbf, 0x8b, 0xf2, 0x82, 0x43, 0xc5, 0x62, 0xed, 0x57, - 0x42, 0x9a, 0x83, 0xd6, 0xd6, 0x6b, 0xfa, 0x85, 0x4b, 0xe3, 0x38, 0x44, 0x0b, 0x44, 0x13, 0xca, - 0x77, 0xd8, 0xd7, 0x04, 0xde, 0x56, 0x8c, 0x1c, 0x8b, 0x24, 0x2c, 0xc6, 0x5d, 0x04, 0x73, 0xb1, - 0x4a, 0xea, 0x15, 0xd3, 0xbf, 0x51, 0xe9, 0x23, 0x48, 0xb5, 0x44, 0x98, 0xee, 0x43, 0x41, 0x63, - 0x26, 0xe5, 0x78, 0xfb, 0xe4, 0x18, 0x9a, 0x4f, 0x83, 0x64, 0xce, 0xb3, 0xb4, 0xcc, 0xe3, 0xfb, - 0xf7, 0xbc, 0x78, 0x93, 0xa0, 0xdb, 0x6f, 0x3f, 0xbc, 0xfd, 0x4e, 0x41, 0xb4, 0x77, 0xf1, 0xf2, - 0xeb, 0x1d, 0x04, 0xeb, 0xb5, 0x37, 0x94, 0x78, 0x19, 0xaa, 0x3e, 0xd6, 0x6b, 0x41, 0xbc, 0xd1, - 0x50, 0x4f, 0xe4, 0xf3, 0x02, 0xcb, 0x3c, 0x29, 0x0b, 0xfe, 0xfd, 0x7b, 0xdb, 0x5a, 0x14, 0xc5, - 0xd2, 0x3b, 0x3d, 0xbd, 0xbd, 0xbd, 0x75, 0x6f, 0xcf, 0xdc, 0x34, 0x9b, 0x9f, 0xf6, 0xae, 0xae, - 0xae, 0x4e, 0x05, 0x24, 0x8b, 0x6d, 0x23, 0xd5, 0x13, 0x3c, 0xf3, 0xd7, 0x01, 0x10, 0x8f, 0x3d, - 0x39, 0x2c, 0x72, 0x4a, 0x9b, 0xfd, 0x08, 0xe6, 0x34, 0xa4, 0xea, 0xca, 0xb4, 0xf1, 0xc9, 0x76, - 0x2f, 0x46, 0x52, 0x4c, 0x8c, 0x61, 0x05, 0x72, 0x5a, 0xa7, 0xa1, 0x7a, 0x92, 0x7d, 0x6c, 0xba, - 0x7b, 0xd7, 0xf6, 0x96, 0xe5, 0x47, 0x6c, 0x29, 0xb9, 0xb4, 0x61, 0x0c, 0xb1, 0x25, 0xbb, 0x67, - 0xb7, 0xec, 0x9a, 0xc8, 0x0a, 0x70, 0x89, 0x9c, 0x2b, 0xc3, 0x2c, 0x71, 0x0d, 0xef, 0xa4, 0x21, - 0x19, 0x61, 0x0e, 0xa0, 0x5f, 0xd2, 0x9b, 0x98, 0xc3, 0xa0, 0xc8, 0xee, 0xa5, 0x52, 0xde, 0xa3, - 0xe9, 0xae, 0x85, 0xc8, 0x5d, 0x92, 0x6d, 0x28, 0xc4, 0xda, 0xbd, 0x8f, 0xb6, 0xd7, 0xda, 0x07, - 0xf9, 0x40, 0x3a, 0xec, 0xf8, 0x38, 0x1b, 0x05, 0x2e, 0x94, 0xca, 0xad, 0x1f, 0x0c, 0xef, 0x87, - 0xf7, 0xb2, 0xa6, 0x54, 0xa8, 0x5e, 0xe0, 0x46, 0x70, 0xa6, 0x22, 0x37, 0x1c, 0x4e, 0xc8, 0x74, - 0xc2, 0x90, 0xa0, 0x74, 0x43, 0x38, 0xf0, 0x64, 0xe7, 0x78, 0xb6, 0x85, 0xba, 0x45, 0x4a, 0x7d, - 0x59, 0xa0, 0xb9, 0xeb, 0xe3, 0xe3, 0x6b, 0xb7, 0xca, 0x01, 0xba, 0xc9, 0x3c, 0x1e, 0x52, 0x1b, - 0xb4, 0xe4, 0xb7, 0x40, 0xca, 0x92, 0xdd, 0x3a, 0x9e, 0x5d, 0xe7, 0xbc, 0x11, 0x39, 0x6c, 0x66, - 0xce, 0xd4, 0xbf, 0x66, 0x33, 0xd5, 0xd6, 0xff, 0xc3, 0x61, 0xb0, 0xa5, 0xee, 0xdd, 0xbc, 0x9c, - 0xd8, 0x33, 0xaa, 0x27, 0x3d, 0xa9, 0x25, 0x52, 0x79, 0x11, 0x14, 0x1c, 0x5c, 0xa4, 0x52, 0xc4, - 0x49, 0x12, 0x8e, 0x70, 0xae, 0x6e, 0x91, 0xbe, 0xf5, 0x33, 0xb6, 0xc0, 0x38, 0xc9, 0xf0, 0xc7, - 0xeb, 0x8d, 0xa1, 0x0c, 0x67, 0xee, 0x47, 0x50, 0x36, 0x7e, 0x7d, 0xd5, 0x5c, 0xdb, 0x45, 0xd7, - 0xee, 0x9c, 0x17, 0x5f, 0xc2, 0xa8, 0x5f, 0xf1, 0xe9, 0x7b, 0x2a, 0xf8, 0x3a, 0x4b, 0x6f, 0x84, - 0x67, 0x7b, 0x7c, 0xfc, 0x56, 0x34, 0xd0, 0x2d, 0x86, 0xf4, 0x22, 0x0c, 0x6a, 0x24, 0x1c, 0x0f, - 0x3f, 0xec, 0x70, 0x63, 0x7b, 0x29, 0x6a, 0x39, 0x6c, 0xe1, 0xc8, 0x01, 0x3c, 0xd6, 0x8f, 0x1c, - 0x09, 0xcd, 0xe5, 0x66, 0x99, 0x26, 0x20, 0xae, 0x7f, 0x46, 0x71, 0xfc, 0x16, 0x1e, 0x47, 0x41, - 0xd6, 0xdf, 0x6e, 0xae, 0xad, 0x07, 0x6f, 0x14, 0x7e, 0x19, 0x4d, 0x55, 0x8b, 0x54, 0x2a, 0xe2, - 0x99, 0x53, 0x89, 0xdf, 0xe7, 0x8d, 0x00, 0xd6, 0xdd, 0x81, 0xa1, 0xfc, 0xc8, 0x43, 0x8e, 0x56, - 0xaa, 0xee, 0x23, 0x85, 0x72, 0x71, 0x8f, 0x0c, 0x38, 0xf9, 0x22, 0x2d, 0xe3, 0xe9, 0x6b, 0xdd, - 0xe0, 0x1f, 0xcb, 0x29, 0x3a, 0x56, 0x5a, 0xef, 0x40, 0xa9, 0x44, 0x1d, 0x00, 0x49, 0x47, 0x72, - 0x87, 0x04, 0x68, 0x2d, 0x99, 0x58, 0xe4, 0x1e, 0x43, 0xe9, 0x14, 0x3a, 0x09, 0x7a, 0x5a, 0x76, - 0x98, 0x0f, 0xf3, 0x23, 0xb2, 0x12, 0xd3, 0x61, 0xee, 0xe1, 0x57, 0xba, 0xfc, 0x09, 0xbc, 0x07, - 0xf2, 0x1d, 0xa4, 0x25, 0x9f, 0xd4, 0x0e, 0x28, 0x99, 0xf4, 0x78, 0x85, 0x9d, 0x2e, 0x2c, 0x4a, - 0x4a, 0x80, 0xce, 0xc1, 0x60, 0xca, 0x18, 0xdd, 0xec, 0xc5, 0x86, 0x9e, 0xc3, 0xde, 0xec, 0x6a, - 0xf0, 0x1b, 0x69, 0x00, 0xab, 0xd1, 0xb3, 0xa9, 0xa6, 0xa2, 0x2d, 0x92, 0xdd, 0x37, 0x37, 0xc1, - 0xec, 0x6f, 0x15, 0xb3, 0xeb, 0x99, 0x8a, 0x89, 0x52, 0x03, 0xbf, 0xc0, 0x44, 0x34, 0xbf, 0x68, - 0xec, 0xb0, 0x1d, 0xe8, 0x8e, 0x98, 0xf6, 0xe7, 0xca, 0x43, 0x82, 0xf3, 0x10, 0x28, 0xff, 0xe4, - 0x9d, 0x5e, 0xed, 0x80, 0x0c, 0x9e, 0x61, 0xa0, 0xb8, 0x5f, 0x6b, 0x7e, 0x2f, 0xa8, 0x89, 0x0b, - 0xf4, 0x22, 0x8c, 0xfa, 0xd7, 0x12, 0xa4, 0x70, 0x47, 0xdf, 0xda, 0x82, 0x05, 0x32, 0x1a, 0xd8, - 0x56, 0x39, 0xc4, 0x38, 0xe8, 0x5d, 0xfb, 0x10, 0xa2, 0xf8, 0x7d, 0x12, 0x2c, 0xb1, 0xc8, 0xca, - 0x9a, 0x97, 0x28, 0x02, 0x0b, 0xcf, 0x0f, 0x97, 0xda, 0x90, 0x93, 0x00, 0xf3, 0x7e, 0x4b, 0x9c, - 0x92, 0x30, 0x45, 0x8f, 0x32, 0x9a, 0xe0, 0xa6, 0x03, 0x42, 0xc1, 0x8d, 0x76, 0x95, 0x35, 0x73, - 0x57, 0x28, 0x74, 0x18, 0xe4, 0x5b, 0x10, 0xc7, 0xc4, 0x04, 0xd5, 0x80, 0x56, 0xf5, 0xc8, 0x4c, - 0xae, 0xd1, 0x83, 0xda, 0x97, 0x6b, 0x0b, 0xa1, 0xed, 0xb0, 0x89, 0x00, 0x7f, 0x8d, 0x96, 0x91, - 0xb4, 0x53, 0x84, 0x65, 0x21, 0xec, 0x43, 0xd3, 0xa9, 0x37, 0xc5, 0xbf, 0x14, 0xfd, 0x18, 0xb6, - 0xf4, 0x85, 0x41, 0x80, 0x72, 0xa1, 0x56, 0x5a, 0x32, 0x93, 0xe4, 0x87, 0xff, 0x92, 0xaf, 0xe6, - 0xc2, 0x26, 0x11, 0xab, 0xb3, 0x5e, 0x73, 0x6d, 0xbc, 0x6b, 0x16, 0x2a, 0x85, 0xad, 0x93, 0x83, - 0x74, 0xf3, 0x57, 0x95, 0xdb, 0x91, 0x37, 0x22, 0x27, 0xf0, 0x47, 0x46, 0x39, 0x39, 0xa4, 0x8a, - 0xd1, 0x15, 0xb0, 0xe1, 0x19, 0x92, 0xa1, 0x4b, 0x91, 0x2c, 0x12, 0xfb, 0x5e, 0xe8, 0xc6, 0x29, - 0x90, 0x42, 0x76, 0x44, 0x55, 0x07, 0x3c, 0x56, 0xf8, 0x21, 0xa3, 0xf6, 0xd2, 0x27, 0x94, 0x8e, - 0x6a, 0x6d, 0x43, 0x1b, 0x06, 0xbc, 0x6e, 0xa2, 0xf4, 0xd2, 0x34, 0x0d, 0x45, 0x38, 0xd2, 0x0d, - 0xd1, 0xa4, 0xe0, 0x64, 0xc8, 0x91, 0x4b, 0x68, 0xaf, 0x28, 0x8a, 0xc1, 0x87, 0x5b, 0xc5, 0x2a, - 0xd2, 0xb0, 0x5f, 0xaf, 0xf7, 0xbb, 0xdd, 0xee, 0x29, 0x21, 0x82, 0xa9, 0x2e, 0xbc, 0xfd, 0xad, - 0x6d, 0x55, 0xcc, 0x4a, 0xe9, 0x48, 0x1b, 0x1a, 0xb2, 0x9e, 0x35, 0xfc, 0x58, 0x7f, 0xa5, 0x70, - 0x21, 0x9c, 0x39, 0x78, 0x64, 0xa5, 0x11, 0x47, 0x1b, 0x2b, 0x4b, 0xb3, 0x70, 0xb1, 0xc2, 0x81, - 0xbf, 0x82, 0xdd, 0x70, 0x24, 0x9d, 0x27, 0xa3, 0x85, 0xff, 0x51, 0x1a, 0x77, 0x92, 0x8a, 0x54, - 0xb4, 0x8f, 0xa6, 0x07, 0xcb, 0x0c, 0xec, 0x67, 0x57, 0xeb, 0x09, 0xef, 0xdd, 0x71, 0x0f, 0xd8, - 0x53, 0xf0, 0xee, 0x57, 0x07, 0xcb, 0x62, 0xd2, 0x64, 0xeb, 0x75, 0x40, 0xcb, 0x36, 0x03, 0x77, - 0x92, 0x3c, 0x79, 0x47, 0x4c, 0xf9, 0x4e, 0x18, 0x8a, 0x91, 0xae, 0xe8, 0xcf, 0x44, 0x09, 0x6c, - 0x73, 0xb2, 0x48, 0x77, 0xa9, 0x4d, 0x39, 0x02, 0xc2, 0xe1, 0x2c, 0xa5, 0x45, 0x2c, 0x1e, 0xc9, - 0x7a, 0x4d, 0xee, 0x42, 0xa9, 0x62, 0x3b, 0xa3, 0x72, 0x0c, 0x9e, 0xad, 0x6b, 0x25, 0x0e, 0xdf, - 0xeb, 0xe6, 0x26, 0xa8, 0x88, 0xbe, 0x84, 0x2d, 0x40, 0x74, 0x59, 0x0a, 0xa7, 0x80, 0x87, 0xd7, - 0x7c, 0xaa, 0x5e, 0x09, 0x94, 0x30, 0xa2, 0xa9, 0xa2, 0xea, 0x82, 0xa0, 0xab, 0x2e, 0xe0, 0x2a, - 0xc1, 0xd4, 0x59, 0x80, 0x0d, 0x62, 0x29, 0x82, 0x92, 0x2d, 0x01, 0xc3, 0x30, 0xeb, 0x9a, 0xbb, - 0xc9, 0x94, 0xe5, 0xd1, 0x3c, 0x79, 0x27, 0xb7, 0x28, 0x8e, 0xf4, 0x32, 0x1e, 0x1f, 0x4b, 0x3e, - 0xba, 0x23, 0x30, 0x84, 0x2b, 0x35, 0x24, 0x0c, 0x1d, 0x8b, 0x5b, 0x59, 0x4c, 0x2b, 0x69, 0xb5, - 0x20, 0x47, 0x26, 0x8e, 0xc8, 0xd7, 0x53, 0x59, 0xb6, 0x4a, 0x29, 0x93, 0x58, 0xd5, 0x20, 0xc3, - 0x58, 0x25, 0x1d, 0x56, 0x4d, 0x6d, 0x07, 0xac, 0x2a, 0x20, 0xc0, 0x2a, 0x29, 0x40, 0x57, 0xd9, - 0x76, 0x95, 0xae, 0x2b, 0x93, 0xf8, 0x2b, 0x36, 0x76, 0x44, 0x1e, 0xa3, 0x21, 0x0a, 0x42, 0x47, - 0x9a, 0x6f, 0xd3, 0x68, 0x36, 0x43, 0x25, 0x29, 0xd6, 0x37, 0x61, 0x50, 0x84, 0x14, 0x90, 0x7c, - 0xb8, 0x71, 0x53, 0xe5, 0x42, 0x6e, 0x6a, 0xb7, 0xb3, 0xb6, 0x2b, 0xa7, 0x5b, 0xbb, 0x15, 0x03, - 0x8a, 0x93, 0xea, 0x10, 0x21, 0xec, 0xc0, 0x68, 0xd7, 0x04, 0xb0, 0x77, 0xa0, 0x47, 0xee, 0xd4, - 0xd9, 0xdc, 0xb8, 0x21, 0x85, 0xb6, 0x43, 0xea, 0xbd, 0x02, 0xff, 0x95, 0x76, 0x5f, 0x09, 0xd6, - 0xbe, 0x70, 0xf0, 0xb0, 0x90, 0x56, 0x73, 0x58, 0x66, 0x14, 0xf5, 0xf1, 0x93, 0x1d, 0xd8, 0x66, - 0x04, 0xf6, 0xfb, 0x9d, 0x4d, 0x0f, 0x12, 0x73, 0x37, 0x6e, 0x99, 0xdc, 0x48, 0xe3, 0xa4, 0x4a, - 0x02, 0x00, 0x83, 0x3a, 0xd1, 0x41, 0xae, 0xaf, 0xec, 0x4c, 0x39, 0xf1, 0x30, 0xe5, 0x41, 0x73, - 0x87, 0x02, 0xd3, 0xa0, 0x84, 0x48, 0xe9, 0x7a, 0x48, 0x4f, 0x38, 0xe7, 0x84, 0x73, 0xe1, 0xa6, - 0xc7, 0x7e, 0x15, 0x04, 0x40, 0x59, 0x26, 0x7c, 0x7e, 0x21, 0xbd, 0xb2, 0x2d, 0x3d, 0x2d, 0xfb, - 0x17, 0xc8, 0xdb, 0x5f, 0xb4, 0x8b, 0x3f, 0x60, 0x2c, 0x93, 0xba, 0x27, 0x83, 0x02, 0xd6, 0x41, - 0x3c, 0xea, 0x23, 0x11, 0xe2, 0xb9, 0x84, 0x78, 0x2e, 0x5f, 0x65, 0x5a, 0x3c, 0x97, 0x10, 0xcf, - 0x19, 0xd8, 0x81, 0xa2, 0x3d, 0xf4, 0x94, 0x51, 0x12, 0x39, 0x32, 0x4e, 0x31, 0x22, 0x6e, 0xac, - 0xc0, 0x1f, 0x1a, 0x65, 0xa6, 0xdb, 0x61, 0x58, 0xc7, 0x12, 0xc5, 0x55, 0xf5, 0xf9, 0x16, 0x3d, - 0xa0, 0xe7, 0xe8, 0x55, 0x65, 0xd1, 0x44, 0x14, 0xa4, 0x94, 0x11, 0x1b, 0xb9, 0x97, 0xe5, 0xf2, - 0x04, 0x82, 0x34, 0x0b, 0x26, 0x31, 0x8d, 0xbd, 0x7e, 0x21, 0x27, 0x89, 0xd1, 0xf4, 0x93, 0x59, - 0x34, 0x2f, 0x65, 0x39, 0x8c, 0xe6, 0x9a, 0xcb, 0xc8, 0x43, 0xcf, 0xdc, 0xdb, 0x2c, 0x2a, 0x54, - 0x99, 0xc3, 0x24, 0x8f, 0xba, 0x72, 0x83, 0xaf, 0x0a, 0x6f, 0x14, 0x00, 0x43, 0x91, 0x93, 0xcc, - 0xa4, 0x83, 0x89, 0xad, 0xe7, 0x63, 0x4f, 0x7c, 0xd5, 0x2e, 0xc8, 0x73, 0x30, 0x3a, 0x14, 0xad, - 0x11, 0x1d, 0xd2, 0xd3, 0x48, 0xea, 0x7d, 0x31, 0x16, 0xf9, 0x3d, 0x4c, 0x69, 0x67, 0xb7, 0x6b, - 0x7b, 0x6a, 0xba, 0x29, 0x97, 0xb1, 0x02, 0xd5, 0x49, 0xed, 0x8c, 0x2c, 0x82, 0xfc, 0xdd, 0x6d, - 0xa2, 0x87, 0x29, 0x05, 0x39, 0xc9, 0x4b, 0xe2, 0x5d, 0xda, 0xc6, 0xca, 0x68, 0xe7, 0x6a, 0x53, - 0x6d, 0xf6, 0x39, 0x14, 0xc5, 0x8c, 0xef, 0xe5, 0xfe, 0x64, 0xd5, 0x39, 0xb8, 0x86, 0x36, 0x21, - 0xdf, 0x18, 0x70, 0xe1, 0x3e, 0xbe, 0x97, 0x76, 0x46, 0x23, 0x9c, 0x2f, 0x17, 0x43, 0x2c, 0xde, - 0x47, 0x12, 0x15, 0x94, 0x10, 0xf6, 0xc8, 0xf1, 0xb1, 0xcc, 0x24, 0xb1, 0x2e, 0x12, 0xd2, 0x87, - 0xa8, 0x2b, 0x38, 0xce, 0x60, 0x1f, 0xb9, 0xc3, 0x48, 0xa6, 0xbd, 0x15, 0x3b, 0x62, 0xf5, 0x8e, - 0x92, 0xe3, 0xac, 0xd7, 0x6f, 0x29, 0xc7, 0xd8, 0xd0, 0x13, 0xa5, 0x42, 0x22, 0x51, 0x42, 0x6c, - 0x03, 0x24, 0x2a, 0xf7, 0x46, 0x85, 0xe4, 0x1c, 0xc6, 0x45, 0x29, 0x3c, 0xdd, 0xc6, 0x54, 0x80, - 0xc2, 0x50, 0x99, 0x5d, 0xbe, 0xb9, 0x2a, 0x35, 0xc8, 0x26, 0x20, 0x74, 0xab, 0x3b, 0xe9, 0x1e, - 0x00, 0xa9, 0xdc, 0xb8, 0x77, 0x2c, 0xa7, 0x6d, 0x88, 0xc4, 0xdf, 0x33, 0x33, 0x2c, 0xc9, 0x4d, - 0x94, 0xf3, 0xa1, 0x7a, 0x1a, 0x8d, 0x8b, 0x05, 0x4f, 0xdc, 0x09, 0x54, 0xb5, 0xad, 0xcb, 0x32, - 0x9e, 0xa7, 0xf1, 0x4a, 0x04, 0x08, 0x80, 0xf7, 0x0f, 0xd1, 0x0d, 0x4f, 0x4b, 0xf0, 0xc3, 0xde, - 0x7d, 0x9a, 0x9b, 0x1d, 0x6b, 0xac, 0xa6, 0xaf, 0x6c, 0x40, 0x8a, 0x28, 0x1a, 0x90, 0xd5, 0x04, - 0xbe, 0x85, 0x3f, 0x0a, 0x3a, 0x38, 0xca, 0xdc, 0x48, 0xca, 0x50, 0x29, 0x24, 0x2a, 0x96, 0xd3, - 0xb6, 0x57, 0x23, 0x73, 0x9f, 0xf7, 0xf4, 0x55, 0x96, 0x91, 0xa3, 0x5e, 0xd1, 0x84, 0xfd, 0xbc, - 0x16, 0x14, 0x4d, 0xdc, 0x72, 0xce, 0xb2, 0x86, 0x18, 0x7f, 0x4d, 0xe2, 0xc7, 0x21, 0x4b, 0x3e, - 0x4a, 0x4a, 0x3e, 0xd8, 0x53, 0x48, 0x1b, 0x5f, 0x8a, 0x76, 0xa9, 0xd7, 0x6b, 0x3f, 0xd3, 0x42, - 0x8b, 0xb6, 0x20, 0x21, 0xa5, 0x8b, 0x45, 0x96, 0xde, 0x82, 0xae, 0x59, 0xea, 0xdf, 0x89, 0x90, - 0x67, 0xe1, 0x5b, 0xf6, 0xd0, 0x1b, 0x75, 0x7e, 0xf9, 0xa5, 0x3d, 0x1e, 0xfe, 0xf2, 0xcb, 0xf4, - 0xe4, 0x97, 0x5f, 0x5c, 0x3c, 0xda, 0x9f, 0x0d, 0x9d, 0x75, 0xa3, 0x80, 0x72, 0x2c, 0x16, 0xfb, - 0xd6, 0xe8, 0x97, 0x5f, 0xf2, 0xf5, 0x2f, 0xbf, 0xd8, 0xe3, 0xb6, 0x6d, 0xb5, 0x8b, 0xb6, 0xe5, - 0x8c, 0x18, 0x5e, 0xf3, 0x43, 0xaf, 0x48, 0x03, 0xa6, 0x33, 0xb4, 0xd8, 0xf2, 0x4f, 0xb7, 0x3d, - 0x08, 0xea, 0x37, 0x11, 0x35, 0xf8, 0x91, 0xcf, 0xbf, 0xba, 0x5b, 0xda, 0x56, 0x36, 0x9f, 0x58, - 0x6d, 0x18, 0x04, 0xdf, 0x6e, 0xe7, 0x06, 0x56, 0x7b, 0xe9, 0xb0, 0x1f, 0x1a, 0xd9, 0x8b, 0x3c, - 0x16, 0x95, 0x3f, 0xdd, 0xce, 0x95, 0x95, 0x3f, 0xf8, 0xd6, 0xaf, 0x98, 0xf7, 0x27, 0xc3, 0x75, - 0xf7, 0x8e, 0x26, 0xfc, 0x4f, 0xe0, 0x67, 0xd4, 0xed, 0x5c, 0x05, 0x9d, 0xd9, 0xe7, 0x9d, 0xaf, - 0xc7, 0x0f, 0xbd, 0x0d, 0x32, 0x5f, 0x6f, 0x65, 0xf6, 0x29, 0xf3, 0x4b, 0x13, 0xe0, 0x87, 0xf6, - 0x3f, 0xc5, 0x7f, 0xd6, 0xa7, 0x96, 0xc3, 0xbe, 0xde, 0x57, 0xa2, 0xca, 0xbe, 0x6b, 0x96, 0xbd, - 0x16, 0xff, 0x89, 0x92, 0x2f, 0xf6, 0x95, 0xa8, 0xb2, 0xdf, 0xfd, 0xb7, 0x41, 0xb1, 0x80, 0xe5, - 0x3e, 0x67, 0xdf, 0xc8, 0x24, 0x6c, 0xc9, 0x64, 0xca, 0x7e, 0x96, 0x2f, 0xb3, 0x38, 0x4d, 0xb3, - 0xfa, 0x68, 0xc3, 0xdf, 0xb6, 0x74, 0x89, 0xa8, 0x73, 0x13, 0x25, 0xb6, 0x4c, 0x04, 0x77, 0x42, - 0x56, 0x35, 0xf4, 0xc9, 0xdf, 0x4d, 0xf1, 0xd5, 0xe9, 0xbd, 0x2a, 0x2a, 0x53, 0xd9, 0xfa, 0x0c, - 0xfd, 0x67, 0xfe, 0x32, 0xc8, 0x72, 0xfe, 0x75, 0x9c, 0x06, 0xa4, 0xb2, 0xab, 0x00, 0xf8, 0x30, - 0x39, 0xed, 0x75, 0xbb, 0x27, 0x99, 0x97, 0xd5, 0xa0, 0xfe, 0xdb, 0x08, 0x9e, 0x89, 0x56, 0x6f, - 0x48, 0xcd, 0xb3, 0xde, 0xa5, 0xd1, 0xdd, 0x3f, 0x1a, 0x9b, 0xe8, 0x45, 0xfa, 0x5e, 0x04, 0x86, - 0x6d, 0xd4, 0x71, 0x97, 0x01, 0xb1, 0x49, 0x56, 0xd8, 0x7d, 0x66, 0x75, 0x2d, 0x67, 0x43, 0x43, - 0xfa, 0xc9, 0x37, 0x8e, 0x8a, 0x54, 0x40, 0x62, 0x63, 0xa7, 0xfd, 0x53, 0xff, 0x61, 0xe1, 0x75, - 0x59, 0x8e, 0x7f, 0x2b, 0xfc, 0x0b, 0xbc, 0x1e, 0x64, 0xab, 0x12, 0x5b, 0x60, 0xcb, 0x4a, 0x66, - 0xa5, 0xc9, 0xeb, 0x05, 0x99, 0xe2, 0x70, 0xa2, 0xc5, 0x7b, 0x94, 0x44, 0x45, 0x14, 0xc4, 0x3f, - 0x09, 0x0b, 0x71, 0x52, 0x49, 0xe4, 0x4f, 0x65, 0xbf, 0x85, 0x1f, 0xd7, 0x72, 0xa9, 0x3a, 0x11, - 0x42, 0x00, 0xfd, 0xad, 0xcd, 0x8d, 0xdd, 0x0d, 0x0b, 0xe7, 0xd4, 0xa0, 0x2b, 0x93, 0x78, 0xce, - 0xd8, 0xcb, 0xcd, 0xa7, 0xa7, 0x32, 0xd4, 0x5f, 0x38, 0x43, 0xd1, 0xdf, 0x82, 0xdf, 0x49, 0x14, - 0xf8, 0x85, 0x77, 0xfa, 0x2b, 0x51, 0xf2, 0x70, 0xab, 0x06, 0xf2, 0x8c, 0x1a, 0x44, 0xbe, 0x75, - 0x0d, 0x2d, 0xf5, 0x91, 0xab, 0xeb, 0xd4, 0x82, 0x45, 0x1f, 0xfb, 0x39, 0xaa, 0x47, 0x26, 0x85, - 0x02, 0x51, 0x9b, 0x94, 0x43, 0xd6, 0x9b, 0x04, 0x0a, 0x1f, 0x46, 0x6f, 0x98, 0xc6, 0x69, 0xd6, - 0x92, 0xca, 0x1f, 0xfe, 0x1b, 0x54, 0x2a, 0x54, 0x13, 0xa4, 0x2b, 0x5a, 0xc5, 0x6a, 0xa0, 0xf9, - 0x8a, 0xb6, 0x24, 0xe9, 0xe1, 0x59, 0x19, 0x59, 0x08, 0xc0, 0xb2, 0x35, 0xd7, 0x89, 0x89, 0x25, - 0x43, 0xd0, 0x6a, 0xc4, 0x18, 0xab, 0xb5, 0xd0, 0x65, 0xb9, 0x4e, 0xac, 0x8c, 0x4a, 0x00, 0xb4, - 0xbf, 0x52, 0xdc, 0xa8, 0x14, 0x53, 0xa5, 0x6b, 0x1e, 0xaf, 0xa2, 0x44, 0x55, 0x90, 0x33, 0x96, - 0x59, 0x7e, 0xa1, 0x12, 0xb0, 0x3d, 0x98, 0x58, 0x1e, 0x5a, 0xe4, 0x84, 0xc7, 0x3b, 0x8a, 0x40, - 0x2a, 0x01, 0x6a, 0x3a, 0x2a, 0xc6, 0xf5, 0x7a, 0xe3, 0x85, 0x91, 0x42, 0x78, 0xd8, 0xc8, 0xa0, - 0x3c, 0xac, 0x18, 0x87, 0x20, 0x41, 0xef, 0x98, 0x4b, 0xad, 0x68, 0x4d, 0xe2, 0x60, 0x9b, 0x7a, - 0xa8, 0x7e, 0x18, 0x43, 0x3a, 0x9b, 0xf5, 0xb5, 0x29, 0x0f, 0x54, 0xc7, 0x52, 0x51, 0x52, 0xb5, - 0x32, 0x21, 0xed, 0xb6, 0x03, 0xb7, 0xa2, 0x4d, 0x75, 0x20, 0x85, 0xc5, 0xd4, 0xd5, 0x87, 0xf4, - 0x47, 0x20, 0xd2, 0x24, 0x37, 0x7d, 0x04, 0x69, 0x71, 0x7a, 0xd9, 0x65, 0xe4, 0x07, 0xe4, 0xc4, - 0x84, 0x8c, 0xec, 0xd0, 0x95, 0x48, 0x71, 0xff, 0x67, 0xd2, 0xf6, 0x70, 0x8f, 0x3b, 0x1c, 0x82, - 0x3f, 0x3b, 0xb1, 0x7b, 0x9d, 0x08, 0xfe, 0x93, 0x4c, 0x95, 0x27, 0x48, 0xe7, 0x32, 0x4d, 0xaf, - 0x0e, 0xbd, 0x87, 0x3e, 0xff, 0xec, 0x12, 0x2e, 0xed, 0x28, 0x87, 0xc3, 0x92, 0xb1, 0x18, 0x0e, - 0x4b, 0x3a, 0xa6, 0x8d, 0xc7, 0x99, 0x3f, 0x4a, 0x45, 0xe0, 0x45, 0x64, 0x53, 0x96, 0xe2, 0x83, - 0x87, 0xcc, 0xfb, 0x9b, 0xdd, 0xbf, 0xb8, 0x38, 0x19, 0xa9, 0xea, 0x54, 0x47, 0x34, 0xe9, 0x32, - 0x64, 0x3b, 0x6c, 0xae, 0xca, 0x03, 0x9d, 0x31, 0x51, 0x19, 0x33, 0x95, 0xb1, 0xa1, 0x19, 0x82, - 0x4a, 0x3e, 0xa4, 0xdf, 0x82, 0x0a, 0xf6, 0xcd, 0x30, 0x3b, 0x45, 0x3d, 0x31, 0xc5, 0xb9, 0x48, - 0xd1, 0x14, 0x27, 0x22, 0xc5, 0xfd, 0x4a, 0x96, 0xc9, 0xa3, 0x41, 0x98, 0x6d, 0x25, 0xe6, 0x54, - 0x4e, 0xea, 0xf3, 0x4e, 0x89, 0x59, 0x43, 0x2c, 0xf8, 0x9c, 0x0e, 0x10, 0xc0, 0x5f, 0xe5, 0xc3, - 0xae, 0x97, 0x9e, 0xf2, 0x41, 0x7e, 0x1b, 0x91, 0x96, 0x84, 0xdf, 0x1c, 0xc2, 0x9e, 0x6f, 0x95, - 0x1e, 0xaa, 0xc9, 0xa8, 0xc7, 0x40, 0x64, 0x24, 0xc8, 0xb0, 0xa3, 0x4e, 0xe6, 0x9c, 0xa6, 0x6d, - 0x3b, 0x7a, 0x95, 0x0d, 0x2f, 0xbd, 0xae, 0x63, 0x56, 0x88, 0xa8, 0x42, 0xd6, 0x49, 0xa8, 0x42, - 0xdf, 0x2c, 0xc8, 0xa8, 0x20, 0x01, 0xbe, 0x51, 0x70, 0xae, 0x94, 0x33, 0x64, 0xd3, 0x65, 0xf7, - 0x24, 0xfe, 0xec, 0xec, 0x92, 0x44, 0xd4, 0xdf, 0x6c, 0x92, 0x99, 0x21, 0xb0, 0x80, 0xa7, 0x03, - 0x79, 0x25, 0x33, 0x72, 0x95, 0xb1, 0xa9, 0x16, 0xfe, 0xdb, 0x3c, 0xde, 0x8b, 0x16, 0xb9, 0xde, - 0x51, 0xb5, 0xde, 0x99, 0x6f, 0xf7, 0x31, 0x92, 0x93, 0x08, 0x68, 0xc9, 0x5e, 0xf9, 0xbd, 0x61, - 0xe6, 0xf5, 0x3b, 0x19, 0x30, 0xc2, 0x5f, 0xf5, 0x78, 0xe7, 0x0a, 0x53, 0x4e, 0x4e, 0xa2, 0x53, - 0x2d, 0xc0, 0x30, 0x18, 0xd0, 0x4e, 0x35, 0x8e, 0x52, 0x8f, 0x23, 0x46, 0xc6, 0x05, 0x64, 0x79, - 0x73, 0x18, 0xf1, 0xa1, 0xd5, 0xe9, 0x9f, 0xd0, 0x29, 0x02, 0x41, 0x7e, 0x27, 0x76, 0x82, 0x5e, - 0xbb, 0xdd, 0x61, 0xe2, 0xf5, 0xbb, 0x5d, 0xc2, 0x89, 0x1c, 0x55, 0xd2, 0x8e, 0xf4, 0x00, 0xfa, - 0x18, 0x80, 0x8d, 0x77, 0x67, 0xff, 0x20, 0x32, 0x13, 0x19, 0xa2, 0xde, 0x69, 0xdf, 0x1c, 0x87, - 0x64, 0xef, 0x03, 0xac, 0x20, 0x9d, 0x6c, 0xbf, 0xa0, 0x5e, 0xb5, 0x90, 0xce, 0x30, 0xf7, 0xcb, - 0xcb, 0xa1, 0x8d, 0x71, 0x0a, 0x0a, 0xea, 0xf4, 0x2e, 0x2e, 0xdc, 0xfe, 0xc5, 0xf9, 0xcb, 0x8b, - 0x8b, 0xcb, 0xfe, 0x8b, 0xee, 0x55, 0xef, 0xc5, 0x55, 0xc7, 0x3d, 0x3f, 0xbf, 0xb8, 0xba, 0xbc, - 0xba, 0xe8, 0x9e, 0xe3, 0xe7, 0xc5, 0x55, 0xef, 0xec, 0xec, 0x04, 0x5e, 0x25, 0xef, 0xf4, 0x9d, - 0x76, 0xaf, 0x7b, 0xee, 0x9e, 0x5f, 0xf5, 0x7b, 0x97, 0xbd, 0xab, 0xab, 0xb3, 0xab, 0xb3, 0x97, - 0x2f, 0x5f, 0x9e, 0xfc, 0x6e, 0x83, 0x4d, 0xf8, 0xab, 0x7e, 0x17, 0xb3, 0x71, 0x5f, 0xf6, 0x5f, - 0x9c, 0x77, 0xaf, 0x2e, 0xbb, 0x97, 0xe7, 0xdd, 0xee, 0x8b, 0xb3, 0xab, 0x8b, 0x13, 0x08, 0x0f, - 0xde, 0xe9, 0x75, 0x9d, 0x0e, 0xfa, 0x70, 0x5f, 0x5c, 0x5e, 0x9d, 0x5d, 0xf4, 0x5e, 0x9e, 0xf7, - 0xfa, 0xdd, 0xab, 0x6e, 0xbf, 0xdd, 0xeb, 0x5d, 0xb8, 0x97, 0x2f, 0xae, 0xae, 0xce, 0xcf, 0xbb, - 0xbd, 0xee, 0xe5, 0x65, 0xef, 0xfc, 0x05, 0x80, 0x41, 0xc2, 0x78, 0x18, 0x1d, 0xea, 0xb9, 0x57, - 0xa8, 0xdf, 0xbd, 0xb8, 0xbc, 0x7c, 0x89, 0x9f, 0xab, 0xb3, 0xb6, 0xdb, 0xeb, 0x9d, 0xf7, 0x01, - 0xf9, 0xe2, 0xec, 0x05, 0x40, 0x5c, 0x02, 0x76, 0x02, 0xd8, 0xe0, 0x97, 0xce, 0x79, 0x17, 0x53, - 0x38, 0xbb, 0xbc, 0x3c, 0xeb, 0x5e, 0x9d, 0x9d, 0xf5, 0x7b, 0x7d, 0x82, 0x43, 0x7a, 0xdc, 0x3f, - 0xeb, 0x5f, 0x60, 0x32, 0x57, 0xe8, 0xf0, 0xe2, 0x45, 0xaf, 0x77, 0xf5, 0xe2, 0xbc, 0xed, 0x76, - 0x5f, 0x5c, 0x9d, 0x9f, 0x9d, 0x5f, 0x5c, 0x52, 0xfd, 0xcb, 0xfe, 0xd9, 0x79, 0x5f, 0xce, 0xed, - 0x82, 0x86, 0xf8, 0xd2, 0xed, 0xbe, 0xbc, 0xe8, 0x5f, 0x5d, 0x9e, 0x5d, 0xa0, 0xd6, 0xc5, 0x0b, - 0x39, 0x35, 0xc1, 0xa2, 0x82, 0xa9, 0x85, 0xf0, 0x30, 0x98, 0xf8, 0x67, 0x2a, 0x36, 0x78, 0xf8, - 0x67, 0x0c, 0x7e, 0x87, 0x85, 0xff, 0x2e, 0x25, 0xf1, 0x5e, 0xaf, 0x4e, 0x50, 0x49, 0x26, 0xb9, - 0x17, 0x0b, 0xd5, 0xe7, 0x67, 0xa0, 0xcd, 0x73, 0x7e, 0x3e, 0x70, 0xcf, 0x5f, 0x95, 0x1d, 0x3e, - 0x90, 0xeb, 0x98, 0xfa, 0x8d, 0x75, 0xc6, 0xac, 0x5d, 0xcc, 0xbd, 0x6c, 0x93, 0x67, 0x94, 0x82, - 0xed, 0x53, 0x37, 0xfb, 0x2f, 0x3f, 0x3b, 0x8d, 0x86, 0x90, 0x6b, 0x1e, 0x14, 0x78, 0x15, 0x27, - 0xd9, 0xb0, 0x6d, 0x31, 0x0f, 0xcf, 0x07, 0x0e, 0x72, 0xad, 0xba, 0x85, 0xb5, 0x23, 0xf2, 0xc8, - 0xe8, 0xb1, 0x63, 0x36, 0x7a, 0xa0, 0x33, 0x83, 0xb0, 0x02, 0x57, 0x16, 0x83, 0x79, 0xee, 0x19, - 0xa2, 0x58, 0xea, 0x7d, 0x69, 0x05, 0x6c, 0x13, 0x2b, 0x68, 0x1d, 0x14, 0x0a, 0xb6, 0xc3, 0xbc, - 0x73, 0xb3, 0x59, 0xcd, 0x9c, 0xb2, 0x1d, 0x9d, 0x43, 0x92, 0xea, 0x25, 0x61, 0xdb, 0xa6, 0x87, - 0xb6, 0xb2, 0x00, 0x15, 0x4e, 0xda, 0x8a, 0x7e, 0x72, 0xfa, 0x09, 0xf0, 0xb3, 0xa9, 0xfc, 0xd9, - 0x4c, 0x86, 0xe7, 0xa2, 0x51, 0x36, 0xf6, 0xe9, 0x88, 0xc5, 0x11, 0xdc, 0xdd, 0x6c, 0x3c, 0x50, - 0xc6, 0x4e, 0xc1, 0xec, 0xc8, 0x5d, 0xac, 0xd7, 0x91, 0x9b, 0xd3, 0xcf, 0x8a, 0x7e, 0x28, 0x86, - 0xd8, 0xe8, 0x48, 0x3a, 0xb1, 0x91, 0x8a, 0x52, 0xeb, 0x96, 0x18, 0x7a, 0x35, 0xf9, 0x60, 0x67, - 0xf6, 0x0a, 0xa7, 0x0d, 0x4b, 0x68, 0x67, 0xaa, 0xb5, 0xe6, 0xae, 0x81, 0xc1, 0x62, 0x38, 0x00, - 0x4b, 0x82, 0x71, 0x17, 0x8f, 0xc0, 0x21, 0x04, 0x6f, 0x2a, 0x58, 0x79, 0x80, 0x76, 0x81, 0xf0, - 0x16, 0x1f, 0x07, 0x99, 0x3f, 0x06, 0x32, 0x37, 0x41, 0x4a, 0x93, 0xe6, 0x71, 0x68, 0xab, 0xc7, - 0xa0, 0xad, 0x4c, 0x68, 0x41, 0xbc, 0x5c, 0x04, 0x4f, 0x40, 0x0b, 0x1e, 0x81, 0x56, 0x63, 0x17, - 0x6f, 0xec, 0x21, 0x00, 0x6c, 0xa7, 0x02, 0xae, 0xac, 0x9c, 0x03, 0xd0, 0x1b, 0xdc, 0x66, 0x6b, - 0x3b, 0xeb, 0xd0, 0x1a, 0x91, 0x09, 0xd6, 0x64, 0xaa, 0xa2, 0xee, 0x28, 0xe3, 0xd3, 0x47, 0xe7, - 0x80, 0xc6, 0x6e, 0xf6, 0x08, 0xe0, 0x7a, 0x16, 0x78, 0x23, 0xc9, 0x61, 0xce, 0x62, 0x9e, 0x71, - 0x9e, 0x3c, 0x09, 0x7e, 0xfe, 0x7c, 0xf0, 0xf3, 0x06, 0xf8, 0xc9, 0x53, 0xcb, 0x49, 0xd0, 0x27, - 0xcf, 0x87, 0x3e, 0x69, 0x40, 0x27, 0xff, 0x72, 0xbf, 0x58, 0xa8, 0x2d, 0x32, 0x5b, 0x71, 0x07, - 0x13, 0x76, 0x8a, 0xb4, 0x51, 0xa4, 0x84, 0xab, 0xed, 0xa3, 0x6f, 0x48, 0x90, 0xce, 0xf1, 0x88, - 0x48, 0x70, 0x7e, 0x63, 0x53, 0x6c, 0xec, 0x09, 0xaa, 0xa8, 0x0d, 0x22, 0x72, 0x59, 0x40, 0x1a, - 0xd5, 0xd9, 0xeb, 0xc2, 0x0d, 0x86, 0x3d, 0xc8, 0x9e, 0xa0, 0x39, 0xd0, 0x67, 0xb0, 0xb0, 0x98, - 0x21, 0x88, 0x8c, 0xd2, 0x82, 0x74, 0x37, 0x8f, 0xd1, 0x8b, 0x29, 0x20, 0xe2, 0xc7, 0xd1, 0x00, - 0xfb, 0xa4, 0x81, 0x86, 0x85, 0x34, 0x07, 0x04, 0x1a, 0xe2, 0x5a, 0x76, 0x0a, 0x34, 0xe4, 0x12, - 0x0d, 0xf1, 0x73, 0xd1, 0xa0, 0x2d, 0x8f, 0xe7, 0xa0, 0x41, 0x38, 0xf3, 0x4f, 0xa2, 0x01, 0xb5, - 0x9e, 0x89, 0x06, 0xe1, 0x6f, 0x98, 0x48, 0x96, 0x5e, 0xd5, 0x63, 0xaa, 0x02, 0x95, 0xf4, 0x61, - 0x6a, 0x24, 0x29, 0x7e, 0xe1, 0x66, 0x6d, 0x8b, 0xb5, 0x28, 0x31, 0xd7, 0x89, 0x49, 0xdb, 0x72, - 0xac, 0x03, 0x9a, 0x43, 0xef, 0x14, 0x50, 0xd4, 0x73, 0x06, 0x13, 0xc8, 0xff, 0xcd, 0xe5, 0x77, - 0x3c, 0xa4, 0x18, 0xd1, 0x10, 0x9a, 0xfb, 0xef, 0x36, 0x1d, 0x57, 0x92, 0x3a, 0x38, 0x13, 0x6f, - 0x7d, 0xf5, 0xc6, 0xc5, 0xdb, 0x99, 0x7c, 0x13, 0x36, 0xc5, 0xb7, 0x55, 0x4b, 0x71, 0x14, 0xf0, - 0x99, 0x4d, 0xd1, 0x35, 0xbd, 0x9d, 0x8f, 0x59, 0xcf, 0x71, 0xd8, 0x51, 0x72, 0xd8, 0x4b, 0xc4, - 0x04, 0x5b, 0xca, 0xdd, 0x75, 0x06, 0x15, 0xdd, 0x80, 0xde, 0x23, 0x10, 0x7b, 0x06, 0x4a, 0xe7, - 0xd0, 0x65, 0xe5, 0xa6, 0x41, 0xa5, 0xcf, 0xc2, 0x60, 0x60, 0xa0, 0x30, 0x38, 0x8c, 0x43, 0x99, - 0x08, 0xf6, 0x23, 0x73, 0xdb, 0x59, 0xae, 0x89, 0x44, 0xbb, 0xd8, 0xcf, 0x5c, 0xc6, 0x4f, 0xac, - 0xf6, 0x3f, 0x60, 0x43, 0x64, 0x8e, 0x78, 0xcc, 0xe5, 0x63, 0x9f, 0xa4, 0x6d, 0x2e, 0x1f, 0x50, - 0xa9, 0x16, 0xf0, 0xcb, 0xc6, 0x02, 0xf6, 0x5e, 0x9c, 0xfc, 0xb7, 0x58, 0x08, 0x5a, 0x04, 0xf5, - 0xd2, 0x1f, 0xd3, 0x1a, 0xa8, 0x97, 0xb3, 0xb1, 0x5c, 0xbd, 0xaf, 0xff, 0x74, 0x33, 0x22, 0x1a, - 0xf9, 0x72, 0xae, 0x60, 0x7c, 0xd7, 0x80, 0x51, 0x03, 0xa8, 0x5b, 0x9b, 0x3d, 0x7e, 0xd1, 0xa4, - 0x97, 0x47, 0xaa, 0xa3, 0x27, 0xdd, 0xcd, 0xa3, 0x14, 0x02, 0x5c, 0x3f, 0x83, 0x42, 0xc8, 0x91, - 0xdb, 0x98, 0xeb, 0xf3, 0xf2, 0xcf, 0x51, 0xc9, 0x81, 0x15, 0xc2, 0xe3, 0x67, 0xe1, 0x67, 0x82, - 0x46, 0x9c, 0x83, 0x2c, 0x5e, 0x07, 0x5c, 0x4c, 0x31, 0xf2, 0xf4, 0x00, 0x50, 0x49, 0xf7, 0x8f, - 0xa4, 0x20, 0xd2, 0x85, 0x26, 0xc9, 0xbc, 0x6d, 0x7d, 0x26, 0x53, 0x31, 0x52, 0xcf, 0x67, 0xf5, - 0x1f, 0xf6, 0xb1, 0x3a, 0x7c, 0x45, 0x83, 0x5f, 0x85, 0x73, 0x54, 0xf1, 0x2b, 0xbd, 0x89, 0xa5, - 0xfb, 0x74, 0x2f, 0xab, 0x3f, 0xd5, 0xf4, 0xf9, 0xac, 0x8e, 0x29, 0x6e, 0x2d, 0x24, 0xc9, 0x46, - 0xc8, 0xf4, 0x08, 0x02, 0x1d, 0x7e, 0xff, 0x36, 0xab, 0x93, 0x24, 0x7e, 0x16, 0x0e, 0x03, 0x03, - 0x89, 0xc1, 0x63, 0x58, 0x7c, 0x9a, 0xd9, 0x8d, 0xa8, 0xd7, 0x66, 0x03, 0x1a, 0x8d, 0x37, 0xb6, - 0x53, 0xc7, 0x42, 0xff, 0xc7, 0x40, 0x3b, 0x94, 0xc7, 0x6d, 0x34, 0x2d, 0x16, 0x42, 0x41, 0xe5, - 0x98, 0x1f, 0xcf, 0xde, 0x47, 0x7f, 0x70, 0xf2, 0x1d, 0xdd, 0x49, 0x9a, 0xe1, 0xf5, 0x9f, 0xa2, - 0x98, 0x0e, 0xb6, 0xc2, 0x82, 0x9e, 0xc6, 0xfc, 0xc7, 0x60, 0x1a, 0x95, 0x39, 0x4b, 0xc5, 0x85, - 0xaf, 0xe9, 0x94, 0xf6, 0x17, 0xe2, 0xba, 0xed, 0x22, 0x80, 0x6b, 0x91, 0xfb, 0xd6, 0x22, 0xcd, - 0xa2, 0x3f, 0xd2, 0xa4, 0x08, 0x62, 0x4b, 0x68, 0xa8, 0x38, 0xb8, 0x4f, 0xcb, 0xe2, 0xcb, 0x28, - 0xe3, 0x62, 0x0c, 0xb5, 0x4f, 0xaa, 0x76, 0x25, 0x13, 0x3f, 0x73, 0xc8, 0x57, 0x3e, 0x49, 0xdb, - 0x7d, 0xf8, 0xdf, 0x56, 0x18, 0x65, 0xa1, 0x3c, 0x57, 0x1b, 0x0f, 0x1f, 0x64, 0xc7, 0x22, 0x04, - 0xea, 0x55, 0xbd, 0xb6, 0xb7, 0x06, 0xa4, 0x5f, 0x60, 0xe5, 0x7b, 0x51, 0x07, 0x80, 0x3a, 0x04, - 0x48, 0x4c, 0x0e, 0x4b, 0xb3, 0xe0, 0xd1, 0x7c, 0x51, 0x20, 0x11, 0xde, 0x79, 0x11, 0x1c, 0xe9, - 0xf0, 0x5e, 0x3c, 0x32, 0xd1, 0x96, 0x92, 0x1d, 0x7e, 0xda, 0xdf, 0x78, 0x8d, 0xae, 0x32, 0x54, - 0x68, 0x42, 0xcd, 0x74, 0x03, 0x2a, 0xba, 0xf3, 0xba, 0xec, 0x1e, 0xff, 0x64, 0x17, 0xf9, 0x30, - 0xab, 0xbb, 0xc9, 0x87, 0x91, 0x97, 0x19, 0x9b, 0x7e, 0xff, 0x32, 0x43, 0xc9, 0x84, 0x7e, 0xa0, - 0x3b, 0x52, 0x88, 0xa7, 0x4b, 0x19, 0xb2, 0x19, 0x90, 0x1c, 0xb9, 0x46, 0x87, 0xc0, 0xb1, 0x7e, - 0x17, 0x03, 0xa2, 0x9d, 0x87, 0x27, 0xf0, 0x0a, 0xd4, 0xc7, 0x43, 0x0c, 0xce, 0xe3, 0x34, 0x47, - 0x3f, 0x6d, 0xef, 0xdb, 0x8a, 0x4b, 0x44, 0xb8, 0x8e, 0x82, 0x11, 0x42, 0xb8, 0xab, 0xb8, 0x8f, - 0x5e, 0x42, 0x71, 0x10, 0x52, 0x84, 0x80, 0x84, 0x39, 0xec, 0xe9, 0x95, 0xa2, 0xc8, 0x93, 0x0b, - 0x49, 0x2e, 0x4a, 0xa4, 0x2d, 0x5b, 0x97, 0xcd, 0x8d, 0x32, 0x61, 0x88, 0xd6, 0x45, 0x13, 0xa3, - 0x48, 0x7a, 0x09, 0xba, 0x8c, 0xa2, 0x1c, 0xf0, 0xd1, 0x64, 0x91, 0xb2, 0xf1, 0x3d, 0x79, 0x9d, - 0xad, 0xa0, 0xa0, 0xd5, 0x07, 0x7e, 0xb3, 0xe4, 0x19, 0x79, 0x3e, 0x5c, 0xd0, 0xdf, 0x4d, 0x70, - 0x67, 0x64, 0x89, 0x38, 0x9e, 0x9d, 0x28, 0x53, 0xbe, 0xc3, 0x9d, 0xd3, 0xf2, 0xc4, 0x88, 0x76, - 0x54, 0xb1, 0xb0, 0x2e, 0xab, 0x82, 0x60, 0xa9, 0x94, 0x12, 0xb2, 0xc3, 0x85, 0x31, 0x4a, 0xa0, - 0xf9, 0xd4, 0x3f, 0x73, 0x2f, 0x65, 0x89, 0xe1, 0x6c, 0xd5, 0x15, 0x72, 0x59, 0x26, 0xbd, 0x26, - 0x4f, 0xdd, 0xf3, 0xab, 0x8b, 0xe1, 0xfe, 0x0a, 0x14, 0x8b, 0xd8, 0x7f, 0xa9, 0x07, 0x11, 0x43, - 0x04, 0x85, 0x7e, 0xa7, 0x77, 0x12, 0xb6, 0x4b, 0xd0, 0x75, 0x0a, 0xbb, 0xed, 0xce, 0x8b, 0x87, - 0xb9, 0x17, 0x82, 0x72, 0xe2, 0x61, 0xe8, 0xe5, 0x1b, 0x19, 0x54, 0x47, 0xd3, 0xc2, 0xef, 0x9f, - 0x88, 0x91, 0xfe, 0xf0, 0x86, 0x45, 0x85, 0xbf, 0xef, 0x4a, 0x94, 0x5d, 0x7c, 0x96, 0xb4, 0x13, - 0xe7, 0x33, 0xb8, 0xf7, 0xd9, 0xfe, 0x1a, 0x72, 0xda, 0xf9, 0xef, 0x59, 0x61, 0x17, 0x27, 0x45, - 0x3b, 0x39, 0x49, 0x9c, 0x4d, 0xcd, 0xf8, 0x22, 0xe8, 0x5f, 0xef, 0x31, 0x08, 0xfa, 0x03, 0xe5, - 0x57, 0x2c, 0xd5, 0x69, 0xb2, 0x54, 0xa7, 0x21, 0x02, 0x8c, 0x0b, 0x5d, 0x85, 0x19, 0x79, 0x53, - 0x50, 0xb4, 0x6d, 0x2b, 0xb9, 0xa1, 0x92, 0x2a, 0x92, 0x5d, 0x92, 0x26, 0x28, 0x62, 0xc2, 0x84, - 0x58, 0x30, 0x31, 0x78, 0x24, 0x2d, 0x1a, 0x11, 0x69, 0x82, 0xbc, 0xe0, 0x3c, 0xfe, 0x3c, 0x99, - 0xc7, 0x52, 0x1c, 0x89, 0xd7, 0x1d, 0x09, 0x42, 0xa7, 0xb6, 0xc3, 0x38, 0x0d, 0xaf, 0x6f, 0xa3, - 0x5c, 0xc8, 0x0b, 0x3e, 0x84, 0x2c, 0x69, 0x8b, 0xd3, 0xfc, 0x5b, 0xb9, 0xd0, 0x01, 0x1d, 0x2a, - 0xa1, 0x26, 0x41, 0x52, 0x44, 0x7b, 0x9a, 0xf5, 0x5e, 0x76, 0x3b, 0x68, 0xba, 0x5b, 0x4a, 0x87, - 0xa0, 0x7c, 0x8a, 0x6d, 0x62, 0x6d, 0xec, 0x44, 0xa8, 0x93, 0x7a, 0xe8, 0xf1, 0xd6, 0xd0, 0x05, - 0x82, 0x28, 0xf0, 0xe8, 0x86, 0x77, 0xa0, 0x5c, 0x3c, 0xee, 0x29, 0xf2, 0x2a, 0xb6, 0x89, 0x28, - 0x70, 0x45, 0x72, 0xb7, 0xec, 0x44, 0x62, 0xf3, 0x31, 0xf6, 0xc5, 0xc4, 0xc5, 0xba, 0x05, 0x45, - 0x90, 0xf4, 0xed, 0x4e, 0xc4, 0x28, 0x72, 0x69, 0xa3, 0x8f, 0xd3, 0x04, 0x6a, 0x0c, 0x3c, 0x5d, - 0x51, 0x70, 0x56, 0x88, 0x73, 0xd9, 0x2c, 0x35, 0x82, 0x86, 0xf5, 0xde, 0x97, 0x1d, 0x93, 0x53, - 0x61, 0xbc, 0x83, 0x18, 0x4f, 0xd3, 0x93, 0xdc, 0x3c, 0x7f, 0x90, 0xef, 0x2e, 0x9e, 0xd0, 0x02, - 0x93, 0xf4, 0xee, 0x5b, 0x21, 0x85, 0x9a, 0x0b, 0x99, 0x68, 0x91, 0xa6, 0x6e, 0x1e, 0x42, 0xb0, - 0x25, 0x7a, 0x55, 0x0f, 0x89, 0x62, 0xa3, 0xb7, 0x70, 0x0b, 0x33, 0x79, 0x85, 0x99, 0x5b, 0xa5, - 0x56, 0x32, 0x2d, 0xfc, 0x52, 0x24, 0x25, 0x60, 0x26, 0xa2, 0xc5, 0xa9, 0x73, 0x6a, 0x73, 0x92, - 0xe3, 0x0e, 0xb1, 0x35, 0x90, 0x60, 0x47, 0x22, 0xaf, 0xac, 0xf2, 0xf4, 0x48, 0xd5, 0x94, 0xb7, - 0x98, 0x3d, 0x96, 0xcc, 0xce, 0x56, 0x7b, 0x4b, 0x51, 0xd6, 0xc9, 0x65, 0x0d, 0x63, 0xb8, 0x41, - 0x51, 0xdf, 0xab, 0xad, 0x4e, 0x51, 0xf8, 0xdd, 0x01, 0xaf, 0x4f, 0xb0, 0x70, 0x7d, 0xd8, 0xa2, - 0x14, 0xe7, 0x24, 0xdc, 0x3b, 0xac, 0x66, 0x2a, 0x93, 0xf7, 0x1d, 0x71, 0xfb, 0xb3, 0x66, 0xc1, - 0xf2, 0xa4, 0x6c, 0xa7, 0x18, 0xec, 0xab, 0x26, 0x7e, 0xf4, 0x39, 0x41, 0x6e, 0x1e, 0xd3, 0x33, - 0xee, 0xcd, 0x18, 0x5c, 0xfa, 0x80, 0x65, 0x81, 0x3e, 0x06, 0x8e, 0xe1, 0xe0, 0x0b, 0x06, 0xea, - 0x20, 0xc7, 0x62, 0x32, 0xed, 0x35, 0xb8, 0x8a, 0xee, 0xc7, 0xb4, 0xf2, 0x94, 0x6c, 0x14, 0xe1, - 0x15, 0x88, 0x92, 0xd7, 0xb4, 0x7d, 0x65, 0xcc, 0x70, 0x51, 0x6c, 0x1f, 0xaa, 0x69, 0x5b, 0x9d, - 0x39, 0xe1, 0x9d, 0x4e, 0x11, 0x5a, 0xed, 0x44, 0x9a, 0x1c, 0x11, 0xf0, 0xb5, 0xb4, 0xf7, 0xc4, - 0xf2, 0x46, 0xdd, 0xfa, 0x1a, 0x38, 0xec, 0xaa, 0xb6, 0xd5, 0x12, 0x6d, 0x3e, 0xb3, 0x36, 0x8e, - 0xfb, 0x31, 0x05, 0x62, 0x2d, 0x66, 0x39, 0xc2, 0x32, 0xa9, 0x6f, 0x0e, 0x18, 0xf3, 0xd9, 0xdd, - 0x13, 0x1c, 0x42, 0xa5, 0x8b, 0x9b, 0x3d, 0x42, 0x10, 0x4e, 0x0b, 0x7f, 0x64, 0xdd, 0xa4, 0x65, - 0x2e, 0xae, 0x27, 0x00, 0x56, 0x91, 0x96, 0xe1, 0x42, 0xa5, 0x45, 0x7e, 0xb9, 0xd4, 0xb9, 0x3c, - 0x99, 0x5a, 0x63, 0x36, 0x37, 0x04, 0x61, 0x62, 0xec, 0x84, 0x8a, 0x4e, 0x13, 0x75, 0x4a, 0x91, - 0x82, 0x7e, 0xd5, 0x11, 0x8d, 0x68, 0xea, 0xcb, 0x35, 0xca, 0xb0, 0x26, 0xe9, 0x8d, 0x4d, 0xf7, - 0x87, 0xeb, 0xfd, 0xd6, 0xb3, 0x4b, 0x87, 0x8e, 0xd8, 0xcb, 0x71, 0xda, 0x17, 0xf5, 0xd1, 0x33, - 0x71, 0xb2, 0xed, 0xb7, 0xdf, 0x44, 0x00, 0xf5, 0xb7, 0xdf, 0x7c, 0x48, 0x02, 0xdb, 0x8c, 0xa7, - 0xea, 0xb3, 0x3c, 0xf2, 0x58, 0xa6, 0x2d, 0x2e, 0xc0, 0x57, 0x85, 0x8e, 0xd3, 0x38, 0xd5, 0x5f, - 0x38, 0xbb, 0xe7, 0x42, 0x0e, 0xc4, 0x4d, 0x25, 0xdd, 0x88, 0x7b, 0x30, 0xf2, 0xfc, 0x87, 0xd8, - 0x31, 0x03, 0xc7, 0x3e, 0xa4, 0xc9, 0x5b, 0xc2, 0xc7, 0x97, 0xe9, 0x6d, 0x02, 0x96, 0x84, 0x49, - 0x40, 0x38, 0xc9, 0x85, 0xe1, 0x42, 0xfa, 0xe1, 0x69, 0x53, 0x41, 0x1f, 0xff, 0x13, 0x9a, 0x35, - 0x9b, 0x47, 0xc9, 0x50, 0x9b, 0x00, 0x6f, 0xc5, 0xab, 0xa7, 0xf3, 0xc1, 0xa5, 0x0f, 0x58, 0x81, - 0x6c, 0x16, 0xa7, 0xb7, 0x9e, 0xb5, 0x8a, 0xf2, 0x68, 0x02, 0xd3, 0x8c, 0x4d, 0xa3, 0x7c, 0x09, - 0x98, 0x5e, 0x36, 0xb4, 0xa2, 0x24, 0x8e, 0x12, 0xde, 0x99, 0x90, 0xc8, 0xb4, 0x28, 0x14, 0x45, - 0xcf, 0xea, 0xf6, 0x78, 0x57, 0x6f, 0x9d, 0x8b, 0x13, 0xa7, 0xa8, 0x2e, 0xc1, 0x7e, 0xc7, 0x67, - 0x05, 0x2a, 0xcb, 0x97, 0x0f, 0xe9, 0xd2, 0x1a, 0xfb, 0xdc, 0x61, 0x0b, 0xfb, 0x9d, 0x3c, 0xee, - 0x56, 0x5f, 0x24, 0xb7, 0xf5, 0xba, 0x81, 0x31, 0x4b, 0xb9, 0x0b, 0x69, 0x1e, 0x66, 0xaa, 0x10, - 0x74, 0x00, 0x87, 0x4c, 0x1d, 0x3e, 0x92, 0x87, 0x2d, 0xd3, 0xe4, 0x4d, 0xb2, 0x2c, 0x0b, 0xb2, - 0x77, 0x29, 0x93, 0x8e, 0xae, 0xd1, 0x69, 0x94, 0x2f, 0x48, 0x5e, 0x62, 0xc5, 0x5f, 0xc7, 0xc4, - 0x08, 0x3f, 0x02, 0x45, 0xb0, 0x98, 0xa9, 0x1f, 0x71, 0xa5, 0xe5, 0x4b, 0xa9, 0xee, 0x91, 0xa5, - 0xcd, 0x13, 0x49, 0x81, 0xf9, 0x90, 0x46, 0x49, 0xb6, 0xda, 0xf4, 0x83, 0xcc, 0xa0, 0x6b, 0xba, - 0x64, 0xc8, 0x71, 0x37, 0x14, 0x90, 0xfe, 0xa7, 0x43, 0x92, 0x63, 0x46, 0xe2, 0x4d, 0x67, 0xfd, - 0x0b, 0x59, 0x45, 0xba, 0xac, 0xed, 0xae, 0xa2, 0xb6, 0xb8, 0x04, 0x89, 0x4f, 0xb1, 0xa4, 0x96, - 0x27, 0xde, 0xeb, 0x45, 0xb5, 0xbc, 0xa3, 0x1e, 0x9d, 0xc6, 0x15, 0xb7, 0xbd, 0xe8, 0xf2, 0xf6, - 0xb4, 0xa0, 0x53, 0x4a, 0x5f, 0x05, 0x00, 0x61, 0xce, 0xbb, 0x3a, 0x1f, 0xbc, 0x73, 0xe3, 0x8a, - 0xf8, 0xfe, 0x61, 0x49, 0x67, 0xcd, 0x56, 0x9c, 0xe2, 0xea, 0xce, 0xc6, 0xdc, 0xbd, 0x33, 0xb8, - 0xce, 0xe8, 0x5a, 0xbe, 0xcb, 0x4e, 0x7b, 0xbb, 0xd5, 0xc1, 0x8c, 0x46, 0x65, 0x62, 0x48, 0x55, - 0xb7, 0xef, 0xb0, 0xa7, 0xc6, 0xb7, 0xef, 0x86, 0xd7, 0x9e, 0x21, 0xd2, 0xf6, 0xf5, 0xc6, 0x7e, - 0x63, 0xb8, 0x2f, 0x93, 0x86, 0x06, 0x93, 0x71, 0xc6, 0x32, 0x8b, 0xc9, 0x9e, 0x25, 0x9a, 0xd6, - 0x54, 0xb7, 0xb0, 0xc5, 0x09, 0x72, 0xf6, 0x50, 0xdd, 0xe4, 0xf3, 0xac, 0x37, 0x59, 0xfa, 0xad, - 0xa0, 0x97, 0x56, 0x95, 0xea, 0x74, 0x48, 0x58, 0x0a, 0xf2, 0x14, 0xc2, 0x8c, 0x4e, 0x18, 0xe7, - 0x9f, 0xa3, 0xa7, 0x15, 0x1f, 0x5a, 0x46, 0x2d, 0x9d, 0x09, 0x8a, 0xb5, 0xa0, 0x65, 0xe9, 0x8e, - 0x9f, 0xf7, 0x60, 0x75, 0x6e, 0xf9, 0xe4, 0x3a, 0x2a, 0x3a, 0x45, 0xb0, 0xec, 0x2c, 0xa0, 0xc6, - 0x62, 0x52, 0x65, 0x1d, 0x71, 0x66, 0xc0, 0x92, 0x51, 0x1e, 0x28, 0x9d, 0x96, 0xfa, 0xdf, 0x19, - 0x58, 0xac, 0x80, 0xd0, 0xc9, 0xe9, 0x92, 0x9a, 0x67, 0x89, 0x64, 0x4c, 0xc2, 0xc2, 0x6a, 0x93, - 0x8c, 0x74, 0xef, 0x1c, 0x29, 0x7c, 0xc5, 0xcb, 0xbd, 0x90, 0xa2, 0x70, 0x2e, 0xe2, 0x58, 0x6e, - 0x5d, 0xa8, 0x06, 0xe2, 0x82, 0x1b, 0x03, 0xfd, 0x78, 0xa8, 0x46, 0xf6, 0x08, 0x51, 0x97, 0x4e, - 0x4b, 0x9d, 0x8d, 0x97, 0x3e, 0x0c, 0x3f, 0xad, 0xb9, 0xf5, 0xeb, 0x32, 0xcd, 0x23, 0x42, 0x20, - 0xcc, 0x9b, 0x09, 0xd4, 0x44, 0x59, 0x80, 0x87, 0x77, 0xd9, 0x1a, 0xf8, 0x86, 0x7d, 0x04, 0xe4, - 0x61, 0x79, 0x2d, 0xd6, 0x38, 0xa0, 0x68, 0x3f, 0x88, 0x1b, 0x66, 0xdf, 0xd2, 0x57, 0x25, 0x1a, - 0x2e, 0x27, 0x7c, 0xd8, 0x62, 0xbd, 0xae, 0x56, 0x16, 0xec, 0xa4, 0x8e, 0xa5, 0xe7, 0x5f, 0xdc, - 0x7f, 0x90, 0xf7, 0xf3, 0x6c, 0x8b, 0x38, 0xcd, 0x72, 0xd4, 0x1d, 0xd3, 0x5b, 0x20, 0x3c, 0xbd, - 0x75, 0x93, 0x60, 0x15, 0xcd, 0x03, 0x3a, 0x10, 0x86, 0xde, 0xb2, 0xcf, 0xe7, 0x74, 0xe3, 0x3e, - 0xf2, 0x4f, 0x7f, 0xb5, 0xed, 0xe1, 0x51, 0x08, 0x07, 0xfc, 0x86, 0xaf, 0x81, 0xfe, 0x2c, 0x8d, - 0xa6, 0x8e, 0xeb, 0x9c, 0xe4, 0xc1, 0x2c, 0xc8, 0xa2, 0xd3, 0x48, 0x5f, 0x09, 0xa5, 0x8f, 0x9f, - 0x44, 0x3f, 0x2c, 0xd2, 0x84, 0xaf, 0xa3, 0x1f, 0xd2, 0x29, 0x7e, 0x82, 0xa9, 0x51, 0xca, 0x75, - 0x2f, 0x74, 0xb8, 0xdf, 0x30, 0x19, 0xed, 0x68, 0xbd, 0xce, 0xc0, 0x40, 0x10, 0x4b, 0xfa, 0xde, - 0xee, 0x50, 0x9d, 0xb5, 0xc3, 0xc2, 0xb5, 0xad, 0xd3, 0x53, 0xab, 0x0d, 0xb9, 0x92, 0xe6, 0x05, - 0x1e, 0x4b, 0x28, 0x8a, 0x04, 0xe3, 0x6f, 0xd3, 0xf1, 0xc6, 0x20, 0x0b, 0x17, 0x6d, 0xe8, 0xab, - 0x8d, 0x1d, 0x69, 0x29, 0x44, 0x27, 0x0f, 0xd9, 0x91, 0xc4, 0x98, 0xf2, 0x59, 0x41, 0x71, 0x77, - 0x5e, 0x46, 0xe6, 0x2d, 0x67, 0x19, 0x44, 0xf3, 0x0c, 0x4b, 0xe8, 0x59, 0x09, 0x86, 0x69, 0x89, - 0x5b, 0xa1, 0xe9, 0x35, 0xef, 0x88, 0x85, 0xb2, 0xbc, 0x3e, 0x93, 0xef, 0x9e, 0xf5, 0x49, 0xb7, - 0xdb, 0x85, 0x0e, 0x7d, 0x1c, 0x54, 0xa7, 0x2f, 0x81, 0x81, 0xb3, 0xf0, 0x78, 0x04, 0xd8, 0x6c, - 0x36, 0x03, 0x30, 0xc3, 0x42, 0x5d, 0x16, 0x36, 0xd7, 0xf1, 0x06, 0xee, 0x06, 0x82, 0x92, 0xdf, - 0x10, 0xcd, 0x43, 0x54, 0x55, 0x67, 0xbb, 0xe9, 0x70, 0xd0, 0x2b, 0x48, 0x29, 0xa2, 0xde, 0xbc, - 0xc6, 0x8c, 0x7c, 0x1f, 0x15, 0x63, 0x4f, 0xa5, 0x59, 0x02, 0x1f, 0x96, 0xbe, 0x7d, 0x00, 0x07, - 0x52, 0x9a, 0x71, 0xf4, 0xc1, 0x05, 0x65, 0xc6, 0xd1, 0x57, 0x17, 0x94, 0x19, 0x97, 0xfb, 0xff, - 0xb2, 0xe1, 0xb9, 0xd1, 0x49, 0x8a, 0x83, 0x6e, 0xe8, 0x9f, 0xf3, 0x42, 0x47, 0xa3, 0x2e, 0x13, - 0xc1, 0x64, 0x3c, 0xda, 0x99, 0x88, 0x80, 0xd2, 0x53, 0x04, 0x91, 0xc7, 0x6c, 0x44, 0x76, 0xa2, - 0x28, 0xa6, 0x0d, 0xee, 0xdd, 0x0a, 0xe3, 0x3d, 0xbe, 0x6b, 0x05, 0x91, 0xaa, 0x51, 0x68, 0xb5, - 0xbb, 0x1f, 0xa2, 0x2e, 0xd6, 0x90, 0x1b, 0x10, 0x4d, 0x8f, 0x77, 0x07, 0xa0, 0x1e, 0x47, 0x77, - 0x3f, 0x40, 0x5d, 0x4c, 0xf1, 0xe6, 0x0a, 0x60, 0xc3, 0x4f, 0xd6, 0x10, 0x83, 0x9d, 0x36, 0x6a, - 0x20, 0x4f, 0x81, 0xde, 0x19, 0xaf, 0xf6, 0xb5, 0x6b, 0x13, 0x77, 0x34, 0x96, 0x1e, 0x76, 0xd3, - 0xe9, 0x4e, 0x77, 0x9c, 0x6e, 0x2c, 0x6f, 0xda, 0x29, 0xb1, 0xb2, 0x25, 0x1d, 0x1e, 0x19, 0xe4, - 0xaf, 0xd2, 0x41, 0xde, 0xf6, 0xe3, 0xd3, 0x97, 0x2c, 0x6c, 0xfb, 0x3d, 0x75, 0xa9, 0xd3, 0xff, - 0xa9, 0xb1, 0xbf, 0x06, 0x73, 0x65, 0xe6, 0x07, 0x2e, 0x5d, 0x40, 0x0c, 0xdc, 0x39, 0x5b, 0xe1, - 0x77, 0x32, 0xe0, 0xf2, 0xdc, 0xec, 0xa8, 0xd7, 0x77, 0x2f, 0x4e, 0x42, 0x3d, 0xee, 0x99, 0x18, - 0xed, 0x42, 0xfc, 0xae, 0xc4, 0x88, 0xeb, 0xb3, 0x9c, 0x3b, 0x5e, 0xbb, 0xc0, 0xcb, 0x27, 0x33, - 0xf0, 0x0d, 0x4d, 0xfe, 0xd2, 0xbd, 0xbc, 0xbc, 0xa4, 0xf7, 0x99, 0x78, 0x3f, 0x3b, 0x73, 0xcf, - 0xce, 0xce, 0xf0, 0xde, 0x95, 0xef, 0x17, 0x5d, 0x91, 0x9e, 0x51, 0xfa, 0x52, 0xd7, 0xed, 0x76, - 0xc5, 0xfb, 0x4b, 0x5d, 0x77, 0x26, 0xdf, 0x05, 0x22, 0x25, 0xe0, 0xf1, 0x6e, 0x44, 0x40, 0x98, - 0xa9, 0x98, 0x62, 0xb5, 0xdd, 0x43, 0xa1, 0x3f, 0xb1, 0x15, 0x4e, 0xe7, 0xec, 0x28, 0x12, 0xe0, - 0xb0, 0xf9, 0xde, 0x72, 0x82, 0xab, 0x6a, 0x0c, 0x8c, 0x29, 0xc8, 0x98, 0xe9, 0xd4, 0x95, 0xd3, - 0x9e, 0xca, 0x60, 0x1f, 0x25, 0x64, 0xc4, 0x54, 0x0f, 0x48, 0x56, 0x9b, 0xab, 0x6a, 0x73, 0x5d, - 0x6d, 0xae, 0xab, 0x8d, 0xf7, 0x06, 0x28, 0x68, 0xb4, 0x93, 0xbd, 0xa3, 0x89, 0xc4, 0xc6, 0x3d, - 0x40, 0x37, 0x47, 0x23, 0x04, 0x51, 0xb3, 0xcf, 0x89, 0xea, 0x73, 0xa2, 0xfb, 0x9c, 0x54, 0x7d, - 0x6e, 0x36, 0x82, 0xc3, 0x6b, 0x9d, 0x3b, 0x2f, 0xb6, 0x75, 0xc6, 0x86, 0x71, 0xf6, 0xa0, 0xac, - 0x2e, 0x6f, 0xef, 0xe1, 0xb3, 0xfd, 0x47, 0xd2, 0x20, 0xbf, 0x45, 0xa4, 0x8c, 0x6c, 0xa9, 0x66, - 0x50, 0x8c, 0x9b, 0x41, 0xb1, 0xc1, 0xd3, 0x96, 0xee, 0xb0, 0xd3, 0x3b, 0x89, 0xda, 0x70, 0xc5, - 0x20, 0x41, 0x53, 0x08, 0x9c, 0xca, 0x1f, 0xac, 0xdd, 0x6a, 0x92, 0x52, 0x5d, 0x47, 0x39, 0xe4, - 0x5b, 0x0e, 0x74, 0x79, 0x92, 0x39, 0x8f, 0x88, 0x27, 0x33, 0x70, 0x95, 0xef, 0xf0, 0x90, 0xc6, - 0x4c, 0xde, 0x8e, 0x45, 0x68, 0xc8, 0xde, 0x09, 0x63, 0xe5, 0xce, 0xbe, 0xd8, 0x98, 0xa8, 0xbd, - 0x1b, 0xa8, 0x3a, 0x73, 0x2f, 0x4f, 0xe2, 0x41, 0x2d, 0x16, 0x0d, 0xf1, 0xb3, 0x27, 0x2e, 0x47, - 0x81, 0x37, 0x54, 0xdf, 0x0a, 0x56, 0xc5, 0x62, 0xd1, 0x48, 0x10, 0x13, 0x17, 0x8a, 0x2f, 0x96, - 0xc0, 0xfe, 0xc1, 0xea, 0x48, 0x03, 0x87, 0x4e, 0xb0, 0x97, 0x23, 0x6e, 0x4c, 0x74, 0xec, 0x63, - 0x31, 0xb4, 0xe1, 0x4c, 0x9f, 0xbd, 0x71, 0xa1, 0x8f, 0x37, 0x1b, 0x67, 0xe7, 0x8c, 0x49, 0x6d, - 0x79, 0x4d, 0xa3, 0x95, 0xb5, 0x4b, 0x08, 0xc9, 0xb6, 0x31, 0xf6, 0x5e, 0xf4, 0x61, 0x29, 0x73, - 0x6a, 0xa7, 0xfe, 0x43, 0x6d, 0xb2, 0x64, 0x1c, 0x96, 0x12, 0x99, 0x5f, 0xb5, 0x8d, 0x93, 0x99, - 0x16, 0x4e, 0xea, 0x28, 0x9f, 0x58, 0xba, 0xd8, 0x94, 0x15, 0x23, 0x2b, 0x08, 0xaf, 0xe7, 0x62, - 0x25, 0x3d, 0x0b, 0x0e, 0x58, 0x14, 0xd6, 0xae, 0xee, 0x27, 0x61, 0x18, 0xb6, 0xfa, 0x17, 0x9f, - 0xb1, 0x16, 0x69, 0xcb, 0x56, 0xb7, 0x75, 0xd1, 0xa5, 0x34, 0xe5, 0x76, 0x5b, 0x2f, 0xea, 0x7c, - 0xd8, 0x60, 0x35, 0x14, 0x0a, 0x8d, 0x7b, 0xd6, 0x4b, 0xf8, 0xd9, 0x2f, 0xc9, 0x63, 0xa5, 0x83, - 0x24, 0xe4, 0xb1, 0xc8, 0xe9, 0xee, 0x9d, 0xdb, 0x37, 0xaa, 0xbf, 0xe7, 0xcc, 0xb1, 0x36, 0xcb, - 0xc8, 0xbc, 0xeb, 0x4a, 0xcb, 0x4e, 0xc7, 0x97, 0x2d, 0xd0, 0xc3, 0x67, 0x96, 0x9e, 0xb1, 0x7a, - 0x7b, 0x7c, 0xca, 0xf0, 0xf5, 0x2d, 0xf2, 0xcb, 0x02, 0x60, 0x78, 0x8b, 0x47, 0xf8, 0x0e, 0x8f, - 0xc0, 0x84, 0x6f, 0xa1, 0x5b, 0x58, 0xad, 0x48, 0x64, 0xd4, 0x89, 0xc5, 0x42, 0x58, 0x39, 0x33, - 0xb2, 0x1c, 0xe4, 0x34, 0x27, 0x05, 0x7b, 0xd0, 0x66, 0xb0, 0x07, 0x2a, 0x11, 0x46, 0xb3, 0xa7, - 0x6e, 0x10, 0xc2, 0x3e, 0xe1, 0xcd, 0x80, 0x3c, 0x6c, 0xf2, 0x2a, 0xeb, 0xfd, 0x6a, 0xae, 0x3e, - 0x4d, 0xa6, 0x73, 0xc4, 0xad, 0x68, 0x76, 0xe7, 0xe5, 0xee, 0x1d, 0xbb, 0xc7, 0xef, 0x3d, 0xd9, - 0x2b, 0x86, 0xc5, 0x72, 0x6f, 0x58, 0x2c, 0x79, 0x21, 0xcd, 0x8d, 0xa2, 0x8a, 0x1a, 0x15, 0x75, - 0xd4, 0xa8, 0xa8, 0xa3, 0x46, 0xda, 0x56, 0xa1, 0xc3, 0x8d, 0x8a, 0xb2, 0x61, 0xab, 0x34, 0xed, - 0x9d, 0xb0, 0xb6, 0x77, 0xc8, 0x47, 0x3f, 0x6c, 0xef, 0x24, 0xb5, 0xbd, 0x13, 0xec, 0x8d, 0xb5, - 0x8e, 0x94, 0x02, 0x9a, 0xcd, 0xb6, 0xe4, 0x25, 0x0c, 0x9b, 0x92, 0x43, 0x62, 0xd2, 0x1a, 0x31, - 0x90, 0x15, 0x09, 0x4a, 0x56, 0x6b, 0xf1, 0x2e, 0x13, 0xff, 0xd5, 0x92, 0x5d, 0x8a, 0x5c, 0x08, - 0x53, 0x14, 0xd1, 0x5d, 0x5e, 0x3f, 0xde, 0x89, 0xbe, 0x28, 0xce, 0xda, 0x67, 0x46, 0xc9, 0x90, - 0xda, 0xc1, 0xfd, 0x84, 0x4c, 0x6f, 0xd7, 0x48, 0x73, 0x2b, 0xf6, 0x49, 0x7b, 0x67, 0x62, 0x6f, - 0x24, 0xa4, 0x83, 0x7d, 0x55, 0xb0, 0x9a, 0x22, 0xd3, 0xed, 0x54, 0x1e, 0xa4, 0x3c, 0xc9, 0x29, - 0x3e, 0xdd, 0xb6, 0xc3, 0x4e, 0x2a, 0xcf, 0x53, 0x9e, 0x80, 0x14, 0x84, 0xd4, 0x70, 0x36, 0x7f, - 0x5d, 0xd8, 0x47, 0x33, 0x9b, 0x8e, 0x2b, 0x54, 0x62, 0x3f, 0x28, 0xa4, 0x1c, 0x62, 0x33, 0x7d, - 0x05, 0xcc, 0xcf, 0x86, 0xe2, 0x6c, 0xba, 0xa4, 0x31, 0x11, 0xbb, 0x02, 0x9b, 0x7b, 0x76, 0xbe, - 0x2d, 0xa0, 0x42, 0x71, 0x2e, 0x22, 0x54, 0x00, 0x9c, 0x5d, 0xf1, 0xa4, 0x4e, 0x78, 0x89, 0xcf, - 0x5d, 0x1c, 0x1f, 0x3f, 0x09, 0x80, 0x44, 0xe1, 0xbf, 0x43, 0xc0, 0x7d, 0x41, 0xc1, 0xba, 0x43, - 0x9c, 0xbf, 0x5f, 0x92, 0x95, 0xa6, 0xa7, 0x56, 0x89, 0xbd, 0xc7, 0x65, 0xcd, 0x33, 0xba, 0x79, - 0x96, 0xfc, 0x48, 0x35, 0xc3, 0xb3, 0x87, 0x43, 0x72, 0x04, 0xd2, 0x61, 0x92, 0x16, 0x45, 0x0a, - 0x27, 0x34, 0xa0, 0x3d, 0x71, 0x69, 0xb1, 0x6d, 0xd5, 0x50, 0xf2, 0x23, 0x18, 0x75, 0xc7, 0xc4, - 0xd4, 0x70, 0x52, 0xc9, 0x63, 0x29, 0xe8, 0x56, 0xfe, 0x2e, 0x51, 0x17, 0x58, 0xf7, 0x70, 0xe3, - 0x1c, 0xa2, 0xf9, 0x6d, 0xb9, 0xd3, 0x53, 0x72, 0x47, 0x39, 0xed, 0xda, 0x23, 0xaa, 0xb6, 0x3c, - 0xff, 0xaa, 0x20, 0x9a, 0x8d, 0x14, 0xc4, 0xb1, 0x90, 0x48, 0xc6, 0xeb, 0xfd, 0xe6, 0x31, 0xf9, - 0x17, 0x9a, 0xe3, 0x08, 0xb7, 0xc6, 0x21, 0x25, 0xcf, 0xb7, 0xc6, 0x68, 0xd6, 0xeb, 0xbf, 0x38, - 0xba, 0xb0, 0x39, 0xba, 0xd0, 0x18, 0x1d, 0xe1, 0x78, 0xd2, 0xfc, 0xf8, 0xa4, 0xff, 0x60, 0xba, - 0x9d, 0x7a, 0xab, 0x32, 0xf3, 0x5e, 0x8a, 0xfe, 0x44, 0x80, 0x4d, 0x76, 0xf4, 0xa0, 0xca, 0xe0, - 0xf7, 0x2f, 0xb7, 0x40, 0xec, 0x92, 0x92, 0xb1, 0xc9, 0xeb, 0xc1, 0xa1, 0x27, 0xcd, 0x5d, 0x59, - 0x09, 0xd5, 0x89, 0xc2, 0xa6, 0x01, 0xe4, 0xf5, 0xfb, 0x90, 0x71, 0x4d, 0x9b, 0xc7, 0xeb, 0xf5, - 0xf8, 0xd9, 0xc6, 0x08, 0xe9, 0xdc, 0x56, 0xc2, 0x5e, 0x6c, 0x9e, 0x70, 0xa7, 0x12, 0xf4, 0x95, - 0x48, 0x4f, 0x7d, 0x9b, 0x37, 0xf6, 0x90, 0xb4, 0x84, 0x77, 0x6a, 0xc1, 0x4f, 0xbb, 0x9f, 0x42, - 0xca, 0xd1, 0x77, 0xc8, 0xfe, 0x84, 0x08, 0xd5, 0x9e, 0xe8, 0x23, 0xfb, 0x36, 0xb4, 0x27, 0xd1, - 0x7b, 0xd9, 0x6d, 0x8b, 0xcd, 0x1a, 0x32, 0xa0, 0x8f, 0xba, 0x8e, 0x73, 0x62, 0x27, 0xc5, 0xa9, - 0x38, 0x59, 0x90, 0x43, 0xd2, 0x4a, 0xc9, 0x99, 0xa2, 0xf3, 0xe6, 0xd6, 0xd3, 0xf6, 0xce, 0x15, - 0xcc, 0x51, 0xaf, 0x57, 0x0b, 0x5d, 0xde, 0xce, 0xe5, 0xbe, 0x5f, 0x98, 0xe6, 0x50, 0xe0, 0x27, - 0xb4, 0x35, 0x58, 0xea, 0xbc, 0x9c, 0x36, 0x32, 0x90, 0x57, 0x09, 0x5f, 0xe8, 0xa2, 0xff, 0x3d, - 0x8b, 0xc1, 0xba, 0x90, 0x59, 0xfb, 0xb6, 0x18, 0x36, 0xff, 0x0b, 0x62, 0x1e, 0xa9, 0xa3, 0xfd, - 0x16, 0xff, 0x7e, 0x4c, 0x6f, 0x6f, 0x26, 0xb6, 0x32, 0xd0, 0x42, 0x27, 0x61, 0x65, 0x27, 0x72, - 0x5e, 0xa5, 0xda, 0x6a, 0x55, 0xdb, 0x27, 0x47, 0xbd, 0xc1, 0x96, 0x1a, 0x09, 0x0d, 0x35, 0x92, - 0xee, 0x53, 0x23, 0xe9, 0xb6, 0x16, 0x10, 0xd4, 0xe2, 0xc7, 0xcf, 0x56, 0x23, 0x4f, 0x01, 0xf8, - 0x77, 0xa9, 0x91, 0x7f, 0x12, 0x01, 0xfd, 0x59, 0x45, 0x92, 0xfd, 0x05, 0x45, 0x22, 0x3a, 0xfa, - 0x96, 0xb8, 0xf8, 0x40, 0x5f, 0x01, 0x7b, 0x30, 0x42, 0x98, 0x59, 0x4a, 0xb7, 0x37, 0x7f, 0x86, - 0xcd, 0x03, 0xe6, 0xac, 0xb7, 0x6b, 0xdb, 0x57, 0x5d, 0xe8, 0x85, 0x29, 0x9f, 0x37, 0x8c, 0xe7, - 0xed, 0x1d, 0xd9, 0x6d, 0xb6, 0xd8, 0xb6, 0xd0, 0xe1, 0xe0, 0xb0, 0xd6, 0x3d, 0x8f, 0xe3, 0xf4, - 0x96, 0xb5, 0xe2, 0xe8, 0x86, 0xb3, 0x56, 0xf0, 0x7b, 0x19, 0xb0, 0x16, 0xf9, 0x3b, 0xac, 0x75, - 0x13, 0x50, 0xb8, 0x10, 0xaf, 0xa8, 0xe7, 0x58, 0xde, 0xde, 0xd6, 0x55, 0x1d, 0xd9, 0x44, 0x36, - 0x97, 0xa0, 0x34, 0x60, 0xd1, 0x7a, 0xf3, 0x14, 0x4a, 0xde, 0x1b, 0xe7, 0xaf, 0x0f, 0x63, 0xc6, - 0x9c, 0x2b, 0x8d, 0x23, 0x88, 0xeb, 0xf1, 0xc8, 0x88, 0x5e, 0x0b, 0x28, 0xc8, 0x79, 0x5e, 0x74, - 0x72, 0x88, 0x4d, 0xe9, 0x62, 0xb0, 0x96, 0x40, 0xa8, 0x12, 0x66, 0x72, 0x28, 0x0a, 0x37, 0xdf, - 0xd1, 0x52, 0x26, 0x3c, 0xcf, 0x45, 0x4c, 0xf0, 0xe0, 0xe0, 0xaa, 0x6a, 0xcf, 0x1d, 0x9b, 0x30, - 0x38, 0x59, 0xba, 0xa4, 0x2f, 0x47, 0xdf, 0x7b, 0xbd, 0x4e, 0x2e, 0x8d, 0xbc, 0x27, 0xb1, 0xf0, - 0x85, 0x10, 0x0f, 0x8f, 0xf4, 0x52, 0x39, 0x0b, 0xe5, 0x13, 0xfa, 0x3e, 0xfe, 0xff, 0xaf, 0xef, - 0xc3, 0xa6, 0xbe, 0x0f, 0x9f, 0xab, 0xef, 0x63, 0x73, 0x1c, 0xf1, 0xbf, 0x4b, 0xdf, 0x87, 0xa3, - 0xb8, 0x39, 0xba, 0x78, 0x4b, 0xdf, 0x93, 0xec, 0xbb, 0x36, 0xb6, 0xbc, 0xa2, 0xed, 0xbd, 0xcf, - 0x7a, 0x03, 0x6c, 0x10, 0xed, 0xd9, 0x06, 0x95, 0x6a, 0x95, 0x02, 0x7f, 0xea, 0xda, 0x9e, 0x21, - 0xd7, 0x7a, 0x32, 0x4f, 0x6c, 0x7d, 0xe5, 0xbe, 0x3e, 0x2c, 0x2c, 0xe7, 0xf6, 0x55, 0x33, 0x13, - 0x06, 0x03, 0xcf, 0xc0, 0x43, 0x5b, 0xd9, 0xd1, 0x94, 0xbe, 0x7d, 0x3c, 0x65, 0x36, 0xed, 0xfd, - 0x35, 0x1d, 0x2c, 0xfd, 0xee, 0x8d, 0x54, 0x6a, 0xec, 0xec, 0xdd, 0x28, 0xaa, 0x3e, 0xf9, 0x11, - 0x4c, 0xa7, 0x52, 0x84, 0x0b, 0xfd, 0xa7, 0xaf, 0xaf, 0x9a, 0xb2, 0xbd, 0xeb, 0x18, 0x1f, 0x0d, - 0xd8, 0x35, 0x5b, 0xb0, 0x8c, 0xa2, 0x23, 0xaf, 0x9e, 0x38, 0x53, 0x63, 0x30, 0x50, 0xc1, 0xa4, - 0x47, 0xec, 0xe9, 0xf0, 0xd1, 0xa6, 0x0a, 0x3d, 0x46, 0x5b, 0x5b, 0xbf, 0xd1, 0xe3, 0x5b, 0xbf, - 0x91, 0xf8, 0x8c, 0xe8, 0x73, 0xb6, 0x7e, 0xf5, 0xcc, 0xb6, 0xc3, 0xe3, 0xd5, 0xb7, 0xc5, 0xc5, - 0xa9, 0x13, 0x63, 0x8c, 0xfa, 0x03, 0xe8, 0x03, 0x65, 0xb7, 0xf0, 0xdb, 0xd6, 0x4f, 0x76, 0x51, - 0xdd, 0xa5, 0xa1, 0x3a, 0x72, 0xb3, 0xc8, 0xd8, 0x2b, 0x56, 0x87, 0x14, 0x15, 0x80, 0x7c, 0x29, - 0xbe, 0xcc, 0x98, 0xc0, 0x03, 0x8d, 0x1a, 0x94, 0xb0, 0x67, 0x0d, 0x8c, 0x63, 0x45, 0x8a, 0x37, - 0xfc, 0x64, 0x63, 0xa2, 0xba, 0xbe, 0x4c, 0x2c, 0xef, 0xf8, 0x3f, 0xec, 0x62, 0x55, 0xd7, 0xaf, - 0xe8, 0xe4, 0x26, 0x82, 0xaf, 0x20, 0x97, 0x83, 0xae, 0x8a, 0x5a, 0x2c, 0xda, 0xda, 0xd0, 0x55, - 0x5f, 0x8d, 0xdf, 0xc2, 0x4b, 0x63, 0x53, 0xbc, 0x39, 0x97, 0x82, 0xf5, 0x1c, 0x3a, 0x96, 0x90, - 0xa8, 0x4b, 0xa4, 0xf6, 0xff, 0xa3, 0x79, 0xa9, 0x4f, 0x90, 0xfb, 0xbe, 0x31, 0x28, 0xbd, 0xcf, - 0xfd, 0x18, 0x95, 0x72, 0x03, 0x05, 0x99, 0x3a, 0xe7, 0x90, 0x6c, 0x21, 0xa1, 0xd9, 0x74, 0xf7, - 0x13, 0x14, 0xa2, 0xb5, 0x89, 0x0c, 0xba, 0xae, 0xfb, 0xd4, 0x04, 0x8c, 0xf1, 0x6f, 0xf6, 0x8c, - 0xa5, 0xea, 0xd3, 0x32, 0xf0, 0xb7, 0x3b, 0xae, 0xd7, 0x52, 0x70, 0x1c, 0xfa, 0xc6, 0xc7, 0x60, - 0x8b, 0x7a, 0xbb, 0x4f, 0xad, 0x86, 0xb1, 0x16, 0x7a, 0xfd, 0x36, 0xbb, 0x32, 0xea, 0xb1, 0x86, - 0xd1, 0x33, 0x44, 0x44, 0x72, 0x60, 0xc2, 0x71, 0x6c, 0xce, 0x36, 0xdf, 0x9a, 0x6e, 0x9a, 0x1c, - 0x9c, 0xa7, 0x3e, 0x40, 0x20, 0x85, 0xe4, 0x60, 0xe7, 0x0b, 0xc1, 0xc3, 0x02, 0x02, 0xee, 0x80, - 0x68, 0xb3, 0x33, 0x14, 0xad, 0xd7, 0xe2, 0x41, 0x5f, 0x62, 0x74, 0xaa, 0xaf, 0x91, 0x44, 0x5b, - 0x02, 0x15, 0x15, 0xc4, 0xa7, 0x99, 0x77, 0x72, 0xf7, 0xc2, 0x4d, 0xd4, 0x97, 0x5a, 0xe4, 0xf9, - 0x09, 0x67, 0xb3, 0x17, 0x1e, 0x75, 0xb8, 0xd9, 0x9e, 0xe7, 0x6c, 0x66, 0x4e, 0xb4, 0x3e, 0x83, - 0x47, 0x0b, 0xfa, 0xa7, 0xa6, 0x26, 0xb9, 0x34, 0x53, 0x68, 0x41, 0x35, 0xf9, 0xa7, 0x20, 0xb4, - 0xd8, 0xa9, 0x3e, 0xa1, 0x00, 0xe1, 0xd3, 0xdb, 0x19, 0x06, 0x2d, 0xce, 0xfe, 0xeb, 0x92, 0xfa, - 0x20, 0x87, 0xf8, 0x80, 0xfb, 0xf6, 0x07, 0x70, 0x3a, 0xbd, 0x41, 0xf7, 0x55, 0x46, 0x9f, 0x93, - 0x16, 0x57, 0x03, 0xab, 0xe2, 0x51, 0xd6, 0xee, 0x8d, 0xf5, 0x89, 0x8d, 0x6d, 0x0d, 0x36, 0x38, - 0x3a, 0xda, 0xfe, 0x12, 0x8e, 0xf8, 0x6c, 0x00, 0x97, 0x4b, 0x43, 0x0f, 0x32, 0xf0, 0x6d, 0x63, - 0x91, 0x45, 0xc9, 0xe8, 0x71, 0x75, 0x55, 0xe8, 0x25, 0x90, 0x66, 0xb6, 0x04, 0xd3, 0xdb, 0x9a, - 0xa7, 0x29, 0x0c, 0x0f, 0x5e, 0x0f, 0xfd, 0xbf, 0x9b, 0x6a, 0x73, 0xd9, 0x07, 0x4a, 0x8d, 0x38, - 0x02, 0xc5, 0xd5, 0x10, 0x89, 0x8e, 0xa0, 0x9c, 0x42, 0x78, 0x50, 0x91, 0x03, 0xa5, 0x66, 0xce, - 0xbd, 0x26, 0xcb, 0x68, 0x57, 0x06, 0xbc, 0x13, 0x5f, 0x1d, 0xcf, 0x77, 0xe5, 0x52, 0x25, 0x71, - 0x8a, 0x1d, 0xa9, 0x9e, 0x47, 0x7f, 0xf0, 0xbd, 0x0d, 0x14, 0x30, 0x5b, 0x1f, 0x1d, 0xdd, 0xec, - 0x36, 0xdd, 0xf3, 0xc5, 0x81, 0xe7, 0xc8, 0x13, 0xd1, 0xd2, 0x36, 0x45, 0xc2, 0x23, 0xf2, 0x7c, - 0x9b, 0xf3, 0xc5, 0x07, 0xc3, 0x76, 0x07, 0xcc, 0x63, 0xfd, 0xc7, 0x2b, 0x9a, 0x2a, 0x4d, 0x7c, - 0x1f, 0x4b, 0xca, 0x92, 0x1d, 0x50, 0x86, 0x62, 0xde, 0x92, 0x27, 0xcf, 0x14, 0xd3, 0x86, 0x75, - 0xa6, 0x3f, 0xf3, 0xb0, 0xd7, 0x60, 0x13, 0x23, 0x11, 0x25, 0x9e, 0x3c, 0x96, 0x64, 0x49, 0xb7, - 0x74, 0x57, 0xf6, 0x99, 0xc5, 0xbb, 0x4c, 0x28, 0x3c, 0xd8, 0xed, 0x33, 0x55, 0x34, 0x5e, 0x71, - 0xdd, 0x6c, 0xb8, 0xd3, 0x99, 0x3c, 0xa1, 0x64, 0x08, 0x52, 0xd4, 0xf5, 0x7a, 0xfb, 0xeb, 0x4a, - 0x85, 0xd7, 0xac, 0xda, 0xf7, 0xfd, 0xea, 0x83, 0x4d, 0x66, 0x5d, 0x3a, 0x51, 0xd4, 0xac, 0xba, - 0x4d, 0x1a, 0x5b, 0x67, 0xe7, 0xaa, 0xaf, 0xfe, 0x49, 0x81, 0x91, 0x54, 0x1b, 0x1d, 0x3a, 0xa2, - 0xd0, 0x94, 0x65, 0xf4, 0x65, 0x6f, 0xb0, 0xc6, 0xe8, 0xa1, 0xfa, 0x8a, 0x90, 0x77, 0x5b, 0x6c, - 0x98, 0xf1, 0xba, 0x2c, 0x36, 0x63, 0xb8, 0x63, 0xb5, 0x8b, 0x16, 0xde, 0x8b, 0x93, 0x7d, 0xc4, - 0x18, 0x8d, 0x6a, 0x4c, 0x7e, 0x89, 0x3f, 0xf7, 0x1e, 0xcc, 0x90, 0x98, 0xdc, 0xd4, 0xdb, 0x6c, - 0x9c, 0x6d, 0xc7, 0x4a, 0x38, 0x55, 0x82, 0x2e, 0x7e, 0x88, 0xc2, 0x6b, 0x72, 0xaa, 0xa2, 0xa9, - 0x47, 0x01, 0x03, 0x7d, 0xb4, 0x48, 0x9f, 0xae, 0x83, 0xb4, 0x90, 0xa9, 0xcd, 0x06, 0x16, 0x47, - 0xd3, 0x67, 0x32, 0x34, 0x52, 0xfd, 0x1d, 0x24, 0xb1, 0x4f, 0xa2, 0x06, 0x53, 0xc7, 0x70, 0xa2, - 0x7d, 0x21, 0x9c, 0x8c, 0x3d, 0xd0, 0x59, 0x1e, 0xf5, 0x57, 0x34, 0x74, 0x3c, 0xa7, 0xdc, 0x22, - 0x01, 0x69, 0x4b, 0x52, 0x58, 0x5a, 0xb8, 0xa8, 0x5e, 0xa9, 0x1c, 0xa1, 0x44, 0x38, 0x22, 0x8e, - 0x3e, 0x9f, 0x75, 0xfd, 0x64, 0xf4, 0x50, 0xf2, 0xf7, 0x59, 0xb7, 0xab, 0x83, 0x14, 0x94, 0x94, - 0xe4, 0x28, 0xb7, 0x51, 0xb4, 0x55, 0x0e, 0xd1, 0xa7, 0x4e, 0x16, 0x7b, 0x97, 0x6c, 0x6b, 0xa3, - 0xca, 0xb3, 0x56, 0x90, 0xd5, 0x11, 0x1c, 0x1a, 0x1d, 0xcc, 0x7a, 0x6d, 0x42, 0x30, 0x22, 0x84, - 0x5e, 0x97, 0x99, 0x8e, 0x97, 0xf7, 0x92, 0xed, 0x7a, 0x67, 0x32, 0x12, 0x5a, 0x39, 0x63, 0xe6, - 0xeb, 0x0f, 0xcd, 0xf0, 0x28, 0x6b, 0x7a, 0xe4, 0xe4, 0x0f, 0xd6, 0x01, 0x0f, 0x4f, 0xbd, 0x18, - 0xa3, 0x6c, 0x1e, 0x21, 0x67, 0xf5, 0xd5, 0x1a, 0xd9, 0x47, 0xe3, 0xa0, 0x65, 0xaf, 0xcf, 0xaa, - 0xe3, 0xd7, 0xf2, 0x4f, 0xcb, 0xb0, 0x87, 0x1a, 0x15, 0x9a, 0x12, 0xd4, 0xb1, 0x4a, 0x22, 0x14, - 0xf9, 0xd7, 0x30, 0xa4, 0xbf, 0x62, 0x29, 0xac, 0x5b, 0x4c, 0x9e, 0xa4, 0x94, 0x00, 0xa4, 0x8b, - 0x70, 0x53, 0xb0, 0xbb, 0x82, 0x7d, 0x2c, 0xd8, 0xdb, 0x82, 0xbd, 0x2b, 0x7c, 0xfb, 0x8d, 0xe9, - 0xb5, 0xd8, 0x37, 0x85, 0x7f, 0x6d, 0xfa, 0x23, 0x5b, 0x24, 0xf2, 0xa6, 0x60, 0x37, 0xf0, 0x16, - 0xd1, 0xe6, 0x8d, 0x0f, 0x40, 0x6f, 0x0a, 0x23, 0x60, 0xfb, 0x86, 0xce, 0xa1, 0x2b, 0x75, 0x1f, - 0x81, 0xe2, 0x0e, 0x7c, 0x95, 0x54, 0x50, 0xbc, 0xd1, 0x8c, 0x57, 0x97, 0x9e, 0x12, 0xf3, 0x43, - 0x3a, 0xaa, 0xfa, 0x30, 0xa9, 0xbf, 0x6e, 0xfa, 0x7b, 0xc9, 0xb3, 0xfb, 0xf7, 0x3c, 0xe6, 0xe2, - 0x43, 0x7f, 0xf4, 0x65, 0xef, 0xc6, 0xdf, 0xd2, 0x88, 0xc4, 0xc1, 0x4d, 0xf1, 0xd7, 0x29, 0xa4, - 0xa0, 0x36, 0xbe, 0xfa, 0x75, 0xe0, 0x34, 0x01, 0x2b, 0x07, 0x37, 0x6e, 0x44, 0xdf, 0x59, 0x8c, - 0xe4, 0xb7, 0x9e, 0xb8, 0x2f, 0xfe, 0x86, 0x8c, 0xef, 0xa7, 0xf2, 0xbb, 0xed, 0x9e, 0x70, 0xdc, - 0x92, 0xf5, 0x3a, 0x71, 0x31, 0x37, 0xbf, 0x3a, 0x88, 0x4a, 0xb6, 0x0e, 0x2b, 0x49, 0x1f, 0xd3, - 0x5f, 0x26, 0xa1, 0x8f, 0x78, 0x43, 0x99, 0x7a, 0x74, 0x8a, 0x2c, 0x71, 0x28, 0xc9, 0x38, 0xfd, - 0xa1, 0x92, 0x3b, 0x66, 0x7c, 0xac, 0x7c, 0xfb, 0xaf, 0xc8, 0xd0, 0x5f, 0x33, 0xc8, 0x86, 0xa3, - 0x68, 0xec, 0x71, 0xd9, 0x55, 0xe3, 0x23, 0xaa, 0x89, 0xf9, 0x11, 0x55, 0x56, 0x32, 0x0a, 0x79, - 0x88, 0xbf, 0x7d, 0x42, 0x7f, 0x65, 0xa6, 0x24, 0x43, 0xce, 0x5e, 0x60, 0xb1, 0x76, 0x39, 0xf8, - 0x61, 0xfb, 0x24, 0x9e, 0x36, 0x88, 0xc5, 0x0d, 0x3e, 0xba, 0x3a, 0x00, 0x10, 0x56, 0x9c, 0x06, - 0xc4, 0x4a, 0xf4, 0x05, 0x51, 0xe3, 0xf0, 0x65, 0x30, 0xbd, 0x17, 0x4a, 0x67, 0x88, 0x35, 0xf1, - 0x0e, 0x1f, 0x1a, 0xb5, 0xbe, 0x7c, 0xf7, 0x56, 0x7c, 0xc4, 0x18, 0x79, 0x80, 0x43, 0xf7, 0xe3, - 0x09, 0xed, 0x0a, 0xd7, 0xf6, 0xc7, 0xc2, 0xbf, 0xa3, 0xff, 0xd7, 0xeb, 0x87, 0x8d, 0xe3, 0x82, - 0x33, 0x73, 0x8c, 0xc4, 0xb7, 0xc4, 0x5f, 0x71, 0xb3, 0x40, 0x78, 0xae, 0xf4, 0x5f, 0x7e, 0xaa, - 0x92, 0x52, 0xda, 0xf9, 0xef, 0x0a, 0x66, 0xbf, 0x2d, 0x7c, 0xe4, 0x96, 0x98, 0xaa, 0x2d, 0x9e, - 0xe2, 0x0f, 0x00, 0xb8, 0x0b, 0x7f, 0x01, 0x6a, 0x75, 0xab, 0x2f, 0x5f, 0x7f, 0x41, 0xdf, 0x96, - 0x9c, 0x13, 0x05, 0xbb, 0x92, 0x71, 0xfd, 0x89, 0x78, 0x91, 0xdb, 0xeb, 0xfe, 0x52, 0xbc, 0x88, - 0xe8, 0x94, 0x7f, 0x2b, 0xd2, 0x5f, 0xa4, 0x77, 0xfe, 0x3d, 0xd1, 0x3d, 0x78, 0xe0, 0xff, 0x00, - 0x6f, 0x95, 0xe5, 0xa4, 0x5e, 0x6e, 0x00, 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xc5, 0x7d, 0x69, 0x77, 0xe3, 0x36, + 0x96, 0xf6, 0xf7, 0xf9, 0x15, 0x32, 0x93, 0xf8, 0x90, 0x16, 0x44, 0x4b, 0xf2, 0x52, 0x65, 0xaa, + 0xf8, 0xea, 0x24, 0x95, 0xad, 0xba, 0x53, 0xa9, 0x4c, 0xaa, 0x3a, 0x99, 0x8e, 0xa2, 0xe4, 0x50, + 0x14, 0x24, 0xb1, 0x4c, 0x93, 0x0a, 0x17, 0xd9, 0x8e, 0xa5, 0xff, 0x3e, 0xcf, 0xc5, 0x42, 0x82, + 0x5a, 0x6c, 0xa7, 0x67, 0x7a, 0xde, 0x93, 0x94, 0x08, 0x62, 0xb9, 0x00, 0x2e, 0xee, 0x0e, 0x80, + 0x3e, 0x3d, 0x39, 0xfa, 0x8f, 0xd6, 0x49, 0x2b, 0xca, 0x52, 0xf7, 0x63, 0xde, 0x5a, 0x5d, 0xb8, + 0x17, 0x6e, 0x9f, 0x32, 0xfa, 0xdd, 0xde, 0x65, 0xa7, 0xdf, 0xed, 0xf7, 0x5a, 0x7f, 0x0b, 0x6e, + 0x78, 0xde, 0xfa, 0x32, 0x48, 0x22, 0x1e, 0x53, 0xc9, 0x77, 0x51, 0xc8, 0x93, 0x9c, 0x4f, 0x5b, + 0x65, 0x32, 0xe5, 0x59, 0xeb, 0xed, 0x0f, 0xdf, 0xb5, 0xfa, 0x6e, 0x97, 0x4a, 0xe6, 0x51, 0xb1, + 0x28, 0x27, 0x6e, 0x98, 0xde, 0x9c, 0x7e, 0x0c, 0xa8, 0xd5, 0xa9, 0x04, 0x8b, 0xb2, 0xd3, 0xff, + 0x38, 0x9a, 0x95, 0x49, 0x58, 0x44, 0x69, 0x62, 0x17, 0x2c, 0x71, 0x1e, 0xac, 0x74, 0xf2, 0x91, + 0x87, 0x85, 0xe5, 0xfb, 0xc5, 0xfd, 0x92, 0xa7, 0xb3, 0x16, 0xbf, 0x5b, 0xa6, 0x59, 0x91, 0x1f, + 0x1f, 0x5b, 0x04, 0x77, 0x16, 0x25, 0x7c, 0x6a, 0x1d, 0xe9, 0xc2, 0x9b, 0x74, 0x5a, 0xc6, 0x7c, + 0x28, 0x1f, 0xae, 0xaa, 0xea, 0x27, 0xb6, 0xe3, 0x59, 0x1a, 0x6c, 0x0d, 0x49, 0xb6, 0x3e, 0x3e, + 0x96, 0x4f, 0x37, 0xb8, 0x99, 0x0e, 0x65, 0xd2, 0x4e, 0x1c, 0xcf, 0x2e, 0xfc, 0x62, 0xbd, 0xce, + 0x79, 0x3c, 0x73, 0x5c, 0x8c, 0x8e, 0x60, 0x6c, 0xec, 0x62, 0x11, 0xe5, 0xac, 0x1a, 0x1f, 0x06, + 0x57, 0xe6, 0xbc, 0x95, 0x17, 0x59, 0x84, 0x01, 0x0e, 0x56, 0x41, 0xd6, 0xba, 0x61, 0x39, 0x4b, + 0x58, 0xc4, 0x52, 0x76, 0xe7, 0x3f, 0x6c, 0xd8, 0x47, 0x7f, 0x34, 0x66, 0x99, 0x7f, 0x1a, 0x84, + 0x51, 0xb1, 0xe6, 0x77, 0xf6, 0xd0, 0xcb, 0xd7, 0xf3, 0x75, 0xb2, 0x5e, 0xae, 0x3f, 0x75, 0xd6, + 0xd9, 0x72, 0xb1, 0x9e, 0x67, 0xd1, 0x74, 0x9d, 0xde, 0xe6, 0xeb, 0x9b, 0x24, 0x5c, 0x27, 0xc5, + 0xed, 0x1a, 0xbd, 0x8f, 0xc2, 0xc5, 0x78, 0xfd, 0x67, 0x9a, 0xae, 0x7f, 0x4b, 0xb3, 0xe9, 0xfa, + 0xb7, 0x4e, 0xe7, 0x34, 0x1a, 0xe8, 0x3e, 0x5b, 0x6f, 0x25, 0x56, 0x66, 0x69, 0x66, 0x53, 0x7f, + 0x51, 0x2b, 0x4a, 0x5a, 0x89, 0x53, 0x8c, 0xa2, 0xb1, 0x9f, 0xe0, 0x67, 0x90, 0xf1, 0xa2, 0xcc, + 0x92, 0x56, 0xb1, 0xa9, 0x5a, 0xdc, 0xdb, 0x85, 0xf3, 0x40, 0x75, 0x13, 0xbf, 0x70, 0x97, 0x41, + 0xc6, 0x93, 0xe2, 0xfb, 0x74, 0xca, 0x07, 0xc9, 0xf1, 0x71, 0xe2, 0x66, 0xfc, 0x26, 0x5d, 0xf1, + 0xd7, 0x8b, 0x28, 0x9e, 0xa2, 0x5a, 0xdd, 0x68, 0x41, 0xdd, 0xb0, 0x48, 0x36, 0xcc, 0x18, 0x67, + 0x25, 0xa6, 0x14, 0xfb, 0x41, 0x36, 0x2f, 0x6f, 0x00, 0x20, 0x1f, 0x44, 0x33, 0x3b, 0xf1, 0xdf, + 0xda, 0x98, 0x63, 0xe2, 0xb0, 0xb3, 0x57, 0x55, 0x81, 0x1b, 0xf3, 0x64, 0x5e, 0x2c, 0x1c, 0x1a, + 0x60, 0xe4, 0x63, 0x44, 0x98, 0xfe, 0xd9, 0x20, 0xdb, 0xa9, 0x30, 0xc8, 0xda, 0x6d, 0x27, 0x72, + 0x97, 0x65, 0xbe, 0xb0, 0xe3, 0x51, 0x36, 0x76, 0x04, 0xc4, 0x32, 0x8e, 0x8f, 0xfc, 0xe8, 0xf8, + 0xd8, 0x4e, 0xdc, 0x90, 0xc6, 0x84, 0xc1, 0xfa, 0x91, 0xc3, 0x64, 0x7e, 0x81, 0x01, 0xcb, 0x84, + 0x8b, 0x65, 0x0a, 0xca, 0xb8, 0xf8, 0x21, 0x4b, 0x97, 0xb9, 0xe8, 0x8a, 0x13, 0x1e, 0xb6, 0xf2, + 0x57, 0x69, 0x34, 0x6d, 0x75, 0x7d, 0x1f, 0x88, 0xe1, 0x63, 0x82, 0x89, 0xc7, 0x56, 0x5b, 0xe4, + 0x38, 0x1a, 0x65, 0x58, 0x62, 0xf7, 0x9a, 0xdf, 0xab, 0xce, 0xec, 0xd2, 0x27, 0xec, 0xcc, 0x1c, + 0x22, 0x8f, 0x98, 0x17, 0xbc, 0x25, 0x5e, 0x55, 0x69, 0x6a, 0xe4, 0x52, 0x9b, 0x50, 0xa0, 0x2b, + 0x65, 0xa5, 0x81, 0x42, 0x99, 0x17, 0xb1, 0x4c, 0x22, 0x91, 0xfb, 0x0f, 0x44, 0x76, 0x5e, 0xc1, + 0x96, 0xd4, 0xb3, 0x97, 0x30, 0x34, 0xf4, 0x50, 0xcc, 0x67, 0x5e, 0xc6, 0x12, 0x8f, 0x00, 0xb3, + 0x48, 0x3e, 0xb8, 0xd7, 0x65, 0xa9, 0x4c, 0xc6, 0xf2, 0x11, 0xaa, 0x47, 0x9a, 0x80, 0xda, 0xca, + 0xb0, 0x48, 0x33, 0x4f, 0x4e, 0x6f, 0xa3, 0x87, 0x7f, 0xe3, 0xae, 0x12, 0x2c, 0xeb, 0xf1, 0xb1, + 0x4a, 0xd8, 0xdc, 0x61, 0xbc, 0x1e, 0xcd, 0x3b, 0xa2, 0x02, 0x4d, 0x1c, 0x15, 0x72, 0xeb, 0xf2, + 0x37, 0x92, 0xae, 0x88, 0xc0, 0x5d, 0x31, 0x40, 0xbf, 0x60, 0xe2, 0x05, 0x5d, 0x16, 0xfc, 0xae, + 0xf0, 0x8d, 0xba, 0xb7, 0xb2, 0xae, 0x5a, 0x30, 0xe0, 0xd7, 0xa9, 0x00, 0x47, 0x43, 0x14, 0xba, + 0x11, 0xc3, 0x3f, 0x37, 0x71, 0x23, 0x30, 0xe8, 0xdd, 0xbb, 0x19, 0xba, 0x6e, 0xf7, 0x1c, 0x31, + 0x83, 0x41, 0x45, 0xb8, 0x83, 0xe4, 0x55, 0x81, 0x2a, 0x8a, 0x1a, 0x12, 0xa2, 0x06, 0x4d, 0x00, + 0x20, 0x1c, 0x14, 0x8d, 0x92, 0xb1, 0xa3, 0x57, 0x3c, 0x72, 0x53, 0xdd, 0x07, 0x92, 0x6a, 0xca, + 0x7b, 0x38, 0xba, 0x70, 0x29, 0x41, 0x63, 0x90, 0xdd, 0xd5, 0x63, 0x0e, 0x2a, 0x2e, 0x60, 0x51, + 0x4d, 0x6a, 0xc4, 0xe4, 0x6e, 0xe4, 0xd4, 0x84, 0x15, 0x4a, 0xd6, 0x2a, 0xdc, 0x94, 0x5e, 0xdc, + 0x49, 0x90, 0x73, 0x5f, 0x60, 0x3e, 0xf1, 0xbb, 0x7f, 0x79, 0xc4, 0x0f, 0x0d, 0x30, 0x34, 0xf0, + 0x49, 0xc6, 0x83, 0xeb, 0x8d, 0x9a, 0x09, 0x0d, 0x69, 0x53, 0x8f, 0x90, 0xd3, 0x08, 0xed, 0xa3, + 0xc2, 0x9d, 0x81, 0x56, 0xf1, 0xeb, 0x1f, 0x75, 0x01, 0xad, 0x07, 0xfa, 0xcd, 0x25, 0x9b, 0x14, + 0xce, 0x7a, 0x1d, 0x1d, 0xf9, 0xfe, 0x0d, 0x48, 0x78, 0x92, 0xa2, 0x19, 0xff, 0x91, 0x93, 0x64, + 0x8d, 0x92, 0x39, 0x2a, 0x62, 0x08, 0x7b, 0x0a, 0x98, 0xbd, 0x27, 0x73, 0xbd, 0x4e, 0x1c, 0xbb, + 0x74, 0x0c, 0x5a, 0x2d, 0x6d, 0x89, 0x1c, 0x45, 0xb1, 0x9a, 0xdf, 0xc5, 0x6a, 0xe5, 0x6e, 0x0e, + 0x21, 0x6a, 0x37, 0xa5, 0xb2, 0x9a, 0x42, 0xe2, 0x4e, 0x5d, 0xde, 0x29, 0xe8, 0x77, 0xe3, 0x0c, + 0x0a, 0x1a, 0x69, 0xba, 0xb4, 0x9d, 0x81, 0x23, 0x67, 0x91, 0xf9, 0x91, 0x2f, 0xc9, 0x94, 0x95, + 0xbe, 0xcd, 0x7d, 0x88, 0x8c, 0xc2, 0x71, 0xa7, 0x8e, 0x9b, 0x32, 0xe2, 0xb6, 0x25, 0x24, 0x4a, + 0xe2, 0x96, 0x0c, 0xff, 0xfc, 0xa3, 0x1e, 0x4b, 0xc5, 0x24, 0x84, 0xc0, 0xbc, 0xb6, 0x53, 0x8c, + 0x41, 0x88, 0x17, 0x90, 0x71, 0xe2, 0xde, 0x32, 0x09, 0x06, 0xb3, 0x4f, 0xdd, 0xf4, 0x36, 0xe1, + 0xd9, 0xfb, 0x9f, 0xbe, 0xf9, 0x2a, 0xe6, 0x24, 0x51, 0x98, 0xe4, 0x1c, 0x16, 0x33, 0x49, 0x8d, + 0x25, 0x96, 0x9f, 0x3b, 0x5e, 0xe9, 0xb0, 0xa9, 0x1d, 0x51, 0xf3, 0xec, 0xc8, 0x2f, 0x8f, 0x8f, + 0x03, 0x64, 0x9a, 0x53, 0x7e, 0x6f, 0xd3, 0x54, 0x8b, 0x7a, 0xb2, 0x2c, 0x97, 0x38, 0x08, 0x59, + 0xc0, 0x66, 0x6c, 0xc1, 0x56, 0x6c, 0xca, 0xe6, 0x6c, 0x42, 0x62, 0x07, 0x6b, 0xbb, 0x5e, 0x7f, + 0x64, 0x4b, 0x7f, 0xa2, 0x57, 0x1f, 0x2b, 0x8f, 0xae, 0xee, 0x30, 0xe2, 0xd8, 0x97, 0x0b, 0x5e, + 0x0e, 0xcb, 0x51, 0x77, 0xec, 0x2d, 0x89, 0xf8, 0x58, 0x57, 0x92, 0x9f, 0xc3, 0x42, 0xbf, 0xcb, + 0xc0, 0x09, 0xfe, 0xe7, 0x36, 0x7e, 0x6b, 0xcd, 0x51, 0x54, 0xdc, 0x03, 0xa2, 0x13, 0x69, 0x90, + 0xa1, 0x4f, 0x6c, 0x43, 0x74, 0xc2, 0xdb, 0x3d, 0x35, 0x17, 0xdf, 0x9e, 0xf9, 0x93, 0x51, 0x38, + 0xc6, 0xca, 0xcf, 0x68, 0x18, 0x10, 0x19, 0xbe, 0x3f, 0xa3, 0x07, 0xbd, 0x11, 0xad, 0xfb, 0xf4, + 0x4e, 0x09, 0x87, 0xea, 0x29, 0x6c, 0x0f, 0x78, 0x0c, 0xbd, 0x44, 0x8b, 0x17, 0x80, 0x6c, 0x83, + 0x57, 0xcb, 0x41, 0x00, 0x6a, 0xa5, 0x6e, 0x04, 0xbc, 0x80, 0xc8, 0xf4, 0x71, 0x60, 0x0f, 0x54, + 0x4b, 0x43, 0x93, 0x54, 0x3b, 0x13, 0x13, 0xdd, 0x00, 0xc8, 0x02, 0xeb, 0x93, 0x00, 0x75, 0x33, + 0x7f, 0xb6, 0x5e, 0xdf, 0x55, 0x18, 0x94, 0xf2, 0x0a, 0x68, 0x64, 0xe8, 0xb6, 0x50, 0xc2, 0x73, + 0x46, 0xcf, 0x23, 0x3f, 0x00, 0xa6, 0xe6, 0x3e, 0x28, 0x6f, 0x34, 0x76, 0x24, 0x35, 0x07, 0x98, + 0x6c, 0xb8, 0x5e, 0x2f, 0x58, 0xa1, 0xe5, 0xfb, 0xc2, 0x10, 0x29, 0x53, 0xd4, 0x9f, 0x22, 0x47, + 0x8b, 0x7e, 0x37, 0x76, 0x16, 0xf4, 0x8b, 0x46, 0x12, 0xe1, 0x72, 0x8a, 0xa8, 0x5f, 0xfa, 0x34, + 0x8a, 0xc5, 0x91, 0x1f, 0x83, 0xac, 0x45, 0xdb, 0x85, 0xa1, 0xe5, 0xc0, 0x83, 0x5e, 0x05, 0x14, + 0x35, 0x62, 0xa3, 0xec, 0x88, 0x24, 0x57, 0xe2, 0x06, 0xcb, 0x25, 0x18, 0x43, 0xaa, 0xc0, 0x85, + 0x23, 0xe0, 0x4a, 0xf5, 0xea, 0xc7, 0x8c, 0xd0, 0x87, 0xc4, 0xca, 0x4d, 0x20, 0x02, 0xdf, 0x47, + 0x93, 0x58, 0xf2, 0x9a, 0xc4, 0xa8, 0xdf, 0x27, 0x01, 0xb0, 0x42, 0x87, 0x8e, 0xc0, 0x50, 0xab, + 0x18, 0x90, 0xc8, 0xcb, 0x79, 0x56, 0x7c, 0xc1, 0x01, 0x81, 0xdb, 0x0b, 0x16, 0x3b, 0x1b, 0x2b, + 0x5d, 0x2a, 0x21, 0x15, 0x09, 0xdc, 0x0a, 0xed, 0xb6, 0x0a, 0xe2, 0x92, 0xfb, 0x96, 0xe5, 0x6c, + 0x62, 0x8c, 0xd7, 0x80, 0xce, 0xf6, 0x48, 0xb5, 0xaa, 0x5d, 0x84, 0xc9, 0x2f, 0x20, 0x33, 0x14, + 0xf7, 0x85, 0xed, 0x36, 0x2b, 0x36, 0x0e, 0x08, 0x2c, 0xf5, 0xa7, 0x0a, 0x53, 0xa0, 0xf4, 0x1a, + 0xc2, 0x51, 0x13, 0x82, 0xd0, 0x94, 0xa1, 0x5f, 0x6a, 0x22, 0x0e, 0x3b, 0x9d, 0x81, 0xa3, 0x9a, + 0x81, 0x78, 0x8e, 0x8f, 0xef, 0x6d, 0x7a, 0x3a, 0x03, 0x59, 0x6f, 0x69, 0x56, 0x98, 0x88, 0x0a, + 0xdf, 0xdb, 0xf4, 0x64, 0x82, 0x24, 0x89, 0x07, 0xe6, 0x0a, 0x64, 0x77, 0x10, 0xbe, 0x9a, 0x57, + 0x60, 0x41, 0x6b, 0x5f, 0xd9, 0x73, 0xaa, 0x38, 0x1f, 0xb5, 0xdb, 0xd5, 0xc3, 0x60, 0xbe, 0xcf, + 0xb5, 0x79, 0x51, 0xad, 0x4d, 0xa4, 0x98, 0xdf, 0x51, 0x94, 0x0f, 0xdb, 0xcb, 0x9a, 0xa4, 0x69, + 0xcc, 0x03, 0x53, 0xbc, 0x3b, 0x30, 0x5a, 0x94, 0xd1, 0x90, 0x88, 0x86, 0x8e, 0x53, 0x11, 0xc2, + 0xe7, 0x59, 0x16, 0xdc, 0xbb, 0x51, 0x2e, 0x9e, 0xe0, 0x30, 0x47, 0xab, 0x9a, 0x0c, 0xc3, 0xcb, + 0x20, 0xba, 0x0d, 0xc3, 0x03, 0xfd, 0xc3, 0xe6, 0x10, 0x43, 0x50, 0xed, 0x15, 0xd0, 0x61, 0x62, + 0xef, 0x61, 0xd2, 0x83, 0xc3, 0xd1, 0x62, 0x90, 0x08, 0x12, 0x75, 0x2d, 0x32, 0x05, 0x93, 0xb9, + 0x51, 0x03, 0xcd, 0x92, 0xf2, 0x66, 0xc2, 0xb3, 0x3d, 0xad, 0x42, 0x01, 0x9b, 0x29, 0x01, 0x26, + 0x66, 0x33, 0xa8, 0x3b, 0x74, 0x53, 0xa9, 0x4a, 0x7c, 0xa1, 0x95, 0xb4, 0x82, 0x1d, 0x48, 0x43, + 0x0e, 0xb6, 0x85, 0x58, 0x51, 0xb0, 0x83, 0x50, 0xd6, 0xac, 0xa8, 0x4c, 0x97, 0xca, 0x9e, 0x49, + 0x84, 0xf2, 0x01, 0x5b, 0x6e, 0x08, 0x19, 0x5e, 0x51, 0x15, 0x44, 0xf5, 0x3a, 0xcc, 0xf4, 0x3a, + 0x58, 0x1d, 0x4b, 0x18, 0x4a, 0xdd, 0xf1, 0xb0, 0x70, 0x73, 0x2e, 0xac, 0x23, 0xd0, 0xf1, 0x3d, + 0x09, 0x49, 0xb4, 0x85, 0x66, 0xf3, 0x77, 0x26, 0x82, 0x25, 0x3b, 0x22, 0xf5, 0x94, 0xb9, 0x05, + 0xcf, 0x0b, 0xd8, 0xcc, 0xc3, 0xa8, 0x6d, 0x2d, 0xef, 0x2c, 0x4f, 0xad, 0xe8, 0xd0, 0xb2, 0x3c, + 0xa3, 0xaf, 0x1f, 0xed, 0x4a, 0xbb, 0x48, 0x41, 0xab, 0xa4, 0x2e, 0x0b, 0x05, 0xea, 0x30, 0x7e, + 0x1a, 0x02, 0x54, 0x04, 0x1f, 0x5a, 0x61, 0x1c, 0xe4, 0xf9, 0xf7, 0xf0, 0x0c, 0xc4, 0xa8, 0xd4, + 0x3b, 0x00, 0x7b, 0x2a, 0x65, 0xe4, 0x8a, 0x5a, 0x5e, 0x02, 0x09, 0x69, 0x69, 0xab, 0x46, 0x14, + 0xd7, 0x84, 0x81, 0x55, 0xb9, 0x8f, 0x25, 0x24, 0x47, 0x08, 0x0c, 0xcc, 0x90, 0x72, 0xd8, 0xce, + 0x72, 0x45, 0x4e, 0xe9, 0x86, 0x79, 0xfe, 0x81, 0xec, 0x9d, 0x48, 0x4a, 0x82, 0x7d, 0xab, 0x9a, + 0x81, 0x56, 0xeb, 0x8a, 0x96, 0x05, 0x85, 0x25, 0xa5, 0x7d, 0x26, 0x68, 0x2e, 0x25, 0x5b, 0x34, + 0x73, 0x80, 0x1e, 0x91, 0x8a, 0x20, 0xbb, 0x6d, 0x9a, 0x2b, 0xb8, 0x9d, 0x66, 0x1a, 0x89, 0x4a, + 0xb1, 0x28, 0x72, 0x00, 0x2a, 0x1a, 0xc5, 0x63, 0xc2, 0x22, 0x1e, 0xb2, 0x26, 0x94, 0x19, 0xd2, + 0xce, 0x86, 0xfa, 0xb7, 0x52, 0xbd, 0x2e, 0xe0, 0x6b, 0x39, 0xb1, 0x51, 0x6f, 0x3c, 0xb4, 0xe1, + 0xd3, 0x1c, 0x09, 0x64, 0x91, 0x55, 0xba, 0x8c, 0x83, 0x90, 0xdb, 0xa7, 0xaf, 0x83, 0x25, 0xd6, + 0x97, 0x7f, 0x7a, 0x4a, 0x3d, 0x81, 0x8f, 0x7c, 0x1b, 0x9c, 0x99, 0xb8, 0x45, 0xfa, 0x5d, 0x7a, + 0xcb, 0xb3, 0xd7, 0xb0, 0x41, 0x6c, 0xc7, 0x21, 0x33, 0x79, 0x08, 0x6b, 0xd2, 0x71, 0xf3, 0x18, + 0xfe, 0x99, 0xdd, 0x87, 0xf8, 0x18, 0xda, 0xd9, 0x7a, 0x5d, 0xb8, 0xc1, 0x74, 0xfa, 0xd5, 0x0a, + 0xb2, 0xf1, 0xbb, 0x28, 0x2f, 0x38, 0x54, 0x2c, 0xd6, 0x7e, 0x25, 0xa4, 0x39, 0x68, 0x6d, 0xbd, + 0xa6, 0x5f, 0xb8, 0x34, 0x8e, 0x43, 0xb4, 0x40, 0x34, 0xa1, 0x7c, 0x87, 0x7d, 0x4d, 0xe0, 0x6d, + 0xc5, 0xc8, 0xb1, 0x48, 0xc2, 0x62, 0xdc, 0x45, 0x30, 0x17, 0xab, 0xa4, 0x5e, 0x31, 0xfd, 0x1b, + 0x95, 0x3e, 0x82, 0x54, 0x4b, 0x84, 0xe9, 0x3e, 0x14, 0x34, 0x66, 0x52, 0x8e, 0xb7, 0x4f, 0x8e, + 0xa1, 0xf9, 0x34, 0x48, 0xe6, 0x3c, 0x4b, 0xcb, 0x3c, 0xbe, 0x7f, 0xcf, 0x8b, 0x37, 0x09, 0xba, + 0xfd, 0xf6, 0xc3, 0xdb, 0xef, 0x14, 0x44, 0x7b, 0x17, 0x2f, 0xbf, 0xdd, 0x41, 0xb0, 0x5e, 0x7b, + 0x43, 0x89, 0x97, 0xa1, 0xea, 0x63, 0xbd, 0x16, 0xc4, 0x1b, 0x0d, 0xf5, 0x44, 0x3e, 0x2f, 0xb0, + 0xcc, 0x93, 0xb2, 0xe0, 0xdf, 0xbf, 0xb7, 0xad, 0x45, 0x51, 0x2c, 0xbd, 0xd3, 0xd3, 0xdb, 0xdb, + 0x5b, 0xf7, 0xf6, 0xcc, 0x4d, 0xb3, 0xf9, 0x69, 0xef, 0xea, 0xea, 0xea, 0x54, 0x40, 0xb2, 0xd8, + 0x36, 0x52, 0x3d, 0xc1, 0x33, 0xff, 0x3a, 0x00, 0xe2, 0xb1, 0x27, 0x87, 0x45, 0x4e, 0x69, 0xb3, + 0x1f, 0xc1, 0x9c, 0x86, 0x54, 0x5d, 0x99, 0x36, 0x3e, 0xd9, 0xee, 0xc5, 0x48, 0x8a, 0x89, 0x31, + 0xac, 0x40, 0x4e, 0xeb, 0x34, 0x54, 0x4f, 0xb2, 0x8f, 0x4d, 0x77, 0xef, 0xda, 0xde, 0xb2, 0xfc, + 0x88, 0x2d, 0x25, 0x97, 0x36, 0x8c, 0x21, 0xb6, 0x64, 0xf7, 0xec, 0x96, 0x5d, 0x13, 0x59, 0x01, + 0x2e, 0x91, 0x73, 0x65, 0x98, 0x25, 0xae, 0xe1, 0x9d, 0x34, 0x24, 0x23, 0xcc, 0x01, 0xf4, 0x4b, + 0x7a, 0x13, 0x73, 0x18, 0x14, 0xd9, 0xbd, 0x54, 0xca, 0x7b, 0x34, 0xdd, 0xb5, 0x10, 0xb9, 0x4b, + 0xb2, 0x0d, 0x85, 0x58, 0xbb, 0xf7, 0xd1, 0xf6, 0x5a, 0xfb, 0x20, 0x1f, 0x48, 0x87, 0x1d, 0x1f, + 0x67, 0xa3, 0xc0, 0x85, 0x52, 0xb9, 0xf5, 0x83, 0xe1, 0xfd, 0xf0, 0x5e, 0xd6, 0x94, 0x0a, 0xd5, + 0x0b, 0xdc, 0x08, 0xce, 0x54, 0xe4, 0x86, 0xc3, 0x09, 0x99, 0x4e, 0x18, 0x12, 0x94, 0x6e, 0x08, + 0x07, 0x9e, 0xec, 0x1c, 0xcf, 0xb6, 0x50, 0xb7, 0x48, 0xa9, 0x2f, 0x0b, 0x34, 0x77, 0x7d, 0x7c, + 0x7c, 0xed, 0x56, 0x39, 0x40, 0x37, 0x99, 0xc7, 0x43, 0x6a, 0x83, 0x96, 0xfc, 0x16, 0x48, 0x59, + 0xb2, 0x5b, 0xc7, 0xb3, 0xeb, 0x9c, 0x37, 0x22, 0x87, 0xcd, 0xcc, 0x99, 0xfa, 0xd7, 0x6c, 0xa6, + 0xda, 0xfa, 0x7f, 0x3a, 0x0c, 0xb6, 0xd4, 0xbd, 0x9b, 0x97, 0x13, 0x7b, 0x46, 0xf5, 0xa4, 0x27, + 0xb5, 0x44, 0x2a, 0x2f, 0x82, 0x82, 0x83, 0x8b, 0x54, 0x8a, 0x38, 0x49, 0xc2, 0x11, 0xce, 0xd5, + 0x2d, 0xd2, 0xb7, 0x7e, 0xc6, 0x16, 0x18, 0x27, 0x19, 0xfe, 0x78, 0xbd, 0x31, 0x94, 0xe1, 0xcc, + 0xfd, 0x08, 0xca, 0xc6, 0xaf, 0xaf, 0x9a, 0x6b, 0xbb, 0xe8, 0xda, 0x9d, 0xf3, 0xe2, 0x4b, 0x18, + 0xf5, 0x2b, 0x3e, 0x7d, 0x4f, 0x05, 0x5f, 0x67, 0xe9, 0x8d, 0xf0, 0x6c, 0x8f, 0x8f, 0xdf, 0x8a, + 0x06, 0xba, 0xc5, 0x90, 0x5e, 0x84, 0x41, 0x8d, 0x84, 0xe3, 0xe1, 0x87, 0x1d, 0x6e, 0x6c, 0x2f, + 0x45, 0x2d, 0x87, 0x2d, 0x1c, 0x39, 0x80, 0xc7, 0xfa, 0x91, 0x23, 0xa1, 0xb9, 0xdc, 0x2c, 0xd3, + 0x04, 0xc4, 0xf5, 0x73, 0x14, 0xc7, 0x6f, 0xe1, 0x71, 0x14, 0x64, 0xfd, 0xed, 0xe6, 0xda, 0x7a, + 0xf0, 0x46, 0xe1, 0x97, 0xd1, 0x54, 0xb5, 0x48, 0xa5, 0x22, 0x9e, 0x39, 0x95, 0xf8, 0x7d, 0xde, + 0x08, 0x60, 0xdd, 0x1d, 0x18, 0xca, 0x8f, 0x3c, 0xe4, 0x68, 0xa5, 0xea, 0x3e, 0x52, 0x28, 0x17, + 0xf7, 0xc8, 0x80, 0x93, 0x2f, 0xd2, 0x32, 0x9e, 0xbe, 0xd6, 0x0d, 0xfe, 0xb1, 0x9c, 0xa2, 0x63, + 0xa5, 0xf5, 0x0e, 0x94, 0x4a, 0xd4, 0x01, 0x90, 0x74, 0x24, 0x77, 0x48, 0x80, 0xd6, 0x92, 0x89, + 0x45, 0xee, 0x31, 0x94, 0x4e, 0xa1, 0x93, 0xa0, 0xa7, 0x65, 0x87, 0xf9, 0x30, 0x3f, 0x22, 0x2b, + 0x31, 0x1d, 0xe6, 0x1e, 0x7e, 0xa5, 0xcb, 0x9f, 0xc0, 0x7b, 0x20, 0xdf, 0x41, 0x5a, 0xf2, 0x49, + 0xed, 0x80, 0x92, 0x49, 0x8f, 0x57, 0xd8, 0xe9, 0xc2, 0xa2, 0xa4, 0x04, 0xe8, 0x1c, 0x0c, 0xa6, + 0x8c, 0xd1, 0xcd, 0x5e, 0x6c, 0xe8, 0x39, 0xec, 0xcd, 0xae, 0x06, 0xbf, 0x91, 0x06, 0xb0, 0x1a, + 0x3d, 0x9b, 0x6a, 0x2a, 0xda, 0x22, 0xd9, 0x7d, 0x73, 0x13, 0xcc, 0xfe, 0x56, 0x31, 0xbb, 0x9e, + 0xa9, 0x98, 0x28, 0x35, 0xf0, 0x0b, 0x4c, 0x44, 0xf3, 0x8b, 0xc6, 0x0e, 0xdb, 0x81, 0xee, 0x88, + 0x69, 0x7f, 0xae, 0x3c, 0x24, 0x38, 0x0f, 0x81, 0xf2, 0x4f, 0xde, 0xe9, 0xd5, 0x0e, 0xc8, 0xe0, + 0x19, 0x06, 0x8a, 0xfb, 0xb5, 0xe6, 0xf7, 0x82, 0x9a, 0xb8, 0x40, 0x2f, 0xc2, 0xa8, 0x7f, 0x2d, + 0x41, 0x0a, 0x77, 0xf4, 0xad, 0x2d, 0x58, 0x20, 0xa3, 0x81, 0x6d, 0x95, 0x43, 0x8c, 0x83, 0xde, + 0xb5, 0x0f, 0x21, 0x8a, 0xdf, 0x27, 0xc1, 0x12, 0x8b, 0xac, 0xac, 0x79, 0x89, 0x22, 0xb0, 0xf0, + 0xfc, 0x70, 0xa9, 0x0d, 0x39, 0x09, 0x30, 0xef, 0xb7, 0xc4, 0x29, 0x09, 0x53, 0xf4, 0x28, 0xa3, + 0x09, 0x6e, 0x3a, 0x20, 0x14, 0xdc, 0x68, 0x57, 0x59, 0x33, 0x77, 0x85, 0x42, 0x87, 0x41, 0xbe, + 0x05, 0x71, 0x4c, 0x4c, 0x50, 0x0d, 0x68, 0x55, 0x8f, 0xcc, 0xe4, 0x1a, 0x3d, 0xa8, 0x7d, 0xb9, + 0xb6, 0x10, 0xda, 0x0e, 0x9b, 0x08, 0xf0, 0xd7, 0x68, 0x19, 0x49, 0x3b, 0x45, 0x58, 0x16, 0xc2, + 0x3e, 0x34, 0x9d, 0x7a, 0x53, 0xfc, 0x4b, 0xd1, 0x8f, 0x61, 0x4b, 0x5f, 0x18, 0x04, 0x28, 0x17, + 0x6a, 0xa5, 0x25, 0x33, 0x49, 0x7e, 0xf8, 0x2f, 0xf9, 0x6a, 0x2e, 0x6c, 0x12, 0xb1, 0x3a, 0xeb, + 0x35, 0xd7, 0xc6, 0xbb, 0x66, 0xa1, 0x52, 0xd8, 0x3a, 0x39, 0x48, 0x37, 0x7f, 0x55, 0xb9, 0x1d, + 0x79, 0x23, 0x72, 0x02, 0x7f, 0x64, 0x94, 0x93, 0x43, 0xaa, 0x18, 0x5d, 0x01, 0x1b, 0x9e, 0x21, + 0x19, 0xba, 0x14, 0xc9, 0x22, 0xb1, 0xef, 0x85, 0x6e, 0x9c, 0x02, 0x29, 0x64, 0x47, 0x54, 0x75, + 0xc0, 0x63, 0x85, 0x1f, 0x32, 0x6a, 0x2f, 0x7d, 0x42, 0xe9, 0xa8, 0xd6, 0x36, 0xb4, 0x61, 0xc0, + 0xeb, 0x26, 0x4a, 0x2f, 0x4d, 0xd3, 0x50, 0x84, 0x23, 0xdd, 0x10, 0x4d, 0x0a, 0x4e, 0x86, 0x1c, + 0xb9, 0x84, 0xf6, 0x8a, 0xa2, 0x18, 0x7c, 0xb8, 0x55, 0xac, 0x22, 0x0d, 0xfb, 0xf5, 0x7a, 0xbf, + 0xdb, 0xed, 0x9e, 0x12, 0x22, 0x98, 0xea, 0xc2, 0xdb, 0xdf, 0xda, 0x56, 0xc5, 0xac, 0x94, 0x8e, + 0xb4, 0xa1, 0x21, 0xeb, 0x59, 0xc3, 0x8f, 0xf5, 0x57, 0x0a, 0x17, 0xc2, 0x99, 0x83, 0x47, 0x56, + 0x1a, 0x71, 0xb4, 0xb1, 0xb2, 0x34, 0x0b, 0x17, 0x2b, 0x1c, 0xf8, 0x2b, 0xd8, 0x0d, 0x47, 0xd2, + 0x79, 0x32, 0x5a, 0xf8, 0x1f, 0xa5, 0x71, 0x27, 0xa9, 0x48, 0x45, 0xfb, 0x68, 0x7a, 0xb0, 0xcc, + 0xc0, 0x7e, 0x76, 0xb5, 0x9e, 0xf0, 0xde, 0x1d, 0xf7, 0x80, 0x3d, 0x05, 0xef, 0x7e, 0x75, 0xb0, + 0x2c, 0x26, 0x4d, 0xb6, 0x5e, 0x07, 0xb4, 0x6c, 0x33, 0x70, 0x27, 0xc9, 0x93, 0x77, 0xc4, 0x94, + 0xef, 0x84, 0xa1, 0x18, 0xe9, 0x8a, 0xfe, 0x4c, 0x94, 0xc0, 0x36, 0x27, 0x8b, 0x74, 0x97, 0xda, + 0x94, 0x23, 0x20, 0x1c, 0xce, 0x52, 0x5a, 0xc4, 0xe2, 0x91, 0xac, 0xd7, 0xe4, 0x2e, 0x94, 0x2a, + 0xb6, 0x33, 0x2a, 0xc7, 0xe0, 0xd9, 0xba, 0x56, 0xe2, 0xf0, 0xbd, 0x6e, 0x6e, 0x82, 0x8a, 0xe8, + 0x4b, 0xd8, 0x02, 0x44, 0x97, 0xa5, 0x70, 0x0a, 0x78, 0x78, 0xcd, 0xa7, 0xea, 0x95, 0x40, 0x09, + 0x23, 0x9a, 0x2a, 0xaa, 0x2e, 0x08, 0xba, 0xea, 0x02, 0xae, 0x12, 0x4c, 0x9d, 0x05, 0xd8, 0x20, + 0x96, 0x22, 0x28, 0xd9, 0x12, 0x30, 0x0c, 0xb3, 0xae, 0xb9, 0x9b, 0x4c, 0x59, 0x1e, 0xcd, 0x93, + 0x77, 0x72, 0x8b, 0xe2, 0x48, 0x2f, 0xe3, 0xf1, 0xb1, 0xe4, 0xa3, 0x3b, 0x02, 0x43, 0xb8, 0x52, + 0x43, 0xc2, 0xd0, 0xb1, 0xb8, 0x95, 0xc5, 0xb4, 0x92, 0x56, 0x0b, 0x72, 0x64, 0xe2, 0x88, 0x7c, + 0x3d, 0x95, 0x65, 0xab, 0x94, 0x32, 0x89, 0x55, 0x0d, 0x32, 0x8c, 0x55, 0xd2, 0x61, 0xd5, 0xd4, + 0x76, 0xc0, 0xaa, 0x02, 0x02, 0xac, 0x92, 0x02, 0x74, 0x95, 0x6d, 0x57, 0xe9, 0xba, 0x32, 0x89, + 0xbf, 0x62, 0x63, 0x47, 0xe4, 0x31, 0x1a, 0xa2, 0x20, 0x74, 0xa4, 0xf9, 0x36, 0x8d, 0x66, 0x33, + 0x54, 0x92, 0x62, 0x7d, 0x13, 0x06, 0x45, 0x48, 0x01, 0xc9, 0x87, 0x1b, 0x37, 0x55, 0x2e, 0xe4, + 0xa6, 0x76, 0x3b, 0x6b, 0xbb, 0x72, 0xba, 0xb5, 0x5b, 0x31, 0xa0, 0x38, 0xa9, 0x0e, 0x11, 0xc2, + 0x0e, 0x8c, 0x76, 0x4d, 0x00, 0x7b, 0x07, 0x7a, 0xe4, 0x4e, 0x9d, 0xcd, 0x8d, 0x1b, 0x52, 0x68, + 0x3b, 0xa4, 0xde, 0x2b, 0xf0, 0x5f, 0x69, 0xf7, 0x95, 0x60, 0xed, 0x0b, 0x07, 0x0f, 0x0b, 0x69, + 0x35, 0x87, 0x65, 0x46, 0x51, 0x1f, 0x3f, 0xd9, 0x81, 0x6d, 0x46, 0x60, 0xbf, 0xdf, 0xd9, 0xf4, + 0x20, 0x31, 0x77, 0xe3, 0x96, 0xc9, 0x8d, 0x34, 0x4e, 0xaa, 0x24, 0x00, 0x30, 0xa8, 0x13, 0x1d, + 0xe4, 0xfa, 0xca, 0xce, 0x94, 0x13, 0x0f, 0x53, 0x1e, 0x34, 0x77, 0x28, 0x30, 0x0d, 0x4a, 0x88, + 0x94, 0xae, 0x87, 0xf4, 0x84, 0x73, 0x4e, 0x38, 0x17, 0x6e, 0x7a, 0xec, 0x57, 0x41, 0x00, 0x94, + 0x65, 0xc2, 0xe7, 0x17, 0xd2, 0x2b, 0xdb, 0xd2, 0xd3, 0xb2, 0x7f, 0x81, 0xbc, 0xfd, 0x45, 0xbb, + 0xf8, 0x03, 0xc6, 0x32, 0xa9, 0x7b, 0x32, 0x28, 0x60, 0x1d, 0xc4, 0xa3, 0x3e, 0x12, 0x21, 0x9e, + 0x4b, 0x88, 0xe7, 0xf2, 0x55, 0xa6, 0xc5, 0x73, 0x09, 0xf1, 0x9c, 0x81, 0x1d, 0x28, 0xda, 0x43, + 0x4f, 0x19, 0x25, 0x91, 0x23, 0xe3, 0x14, 0x23, 0xe2, 0xc6, 0x0a, 0xfc, 0xa9, 0x51, 0x66, 0xba, + 0x1d, 0x86, 0x75, 0x2c, 0x51, 0x5c, 0x55, 0x9f, 0x6f, 0xd1, 0x03, 0x7a, 0x8e, 0x5e, 0x55, 0x16, + 0x4d, 0x44, 0x41, 0x4a, 0x19, 0xb1, 0x91, 0x7b, 0x59, 0x2e, 0x4f, 0x20, 0x48, 0xb3, 0x60, 0x12, + 0xd3, 0xd8, 0xeb, 0x17, 0x72, 0x92, 0x18, 0x4d, 0x3f, 0x99, 0x45, 0xf3, 0x52, 0x96, 0xc3, 0x68, + 0xae, 0xb9, 0x8c, 0x3c, 0xf4, 0xcc, 0xbd, 0xcd, 0xa2, 0x42, 0x95, 0x39, 0x4c, 0xf2, 0xa8, 0x2b, + 0x37, 0xf8, 0xaa, 0xf0, 0x46, 0x01, 0x30, 0x14, 0x39, 0xc9, 0x4c, 0x3a, 0x98, 0xd8, 0x7a, 0x3e, + 0xf6, 0xc4, 0x57, 0xed, 0x82, 0x3c, 0x07, 0xa3, 0x43, 0xd1, 0x1a, 0xd1, 0x21, 0x3d, 0x8d, 0xa4, + 0xde, 0x17, 0x63, 0x91, 0xdf, 0xc3, 0x94, 0x76, 0x76, 0xbb, 0xb6, 0xa7, 0xa6, 0x9b, 0x72, 0x19, + 0x2b, 0x50, 0x9d, 0xd4, 0xce, 0xc8, 0x22, 0xc8, 0xdf, 0xdd, 0x26, 0x7a, 0x98, 0x52, 0x90, 0x93, + 0xbc, 0x24, 0xde, 0xa5, 0x6d, 0xac, 0x8c, 0x76, 0xae, 0x36, 0xd5, 0x66, 0x9f, 0x43, 0x51, 0xcc, + 0xf8, 0x5e, 0xee, 0x4f, 0x56, 0x9d, 0x83, 0x6b, 0x68, 0x13, 0xf2, 0x8d, 0x01, 0x17, 0xee, 0xe3, + 0x7b, 0x69, 0x67, 0x34, 0xc2, 0xf9, 0x72, 0x31, 0xc4, 0xe2, 0x7d, 0x24, 0x51, 0x41, 0x09, 0x61, + 0x8f, 0x1c, 0x1f, 0xcb, 0x4c, 0x12, 0xeb, 0x22, 0x21, 0x7d, 0x88, 0xba, 0x82, 0xe3, 0x0c, 0xf6, + 0x91, 0x3b, 0x8c, 0x64, 0xda, 0x5b, 0xb1, 0x23, 0x56, 0xef, 0x28, 0x39, 0xce, 0x7a, 0xfd, 0x96, + 0x72, 0x8c, 0x0d, 0x3d, 0x51, 0x2a, 0x24, 0x12, 0x25, 0xc4, 0x36, 0x40, 0xa2, 0x72, 0x6f, 0x54, + 0x48, 0xce, 0x61, 0x5c, 0x94, 0xc2, 0xd3, 0x6d, 0x4c, 0x05, 0x28, 0x0c, 0x95, 0xd9, 0xe5, 0x9b, + 0xab, 0x52, 0x83, 0x6c, 0x02, 0x42, 0xb7, 0xba, 0x93, 0xee, 0x01, 0x90, 0xca, 0x8d, 0x7b, 0xc7, + 0x72, 0xda, 0x86, 0x48, 0xfc, 0x3d, 0x33, 0xc3, 0x92, 0xdc, 0x44, 0x39, 0x1f, 0xaa, 0xa7, 0xd1, + 0xb8, 0x58, 0xf0, 0xc4, 0x9d, 0x40, 0x55, 0xdb, 0xba, 0x2c, 0xe3, 0x79, 0x1a, 0xaf, 0x44, 0x80, + 0x00, 0x78, 0xff, 0x10, 0xdd, 0xf0, 0xb4, 0x04, 0x3f, 0xec, 0xdd, 0xa7, 0xb9, 0xd9, 0xb1, 0xc6, + 0x6a, 0xfa, 0xca, 0x06, 0xa4, 0x88, 0xa2, 0x01, 0x59, 0x4d, 0xe0, 0x5b, 0xf8, 0xa3, 0xa0, 0x83, + 0xa3, 0xcc, 0x8d, 0xa4, 0x0c, 0x95, 0x42, 0xa2, 0x62, 0x39, 0x6d, 0x7b, 0x35, 0x32, 0xf7, 0x79, + 0x4f, 0x5f, 0x65, 0x19, 0x39, 0xea, 0x15, 0x4d, 0xd8, 0xcf, 0x6b, 0x41, 0xd1, 0xc4, 0x2d, 0xe7, + 0x2c, 0x6b, 0x88, 0xf1, 0xd7, 0x24, 0x7e, 0x1c, 0xb2, 0xe4, 0xa3, 0xa4, 0xe4, 0x83, 0x3d, 0x85, + 0xb4, 0xf1, 0xa5, 0x68, 0x97, 0x7a, 0xbd, 0xf6, 0x33, 0x2d, 0xb4, 0x68, 0x0b, 0x12, 0x52, 0xba, + 0x58, 0x64, 0xe9, 0x2d, 0xe8, 0x9a, 0xa5, 0xfe, 0x9d, 0x08, 0x79, 0x16, 0xbe, 0x65, 0x0f, 0xbd, + 0x51, 0xe7, 0xd7, 0x5f, 0xdb, 0xe3, 0xe1, 0xaf, 0xbf, 0x4e, 0x4f, 0x7e, 0xfd, 0xd5, 0xc5, 0xa3, + 0xfd, 0xd9, 0xd0, 0x59, 0x37, 0x0a, 0x28, 0xc7, 0x62, 0xb1, 0x6f, 0x8d, 0x7e, 0xfd, 0x35, 0x5f, + 0xff, 0xfa, 0xab, 0x3d, 0x6e, 0xdb, 0x56, 0xbb, 0x68, 0x5b, 0xce, 0x88, 0xe1, 0x35, 0x3f, 0xf4, + 0x8a, 0x34, 0x60, 0x3a, 0x43, 0x8b, 0x2d, 0xff, 0x72, 0xdb, 0x83, 0xa0, 0x7e, 0x17, 0x51, 0x83, + 0x1f, 0xf9, 0xfc, 0xab, 0xbb, 0xa5, 0x6d, 0x65, 0xf3, 0x89, 0xd5, 0x86, 0x41, 0xf0, 0xed, 0x76, + 0x6e, 0x60, 0xb5, 0x97, 0x0e, 0xfb, 0xa1, 0x91, 0xbd, 0xc8, 0x63, 0x51, 0xf9, 0xd3, 0xed, 0x5c, + 0x59, 0xf9, 0x83, 0x6f, 0xfd, 0x86, 0x79, 0x7f, 0x32, 0x5c, 0x77, 0xef, 0x68, 0xc2, 0x3f, 0x03, + 0x3f, 0xa3, 0x6e, 0xe7, 0x2a, 0xe8, 0xcc, 0x3e, 0xef, 0x7c, 0x3d, 0x7e, 0xe8, 0x6d, 0x90, 0xf9, + 0x7a, 0x2b, 0xb3, 0x4f, 0x99, 0x5f, 0x9a, 0x00, 0x3f, 0xb4, 0x7f, 0x16, 0xff, 0x59, 0x9f, 0x5a, + 0x0e, 0xfb, 0x7a, 0x5f, 0x89, 0x2a, 0xfb, 0xae, 0x59, 0xf6, 0x5a, 0xfc, 0x27, 0x4a, 0xbe, 0xd8, + 0x57, 0xa2, 0xca, 0xfe, 0xf0, 0xdf, 0x06, 0xc5, 0x02, 0x96, 0xfb, 0x9c, 0x7d, 0x23, 0x93, 0xb0, + 0x25, 0x93, 0x29, 0xfb, 0x45, 0xbe, 0xcc, 0xe2, 0x34, 0xcd, 0xea, 0xa3, 0x0d, 0x7f, 0xdb, 0xd2, + 0x25, 0xa2, 0xce, 0x4d, 0x94, 0xd8, 0x32, 0x11, 0xdc, 0x09, 0x59, 0xd5, 0xd0, 0x27, 0x7f, 0x37, + 0xc5, 0x57, 0xa7, 0xf7, 0xaa, 0xa8, 0x4c, 0x65, 0xeb, 0x33, 0xf4, 0x9f, 0xf9, 0xcb, 0x20, 0xcb, + 0xf9, 0xd7, 0x71, 0x1a, 0x90, 0xca, 0xae, 0x02, 0xe0, 0xc3, 0xe4, 0xb4, 0xd7, 0xed, 0x9e, 0x64, + 0x5e, 0x56, 0x83, 0xfa, 0x4f, 0x23, 0x78, 0x26, 0x5a, 0xbd, 0x21, 0x35, 0xcf, 0x7a, 0x97, 0x46, + 0x77, 0xff, 0x68, 0x6c, 0xa2, 0x17, 0xe9, 0x7b, 0x11, 0x18, 0xb6, 0x51, 0xc7, 0x5d, 0x06, 0xc4, + 0x26, 0x59, 0x61, 0xf7, 0x99, 0xd5, 0xb5, 0x9c, 0x0d, 0x0d, 0xe9, 0x27, 0xdf, 0x38, 0x2a, 0x52, + 0x01, 0x89, 0x8d, 0x9d, 0xf6, 0x4f, 0xfd, 0x87, 0x85, 0xd7, 0x65, 0x39, 0xfe, 0xad, 0xf0, 0x2f, + 0xf0, 0x7a, 0x90, 0xad, 0x4a, 0x6c, 0x81, 0x2d, 0x2b, 0x99, 0x95, 0x26, 0xaf, 0x17, 0x64, 0x8a, + 0xc3, 0x89, 0x16, 0xef, 0x51, 0x12, 0x15, 0x51, 0x10, 0xff, 0x24, 0x2c, 0xc4, 0x49, 0x25, 0x91, + 0x3f, 0x95, 0xfd, 0x16, 0x7e, 0x5c, 0xcb, 0xa5, 0xea, 0x44, 0x08, 0x01, 0xf4, 0xb7, 0x36, 0x37, + 0x76, 0x37, 0x2c, 0x9c, 0x53, 0x83, 0xae, 0x4c, 0xe2, 0x39, 0x63, 0x2f, 0x37, 0x9f, 0x9e, 0xca, + 0x50, 0x7f, 0xe1, 0x0c, 0x45, 0x7f, 0x0b, 0x7e, 0x27, 0x51, 0xe0, 0x17, 0xde, 0xe9, 0x6f, 0x44, + 0xc9, 0xc3, 0xad, 0x1a, 0xc8, 0x33, 0x6a, 0x10, 0xf9, 0xd6, 0x35, 0xb4, 0xd4, 0x47, 0xae, 0xae, + 0x53, 0x0b, 0x16, 0x7d, 0xec, 0xe7, 0xa8, 0x1e, 0x99, 0x14, 0x0a, 0x44, 0x6d, 0x52, 0x0e, 0x59, + 0x6f, 0x12, 0x28, 0x7c, 0x18, 0xbd, 0x61, 0x1a, 0xa7, 0x59, 0x4b, 0x2a, 0x7f, 0xf8, 0x6f, 0x50, + 0xa9, 0x50, 0x4d, 0x90, 0xae, 0x68, 0x15, 0xab, 0x81, 0xe6, 0x2b, 0xda, 0x92, 0xa4, 0x87, 0x67, + 0x65, 0x64, 0x21, 0x00, 0xcb, 0xd6, 0x5c, 0x27, 0x26, 0x96, 0x0c, 0x41, 0xab, 0x11, 0x63, 0xac, + 0xd6, 0x42, 0x97, 0xe5, 0x3a, 0xb1, 0x32, 0x2a, 0x01, 0xd0, 0xfe, 0x4a, 0x71, 0xa3, 0x52, 0x4c, + 0x95, 0xae, 0x79, 0xbc, 0x8a, 0x12, 0x55, 0x41, 0xce, 0x58, 0x66, 0xf9, 0x85, 0x4a, 0xc0, 0xf6, + 0x60, 0x62, 0x79, 0x68, 0x91, 0x13, 0x1e, 0xef, 0x28, 0x02, 0xa9, 0x04, 0xa8, 0xe9, 0xa8, 0x18, + 0xd7, 0xeb, 0x8d, 0x17, 0x46, 0x0a, 0xe1, 0x61, 0x23, 0x83, 0xf2, 0xb0, 0x62, 0x1c, 0x82, 0x04, + 0xbd, 0x63, 0x2e, 0xb5, 0xa2, 0x35, 0x89, 0x83, 0x6d, 0xea, 0xa1, 0xfa, 0x61, 0x0c, 0xe9, 0x6c, + 0xd6, 0xd7, 0xa6, 0x3c, 0x50, 0x1d, 0x4b, 0x45, 0x49, 0xd5, 0xca, 0x84, 0xb4, 0xdb, 0x0e, 0xdc, + 0x8a, 0x36, 0xd5, 0x81, 0x14, 0x16, 0x53, 0x57, 0x1f, 0xd2, 0x1f, 0x81, 0x48, 0x93, 0xdc, 0xf4, + 0x11, 0xa4, 0xc5, 0xe9, 0x65, 0x97, 0x91, 0x1f, 0x90, 0x13, 0x13, 0x32, 0xb2, 0x43, 0x57, 0x22, + 0xc5, 0xfd, 0x5f, 0x48, 0xdb, 0xc3, 0x3d, 0xee, 0x70, 0x08, 0xfe, 0xec, 0xc4, 0xee, 0x75, 0x22, + 0xf8, 0x4f, 0x32, 0x55, 0x9e, 0x20, 0x9d, 0xcb, 0x34, 0xbd, 0x3a, 0xf4, 0x1e, 0xfa, 0xfc, 0xb3, + 0x4b, 0xb8, 0xb4, 0xa3, 0x1c, 0x0e, 0x4b, 0xc6, 0x62, 0x38, 0x2c, 0xe9, 0x98, 0x36, 0x1e, 0x67, + 0xfe, 0x28, 0x15, 0x81, 0x17, 0x91, 0x4d, 0x59, 0x8a, 0x0f, 0x1e, 0x32, 0xef, 0x6f, 0x76, 0xff, + 0xe2, 0xe2, 0x64, 0xa4, 0xaa, 0x53, 0x1d, 0xd1, 0xa4, 0xcb, 0x90, 0xed, 0xb0, 0xb9, 0x2a, 0x0f, + 0x74, 0xc6, 0x44, 0x65, 0xcc, 0x54, 0xc6, 0x86, 0x66, 0x08, 0x2a, 0xf9, 0x90, 0x7e, 0x0b, 0x2a, + 0xd8, 0x37, 0xc3, 0xec, 0x14, 0xf5, 0xc4, 0x14, 0xe7, 0x22, 0x45, 0x53, 0x9c, 0x88, 0x14, 0xf7, + 0x2b, 0x59, 0x26, 0x8f, 0x06, 0x61, 0xb6, 0x95, 0x98, 0x53, 0x39, 0xa9, 0xcf, 0x3b, 0x25, 0x66, + 0x0d, 0xb1, 0xe0, 0x73, 0x3a, 0x40, 0x00, 0x7f, 0x95, 0x0f, 0xbb, 0x5e, 0x7a, 0xca, 0x07, 0xf9, + 0x6d, 0x44, 0x5a, 0x12, 0x7e, 0x73, 0x08, 0x7b, 0xbe, 0x55, 0x7a, 0xa8, 0x26, 0xa3, 0x1e, 0x03, + 0x91, 0x91, 0x20, 0xc3, 0x8e, 0x3a, 0x99, 0x73, 0x9a, 0xb6, 0xed, 0xe8, 0x55, 0x36, 0xbc, 0xf4, + 0xba, 0x8e, 0x59, 0x21, 0xa2, 0x0a, 0x59, 0x27, 0xa1, 0x0a, 0x7d, 0xb3, 0x20, 0xa3, 0x82, 0x04, + 0xf8, 0x46, 0xc1, 0xb9, 0x52, 0xce, 0x90, 0x4d, 0x97, 0xdd, 0x93, 0xf8, 0xb3, 0xb3, 0x4b, 0x12, + 0x51, 0x7f, 0xb3, 0x49, 0x66, 0x86, 0xc0, 0x02, 0x9e, 0x0e, 0xe4, 0x95, 0xcc, 0xc8, 0x55, 0xc6, + 0xa6, 0x5a, 0xf8, 0x6f, 0xf3, 0x78, 0x2f, 0x5a, 0xe4, 0x7a, 0x47, 0xd5, 0x7a, 0x67, 0xbe, 0xdd, + 0xc7, 0x48, 0x4e, 0x22, 0xa0, 0x25, 0x7b, 0xe5, 0xf7, 0x86, 0x99, 0xd7, 0xef, 0x64, 0xc0, 0x08, + 0x7f, 0xd5, 0xe3, 0x9d, 0x2b, 0x4c, 0x39, 0x39, 0x89, 0x4e, 0xb5, 0x00, 0xc3, 0x60, 0x40, 0x3b, + 0xd5, 0x38, 0x4a, 0x3d, 0x8e, 0x18, 0x19, 0x17, 0x90, 0xe5, 0xcd, 0x61, 0xc4, 0x87, 0x56, 0xa7, + 0x7f, 0x42, 0xa7, 0x08, 0x04, 0xf9, 0x9d, 0xd8, 0x09, 0x7a, 0xed, 0x76, 0x87, 0x89, 0xd7, 0xef, + 0x76, 0x09, 0x27, 0x72, 0x54, 0x49, 0x3b, 0xd2, 0x03, 0xe8, 0x63, 0x00, 0x36, 0xde, 0x9d, 0xfd, + 0x83, 0xc8, 0x4c, 0x64, 0x88, 0x7a, 0xa7, 0x7d, 0x73, 0x1c, 0x92, 0xbd, 0x0f, 0xb0, 0x82, 0x74, + 0xb2, 0xfd, 0x82, 0x7a, 0xd5, 0x42, 0x3a, 0xc3, 0xdc, 0x2f, 0x2f, 0x87, 0x36, 0xc6, 0x29, 0x28, + 0xa8, 0xd3, 0xbb, 0xb8, 0x70, 0xfb, 0x17, 0xe7, 0x2f, 0x2f, 0x2e, 0x2e, 0xfb, 0x2f, 0xba, 0x57, + 0xbd, 0x17, 0x57, 0x1d, 0xf7, 0xfc, 0xfc, 0xe2, 0xea, 0xf2, 0xea, 0xa2, 0x7b, 0x8e, 0x9f, 0x17, + 0x57, 0xbd, 0xb3, 0xb3, 0x13, 0x78, 0x95, 0xbc, 0xd3, 0x77, 0xda, 0xbd, 0xee, 0xb9, 0x7b, 0x7e, + 0xd5, 0xef, 0x5d, 0xf6, 0xae, 0xae, 0xce, 0xae, 0xce, 0x5e, 0xbe, 0x7c, 0x79, 0xf2, 0x87, 0x0d, + 0x36, 0xe1, 0xaf, 0xfa, 0x5d, 0xcc, 0xc6, 0x7d, 0xd9, 0x7f, 0x71, 0xde, 0xbd, 0xba, 0xec, 0x5e, + 0x9e, 0x77, 0xbb, 0x2f, 0xce, 0xae, 0x2e, 0x4e, 0x20, 0x3c, 0x78, 0xa7, 0xd7, 0x75, 0x3a, 0xe8, + 0xc3, 0x7d, 0x71, 0x79, 0x75, 0x76, 0xd1, 0x7b, 0x79, 0xde, 0xeb, 0x77, 0xaf, 0xba, 0xfd, 0x76, + 0xaf, 0x77, 0xe1, 0x5e, 0xbe, 0xb8, 0xba, 0x3a, 0x3f, 0xef, 0xf6, 0xba, 0x97, 0x97, 0xbd, 0xf3, + 0x17, 0x00, 0x06, 0x09, 0xe3, 0x61, 0x74, 0xa8, 0xe7, 0x5e, 0xa1, 0x7e, 0xf7, 0xe2, 0xf2, 0xf2, + 0x25, 0x7e, 0xae, 0xce, 0xda, 0x6e, 0xaf, 0x77, 0xde, 0x07, 0xe4, 0x8b, 0xb3, 0x17, 0x00, 0x71, + 0x09, 0xd8, 0x09, 0x60, 0x83, 0x5f, 0x3a, 0xe7, 0x5d, 0x4c, 0xe1, 0xec, 0xf2, 0xf2, 0xac, 0x7b, + 0x75, 0x76, 0xd6, 0xef, 0xf5, 0x09, 0x0e, 0xe9, 0x71, 0xff, 0xac, 0x7f, 0x81, 0xc9, 0x5c, 0xa1, + 0xc3, 0x8b, 0x17, 0xbd, 0xde, 0xd5, 0x8b, 0xf3, 0xb6, 0xdb, 0x7d, 0x71, 0x75, 0x7e, 0x76, 0x7e, + 0x71, 0x49, 0xf5, 0x2f, 0xfb, 0x67, 0xe7, 0x7d, 0x39, 0xb7, 0x0b, 0x1a, 0xe2, 0x4b, 0xb7, 0xfb, + 0xf2, 0xa2, 0x7f, 0x75, 0x79, 0x76, 0x81, 0x5a, 0x17, 0x2f, 0xe4, 0xd4, 0x04, 0x8b, 0x0a, 0xa6, + 0x16, 0xc2, 0xc3, 0x60, 0xe2, 0x5f, 0xa8, 0xd8, 0xe0, 0xe1, 0x5f, 0x30, 0xf8, 0x1d, 0x16, 0xfe, + 0xbb, 0x94, 0xc4, 0x7b, 0xbd, 0x3a, 0x41, 0x25, 0x99, 0xe4, 0x5e, 0x2c, 0x54, 0x9f, 0x9f, 0x81, + 0x36, 0xcf, 0xf9, 0xf9, 0xc0, 0x3d, 0x7f, 0x55, 0x76, 0xf8, 0x40, 0xae, 0x63, 0xea, 0x37, 0xd6, + 0x19, 0xb3, 0x76, 0x31, 0xf7, 0xb2, 0x4d, 0x9e, 0x51, 0x0a, 0xb6, 0x4f, 0xdd, 0xec, 0xff, 0xf9, + 0xd9, 0x69, 0x34, 0x84, 0x5c, 0xf3, 0xa0, 0xc0, 0xab, 0x38, 0xc9, 0x86, 0x6d, 0x8b, 0x79, 0x78, + 0x3e, 0x70, 0x90, 0x6b, 0xd5, 0x2d, 0xac, 0x1d, 0x91, 0x47, 0x46, 0x8f, 0x1d, 0xb3, 0xd1, 0x03, + 0x9d, 0x19, 0x84, 0x15, 0xb8, 0xb2, 0x18, 0xcc, 0x73, 0xcf, 0x10, 0xc5, 0x52, 0xef, 0x4b, 0x2b, + 0x60, 0x9b, 0x58, 0x41, 0xeb, 0xa0, 0x50, 0xb0, 0x1d, 0xe6, 0x9d, 0x9b, 0xcd, 0x6a, 0xe6, 0x94, + 0xed, 0xe8, 0x1c, 0x92, 0x54, 0x2f, 0x09, 0xdb, 0x36, 0x3d, 0xb4, 0x95, 0x05, 0xa8, 0x70, 0xd2, + 0x56, 0xf4, 0x93, 0xd3, 0x4f, 0x80, 0x9f, 0x4d, 0xe5, 0xcf, 0x66, 0x32, 0x3c, 0x17, 0x8d, 0xb2, + 0xb1, 0x4f, 0x47, 0x2c, 0x8e, 0xe0, 0xee, 0x66, 0xe3, 0x81, 0x32, 0x76, 0x0a, 0x66, 0x47, 0xee, + 0x62, 0xbd, 0x8e, 0xdc, 0x9c, 0x7e, 0x56, 0xf4, 0x43, 0x31, 0xc4, 0x46, 0x47, 0xd2, 0x89, 0x8d, + 0x54, 0x94, 0x5a, 0xb7, 0xc4, 0xd0, 0xab, 0xc9, 0x07, 0x3b, 0xb3, 0x57, 0x38, 0x6d, 0x58, 0x42, + 0x3b, 0x53, 0xad, 0x35, 0x77, 0x0d, 0x0c, 0x16, 0xc3, 0x01, 0x58, 0x12, 0x8c, 0xbb, 0x78, 0x04, + 0x0e, 0x21, 0x78, 0x53, 0xc1, 0xca, 0x03, 0xb4, 0x0b, 0x84, 0xb7, 0xf8, 0x38, 0xc8, 0xfc, 0x31, + 0x90, 0xb9, 0x09, 0x52, 0x9a, 0x34, 0x8f, 0x43, 0x5b, 0x3d, 0x06, 0x6d, 0x65, 0x42, 0x0b, 0xe2, + 0xe5, 0x22, 0x78, 0x02, 0x5a, 0xf0, 0x08, 0xb4, 0x1a, 0xbb, 0x78, 0x63, 0x0f, 0x01, 0x60, 0x3b, + 0x15, 0x70, 0x65, 0xe5, 0x1c, 0x80, 0xde, 0xe0, 0x36, 0x5b, 0xdb, 0x59, 0x87, 0xd6, 0x88, 0x4c, + 0xb0, 0x26, 0x53, 0x15, 0x75, 0x47, 0x19, 0x9f, 0x3e, 0x3a, 0x07, 0x34, 0x76, 0xb3, 0x47, 0x00, + 0xd7, 0xb3, 0xc0, 0x1b, 0x49, 0x0e, 0x73, 0x16, 0xf3, 0x8c, 0xf3, 0xe4, 0x49, 0xf0, 0xf3, 0xe7, + 0x83, 0x9f, 0x37, 0xc0, 0x4f, 0x9e, 0x5a, 0x4e, 0x82, 0x3e, 0x79, 0x3e, 0xf4, 0x49, 0x03, 0x3a, + 0xf9, 0x97, 0xfb, 0xc5, 0x42, 0x6d, 0x91, 0xd9, 0x8a, 0x3b, 0x98, 0xb0, 0x53, 0xa4, 0x8d, 0x22, + 0x25, 0x5c, 0x6d, 0x1f, 0x7d, 0x43, 0x82, 0x74, 0x8e, 0x47, 0x44, 0x82, 0xf3, 0x1b, 0x9b, 0x62, + 0x63, 0x4f, 0x50, 0x45, 0x6d, 0x10, 0x91, 0xcb, 0x02, 0xd2, 0xa8, 0xce, 0x5e, 0x17, 0x6e, 0x30, + 0xec, 0x41, 0xf6, 0x04, 0xcd, 0x81, 0x3e, 0x83, 0x85, 0xc5, 0x0c, 0x41, 0x64, 0x94, 0x16, 0xa4, + 0xbb, 0x79, 0x8c, 0x5e, 0x4c, 0x01, 0x11, 0x3f, 0x8e, 0x06, 0xd8, 0x27, 0x0d, 0x34, 0x2c, 0xa4, + 0x39, 0x20, 0xd0, 0x10, 0xd7, 0xb2, 0x53, 0xa0, 0x21, 0x97, 0x68, 0x88, 0x9f, 0x8b, 0x06, 0x6d, + 0x79, 0x3c, 0x07, 0x0d, 0xc2, 0x99, 0x7f, 0x12, 0x0d, 0xa8, 0xf5, 0x4c, 0x34, 0x08, 0x7f, 0xc3, + 0x44, 0xb2, 0xf4, 0xaa, 0x1e, 0x53, 0x15, 0xa8, 0xa4, 0x0f, 0x53, 0x23, 0x49, 0xf1, 0x0b, 0x37, + 0x6b, 0x5b, 0xac, 0x45, 0x89, 0xb9, 0x4e, 0x4c, 0xda, 0x96, 0x63, 0x1d, 0xd0, 0x1c, 0x7a, 0xa7, + 0x80, 0xa2, 0x9e, 0x33, 0x98, 0x40, 0xfe, 0xef, 0x2e, 0xbf, 0xe3, 0x21, 0xc5, 0x88, 0x86, 0xd0, + 0xdc, 0x7f, 0xb7, 0xe9, 0xb8, 0x92, 0xd4, 0xc1, 0x99, 0x78, 0xeb, 0xab, 0x37, 0x2e, 0xde, 0xce, + 0xe4, 0x9b, 0xb0, 0x29, 0xbe, 0xad, 0x5a, 0x8a, 0xa3, 0x80, 0xcf, 0x6c, 0x8a, 0xae, 0xe9, 0xed, + 0x7c, 0xcc, 0x7a, 0x8e, 0xc3, 0x8e, 0x92, 0xc3, 0x5e, 0x22, 0x26, 0xd8, 0x52, 0xee, 0xae, 0x33, + 0xa8, 0xe8, 0x06, 0xf4, 0x1e, 0x81, 0xd8, 0x33, 0x50, 0x3a, 0x87, 0x2e, 0x2b, 0x37, 0x0d, 0x2a, + 0x7d, 0x16, 0x06, 0x03, 0x03, 0x85, 0xc1, 0x61, 0x1c, 0xca, 0x44, 0xb0, 0x1f, 0x99, 0xdb, 0xce, + 0x72, 0x4d, 0x24, 0xda, 0xc5, 0x7e, 0xe6, 0x32, 0x7e, 0x62, 0xb5, 0xff, 0x01, 0x1b, 0x22, 0x73, + 0xc4, 0x63, 0x2e, 0x1f, 0xfb, 0x24, 0x6d, 0x73, 0xf9, 0x80, 0x4a, 0xb5, 0x80, 0x5f, 0x36, 0x16, + 0xb0, 0xf7, 0xe2, 0xe4, 0x3f, 0xc5, 0x42, 0xd0, 0x22, 0xa8, 0x97, 0xfe, 0x98, 0xd6, 0x40, 0xbd, + 0x9c, 0x8d, 0xe5, 0xea, 0x7d, 0xfd, 0x97, 0x9b, 0x11, 0xd1, 0xc8, 0x97, 0x73, 0x05, 0xe3, 0xbb, + 0x06, 0x8c, 0x1a, 0x40, 0xdd, 0xda, 0xec, 0xf1, 0x8b, 0x26, 0xbd, 0x3c, 0x52, 0x1d, 0x3d, 0xe9, + 0x6e, 0x1e, 0xa5, 0x10, 0xe0, 0xfa, 0x19, 0x14, 0x42, 0x8e, 0xdc, 0xc6, 0x5c, 0x9f, 0x97, 0x7f, + 0x8d, 0x4a, 0x0e, 0xac, 0x10, 0x1e, 0xbf, 0x08, 0x3f, 0x13, 0x34, 0xe2, 0x1c, 0x64, 0xf1, 0x3a, + 0xe0, 0x62, 0x8a, 0x91, 0xa7, 0x07, 0x80, 0x4a, 0xba, 0x7f, 0x24, 0x05, 0x91, 0x2e, 0x34, 0x49, + 0xe6, 0x6d, 0xeb, 0x33, 0x99, 0x8a, 0x91, 0x7a, 0x3e, 0xab, 0xff, 0xb0, 0x8f, 0xd5, 0xe1, 0x2b, + 0x1a, 0xfc, 0x2a, 0x9c, 0xa3, 0x8a, 0x5f, 0xe9, 0x4d, 0x2c, 0xdd, 0xa7, 0x7b, 0x59, 0xfd, 0xa9, + 0xa6, 0xcf, 0x67, 0x75, 0x4c, 0x71, 0x6b, 0x21, 0x49, 0x36, 0x42, 0xa6, 0x47, 0x10, 0xe8, 0xf0, + 0xfb, 0xb7, 0x59, 0x9d, 0x24, 0xf1, 0xb3, 0x70, 0x18, 0x18, 0x48, 0x0c, 0x1e, 0xc3, 0xe2, 0xd3, + 0xcc, 0x6e, 0x44, 0xbd, 0x36, 0x1b, 0xd0, 0x68, 0xbc, 0xb1, 0x9d, 0x3a, 0x16, 0xfa, 0x5f, 0x06, + 0xda, 0xa1, 0x3c, 0x6e, 0xa3, 0x69, 0xb1, 0x10, 0x0a, 0x2a, 0xc7, 0xfc, 0x78, 0xf6, 0x3e, 0xfa, + 0x93, 0x93, 0xef, 0xe8, 0x4e, 0xd2, 0x0c, 0xaf, 0x3f, 0x8b, 0x62, 0x3a, 0xd8, 0x0a, 0x0b, 0x7a, + 0x1a, 0xf3, 0x1f, 0x83, 0x69, 0x54, 0xe6, 0x2c, 0x15, 0x17, 0xbe, 0xa6, 0x53, 0xda, 0x5f, 0x88, + 0xeb, 0xb6, 0x8b, 0x00, 0xae, 0x45, 0xee, 0x5b, 0x8b, 0x34, 0x8b, 0xfe, 0x4c, 0x93, 0x22, 0x88, + 0x2d, 0xa1, 0xa1, 0xe2, 0xe0, 0x3e, 0x2d, 0x8b, 0x2f, 0xa3, 0x8c, 0x8b, 0x31, 0xd4, 0x3e, 0xa9, + 0xda, 0x95, 0x4c, 0xfc, 0xcc, 0x21, 0x5f, 0xf9, 0x24, 0x6d, 0xf7, 0xe1, 0x7f, 0x5b, 0x61, 0x94, + 0x85, 0xf2, 0x5c, 0x6d, 0x3c, 0x7c, 0x90, 0x1d, 0x8b, 0x10, 0xa8, 0x57, 0xf5, 0xda, 0xde, 0x1a, + 0x90, 0x7e, 0x81, 0x95, 0xef, 0x45, 0x1d, 0x00, 0xea, 0x10, 0x20, 0x31, 0x39, 0x2c, 0xcd, 0x82, + 0x47, 0xf3, 0x45, 0x81, 0x44, 0x78, 0xe7, 0x45, 0x70, 0xa4, 0xc3, 0x7b, 0xf1, 0xc8, 0x44, 0x5b, + 0x4a, 0x76, 0xf8, 0x69, 0x7f, 0xe3, 0x35, 0xba, 0xca, 0x50, 0xa1, 0x09, 0x35, 0xd3, 0x0d, 0xa8, + 0xe8, 0xce, 0xeb, 0xb2, 0x7b, 0xfc, 0x93, 0x5d, 0xe4, 0xc3, 0xac, 0xee, 0x26, 0x1f, 0x46, 0x5e, + 0x66, 0x6c, 0xfa, 0xfd, 0xd3, 0x0c, 0x25, 0x13, 0xfa, 0x81, 0xee, 0x48, 0x21, 0x9e, 0x2e, 0x65, + 0xc8, 0x66, 0x40, 0x72, 0xe4, 0x1a, 0x1d, 0x02, 0xc7, 0xfa, 0x5d, 0x0c, 0x88, 0x76, 0x1e, 0x9e, + 0xc0, 0x2b, 0x50, 0x1f, 0x0f, 0x31, 0x38, 0x8f, 0xd3, 0x1c, 0xfd, 0xb4, 0xbd, 0x6f, 0x2b, 0x2e, + 0x11, 0xe1, 0x3a, 0x0a, 0x46, 0x08, 0xe1, 0xae, 0xe2, 0x3e, 0x7a, 0x09, 0xc5, 0x41, 0x48, 0x11, + 0x02, 0x12, 0xe6, 0xb0, 0xa7, 0x57, 0x8a, 0x22, 0x4f, 0x2e, 0x24, 0xb9, 0x28, 0x91, 0xb6, 0x6c, + 0x5d, 0x36, 0x37, 0xca, 0x84, 0x21, 0x5a, 0x17, 0x4d, 0x8c, 0x22, 0xe9, 0x25, 0xe8, 0x32, 0x8a, + 0x72, 0xc0, 0x47, 0x93, 0x45, 0xca, 0xc6, 0xf7, 0xe4, 0x75, 0xb6, 0x82, 0x82, 0x56, 0x1f, 0xf8, + 0xcd, 0x92, 0x67, 0xe4, 0xf9, 0x70, 0x41, 0x7f, 0x37, 0xc1, 0x9d, 0x91, 0x25, 0xe2, 0x78, 0x76, + 0xa2, 0x4c, 0xf9, 0x0e, 0x77, 0x4e, 0xcb, 0x13, 0x23, 0xda, 0x51, 0xc5, 0xc2, 0xba, 0xac, 0x0a, + 0x82, 0xa5, 0x52, 0x4a, 0xc8, 0x0e, 0x17, 0xc6, 0x28, 0x81, 0xe6, 0x53, 0xff, 0xcc, 0xbd, 0x94, + 0x25, 0x86, 0xb3, 0x55, 0x57, 0xc8, 0x65, 0x99, 0xf4, 0x9a, 0x3c, 0x75, 0xcf, 0xaf, 0x2e, 0x86, + 0xfb, 0x2b, 0x50, 0x2c, 0x62, 0xff, 0xa5, 0x1e, 0x44, 0x0c, 0x11, 0x14, 0xfa, 0x9d, 0xde, 0x49, + 0xd8, 0x2e, 0x41, 0xd7, 0x29, 0xec, 0xb6, 0x3b, 0x2f, 0x1e, 0xe6, 0x5e, 0x08, 0xca, 0x89, 0x87, + 0xa1, 0x97, 0x6f, 0x64, 0x50, 0x1d, 0x4d, 0x0b, 0xbf, 0x7f, 0x22, 0x46, 0xfa, 0xc3, 0x1b, 0x16, + 0x15, 0xfe, 0xbe, 0x2b, 0x51, 0x76, 0xf1, 0x59, 0xd2, 0x4e, 0x9c, 0xcf, 0xe0, 0xde, 0x67, 0xfb, + 0x6b, 0xc8, 0x69, 0xe7, 0x7f, 0x64, 0x85, 0x5d, 0x9c, 0x14, 0xed, 0xe4, 0x24, 0x71, 0x36, 0x35, + 0xe3, 0x8b, 0xa0, 0x7f, 0xbd, 0xc7, 0x20, 0xe8, 0x0f, 0x94, 0x5f, 0xb1, 0x54, 0xa7, 0xc9, 0x52, + 0x9d, 0x86, 0x08, 0x30, 0x2e, 0x74, 0x15, 0x66, 0xe4, 0x4d, 0x41, 0xd1, 0xb6, 0xad, 0xe4, 0x86, + 0x4a, 0xaa, 0x48, 0x76, 0x49, 0x9a, 0xa0, 0x88, 0x09, 0x13, 0x62, 0xc1, 0xc4, 0xe0, 0x91, 0xb4, + 0x68, 0x44, 0xa4, 0x09, 0xf2, 0x82, 0xf3, 0xf8, 0xf3, 0x64, 0x1e, 0x4b, 0x71, 0x24, 0x5e, 0x77, + 0x24, 0x08, 0x9d, 0xda, 0x0e, 0xe3, 0x34, 0xbc, 0xbe, 0x8d, 0x72, 0x21, 0x2f, 0xf8, 0x10, 0xb2, + 0xa4, 0x2d, 0x4e, 0xf3, 0x6f, 0xe5, 0x42, 0x07, 0x74, 0xa8, 0x84, 0x9a, 0x04, 0x49, 0x11, 0xed, + 0x69, 0xd6, 0x7b, 0xd9, 0xed, 0xa0, 0xe9, 0x6e, 0x29, 0x1d, 0x82, 0xf2, 0x29, 0xb6, 0x89, 0xb5, + 0xb1, 0x13, 0xa1, 0x4e, 0xea, 0xa1, 0xc7, 0x5b, 0x43, 0x17, 0x08, 0xa2, 0xc0, 0xa3, 0x1b, 0xde, + 0x81, 0x72, 0xf1, 0xb8, 0xa7, 0xc8, 0xab, 0xd8, 0x26, 0xa2, 0xc0, 0x15, 0xc9, 0xdd, 0xb2, 0x13, + 0x89, 0xcd, 0xc7, 0xd8, 0x17, 0x13, 0x17, 0xeb, 0x16, 0x14, 0x41, 0xd2, 0xb7, 0x3b, 0x11, 0xa3, + 0xc8, 0xa5, 0x8d, 0x3e, 0x4e, 0x13, 0xa8, 0x31, 0xf0, 0x74, 0x45, 0xc1, 0x59, 0x21, 0xce, 0x65, + 0xb3, 0xd4, 0x08, 0x1a, 0xd6, 0x7b, 0x5f, 0x76, 0x4c, 0x4e, 0x85, 0xf1, 0x0e, 0x62, 0x3c, 0x4d, + 0x4f, 0x72, 0xf3, 0xfc, 0x41, 0xbe, 0xbb, 0x78, 0x42, 0x0b, 0x4c, 0xd2, 0xbb, 0x6f, 0x85, 0x14, + 0x6a, 0x2e, 0x64, 0xa2, 0x45, 0x9a, 0xba, 0x79, 0x08, 0xc1, 0x96, 0xe8, 0x55, 0x3d, 0x24, 0x8a, + 0x8d, 0xde, 0xc2, 0x2d, 0xcc, 0xe4, 0x15, 0x66, 0x6e, 0x95, 0x5a, 0xc9, 0xb4, 0xf0, 0x4b, 0x91, + 0x94, 0x80, 0x99, 0x88, 0x16, 0xa7, 0xce, 0xa9, 0xcd, 0x49, 0x8e, 0x3b, 0xc4, 0xd6, 0x40, 0x82, + 0x1d, 0x89, 0xbc, 0xb2, 0xca, 0xd3, 0x23, 0x55, 0x53, 0xde, 0x62, 0xf6, 0x58, 0x32, 0x3b, 0x5b, + 0xed, 0x2d, 0x45, 0x59, 0x27, 0x97, 0x35, 0x8c, 0xe1, 0x06, 0x45, 0x7d, 0xaf, 0xb6, 0x3a, 0x45, + 0xe1, 0x77, 0x07, 0xbc, 0x3e, 0xc1, 0xc2, 0xf5, 0x61, 0x8b, 0x52, 0x9c, 0x93, 0x70, 0xef, 0xb0, + 0x9a, 0xa9, 0x4c, 0xde, 0x77, 0xc4, 0xed, 0xcf, 0x9a, 0x05, 0xcb, 0x93, 0xb2, 0x9d, 0x62, 0xb0, + 0xaf, 0x9a, 0xf8, 0xd1, 0xe7, 0x04, 0xb9, 0x79, 0x4c, 0xcf, 0xb8, 0x37, 0x63, 0x70, 0xe9, 0x03, + 0x96, 0x05, 0xfa, 0x18, 0x38, 0x86, 0x83, 0x2f, 0x18, 0xa8, 0x83, 0x1c, 0x8b, 0xc9, 0xb4, 0xd7, + 0xe0, 0x2a, 0xba, 0x1f, 0xd3, 0xca, 0x53, 0xb2, 0x51, 0x84, 0x57, 0x20, 0x4a, 0x5e, 0xd3, 0xf6, + 0x95, 0x31, 0xc3, 0x45, 0xb1, 0x7d, 0xa8, 0xa6, 0x6d, 0x75, 0xe6, 0x84, 0x77, 0x3a, 0x45, 0x68, + 0xb5, 0x13, 0x69, 0x72, 0x44, 0xc0, 0xd7, 0xd2, 0xde, 0x13, 0xcb, 0x1b, 0x75, 0xeb, 0x6b, 0xe0, + 0xb0, 0xab, 0xda, 0x56, 0x4b, 0xb4, 0xf9, 0xcc, 0xda, 0x38, 0xee, 0xc7, 0x14, 0x88, 0xb5, 0x98, + 0xe5, 0x08, 0xcb, 0xa4, 0xbe, 0x39, 0x60, 0xcc, 0x67, 0x77, 0x4f, 0x70, 0x08, 0x95, 0x2e, 0x6e, + 0xf6, 0x08, 0x41, 0x38, 0x2d, 0xfc, 0x91, 0x75, 0x93, 0x96, 0xb9, 0xb8, 0x9e, 0x00, 0x58, 0x45, + 0x5a, 0x86, 0x0b, 0x95, 0x16, 0xf9, 0xe5, 0x52, 0xe7, 0xf2, 0x64, 0x6a, 0x8d, 0xd9, 0xdc, 0x10, + 0x84, 0x89, 0xb1, 0x13, 0x2a, 0x3a, 0x4d, 0xd4, 0x29, 0x45, 0x0a, 0xfa, 0x55, 0x47, 0x34, 0xa2, + 0xa9, 0x2f, 0xd7, 0x28, 0xc3, 0x9a, 0xa4, 0x37, 0x36, 0xdd, 0x1f, 0xae, 0xf7, 0x5b, 0xcf, 0x2e, + 0x1d, 0x3a, 0x62, 0x2f, 0xc7, 0x69, 0x5f, 0xd4, 0x47, 0xcf, 0xc4, 0xc9, 0xb6, 0xdf, 0x7f, 0x17, + 0x01, 0xd4, 0xdf, 0x7f, 0xf7, 0x21, 0x09, 0x6c, 0x33, 0x9e, 0xaa, 0xcf, 0xf2, 0xc8, 0x63, 0x99, + 0xb6, 0xb8, 0x00, 0x5f, 0x15, 0x3a, 0x4e, 0xe3, 0x54, 0x7f, 0xe1, 0xec, 0x9e, 0x0b, 0x39, 0x10, + 0x37, 0x95, 0x74, 0x23, 0xee, 0xc1, 0xc8, 0xf3, 0x1f, 0x62, 0xc7, 0x0c, 0x1c, 0xfb, 0x90, 0x26, + 0x6f, 0x09, 0x1f, 0x5f, 0xa6, 0xb7, 0x09, 0x58, 0x12, 0x26, 0x01, 0xe1, 0x24, 0x17, 0x86, 0x0b, + 0xe9, 0x87, 0xa7, 0x4d, 0x05, 0x7d, 0xfc, 0x4f, 0x68, 0xd6, 0x6c, 0x1e, 0x25, 0x43, 0x6d, 0x02, + 0xbc, 0x15, 0xaf, 0x9e, 0xce, 0x07, 0x97, 0x3e, 0x60, 0x05, 0xb2, 0x59, 0x9c, 0xde, 0x7a, 0xd6, + 0x2a, 0xca, 0xa3, 0x09, 0x4c, 0x33, 0x36, 0x8d, 0xf2, 0x25, 0x60, 0x7a, 0xd9, 0xd0, 0x8a, 0x92, + 0x38, 0x4a, 0x78, 0x67, 0x42, 0x22, 0xd3, 0xa2, 0x50, 0x14, 0x3d, 0xab, 0xdb, 0xe3, 0x5d, 0xbd, + 0x75, 0x2e, 0x4e, 0x9c, 0xa2, 0xba, 0x04, 0xfb, 0x1d, 0x9f, 0x15, 0xa8, 0x2c, 0x5f, 0x3e, 0xa4, + 0x4b, 0x6b, 0xec, 0x73, 0x87, 0x2d, 0xec, 0x77, 0xf2, 0xb8, 0x5b, 0x7d, 0x91, 0xdc, 0xd6, 0xeb, + 0x06, 0xc6, 0x2c, 0xe5, 0x2e, 0xa4, 0x79, 0x98, 0xa9, 0x42, 0xd0, 0x01, 0x1c, 0x32, 0x75, 0xf8, + 0x48, 0x1e, 0xb6, 0x4c, 0x93, 0x37, 0xc9, 0xb2, 0x2c, 0xc8, 0xde, 0xa5, 0x4c, 0x3a, 0xba, 0x46, + 0xa7, 0x51, 0xbe, 0x20, 0x79, 0x89, 0x15, 0x7f, 0x1d, 0x13, 0x23, 0xfc, 0x08, 0x14, 0xc1, 0x62, + 0xa6, 0x7e, 0xc4, 0x95, 0x96, 0x2f, 0xa5, 0xba, 0x47, 0x96, 0x36, 0x4f, 0x24, 0x05, 0xe6, 0x43, + 0x1a, 0x25, 0xd9, 0x6a, 0xd3, 0x0f, 0x32, 0x83, 0xae, 0xe9, 0x92, 0x21, 0xc7, 0xdd, 0x50, 0x40, + 0xfa, 0xaf, 0x0e, 0x49, 0x8e, 0x19, 0x89, 0x37, 0x9d, 0xf5, 0x4f, 0x64, 0x15, 0xe9, 0xb2, 0xb6, + 0xbb, 0x8a, 0xda, 0xe2, 0x12, 0x24, 0x3e, 0xc5, 0x92, 0x5a, 0x9e, 0x78, 0xaf, 0x17, 0xd5, 0xf2, + 0x8e, 0x7a, 0x74, 0x1a, 0x57, 0xdc, 0xf6, 0xa2, 0xcb, 0xdb, 0xd3, 0x82, 0x4e, 0x29, 0x7d, 0x15, + 0x00, 0x84, 0x39, 0xef, 0xea, 0x7c, 0xf0, 0xce, 0x8d, 0x2b, 0xe2, 0xfb, 0x87, 0x25, 0x9d, 0x35, + 0x5b, 0x71, 0x8a, 0xab, 0x3b, 0x1b, 0x73, 0xf7, 0xce, 0xe0, 0x3a, 0xa3, 0x6b, 0xf9, 0x2e, 0x3b, + 0xed, 0xed, 0x56, 0x07, 0x33, 0x1a, 0x95, 0x89, 0x21, 0x55, 0xdd, 0xbe, 0xc3, 0x9e, 0x1a, 0xdf, + 0xbe, 0x1b, 0x5e, 0x7b, 0x86, 0x48, 0xdb, 0xd7, 0x1b, 0xfb, 0x8d, 0xe1, 0xbe, 0x4c, 0x1a, 0x1a, + 0x4c, 0xc6, 0x19, 0xcb, 0x2c, 0x26, 0x7b, 0x96, 0x68, 0x5a, 0x53, 0xdd, 0xc2, 0x16, 0x27, 0xc8, + 0xd9, 0x43, 0x75, 0x93, 0xcf, 0xb3, 0xde, 0x64, 0xe9, 0xb7, 0x82, 0x5e, 0x5a, 0x55, 0xaa, 0xd3, + 0x21, 0x61, 0x29, 0xc8, 0x53, 0x08, 0x33, 0x3a, 0x61, 0x9c, 0x7f, 0x8e, 0x9e, 0x56, 0x7c, 0x68, + 0x19, 0xb5, 0x74, 0x26, 0x28, 0xd6, 0x82, 0x96, 0xa5, 0x3b, 0x7e, 0xde, 0x83, 0xd5, 0xb9, 0xe5, + 0x93, 0xeb, 0xa8, 0xe8, 0x14, 0xc1, 0xb2, 0xb3, 0x80, 0x1a, 0x8b, 0x49, 0x95, 0x75, 0xc4, 0x99, + 0x01, 0x4b, 0x46, 0x79, 0xa0, 0x74, 0x5a, 0xea, 0x7f, 0x67, 0x60, 0xb1, 0x02, 0x42, 0x27, 0xa7, + 0x4b, 0x6a, 0x9e, 0x25, 0x92, 0x31, 0x09, 0x0b, 0xab, 0x4d, 0x32, 0xd2, 0xbd, 0x73, 0xa4, 0xf0, + 0x15, 0x2f, 0xf7, 0x42, 0x8a, 0xc2, 0xb9, 0x88, 0x63, 0xb9, 0x75, 0xa1, 0x1a, 0x88, 0x0b, 0x6e, + 0x0c, 0xf4, 0xe3, 0xa1, 0x1a, 0xd9, 0x23, 0x44, 0x5d, 0x3a, 0x2d, 0x75, 0x36, 0x5e, 0xfa, 0x30, + 0xfc, 0xb4, 0xe6, 0xd6, 0xaf, 0xcb, 0x34, 0x8f, 0x08, 0x81, 0x30, 0x6f, 0x26, 0x50, 0x13, 0x65, + 0x01, 0x1e, 0xde, 0x65, 0x6b, 0xe0, 0x1b, 0xf6, 0x11, 0x90, 0x87, 0xe5, 0xb5, 0x58, 0xe3, 0x80, + 0xa2, 0xfd, 0x20, 0x6e, 0x98, 0x7d, 0x4b, 0x5f, 0x95, 0x68, 0xb8, 0x9c, 0xf0, 0x61, 0x8b, 0xf5, + 0xba, 0x5a, 0x59, 0xb0, 0x93, 0x3a, 0x96, 0x9e, 0x7f, 0x71, 0xff, 0x41, 0xde, 0xcf, 0xb3, 0x2d, + 0xe2, 0x34, 0xcb, 0x51, 0x77, 0x4c, 0x6f, 0x81, 0xf0, 0xf4, 0xd6, 0x4d, 0x82, 0x55, 0x34, 0x0f, + 0xe8, 0x40, 0x18, 0x7a, 0xcb, 0x3e, 0x9f, 0xd3, 0x8d, 0xfb, 0xc8, 0x3f, 0xfd, 0xcd, 0xb6, 0x87, + 0x47, 0x21, 0x1c, 0xf0, 0x1b, 0xbe, 0x06, 0xfa, 0xb3, 0x34, 0x9a, 0x3a, 0xae, 0x73, 0x92, 0x07, + 0xb3, 0x20, 0x8b, 0x4e, 0x23, 0x7d, 0x25, 0x94, 0x3e, 0x7e, 0x12, 0xfd, 0xb0, 0x48, 0x13, 0xbe, + 0x8e, 0x7e, 0x48, 0xa7, 0xf8, 0x09, 0xa6, 0x46, 0x29, 0xd7, 0xbd, 0xd0, 0xe1, 0x7e, 0xc3, 0x64, + 0xb4, 0xa3, 0xf5, 0x3a, 0x03, 0x03, 0x41, 0x2c, 0xe9, 0x7b, 0xbb, 0x43, 0x75, 0xd6, 0x0e, 0x0b, + 0xd7, 0xb6, 0x4e, 0x4f, 0xad, 0x36, 0xe4, 0x4a, 0x9a, 0x17, 0x78, 0x2c, 0xa1, 0x28, 0x12, 0x8c, + 0xbf, 0x4d, 0xc7, 0x1b, 0x83, 0x2c, 0x5c, 0xb4, 0xa1, 0xaf, 0x36, 0x76, 0xa4, 0xa5, 0x10, 0x9d, + 0x3c, 0x64, 0x47, 0x12, 0x63, 0xca, 0x67, 0x05, 0xc5, 0xdd, 0x79, 0x19, 0x99, 0xb7, 0x9c, 0x65, + 0x10, 0xcd, 0x33, 0x2c, 0xa1, 0x67, 0x25, 0x18, 0xa6, 0x25, 0x6e, 0x85, 0xa6, 0xd7, 0xbc, 0x23, + 0x16, 0xca, 0xf2, 0xfa, 0x4c, 0xbe, 0x7b, 0xd6, 0x27, 0xdd, 0x6e, 0x17, 0x3a, 0xf4, 0x71, 0x50, + 0x9d, 0xbe, 0x04, 0x06, 0xce, 0xc2, 0xe3, 0x11, 0x60, 0xb3, 0xd9, 0x0c, 0xc0, 0x0c, 0x0b, 0x75, + 0x59, 0xd8, 0x5c, 0xc7, 0x1b, 0xb8, 0x1b, 0x08, 0x4a, 0x7e, 0x43, 0x34, 0x0f, 0x51, 0x55, 0x9d, + 0xed, 0xa6, 0xc3, 0x41, 0xaf, 0x20, 0xa5, 0x88, 0x7a, 0xf3, 0x1a, 0x33, 0xf2, 0x7d, 0x54, 0x8c, + 0x3d, 0x95, 0x66, 0x09, 0x7c, 0x58, 0xfa, 0xf6, 0x01, 0x1c, 0x48, 0x69, 0xc6, 0xd1, 0x07, 0x17, + 0x94, 0x19, 0x47, 0x5f, 0x5d, 0x50, 0x66, 0x5c, 0xee, 0xff, 0xd3, 0x86, 0xe7, 0x46, 0x27, 0x29, + 0x0e, 0xba, 0xa1, 0x7f, 0xcd, 0x0b, 0x1d, 0x8d, 0xba, 0x4c, 0x04, 0x93, 0xf1, 0x68, 0x67, 0x22, + 0x02, 0x4a, 0x4f, 0x11, 0x44, 0x1e, 0xb3, 0x11, 0xd9, 0x89, 0xa2, 0x98, 0x36, 0xb8, 0x77, 0x2b, + 0x8c, 0xf7, 0xf8, 0xae, 0x15, 0x44, 0xaa, 0x46, 0xa1, 0xd5, 0xee, 0x7e, 0x88, 0xba, 0x58, 0x43, + 0x6e, 0x40, 0x34, 0x3d, 0xde, 0x1d, 0x80, 0x7a, 0x1c, 0xdd, 0xfd, 0x00, 0x75, 0x31, 0xc5, 0x9b, + 0x2b, 0x80, 0x0d, 0x3f, 0x59, 0x43, 0x0c, 0x76, 0xda, 0xa8, 0x81, 0x3c, 0x05, 0x7a, 0x67, 0xbc, + 0xda, 0xd7, 0xae, 0x4d, 0xdc, 0xd1, 0x58, 0x7a, 0xd8, 0x4d, 0xa7, 0x3b, 0xdd, 0x71, 0xba, 0xb1, + 0xbc, 0x69, 0xa7, 0xc4, 0xca, 0x96, 0x74, 0x78, 0x64, 0x90, 0xbf, 0x4a, 0x07, 0x79, 0xdb, 0x8f, + 0x4f, 0x5f, 0xb2, 0xb0, 0xed, 0xf7, 0xd4, 0xa5, 0x4e, 0xff, 0xa7, 0xc6, 0xfe, 0x1a, 0xcc, 0x95, + 0x99, 0x1f, 0xb8, 0x74, 0x01, 0x31, 0x70, 0xe7, 0x6c, 0x85, 0xdf, 0xc9, 0x80, 0xcb, 0x73, 0xb3, + 0xa3, 0x5e, 0xdf, 0xbd, 0x38, 0x09, 0xf5, 0xb8, 0x67, 0x62, 0xb4, 0x0b, 0xf1, 0xbb, 0x12, 0x23, + 0xae, 0xcf, 0x72, 0xee, 0x78, 0xed, 0x02, 0x2f, 0x9f, 0xcc, 0xc0, 0x37, 0x34, 0xf9, 0x4b, 0xf7, + 0xf2, 0xf2, 0x92, 0xde, 0x67, 0xe2, 0xfd, 0xec, 0xcc, 0x3d, 0x3b, 0x3b, 0xc3, 0x7b, 0x57, 0xbe, + 0x5f, 0x74, 0x45, 0x7a, 0x46, 0xe9, 0x4b, 0x5d, 0xb7, 0xdb, 0x15, 0xef, 0x2f, 0x75, 0xdd, 0x99, + 0x7c, 0x17, 0x88, 0x94, 0x80, 0xc7, 0xbb, 0x11, 0x01, 0x61, 0xa6, 0x62, 0x8a, 0xd5, 0x76, 0x0f, + 0x85, 0xfe, 0xc4, 0x56, 0x38, 0x9d, 0xb3, 0xa3, 0x48, 0x80, 0xc3, 0xe6, 0x7b, 0xcb, 0x09, 0xae, + 0xaa, 0x31, 0x30, 0xa6, 0x20, 0x63, 0xa6, 0x53, 0x57, 0x4e, 0x7b, 0x2a, 0x83, 0x7d, 0x94, 0x90, + 0x11, 0x53, 0x3d, 0x20, 0x59, 0x6d, 0xae, 0xaa, 0xcd, 0x75, 0xb5, 0xb9, 0xae, 0x36, 0xde, 0x1b, + 0xa0, 0xa0, 0xd1, 0x4e, 0xf6, 0x8e, 0x26, 0x12, 0x1b, 0xf7, 0x00, 0xdd, 0x1c, 0x8d, 0x10, 0x44, + 0xcd, 0x3e, 0x27, 0xaa, 0xcf, 0x89, 0xee, 0x73, 0x52, 0xf5, 0xb9, 0xd9, 0x08, 0x0e, 0xaf, 0x75, + 0xee, 0xbc, 0xd8, 0xd6, 0x19, 0x1b, 0xc6, 0xd9, 0x83, 0xb2, 0xba, 0xbc, 0xbd, 0x87, 0xcf, 0xf6, + 0x1f, 0x49, 0x83, 0xfc, 0x16, 0x91, 0x32, 0xb2, 0xa5, 0x9a, 0x41, 0x31, 0x6e, 0x06, 0xc5, 0x06, + 0x4f, 0x5b, 0xba, 0xc3, 0x4e, 0xef, 0x24, 0x6a, 0xc3, 0x15, 0x83, 0x04, 0x4d, 0x21, 0x70, 0x2a, + 0x7f, 0xb0, 0x76, 0xab, 0x49, 0x4a, 0x75, 0x1d, 0xe5, 0x90, 0x6f, 0x39, 0xd0, 0xe5, 0x49, 0xe6, + 0x3c, 0x22, 0x9e, 0xcc, 0xc0, 0x55, 0xbe, 0xc3, 0x43, 0x1a, 0x33, 0x79, 0x3b, 0x16, 0xa1, 0x21, + 0x7b, 0x27, 0x8c, 0x95, 0x3b, 0xfb, 0x62, 0x63, 0xa2, 0xf6, 0x6e, 0xa0, 0xea, 0xcc, 0xbd, 0x3c, + 0x89, 0x07, 0xb5, 0x58, 0x34, 0xc4, 0xcf, 0x9e, 0xb8, 0x1c, 0x05, 0xde, 0x50, 0x7d, 0x2b, 0x58, + 0x15, 0x8b, 0x45, 0x23, 0x41, 0x4c, 0x5c, 0x28, 0xbe, 0x58, 0x02, 0xfb, 0x07, 0xab, 0x23, 0x0d, + 0x1c, 0x3a, 0xc1, 0x5e, 0x8e, 0xb8, 0x31, 0xd1, 0xb1, 0x8f, 0xc5, 0xd0, 0x86, 0x33, 0x7d, 0xf6, + 0xc6, 0x85, 0x3e, 0xde, 0x6c, 0x9c, 0x9d, 0x33, 0x26, 0xb5, 0xe5, 0x35, 0x8d, 0x56, 0xd6, 0x2e, + 0x21, 0x24, 0xdb, 0xc6, 0xd8, 0x7b, 0xd1, 0x87, 0xa5, 0xcc, 0xa9, 0x9d, 0xfa, 0x0f, 0xb5, 0xc9, + 0x92, 0x71, 0x58, 0x4a, 0x64, 0x7e, 0xd5, 0x36, 0x4e, 0x66, 0x5a, 0x38, 0xa9, 0xa3, 0x7c, 0x62, + 0xe9, 0x62, 0x53, 0x56, 0x8c, 0xac, 0x20, 0xbc, 0x9e, 0x8b, 0x95, 0xf4, 0x2c, 0x38, 0x60, 0x51, + 0x58, 0xbb, 0xba, 0x9f, 0x84, 0x61, 0xd8, 0xea, 0x5f, 0x7c, 0xc6, 0x5a, 0xa4, 0x2d, 0x5b, 0xdd, + 0xd6, 0x45, 0x97, 0xd2, 0x94, 0xdb, 0x6d, 0xbd, 0xa8, 0xf3, 0x61, 0x83, 0xd5, 0x50, 0x28, 0x34, + 0xee, 0x59, 0x2f, 0xe1, 0x67, 0xbf, 0x24, 0x8f, 0x95, 0x0e, 0x92, 0x90, 0xc7, 0x22, 0xa7, 0xbb, + 0x77, 0x6e, 0xdf, 0xa8, 0xfe, 0x9e, 0x33, 0xc7, 0xda, 0x2c, 0x23, 0xf3, 0xae, 0x2b, 0x2d, 0x3b, + 0x1d, 0x5f, 0xb6, 0x40, 0x0f, 0x9f, 0x59, 0x7a, 0xc6, 0xea, 0xed, 0xf1, 0x29, 0xc3, 0xd7, 0xb7, + 0xc8, 0x2f, 0x0b, 0x80, 0xe1, 0x2d, 0x1e, 0xe1, 0x3b, 0x3c, 0x02, 0x13, 0xbe, 0x85, 0x6e, 0x61, + 0xb5, 0x22, 0x91, 0x51, 0x27, 0x16, 0x0b, 0x61, 0xe5, 0xcc, 0xc8, 0x72, 0x90, 0xd3, 0x9c, 0x14, + 0xec, 0x41, 0x9b, 0xc1, 0x1e, 0xa8, 0x44, 0x18, 0xcd, 0x9e, 0xba, 0x41, 0x08, 0xfb, 0x84, 0x37, + 0x03, 0xf2, 0xb0, 0xc9, 0xab, 0xac, 0xf7, 0xab, 0xb9, 0xfa, 0x34, 0x99, 0xce, 0x11, 0xb7, 0xa2, + 0xd9, 0x9d, 0x97, 0xbb, 0x77, 0xec, 0x1e, 0xbf, 0xf7, 0x64, 0xaf, 0x18, 0x16, 0xcb, 0xbd, 0x61, + 0xb1, 0xe4, 0x85, 0x34, 0x37, 0x8a, 0x2a, 0x6a, 0x54, 0xd4, 0x51, 0xa3, 0xa2, 0x8e, 0x1a, 0x69, + 0x5b, 0x85, 0x0e, 0x37, 0x2a, 0xca, 0x86, 0xad, 0xd2, 0xb4, 0x77, 0xc2, 0xda, 0xde, 0x21, 0x1f, + 0xfd, 0xb0, 0xbd, 0x93, 0xd4, 0xf6, 0x4e, 0xb0, 0x37, 0xd6, 0x3a, 0x52, 0x0a, 0x68, 0x36, 0xdb, + 0x92, 0x97, 0x30, 0x6c, 0x4a, 0x0e, 0x89, 0x49, 0x6b, 0xc4, 0x40, 0x56, 0x24, 0x28, 0x59, 0xad, + 0xc5, 0xbb, 0x4c, 0xfc, 0x57, 0x4b, 0x76, 0x29, 0x72, 0x21, 0x4c, 0x51, 0x44, 0x77, 0x79, 0xfd, + 0x78, 0x27, 0xfa, 0xa2, 0x38, 0x6b, 0x9f, 0x19, 0x25, 0x43, 0x6a, 0x07, 0xf7, 0x13, 0x32, 0xbd, + 0x5d, 0x23, 0xcd, 0xad, 0xd8, 0x27, 0xed, 0x9d, 0x89, 0xbd, 0x91, 0x90, 0x0e, 0xf6, 0x55, 0xc1, + 0x6a, 0x8a, 0x4c, 0xb7, 0x53, 0x79, 0x90, 0xf2, 0x24, 0xa7, 0xf8, 0x74, 0xdb, 0x0e, 0x3b, 0xa9, + 0x3c, 0x4f, 0x79, 0x02, 0x52, 0x10, 0x52, 0xc3, 0xd9, 0xfc, 0xeb, 0xc2, 0x3e, 0x9a, 0xd9, 0x74, + 0x5c, 0xa1, 0x12, 0xfb, 0x41, 0x21, 0xe5, 0x10, 0x9b, 0xe9, 0x2b, 0x60, 0x7e, 0x36, 0x14, 0x67, + 0xd3, 0x25, 0x8d, 0x89, 0xd8, 0x15, 0xd8, 0xdc, 0xb3, 0xf3, 0x6d, 0x01, 0x15, 0x8a, 0x73, 0x11, + 0xa1, 0x02, 0xe0, 0xec, 0x8a, 0x27, 0x75, 0xc2, 0x4b, 0x7c, 0xee, 0xe2, 0xf8, 0xf8, 0x49, 0x00, + 0x24, 0x0a, 0xff, 0x1d, 0x02, 0xee, 0x0b, 0x0a, 0xd6, 0x1d, 0xe2, 0xfc, 0xfd, 0x92, 0xac, 0x34, + 0x3d, 0xb5, 0x4a, 0xec, 0x3d, 0x2e, 0x6b, 0x9e, 0xd1, 0xcd, 0xb3, 0xe4, 0x47, 0xaa, 0x19, 0x9e, + 0x3d, 0x1c, 0x92, 0x23, 0x90, 0x0e, 0x93, 0xb4, 0x28, 0x52, 0x38, 0xa1, 0x01, 0xed, 0x89, 0x4b, + 0x8b, 0x6d, 0xab, 0x86, 0x92, 0x1f, 0xc1, 0xa8, 0x3b, 0x26, 0xa6, 0x86, 0x93, 0x4a, 0x1e, 0x4b, + 0x41, 0xb7, 0xf2, 0x77, 0x89, 0xba, 0xc0, 0xba, 0x87, 0x1b, 0xe7, 0x10, 0xcd, 0x6f, 0xcb, 0x9d, + 0x9e, 0x92, 0x3b, 0xca, 0x69, 0xd7, 0x1e, 0x51, 0xb5, 0xe5, 0xf9, 0xaf, 0x0a, 0xa2, 0xd9, 0x48, + 0x41, 0x1c, 0x0b, 0x89, 0x64, 0xbc, 0xde, 0x6f, 0x1e, 0x93, 0x7f, 0xa1, 0x39, 0x8e, 0x70, 0x6b, + 0x1c, 0x52, 0xf2, 0x7c, 0x6b, 0x8c, 0x66, 0xbd, 0xfe, 0x17, 0x47, 0x17, 0x36, 0x47, 0x17, 0x1a, + 0xa3, 0x23, 0x1c, 0x4f, 0x9a, 0x1f, 0x9f, 0xf4, 0x1f, 0x4c, 0xb7, 0x53, 0x6f, 0x55, 0x66, 0xde, + 0x4b, 0xd1, 0x9f, 0x08, 0xb0, 0xc9, 0x8e, 0x1e, 0x54, 0x19, 0xfc, 0xfe, 0xe5, 0x16, 0x88, 0x5d, + 0x52, 0x32, 0x36, 0x79, 0x3d, 0x38, 0xf4, 0xa4, 0xb9, 0x2b, 0x2b, 0xa1, 0x3a, 0x51, 0xd8, 0x34, + 0x80, 0xbc, 0x7e, 0x1f, 0x32, 0xae, 0x69, 0xf3, 0x78, 0xbd, 0x1e, 0x3f, 0xdb, 0x18, 0x21, 0x9d, + 0xdb, 0x4a, 0xd8, 0x8b, 0xcd, 0x13, 0xee, 0x54, 0x82, 0xbe, 0x12, 0xe9, 0xa9, 0x6f, 0xf3, 0xc6, + 0x1e, 0x92, 0x96, 0xf0, 0x4e, 0x2d, 0xf8, 0x69, 0xf7, 0x53, 0x48, 0x39, 0xfa, 0x0e, 0xd9, 0x5f, + 0x10, 0xa1, 0xda, 0x13, 0x7d, 0x64, 0xdf, 0x86, 0xf6, 0x24, 0x7a, 0x2f, 0xbb, 0x6d, 0xb1, 0x59, + 0x43, 0x06, 0xf4, 0x51, 0xd7, 0x71, 0x4e, 0xec, 0xa4, 0x38, 0x15, 0x27, 0x0b, 0x72, 0x48, 0x5a, + 0x29, 0x39, 0x53, 0x74, 0xde, 0xdc, 0x7a, 0xda, 0xde, 0xb9, 0x82, 0x39, 0xea, 0xf5, 0x6a, 0xa1, + 0xcb, 0xdb, 0xb9, 0xdc, 0xf7, 0x0b, 0xd3, 0x1c, 0x0a, 0xfc, 0x84, 0xb6, 0x06, 0x4b, 0x9d, 0x97, + 0xd3, 0x46, 0x06, 0xf2, 0x2a, 0xe1, 0x0b, 0x5d, 0xf4, 0xbf, 0x67, 0x31, 0x58, 0x17, 0x32, 0x6b, + 0xdf, 0x16, 0xc3, 0xe6, 0x7f, 0x41, 0xcc, 0x23, 0x75, 0xb4, 0xdf, 0xe2, 0xdf, 0x8f, 0xe9, 0xed, + 0xcd, 0xc4, 0x56, 0x06, 0x5a, 0xe8, 0x24, 0xac, 0xec, 0x44, 0xce, 0xab, 0x54, 0x5b, 0xad, 0x6a, + 0xfb, 0xe4, 0xa8, 0x37, 0xd8, 0x52, 0x23, 0xa1, 0xa1, 0x46, 0xd2, 0x7d, 0x6a, 0x24, 0xdd, 0xd6, + 0x02, 0x82, 0x5a, 0xfc, 0xf8, 0xd9, 0x6a, 0xe4, 0x29, 0x00, 0xff, 0x2e, 0x35, 0xf2, 0x33, 0x11, + 0xd0, 0x5f, 0x55, 0x24, 0xd9, 0xbf, 0xa0, 0x48, 0x44, 0x47, 0xdf, 0x12, 0x17, 0x1f, 0xe8, 0x2b, + 0x60, 0x0f, 0x46, 0x08, 0x33, 0x4b, 0xe9, 0xf6, 0xe6, 0x2f, 0xb0, 0x79, 0xc0, 0x9c, 0xf5, 0x76, + 0x6d, 0xfb, 0xaa, 0x0b, 0xbd, 0x30, 0xe5, 0xf3, 0x86, 0xf1, 0xbc, 0xbd, 0x23, 0xbb, 0xcd, 0x16, + 0xdb, 0x16, 0x3a, 0x1c, 0x1c, 0xd6, 0xba, 0xe7, 0x71, 0x9c, 0xde, 0xb2, 0x56, 0x1c, 0xdd, 0x70, + 0xd6, 0x0a, 0xfe, 0x28, 0x03, 0xd6, 0x22, 0x7f, 0x87, 0xb5, 0x6e, 0x02, 0x0a, 0x17, 0xe2, 0x15, + 0xf5, 0x1c, 0xcb, 0xdb, 0xdb, 0xba, 0xaa, 0x23, 0x9b, 0xc8, 0xe6, 0x12, 0x94, 0x06, 0x2c, 0x5a, + 0x6f, 0x9e, 0x42, 0xc9, 0x7b, 0xe3, 0xfc, 0xf5, 0x61, 0xcc, 0x98, 0x73, 0xa5, 0x71, 0x04, 0x71, + 0x3d, 0x1e, 0x19, 0xd1, 0x6b, 0x01, 0x05, 0x39, 0xcf, 0x8b, 0x4e, 0x0e, 0xb1, 0x29, 0x5d, 0x0c, + 0xd6, 0x12, 0x08, 0x55, 0xc2, 0x4c, 0x0e, 0x45, 0xe1, 0xe6, 0x3b, 0x5a, 0xca, 0x84, 0xe7, 0xb9, + 0x88, 0x09, 0x1e, 0x1c, 0x5c, 0x55, 0xed, 0xb9, 0x63, 0x13, 0x06, 0x27, 0x4b, 0x97, 0xf4, 0xe5, + 0xe8, 0x7b, 0xaf, 0xd7, 0xc9, 0xa5, 0x91, 0xf7, 0x24, 0x16, 0xbe, 0x10, 0xe2, 0xe1, 0x91, 0x5e, + 0x2a, 0x67, 0xa1, 0x7c, 0x42, 0xdf, 0xc7, 0xff, 0xff, 0xf5, 0x7d, 0xd8, 0xd4, 0xf7, 0xe1, 0x73, + 0xf5, 0x7d, 0x6c, 0x8e, 0x23, 0xfe, 0x77, 0xe9, 0xfb, 0x70, 0x14, 0x37, 0x47, 0x17, 0x6f, 0xe9, + 0x7b, 0x92, 0x7d, 0xd7, 0xc6, 0x96, 0x57, 0xb4, 0xbd, 0xf7, 0x59, 0x6f, 0x80, 0x0d, 0xa2, 0x3d, + 0xdb, 0xa0, 0x52, 0xad, 0x52, 0xe0, 0x4f, 0x5d, 0xdb, 0x33, 0xe4, 0x5a, 0x4f, 0xe6, 0x89, 0xad, + 0xaf, 0xdc, 0xd7, 0x87, 0x85, 0xe5, 0xdc, 0xbe, 0x6a, 0x66, 0xc2, 0x60, 0xe0, 0x19, 0x78, 0x68, + 0x2b, 0x3b, 0x9a, 0xd2, 0xb7, 0x8f, 0xa7, 0xcc, 0xa6, 0xbd, 0xbf, 0xa6, 0x83, 0xa5, 0xdf, 0xbd, + 0x91, 0x4a, 0x8d, 0x9d, 0xbd, 0x1b, 0x45, 0xd5, 0x27, 0x3f, 0x82, 0xe9, 0x54, 0x8a, 0x70, 0xa1, + 0xff, 0xf4, 0xf5, 0x55, 0x53, 0xb6, 0x77, 0x1d, 0xe3, 0xa3, 0x01, 0xbb, 0x66, 0x0b, 0x96, 0x51, + 0x74, 0xe4, 0xd5, 0x13, 0x67, 0x6a, 0x0c, 0x06, 0x2a, 0x98, 0xf4, 0x88, 0x3d, 0x1d, 0x3e, 0xda, + 0x54, 0xa1, 0xc7, 0x68, 0x6b, 0xeb, 0x37, 0x7a, 0x7c, 0xeb, 0x37, 0x12, 0x9f, 0x11, 0x7d, 0xce, + 0xd6, 0xaf, 0x9e, 0xd9, 0x76, 0x78, 0xbc, 0xfa, 0xb6, 0xb8, 0x38, 0x75, 0x62, 0x8c, 0x51, 0x7f, + 0x00, 0x7d, 0xa0, 0xec, 0x16, 0x7e, 0xdb, 0xfa, 0xc9, 0x2e, 0xaa, 0xbb, 0x34, 0x54, 0x47, 0x6e, + 0x16, 0x19, 0x7b, 0xc5, 0xea, 0x90, 0xa2, 0x02, 0x90, 0x2f, 0xc5, 0x97, 0x19, 0x13, 0x78, 0xa0, + 0x51, 0x83, 0x12, 0xf6, 0xac, 0x81, 0x71, 0xac, 0x48, 0xf1, 0x86, 0x9f, 0x6c, 0x4c, 0x54, 0xd7, + 0x97, 0x89, 0xe5, 0x1d, 0xff, 0x87, 0x5d, 0xac, 0xea, 0xfa, 0x15, 0x9d, 0xdc, 0x44, 0xf0, 0x15, + 0xe4, 0x72, 0xd0, 0x55, 0x51, 0x8b, 0x45, 0x5b, 0x1b, 0xba, 0xea, 0xab, 0xf1, 0x5b, 0x78, 0x69, + 0x6c, 0x8a, 0x37, 0xe7, 0x52, 0xb0, 0x9e, 0x43, 0xc7, 0x12, 0x12, 0x75, 0x89, 0xd4, 0xfe, 0x3f, + 0x9a, 0x97, 0xfa, 0x04, 0xb9, 0xef, 0x1b, 0x83, 0xd2, 0xfb, 0xdc, 0x8f, 0x51, 0x29, 0x37, 0x50, + 0x90, 0xa9, 0x73, 0x0e, 0xc9, 0x16, 0x12, 0x9a, 0x4d, 0x77, 0x3f, 0x41, 0x21, 0x5a, 0x9b, 0xc8, + 0xa0, 0xeb, 0xba, 0x4f, 0x4d, 0xc0, 0x18, 0xff, 0x66, 0xcf, 0x58, 0xaa, 0x3e, 0x2d, 0x03, 0x7f, + 0xbb, 0xe3, 0x7a, 0x2d, 0x05, 0xc7, 0xa1, 0x6f, 0x7c, 0x0c, 0xb6, 0xa8, 0xb7, 0xfb, 0xd4, 0x6a, + 0x18, 0x6b, 0xa1, 0xd7, 0x6f, 0xb3, 0x2b, 0xa3, 0x1e, 0x6b, 0x18, 0x3d, 0x43, 0x44, 0x24, 0x07, + 0x26, 0x1c, 0xc7, 0xe6, 0x6c, 0xf3, 0xad, 0xe9, 0xa6, 0xc9, 0xc1, 0x79, 0xea, 0x03, 0x04, 0x52, + 0x48, 0x0e, 0x76, 0xbe, 0x10, 0x3c, 0x2c, 0x20, 0xe0, 0x0e, 0x88, 0x36, 0x3b, 0x43, 0xd1, 0x7a, + 0x2d, 0x1e, 0xf4, 0x25, 0x46, 0xa7, 0xfa, 0x1a, 0x49, 0xb4, 0x25, 0x50, 0x51, 0x41, 0x7c, 0x9a, + 0x79, 0x27, 0x77, 0x2f, 0xdc, 0x44, 0x7d, 0xa9, 0x45, 0x9e, 0x9f, 0x70, 0x36, 0x7b, 0xe1, 0x51, + 0x87, 0x9b, 0xed, 0x79, 0xce, 0x66, 0xe6, 0x44, 0xeb, 0x33, 0x78, 0xb4, 0xa0, 0x7f, 0x69, 0x6a, + 0x92, 0x4b, 0x33, 0x85, 0x16, 0x54, 0x93, 0x7f, 0x0a, 0x42, 0x8b, 0x9d, 0xea, 0x13, 0x0a, 0x10, + 0x3e, 0xbd, 0x9d, 0x61, 0xd0, 0xe2, 0xec, 0xbf, 0x2e, 0xa9, 0x0f, 0x72, 0x88, 0x0f, 0xb8, 0x6f, + 0x7f, 0x00, 0xa7, 0xd3, 0x1b, 0x74, 0x5f, 0x65, 0xf4, 0x39, 0x69, 0x71, 0x35, 0xb0, 0x2a, 0x1e, + 0x65, 0xed, 0xde, 0x58, 0x9f, 0xd8, 0xd8, 0xd6, 0x60, 0x83, 0xa3, 0xa3, 0xed, 0x2f, 0xe1, 0x88, + 0xcf, 0x06, 0x70, 0xb9, 0x34, 0xf4, 0x20, 0x03, 0xdf, 0x36, 0x16, 0x59, 0x94, 0x8c, 0x1e, 0x57, + 0x57, 0x85, 0x5e, 0x02, 0x69, 0x66, 0x4b, 0x30, 0xbd, 0xad, 0x79, 0x9a, 0xc2, 0xf0, 0xe0, 0xf5, + 0xd0, 0xff, 0xd9, 0x54, 0x9b, 0xcb, 0x3e, 0x50, 0x6a, 0xc4, 0x11, 0x28, 0xae, 0x86, 0x48, 0x74, + 0x04, 0xe5, 0x14, 0xc2, 0x83, 0x8a, 0x1c, 0x28, 0x35, 0x73, 0xee, 0x35, 0x59, 0x46, 0xbb, 0x32, + 0xe0, 0x9d, 0xf8, 0xea, 0x78, 0xbe, 0x2b, 0x97, 0x2a, 0x89, 0x53, 0xec, 0x48, 0xf5, 0x3c, 0xfa, + 0x93, 0xef, 0x6d, 0xa0, 0x80, 0xd9, 0xfa, 0xe8, 0xe8, 0x66, 0xb7, 0xe9, 0x9e, 0x2f, 0x0e, 0x3c, + 0x47, 0x9e, 0x88, 0x96, 0xb6, 0x29, 0x12, 0x1e, 0x91, 0xe7, 0xdb, 0x9c, 0x2f, 0x3e, 0x18, 0xb6, + 0x3b, 0x60, 0x1e, 0xeb, 0x3f, 0x5e, 0xd1, 0x54, 0x69, 0xe2, 0xfb, 0x58, 0x52, 0x96, 0xec, 0x80, + 0x32, 0x14, 0xf3, 0x96, 0x3c, 0x79, 0xa6, 0x98, 0x36, 0xac, 0x33, 0xfd, 0x99, 0x87, 0xbd, 0x06, + 0x9b, 0x18, 0x89, 0x28, 0xf1, 0xe4, 0xb1, 0x24, 0x4b, 0xba, 0xa5, 0xbb, 0xb2, 0xcf, 0x2c, 0xde, + 0x65, 0x42, 0xe1, 0xc1, 0x6e, 0x9f, 0xa9, 0xa2, 0xf1, 0x8a, 0xeb, 0x66, 0xc3, 0x9d, 0xce, 0xe4, + 0x09, 0x25, 0x43, 0x90, 0xa2, 0xae, 0xd7, 0xdb, 0x5f, 0x57, 0x2a, 0xbc, 0x66, 0xd5, 0xbe, 0xef, + 0x57, 0x1f, 0x6c, 0x32, 0xeb, 0xd2, 0x89, 0xa2, 0x66, 0xd5, 0x6d, 0xd2, 0xd8, 0x3a, 0x3b, 0x57, + 0x7d, 0xf5, 0x4f, 0x0a, 0x8c, 0xa4, 0xda, 0xe8, 0xd0, 0x11, 0x85, 0xa6, 0x2c, 0xa3, 0x2f, 0x7b, + 0x83, 0x35, 0x46, 0x0f, 0xd5, 0x57, 0x84, 0xbc, 0xdb, 0x62, 0xc3, 0x8c, 0xd7, 0x65, 0xb1, 0x19, + 0xc3, 0x1d, 0xab, 0x5d, 0xb4, 0xf0, 0x5e, 0x9c, 0xec, 0x23, 0xc6, 0x68, 0x54, 0x63, 0xf2, 0x4b, + 0xfc, 0xb9, 0xf7, 0x60, 0x86, 0xc4, 0xe4, 0xa6, 0xde, 0x66, 0xe3, 0x6c, 0x3b, 0x56, 0xc2, 0xa9, + 0x12, 0x74, 0xf1, 0x43, 0x14, 0x5e, 0x93, 0x53, 0x15, 0x4d, 0x3d, 0x0a, 0x18, 0xe8, 0xa3, 0x45, + 0xfa, 0x74, 0x1d, 0xa4, 0x85, 0x4c, 0x6d, 0x36, 0xb0, 0x38, 0x9a, 0x3e, 0x93, 0xa1, 0x91, 0xea, + 0xef, 0x20, 0x89, 0x7d, 0x12, 0x35, 0x98, 0x3a, 0x86, 0x13, 0xed, 0x0b, 0xe1, 0x64, 0xec, 0x81, + 0xce, 0xf2, 0xa8, 0xbf, 0xa2, 0xa1, 0xe3, 0x39, 0xe5, 0x16, 0x09, 0x48, 0x5b, 0x92, 0xc2, 0xd2, + 0xc2, 0x45, 0xf5, 0x4a, 0xe5, 0x08, 0x25, 0xc2, 0x11, 0x71, 0xf4, 0xf9, 0xac, 0xeb, 0x27, 0xa3, + 0x87, 0x92, 0xbf, 0xcf, 0xba, 0x5d, 0x1d, 0xa4, 0xa0, 0xa4, 0x24, 0x47, 0xb9, 0x8d, 0xa2, 0xad, + 0x72, 0x88, 0x3e, 0x75, 0xb2, 0xd8, 0xbb, 0x64, 0x5b, 0x1b, 0x55, 0x9e, 0xb5, 0x82, 0xac, 0x8e, + 0xe0, 0xd0, 0xe8, 0x60, 0xd6, 0x6b, 0x13, 0x82, 0x11, 0x21, 0xf4, 0xba, 0xcc, 0x74, 0xbc, 0xbc, + 0x97, 0x6c, 0xd7, 0x3b, 0x93, 0x91, 0xd0, 0xca, 0x19, 0x33, 0x5f, 0x7f, 0x68, 0x86, 0x47, 0x59, + 0xd3, 0x23, 0x27, 0x7f, 0xb0, 0x0e, 0x78, 0x78, 0xea, 0xc5, 0x18, 0x65, 0xf3, 0x08, 0x39, 0xab, + 0xaf, 0xd6, 0xc8, 0x3e, 0x1a, 0x07, 0x2d, 0x7b, 0x7d, 0x56, 0x1d, 0xbf, 0x96, 0x7f, 0x5a, 0x86, + 0x3d, 0xd4, 0xa8, 0xd0, 0x94, 0xa0, 0x8e, 0x55, 0x12, 0xa1, 0xc8, 0xbf, 0x86, 0x21, 0xfd, 0x15, + 0x4b, 0x61, 0xdd, 0x62, 0xf2, 0x24, 0xa5, 0x04, 0x20, 0x5d, 0x84, 0x9b, 0x82, 0xdd, 0x15, 0xec, + 0x63, 0xc1, 0xde, 0x16, 0xec, 0x5d, 0xe1, 0xdb, 0x6f, 0x4c, 0xaf, 0xc5, 0xbe, 0x29, 0xfc, 0x6b, + 0xd3, 0x1f, 0xd9, 0x22, 0x91, 0x37, 0x05, 0xbb, 0x81, 0xb7, 0x88, 0x36, 0x6f, 0x7c, 0x00, 0x7a, + 0x53, 0x18, 0x01, 0xdb, 0x37, 0x74, 0x0e, 0x5d, 0xa9, 0xfb, 0x08, 0x14, 0x77, 0xe0, 0xab, 0xa4, + 0x82, 0xe2, 0x8d, 0x66, 0xbc, 0xba, 0xf4, 0x94, 0x98, 0x1f, 0xd2, 0x51, 0xd5, 0x87, 0x49, 0xfd, + 0x75, 0xd3, 0x3f, 0x4a, 0x9e, 0xdd, 0xbf, 0xe7, 0x31, 0x17, 0x1f, 0xfa, 0xa3, 0x2f, 0x7b, 0x37, + 0xfe, 0x96, 0x46, 0x24, 0x0e, 0x6e, 0x8a, 0xbf, 0x4e, 0x21, 0x05, 0xb5, 0xf1, 0xd5, 0xaf, 0x03, + 0xa7, 0x09, 0x58, 0x39, 0xb8, 0x71, 0x23, 0xfa, 0xce, 0x62, 0x24, 0xbf, 0xf5, 0xc4, 0x7d, 0xf1, + 0x37, 0x64, 0x7c, 0x3f, 0x95, 0xdf, 0x6d, 0xf7, 0x84, 0xe3, 0x96, 0xac, 0xd7, 0x89, 0x8b, 0xb9, + 0xf9, 0xd5, 0x41, 0x54, 0xb2, 0x75, 0x58, 0x49, 0xfa, 0x98, 0xfe, 0x32, 0x09, 0x7d, 0xc4, 0x1b, + 0xca, 0xd4, 0xa3, 0x53, 0x64, 0x89, 0x43, 0x49, 0xc6, 0xe9, 0x0f, 0x95, 0xdc, 0x31, 0xe3, 0x63, + 0xe5, 0xdb, 0x7f, 0x45, 0x86, 0xfe, 0x9a, 0x41, 0x36, 0x1c, 0x45, 0x63, 0x8f, 0xcb, 0xae, 0x1a, + 0x1f, 0x51, 0x4d, 0xcc, 0x8f, 0xa8, 0xb2, 0x92, 0x51, 0xc8, 0x43, 0xfc, 0xed, 0x13, 0xfa, 0x2b, + 0x33, 0x25, 0x19, 0x72, 0xf6, 0x02, 0x8b, 0xb5, 0xcb, 0xc1, 0x0f, 0xdb, 0x27, 0xf1, 0xb4, 0x41, + 0x2c, 0x6e, 0xf0, 0xd1, 0xd5, 0x01, 0x80, 0xb0, 0xe2, 0x34, 0x20, 0x56, 0xa2, 0x2f, 0x88, 0x1a, + 0x87, 0x2f, 0x83, 0xe9, 0xbd, 0x50, 0x3a, 0x43, 0xac, 0x89, 0x77, 0xf8, 0xd0, 0xa8, 0xf5, 0xe5, + 0xbb, 0xb7, 0xe2, 0x23, 0xc6, 0xc8, 0x03, 0x1c, 0xba, 0x1f, 0x4f, 0x68, 0x57, 0xb8, 0xb6, 0x3f, + 0x16, 0xfe, 0x1d, 0xfd, 0xbf, 0x5e, 0x3f, 0x6c, 0x1c, 0x17, 0x9c, 0x99, 0x63, 0x24, 0xbe, 0x25, + 0xfe, 0x80, 0x9b, 0x05, 0xc2, 0x73, 0xa5, 0xff, 0xf2, 0x53, 0x95, 0x94, 0xd2, 0xce, 0x7f, 0x57, + 0x30, 0xfb, 0x6d, 0xe1, 0x23, 0xb7, 0xc4, 0x54, 0x6d, 0xf1, 0x14, 0x7f, 0x00, 0xc0, 0x5d, 0xf8, + 0x0b, 0x50, 0xab, 0x5b, 0x7d, 0xf9, 0xfa, 0x0b, 0xfa, 0xb6, 0xe4, 0x9c, 0x28, 0xd8, 0x95, 0x8c, + 0xeb, 0x4f, 0xc4, 0x8b, 0xdc, 0x5e, 0xf7, 0x97, 0xe2, 0x45, 0x44, 0xa7, 0xfc, 0x5b, 0x91, 0xfe, + 0x22, 0xbd, 0xf3, 0xef, 0x89, 0xee, 0xc1, 0x03, 0xff, 0x0d, 0xd8, 0x16, 0x4f, 0xe4, 0x58, 0x6e, + 0x00, 0x00 }; // Autogenerated from wled00/data/rangetouch.js, do not edit!! -const uint16_t rangetouchJs_length = 1833; +const uint16_t rangetouchJs_length = 1828; const uint8_t rangetouchJs[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xb5, 0x58, 0xdf, 0x8f, 0xdb, 0xb8, - 0x11, 0x7e, 0x3f, 0xe0, 0xfe, 0x07, 0x59, 0x6d, 0x7d, 0xe4, 0x2e, 0x57, 0xb6, 0x17, 0xc8, 0x8b, - 0x1c, 0xc6, 0x48, 0x73, 0x39, 0xa0, 0x68, 0xb6, 0x29, 0xb2, 0x39, 0xb4, 0x80, 0xcf, 0x0f, 0xb2, - 0x44, 0xdb, 0xbc, 0xc8, 0xa4, 0x8e, 0xa4, 0xbc, 0x31, 0x76, 0xf5, 0xbf, 0x77, 0x86, 0x94, 0x6c, - 0x39, 0x6b, 0x27, 0x79, 0xb8, 0x2e, 0x16, 0xb6, 0x44, 0x0d, 0x87, 0x33, 0xdf, 0x7c, 0xf3, 0x43, - 0x1e, 0x8d, 0x22, 0xfe, 0xa7, 0xfd, 0xfd, 0xf8, 0xc3, 0x68, 0x14, 0x99, 0x4c, 0xad, 0x85, 0xd3, - 0x75, 0xbe, 0x49, 0x7e, 0xb7, 0xd1, 0xee, 0x36, 0x19, 0x27, 0x13, 0xff, 0xe0, 0x2e, 0xfb, 0x24, - 0xd5, 0x3a, 0x7a, 0x29, 0x55, 0x55, 0xbb, 0xc8, 0xed, 0x2b, 0xc1, 0x63, 0x2f, 0x1c, 0xbf, 0x8a, - 0x1e, 0xb4, 0xf9, 0x14, 0x69, 0x15, 0xf9, 0x7d, 0x51, 0x21, 0x76, 0x32, 0x17, 0xd6, 0xef, 0xda, - 0x38, 0x57, 0xd9, 0x74, 0x34, 0x5a, 0x4b, 0xb7, 0xa9, 0x97, 0x49, 0xae, 0xb7, 0x23, 0x9b, 0x6d, - 0x2b, 0xed, 0x9c, 0x1d, 0x1d, 0x8f, 0xf2, 0xa2, 0xef, 0x60, 0x93, 0xb2, 0x22, 0x8d, 0x3e, 0x6e, - 0x44, 0x74, 0xf7, 0x8f, 0x8f, 0xdd, 0x42, 0x44, 0xe0, 0x86, 0x7a, 0x91, 0x3f, 0xd3, 0xd7, 0xc1, - 0xaa, 0x56, 0xb9, 0x93, 0x5a, 0x11, 0xc1, 0x1c, 0x7d, 0x8c, 0xf5, 0xf2, 0x77, 0x91, 0xbb, 0x98, - 0x73, 0x74, 0x4d, 0xaf, 0x22, 0xf1, 0xb9, 0xd2, 0xc6, 0xd9, 0xe1, 0x30, 0xae, 0x55, 0x21, 0x56, - 0x52, 0x89, 0x22, 0x1e, 0x74, 0x0f, 0xb7, 0xba, 0xa8, 0x4b, 0x31, 0x0b, 0x5f, 0x49, 0x2b, 0xca, - 0x1d, 0xa1, 0x69, 0xdc, 0xa9, 0x3d, 0x6a, 0x0a, 0xbb, 0x87, 0xc3, 0xf0, 0x9d, 0x64, 0xdb, 0x62, - 0x16, 0x2e, 0x49, 0xfc, 0x01, 0x21, 0xf8, 0x88, 0x10, 0xc4, 0x60, 0x44, 0x4a, 0x04, 0x17, 0x4f, - 0x4f, 0x56, 0x94, 0x2b, 0x9a, 0x1c, 0x1f, 0xa1, 0xde, 0x86, 0xb8, 0x8d, 0xb4, 0x8c, 0x1c, 0x8c, - 0x06, 0x8b, 0x6b, 0xc0, 0xc6, 0x3a, 0x23, 0xc1, 0xea, 0x69, 0xb7, 0x1e, 0x89, 0xe0, 0xce, 0x4a, - 0x1b, 0xb2, 0xcb, 0x4c, 0xa4, 0xf8, 0x78, 0xaa, 0x5e, 0xba, 0xa4, 0x14, 0x6a, 0xed, 0x36, 0x53, - 0x75, 0x7d, 0x4d, 0x1f, 0x71, 0xdd, 0x70, 0x37, 0x57, 0x8b, 0xa9, 0x49, 0x84, 0xaa, 0xb7, 0xc2, - 0x64, 0xcb, 0x52, 0xf0, 0xfe, 0xcd, 0xd3, 0xd3, 0x60, 0xc2, 0x0c, 0xc4, 0x4b, 0xad, 0xe4, 0xba, - 0x0e, 0xcf, 0x07, 0x63, 0x16, 0xef, 0xb2, 0xb2, 0x16, 0xb1, 0x54, 0x91, 0x19, 0x0e, 0x89, 0x49, - 0x1e, 0x8c, 0x74, 0xed, 0x33, 0xca, 0xde, 0x7b, 0x04, 0x93, 0xe0, 0xdb, 0xbf, 0x8d, 0xae, 0x84, - 0x71, 0x7b, 0x30, 0xc7, 0x24, 0x9f, 0xc4, 0x9e, 0x19, 0xda, 0x34, 0x07, 0x2b, 0x1d, 0x5a, 0xc9, - 0x14, 0x7d, 0x34, 0xc2, 0xd5, 0x06, 0xee, 0x23, 0x50, 0x29, 0x66, 0x97, 0x34, 0x38, 0xf6, 0xe8, - 0x0f, 0x4e, 0x15, 0x3b, 0x9a, 0x98, 0x82, 0x3d, 0x7d, 0xfb, 0xf0, 0xbe, 0xb3, 0x07, 0xae, 0x1b, - 0x9a, 0x8a, 0xb9, 0x5b, 0x70, 0xd8, 0x72, 0x3c, 0xb7, 0x0d, 0x76, 0x40, 0xa6, 0x3d, 0x0d, 0x8c, - 0xb3, 0x44, 0xd0, 0xa9, 0x5c, 0x91, 0x76, 0x05, 0x58, 0xf9, 0xfe, 0x41, 0x75, 0xe7, 0xdf, 0xef, - 0xb7, 0x4b, 0x5d, 0xda, 0x0e, 0xb7, 0xaf, 0xc9, 0xa0, 0x1a, 0x87, 0xc0, 0x00, 0x96, 0x2b, 0x59, - 0x3a, 0x61, 0xc8, 0x31, 0x62, 0xee, 0xe0, 0xed, 0x59, 0x15, 0x3f, 0x0b, 0x9b, 0x1b, 0x59, 0x39, - 0x08, 0x1c, 0xda, 0xd8, 0x8b, 0x45, 0x43, 0x29, 0x65, 0x2a, 0xa9, 0x6a, 0xbb, 0x49, 0xb2, 0xaa, - 0x2a, 0xf7, 0x44, 0x21, 0x9a, 0xad, 0x32, 0x75, 0xf4, 0x0e, 0x76, 0x1e, 0x23, 0x6f, 0xf8, 0x64, - 0x6a, 0x5e, 0x66, 0x66, 0x0d, 0x6a, 0x94, 0xb3, 0x1d, 0x03, 0x4c, 0xc7, 0x00, 0xc9, 0x55, 0x5d, - 0x96, 0x03, 0x7e, 0x90, 0x98, 0x9b, 0xc5, 0xac, 0x7f, 0x93, 0x3e, 0x36, 0x53, 0xf3, 0xb7, 0xdb, - 0x99, 0x6a, 0x61, 0x21, 0x92, 0x32, 0x08, 0x73, 0x02, 0x07, 0xbc, 0xcd, 0xf2, 0x4d, 0xcf, 0x33, - 0x88, 0x23, 0x06, 0x54, 0x31, 0x09, 0x9c, 0xa2, 0x60, 0x6e, 0xfa, 0x0d, 0x0f, 0xed, 0xd9, 0x48, - 0x4b, 0x01, 0x00, 0xb2, 0x6f, 0x6d, 0x05, 0x33, 0x68, 0xda, 0xb3, 0xe9, 0x9c, 0x41, 0x00, 0xf5, - 0x65, 0x2a, 0x7d, 0x0b, 0x7d, 0x09, 0xe8, 0xa3, 0x13, 0x1d, 0xc0, 0xa2, 0x09, 0x70, 0x3d, 0x66, - 0x45, 0xf1, 0xe6, 0xfe, 0x1e, 0x69, 0x06, 0xb5, 0x6c, 0xbb, 0xfc, 0x8f, 0x2c, 0xdc, 0x26, 0x9d, - 0xbc, 0x60, 0x0f, 0x99, 0xcb, 0x37, 0xc8, 0xb8, 0x63, 0x16, 0xd6, 0x81, 0x67, 0xad, 0x86, 0x5e, - 0xd2, 0xb6, 0x2b, 0xaf, 0x8d, 0xc9, 0xf6, 0xc9, 0xca, 0xe8, 0x2d, 0x29, 0x74, 0xee, 0x21, 0x4f, - 0xfe, 0xa8, 0x85, 0xd9, 0xdf, 0x8b, 0x12, 0x8c, 0xd3, 0xe6, 0x75, 0x59, 0x82, 0x17, 0x34, 0x91, - 0x2a, 0x2f, 0xeb, 0x02, 0x80, 0xc1, 0xf4, 0xa7, 0x4d, 0x92, 0x67, 0xf0, 0x00, 0x75, 0x7b, 0xa3, - 0x34, 0x3f, 0x16, 0xb1, 0x83, 0xee, 0x10, 0x56, 0x31, 0x13, 0x98, 0xbd, 0x50, 0x1f, 0x6a, 0xd4, - 0x97, 0xe2, 0x6a, 0xc3, 0x72, 0x7e, 0x5a, 0xf5, 0xc2, 0x96, 0xc1, 0x80, 0x40, 0x79, 0x02, 0xe2, - 0x0a, 0x48, 0x43, 0xeb, 0x32, 0x95, 0x63, 0xd9, 0x82, 0x33, 0x58, 0x79, 0xe9, 0x00, 0xce, 0x45, - 0xc3, 0xb2, 0x73, 0x4f, 0x35, 0x5c, 0x43, 0x81, 0x0d, 0x28, 0x37, 0xcc, 0x7e, 0x45, 0xe6, 0x1e, - 0x8a, 0x97, 0x5a, 0x37, 0x6c, 0x75, 0x4e, 0x26, 0x40, 0x24, 0xad, 0xff, 0x86, 0xf5, 0x86, 0x6d, - 0xce, 0x89, 0xe5, 0xe0, 0xc8, 0xbf, 0x74, 0x21, 0xde, 0x49, 0x8b, 0x06, 0x17, 0xdc, 0xb2, 0x3d, - 0x5f, 0xb1, 0x25, 0xdf, 0xb0, 0xed, 0x25, 0xf9, 0xb7, 0xa5, 0x40, 0xc4, 0x41, 0x7c, 0x7d, 0x51, - 0x64, 0x17, 0x04, 0xaa, 0x73, 0x02, 0x10, 0x01, 0xfa, 0xf4, 0x44, 0xac, 0xff, 0x5a, 0xf9, 0xcf, - 0x0d, 0x7c, 0xd2, 0xe1, 0x70, 0x20, 0xda, 0x3c, 0x7b, 0x7a, 0xca, 0x60, 0x05, 0x16, 0x4e, 0x8b, - 0x4c, 0xfb, 0xb4, 0xc7, 0x94, 0x5d, 0x08, 0x04, 0x14, 0x9f, 0xc9, 0xab, 0x43, 0x65, 0xea, 0x9f, - 0x89, 0x2b, 0x8e, 0xc7, 0x31, 0x46, 0x33, 0xcf, 0x1c, 0x2a, 0xd9, 0x22, 0xe1, 0xc8, 0x88, 0xcc, - 0xd2, 0xdf, 0x12, 0xf2, 0x5b, 0x71, 0x4d, 0xe9, 0x0c, 0xae, 0xe7, 0xe2, 0xed, 0x82, 0xcc, 0xaf, - 0x6f, 0x16, 0xb3, 0xb0, 0xf4, 0xd7, 0x11, 0x9d, 0x76, 0xe5, 0x75, 0x76, 0x97, 0xb9, 0x0d, 0xec, - 0xfb, 0x4c, 0xc6, 0x8c, 0xb8, 0xf9, 0x64, 0x31, 0xc3, 0x8f, 0xd6, 0x9a, 0x74, 0x4c, 0x6f, 0x60, - 0xf1, 0x76, 0x31, 0xbb, 0xc6, 0x4f, 0xb8, 0xa5, 0xe9, 0x18, 0x1a, 0xce, 0x61, 0x7b, 0x95, 0x19, - 0x2b, 0x7e, 0x29, 0x35, 0x9e, 0x9e, 0x38, 0xfd, 0x8b, 0xfc, 0x2c, 0x0a, 0x48, 0xfa, 0x43, 0x86, - 0x78, 0xe5, 0x46, 0x43, 0x9f, 0x24, 0x62, 0xe4, 0xe8, 0x95, 0x6b, 0x9e, 0x13, 0xff, 0xa4, 0xf4, - 0x43, 0xc1, 0x20, 0xa7, 0x44, 0x04, 0xff, 0x81, 0x84, 0xa7, 0xf4, 0xa3, 0x6e, 0x63, 0xf4, 0x43, - 0xa4, 0xc4, 0x43, 0xf4, 0x11, 0x3a, 0xe9, 0x5b, 0x63, 0x20, 0x3b, 0xe3, 0x37, 0x99, 0x52, 0xda, - 0x45, 0x98, 0x08, 0x51, 0x16, 0xe5, 0x65, 0x66, 0x6d, 0x94, 0xc1, 0xff, 0xe1, 0xb0, 0x18, 0x92, - 0x37, 0x74, 0x4b, 0x47, 0xd9, 0x16, 0xf0, 0x9a, 0xe1, 0x4d, 0x22, 0x42, 0xd0, 0xb9, 0x48, 0x0b, - 0x1f, 0x19, 0x72, 0xb2, 0x7a, 0x3e, 0x0b, 0x31, 0xa8, 0xa0, 0xa2, 0x2f, 0x09, 0x3b, 0xab, 0x93, - 0x85, 0xc4, 0x1c, 0x1a, 0xf5, 0x41, 0x6b, 0x68, 0x4b, 0xdc, 0x90, 0xc7, 0x86, 0x49, 0x06, 0x1f, - 0x8a, 0x32, 0xff, 0x40, 0x2a, 0x09, 0xcd, 0xfc, 0x58, 0xbb, 0xb9, 0x83, 0x94, 0x9c, 0x3f, 0x02, - 0x3b, 0xd2, 0xd8, 0xc2, 0x5a, 0x15, 0xb3, 0xd0, 0xe8, 0xbe, 0x64, 0x80, 0xe2, 0x93, 0x67, 0xb5, - 0x7c, 0x38, 0xdc, 0x69, 0x59, 0x44, 0xe3, 0x01, 0xef, 0x15, 0xf1, 0x49, 0xbf, 0x88, 0x4f, 0xb0, - 0x88, 0x33, 0xed, 0x2b, 0x3d, 0xf6, 0xb7, 0xca, 0x73, 0x15, 0xfd, 0x9f, 0x69, 0xfe, 0x5d, 0x35, - 0xc8, 0xcb, 0x8a, 0xf4, 0x27, 0x3f, 0xf5, 0xcd, 0xfb, 0x53, 0xdf, 0xe2, 0x27, 0xa0, 0xc9, 0x36, - 0xa8, 0x9a, 0x8b, 0x45, 0xba, 0x7c, 0xa6, 0x55, 0xd0, 0x74, 0x1f, 0xa0, 0xd6, 0x5c, 0x74, 0xfd, - 0x70, 0x0b, 0x88, 0x56, 0x44, 0x53, 0xda, 0x2b, 0x26, 0x53, 0xf4, 0x30, 0x3f, 0x81, 0x0b, 0xad, - 0x0d, 0x71, 0xca, 0x13, 0x5f, 0x5f, 0x03, 0x0c, 0x25, 0x47, 0x36, 0xdc, 0xd5, 0x2e, 0x43, 0x70, - 0xde, 0x2f, 0xad, 0x30, 0xbb, 0x93, 0x26, 0x0b, 0xcc, 0xea, 0x59, 0xa0, 0x2e, 0x74, 0xab, 0xbe, - 0x48, 0x02, 0x65, 0x5d, 0x14, 0x58, 0x42, 0xec, 0x05, 0x69, 0xd4, 0x33, 0x1c, 0xd6, 0xd0, 0x75, - 0xd1, 0x1e, 0x34, 0xc0, 0xc1, 0x75, 0xee, 0x7b, 0x84, 0xff, 0x9f, 0x96, 0x89, 0x0e, 0xa6, 0x1c, - 0x91, 0x5c, 0xea, 0x62, 0xcf, 0x1e, 0xf3, 0x8d, 0x2c, 0x0b, 0x2c, 0x4d, 0xd8, 0x35, 0x6c, 0xbd, - 0x74, 0x46, 0x84, 0xd9, 0xa4, 0x63, 0x80, 0x86, 0xa4, 0xac, 0x7a, 0xc7, 0xf5, 0xaa, 0xac, 0x3f, - 0x07, 0x73, 0x05, 0x0f, 0x69, 0x58, 0x20, 0x89, 0x50, 0x38, 0x11, 0x14, 0x31, 0x83, 0xf6, 0x95, - 0x3e, 0xeb, 0x2b, 0xb1, 0x56, 0x7e, 0x9e, 0x86, 0x24, 0x32, 0x0e, 0xa7, 0xb4, 0x83, 0x39, 0xdd, - 0x45, 0x5b, 0xfa, 0x9a, 0x66, 0xc1, 0x20, 0x2a, 0x2d, 0xf3, 0x90, 0x95, 0xcf, 0x88, 0x07, 0x3d, - 0x3d, 0x69, 0x4f, 0x3b, 0xa5, 0x75, 0x12, 0xfa, 0xe0, 0x17, 0x19, 0x94, 0x58, 0xb7, 0x87, 0x51, - 0x18, 0x66, 0x52, 0x13, 0xf8, 0xc3, 0x63, 0xa5, 0x95, 0x88, 0xd9, 0x19, 0xa1, 0x07, 0xb1, 0xfc, - 0xa7, 0x74, 0xbf, 0x7e, 0x8f, 0xa8, 0x77, 0xe7, 0xb5, 0xb7, 0x88, 0xc7, 0xdb, 0x4c, 0xc9, 0xaa, - 0x2e, 0xb3, 0x90, 0xe5, 0x41, 0xbc, 0x04, 0x70, 0x85, 0x12, 0x30, 0x17, 0xe0, 0x08, 0x7a, 0x21, - 0x31, 0x79, 0xe8, 0x9e, 0x1d, 0x88, 0x10, 0x6a, 0x67, 0xf4, 0xfe, 0xff, 0xe0, 0xf2, 0x77, 0xba, - 0xfb, 0x6d, 0x57, 0xcf, 0xb8, 0x37, 0xb9, 0xec, 0x1e, 0x26, 0xd1, 0xd1, 0xbd, 0xc3, 0x9e, 0x4b, - 0xc5, 0xc4, 0x79, 0x3c, 0x98, 0x82, 0x21, 0x21, 0x06, 0xcf, 0x7c, 0xaf, 0x7b, 0xd7, 0x6e, 0x8a, - 0xd3, 0xd8, 0x88, 0xad, 0xde, 0x89, 0xd3, 0xd5, 0xe9, 0x3c, 0xee, 0x31, 0x8b, 0x85, 0x1b, 0x14, - 0xeb, 0xae, 0x85, 0x2a, 0xe2, 0xc5, 0x99, 0xfc, 0x11, 0x1e, 0xd4, 0x60, 0x32, 0x4c, 0x87, 0x40, - 0xe8, 0x73, 0x64, 0x07, 0x0c, 0x04, 0xb6, 0xb6, 0x06, 0x46, 0xcc, 0xc9, 0x09, 0xe1, 0x81, 0xe7, - 0xe7, 0xdc, 0xc0, 0x7e, 0x71, 0x08, 0x16, 0xbc, 0xac, 0xac, 0xb1, 0x54, 0x7f, 0x59, 0x52, 0x60, - 0x4c, 0x86, 0xc2, 0x03, 0x16, 0x83, 0x12, 0x26, 0xe1, 0x32, 0xdf, 0x20, 0x66, 0x85, 0x07, 0x4d, - 0xd8, 0xf9, 0x78, 0xc1, 0x6a, 0xde, 0x6b, 0x6e, 0x06, 0x87, 0xc2, 0xd7, 0x0e, 0xa6, 0x92, 0x65, - 0xed, 0xe0, 0xed, 0x6c, 0x2b, 0x81, 0x66, 0x50, 0x30, 0xc7, 0x50, 0x42, 0xbf, 0x26, 0x96, 0x7d, - 0xf6, 0x62, 0x93, 0x31, 0xbc, 0x90, 0x7c, 0x4d, 0x10, 0xb0, 0xac, 0x82, 0x24, 0x0c, 0x56, 0xfe, - 0xe1, 0xdf, 0xb1, 0x69, 0xc2, 0x0c, 0xf4, 0xa6, 0x94, 0x80, 0xcf, 0x07, 0x9c, 0x68, 0x29, 0x8c, - 0x55, 0xa0, 0x69, 0x54, 0x26, 0x0f, 0x38, 0x60, 0x5e, 0x9d, 0xf0, 0xf0, 0x38, 0x78, 0x8e, 0x6e, - 0xe9, 0x08, 0xc4, 0xba, 0x16, 0x3d, 0x7e, 0x45, 0xd4, 0xe9, 0x36, 0x99, 0xe4, 0x5e, 0xe9, 0x7f, - 0x6f, 0x4a, 0xe8, 0x17, 0x2b, 0x68, 0xa7, 0x33, 0x78, 0x19, 0x4c, 0x41, 0xe6, 0xa5, 0x02, 0x22, - 0x7b, 0x69, 0xca, 0x5e, 0x8c, 0x5f, 0xa9, 0x99, 0xba, 0xe1, 0x04, 0xee, 0x6e, 0x6e, 0xaf, 0x14, - 0xbd, 0xca, 0xd2, 0x17, 0xad, 0xc4, 0x35, 0xbf, 0xbd, 0x22, 0xea, 0xe6, 0xc5, 0x18, 0x16, 0x29, - 0xab, 0xaf, 0x77, 0x44, 0xe1, 0x91, 0x57, 0x44, 0xdf, 0xd4, 0x14, 0xeb, 0x5f, 0x17, 0x23, 0x7b, - 0x3e, 0x46, 0xbd, 0x64, 0x5a, 0x87, 0x61, 0xa8, 0x0b, 0x46, 0x52, 0x48, 0xdb, 0xa5, 0x99, 0x48, - 0x2a, 0x23, 0x90, 0x6b, 0x3f, 0x8b, 0x55, 0x56, 0x97, 0x08, 0xc0, 0x41, 0xcc, 0xeb, 0xf4, 0x64, - 0x45, 0xb0, 0x40, 0x07, 0x7b, 0x36, 0x35, 0xe0, 0xe0, 0xda, 0xb5, 0x48, 0x2c, 0x99, 0x9e, 0xb6, - 0x04, 0x5e, 0x18, 0x97, 0xf5, 0x12, 0x4e, 0xb0, 0xbe, 0xda, 0x4e, 0x05, 0x9e, 0x58, 0x61, 0x1f, - 0x09, 0xcf, 0xa1, 0xa8, 0x36, 0xe4, 0x40, 0x8d, 0x23, 0x83, 0x61, 0x28, 0x85, 0x55, 0xe8, 0x72, - 0xb3, 0x38, 0x70, 0x25, 0xc6, 0xea, 0x08, 0xad, 0x2f, 0x46, 0x4a, 0x2e, 0xc0, 0x07, 0x01, 0x1d, - 0xa3, 0x32, 0xda, 0x69, 0x94, 0x62, 0x1a, 0x70, 0xf0, 0x6b, 0x00, 0x07, 0x73, 0x2d, 0xe9, 0x34, - 0xcb, 0x1b, 0xe2, 0xfb, 0x02, 0xfe, 0x68, 0xf1, 0x97, 0xc8, 0xea, 0xda, 0xe4, 0xe2, 0x0e, 0x5e, - 0xdd, 0x20, 0xd2, 0xbf, 0x7e, 0x78, 0xc7, 0x4f, 0x7e, 0x63, 0xc1, 0x06, 0xf0, 0xe3, 0x0f, 0xff, - 0x03, 0x24, 0x8e, 0x90, 0x87, 0xc9, 0x11, 0x00, 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xb5, 0x58, 0xdf, 0x8f, 0xdb, 0xb8, + 0x11, 0x7e, 0xcf, 0x5f, 0x21, 0xab, 0xad, 0x8f, 0xdc, 0xe5, 0xca, 0xf6, 0x02, 0x79, 0x91, 0xc3, + 0x18, 0x69, 0x2e, 0x07, 0x14, 0xcd, 0x36, 0x45, 0x36, 0x87, 0x16, 0xf0, 0xf9, 0x41, 0x96, 0x68, + 0x9b, 0x17, 0x99, 0xd4, 0x91, 0x94, 0x37, 0xc6, 0xae, 0xfe, 0xf7, 0xce, 0x90, 0x92, 0x2d, 0x67, + 0xed, 0x24, 0x0f, 0xd7, 0x60, 0x21, 0x4b, 0xd4, 0x70, 0x38, 0x3f, 0xbe, 0xf9, 0x66, 0x94, 0xd1, + 0x28, 0xe2, 0x7f, 0xda, 0xbf, 0x17, 0xa3, 0x51, 0x64, 0x32, 0xb5, 0x16, 0x4e, 0xd7, 0xf9, 0x26, + 0xf9, 0xdd, 0x46, 0xbb, 0xdb, 0x64, 0x9c, 0x4c, 0x70, 0xfd, 0x2e, 0xfb, 0x2c, 0xd5, 0x3a, 0x7a, + 0x25, 0x55, 0x55, 0xbb, 0xc8, 0xed, 0x2b, 0xc1, 0x63, 0x2f, 0x1b, 0xbf, 0x8e, 0x1e, 0xb4, 0xf9, + 0x1c, 0x69, 0x15, 0xf9, 0x6d, 0x51, 0x21, 0x76, 0x32, 0x17, 0x16, 0x37, 0x6d, 0x9c, 0xab, 0x6c, + 0x3a, 0x1a, 0xad, 0xa5, 0xdb, 0xd4, 0xcb, 0x24, 0xd7, 0xdb, 0x91, 0xcd, 0xb6, 0x95, 0x76, 0xce, + 0x8e, 0x8e, 0x07, 0xa1, 0xe4, 0x7b, 0xd8, 0xa2, 0xac, 0x48, 0xa3, 0x4f, 0x1b, 0x11, 0xdd, 0xfd, + 0xe3, 0x53, 0xb7, 0x10, 0x11, 0x78, 0xa0, 0x28, 0xf1, 0x27, 0xba, 0x39, 0x58, 0xd5, 0x2a, 0x77, + 0x52, 0x2b, 0x22, 0x98, 0xa3, 0x8f, 0xb1, 0x5e, 0xfe, 0x2e, 0x72, 0x17, 0x73, 0x8e, 0x6e, 0xe9, + 0x55, 0x24, 0xbe, 0x54, 0xda, 0x38, 0x3b, 0x1c, 0xc6, 0xb5, 0x2a, 0xc4, 0x4a, 0x2a, 0x51, 0xc4, + 0x83, 0xee, 0xe5, 0x56, 0x17, 0x75, 0x29, 0x66, 0xe1, 0x27, 0x69, 0x45, 0xb9, 0x23, 0x34, 0x8d, + 0x3b, 0xb5, 0x47, 0x4d, 0x61, 0xf7, 0x70, 0x18, 0x7e, 0x93, 0x6c, 0x5b, 0xcc, 0xc2, 0x2d, 0x89, + 0x3f, 0xa2, 0xff, 0x9f, 0xd0, 0xff, 0x18, 0x8c, 0x48, 0x89, 0xe0, 0xe2, 0xe9, 0xc9, 0x8a, 0x72, + 0x45, 0x93, 0xe3, 0x2b, 0xd4, 0xdb, 0x10, 0xb7, 0x91, 0x96, 0x91, 0x83, 0xd1, 0x60, 0x71, 0x0d, + 0x91, 0xb1, 0xce, 0x48, 0xb0, 0x7a, 0xda, 0xad, 0x47, 0x22, 0xb8, 0xb3, 0xd2, 0x86, 0xec, 0x32, + 0x13, 0x29, 0x3e, 0x9e, 0xaa, 0x57, 0x2e, 0x29, 0x85, 0x5a, 0xbb, 0xcd, 0x54, 0x5d, 0x5f, 0xd3, + 0x47, 0x5c, 0x37, 0xdc, 0xcd, 0xd5, 0x62, 0x6a, 0x12, 0xa1, 0xea, 0xad, 0x30, 0xd9, 0xb2, 0x14, + 0xbc, 0xff, 0xf0, 0xf4, 0x34, 0x98, 0x30, 0x03, 0xc9, 0x52, 0x2b, 0xb9, 0xae, 0xc3, 0xfb, 0xc1, + 0x98, 0xc5, 0xbb, 0xac, 0xac, 0x45, 0x2c, 0x55, 0x64, 0x86, 0x43, 0x62, 0x92, 0x07, 0x23, 0x5d, + 0xfb, 0x8e, 0xb2, 0x0f, 0x3e, 0x82, 0x49, 0xf0, 0xed, 0xdf, 0x46, 0x57, 0xc2, 0xb8, 0x3d, 0x98, + 0x63, 0x92, 0xcf, 0x62, 0xcf, 0x0c, 0x6d, 0x9a, 0x83, 0x95, 0x0e, 0xad, 0x64, 0x8a, 0x3e, 0x1a, + 0xe1, 0x6a, 0x03, 0xcf, 0x11, 0xa8, 0x14, 0xb3, 0x4b, 0x1a, 0x1c, 0x7b, 0xf4, 0x07, 0xa7, 0x8a, + 0x1d, 0x4d, 0x4c, 0xc1, 0x9e, 0xbe, 0x7d, 0xf8, 0xdc, 0xd9, 0x03, 0xf7, 0x0d, 0x4d, 0xc5, 0xdc, + 0x2d, 0x38, 0x6c, 0x39, 0x9e, 0xdb, 0x26, 0x3b, 0x44, 0xa6, 0x3d, 0x0d, 0x8c, 0xb3, 0x44, 0xd0, + 0xa9, 0x5c, 0x91, 0x76, 0x05, 0x20, 0xf9, 0xe1, 0x41, 0x75, 0xe7, 0xdf, 0xef, 0xb7, 0x4b, 0x5d, + 0xda, 0x2e, 0x6e, 0xdf, 0x92, 0x41, 0x35, 0x0e, 0x03, 0x03, 0xb1, 0x5c, 0xc9, 0xd2, 0x09, 0x43, + 0x8e, 0x19, 0x73, 0x07, 0x6f, 0xcf, 0xaa, 0xf8, 0x59, 0xd8, 0xdc, 0xc8, 0xca, 0x41, 0xe2, 0xd0, + 0xc6, 0x5e, 0x2e, 0x1a, 0x4a, 0x29, 0x53, 0x49, 0x55, 0xdb, 0x4d, 0x92, 0x55, 0x55, 0xb9, 0x27, + 0x0a, 0xa3, 0xd9, 0x2a, 0x53, 0x47, 0xef, 0x60, 0xe7, 0x31, 0xf3, 0x86, 0x4f, 0xa6, 0xe6, 0x55, + 0x66, 0xd6, 0xa0, 0x46, 0x39, 0xdb, 0x21, 0xc0, 0x74, 0x08, 0x90, 0x5c, 0xd5, 0x65, 0x39, 0xe0, + 0x07, 0x89, 0xb9, 0x59, 0xcc, 0xfa, 0x0f, 0xe9, 0x63, 0x33, 0x35, 0x7f, 0xbb, 0x9d, 0xa9, 0x36, + 0x2c, 0x44, 0x52, 0x06, 0x69, 0x4e, 0xe0, 0x80, 0x77, 0x59, 0xbe, 0xe9, 0x79, 0x06, 0x79, 0xc4, + 0x84, 0x2a, 0x26, 0x01, 0x53, 0x14, 0xcc, 0x4d, 0xbf, 0xe3, 0xa1, 0x3d, 0x9b, 0x69, 0x29, 0x20, + 0x80, 0xec, 0x7b, 0x5b, 0xc1, 0x0c, 0x9a, 0xf6, 0x6c, 0x3a, 0x67, 0x10, 0x84, 0xfa, 0x32, 0x94, + 0xbe, 0x17, 0x7d, 0x09, 0xd1, 0x47, 0x27, 0xba, 0x00, 0x8b, 0x26, 0x84, 0xeb, 0x31, 0x2b, 0x8a, + 0xb7, 0xf7, 0xf7, 0x08, 0x33, 0x20, 0xb2, 0xed, 0xf2, 0x3f, 0xb2, 0x70, 0x9b, 0x74, 0xf2, 0x92, + 0x3d, 0x64, 0x2e, 0xdf, 0x20, 0xe2, 0x8e, 0x55, 0x58, 0x07, 0x9c, 0xb5, 0x1a, 0x7a, 0x45, 0xdb, + 0xae, 0xbc, 0x31, 0x26, 0xdb, 0x27, 0x2b, 0xa3, 0xb7, 0xa4, 0xd0, 0xb9, 0x0f, 0x79, 0xf2, 0x47, + 0x2d, 0xcc, 0xfe, 0x5e, 0x94, 0x60, 0x9c, 0x36, 0x6f, 0xca, 0x12, 0xbc, 0xa0, 0x89, 0x54, 0x79, + 0x59, 0x17, 0x10, 0x18, 0x2c, 0x7f, 0xda, 0x24, 0x79, 0x06, 0x2f, 0x50, 0xb7, 0x37, 0x4a, 0xf3, + 0x23, 0x89, 0x1d, 0x74, 0x87, 0xb4, 0x8a, 0x99, 0xc0, 0xea, 0x05, 0x7e, 0xa8, 0x51, 0x5f, 0x8a, + 0xab, 0x0d, 0xcb, 0xf9, 0x29, 0xeb, 0x85, 0x2d, 0x83, 0x01, 0x01, 0x7a, 0x02, 0xe0, 0x0a, 0x28, + 0x43, 0xeb, 0x32, 0x95, 0x23, 0x6d, 0xc1, 0x19, 0xac, 0xbc, 0x74, 0x00, 0xe7, 0xa2, 0x61, 0xd9, + 0xb9, 0xb7, 0x1a, 0xee, 0x81, 0x5f, 0x43, 0x94, 0x1b, 0x66, 0xbf, 0x21, 0x73, 0x0f, 0xe4, 0xa5, + 0xd6, 0x0d, 0x5b, 0x9d, 0x93, 0x09, 0x21, 0x92, 0xd6, 0xff, 0xc2, 0x7a, 0xc3, 0x36, 0xe7, 0xc4, + 0x72, 0x70, 0xe4, 0x5f, 0xba, 0x10, 0xef, 0xa5, 0x45, 0x83, 0x0b, 0x6e, 0xd9, 0x9e, 0xaf, 0xd8, + 0x92, 0x6f, 0xd8, 0xf6, 0x92, 0xfc, 0xbb, 0x52, 0x60, 0xc4, 0x41, 0x7c, 0x7d, 0x51, 0x64, 0x17, + 0x04, 0xaa, 0x73, 0x02, 0x90, 0x01, 0xfa, 0xf4, 0x44, 0xac, 0xff, 0x59, 0xf9, 0xeb, 0x06, 0xae, + 0x74, 0x38, 0x1c, 0x88, 0xb6, 0xce, 0x9e, 0x9e, 0x32, 0x58, 0x81, 0x85, 0x53, 0x92, 0x69, 0xdf, + 0xf6, 0x90, 0xb2, 0x0b, 0x89, 0x00, 0xf2, 0x99, 0xbc, 0x3e, 0x30, 0x53, 0xff, 0x4c, 0x5c, 0x71, + 0x3c, 0x8e, 0x31, 0x9b, 0x79, 0xe6, 0x50, 0xc9, 0x16, 0x01, 0x47, 0x46, 0x64, 0x96, 0xfe, 0x96, + 0x90, 0xdf, 0x8a, 0x6b, 0x4a, 0x67, 0x70, 0x3f, 0x17, 0xef, 0x16, 0x64, 0x7e, 0x7d, 0xb3, 0x98, + 0x85, 0xa5, 0xbf, 0x8e, 0xe8, 0xb4, 0xa3, 0xd7, 0xd9, 0x5d, 0xe6, 0x36, 0xb0, 0xef, 0x0b, 0x19, + 0x33, 0xe2, 0xe6, 0x93, 0xc5, 0x0c, 0x2f, 0xad, 0x35, 0xe9, 0x98, 0xde, 0xc0, 0xe2, 0xed, 0x62, + 0x76, 0x8d, 0x57, 0x78, 0xa4, 0xe9, 0x18, 0x1a, 0xce, 0x61, 0x7b, 0x95, 0x19, 0x2b, 0x7e, 0x29, + 0x35, 0x9e, 0x9e, 0x38, 0xfd, 0x8b, 0xfc, 0x22, 0x0a, 0x28, 0xfa, 0x43, 0x85, 0x78, 0xe5, 0x46, + 0x43, 0x9f, 0x24, 0x62, 0xe4, 0xe8, 0x95, 0x6b, 0x9e, 0x03, 0xff, 0x84, 0xfa, 0x81, 0x30, 0xc8, + 0x29, 0x10, 0xc1, 0x7f, 0x00, 0xe1, 0x29, 0xfc, 0xa8, 0xdb, 0x18, 0xfd, 0x10, 0x29, 0xf1, 0x10, + 0x7d, 0x82, 0x4e, 0xfa, 0xce, 0x18, 0xa8, 0xce, 0xf8, 0x6d, 0xa6, 0x94, 0x76, 0x11, 0x16, 0x42, + 0x94, 0x45, 0x79, 0x99, 0x59, 0x1b, 0x65, 0xf0, 0x77, 0x38, 0x2c, 0x86, 0xe2, 0x0d, 0xdd, 0xd2, + 0x51, 0xb6, 0x85, 0x78, 0xcd, 0xf0, 0x21, 0x11, 0x21, 0xe9, 0x5c, 0xa4, 0x85, 0xcf, 0x0c, 0x39, + 0x59, 0x3d, 0x5f, 0x85, 0x98, 0x54, 0x50, 0xd1, 0x97, 0x84, 0x9d, 0xd5, 0xc9, 0x42, 0x62, 0x0e, + 0x8d, 0xfa, 0xa0, 0x35, 0xb4, 0x25, 0x6e, 0xc8, 0x63, 0xc3, 0x24, 0x83, 0x8b, 0xa2, 0xcc, 0xbf, + 0x90, 0x4a, 0x42, 0x33, 0x3f, 0x72, 0x37, 0x77, 0x50, 0x92, 0xf3, 0x47, 0x40, 0x47, 0x1a, 0x5b, + 0x58, 0xab, 0x62, 0x16, 0x1a, 0xdd, 0xd7, 0x08, 0x50, 0x7c, 0xf2, 0x8c, 0xcb, 0x87, 0xc3, 0x9d, + 0x96, 0x45, 0x34, 0x1e, 0xf0, 0x1e, 0x89, 0x4f, 0xfa, 0x24, 0x3e, 0x41, 0x12, 0x67, 0xda, 0x33, + 0x3d, 0xf6, 0xb7, 0xca, 0x63, 0x15, 0xfd, 0x9f, 0x69, 0xfe, 0x43, 0x1c, 0xe4, 0x65, 0x45, 0xfa, + 0x93, 0x9f, 0xf8, 0xe6, 0xfd, 0x89, 0x6f, 0xf1, 0x13, 0xc0, 0x64, 0x1b, 0x54, 0xcd, 0xc5, 0x22, + 0x5d, 0x3e, 0xd3, 0x2a, 0x68, 0xba, 0x0f, 0xa1, 0xd6, 0x5c, 0x74, 0xfd, 0x70, 0x0b, 0x11, 0xad, + 0x88, 0xa6, 0xb4, 0x47, 0x26, 0x53, 0xf4, 0x30, 0x3f, 0x09, 0x17, 0x5a, 0x1b, 0xf2, 0x94, 0x27, + 0x9e, 0x5f, 0x43, 0x18, 0x4a, 0x8e, 0x68, 0xb8, 0xab, 0x5d, 0x86, 0xc1, 0xf9, 0xb0, 0xb4, 0xc2, + 0xec, 0x4e, 0x9a, 0x2c, 0x20, 0xab, 0x67, 0x81, 0xba, 0xd0, 0xad, 0xfa, 0x22, 0x09, 0xd0, 0xba, + 0x28, 0x90, 0x42, 0xec, 0x05, 0x69, 0xd4, 0x33, 0x1c, 0xd6, 0xd0, 0x75, 0xd1, 0x1e, 0x34, 0xc0, + 0xc1, 0x7d, 0xee, 0x7b, 0x84, 0xff, 0x9b, 0x96, 0x89, 0x0e, 0xa6, 0x1c, 0x23, 0xb9, 0xd4, 0xc5, + 0x9e, 0x3d, 0xe6, 0x1b, 0x59, 0x16, 0x48, 0x4d, 0xd8, 0x35, 0x6c, 0xbd, 0x74, 0x46, 0x84, 0xd9, + 0xa4, 0x43, 0x80, 0x86, 0xa2, 0xac, 0x7a, 0xc7, 0xf5, 0x58, 0xd6, 0x9f, 0x83, 0xb5, 0x82, 0x87, + 0x34, 0x2c, 0x80, 0x44, 0x28, 0x9c, 0x08, 0x8a, 0x98, 0x41, 0xfb, 0x4a, 0x9f, 0xf5, 0x95, 0x58, + 0x2b, 0x3f, 0x4c, 0x43, 0x11, 0x19, 0x87, 0x53, 0xda, 0xc1, 0x9c, 0xee, 0xa6, 0xa5, 0xbe, 0xa6, + 0x59, 0x30, 0xc8, 0x4a, 0x8b, 0x3c, 0x44, 0xe5, 0x33, 0xe0, 0x41, 0x4f, 0x4f, 0xda, 0xd3, 0x4e, + 0x61, 0x9d, 0x84, 0x3e, 0xf8, 0x55, 0x05, 0x25, 0xd6, 0xed, 0x61, 0x14, 0x86, 0x99, 0xd4, 0x04, + 0xfc, 0xf0, 0x58, 0x69, 0x25, 0x62, 0x76, 0x46, 0xe8, 0x41, 0x2c, 0xff, 0x29, 0xdd, 0xaf, 0x3f, + 0x22, 0xea, 0xdd, 0x79, 0xe3, 0x2d, 0xe2, 0xf1, 0x36, 0x53, 0xb2, 0xaa, 0xcb, 0x2c, 0x54, 0x79, + 0x10, 0x2f, 0x21, 0xb8, 0x42, 0x09, 0x98, 0x0b, 0x70, 0x04, 0xbd, 0x50, 0x98, 0x3c, 0x74, 0xcf, + 0x2e, 0x88, 0x90, 0x6a, 0x67, 0xf4, 0xfe, 0xff, 0xe0, 0xf2, 0x0f, 0xba, 0xfb, 0x7d, 0x57, 0xcf, + 0xb8, 0x37, 0xb9, 0xec, 0x1e, 0x16, 0xd1, 0xd1, 0xbd, 0xc3, 0x9e, 0x4b, 0x64, 0xe2, 0x7c, 0x3c, + 0x98, 0x82, 0x21, 0x21, 0x06, 0xcf, 0x7c, 0xaf, 0x7b, 0xdf, 0x6e, 0x8a, 0xd3, 0xd8, 0x88, 0xad, + 0xde, 0x89, 0xd3, 0xd5, 0xe9, 0x3c, 0xee, 0x21, 0x8b, 0x85, 0x07, 0x14, 0xeb, 0xee, 0x85, 0x2a, + 0xe2, 0xc5, 0x99, 0xfa, 0x11, 0x3e, 0xa8, 0xc1, 0x64, 0x98, 0x0e, 0x01, 0xd0, 0xe7, 0xc0, 0x0e, + 0x31, 0x10, 0xd8, 0xda, 0x1a, 0x18, 0x31, 0x27, 0x27, 0x80, 0x07, 0x9c, 0x9f, 0x73, 0x03, 0xfb, + 0xc5, 0x21, 0x59, 0xf0, 0xb1, 0xb2, 0x46, 0xaa, 0xfe, 0x9a, 0x52, 0x60, 0x4c, 0x06, 0xe2, 0x01, + 0x8b, 0x41, 0x09, 0x93, 0x70, 0x9b, 0x6f, 0x30, 0x66, 0x85, 0x0f, 0x9a, 0xb0, 0xf3, 0xf1, 0x82, + 0xd5, 0xbc, 0xd7, 0xdc, 0x0c, 0x0e, 0x85, 0x6f, 0x1c, 0x4c, 0x25, 0xcb, 0xda, 0xc1, 0xd7, 0xd9, + 0x56, 0x02, 0xcc, 0x80, 0x30, 0xc7, 0x40, 0xa1, 0xdf, 0x12, 0xcb, 0xbe, 0x78, 0xb1, 0xc9, 0x18, + 0x3e, 0x48, 0xbe, 0x25, 0x08, 0xb1, 0xac, 0x82, 0x24, 0x0c, 0x56, 0xfe, 0xe5, 0xdf, 0xb1, 0x69, + 0xc2, 0x0c, 0xf4, 0xb6, 0x94, 0x10, 0x9f, 0x8f, 0x38, 0xd1, 0x52, 0x18, 0xab, 0x40, 0xd3, 0xa8, + 0x4c, 0x1e, 0x70, 0xc0, 0xbc, 0x3a, 0xc1, 0xe1, 0x71, 0xf0, 0x1c, 0xdd, 0xd2, 0x11, 0x88, 0x75, + 0x2d, 0x7a, 0xfc, 0x9a, 0xa8, 0xd3, 0x6d, 0x32, 0xc9, 0xbd, 0xd2, 0xff, 0xde, 0x94, 0xd0, 0x2f, + 0x56, 0xd0, 0x4e, 0x67, 0xf0, 0x31, 0x98, 0x82, 0xcc, 0x2b, 0x05, 0x40, 0xf6, 0xd2, 0x94, 0xbd, + 0x1c, 0xbf, 0x56, 0x33, 0x75, 0xc3, 0x09, 0x3c, 0xdd, 0xdc, 0x5e, 0x29, 0x7a, 0x95, 0xa5, 0x2f, + 0x5b, 0x89, 0x6b, 0x7e, 0x7b, 0x45, 0xd4, 0xcd, 0xcb, 0x31, 0x2c, 0x52, 0x56, 0x5f, 0xef, 0x88, + 0xc2, 0x23, 0xaf, 0x88, 0xbe, 0xa9, 0x29, 0xf2, 0x5f, 0x97, 0x23, 0x7b, 0x3e, 0x47, 0xbd, 0x62, + 0x5a, 0x87, 0x61, 0xa8, 0x4b, 0x46, 0x52, 0x48, 0xdb, 0x95, 0x99, 0x48, 0x2a, 0x23, 0x10, 0x6b, + 0x3f, 0x8b, 0x55, 0x56, 0x97, 0x18, 0x80, 0x83, 0x98, 0xd7, 0xe9, 0xc1, 0x8a, 0xc1, 0x02, 0x1d, + 0xec, 0xd9, 0xd4, 0x80, 0x83, 0x6b, 0xd7, 0x22, 0x91, 0x32, 0x3d, 0x6c, 0x09, 0x7c, 0x30, 0x2e, + 0xeb, 0x25, 0x9c, 0x60, 0x3d, 0xdb, 0x4e, 0x05, 0x9e, 0x58, 0x61, 0x1f, 0x09, 0xef, 0x81, 0x54, + 0x1b, 0x72, 0x80, 0xc6, 0x11, 0xc1, 0x30, 0x94, 0xc2, 0x2a, 0x74, 0xb9, 0x59, 0x1c, 0xb0, 0x12, + 0x23, 0x3b, 0x42, 0xeb, 0x8b, 0x11, 0x92, 0x0b, 0xf0, 0x41, 0x40, 0xc7, 0xa8, 0x8c, 0x76, 0x1a, + 0xa5, 0x98, 0x86, 0x38, 0xf8, 0x35, 0x08, 0x07, 0x73, 0x2d, 0xe8, 0x34, 0xcb, 0x1b, 0xe2, 0xfb, + 0xc2, 0x8b, 0xd1, 0xe8, 0x2f, 0x91, 0xd5, 0xb5, 0xc9, 0xc5, 0x1d, 0x7c, 0xb9, 0x41, 0xa2, 0x7f, + 0xfd, 0xf8, 0x9e, 0x9f, 0xfc, 0xef, 0x0a, 0xf2, 0xff, 0x8b, 0xff, 0x01, 0x4a, 0x13, 0x82, 0xa3, + 0xc1, 0x11, 0x00, 0x00 }; diff --git a/wled00/html_pixart.h b/wled00/html_pixart.h new file mode 100644 index 000000000..29f5fffc9 --- /dev/null +++ b/wled00/html_pixart.h @@ -0,0 +1,532 @@ +/* + * Binary array for the Web UI. + * gzip is used for smaller size and improved speeds. + * + * Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui + * to find out how to easily modify the web UI source! + */ + +// Autogenerated from wled00/data/pixart/pixart.htm, do not edit!! +const uint16_t PAGE_pixart_L = 8313; +const uint8_t PAGE_pixart[] PROGMEM = { + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xd5, 0x3c, 0x6b, 0x7b, 0xda, 0x38, + 0xb3, 0xdf, 0xf3, 0x2b, 0x54, 0xb7, 0xdb, 0xe2, 0xc5, 0x18, 0xdb, 0x5c, 0x03, 0x71, 0xfa, 0x10, + 0x72, 0x21, 0xdb, 0x5c, 0x21, 0x49, 0x93, 0xe6, 0xcd, 0xd3, 0x1a, 0x2c, 0xc0, 0x89, 0xb1, 0xa9, + 0x6d, 0x20, 0x84, 0xf2, 0xdf, 0xcf, 0x8c, 0x64, 0x83, 0xb9, 0xa4, 0x49, 0x7b, 0xba, 0xef, 0x73, + 0xce, 0x76, 0x83, 0x6d, 0x69, 0x24, 0x8d, 0xe6, 0x3e, 0x23, 0xc3, 0xd6, 0x9b, 0xdd, 0xd3, 0xea, + 0xc5, 0xcd, 0xd9, 0x1e, 0xe9, 0x06, 0x3d, 0x7b, 0x9b, 0x6c, 0x45, 0x17, 0x6a, 0x98, 0x70, 0xe9, + 0xd1, 0xc0, 0x80, 0x9e, 0xa0, 0x9f, 0xa2, 0xdf, 0x07, 0xd6, 0x50, 0x17, 0xaa, 0x46, 0xab, 0x4b, + 0x53, 0x55, 0xd7, 0x09, 0x3c, 0xd7, 0x16, 0xc8, 0x46, 0x0b, 0xee, 0xa8, 0x13, 0xe8, 0x82, 0xe3, + 0xa6, 0x5a, 0xd8, 0x27, 0x11, 0xb8, 0xf3, 0x03, 0xd7, 0x83, 0xbb, 0xde, 0xc0, 0x0f, 0x52, 0x1e, + 0x1d, 0x1a, 0xb6, 0x65, 0x1a, 0x01, 0x15, 0xd6, 0x4d, 0x78, 0xe6, 0x19, 0x9d, 0x9e, 0xb1, 0x6e, + 0xa6, 0xb5, 0xe0, 0x7b, 0x8f, 0x7d, 0xcb, 0xa3, 0xbe, 0x40, 0x66, 0xe0, 0x0a, 0xc2, 0x05, 0x56, + 0x60, 0xd3, 0xed, 0x8d, 0xcf, 0x47, 0x7b, 0xbb, 0xe4, 0xcc, 0x7a, 0xa4, 0x36, 0xa9, 0x78, 0x01, + 0x01, 0x34, 0x87, 0xd4, 0x0b, 0xa8, 0xb7, 0x95, 0xe6, 0x00, 0x64, 0xcb, 0x0f, 0xc6, 0x08, 0x28, + 0x37, 0xdd, 0xc7, 0x49, 0xd3, 0xf5, 0x4c, 0xea, 0x95, 0xb4, 0xfe, 0x23, 0xf1, 0x5d, 0x40, 0x91, + 0xbc, 0x6d, 0xb7, 0xdb, 0xd3, 0xa6, 0x6b, 0x8e, 0x27, 0x6d, 0x98, 0x3d, 0xd5, 0x36, 0x7a, 0x96, + 0x3d, 0x2e, 0x55, 0x3c, 0xcb, 0xb0, 0x25, 0xdf, 0x70, 0xfc, 0x94, 0x4f, 0x3d, 0xab, 0x5d, 0x6e, + 0x1a, 0xad, 0x87, 0x8e, 0xe7, 0x0e, 0x1c, 0x33, 0xd5, 0x72, 0x6d, 0xd7, 0x2b, 0xbd, 0x55, 0x55, + 0x75, 0x2a, 0x07, 0x6e, 0x3f, 0xd5, 0x37, 0xbc, 0x60, 0x32, 0xb2, 0xcc, 0xa0, 0x5b, 0xca, 0x2b, + 0x4a, 0xff, 0xb1, 0xdc, 0x33, 0xbc, 0x8e, 0xe5, 0x94, 0x14, 0x62, 0x0c, 0x02, 0x77, 0x2a, 0x23, + 0xd6, 0x86, 0xe5, 0x50, 0x6f, 0xd2, 0x33, 0x1e, 0x53, 0x1c, 0x50, 0x55, 0x94, 0xbf, 0x48, 0x2a, + 0x8b, 0xd0, 0x1c, 0xa3, 0x94, 0x67, 0x98, 0xd6, 0xc0, 0x2f, 0x29, 0xe5, 0xbe, 0x61, 0x9a, 0x96, + 0xd3, 0x29, 0x69, 0xd8, 0x19, 0xd0, 0xc7, 0x20, 0x05, 0xa4, 0xec, 0x38, 0xa5, 0x16, 0xec, 0x9c, + 0x7a, 0xd3, 0xae, 0xca, 0x11, 0xf5, 0xad, 0x27, 0x5a, 0xd2, 0xe4, 0x0c, 0xed, 0x95, 0x43, 0x84, + 0x4c, 0xd3, 0x8c, 0x96, 0x56, 0x61, 0x7b, 0x4a, 0xf9, 0xa7, 0x1b, 0xb2, 0x01, 0xa3, 0x54, 0x97, + 0x5a, 0x9d, 0x6e, 0x50, 0x92, 0x73, 0xd3, 0xae, 0x16, 0x9b, 0x56, 0x95, 0xd5, 0xd9, 0xb4, 0x5e, + 0xa7, 0x69, 0x24, 0x34, 0x4d, 0x95, 0xa2, 0x3f, 0x39, 0xaf, 0x8a, 0xbf, 0xbd, 0xce, 0xba, 0x0d, + 0x65, 0x62, 0x2b, 0xcb, 0x85, 0x7f, 0x65, 0x61, 0x55, 0xce, 0xae, 0xae, 0x5c, 0x66, 0x0f, 0x29, + 0x2b, 0xa0, 0x3d, 0x3f, 0x6a, 0xba, 0x07, 0xe9, 0xb5, 0xda, 0xe3, 0x54, 0x28, 0x69, 0x51, 0xb3, + 0x69, 0xf9, 0x7d, 0xdb, 0x18, 0x97, 0xda, 0x36, 0x7d, 0x9c, 0xf6, 0xe3, 0x94, 0x9a, 0x93, 0xbf, + 0x50, 0x28, 0x2c, 0xad, 0x99, 0xfb, 0x29, 0x82, 0xd3, 0xb7, 0x6d, 0x8b, 0xda, 0xe6, 0x85, 0xd1, + 0xb4, 0x69, 0x7c, 0x46, 0xf2, 0x93, 0x29, 0x5f, 0x98, 0xd0, 0x6f, 0x19, 0x36, 0xfd, 0x93, 0x13, + 0x9a, 0x1e, 0xc8, 0xf7, 0x93, 0xeb, 0xd0, 0x49, 0x44, 0x81, 0xa6, 0xed, 0xb6, 0x1e, 0xca, 0x73, + 0x21, 0x8e, 0xcb, 0x70, 0x29, 0x03, 0x5c, 0x31, 0x0d, 0xbf, 0x4b, 0x41, 0xad, 0x50, 0x1a, 0x97, + 0x45, 0x7b, 0x95, 0x05, 0x0b, 0xc2, 0x1e, 0xe9, 0x4d, 0xb9, 0x35, 0xf0, 0x7c, 0x40, 0xb7, 0xef, + 0x5a, 0x0c, 0xe8, 0xa7, 0x6c, 0x8e, 0x6d, 0x34, 0x07, 0x73, 0xcc, 0x37, 0x8a, 0xf4, 0xb5, 0x69, + 0xaa, 0x6f, 0xb5, 0x1e, 0x40, 0xf5, 0x22, 0xfc, 0x1d, 0xd8, 0xcc, 0x54, 0x36, 0x4c, 0xa3, 0x1f, + 0x58, 0x43, 0x7a, 0xb1, 0x3b, 0x89, 0xb3, 0xb6, 0x8c, 0x1f, 0x29, 0x13, 0x8c, 0x4d, 0x2b, 0xb0, + 0x5c, 0xa7, 0xe4, 0xb9, 0x23, 0xde, 0x34, 0xf2, 0x8c, 0x3e, 0x0c, 0xc5, 0xcb, 0x1a, 0xa9, 0x99, + 0xca, 0x3d, 0xd0, 0xef, 0x06, 0xb5, 0x61, 0x98, 0xeb, 0x4d, 0x56, 0x4d, 0x85, 0xa6, 0x69, 0x71, + 0x25, 0x0d, 0xa9, 0xa5, 0xce, 0x6d, 0x50, 0x26, 0x93, 0x09, 0x77, 0x9f, 0x02, 0x8b, 0x52, 0xca, + 0xce, 0x88, 0x91, 0x6a, 0xba, 0x41, 0xe0, 0xf6, 0x58, 0x4b, 0x44, 0x2b, 0x85, 0x14, 0xe1, 0x29, + 0xe4, 0xa0, 0x86, 0xf7, 0x4b, 0x34, 0x58, 0x24, 0x7b, 0xa1, 0x1f, 0xee, 0x0b, 0x70, 0x1a, 0x01, + 0xc7, 0x17, 0x36, 0xfc, 0x6a, 0x15, 0x98, 0xd3, 0xec, 0xff, 0xdb, 0x3e, 0x39, 0xc7, 0x7d, 0xda, + 0xe9, 0xc1, 0x46, 0xfc, 0x5d, 0x6b, 0x18, 0xda, 0xea, 0x4c, 0x7e, 0xbe, 0x56, 0xca, 0xa6, 0xed, + 0xa0, 0x04, 0x73, 0x4e, 0xff, 0x26, 0x96, 0xd3, 0x1f, 0x04, 0xb7, 0xc1, 0xb8, 0x4f, 0x75, 0xcf, + 0x70, 0x3a, 0xf4, 0x6e, 0x62, 0xf4, 0xfb, 0xd4, 0x80, 0xfb, 0x16, 0x65, 0x93, 0x95, 0x53, 0x3d, + 0xf7, 0x29, 0xb5, 0xd2, 0x38, 0xa2, 0xcd, 0x07, 0x2b, 0x58, 0x69, 0x8f, 0xa3, 0x34, 0xdb, 0x59, + 0x24, 0xea, 0xb0, 0x5d, 0xdc, 0x24, 0xc9, 0x32, 0x73, 0xb6, 0x42, 0xd0, 0x00, 0xe6, 0xf1, 0xc1, + 0xbd, 0x00, 0xe2, 0xcb, 0x3a, 0x31, 0x87, 0x2d, 0xa1, 0x42, 0x1b, 0x1e, 0xac, 0x01, 0x74, 0x00, + 0xc8, 0x44, 0xe0, 0x12, 0x0f, 0x69, 0x26, 0xbd, 0x6d, 0x36, 0x9b, 0x24, 0xa7, 0xfc, 0x25, 0x21, + 0xdd, 0xf1, 0x46, 0x5c, 0x25, 0xd9, 0x74, 0x65, 0xbb, 0xa5, 0xb6, 0xdb, 0x1a, 0xf8, 0x13, 0x77, + 0x10, 0xe0, 0xc4, 0x25, 0x65, 0x0d, 0x44, 0x29, 0xda, 0xac, 0x0f, 0x5c, 0xc5, 0xe9, 0x06, 0x8e, + 0x83, 0x56, 0x27, 0x05, 0x08, 0xb7, 0x1e, 0x26, 0x71, 0x96, 0x3d, 0x8f, 0xb6, 0x82, 0x3b, 0x7e, + 0x05, 0x3a, 0xcb, 0x8b, 0x05, 0xdd, 0x41, 0xaf, 0x19, 0xad, 0xa1, 0x22, 0x13, 0x43, 0x6b, 0x94, + 0x5f, 0x11, 0x09, 0xd8, 0x72, 0x7c, 0x45, 0x74, 0xf5, 0xcb, 0x08, 0x3d, 0xc7, 0xb6, 0x25, 0x29, + 0x7d, 0x1d, 0xa2, 0x28, 0x17, 0xec, 0x61, 0x0d, 0x21, 0x56, 0x98, 0xcb, 0xfc, 0x9b, 0x22, 0xb1, + 0x7f, 0xe2, 0xaf, 0x2f, 0xc0, 0xa8, 0x10, 0x6a, 0x98, 0x12, 0xea, 0x57, 0x5c, 0x5e, 0x5e, 0x45, + 0xa0, 0xc2, 0x02, 0x62, 0x8c, 0x40, 0x53, 0x99, 0x2d, 0x70, 0x02, 0xd3, 0x83, 0xd9, 0xe4, 0x23, + 0x99, 0x75, 0xc6, 0xa8, 0xca, 0x02, 0x07, 0x13, 0x1a, 0xf0, 0x9e, 0x65, 0x9a, 0x36, 0x28, 0x56, + 0x7b, 0x60, 0xdb, 0x17, 0x60, 0xd7, 0xf7, 0xd1, 0x99, 0x71, 0x74, 0xd1, 0xcc, 0xdf, 0x3d, 0x63, + 0x1e, 0xd6, 0xdb, 0x84, 0x48, 0x0d, 0x2d, 0x87, 0x79, 0x27, 0x3f, 0x80, 0x90, 0x0a, 0xd5, 0xf1, + 0x65, 0x63, 0x11, 0x91, 0x38, 0xbb, 0x26, 0x92, 0xfa, 0x0d, 0xbf, 0xb1, 0xea, 0xb5, 0xfe, 0x94, + 0xf9, 0x6c, 0xdb, 0x8f, 0x17, 0xfb, 0xb6, 0xf9, 0x67, 0xc8, 0xf2, 0xff, 0x65, 0xd7, 0x0b, 0xd6, + 0xd4, 0x1f, 0x34, 0x7b, 0xd6, 0xef, 0x09, 0x06, 0x44, 0x8e, 0x10, 0xc4, 0xcc, 0xa3, 0x8e, 0x25, + 0x6c, 0x19, 0x1d, 0x5e, 0xbb, 0xef, 0xa5, 0x90, 0x19, 0x70, 0x6c, 0x0e, 0x40, 0x9c, 0x9c, 0xff, + 0x05, 0x67, 0x18, 0x4f, 0xfe, 0x0c, 0x76, 0x8b, 0xe1, 0xfc, 0xef, 0x91, 0x7d, 0xc9, 0xc6, 0x85, + 0x71, 0x21, 0x7a, 0xbe, 0x97, 0xe6, 0x5b, 0xaf, 0xe3, 0xa8, 0xcf, 0x60, 0x54, 0x8c, 0x49, 0xc7, + 0xb3, 0xcc, 0x14, 0x13, 0x88, 0xb4, 0x16, 0xdf, 0x6f, 0x24, 0x8e, 0x2c, 0xfb, 0xf9, 0x15, 0x32, + 0xc6, 0xd8, 0x20, 0x77, 0xc1, 0xba, 0x2f, 0x85, 0x69, 0xfe, 0x10, 0x28, 0x0c, 0x7b, 0x9b, 0xac, + 0xc7, 0xeb, 0xad, 0xd5, 0x33, 0xc0, 0x14, 0xce, 0xf3, 0xab, 0x68, 0x34, 0xe2, 0x59, 0x66, 0xc8, + 0xc2, 0xe6, 0xa0, 0x25, 0xa0, 0x88, 0xb5, 0x5f, 0x52, 0xdb, 0x1e, 0x81, 0xbf, 0xe9, 0x5b, 0xce, + 0xf1, 0x35, 0x23, 0x19, 0x61, 0x22, 0xe6, 0x86, 0x66, 0x46, 0x55, 0x62, 0x81, 0x02, 0x5a, 0x22, + 0x6c, 0x98, 0xca, 0x7c, 0x8e, 0x96, 0x6d, 0xf8, 0xfe, 0x04, 0x87, 0xcd, 0xfd, 0x3b, 0x03, 0xca, + 0xf5, 0x57, 0x26, 0xc2, 0xf8, 0x42, 0xee, 0x18, 0xfd, 0x49, 0x44, 0x3a, 0x78, 0x7e, 0xcb, 0xb5, + 0x22, 0xcc, 0x5a, 0x4b, 0xa5, 0x26, 0x6d, 0x43, 0x1a, 0x3d, 0x89, 0x18, 0x2a, 0x08, 0x33, 0x19, + 0x08, 0x8d, 0x00, 0x0f, 0xc0, 0x63, 0x44, 0x66, 0x44, 0x28, 0x0d, 0x3c, 0x3b, 0xf1, 0x01, 0x12, + 0x6e, 0xa3, 0xc4, 0x9e, 0xd3, 0x40, 0xba, 0xe4, 0x63, 0xcf, 0x2e, 0x0f, 0x82, 0x76, 0x51, 0x82, + 0x14, 0x78, 0xd8, 0x21, 0x2c, 0x0d, 0xd6, 0x85, 0xd0, 0xa4, 0x2f, 0x19, 0x4f, 0x81, 0x0c, 0x2d, + 0x3a, 0xda, 0x71, 0x1f, 0x21, 0xb9, 0x26, 0x0a, 0xd1, 0xb2, 0xf0, 0xbf, 0x40, 0xb6, 0xfa, 0x46, + 0xd0, 0x25, 0x10, 0x47, 0xdb, 0xba, 0x00, 0x42, 0x85, 0x8e, 0xa5, 0x8a, 0x2c, 0x13, 0x88, 0xa9, + 0x0b, 0xc7, 0xaa, 0x26, 0xe5, 0xaf, 0x36, 0x8f, 0xd4, 0xbc, 0x94, 0x3b, 0x82, 0x7b, 0xf5, 0x2a, + 0x5b, 0x29, 0x4a, 0x45, 0x18, 0x0d, 0x1e, 0x8d, 0x64, 0x25, 0x55, 0xab, 0xc2, 0x47, 0x46, 0xce, + 0x15, 0x48, 0x56, 0xce, 0xe6, 0x25, 0x35, 0x27, 0x2b, 0x10, 0x86, 0xc8, 0x1a, 0xb4, 0xe6, 0x65, + 0x2d, 0x7f, 0x94, 0x97, 0x0b, 0x92, 0x9a, 0x95, 0x8b, 0x55, 0x78, 0xca, 0x21, 0xe4, 0x66, 0x81, + 0x00, 0x58, 0x06, 0x3f, 0xb4, 0x4a, 0x5e, 0xca, 0xb3, 0xa9, 0x54, 0x82, 0xeb, 0x1c, 0xab, 0x45, + 0xb9, 0x90, 0x97, 0x0a, 0x72, 0x21, 0x7b, 0xa4, 0x16, 0xe4, 0x8c, 0xb4, 0x29, 0x6b, 0x55, 0x15, + 0x1f, 0x25, 0x55, 0x91, 0x95, 0x2c, 0x51, 0x8b, 0x92, 0xaa, 0xb2, 0xcf, 0xa5, 0xa1, 0x6a, 0xf1, + 0x4a, 0xcd, 0x1d, 0x41, 0xfb, 0x26, 0x22, 0xa9, 0x65, 0xae, 0x34, 0x25, 0x86, 0xa6, 0xa6, 0x20, + 0x9e, 0xf8, 0xa9, 0xc8, 0xd9, 0x0c, 0x51, 0x37, 0xe5, 0x5c, 0x56, 0x2a, 0x22, 0x26, 0xf3, 0x05, + 0xbf, 0x08, 0x24, 0xbd, 0xbd, 0x85, 0x24, 0xdd, 0xfe, 0x20, 0x96, 0x63, 0xd1, 0x63, 0x48, 0x3f, + 0xbc, 0x07, 0x46, 0x82, 0xfe, 0x82, 0x8e, 0x91, 0xbf, 0x27, 0xeb, 0x38, 0x06, 0xc2, 0x0c, 0xfd, + 0x87, 0x68, 0x0d, 0x99, 0xa7, 0xf4, 0x43, 0x21, 0xc8, 0xfd, 0xaa, 0xca, 0xbc, 0xc6, 0x55, 0xa6, + 0x7e, 0xee, 0x23, 0x0a, 0xbf, 0x60, 0x8f, 0x16, 0xbd, 0xc4, 0xd4, 0xc0, 0x68, 0xf3, 0x61, 0xf2, + 0xb3, 0x0c, 0xfd, 0xa7, 0x51, 0x2c, 0xcb, 0x00, 0x4d, 0xda, 0x72, 0x3d, 0x83, 0x65, 0x58, 0x4c, + 0xcf, 0x8d, 0xd2, 0xd0, 0xf2, 0xc1, 0x0e, 0x99, 0x7f, 0x7c, 0xde, 0xae, 0x0b, 0x5a, 0x35, 0x89, + 0x7b, 0xb9, 0xdf, 0x98, 0xc4, 0x68, 0x61, 0xda, 0xf3, 0x87, 0x71, 0xdb, 0x00, 0x79, 0x62, 0x65, + 0x29, 0xb2, 0x85, 0x14, 0x25, 0x1e, 0x05, 0x15, 0xf3, 0xbb, 0xae, 0x17, 0xb4, 0x06, 0x01, 0x41, + 0xa3, 0x27, 0x90, 0x8d, 0xae, 0x47, 0xdb, 0xba, 0x10, 0xd3, 0xea, 0xbe, 0xd3, 0x81, 0xb5, 0x7c, + 0x9a, 0xcf, 0x4a, 0xd6, 0xd5, 0xce, 0x69, 0x7d, 0xa4, 0x7c, 0x3a, 0xe8, 0xb8, 0x15, 0xf8, 0xef, + 0xa4, 0x71, 0xd9, 0xdd, 0xbb, 0xec, 0xc0, 0xdd, 0x0e, 0x3e, 0x56, 0xce, 0xab, 0x95, 0x1b, 0xbc, + 0xb6, 0x8b, 0xe9, 0xcd, 0x2e, 0x6b, 0xb9, 0x3e, 0x69, 0xd4, 0x95, 0xc3, 0x8a, 0xe7, 0x67, 0x5b, + 0xf9, 0x73, 0x78, 0x7e, 0x38, 0xf9, 0xa7, 0xbe, 0xb7, 0x7f, 0x79, 0xba, 0x97, 0xb4, 0x2f, 0xfd, + 0xe0, 0x54, 0x53, 0x2b, 0x97, 0x4e, 0xed, 0xc4, 0xdf, 0x57, 0xae, 0x92, 0xca, 0xde, 0xf5, 0x95, + 0x35, 0xac, 0x5c, 0xb7, 0x2b, 0xb4, 0xf0, 0xdd, 0x3e, 0x2a, 0xec, 0x7d, 0xd9, 0x6b, 0x9d, 0xe7, + 0x5a, 0xe7, 0x45, 0xa7, 0x7a, 0x58, 0x6d, 0xee, 0xfe, 0xb3, 0x5f, 0xb8, 0xf0, 0x86, 0x5d, 0xc3, + 0xcf, 0xdf, 0x34, 0xc7, 0xbb, 0xe6, 0xce, 0x40, 0xeb, 0x36, 0x1e, 0x0a, 0x0f, 0x56, 0xd7, 0x6f, + 0x7d, 0x52, 0xdb, 0x97, 0x9b, 0x6a, 0xad, 0xfe, 0xe9, 0x93, 0xb1, 0xdf, 0x56, 0x1f, 0xbb, 0xde, + 0x59, 0x91, 0xde, 0x1f, 0x3b, 0xd5, 0x5a, 0x31, 0xa7, 0x9c, 0xa5, 0x93, 0xc3, 0x74, 0xab, 0xaa, + 0x7d, 0x6f, 0x7d, 0x1f, 0x65, 0x3b, 0xfe, 0xc1, 0x6e, 0xa6, 0xf6, 0x90, 0x3e, 0xd0, 0x32, 0xc9, + 0xe6, 0xb0, 0x61, 0x8e, 0x0a, 0xce, 0x83, 0xfa, 0xa9, 0x58, 0x2c, 0xec, 0xd0, 0xea, 0x79, 0xb6, + 0x72, 0x70, 0x5c, 0xb1, 0xf6, 0xee, 0x5b, 0x07, 0xc6, 0x4e, 0xa1, 0xe3, 0x98, 0x7b, 0xed, 0x6e, + 0xfd, 0xbb, 0x59, 0x3f, 0x6f, 0x54, 0x37, 0x9d, 0xd6, 0xb9, 0xf5, 0x50, 0xb9, 0xb2, 0xfc, 0xca, + 0xe7, 0x83, 0x9d, 0xfd, 0x4e, 0xa7, 0x9e, 0x3b, 0x1f, 0x9e, 0x17, 0x2e, 0x5b, 0x17, 0x27, 0xe6, + 0x66, 0xef, 0x68, 0xb8, 0x6b, 0x56, 0xb5, 0xbe, 0xe6, 0x75, 0x0f, 0x4f, 0xb4, 0x83, 0xec, 0x65, + 0x7a, 0x58, 0x6f, 0x3a, 0x74, 0x3c, 0x76, 0x9e, 0xba, 0x7d, 0xbf, 0xa0, 0xb8, 0x95, 0x33, 0xbb, + 0x7b, 0x72, 0x76, 0x74, 0xff, 0xc5, 0x31, 0xd4, 0x61, 0x36, 0xfd, 0x78, 0xd5, 0x0b, 0xce, 0x6b, + 0x97, 0xc5, 0xe0, 0xe9, 0xfc, 0xfa, 0x34, 0x53, 0xad, 0x3e, 0x64, 0x1d, 0xef, 0x6c, 0xb7, 0x78, + 0x7c, 0x74, 0x92, 0xcc, 0x7f, 0x37, 0x8b, 0xb4, 0x5d, 0xa4, 0xde, 0x68, 0xe7, 0xd3, 0xb0, 0x56, + 0xc8, 0x29, 0xd7, 0x9f, 0xd4, 0xeb, 0x71, 0xd6, 0xb6, 0x36, 0xd3, 0xed, 0xf3, 0x7d, 0x6f, 0xb4, + 0x79, 0x56, 0x39, 0x68, 0xec, 0x76, 0x8a, 0xc6, 0xd3, 0x60, 0xf4, 0xcf, 0xee, 0x49, 0xfe, 0xbe, + 0x39, 0xa0, 0xfd, 0x82, 0x91, 0x3c, 0xd8, 0xdf, 0xcf, 0xd0, 0xa7, 0x13, 0x85, 0x3a, 0xb9, 0xf6, + 0xee, 0xf7, 0xe2, 0x79, 0xdb, 0x49, 0x5e, 0x7e, 0xbf, 0xea, 0xdc, 0x77, 0x3f, 0xe7, 0x9a, 0xf4, + 0xac, 0x3f, 0xaa, 0x7e, 0x1a, 0x5d, 0xd6, 0xee, 0xf3, 0x86, 0x56, 0xa9, 0xde, 0x14, 0x9e, 0xbc, + 0xaa, 0x59, 0xad, 0x66, 0xb2, 0x97, 0xf7, 0xde, 0xd3, 0x20, 0xb8, 0x3f, 0xfa, 0x62, 0x9d, 0x57, + 0xd3, 0x0f, 0x5d, 0xa5, 0x66, 0x8f, 0xcf, 0xc6, 0x83, 0xcd, 0xe0, 0xd3, 0xd3, 0x71, 0xd6, 0x3a, + 0x38, 0x6b, 0x17, 0x06, 0x07, 0x39, 0x7f, 0x77, 0x6f, 0xf4, 0xb9, 0x7f, 0xf3, 0x79, 0xe8, 0x75, + 0x8b, 0xb9, 0xfa, 0x97, 0x1b, 0xe0, 0xee, 0x61, 0xbf, 0x90, 0xbc, 0x36, 0xc6, 0x27, 0xc1, 0xf7, + 0x71, 0x70, 0x4d, 0x8f, 0xbe, 0x7f, 0x6e, 0xde, 0x5f, 0x5e, 0x9e, 0xb4, 0x8e, 0xaa, 0xc9, 0xf6, + 0xe0, 0x40, 0xeb, 0xf5, 0x8f, 0x06, 0x85, 0xe0, 0xcc, 0xce, 0xf9, 0x5f, 0x76, 0x2b, 0x4e, 0xff, + 0xe8, 0x41, 0xe9, 0x3d, 0xed, 0xef, 0x5a, 0x5e, 0x72, 0x67, 0xff, 0x1f, 0xfb, 0xa1, 0xba, 0x57, + 0x35, 0x3e, 0xed, 0x0f, 0x1a, 0x3b, 0x37, 0x0d, 0xbb, 0x92, 0xed, 0x1f, 0x7d, 0x0e, 0xac, 0xfa, + 0xfd, 0xde, 0xb8, 0x73, 0x38, 0xde, 0xf3, 0xf6, 0x9f, 0xc6, 0x87, 0x9f, 0xee, 0x3d, 0x7a, 0x73, + 0x61, 0x37, 0xbf, 0x7c, 0xea, 0x18, 0x35, 0xaf, 0x6e, 0x3f, 0xb9, 0x35, 0x37, 0x18, 0xd1, 0x6b, + 0x5a, 0xe9, 0xee, 0x75, 0x0f, 0x1f, 0xcf, 0x76, 0x2e, 0x76, 0x77, 0xba, 0xe7, 0x37, 0x9d, 0xbd, + 0x9b, 0xee, 0x49, 0x73, 0xdc, 0x3c, 0x3c, 0xe9, 0x3e, 0xde, 0xa8, 0x7e, 0xb3, 0x31, 0x1a, 0x3d, + 0x34, 0x6b, 0xa7, 0x5f, 0xbc, 0x27, 0x3f, 0x73, 0x55, 0xef, 0xdd, 0xf7, 0x9c, 0xd3, 0x87, 0x7c, + 0xf3, 0xf4, 0xc1, 0xfb, 0xfe, 0x78, 0x5c, 0xbb, 0xd8, 0x1c, 0x57, 0xbf, 0x8f, 0x1f, 0x4f, 0xc6, + 0xcd, 0xca, 0xfe, 0x71, 0x47, 0xed, 0x7d, 0xae, 0xef, 0x1c, 0xdc, 0xd8, 0x1d, 0x8d, 0x36, 0xdd, + 0xd3, 0xc6, 0xfe, 0x81, 0x79, 0x91, 0x3c, 0x1c, 0x1d, 0x67, 0xf6, 0x2c, 0x3b, 0xff, 0xb4, 0x33, + 0xba, 0xfe, 0xb2, 0xaf, 0x3e, 0x3e, 0x34, 0x3e, 0x3f, 0x9c, 0x1a, 0xf9, 0xef, 0x41, 0xcd, 0xa6, + 0x2d, 0x3a, 0x38, 0x1f, 0x56, 0x93, 0x9d, 0x6c, 0xff, 0xcb, 0xb5, 0x65, 0x9c, 0x06, 0x9b, 0xf7, + 0xe3, 0xdd, 0xa6, 0x96, 0x3d, 0xd7, 0xbe, 0x7f, 0xaa, 0xe6, 0xae, 0x2f, 0x1a, 0x43, 0xcf, 0xfe, + 0x94, 0xf9, 0x52, 0x3b, 0xfe, 0xac, 0x64, 0x9d, 0x23, 0xf3, 0xf8, 0xec, 0x53, 0x70, 0x7e, 0x7a, + 0xfc, 0xe4, 0x1e, 0x5c, 0x3c, 0x9d, 0x3d, 0xe5, 0x37, 0x6f, 0x4e, 0xce, 0xb4, 0xa1, 0x55, 0xd8, + 0x55, 0xd5, 0x76, 0x30, 0x3c, 0xff, 0x7c, 0x53, 0x7d, 0x1a, 0x07, 0x85, 0xfb, 0xf6, 0xe8, 0x54, + 0x55, 0x2e, 0xce, 0x3b, 0x47, 0xb9, 0xee, 0x05, 0xd3, 0x89, 0xca, 0xce, 0x3f, 0xf5, 0xcb, 0xdc, + 0x9e, 0xf7, 0xf0, 0x4f, 0xa7, 0xd3, 0xd1, 0x75, 0x61, 0x7b, 0x03, 0x5c, 0x67, 0xcb, 0xb3, 0xfa, + 0x01, 0x61, 0x21, 0xac, 0x80, 0xba, 0x9c, 0xbe, 0x37, 0x86, 0x06, 0x6f, 0x05, 0x80, 0xf6, 0xc0, + 0x61, 0xc5, 0x22, 0xd2, 0x39, 0x34, 0x13, 0x54, 0x9c, 0x78, 0x34, 0x18, 0x78, 0x0e, 0x31, 0xe5, + 0x0e, 0x0d, 0xf6, 0x6c, 0x8a, 0x45, 0x87, 0x9d, 0x31, 0xeb, 0x9a, 0xce, 0x40, 0x5b, 0x7b, 0x0b, + 0x90, 0x2d, 0x88, 0xad, 0x02, 0x1a, 0x02, 0x23, 0xe0, 0xd0, 0xf0, 0xc0, 0xc1, 0x9a, 0x90, 0x87, + 0x63, 0x0b, 0x9a, 0x0a, 0xb6, 0x1a, 0xd8, 0x8a, 0x74, 0x58, 0xa3, 0xc7, 0x82, 0xf5, 0xfc, 0x62, + 0x82, 0xdb, 0x61, 0x81, 0x08, 0x20, 0x18, 0x16, 0xa4, 0x85, 0xb0, 0x79, 0x23, 0xf4, 0xfa, 0x0b, + 0x01, 0xce, 0xfa, 0xb0, 0x11, 0x87, 0x74, 0xd5, 0xf5, 0x23, 0x56, 0x63, 0x45, 0x84, 0xc6, 0xa8, + 0x62, 0x63, 0x21, 0xac, 0x58, 0x76, 0x8b, 0x91, 0x57, 0x62, 0x05, 0x89, 0x52, 0x7e, 0x25, 0xce, + 0xc8, 0x68, 0xf0, 0xbf, 0xb0, 0xcd, 0xe3, 0x8c, 0x0d, 0x1e, 0x68, 0xbc, 0x55, 0x94, 0x0c, 0x24, + 0xa2, 0x3c, 0xc6, 0xc8, 0x13, 0x4d, 0xeb, 0x16, 0x87, 0xd9, 0x5a, 0xfe, 0xe9, 0x58, 0x05, 0x2f, + 0x9f, 0xed, 0x66, 0x87, 0xc5, 0x6e, 0x2a, 0x0b, 0x4f, 0x45, 0xa2, 0x2a, 0xb3, 0x27, 0x4d, 0x23, + 0x79, 0x84, 0xeb, 0xa6, 0x8a, 0x4f, 0x42, 0xe4, 0xad, 0x37, 0xc8, 0x73, 0x87, 0x03, 0x48, 0x49, + 0x15, 0xe9, 0x09, 0x34, 0xc2, 0x6d, 0x6b, 0xdb, 0x1b, 0x61, 0x1f, 0x61, 0x96, 0x96, 0x04, 0x2e, + 0x1f, 0xfb, 0x4f, 0xe3, 0xf4, 0x84, 0x24, 0xfa, 0x6c, 0x06, 0x20, 0x2b, 0x01, 0xee, 0xb1, 0xf6, + 0x9e, 0x11, 0x78, 0xd6, 0xa3, 0x08, 0xd3, 0x68, 0x30, 0xbe, 0x8f, 0xc7, 0x11, 0x58, 0x01, 0x21, + 0x1b, 0x16, 0x60, 0x3d, 0x2f, 0xec, 0x0a, 0x8b, 0x51, 0x17, 0x8b, 0x96, 0x19, 0x60, 0x0a, 0x48, + 0xeb, 0x0e, 0x82, 0x52, 0x1b, 0x66, 0x36, 0x43, 0xf2, 0xae, 0xb2, 0x23, 0xf0, 0x50, 0x02, 0x03, + 0x33, 0x9a, 0x65, 0x6d, 0x1c, 0x8c, 0x80, 0xb6, 0xd1, 0x04, 0x04, 0x21, 0x74, 0xd4, 0x05, 0x9b, + 0x9a, 0x0d, 0x90, 0xac, 0x7e, 0x54, 0xa7, 0x13, 0xb6, 0x8f, 0x28, 0x4c, 0x80, 0x4d, 0x25, 0x10, + 0x25, 0x06, 0x89, 0x3b, 0x0f, 0x50, 0x8e, 0x60, 0xea, 0x50, 0x70, 0xe6, 0x25, 0x51, 0xc6, 0x59, + 0x36, 0x98, 0xe0, 0x66, 0x56, 0xe6, 0x23, 0x1b, 0xe1, 0x90, 0x78, 0xd5, 0x13, 0x07, 0xb9, 0x7d, + 0x26, 0xdd, 0x43, 0xc3, 0x1e, 0x50, 0xec, 0x45, 0x0a, 0x01, 0x01, 0x18, 0x04, 0x85, 0x99, 0xa2, + 0x3b, 0x61, 0x5b, 0xdb, 0x25, 0xc7, 0xac, 0x1b, 0x10, 0xe2, 0xa3, 0x56, 0x86, 0x7b, 0x9a, 0x2d, + 0x6c, 0x37, 0xa8, 0xd7, 0x07, 0x62, 0x40, 0xa0, 0x23, 0x41, 0x14, 0xea, 0xf9, 0x01, 0x81, 0x38, + 0x9e, 0x57, 0xb7, 0x90, 0x43, 0x58, 0xb5, 0x23, 0xef, 0xed, 0xa0, 0x9c, 0x9a, 0x4d, 0xb3, 0xb1, + 0x3c, 0x8f, 0xad, 0x79, 0xcf, 0xcd, 0xc3, 0x86, 0x47, 0xd5, 0x32, 0x92, 0x7a, 0xdf, 0x09, 0xca, + 0x73, 0x74, 0x50, 0xeb, 0x18, 0xbe, 0x33, 0x5a, 0xa5, 0x81, 0x1b, 0x8c, 0x25, 0xbf, 0xc0, 0x91, + 0x0d, 0xc6, 0x12, 0xf8, 0x00, 0x6a, 0xcc, 0x49, 0x75, 0x3a, 0x08, 0x20, 0x0e, 0x24, 0xbc, 0xb9, + 0xf4, 0x4a, 0x9e, 0x6c, 0xc4, 0x99, 0xb2, 0x34, 0x23, 0x79, 0x15, 0x47, 0x46, 0xc0, 0x4a, 0xe0, + 0xde, 0x3a, 0x86, 0xcc, 0x64, 0xfd, 0x59, 0x7e, 0x40, 0xf8, 0x0f, 0x0c, 0xa9, 0x5e, 0xd6, 0x8f, + 0xe2, 0x34, 0x5a, 0x84, 0xe9, 0x1a, 0xc2, 0x76, 0xcd, 0xed, 0x51, 0x52, 0xf1, 0x7d, 0x0b, 0x22, + 0x53, 0x27, 0x20, 0x37, 0x95, 0xe3, 0xd8, 0x80, 0x17, 0x68, 0xba, 0xf1, 0x0b, 0x62, 0xce, 0xe2, + 0xac, 0xfd, 0x25, 0xc2, 0x6e, 0xb0, 0xec, 0x84, 0xb4, 0x5c, 0x93, 0xfe, 0x22, 0x75, 0x23, 0xe2, + 0x32, 0xfd, 0x5d, 0x37, 0xf7, 0xeb, 0x48, 0xdc, 0xa5, 0x8f, 0xcf, 0x50, 0xb8, 0xb6, 0x77, 0x4d, + 0x12, 0x6f, 0xdb, 0x59, 0xfc, 0x27, 0x3e, 0x4b, 0x65, 0x08, 0x13, 0x85, 0xed, 0xdd, 0xbd, 0x2a, + 0x49, 0x68, 0xd9, 0xac, 0x14, 0xfe, 0x89, 0x1b, 0xaf, 0xa6, 0xe0, 0xaf, 0x48, 0x25, 0x24, 0x12, + 0x1e, 0x05, 0x46, 0x39, 0x9d, 0xf9, 0x7e, 0x2a, 0xb3, 0xb6, 0xdf, 0x12, 0xcb, 0x35, 0x53, 0xbe, + 0x92, 0x6e, 0xe3, 0x26, 0xa4, 0xeb, 0xcf, 0x91, 0x8e, 0x75, 0x22, 0xf5, 0x14, 0xfc, 0x07, 0xa9, + 0x9a, 0x44, 0xd4, 0x82, 0x44, 0x9e, 0xa7, 0xe6, 0x46, 0x64, 0x44, 0xb0, 0x94, 0x29, 0x6c, 0xd7, + 0xf1, 0x42, 0x12, 0x2f, 0x8f, 0x0b, 0x87, 0xe1, 0x06, 0x90, 0x5e, 0x1b, 0x0d, 0x76, 0xb3, 0x96, + 0x6f, 0x7f, 0x4e, 0x92, 0x9b, 0xcc, 0xfe, 0x38, 0x40, 0x37, 0x5e, 0x74, 0x15, 0xb6, 0x77, 0x66, + 0x2d, 0x33, 0x2e, 0x6c, 0xc4, 0xd8, 0xf0, 0xb3, 0xb9, 0xcb, 0xaf, 0x70, 0xdb, 0xac, 0x26, 0xb7, + 0x11, 0x46, 0x34, 0x9c, 0x44, 0x8c, 0x7b, 0x2b, 0x88, 0x90, 0x9e, 0xe5, 0xe8, 0x82, 0x0a, 0x57, + 0x03, 0xfc, 0xb5, 0x96, 0xcb, 0x09, 0x11, 0x85, 0x54, 0xad, 0xc8, 0x94, 0xa6, 0x6f, 0x38, 0x5c, + 0x65, 0xe6, 0x63, 0xaf, 0x10, 0x42, 0xd8, 0x06, 0x08, 0xa0, 0x11, 0xf4, 0xff, 0x29, 0x5d, 0x3f, + 0xb2, 0x7a, 0x56, 0x10, 0x51, 0x68, 0xe3, 0xd8, 0x78, 0x24, 0x8e, 0x4b, 0xdc, 0x36, 0x61, 0x9d, + 0x7e, 0x1a, 0x8d, 0xd7, 0x3a, 0x99, 0xdd, 0xf8, 0x23, 0xd4, 0x22, 0x1b, 0x2b, 0xd4, 0x5a, 0x41, + 0x6a, 0x91, 0x5a, 0x39, 0x55, 0x9b, 0x51, 0x4b, 0xcb, 0xe5, 0x17, 0xa9, 0x35, 0x1f, 0x1b, 0x52, + 0x0b, 0x20, 0x9e, 0xa1, 0x56, 0xa4, 0x3f, 0x5d, 0x23, 0x85, 0x15, 0x32, 0xe1, 0xd7, 0xa9, 0xd7, + 0x35, 0x0e, 0x41, 0x51, 0x6b, 0x15, 0xb2, 0x4b, 0x87, 0x56, 0x8b, 0x92, 0xc3, 0xdd, 0x35, 0x74, + 0xda, 0x58, 0x6f, 0x15, 0xf9, 0xe6, 0xc3, 0xae, 0x85, 0x52, 0xbf, 0x10, 0x8b, 0x88, 0x39, 0x41, + 0xd8, 0x3a, 0x33, 0xd5, 0x63, 0x21, 0xd3, 0x57, 0x08, 0x99, 0xbe, 0xb6, 0xf8, 0x8b, 0x23, 0x36, + 0xf5, 0xbe, 0x2a, 0x8a, 0x2a, 0xfc, 0x2b, 0x3b, 0xbc, 0x5c, 0xdc, 0xe2, 0xa5, 0x63, 0x7d, 0x1f, + 0x2c, 0xee, 0x74, 0xe3, 0x05, 0xfb, 0xff, 0xda, 0x9d, 0x6e, 0xf0, 0xad, 0xe2, 0x82, 0xe4, 0x85, + 0xad, 0x1a, 0xaf, 0xd9, 0xeb, 0xc6, 0x2f, 0x86, 0x77, 0x5d, 0xe3, 0xc4, 0xe8, 0xd1, 0xf8, 0x66, + 0xf1, 0xf9, 0x5f, 0xdb, 0x27, 0x5b, 0x2c, 0xda, 0xe8, 0x3c, 0x90, 0xfe, 0x64, 0x05, 0xad, 0x2e, + 0x75, 0x84, 0x3f, 0xa1, 0xdc, 0x10, 0x58, 0x5c, 0x62, 0x6c, 0x11, 0x89, 0xe7, 0x59, 0xba, 0xeb, + 0x42, 0x84, 0xe6, 0xc4, 0xb7, 0xb5, 0x41, 0xfe, 0xe4, 0xb6, 0xa2, 0x25, 0xf9, 0xbe, 0xfe, 0x80, + 0x2b, 0x0d, 0x20, 0xcb, 0xa1, 0x10, 0x2b, 0xb0, 0x33, 0x66, 0x61, 0xfb, 0x82, 0x3d, 0x92, 0xf0, + 0xcc, 0x19, 0x94, 0xe3, 0xf5, 0xce, 0x74, 0x71, 0x1f, 0xfc, 0xcc, 0x28, 0xda, 0x81, 0x13, 0xda, + 0x19, 0x8b, 0x79, 0xc7, 0x4e, 0x4c, 0x02, 0x95, 0xd0, 0xf8, 0x28, 0xa1, 0xf1, 0xc9, 0x67, 0x96, + 0x3d, 0xf3, 0x22, 0x86, 0xcb, 0x8b, 0xc7, 0x1d, 0xf3, 0xdc, 0xb1, 0xb1, 0xfc, 0x11, 0x07, 0xcf, + 0x47, 0xe2, 0xf9, 0xf9, 0x6c, 0x74, 0xec, 0x4c, 0x1d, 0x52, 0xb8, 0x30, 0x95, 0x8a, 0x93, 0x32, + 0xcd, 0x52, 0x9d, 0x79, 0x6e, 0x14, 0x8d, 0x9b, 0xbd, 0xa6, 0x52, 0xc5, 0x86, 0x70, 0x43, 0xb3, + 0x46, 0x61, 0x29, 0xa7, 0xfc, 0x8d, 0xa4, 0xe9, 0x75, 0x42, 0x88, 0xfb, 0x9b, 0x2d, 0xcd, 0x36, + 0xf1, 0x9a, 0x94, 0x76, 0x7d, 0xa5, 0x1c, 0x4f, 0x02, 0xac, 0xd6, 0x03, 0x4c, 0x36, 0x42, 0xd5, + 0x68, 0xe0, 0x94, 0x09, 0x11, 0x73, 0x25, 0x76, 0x16, 0x03, 0x46, 0x82, 0x1f, 0xc6, 0x44, 0xb9, + 0xee, 0xba, 0x9a, 0xfa, 0x06, 0x2b, 0xaa, 0x17, 0x48, 0xa1, 0x56, 0x30, 0x72, 0x24, 0x87, 0x15, + 0x6a, 0xa2, 0xa4, 0xf0, 0x6e, 0xf6, 0x84, 0x77, 0x5d, 0x55, 0x31, 0x62, 0x0d, 0xa9, 0x58, 0x77, + 0x0a, 0x9e, 0x8e, 0x0b, 0x44, 0xcd, 0x19, 0x19, 0x92, 0x61, 0x4d, 0x6a, 0x2a, 0x93, 0xc2, 0xfb, + 0xf0, 0x89, 0x2c, 0x3d, 0x91, 0xd8, 0x13, 0xf6, 0x60, 0xee, 0xbc, 0xc1, 0x93, 0x67, 0xf2, 0xde, + 0x69, 0xfa, 0xfd, 0x32, 0xdb, 0x49, 0x98, 0x14, 0x2f, 0xf2, 0xf8, 0x15, 0x3a, 0x32, 0x93, 0xa0, + 0xb0, 0x38, 0x3e, 0x4b, 0x87, 0xe3, 0xe7, 0x3c, 0x4b, 0xf6, 0x00, 0x41, 0xaf, 0x21, 0x23, 0x21, + 0x25, 0x32, 0xd3, 0x1a, 0x8e, 0x4a, 0xe4, 0x8a, 0x23, 0x31, 0x5a, 0x2c, 0xa8, 0xaf, 0xd5, 0x12, + 0x36, 0xd7, 0xcc, 0x31, 0x47, 0xc1, 0x4b, 0x1e, 0x0b, 0x3b, 0x7c, 0xce, 0xf8, 0xe7, 0x0a, 0x1a, + 0x37, 0x60, 0x66, 0xff, 0x14, 0x1a, 0x37, 0x6b, 0xd1, 0x88, 0x48, 0xba, 0xb1, 0x5e, 0x6f, 0xd2, + 0xfd, 0xb0, 0xb8, 0x10, 0x43, 0x2c, 0xf6, 0x56, 0x53, 0x5c, 0x88, 0x67, 0xaf, 0x6a, 0xe1, 0xde, + 0x76, 0xe1, 0x21, 0xe4, 0x59, 0x97, 0x7a, 0xc0, 0xb8, 0xa6, 0xb7, 0x0d, 0x79, 0x11, 0x5e, 0x48, + 0x15, 0xe5, 0x14, 0xd3, 0xde, 0xd0, 0x3a, 0x18, 0x28, 0x8b, 0x31, 0xde, 0xce, 0x0c, 0x55, 0xb8, + 0x76, 0x64, 0x93, 0xf8, 0xb6, 0x10, 0x96, 0x6f, 0x2a, 0x8e, 0xc7, 0x73, 0x6c, 0x85, 0x39, 0x16, + 0xaa, 0x50, 0x71, 0x85, 0x5e, 0x7e, 0x17, 0x8c, 0x59, 0xf1, 0x5e, 0x87, 0xcd, 0xdd, 0xf7, 0x28, + 0x2a, 0x99, 0xb0, 0x52, 0x8c, 0x8a, 0xbd, 0x9b, 0x11, 0xbe, 0x5f, 0x09, 0x6b, 0x7b, 0xad, 0xb0, + 0x48, 0xce, 0xaa, 0x73, 0xf8, 0x32, 0x6b, 0x54, 0x24, 0x9f, 0x13, 0x78, 0x2e, 0x8a, 0x9e, 0x31, + 0x4a, 0x2d, 0x1d, 0x1c, 0x3e, 0x8b, 0x7f, 0x84, 0x0f, 0x83, 0x47, 0x6c, 0x7e, 0xb2, 0x14, 0x31, + 0xec, 0x40, 0x17, 0xea, 0xc6, 0xe8, 0x90, 0xd1, 0x9d, 0x0f, 0x99, 0xaf, 0x0f, 0x94, 0x60, 0x14, + 0x9d, 0xe1, 0xf1, 0x5a, 0x1c, 0x22, 0x06, 0x73, 0x78, 0xcb, 0x69, 0xbb, 0xeb, 0xc9, 0x32, 0x37, + 0xc1, 0xd1, 0x79, 0x2d, 0x1b, 0x86, 0x71, 0x31, 0xcb, 0xfb, 0xa1, 0xc1, 0x74, 0x1d, 0x7b, 0x0c, + 0x14, 0x08, 0xef, 0x04, 0x54, 0xf5, 0x08, 0x78, 0x91, 0x52, 0x2c, 0xa4, 0x5f, 0x3a, 0x24, 0x7d, + 0x16, 0x43, 0x0e, 0x18, 0x45, 0xb6, 0xfd, 0x71, 0xb8, 0x24, 0x6f, 0x9e, 0x79, 0x8b, 0xd8, 0x79, + 0x29, 0xa2, 0xca, 0x1f, 0x63, 0xcb, 0x75, 0x8c, 0xbe, 0x3a, 0x03, 0x86, 0x07, 0x86, 0x1d, 0xc7, + 0x28, 0x5c, 0x80, 0xfb, 0x3d, 0xc7, 0xfc, 0xb5, 0xf9, 0xe7, 0xbb, 0xc2, 0x28, 0xa2, 0x9b, 0xd9, + 0x9e, 0xad, 0x08, 0x66, 0xcb, 0x87, 0x64, 0x4e, 0xd8, 0xbe, 0xe2, 0x37, 0x44, 0x95, 0x15, 0xb9, + 0xc0, 0x07, 0x70, 0x55, 0x4f, 0x45, 0x86, 0xc1, 0x88, 0x0e, 0x63, 0xf0, 0xbd, 0x64, 0xbf, 0x94, + 0x4e, 0x77, 0xac, 0xa0, 0x3b, 0x68, 0xca, 0x2d, 0xb7, 0x97, 0x1e, 0x51, 0xef, 0xc1, 0x87, 0xb0, + 0xaf, 0x97, 0xc6, 0x2a, 0x4a, 0x8a, 0x05, 0x49, 0x10, 0x23, 0xcd, 0x6a, 0x8d, 0xe9, 0xa6, 0xed, + 0x36, 0xd3, 0x98, 0xff, 0xa6, 0xeb, 0x7b, 0x95, 0xdd, 0xe3, 0x3d, 0xb9, 0x87, 0x99, 0x2e, 0xf7, + 0xc8, 0xba, 0xf0, 0xb5, 0x69, 0x1b, 0xce, 0x03, 0x58, 0x1a, 0x6a, 0xf7, 0xd3, 0x95, 0x26, 0xf8, + 0xb7, 0xad, 0xb4, 0x01, 0x1b, 0x00, 0x4c, 0xe7, 0x4a, 0xb9, 0xc4, 0x19, 0x76, 0x9e, 0xcc, 0xeb, + 0xbc, 0xeb, 0x65, 0x61, 0x46, 0x94, 0x18, 0xe4, 0x4c, 0x3e, 0x5a, 0x86, 0x33, 0x34, 0x7c, 0xae, + 0x68, 0x88, 0x6c, 0x95, 0x3d, 0x33, 0x7a, 0xf3, 0xae, 0xed, 0x97, 0xab, 0xde, 0xae, 0x97, 0xc0, + 0x2a, 0x75, 0x07, 0x22, 0x29, 0x1d, 0x2b, 0xdf, 0xb3, 0x98, 0x4a, 0x94, 0xfc, 0xa7, 0x6b, 0xde, + 0xc4, 0xad, 0x2f, 0x36, 0xdc, 0xcc, 0x1b, 0x6e, 0x58, 0x03, 0xf8, 0x82, 0x79, 0x13, 0x3a, 0x06, + 0x51, 0xea, 0x7b, 0x23, 0xde, 0x14, 0x29, 0x3f, 0xc0, 0x1d, 0xee, 0x86, 0x50, 0x2c, 0xda, 0x11, + 0xa5, 0x7f, 0x8e, 0xc2, 0x86, 0x48, 0xaa, 0x45, 0x29, 0x68, 0x74, 0x78, 0xd3, 0x62, 0x84, 0x23, + 0x4a, 0x4d, 0xaf, 0xd3, 0xe5, 0x3d, 0x2b, 0x79, 0x2d, 0xcc, 0x4c, 0x67, 0x18, 0x2c, 0x05, 0x37, + 0xa2, 0xd4, 0xba, 0x6f, 0x86, 0x5b, 0x5a, 0x91, 0x65, 0x51, 0x6a, 0x7b, 0x3d, 0xde, 0xb9, 0x54, + 0x81, 0x83, 0x61, 0x47, 0x27, 0xd1, 0xb0, 0xa5, 0xc4, 0x50, 0x94, 0x30, 0x35, 0xa2, 0xbc, 0x97, + 0x65, 0x49, 0xd8, 0x72, 0x39, 0x6b, 0xb8, 0x0c, 0x5b, 0x4e, 0x66, 0x2d, 0x2c, 0xea, 0x16, 0x25, + 0xa3, 0xc1, 0x1b, 0xd6, 0x94, 0x55, 0x60, 0xbd, 0xfd, 0x46, 0x6c, 0xbd, 0xfd, 0x65, 0x74, 0xec, + 0x46, 0xd8, 0xbd, 0x52, 0xbf, 0x15, 0x25, 0x0b, 0x3d, 0x11, 0xeb, 0x8c, 0x19, 0x15, 0x6c, 0x6e, + 0x2d, 0x34, 0xcf, 0x35, 0x1f, 0xa8, 0x19, 0x75, 0xad, 0x58, 0x05, 0x1c, 0x17, 0x1b, 0x85, 0xc4, + 0x6d, 0xcd, 0xd9, 0x1b, 0x85, 0x56, 0xa2, 0x34, 0xd2, 0x47, 0x96, 0x63, 0xba, 0x23, 0x89, 0xcb, + 0x58, 0xc8, 0xeb, 0x98, 0xfc, 0x31, 0x96, 0x5d, 0x2d, 0xb3, 0x8c, 0x27, 0xc8, 0x48, 0xde, 0xab, + 0x65, 0xf2, 0x46, 0x5d, 0xa8, 0x93, 0x15, 0xcf, 0x33, 0xc6, 0xfa, 0xed, 0x9d, 0x84, 0x6e, 0x09, + 0x99, 0xa6, 0x0b, 0x82, 0x84, 0x29, 0x16, 0x7a, 0xd2, 0xba, 0x3b, 0xf2, 0x75, 0x53, 0x86, 0x94, + 0xd0, 0x1b, 0x47, 0x64, 0xa8, 0xd8, 0x76, 0x42, 0x90, 0xa3, 0x3c, 0x0c, 0x36, 0xa1, 0x2b, 0x65, + 0x6b, 0x2b, 0x3e, 0x42, 0xb6, 0xa9, 0xd3, 0x09, 0xba, 0x65, 0x2b, 0x99, 0x14, 0xe3, 0xed, 0xb7, + 0xd6, 0x9d, 0xcc, 0xd4, 0xeb, 0xc8, 0xf2, 0x03, 0x19, 0x78, 0x03, 0x1c, 0x63, 0x73, 0x94, 0x51, + 0x23, 0x8c, 0x56, 0x2b, 0x8a, 0xe8, 0x74, 0xe1, 0x2d, 0xa5, 0x54, 0x90, 0x78, 0x13, 0x26, 0x24, + 0x51, 0x73, 0xa1, 0x50, 0x10, 0x40, 0xe0, 0x7d, 0x78, 0x86, 0xa7, 0x56, 0xab, 0x25, 0x48, 0x1d, + 0x8f, 0x52, 0x27, 0xea, 0x57, 0x72, 0xf9, 0xa6, 0x62, 0x08, 0x92, 0x47, 0xcd, 0xa8, 0x09, 0x1a, + 0x72, 0x0a, 0xc0, 0xf1, 0x38, 0xd9, 0xed, 0x74, 0x6c, 0x7a, 0xda, 0x6e, 0xf3, 0x88, 0x51, 0x82, + 0x88, 0xb1, 0x92, 0x93, 0x72, 0xd1, 0x3b, 0x0d, 0xf8, 0x0e, 0xc4, 0xfc, 0xb1, 0x20, 0xa9, 0x85, + 0x9a, 0xba, 0x00, 0xb0, 0x04, 0x81, 0x33, 0x1c, 0x03, 0x58, 0xae, 0x92, 0x91, 0x32, 0xe1, 0x9b, + 0x13, 0xf8, 0xfe, 0x46, 0xec, 0xb1, 0x20, 0x6d, 0xc6, 0x9e, 0x54, 0x65, 0xb9, 0x57, 0xcd, 0x7d, + 0x59, 0xc4, 0xcd, 0xf9, 0x83, 0xa8, 0xa9, 0x4b, 0xb8, 0xa9, 0x4b, 0xc8, 0xa9, 0x8b, 0xd8, 0x69, + 0xca, 0x4a, 0x37, 0x47, 0x2f, 0x32, 0x15, 0x31, 0x95, 0x6f, 0x5c, 0x1d, 0x60, 0x3c, 0x2e, 0x88, + 0xf1, 0x53, 0xb6, 0x57, 0x1f, 0xf9, 0xd1, 0x80, 0x59, 0xfb, 0xfa, 0xc1, 0x0e, 0x93, 0x45, 0x1f, + 0x8f, 0xf5, 0xd6, 0x4b, 0xe3, 0xb7, 0x89, 0x00, 0xf6, 0xa3, 0x14, 0x78, 0x03, 0x2a, 0xa1, 0x74, + 0x0b, 0xa5, 0x77, 0x13, 0xb4, 0x50, 0x32, 0x0b, 0x06, 0xa7, 0x12, 0x9a, 0x38, 0xa1, 0x34, 0x11, + 0x2c, 0x13, 0x7b, 0xc0, 0xa8, 0xcd, 0x3a, 0x00, 0xf4, 0xf6, 0x5b, 0xd9, 0x86, 0x7c, 0x32, 0x00, + 0x11, 0x0d, 0x30, 0x2b, 0xa4, 0x8f, 0x82, 0xae, 0x23, 0x0c, 0x33, 0xfd, 0x72, 0x68, 0xf9, 0x3f, + 0xce, 0x46, 0x95, 0xc0, 0x70, 0xf2, 0xbb, 0x32, 0xe8, 0x29, 0xe4, 0xd2, 0xb6, 0x0e, 0x1e, 0xc0, + 0x87, 0x30, 0x35, 0x48, 0x80, 0x99, 0xe2, 0x5d, 0x22, 0x9b, 0xd3, 0xd1, 0xdf, 0xa8, 0x92, 0xa1, + 0xa7, 0xd4, 0xb2, 0xa1, 0x83, 0x6d, 0x93, 0xa3, 0xaa, 0xeb, 0xa1, 0x63, 0xd2, 0xc7, 0x70, 0xb4, + 0xc5, 0x7a, 0x78, 0xe5, 0xd3, 0xbf, 0x35, 0xee, 0xc2, 0xa9, 0x0d, 0x1d, 0x6c, 0xcc, 0xda, 0x01, + 0x2e, 0xeb, 0x59, 0x33, 0x00, 0x6c, 0xd6, 0xd2, 0x00, 0xc4, 0xc1, 0xd7, 0xdf, 0x28, 0x65, 0x56, + 0xfa, 0xd6, 0x19, 0xc4, 0xf2, 0xc0, 0xf7, 0xef, 0x13, 0x00, 0xa2, 0x82, 0x3d, 0xd4, 0x8d, 0x75, + 0xe3, 0x3d, 0x36, 0x3e, 0x2c, 0xda, 0xea, 0x08, 0xb3, 0x3c, 0xc3, 0x47, 0x00, 0x51, 0x4b, 0x51, + 0x95, 0x79, 0x2d, 0x08, 0x2c, 0x02, 0xb4, 0x50, 0x38, 0x55, 0x06, 0x68, 0x3d, 0x4c, 0xfc, 0x68, + 0xe9, 0x1f, 0x84, 0x0f, 0x52, 0x17, 0x3f, 0xcb, 0xfe, 0x8f, 0x1f, 0x09, 0x88, 0xff, 0x6e, 0xc1, + 0xb0, 0xe8, 0xc2, 0x9d, 0xc0, 0x41, 0xfb, 0x48, 0x40, 0x08, 0x0c, 0x04, 0xa6, 0xfd, 0x1d, 0xbd, + 0xb5, 0x07, 0x26, 0x2a, 0x32, 0x68, 0x60, 0x18, 0xf1, 0x1c, 0x18, 0xbf, 0x3a, 0x05, 0x52, 0x94, + 0x10, 0x34, 0x53, 0x90, 0x26, 0x23, 0x48, 0xfd, 0xea, 0x10, 0x82, 0xed, 0x7b, 0x14, 0x2c, 0x92, + 0x13, 0xd8, 0xe3, 0xd2, 0x1b, 0x65, 0x2a, 0x4a, 0x43, 0xdd, 0xa1, 0x23, 0xc2, 0xa2, 0xc7, 0xf2, + 0x50, 0xc6, 0x50, 0x93, 0x4a, 0x43, 0x19, 0x02, 0x35, 0xd7, 0x30, 0xf5, 0x48, 0xe6, 0x12, 0xe2, + 0x04, 0x57, 0xa5, 0x3a, 0x33, 0xb2, 0x72, 0xab, 0x6b, 0xd9, 0xe0, 0x1b, 0x9c, 0x5b, 0xe5, 0x6e, + 0xe1, 0x1e, 0x16, 0xad, 0x04, 0x81, 0x67, 0x81, 0xb5, 0xa6, 0x09, 0x0c, 0xd5, 0xd1, 0x31, 0x1b, + 0x3a, 0xb8, 0x66, 0xbe, 0x5b, 0x69, 0x0c, 0xf7, 0x37, 0x21, 0x5f, 0x12, 0xf4, 0x8d, 0x1e, 0x33, + 0x5b, 0x3f, 0x7e, 0x18, 0x5b, 0xea, 0x8f, 0x1f, 0xe3, 0x2d, 0x55, 0x04, 0xa2, 0x18, 0xfa, 0x50, + 0x66, 0x61, 0x3b, 0x0c, 0x19, 0xca, 0x3c, 0x0f, 0x96, 0x12, 0x61, 0xdb, 0x76, 0x4e, 0xd5, 0x7e, + 0xfc, 0x88, 0x9a, 0xf1, 0x89, 0x0f, 0x51, 0xf3, 0x00, 0xad, 0xe6, 0x45, 0x51, 0xea, 0x70, 0x40, + 0xdd, 0x80, 0x3b, 0x0e, 0xa5, 0x8f, 0x91, 0x5c, 0x10, 0x0f, 0x7f, 0x66, 0xc9, 0x00, 0x11, 0x92, + 0x46, 0x52, 0x90, 0x48, 0x8d, 0x67, 0xd8, 0xf0, 0x38, 0x4e, 0x0a, 0x24, 0xd1, 0x33, 0x1e, 0x28, + 0xf1, 0x07, 0x90, 0xbb, 0x04, 0x5d, 0xcb, 0xc7, 0xe3, 0xd6, 0x56, 0x97, 0xfa, 0x04, 0xd2, 0x7f, + 0x8f, 0x80, 0x47, 0x0b, 0xcf, 0x5f, 0xf9, 0xb1, 0xa6, 0x88, 0x91, 0xb5, 0x20, 0xf5, 0x64, 0xd3, + 0x0b, 0xa3, 0xef, 0xc4, 0x90, 0xbd, 0x57, 0x6d, 0x48, 0x63, 0x6e, 0x94, 0x1b, 0x7a, 0x0f, 0x49, + 0xc2, 0xfa, 0x76, 0x21, 0x7c, 0x4f, 0x44, 0xbd, 0x32, 0x06, 0xf3, 0xd2, 0x3b, 0x50, 0x55, 0xc6, + 0xcc, 0x91, 0xae, 0x96, 0xd9, 0x89, 0xa1, 0xae, 0xbb, 0xb0, 0x91, 0x91, 0x0e, 0xf2, 0x10, 0x85, + 0x3a, 0x87, 0xa0, 0x7d, 0x87, 0x5b, 0x8d, 0xc8, 0x2b, 0x1c, 0x26, 0xf5, 0xac, 0x38, 0xc1, 0x8e, + 0xa6, 0xde, 0xb8, 0x3d, 0xbc, 0x93, 0x1e, 0xf1, 0x92, 0x54, 0xef, 0xa4, 0x0b, 0x76, 0xa3, 0xdd, + 0x49, 0x27, 0xec, 0x26, 0xc3, 0xa7, 0xa6, 0xfa, 0x61, 0x3a, 0x2b, 0x05, 0xfa, 0x31, 0x58, 0x1b, + 0xb9, 0x6d, 0xbb, 0x30, 0x2b, 0x4d, 0x1b, 0xe0, 0xa7, 0x75, 0x5a, 0xb6, 0xda, 0x89, 0xe8, 0xb8, + 0x14, 0x16, 0x16, 0xcb, 0xd4, 0xf6, 0x21, 0x81, 0x68, 0x27, 0x12, 0x41, 0x72, 0x24, 0xfe, 0xa5, + 0xe9, 0x88, 0x06, 0xb6, 0x4d, 0x6c, 0x3d, 0xf8, 0xdb, 0x48, 0x26, 0x8c, 0x94, 0x9a, 0x4a, 0xd8, + 0x29, 0xb8, 0x17, 0xc5, 0xe9, 0x3b, 0xb9, 0x3f, 0xf0, 0xbb, 0x89, 0xdb, 0xa6, 0xf4, 0x28, 0x5d, + 0x48, 0x27, 0x92, 0x2d, 0x51, 0x29, 0xb8, 0xc3, 0x76, 0xdf, 0xf5, 0x82, 0x44, 0x02, 0x9e, 0x44, + 0x7d, 0x9b, 0xde, 0xe6, 0xee, 0x52, 0x01, 0x7c, 0x70, 0xa9, 0x3d, 0xd5, 0x6f, 0x65, 0x59, 0x7e, + 0x77, 0x57, 0x3e, 0x5d, 0x82, 0xca, 0x22, 0x54, 0x36, 0x84, 0xaa, 0xa3, 0x06, 0xdc, 0x83, 0x71, + 0x90, 0x76, 0xf5, 0xd3, 0x70, 0xe3, 0xd2, 0x57, 0x5d, 0x91, 0x2a, 0x48, 0x30, 0x24, 0x0c, 0xdf, + 0x99, 0x52, 0xa6, 0x5b, 0xbb, 0x65, 0x0a, 0x7e, 0x72, 0xc2, 0xed, 0xd4, 0xe9, 0x2d, 0xbd, 0x03, + 0x71, 0x0b, 0x40, 0x14, 0xc1, 0xb1, 0x06, 0xb7, 0x40, 0x15, 0x17, 0x2e, 0x40, 0x93, 0x01, 0x5c, + 0x32, 0x77, 0x5c, 0xb7, 0xda, 0x68, 0x76, 0x60, 0x9b, 0x9e, 0x08, 0x1f, 0xf7, 0x5b, 0x0a, 0x50, + 0xfc, 0x5e, 0xa7, 0xa2, 0x04, 0x93, 0xa5, 0xd4, 0xd8, 0x54, 0x40, 0xd4, 0x32, 0x4e, 0x05, 0x7a, + 0xfb, 0xfe, 0x3d, 0x4e, 0xa6, 0xeb, 0x16, 0xde, 0x68, 0x70, 0xe3, 0x82, 0x4e, 0xb6, 0x75, 0x00, + 0x81, 0x29, 0xef, 0x75, 0x1d, 0xd4, 0xd8, 0xf9, 0x28, 0x00, 0x15, 0xeb, 0x1f, 0x29, 0x48, 0x95, + 0x50, 0x12, 0x84, 0xd2, 0x3d, 0xde, 0x24, 0xdb, 0xf8, 0x29, 0x4e, 0x19, 0x69, 0x67, 0x03, 0x92, + 0xaa, 0xae, 0xb7, 0x7f, 0x3e, 0x84, 0x11, 0x9e, 0x75, 0x03, 0x7a, 0x75, 0x44, 0x0f, 0x70, 0x04, + 0xd4, 0x19, 0xd7, 0x06, 0x5b, 0x5a, 0x2e, 0x07, 0xed, 0x7d, 0xb4, 0x1c, 0x52, 0x7b, 0x7b, 0x8e, + 0xb6, 0xc1, 0x66, 0xb0, 0xd8, 0xa7, 0x8b, 0xa0, 0xbe, 0x38, 0x61, 0xc6, 0xf1, 0x96, 0x02, 0x87, + 0x9c, 0x3b, 0xfd, 0xd6, 0x90, 0x2c, 0xc9, 0xbd, 0x43, 0x83, 0x2e, 0x24, 0xc3, 0x46, 0xb9, 0x67, + 0xf4, 0x13, 0x14, 0xd8, 0x20, 0x07, 0x6e, 0x03, 0xc4, 0xc1, 0xe9, 0x24, 0x40, 0x89, 0xe4, 0xbe, + 0x61, 0x36, 0xf0, 0x35, 0xbf, 0x84, 0x26, 0x09, 0x8a, 0x20, 0x8a, 0xf2, 0xbd, 0x6b, 0x39, 0x09, + 0x01, 0x76, 0x53, 0x4f, 0xea, 0x66, 0xb2, 0x95, 0x0c, 0x92, 0xdd, 0xb9, 0xa7, 0xa9, 0x27, 0xa3, + 0xa6, 0xaf, 0x49, 0x5d, 0x95, 0xbe, 0xfe, 0x65, 0x83, 0xfc, 0xfc, 0xf8, 0x41, 0x75, 0x1d, 0xa8, + 0xfa, 0x31, 0x51, 0xe1, 0xe2, 0x52, 0x17, 0x25, 0xe4, 0xae, 0x58, 0x82, 0x29, 0x00, 0x47, 0xc6, + 0xe5, 0xe9, 0x14, 0x9b, 0x96, 0xf8, 0x5a, 0x89, 0x04, 0x7e, 0xc6, 0x5e, 0xfb, 0x57, 0x9d, 0x59, + 0xe8, 0xc4, 0xde, 0x4d, 0x2a, 0x20, 0x16, 0xd3, 0xbb, 0xe9, 0xf4, 0x5b, 0x79, 0xe6, 0x24, 0x39, + 0x36, 0x76, 0xe4, 0x8c, 0xbe, 0x61, 0x1a, 0x41, 0x52, 0xd7, 0xe4, 0xec, 0xb4, 0x71, 0x41, 0x58, + 0xb6, 0x05, 0xc9, 0xd6, 0xbb, 0x09, 0xe6, 0x19, 0xe1, 0xec, 0xe9, 0x7b, 0xdf, 0x75, 0xd2, 0x7e, + 0x80, 0x5f, 0x2e, 0x25, 0x29, 0x93, 0x7c, 0x78, 0x37, 0xb1, 0xa7, 0x1f, 0x48, 0xaa, 0x46, 0x84, + 0x2a, 0xaf, 0x05, 0xa6, 0x2e, 0xc0, 0x71, 0x97, 0x88, 0xd1, 0xef, 0xdb, 0x56, 0x8b, 0xbd, 0x73, + 0xc7, 0xc6, 0x08, 0xdf, 0xca, 0x74, 0x1b, 0x85, 0x0c, 0xb7, 0xfc, 0x1f, 0x47, 0x90, 0x06, 0x70, + 0x25, 0xef, 0xdf, 0x13, 0x30, 0x8d, 0xd0, 0x64, 0xe3, 0xb3, 0x33, 0x35, 0xf5, 0x6f, 0x6f, 0x2f, + 0x1d, 0xc8, 0xeb, 0x78, 0xe9, 0xb6, 0x8d, 0x26, 0x87, 0x40, 0xba, 0xfc, 0x21, 0x80, 0x04, 0xdf, + 0xc6, 0xd4, 0x79, 0x4c, 0xba, 0xc6, 0x10, 0xed, 0x12, 0x05, 0x51, 0x32, 0x69, 0x1b, 0xa2, 0x60, + 0x93, 0x58, 0x0e, 0xb7, 0x4d, 0xbc, 0xfc, 0x07, 0x76, 0x89, 0x47, 0x08, 0x6e, 0x9b, 0x37, 0x03, + 0xeb, 0xdb, 0x16, 0x6c, 0x82, 0x61, 0x23, 0x8f, 0x8d, 0x9e, 0xfd, 0x1f, 0xe7, 0x6d, 0x8a, 0xe0, + 0xbb, 0xc9, 0x98, 0x48, 0x94, 0x08, 0x2e, 0x68, 0x38, 0xe6, 0x57, 0x7c, 0xa9, 0xf3, 0x3f, 0x0e, + 0x21, 0x6f, 0xf9, 0x44, 0xd4, 0x2f, 0xe1, 0x13, 0x21, 0xef, 0x26, 0x2c, 0x87, 0x08, 0x69, 0xc0, + 0xdb, 0x08, 0x69, 0x7b, 0x16, 0xe4, 0xc3, 0xf6, 0xf8, 0x2b, 0x2b, 0x96, 0x33, 0xa0, 0x93, 0x65, + 0x98, 0x01, 0x3b, 0x0b, 0xf9, 0x6a, 0x99, 0xbc, 0xff, 0x72, 0xb9, 0x3f, 0x5a, 0xd9, 0x75, 0x4a, + 0x64, 0x3b, 0x6a, 0xc4, 0x05, 0x07, 0xab, 0x20, 0xed, 0xf6, 0x02, 0xcc, 0x6f, 0x30, 0x8b, 0x4b, + 0x4e, 0xdb, 0x00, 0xa5, 0x7a, 0x25, 0xd3, 0x30, 0xe9, 0x93, 0xe3, 0x6f, 0x30, 0x80, 0xf6, 0x7f, + 0xac, 0x97, 0xf8, 0x0b, 0x09, 0x78, 0x3f, 0x28, 0xe1, 0x8b, 0x07, 0x78, 0x67, 0x96, 0x84, 0xbd, + 0x7a, 0xfd, 0xb4, 0xfe, 0x26, 0xed, 0x30, 0xdd, 0x23, 0xe0, 0x39, 0x0c, 0x07, 0x28, 0xf0, 0xe0, + 0xb8, 0x23, 0x27, 0x7c, 0x23, 0x40, 0x16, 0x66, 0xba, 0x02, 0xfc, 0x07, 0x69, 0x14, 0x98, 0xec, + 0x55, 0x75, 0xcc, 0x8a, 0xa4, 0x1a, 0xbb, 0x94, 0xfb, 0x20, 0x26, 0xed, 0x24, 0x73, 0x53, 0x5b, + 0xcd, 0xed, 0xcf, 0x95, 0xfa, 0xc9, 0xe1, 0xc9, 0xc1, 0x9b, 0xad, 0x74, 0x73, 0x9b, 0x5c, 0xcc, + 0x5e, 0xed, 0x6c, 0x8d, 0x09, 0x66, 0x4e, 0x20, 0x03, 0x01, 0x8b, 0x48, 0x50, 0x08, 0x58, 0x0e, + 0x24, 0x2f, 0x02, 0x25, 0x0c, 0xbb, 0xdf, 0x35, 0x44, 0x10, 0x1b, 0x9f, 0x34, 0x21, 0xca, 0x27, + 0x56, 0xc7, 0x71, 0x21, 0xb4, 0x07, 0x30, 0x97, 0x50, 0x87, 0x79, 0x39, 0x94, 0x32, 0x3c, 0x33, + 0x00, 0xa9, 0x22, 0x90, 0xeb, 0x0d, 0xec, 0x80, 0x0b, 0x1e, 0xf5, 0x2d, 0xfc, 0x56, 0xf5, 0x00, + 0x44, 0x0d, 0x4b, 0x36, 0xe1, 0x9b, 0xc0, 0xfc, 0xcc, 0x73, 0x26, 0x74, 0x7c, 0x51, 0xe6, 0x05, + 0x45, 0xa9, 0x2a, 0x5b, 0x0e, 0xe4, 0x65, 0xb5, 0x8b, 0xe3, 0x23, 0xbd, 0x2d, 0xd5, 0x16, 0x63, + 0x44, 0x5d, 0x60, 0x6f, 0x23, 0x43, 0x70, 0x03, 0xae, 0x72, 0xc7, 0x7d, 0x84, 0x90, 0xf5, 0x1d, + 0x73, 0x84, 0xd3, 0xe9, 0xef, 0x04, 0xc0, 0xf3, 0x59, 0x02, 0xf0, 0x3a, 0x06, 0xf7, 0x87, 0x56, + 0x94, 0xe8, 0x39, 0x3a, 0x0f, 0x84, 0x5e, 0x1d, 0x02, 0x95, 0xad, 0x10, 0x77, 0x16, 0x0b, 0x6c, + 0x85, 0x4f, 0x2c, 0x4e, 0xf8, 0x18, 0x4e, 0xc5, 0xa3, 0x89, 0x98, 0x13, 0x95, 0x37, 0x8b, 0x7f, + 0x2f, 0x0c, 0x13, 0x4b, 0xaf, 0x00, 0x65, 0x73, 0x72, 0xa3, 0x63, 0xc7, 0x41, 0xe2, 0x43, 0xd3, + 0x60, 0xeb, 0xbb, 0x7a, 0x22, 0x3e, 0x22, 0x45, 0xff, 0xb6, 0xc5, 0xb4, 0x56, 0x0e, 0xc1, 0xc2, + 0x80, 0xc6, 0x06, 0x9f, 0xac, 0x2a, 0x33, 0xbb, 0xc9, 0x33, 0x49, 0x83, 0xe5, 0x8d, 0x51, 0x9b, + 0x01, 0x6d, 0xc6, 0x16, 0x84, 0xc0, 0x91, 0x11, 0xed, 0x82, 0x1f, 0xb4, 0xfe, 0xa6, 0x49, 0xe3, + 0x4e, 0x82, 0xec, 0xce, 0xeb, 0x34, 0x13, 0x42, 0xb2, 0x0b, 0x3e, 0x0e, 0x43, 0x21, 0xbc, 0x53, + 0x67, 0x77, 0x1a, 0xdc, 0x89, 0x2c, 0x1a, 0x45, 0x28, 0x55, 0xc3, 0x37, 0xdc, 0xd9, 0x9f, 0x28, + 0x94, 0x1d, 0x19, 0x43, 0xbb, 0x06, 0x2b, 0x00, 0x79, 0x12, 0x7f, 0xaa, 0x83, 0x2c, 0x26, 0x8c, + 0xbf, 0x6d, 0xc9, 0x82, 0x3f, 0xf8, 0x27, 0x42, 0x3b, 0x96, 0xa7, 0x1e, 0x28, 0x87, 0x13, 0xde, + 0x16, 0xd9, 0x7f, 0x02, 0xb4, 0xa3, 0xb5, 0x61, 0x1b, 0x03, 0x47, 0x11, 0x41, 0xad, 0x1b, 0x8f, + 0x2f, 0x84, 0xeb, 0x02, 0x7e, 0x61, 0x81, 0xb0, 0x97, 0xc5, 0x05, 0x29, 0xbe, 0xb2, 0x09, 0x4f, + 0xc8, 0xdc, 0x0a, 0x56, 0x73, 0x75, 0x21, 0x2c, 0xe7, 0x86, 0x8d, 0x3b, 0x06, 0x04, 0xec, 0xb0, + 0x8c, 0x2e, 0x84, 0xc7, 0x02, 0xe1, 0x50, 0x4c, 0x87, 0x13, 0x5d, 0x08, 0x35, 0xc0, 0x13, 0xc3, + 0x6a, 0x49, 0x3b, 0xad, 0xe1, 0x8a, 0x78, 0xe5, 0x2f, 0x40, 0x7a, 0xba, 0xb3, 0x1a, 0xb3, 0xc5, + 0xf9, 0x23, 0x2d, 0x70, 0x41, 0x04, 0x62, 0xb4, 0x6c, 0x6a, 0x78, 0x0c, 0xff, 0x17, 0x60, 0x17, + 0xfa, 0xf4, 0x38, 0x87, 0x01, 0xbb, 0xfe, 0x20, 0xb6, 0xa8, 0x27, 0x75, 0x25, 0x45, 0xfc, 0x15, + 0xe5, 0x40, 0xee, 0x9a, 0x74, 0x78, 0xec, 0x9a, 0x14, 0x52, 0x83, 0xf2, 0xdc, 0x18, 0xea, 0xa0, + 0x79, 0xdc, 0xfe, 0xe3, 0xf9, 0x66, 0x98, 0x2a, 0x41, 0xef, 0x99, 0xe1, 0x19, 0x3d, 0x9f, 0x05, + 0xff, 0x97, 0xf5, 0xa3, 0x06, 0x6c, 0xa1, 0xd5, 0xe5, 0x6d, 0x09, 0xae, 0x48, 0xf2, 0x6c, 0xa0, + 0xcf, 0x3a, 0x21, 0x26, 0x9d, 0x67, 0xa0, 0x98, 0x11, 0x60, 0xa8, 0x38, 0x0b, 0xed, 0xd1, 0xc5, + 0xcd, 0x62, 0xfb, 0x6d, 0xf0, 0xfc, 0x02, 0xab, 0x08, 0xea, 0x3a, 0xab, 0xba, 0x2d, 0x9a, 0x03, + 0x88, 0xd6, 0xe7, 0xf8, 0x85, 0x8e, 0x1e, 0xc7, 0xf3, 0x21, 0x6f, 0xf4, 0xbe, 0x37, 0x5a, 0x1a, + 0x10, 0x66, 0x1f, 0xac, 0xc3, 0x6b, 0x61, 0x60, 0x63, 0x61, 0x89, 0xc6, 0x32, 0x77, 0x58, 0x19, + 0xfc, 0x00, 0x1a, 0xa8, 0x28, 0x5a, 0xbd, 0x30, 0x7f, 0x59, 0x97, 0x21, 0xb3, 0x3a, 0xd3, 0x33, + 0x66, 0xa9, 0xb9, 0xda, 0x23, 0x84, 0xa1, 0x2f, 0x0b, 0xab, 0xd6, 0x19, 0xe4, 0x7d, 0x3c, 0xbe, + 0x30, 0x5d, 0xc8, 0x0e, 0x1c, 0x37, 0x20, 0xfc, 0x8b, 0x9c, 0x78, 0xbe, 0xd1, 0xa4, 0xc4, 0x20, + 0xec, 0x77, 0x28, 0xb8, 0x81, 0x64, 0xf6, 0xb1, 0x8c, 0xe6, 0x3d, 0x66, 0x21, 0x03, 0x56, 0x0c, + 0x7b, 0x06, 0x9b, 0x75, 0x88, 0x32, 0xca, 0xc4, 0x7d, 0x12, 0xa8, 0x26, 0xe7, 0xf6, 0xfb, 0xf7, + 0xc8, 0x52, 0x17, 0x80, 0x6d, 0xb7, 0x93, 0x10, 0x2e, 0xc0, 0x92, 0xfb, 0x2c, 0x88, 0x23, 0x1f, + 0x84, 0x24, 0x84, 0x96, 0x1f, 0xd0, 0x1d, 0x31, 0x14, 0x43, 0xac, 0xf8, 0xc9, 0x41, 0x68, 0xbd, + 0x21, 0x9a, 0x9b, 0x02, 0xf1, 0xd6, 0xb0, 0x43, 0xe4, 0x95, 0xb4, 0x46, 0x47, 0x10, 0x41, 0x00, + 0x56, 0xf2, 0x3a, 0x29, 0x96, 0xba, 0x85, 0x69, 0xc2, 0xab, 0x06, 0xcc, 0xea, 0x51, 0x62, 0x98, + 0x9f, 0x04, 0x8d, 0x4e, 0x99, 0xae, 0xdf, 0x2e, 0x8d, 0x51, 0x0c, 0x36, 0x8c, 0xe5, 0x85, 0x25, + 0x38, 0x56, 0x94, 0x98, 0x4e, 0x0d, 0x7f, 0xec, 0xb4, 0xc8, 0x4c, 0x3c, 0xfb, 0x20, 0xe8, 0x8c, + 0xff, 0xfe, 0x2c, 0x6f, 0x0d, 0xeb, 0xb9, 0x8e, 0xd9, 0x18, 0x76, 0xce, 0x20, 0x87, 0xa6, 0x6b, + 0x51, 0xe4, 0xb5, 0x31, 0x31, 0x2c, 0x7b, 0xbc, 0x51, 0xe7, 0x41, 0x29, 0x86, 0x54, 0xb3, 0xe8, + 0x51, 0x0c, 0xbc, 0xf1, 0x64, 0x2d, 0xf9, 0x41, 0xcc, 0xd6, 0xb7, 0x87, 0x64, 0x15, 0x43, 0xfd, + 0x83, 0x48, 0x7d, 0x64, 0x58, 0x01, 0x69, 0x53, 0x88, 0xb6, 0x12, 0x51, 0x0c, 0x23, 0x24, 0x17, + 0x6b, 0xda, 0x9c, 0x23, 0x49, 0x21, 0x1e, 0xce, 0x48, 0x93, 0x1e, 0x0d, 0xba, 0x2e, 0xc4, 0x1c, + 0x18, 0xfe, 0x08, 0x12, 0xbe, 0x99, 0x4d, 0x3d, 0x1f, 0xc2, 0xde, 0x78, 0x44, 0x03, 0xe9, 0xc4, + 0x4a, 0x48, 0x33, 0x95, 0xf0, 0xbd, 0xed, 0x12, 0x85, 0x9c, 0xdf, 0x09, 0x97, 0x0f, 0x64, 0xec, + 0x49, 0x88, 0xe5, 0xb5, 0x48, 0x3b, 0xe2, 0xb4, 0x85, 0x09, 0x30, 0x96, 0x97, 0xa2, 0x76, 0xea, + 0x79, 0x98, 0x42, 0x8a, 0x90, 0x52, 0x82, 0xeb, 0x0c, 0x3e, 0x26, 0xd6, 0x13, 0x32, 0xaa, 0x20, + 0x62, 0xc9, 0x3b, 0xb8, 0xb0, 0x7a, 0xd4, 0x1d, 0x40, 0xb6, 0x17, 0xab, 0x26, 0xd0, 0x57, 0x89, + 0x08, 0xa0, 0xaa, 0xd2, 0x8c, 0x28, 0x96, 0x9e, 0x59, 0x66, 0x5e, 0xbd, 0xfc, 0xad, 0x85, 0x16, + 0x17, 0x99, 0xae, 0x28, 0xc1, 0x96, 0x0a, 0xf1, 0x58, 0xcc, 0x92, 0x0a, 0xc7, 0x16, 0x2b, 0x87, + 0x7f, 0xad, 0x81, 0x80, 0xf1, 0x92, 0x3d, 0x16, 0x62, 0xf7, 0x86, 0x30, 0x17, 0x56, 0x65, 0x29, + 0x08, 0x2b, 0xb0, 0x0f, 0x4f, 0x3a, 0x61, 0x09, 0x94, 0xc9, 0x04, 0x64, 0xb7, 0xa1, 0x04, 0x82, + 0xee, 0x32, 0xa9, 0xc3, 0x32, 0x12, 0x50, 0x1c, 0x45, 0x88, 0x33, 0xc1, 0x31, 0x86, 0x56, 0xc7, + 0x08, 0x5c, 0x0f, 0x1c, 0x89, 0xd5, 0x6f, 0xba, 0x86, 0x67, 0xca, 0x23, 0xcf, 0x0a, 0x28, 0xf3, + 0x55, 0x61, 0xdc, 0x1c, 0x63, 0xc5, 0x7c, 0xa4, 0x29, 0xd3, 0x47, 0xda, 0xaa, 0xf2, 0x30, 0x99, + 0x1f, 0x1c, 0x08, 0xcf, 0xf2, 0x4c, 0xd8, 0x37, 0x2c, 0x2c, 0x61, 0x80, 0x89, 0x42, 0x40, 0x82, + 0x2e, 0xa4, 0x44, 0x40, 0xc9, 0xc0, 0x02, 0x4c, 0x59, 0xe1, 0x7e, 0xdd, 0x5e, 0xba, 0xec, 0xcd, + 0x33, 0x30, 0xa8, 0x0e, 0x3b, 0x50, 0x79, 0x19, 0xe4, 0xfa, 0x25, 0x10, 0x2c, 0xb5, 0xbd, 0x00, + 0x62, 0xbc, 0x08, 0xc1, 0xd2, 0xbe, 0x97, 0x16, 0x3a, 0x3a, 0x79, 0x09, 0x84, 0x27, 0x37, 0x2f, + 0x02, 0x5d, 0xbe, 0x02, 0xe6, 0xe4, 0x45, 0x18, 0x26, 0x48, 0x2f, 0xd1, 0x0f, 0x4c, 0xdc, 0x0b, + 0x20, 0xe8, 0x03, 0x57, 0x41, 0xb0, 0x5a, 0x17, 0x02, 0x60, 0x3d, 0xf6, 0xf9, 0x39, 0x98, 0x44, + 0xfa, 0x6e, 0x9f, 0x15, 0x72, 0xa3, 0x6a, 0x24, 0x2b, 0xea, 0xc6, 0x0b, 0x9c, 0x77, 0xd2, 0xcc, + 0xb1, 0xeb, 0x00, 0xcc, 0xea, 0x55, 0xa0, 0x47, 0xf2, 0xa3, 0x34, 0xf3, 0xf1, 0x0b, 0xed, 0x63, + 0x89, 0x85, 0x04, 0x20, 0x47, 0x33, 0x43, 0xbb, 0x74, 0x84, 0xf5, 0x1a, 0x45, 0x09, 0x8f, 0x39, + 0x21, 0x68, 0xd0, 0x97, 0x43, 0x90, 0xbe, 0xe7, 0x06, 0x2e, 0xe4, 0x1f, 0x1f, 0x0d, 0x9b, 0x7a, + 0x10, 0xcf, 0x7f, 0x06, 0x35, 0xe6, 0xa9, 0x09, 0xfa, 0xdb, 0x21, 0x88, 0x36, 0x7b, 0xd7, 0x67, + 0xd4, 0x85, 0x3c, 0xc7, 0xa7, 0xde, 0x10, 0x04, 0x1d, 0xbf, 0x84, 0xc7, 0x6c, 0x36, 0x49, 0xb8, + 0x1e, 0xff, 0xfa, 0x04, 0x78, 0x42, 0x6f, 0xe0, 0xcc, 0x7b, 0x7c, 0x51, 0x10, 0x4b, 0x71, 0x6f, + 0x31, 0x0d, 0x45, 0xcb, 0x75, 0xd8, 0xdb, 0x07, 0x3a, 0x43, 0x0b, 0xcf, 0x87, 0x58, 0x50, 0x19, + 0x5a, 0x58, 0x7d, 0x5e, 0x74, 0x08, 0x7d, 0x98, 0xaa, 0x28, 0x7f, 0xcf, 0x4a, 0xdd, 0xf3, 0x5e, + 0x88, 0xd9, 0x73, 0x39, 0x56, 0x09, 0x0c, 0xf4, 0x6f, 0xcb, 0xbf, 0x97, 0xb1, 0xa9, 0x98, 0xb4, + 0x23, 0x11, 0xf6, 0x6b, 0x19, 0xef, 0x26, 0x74, 0xfa, 0x97, 0xc4, 0xbe, 0x69, 0xc9, 0xef, 0xc5, + 0x6f, 0x65, 0x36, 0x0d, 0x77, 0x77, 0xf3, 0xef, 0xf9, 0xb1, 0x08, 0x51, 0x0f, 0xa6, 0x4c, 0xb8, + 0x17, 0x90, 0xe4, 0x88, 0x40, 0x73, 0xb9, 0x75, 0xb4, 0x88, 0x2d, 0x8d, 0xa1, 0x1a, 0x2c, 0xa2, + 0x1a, 0x19, 0x97, 0x74, 0x4e, 0xd5, 0x18, 0x9e, 0xce, 0x4b, 0x78, 0x06, 0x31, 0x3c, 0x03, 0x86, + 0x27, 0x7d, 0x06, 0x49, 0x67, 0x8a, 0xa7, 0x96, 0x2f, 0x49, 0x62, 0x54, 0xe6, 0xe4, 0x55, 0x9f, + 0x75, 0xe7, 0x60, 0x74, 0xf9, 0x1c, 0x8c, 0xc6, 0xcf, 0xc1, 0x02, 0x76, 0xec, 0x13, 0x1e, 0x85, + 0x49, 0x98, 0x91, 0xbf, 0xd1, 0xd9, 0xb9, 0x41, 0x68, 0x35, 0x23, 0x87, 0x8b, 0xef, 0xa9, 0x7c, + 0x81, 0xa0, 0x82, 0x07, 0x02, 0xf3, 0xb7, 0x56, 0x44, 0x96, 0x95, 0x9f, 0xb1, 0xf7, 0x49, 0xc2, + 0x13, 0xd6, 0xd8, 0x0b, 0x26, 0xa8, 0x6d, 0xec, 0x54, 0x18, 0x23, 0xcf, 0x79, 0xf8, 0x8b, 0x23, + 0xd9, 0xfb, 0x2c, 0x94, 0x7d, 0xf7, 0x8a, 0xca, 0x08, 0x05, 0x7b, 0xdc, 0xa5, 0x6d, 0x03, 0x52, + 0xe8, 0x44, 0x7c, 0x52, 0x99, 0x49, 0x79, 0x22, 0xf6, 0x35, 0x2c, 0xc8, 0x5e, 0x3b, 0x7b, 0x98, + 0xab, 0x3c, 0x33, 0x16, 0x2b, 0xcf, 0xcb, 0x27, 0x7d, 0x38, 0x26, 0x85, 0x62, 0x2b, 0x2c, 0x4d, + 0x74, 0x3a, 0x7c, 0x6e, 0x9e, 0x38, 0x9c, 0x0b, 0xd1, 0xa9, 0xf9, 0xba, 0xe5, 0x3c, 0xda, 0x83, + 0x75, 0x16, 0x56, 0x2c, 0x0f, 0xfa, 0xf8, 0x9b, 0x6a, 0x67, 0x9c, 0x14, 0x20, 0x34, 0xa8, 0xf5, + 0xac, 0xd4, 0xd0, 0x86, 0xfd, 0xe1, 0x56, 0x7d, 0x48, 0x21, 0x63, 0x0b, 0xce, 0x76, 0xcf, 0xd6, + 0x5c, 0x1e, 0xcd, 0x4f, 0xcc, 0xd7, 0x8d, 0x5b, 0x82, 0x0c, 0x4b, 0x97, 0x20, 0xb4, 0x98, 0xa4, + 0x60, 0xbc, 0x5d, 0x67, 0xc1, 0x4e, 0x39, 0x88, 0x8e, 0x27, 0x98, 0x08, 0x85, 0x2c, 0x62, 0xa1, + 0x3f, 0xe2, 0x8f, 0x55, 0x0c, 0x69, 0x25, 0x85, 0x80, 0x00, 0x72, 0x2a, 0x61, 0xb7, 0x61, 0x56, + 0x7c, 0xcc, 0xb1, 0x20, 0xe9, 0x59, 0xf8, 0x76, 0xdc, 0x9a, 0x84, 0x22, 0xfc, 0xae, 0x1c, 0x04, + 0x3a, 0x91, 0xf8, 0xac, 0x11, 0x67, 0x24, 0x54, 0x98, 0x7a, 0xce, 0x38, 0x0b, 0x51, 0xe0, 0xcf, + 0x07, 0x30, 0xc2, 0x4a, 0x11, 0x03, 0x5f, 0x00, 0x77, 0xfb, 0x82, 0x14, 0xf2, 0xf0, 0xa7, 0x90, + 0xa1, 0x3d, 0x8d, 0x49, 0xe7, 0x82, 0x20, 0x3e, 0xaf, 0x89, 0x73, 0x7e, 0xcd, 0xcf, 0x1d, 0xfe, + 0xdb, 0x87, 0xd8, 0x33, 0x3e, 0x2c, 0xbc, 0xc9, 0xf8, 0x9a, 0x53, 0x27, 0x09, 0x4d, 0xdc, 0xda, + 0x93, 0x27, 0x07, 0xd3, 0xb8, 0x00, 0xbc, 0x49, 0x2c, 0xdc, 0xfb, 0x98, 0x08, 0xf4, 0xa5, 0x30, + 0x13, 0xe0, 0x96, 0x8e, 0xb7, 0xa5, 0x35, 0x49, 0x6b, 0x98, 0x94, 0x40, 0x2c, 0x1a, 0xc4, 0xe7, + 0x5b, 0x1a, 0xec, 0x3c, 0x33, 0x16, 0xb0, 0x59, 0x1f, 0x89, 0x06, 0xab, 0x1d, 0xe0, 0xc8, 0x31, + 0x5c, 0x60, 0x0e, 0x35, 0x9e, 0x72, 0x53, 0x0f, 0xb4, 0x23, 0x3c, 0x41, 0x3e, 0xe5, 0x9e, 0x9b, + 0xc5, 0x83, 0xe0, 0xbc, 0xe3, 0x79, 0xd2, 0x8c, 0x85, 0xec, 0xe0, 0x76, 0x2b, 0x0a, 0x66, 0xcb, + 0x01, 0x16, 0x81, 0xb8, 0x91, 0xc7, 0xd3, 0x42, 0xee, 0xfb, 0x05, 0x2c, 0x60, 0x70, 0x7f, 0x4e, + 0x6f, 0x83, 0xf0, 0x50, 0x32, 0xac, 0xa1, 0xf0, 0x16, 0xbc, 0x83, 0x86, 0x59, 0x04, 0xc0, 0x5b, + 0x1f, 0x63, 0x4d, 0x63, 0xde, 0x34, 0xe6, 0x91, 0x07, 0x88, 0xa9, 0x63, 0x56, 0x91, 0x3d, 0x90, + 0x40, 0x48, 0x0a, 0x50, 0x3f, 0xc0, 0x43, 0xce, 0x59, 0x7c, 0x01, 0x79, 0x43, 0x2c, 0xb8, 0x70, + 0xd6, 0x86, 0x16, 0xb1, 0xb9, 0xc5, 0x95, 0xec, 0x2e, 0x76, 0x8c, 0xce, 0x8b, 0x10, 0xad, 0xa1, + 0x3e, 0x0f, 0xd2, 0xa5, 0xd6, 0x70, 0x9e, 0xc2, 0x62, 0xa8, 0xcc, 0xbd, 0xcb, 0xed, 0x5d, 0xe8, + 0x08, 0x9c, 0x67, 0x32, 0xaf, 0xd6, 0x70, 0x31, 0xcf, 0x8a, 0xaa, 0x74, 0x89, 0x30, 0x48, 0x0f, + 0x33, 0x25, 0x4c, 0x6d, 0x3b, 0xd1, 0x81, 0x49, 0x62, 0x62, 0x99, 0x25, 0x48, 0x52, 0x4d, 0xc9, + 0x81, 0x8b, 0x23, 0x3d, 0xfa, 0x25, 0xf4, 0x86, 0x86, 0x17, 0x48, 0x8f, 0x94, 0xdd, 0xba, 0x7d, + 0x69, 0x3c, 0x6b, 0xbc, 0x91, 0xc6, 0x51, 0xeb, 0xcd, 0x54, 0x14, 0x97, 0xf8, 0x64, 0xc7, 0xf9, + 0x44, 0xf9, 0x01, 0xc5, 0x84, 0x9f, 0xab, 0xdb, 0x48, 0x5e, 0x58, 0x85, 0x85, 0xec, 0xec, 0xc1, + 0xc1, 0xc3, 0x4a, 0x0b, 0x23, 0x35, 0x3c, 0xba, 0x0c, 0xfb, 0x59, 0xc1, 0xee, 0x91, 0x03, 0x3c, + 0xd2, 0x14, 0xbf, 0xfa, 0xd2, 0x98, 0xb7, 0x8c, 0xc3, 0x96, 0xb1, 0x0f, 0x4e, 0xf1, 0x59, 0x69, + 0x92, 0x56, 0xce, 0xf7, 0xc3, 0x24, 0x7b, 0x5d, 0xf6, 0xcd, 0xb3, 0xf4, 0x17, 0xd2, 0xfe, 0x57, + 0xe4, 0x68, 0xbf, 0x50, 0x69, 0x08, 0x93, 0xb5, 0x9f, 0x24, 0xa6, 0x2f, 0x4c, 0xf6, 0x62, 0x66, + 0xfa, 0xeb, 0xc8, 0xac, 0xa3, 0x19, 0x27, 0xcd, 0xb3, 0x15, 0x0b, 0x76, 0x1e, 0xf8, 0x5f, 0xc1, + 0x74, 0x25, 0x99, 0xfe, 0x0d, 0x6c, 0x9f, 0x33, 0x42, 0xac, 0x18, 0x82, 0x4c, 0x98, 0x4b, 0xf2, + 0xed, 0x1d, 0x18, 0x44, 0xa5, 0xec, 0x6c, 0xd1, 0xb2, 0x03, 0x72, 0x1c, 0x2c, 0xc8, 0xb1, 0xc3, + 0x25, 0x58, 0x68, 0x44, 0xdf, 0x50, 0x40, 0x01, 0x06, 0xf9, 0x75, 0x40, 0x22, 0xc3, 0xaf, 0xa5, + 0x07, 0xd3, 0xff, 0x13, 0x41, 0x23, 0xce, 0x1e, 0x7e, 0xcf, 0x00, 0x63, 0x05, 0x7d, 0xed, 0xc6, + 0x55, 0xe5, 0x59, 0x45, 0x8a, 0x8d, 0x0d, 0xdf, 0xfa, 0x8b, 0x99, 0xe8, 0x0f, 0xec, 0x75, 0x7f, + 0xcb, 0xd4, 0x17, 0x5f, 0x08, 0x22, 0x3f, 0xff, 0x4a, 0xfb, 0xe2, 0xaf, 0x2b, 0xbd, 0xf0, 0x75, + 0x80, 0x05, 0x1b, 0x19, 0xbd, 0xfc, 0x0f, 0x2b, 0x82, 0xb4, 0x3c, 0xfb, 0xbb, 0x3a, 0x79, 0x39, + 0x47, 0x34, 0xe5, 0x3c, 0x2b, 0x6b, 0x1a, 0x5c, 0x89, 0x26, 0xe7, 0xf1, 0x87, 0x6d, 0xd8, 0xcf, + 0xd3, 0x10, 0x35, 0x2f, 0x17, 0x73, 0x78, 0xcd, 0xca, 0xb9, 0x22, 0x5e, 0xa1, 0x37, 0x03, 0x20, + 0x6a, 0x81, 0xa8, 0xaa, 0xac, 0x92, 0x8c, 0x9c, 0xc9, 0x91, 0x4d, 0xfc, 0xcd, 0x9d, 0x9c, 0xac, + 0xe1, 0x9d, 0x9a, 0x83, 0xbb, 0x7c, 0x91, 0x14, 0xb0, 0x03, 0x3e, 0x8a, 0xf0, 0x58, 0xc8, 0x40, + 0x87, 0x82, 0x3f, 0xcb, 0x03, 0x13, 0xa8, 0xe1, 0x45, 0x2e, 0x66, 0xf8, 0x9d, 0x26, 0x67, 0xb1, + 0x2d, 0xbf, 0x49, 0x54, 0xf6, 0x73, 0x3d, 0x45, 0xbc, 0xe6, 0x65, 0xf5, 0x0a, 0x7a, 0xd4, 0xdc, + 0x11, 0xac, 0x9c, 0x27, 0xaa, 0x22, 0xe7, 0x8f, 0x54, 0xb8, 0x6a, 0x47, 0xaa, 0x06, 0x48, 0x1d, + 0x15, 0xf1, 0x76, 0x53, 0xce, 0x86, 0x3d, 0x6c, 0x1a, 0x35, 0x77, 0x05, 0xc3, 0xce, 0x01, 0x07, + 0x18, 0x9e, 0xcd, 0x91, 0xa2, 0xac, 0x20, 0x0a, 0x9b, 0x59, 0x52, 0x80, 0xf5, 0x61, 0x3b, 0x88, + 0x73, 0x0d, 0x76, 0x7b, 0x9e, 0xc3, 0x1e, 0x86, 0x89, 0x92, 0xc1, 0x91, 0x0a, 0x7e, 0x29, 0x41, + 0xcd, 0x60, 0x6b, 0x86, 0x6d, 0x15, 0x2f, 0x39, 0x79, 0x33, 0x17, 0x42, 0xe0, 0xee, 0x70, 0x44, + 0x91, 0x20, 0xad, 0xd4, 0x62, 0x0d, 0xc8, 0x93, 0x3b, 0xc7, 0x1f, 0xef, 0x61, 0x8d, 0x9a, 0x22, + 0x6b, 0x30, 0x77, 0x01, 0x3f, 0x35, 0x46, 0x33, 0x68, 0xc7, 0x9b, 0x9c, 0xcc, 0xaf, 0x59, 0x44, + 0x27, 0x84, 0xca, 0x20, 0x39, 0xc2, 0xa1, 0x19, 0xa4, 0x33, 0x5e, 0x6b, 0x6a, 0xe1, 0x4a, 0x55, + 0xcf, 0x55, 0x44, 0xb4, 0x88, 0x13, 0x30, 0xf4, 0x0b, 0x79, 0x86, 0x05, 0xec, 0x01, 0x87, 0xc0, + 0x5e, 0xae, 0x80, 0x16, 0xc5, 0x73, 0xce, 0x93, 0x1c, 0x9b, 0x01, 0xb6, 0x07, 0xfb, 0x92, 0x35, + 0x80, 0xdc, 0x24, 0x9b, 0xf8, 0xa1, 0xe2, 0x0b, 0x69, 0x6c, 0x80, 0x2a, 0x03, 0x3f, 0x81, 0xce, + 0x48, 0x36, 0x44, 0x84, 0x6d, 0xb1, 0x50, 0x64, 0x37, 0xb9, 0xb0, 0x81, 0x71, 0x08, 0x80, 0x90, + 0xfa, 0x45, 0xfc, 0x84, 0xb1, 0xd8, 0xa2, 0x70, 0xcc, 0x34, 0xe5, 0x18, 0xe9, 0xad, 0xc2, 0xee, + 0xe3, 0xbf, 0x4a, 0xc4, 0x0a, 0x60, 0xcb, 0x72, 0x1d, 0x7d, 0x3f, 0x21, 0xfc, 0x11, 0x2d, 0x81, + 0xfc, 0xfa, 0xd7, 0x5a, 0xb6, 0x5f, 0xfa, 0x05, 0xa8, 0x4d, 0x49, 0x53, 0x6b, 0xc5, 0xab, 0x42, + 0x4d, 0xdd, 0xc4, 0x87, 0x5c, 0xad, 0x58, 0xd1, 0x24, 0x2d, 0x7c, 0x77, 0x2f, 0x2f, 0x15, 0xae, + 0x34, 0x35, 0xd6, 0x50, 0x94, 0x34, 0xa0, 0xec, 0x66, 0xac, 0x05, 0x7f, 0x44, 0x47, 0xbd, 0x2a, + 0xc4, 0x5a, 0x70, 0x96, 0x63, 0x35, 0x2f, 0xa9, 0xb5, 0x6c, 0x1c, 0x4e, 0xca, 0x5c, 0xa9, 0x85, + 0x5a, 0xf6, 0x0a, 0xc6, 0xe7, 0xaf, 0x54, 0xb6, 0x77, 0xc2, 0x37, 0x1f, 0xbe, 0xa2, 0x5d, 0x65, + 0xa5, 0x34, 0x97, 0xcc, 0x4a, 0x77, 0x1f, 0x9e, 0xaf, 0x80, 0xfc, 0x8b, 0x94, 0x42, 0xd5, 0x0e, + 0x8b, 0xdb, 0xff, 0x45, 0xfd, 0x2e, 0xa2, 0x22, 0x14, 0x51, 0xb9, 0x0a, 0xf8, 0x98, 0x45, 0xfd, + 0x86, 0x61, 0xa0, 0x8d, 0x1a, 0x7e, 0x64, 0x51, 0x28, 0xb3, 0x38, 0xf7, 0x66, 0x1e, 0x00, 0xf1, + 0xd7, 0xb2, 0x36, 0x51, 0x1b, 0x0b, 0xff, 0x82, 0x7c, 0xd6, 0xd4, 0xcc, 0x39, 0xea, 0x3e, 0x6f, + 0x53, 0xe5, 0x1c, 0x2a, 0x01, 0x5a, 0x14, 0xf6, 0xeb, 0x5c, 0x68, 0x64, 0xd8, 0x0d, 0x1a, 0x93, + 0x62, 0x8e, 0x5b, 0x0c, 0xd0, 0x46, 0xb4, 0x1f, 0x19, 0x34, 0x25, 0x9b, 0xcc, 0xaa, 0x64, 0x42, + 0x2b, 0x83, 0x3d, 0x2a, 0xb3, 0x08, 0xc5, 0xdc, 0xd5, 0xbf, 0xaa, 0xe6, 0x45, 0x24, 0x11, 0x0e, + 0x04, 0xe3, 0x24, 0x67, 0xd9, 0xd2, 0x0a, 0x10, 0x15, 0x09, 0x98, 0x07, 0x62, 0x42, 0x67, 0x1e, + 0x60, 0xa0, 0x83, 0xf5, 0x86, 0xf0, 0x7f, 0xce, 0x7e, 0x6d, 0x5e, 0x85, 0x9a, 0x9d, 0x59, 0x23, + 0xda, 0x0d, 0x10, 0x28, 0x14, 0x6d, 0x93, 0x7d, 0x41, 0xf2, 0x83, 0xb4, 0xf6, 0xc8, 0xee, 0x17, + 0xa2, 0xa5, 0x85, 0x1f, 0x94, 0x09, 0x7f, 0x42, 0x86, 0x5f, 0xb7, 0xd8, 0x57, 0x5a, 0xb6, 0xff, + 0x07, 0x16, 0x4c, 0xe9, 0xef, 0x21, 0x5e, 0x00, 0x00 +}; diff --git a/wled00/html_settings.h b/wled00/html_settings.h index 30df9c177..1a4de604e 100644 --- a/wled00/html_settings.h +++ b/wled00/html_settings.h @@ -6,708 +6,749 @@ */ // Autogenerated from wled00/data/style.css, do not edit!! -const uint16_t PAGE_settingsCss_length = 836; +const uint16_t PAGE_settingsCss_length = 847; const uint8_t PAGE_settingsCss[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xad, 0x55, 0xc1, 0x8e, 0x9b, 0x30, - 0x14, 0xfc, 0x15, 0xaa, 0x68, 0xa5, 0xad, 0x14, 0x10, 0x10, 0xc8, 0xa6, 0x46, 0x95, 0xaa, 0xde, - 0x7b, 0xab, 0xaa, 0x4a, 0xd5, 0x1e, 0x0c, 0x7e, 0x04, 0x2b, 0xc6, 0x46, 0xb6, 0xe9, 0x92, 0x22, - 0xfe, 0xbd, 0xb6, 0x81, 0x85, 0x64, 0xd1, 0xf6, 0x52, 0x45, 0x89, 0x92, 0x3c, 0x63, 0xcf, 0xcc, - 0x9b, 0x37, 0xae, 0x74, 0xcd, 0x7a, 0x2d, 0xda, 0xa2, 0xf2, 0x71, 0xa1, 0xa9, 0xe0, 0xa8, 0xc6, - 0x9c, 0x36, 0x2d, 0xc3, 0xf6, 0xc7, 0x90, 0x0b, 0x72, 0xed, 0x4b, 0xc1, 0xb5, 0x5f, 0xe2, 0x9a, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xad, 0x55, 0xc1, 0x8e, 0x9b, 0x30, + 0x10, 0xfd, 0x15, 0xaa, 0x68, 0xa5, 0xad, 0x14, 0x10, 0x10, 0xc8, 0xa6, 0x46, 0x95, 0xaa, 0xde, + 0x7b, 0xab, 0xaa, 0x4a, 0xd5, 0x1e, 0x0c, 0x1e, 0x82, 0x15, 0x63, 0x23, 0xdb, 0x74, 0x49, 0x11, + 0xff, 0x5e, 0xdb, 0xc0, 0x42, 0xb2, 0x68, 0x7b, 0xa9, 0xa2, 0x44, 0xc4, 0x63, 0xc6, 0x6f, 0xde, + 0xbc, 0x79, 0xae, 0x74, 0xcd, 0x7a, 0x2d, 0xda, 0xa2, 0xf2, 0x71, 0xa1, 0xa9, 0xe0, 0xa8, 0xc6, + 0x9c, 0x36, 0x2d, 0xc3, 0xf6, 0xcf, 0x90, 0x0b, 0x72, 0xed, 0x4b, 0xc1, 0xb5, 0x5f, 0xe2, 0x9a, 0xb2, 0x2b, 0xfa, 0x01, 0x92, 0x60, 0x8e, 0xf7, 0x0a, 0x73, 0xe5, 0x2b, 0x90, 0xb4, 0xcc, 0x5c, - 0x59, 0xd1, 0x3f, 0x80, 0x22, 0x09, 0x75, 0xa6, 0xa1, 0xd3, 0x3e, 0x66, 0xf4, 0xcc, 0x51, 0x01, + 0x58, 0xd1, 0x3f, 0x80, 0x22, 0x09, 0x75, 0xa6, 0xa1, 0xd3, 0x3e, 0x66, 0xf4, 0xcc, 0x51, 0x01, 0x5c, 0x83, 0xcc, 0x72, 0x5c, 0x5c, 0xce, 0x52, 0xb4, 0x9c, 0xa0, 0x5d, 0x1c, 0xc7, 0x59, 0x21, 0x98, 0x90, 0x68, 0x57, 0x96, 0x65, 0xc6, 0x28, 0x07, 0xbf, 0x02, 0x7a, 0xae, 0x34, 0x8a, 0xc3, 0xf0, 0x21, 0xab, 0xb1, 0x3c, 0x53, 0x8e, 0xc2, 0xa1, 0x92, 0x7d, 0x2e, 0x24, 0x01, 0xe9, 0x4f, - 0xcb, 0x8f, 0xc7, 0xa3, 0xf9, 0x33, 0x50, 0x06, 0xef, 0x0b, 0x25, 0xba, 0x42, 0xf1, 0x31, 0x6c, - 0xba, 0x01, 0xef, 0x31, 0xaa, 0xc4, 0x6f, 0x90, 0xfd, 0xb4, 0x2e, 0x3e, 0x95, 0x23, 0x06, 0x02, - 0x85, 0x90, 0x8e, 0x06, 0xe2, 0x82, 0xc3, 0x10, 0xe4, 0x9a, 0xef, 0xf3, 0x56, 0x6b, 0xc1, 0xfb, - 0x35, 0xa4, 0xc3, 0xe1, 0xb0, 0x86, 0xf4, 0x0f, 0xb6, 0x23, 0x28, 0x14, 0x1c, 0x8a, 0xca, 0x53, - 0x82, 0x51, 0xe2, 0xb9, 0x0d, 0x26, 0xac, 0x12, 0x13, 0xda, 0x2a, 0x14, 0x27, 0x4d, 0x97, 0x11, - 0xaa, 0x1a, 0x86, 0xaf, 0x88, 0x72, 0xc7, 0x32, 0x67, 0xa2, 0xb8, 0xac, 0xc4, 0x8a, 0x0d, 0xfa, - 0x99, 0x6e, 0x14, 0x37, 0x9d, 0x77, 0x1a, 0xdf, 0x59, 0x83, 0x09, 0xa1, 0xfc, 0x8c, 0xec, 0x6f, - 0x5b, 0xc8, 0x6a, 0xca, 0xfd, 0x91, 0x72, 0x62, 0xeb, 0x45, 0x2b, 0x95, 0x01, 0xdb, 0x08, 0xea, - 0xd4, 0xdd, 0xe4, 0x3a, 0xd2, 0x74, 0x62, 0xad, 0xb6, 0xbb, 0x47, 0x69, 0x11, 0xac, 0xba, 0x97, - 0xde, 0x9e, 0xb5, 0xc2, 0x17, 0x7a, 0xf6, 0x15, 0x59, 0xbd, 0x03, 0x2d, 0x1a, 0x29, 0x5e, 0x8c, - 0x67, 0x1a, 0x14, 0x66, 0x8d, 0x50, 0xd4, 0x9d, 0xaa, 0x34, 0x2d, 0x2e, 0xd7, 0x55, 0xab, 0xe7, - 0xb6, 0xd9, 0x86, 0xff, 0xf1, 0x29, 0x27, 0xd0, 0xa1, 0x68, 0x08, 0x18, 0xbf, 0x4c, 0x7d, 0x35, - 0x3d, 0x0e, 0x2a, 0x60, 0xcd, 0xd7, 0x7e, 0xe5, 0x18, 0x06, 0xa5, 0x5e, 0x36, 0xc5, 0xb9, 0x51, - 0xb8, 0xd5, 0x90, 0x8d, 0x88, 0x5c, 0xbf, 0x83, 0x8a, 0x12, 0xe8, 0x67, 0x6d, 0x1d, 0x59, 0xca, - 0x9b, 0x56, 0xff, 0x87, 0x96, 0xa6, 0x37, 0x2d, 0x1d, 0xb7, 0x45, 0xe6, 0x24, 0x9c, 0x33, 0x20, - 0xb3, 0xbd, 0x4e, 0xa7, 0xd3, 0x58, 0xf9, 0xa5, 0xaf, 0x0d, 0x7c, 0xe6, 0x6d, 0x9d, 0x83, 0x7c, - 0xde, 0xaf, 0xfe, 0xb2, 0x74, 0x9e, 0xf7, 0x0a, 0x18, 0x14, 0xba, 0x5f, 0xe4, 0xad, 0xc1, 0x88, - 0x5e, 0xcf, 0x8a, 0x9a, 0xbe, 0x6e, 0x6c, 0x33, 0x39, 0x3b, 0x81, 0x7a, 0xa3, 0x18, 0x74, 0xdd, - 0x6c, 0xfd, 0x28, 0x0c, 0x37, 0x9f, 0x0f, 0x5e, 0x57, 0x9c, 0xd2, 0xed, 0x05, 0x73, 0xfd, 0x98, - 0x6c, 0xd7, 0xeb, 0xa9, 0x9e, 0x1e, 0xb7, 0xeb, 0xaa, 0x5f, 0x9c, 0xb8, 0x09, 0xe0, 0x75, 0xc1, - 0x1d, 0xc2, 0xa2, 0x82, 0xe2, 0x92, 0x8b, 0xee, 0xb9, 0xd7, 0xd2, 0x48, 0x5f, 0x0a, 0x59, 0x23, - 0x55, 0x60, 0x06, 0x8f, 0x51, 0x90, 0x7e, 0x9c, 0x64, 0xf1, 0xa5, 0x4b, 0x02, 0x67, 0x34, 0x4d, - 0xbc, 0xcd, 0xc7, 0x6f, 0x56, 0x4a, 0x30, 0x93, 0xaf, 0xd7, 0xe7, 0x94, 0x94, 0xc1, 0xf3, 0x4a, - 0xf6, 0xc8, 0x12, 0x99, 0x9a, 0xb1, 0x68, 0x9f, 0xfd, 0x77, 0xb7, 0x68, 0xd9, 0xaf, 0xc3, 0xcc, - 0x74, 0xe8, 0xc1, 0x50, 0x78, 0x9d, 0x3e, 0xdb, 0xef, 0x80, 0xa4, 0xb3, 0x38, 0x26, 0x28, 0x3f, - 0xd0, 0xba, 0x11, 0x52, 0x63, 0xae, 0x87, 0xc0, 0xe8, 0xb0, 0x86, 0x1c, 0xa4, 0x36, 0x48, 0x6f, - 0xe7, 0x7c, 0xd8, 0x7d, 0xff, 0xf6, 0xdd, 0xd3, 0xd6, 0x8b, 0x8b, 0x09, 0x1e, 0x86, 0x5d, 0xad, - 0xce, 0xb7, 0xd3, 0xb0, 0xd3, 0x02, 0x2b, 0xdd, 0x8b, 0x06, 0x17, 0x54, 0x5f, 0xcd, 0x8c, 0xbe, - 0x9d, 0xc9, 0x24, 0x49, 0xee, 0xa2, 0x20, 0x75, 0xe1, 0x60, 0x32, 0xa3, 0x76, 0xce, 0x78, 0x23, - 0xc7, 0x88, 0xeb, 0x69, 0x95, 0x4e, 0x56, 0xd7, 0x6c, 0xc2, 0xe6, 0x9b, 0x2e, 0x70, 0xad, 0xdc, - 0xf9, 0xcb, 0xf4, 0x96, 0xb4, 0x03, 0xb2, 0x71, 0x1d, 0xcc, 0x69, 0x90, 0x66, 0x8b, 0x13, 0xdc, - 0x37, 0x73, 0xe7, 0xc0, 0xcf, 0x47, 0x3f, 0x0d, 0x1f, 0xac, 0x1f, 0xba, 0x29, 0x87, 0x3e, 0x99, - 0x5b, 0xc1, 0xc6, 0x02, 0x4a, 0x2d, 0x5d, 0x47, 0x2e, 0x50, 0x95, 0x49, 0xa0, 0x99, 0x61, 0xb4, - 0x95, 0x3a, 0xc7, 0x24, 0x33, 0xf7, 0x58, 0x3d, 0x46, 0x62, 0x89, 0x09, 0x50, 0xee, 0x05, 0xa9, - 0xda, 0x2f, 0x5f, 0xbd, 0xd8, 0x7e, 0x38, 0x03, 0xa9, 0x59, 0xb5, 0x00, 0xa4, 0x14, 0xf2, 0xdd, - 0x9d, 0xf3, 0x38, 0xda, 0xdc, 0x79, 0xf8, 0x62, 0x07, 0x1c, 0x7b, 0xaa, 0x90, 0x00, 0xdc, 0xc3, - 0x9c, 0x78, 0x8f, 0x0b, 0x89, 0xa7, 0xa3, 0xd1, 0xee, 0x63, 0xbf, 0xf2, 0x29, 0xd4, 0x98, 0xb2, - 0x9b, 0xdc, 0x70, 0xce, 0xdd, 0xbf, 0x9f, 0x2d, 0x0d, 0x56, 0xea, 0xc5, 0x74, 0xee, 0x2e, 0x70, - 0xd8, 0xdb, 0x00, 0xba, 0x1f, 0x81, 0xf7, 0xf1, 0x25, 0xa7, 0xf0, 0x0e, 0xdf, 0x9b, 0x81, 0x0f, - 0xff, 0x31, 0xf0, 0x87, 0xbb, 0x48, 0x1b, 0x07, 0x71, 0xba, 0xaa, 0xed, 0x85, 0x38, 0xec, 0xcc, - 0x05, 0xac, 0xbc, 0x69, 0x16, 0x27, 0x0f, 0x27, 0xb6, 0x30, 0xfc, 0x05, 0x5d, 0xc6, 0x4e, 0xd9, - 0x86, 0x08, 0x00, 0x00 + 0xdb, 0x8f, 0xc7, 0xa3, 0x59, 0x0c, 0x94, 0xc1, 0xfb, 0x42, 0x89, 0xae, 0x50, 0x7c, 0x0c, 0x9b, + 0x6e, 0xc0, 0x7b, 0x8c, 0x2a, 0xf1, 0x1b, 0x64, 0x3f, 0xed, 0x8b, 0x4f, 0xe5, 0x88, 0x81, 0x40, + 0x21, 0xa4, 0x2b, 0x03, 0x71, 0xc1, 0x61, 0x08, 0x72, 0xcd, 0xf7, 0x79, 0xab, 0xb5, 0xe0, 0xfd, + 0x1a, 0xd2, 0xe1, 0x70, 0x58, 0x43, 0xfa, 0x47, 0xb5, 0x23, 0x28, 0x14, 0x1c, 0x8a, 0xca, 0x53, + 0x82, 0x51, 0xe2, 0xb9, 0x04, 0x13, 0x56, 0x89, 0x09, 0x6d, 0x15, 0x8a, 0x93, 0xa6, 0xcb, 0x08, + 0x55, 0x0d, 0xc3, 0x57, 0x44, 0xb9, 0xab, 0x32, 0x67, 0xa2, 0xb8, 0xac, 0xc8, 0x8a, 0x0d, 0xfa, + 0xb9, 0xdc, 0x28, 0x6e, 0x3a, 0xef, 0x34, 0x7e, 0xb3, 0x06, 0x13, 0x42, 0xf9, 0x19, 0xd9, 0xff, + 0x36, 0x90, 0xd5, 0x94, 0xfb, 0x63, 0xc9, 0x89, 0x8d, 0x17, 0xad, 0x54, 0x06, 0x6c, 0x23, 0xa8, + 0x63, 0x77, 0xb3, 0xd6, 0xb1, 0x4c, 0x47, 0xd6, 0x2a, 0xdd, 0x3d, 0x4a, 0x8b, 0x60, 0xd5, 0xbd, + 0xf4, 0xf6, 0xac, 0x15, 0xbe, 0xd0, 0xb3, 0x9f, 0xc8, 0xf2, 0xbd, 0x53, 0x05, 0xe6, 0xfd, 0xb8, + 0xee, 0x6b, 0xd1, 0x20, 0xdf, 0x2d, 0x07, 0xe6, 0x51, 0x8a, 0x97, 0xde, 0xae, 0x84, 0x59, 0x23, + 0x14, 0x75, 0x60, 0x94, 0xa6, 0xc5, 0xe5, 0xba, 0x52, 0xc0, 0xdc, 0x4d, 0xab, 0x83, 0x3f, 0x3e, + 0xe5, 0x04, 0x3a, 0x14, 0x0d, 0x01, 0xe3, 0x97, 0xa9, 0xdd, 0xa6, 0xf5, 0x41, 0x05, 0xac, 0xf9, + 0xda, 0xaf, 0x84, 0xc4, 0xa0, 0xd4, 0x4b, 0x52, 0x9c, 0x1b, 0xe2, 0x5b, 0x0d, 0xd9, 0x08, 0xd4, + 0xc9, 0x20, 0xa8, 0x28, 0x81, 0x7e, 0xa6, 0xdc, 0x71, 0x40, 0x79, 0xd3, 0xea, 0xff, 0xd0, 0xe9, + 0xf4, 0xa6, 0xd3, 0x63, 0x5a, 0x64, 0x4e, 0xc2, 0x39, 0x03, 0x32, 0xab, 0xee, 0x74, 0x3a, 0x8d, + 0x91, 0x5f, 0xfa, 0xda, 0xc0, 0x67, 0xde, 0xd6, 0x39, 0xc8, 0xe7, 0xfd, 0x6a, 0xc9, 0x96, 0xf3, + 0xbc, 0x57, 0xc0, 0xa0, 0xd0, 0xfd, 0xc2, 0x7a, 0x0d, 0xa6, 0x17, 0xf5, 0x4c, 0xb4, 0x69, 0xf7, + 0x46, 0x9a, 0x49, 0xf0, 0x09, 0xd4, 0x1b, 0xc1, 0xa0, 0xeb, 0xe6, 0x89, 0x88, 0xc2, 0x70, 0xf3, + 0xfd, 0xe0, 0x75, 0xc7, 0x29, 0xdd, 0xde, 0x30, 0xc7, 0x8f, 0xc9, 0x76, 0xbc, 0x9e, 0xe2, 0xe9, + 0x71, 0x3b, 0xae, 0xfa, 0x45, 0xa0, 0x9b, 0x00, 0x5e, 0x37, 0xdc, 0x21, 0x2c, 0x2a, 0x28, 0x2e, + 0xb9, 0xe8, 0x9e, 0x7b, 0x2d, 0x0d, 0xf5, 0xa5, 0x90, 0x35, 0x32, 0x0a, 0x63, 0xf0, 0x18, 0x05, + 0xe9, 0xc7, 0x89, 0x16, 0x5f, 0x3a, 0x83, 0x70, 0x42, 0xd3, 0xc4, 0xdb, 0x7c, 0xfd, 0x66, 0xa7, + 0x04, 0x63, 0x08, 0x7a, 0x7d, 0x4e, 0x49, 0x19, 0x3c, 0xaf, 0x68, 0x8f, 0x6c, 0x21, 0x53, 0x33, + 0x16, 0xee, 0xb3, 0xff, 0xae, 0x16, 0x2d, 0xfb, 0xb5, 0xc7, 0x99, 0x0e, 0x3d, 0x98, 0x12, 0x5e, + 0x87, 0xd2, 0xf6, 0x3b, 0x20, 0xe9, 0x4c, 0x8e, 0xf1, 0xcf, 0x0f, 0xb4, 0x6e, 0x84, 0xd4, 0x98, + 0xeb, 0x21, 0x30, 0x3c, 0xac, 0x21, 0x07, 0xa9, 0xf5, 0xd7, 0xdb, 0xf1, 0x1f, 0x76, 0xdf, 0xbf, + 0x7d, 0xf7, 0xb4, 0xd5, 0xe2, 0x22, 0x82, 0x87, 0x61, 0x57, 0xab, 0xf3, 0xed, 0x34, 0xec, 0xb4, + 0xc0, 0x4a, 0xf7, 0xa2, 0xc1, 0x05, 0xd5, 0x57, 0x33, 0xa3, 0x6f, 0x67, 0x32, 0x49, 0x92, 0x3b, + 0x87, 0x48, 0x9d, 0x67, 0x18, 0x2b, 0xa9, 0x9d, 0x32, 0xde, 0xd0, 0x31, 0xe2, 0x7a, 0x5a, 0x99, + 0x96, 0xe5, 0x35, 0x9b, 0xb0, 0xf9, 0xa6, 0x0b, 0x5c, 0x2b, 0x77, 0xfe, 0x32, 0xbd, 0x25, 0xed, + 0x80, 0x6c, 0xdc, 0x12, 0xb3, 0x1b, 0xa4, 0xd9, 0xa2, 0x04, 0xf7, 0x64, 0xae, 0x22, 0xf8, 0xf9, + 0xe8, 0xa7, 0xe1, 0x83, 0xd5, 0x43, 0x37, 0xd9, 0xd3, 0x27, 0x73, 0x59, 0x58, 0x5b, 0x40, 0xa9, + 0x2d, 0xd7, 0x15, 0x17, 0xa8, 0xca, 0x38, 0xd0, 0x5c, 0x61, 0xb4, 0xe5, 0x3a, 0xc7, 0x24, 0x33, + 0xd7, 0x5b, 0x3d, 0x3a, 0x65, 0x89, 0x09, 0x50, 0xee, 0x05, 0xa9, 0xda, 0x2f, 0x8f, 0x5e, 0x6c, + 0x7f, 0x9c, 0x80, 0xd4, 0xcc, 0x5a, 0x00, 0x52, 0x0a, 0xf9, 0x6e, 0xe6, 0x3c, 0x8e, 0x36, 0x33, + 0x0f, 0x5f, 0xec, 0x80, 0x63, 0x4f, 0x15, 0x12, 0x80, 0x7b, 0x98, 0x13, 0xef, 0x71, 0x29, 0xe2, + 0xe9, 0x68, 0xb8, 0xfb, 0xd8, 0xaf, 0x74, 0x0a, 0x35, 0xa6, 0xec, 0xc6, 0x37, 0x9c, 0x72, 0xf7, + 0xef, 0x7b, 0x4b, 0x83, 0x95, 0x7a, 0x31, 0x9d, 0xbb, 0x33, 0x1c, 0xf6, 0xd6, 0x80, 0xee, 0x47, + 0xe0, 0x7d, 0x7c, 0xc9, 0x29, 0xbc, 0xc3, 0xf7, 0x66, 0xe0, 0xc3, 0x7f, 0x0c, 0xfc, 0xe1, 0xce, + 0xd2, 0xc6, 0x41, 0x9c, 0x6e, 0x70, 0x7b, 0x4f, 0x0e, 0x3b, 0x73, 0x2f, 0x2b, 0x6f, 0x9a, 0xc5, + 0x49, 0xc3, 0x89, 0x0d, 0x0c, 0x7f, 0x01, 0xbc, 0xb1, 0xff, 0x31, 0x9d, 0x08, 0x00, 0x00 }; // Autogenerated from wled00/data/settings.htm, do not edit!! -const uint16_t PAGE_settings_length = 985; +const uint16_t PAGE_settings_length = 992; const uint8_t PAGE_settings[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xad, 0x56, 0x6d, 0x6f, 0xdb, 0x36, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xad, 0x56, 0x6d, 0x6f, 0xdb, 0x36, 0x10, 0xfe, 0xee, 0x5f, 0xc1, 0xb0, 0x58, 0x23, 0xa1, 0xb2, 0xec, 0x38, 0xc3, 0xb0, 0xc9, 0x96, - 0x8b, 0x35, 0x2f, 0x9d, 0x87, 0x04, 0x0d, 0x90, 0xa4, 0xdd, 0x80, 0x7d, 0xa1, 0xc9, 0x93, 0xcc, - 0x46, 0x22, 0x05, 0xf2, 0xe4, 0xc4, 0x73, 0xf3, 0xdf, 0x77, 0x94, 0x9d, 0xb7, 0x36, 0xd8, 0x8a, - 0x21, 0x5f, 0x6c, 0xf3, 0x78, 0x7c, 0x78, 0xf7, 0x3c, 0xcf, 0x11, 0x9e, 0xec, 0x1c, 0x7e, 0x38, - 0xb8, 0xf8, 0xf3, 0xec, 0x88, 0x2d, 0xb0, 0xae, 0xa6, 0x93, 0xf0, 0xc9, 0x2a, 0x61, 0xca, 0x9c, + 0x8b, 0x35, 0x2f, 0x9b, 0x87, 0x04, 0x0d, 0x90, 0xa4, 0xdd, 0x80, 0x7d, 0xa1, 0xc9, 0x93, 0xcc, + 0x46, 0x22, 0x05, 0xf2, 0xe4, 0xc4, 0x73, 0xf3, 0xdf, 0x77, 0x94, 0x9d, 0xb7, 0x26, 0x18, 0x86, + 0x22, 0x5f, 0x6c, 0xf3, 0x78, 0x7c, 0x78, 0xcf, 0x73, 0xcf, 0x11, 0x9e, 0xec, 0x1c, 0x7e, 0x3c, + 0xb8, 0xf8, 0xeb, 0xec, 0x88, 0x2d, 0xb0, 0xae, 0xa6, 0x93, 0xf0, 0xc9, 0x2a, 0x61, 0xca, 0x9c, 0x83, 0xe1, 0xb4, 0x06, 0xa1, 0xa6, 0x93, 0x1a, 0x50, 0x30, 0xb9, 0x10, 0xce, 0x03, 0xe6, 0xfc, 0xf2, 0xe2, 0xb8, 0xff, 0x33, 0xdf, 0x46, 0x7b, 0xd2, 0x1a, 0x04, 0x43, 0xe1, 0x6b, 0xad, 0x70, 0x91, 0x2b, 0x58, 0x6a, 0x09, 0xfd, 0x6e, 0x91, 0x68, 0xa3, 0x51, 0x8b, 0xaa, 0xef, 0xa5, 0xa8, 0x20, 0xdf, 0x4b, 0x6a, 0x71, 0xa3, 0xeb, 0xb6, 0xbe, 0x5f, 0xb7, 0x1e, 0x5c, 0xb7, 0x10, 0x73, 0x5a, 0x1b, 0xcb, 0x59, 0xcf, 0x88, 0x1a, 0x72, 0xbe, 0xd4, 0x70, 0xdd, 0x58, 0x87, 0x74, 0x0b, - 0x6a, 0xac, 0x60, 0xfa, 0xe9, 0xe4, 0xe8, 0x90, 0x9d, 0x03, 0xa2, 0x36, 0xa5, 0x9f, 0x0c, 0x36, + 0x6a, 0xac, 0x60, 0xfa, 0xf9, 0xe4, 0xe8, 0x90, 0x9d, 0x03, 0xa2, 0x36, 0xa5, 0x9f, 0x0c, 0x36, 0xc1, 0x89, 0x97, 0x4e, 0x37, 0x38, 0xed, 0x2d, 0x85, 0x63, 0x95, 0x95, 0xba, 0x49, 0x54, 0xae, 0xac, 0x6c, 0x6b, 0x2a, 0x28, 0xa1, 0x40, 0xbe, 0xb3, 0x37, 0x2e, 0x5a, 0x23, 0x51, 0x5b, 0xc3, 0xca, 0x99, 0x8a, 0x30, 0x5e, 0x3b, 0xc0, 0xd6, 0x19, 0xa6, 0xd2, 0x12, 0xf0, 0xa8, 0x82, 0x90, - 0xfa, 0x6e, 0xd5, 0x6d, 0xdd, 0xde, 0xa7, 0x56, 0x56, 0xa8, 0xdf, 0xcf, 0x23, 0x4c, 0x20, 0xdf, + 0xfa, 0x61, 0xd5, 0x6d, 0xdd, 0xde, 0xa7, 0x56, 0x56, 0xa8, 0x3f, 0xce, 0x23, 0x4c, 0x20, 0xdf, 0x19, 0xc6, 0xeb, 0x0a, 0x90, 0xd9, 0x5c, 0xa5, 0xd2, 0x81, 0x40, 0xd8, 0x1e, 0x8a, 0xf8, 0xe6, - 0x76, 0x1e, 0x8f, 0x6d, 0x4a, 0xbc, 0xfc, 0x8a, 0xe8, 0xf4, 0xbc, 0x45, 0xa0, 0x0d, 0x27, 0x79, - 0x82, 0x71, 0xf2, 0x75, 0x1c, 0x57, 0x0d, 0xf0, 0x84, 0x23, 0xdc, 0xe0, 0xe0, 0xb3, 0x58, 0x8a, - 0x3b, 0x80, 0x6f, 0x12, 0x85, 0x5f, 0x19, 0x82, 0x80, 0x38, 0x51, 0xe9, 0xdc, 0xaa, 0x55, 0x2a, - 0x9a, 0x06, 0x8c, 0x3a, 0x58, 0xe8, 0x4a, 0x45, 0x36, 0xe4, 0x0b, 0xa5, 0x8e, 0x96, 0x54, 0xc5, - 0x89, 0xf6, 0xc4, 0x3e, 0xb8, 0x88, 0x87, 0x9a, 0x79, 0x12, 0xc5, 0xf9, 0x74, 0xfd, 0x1e, 0xf0, - 0x63, 0x14, 0xdf, 0x3e, 0x9f, 0x07, 0xce, 0x59, 0x47, 0xe5, 0x51, 0x1e, 0x49, 0xe7, 0x6d, 0x05, - 0x69, 0x65, 0xcb, 0x88, 0x1f, 0x85, 0x38, 0xdb, 0x36, 0x4f, 0x2c, 0xb3, 0x42, 0x57, 0xd0, 0xb5, - 0x41, 0x5a, 0x39, 0x6a, 0xf7, 0x64, 0x1b, 0xb7, 0x05, 0xa3, 0x83, 0x85, 0x2e, 0x5b, 0x27, 0x3a, - 0xb6, 0x36, 0x6d, 0xb0, 0x42, 0xd0, 0x01, 0x95, 0xfe, 0x65, 0x66, 0x46, 0xda, 0xba, 0x21, 0xd2, - 0x80, 0x35, 0xa2, 0x04, 0xa6, 0x04, 0x8a, 0x1d, 0x4e, 0xf5, 0x3c, 0x10, 0x7c, 0x1e, 0xc5, 0x6b, - 0x1e, 0x2e, 0xc8, 0x78, 0x9e, 0x5f, 0x6b, 0xa3, 0xec, 0x35, 0x55, 0x21, 0x3b, 0xbc, 0xb4, 0x71, - 0x16, 0xad, 0xb4, 0xd5, 0xeb, 0xd7, 0x51, 0xa7, 0xe1, 0x30, 0x89, 0x3a, 0x71, 0xf3, 0x90, 0x51, - 0x9d, 0xa3, 0x75, 0x84, 0x1a, 0xe4, 0x9b, 0x21, 0xd4, 0xa1, 0x71, 0x39, 0x6b, 0x78, 0x1c, 0x7f, - 0xf9, 0xb2, 0x4d, 0xa3, 0xf3, 0x75, 0x43, 0x05, 0x1f, 0x13, 0x3e, 0x3b, 0xb5, 0x0a, 0x52, 0x76, - 0x56, 0x81, 0xf0, 0xc0, 0x88, 0x08, 0x70, 0xac, 0xf3, 0xd2, 0xec, 0x8c, 0x4a, 0x4a, 0x9e, 0x20, - 0xfa, 0xa7, 0x88, 0x49, 0x87, 0x16, 0xc7, 0x21, 0xab, 0xb3, 0x43, 0x80, 0x7f, 0xcb, 0x17, 0x88, - 0x4d, 0x36, 0x18, 0xf0, 0x37, 0xdd, 0x76, 0xc6, 0x79, 0xfc, 0x86, 0x0f, 0xfc, 0xd6, 0x99, 0x03, - 0x9f, 0x7e, 0xf6, 0x6f, 0x9b, 0x7c, 0xc8, 0x93, 0x9d, 0xbd, 0xf8, 0xb6, 0x37, 0x19, 0x6c, 0x2d, - 0x3a, 0xf1, 0xb8, 0x22, 0xc7, 0xf6, 0x82, 0x9a, 0xeb, 0x60, 0x80, 0xbe, 0xa8, 0x74, 0x69, 0x32, - 0xd9, 0x95, 0x34, 0x9e, 0x0b, 0x79, 0x55, 0x3a, 0xdb, 0x1a, 0x95, 0xbd, 0x1a, 0x8d, 0x46, 0xe3, - 0x05, 0xe8, 0x72, 0x81, 0xd9, 0xde, 0x70, 0xd8, 0xdc, 0x8c, 0x6b, 0xe1, 0x4a, 0x6d, 0xb2, 0xe1, - 0x6d, 0x18, 0xce, 0x75, 0xbf, 0xbf, 0xc8, 0x7e, 0x59, 0x2e, 0x6e, 0xc9, 0x29, 0x68, 0xcd, 0xfa, - 0xf1, 0xc9, 0xfd, 0xfd, 0xfd, 0x31, 0xf1, 0x66, 0x5d, 0xf6, 0xaa, 0x28, 0x8a, 0x71, 0x41, 0x93, - 0xd9, 0x2f, 0x44, 0xad, 0xab, 0x55, 0xf6, 0x11, 0x9c, 0x12, 0x46, 0x24, 0xbf, 0x41, 0xb5, 0x04, - 0xd4, 0x52, 0x24, 0x5e, 0x18, 0xdf, 0xa7, 0xf9, 0xd3, 0xc5, 0x58, 0x69, 0xdf, 0x54, 0x62, 0x95, - 0xcd, 0xa9, 0xa5, 0xab, 0xf1, 0xdc, 0x3a, 0x05, 0x2e, 0xdb, 0x6b, 0x6e, 0x18, 0xb9, 0x43, 0x2b, + 0x76, 0x1e, 0x8f, 0x6d, 0x4a, 0xba, 0xfc, 0x8a, 0xe8, 0xf4, 0xbc, 0x45, 0xa0, 0x0d, 0x27, 0x79, + 0x82, 0x71, 0xf2, 0x6d, 0x1c, 0x57, 0x0d, 0xf0, 0x84, 0x23, 0xdc, 0xe0, 0xe0, 0x8b, 0x58, 0x8a, + 0x3b, 0x80, 0x67, 0x89, 0xc2, 0xaf, 0x0c, 0x41, 0x40, 0x9c, 0xa8, 0x74, 0x6e, 0xd5, 0x2a, 0x15, + 0x4d, 0x03, 0x46, 0x1d, 0x2c, 0x74, 0xa5, 0x22, 0x1b, 0xf2, 0x85, 0x52, 0x47, 0x4b, 0xaa, 0xe2, + 0x44, 0x7b, 0x52, 0x1f, 0x5c, 0xc4, 0x43, 0xcd, 0x3c, 0x89, 0xe2, 0x7c, 0xba, 0xfe, 0x0d, 0xf0, + 0x53, 0x14, 0xdf, 0xbe, 0x9c, 0x07, 0xce, 0x59, 0x47, 0xe5, 0x51, 0x1e, 0xb5, 0xce, 0xdb, 0x0a, + 0xd2, 0xca, 0x96, 0x11, 0x3f, 0x0a, 0x71, 0xb6, 0x25, 0x4f, 0x2a, 0xb3, 0x42, 0x57, 0xd0, 0xd1, + 0xa0, 0x5e, 0x39, 0xa2, 0x7b, 0xb2, 0x8d, 0xdb, 0x82, 0xd1, 0xc1, 0x42, 0x97, 0xad, 0x13, 0x9d, + 0x5a, 0x1b, 0x1a, 0xac, 0x10, 0x74, 0x40, 0xa5, 0x7f, 0x9b, 0x99, 0x91, 0xb6, 0x6e, 0x48, 0x34, + 0x60, 0x8d, 0x28, 0x81, 0x29, 0x81, 0x62, 0x87, 0x53, 0x3d, 0x0f, 0x02, 0x9f, 0x47, 0xf1, 0x9a, + 0x87, 0x0b, 0x32, 0x9e, 0xe7, 0xd7, 0xda, 0x28, 0x7b, 0x4d, 0x55, 0xc8, 0x0e, 0x2f, 0x6d, 0x9c, + 0x45, 0x2b, 0x6d, 0xf5, 0xf6, 0x6d, 0xd4, 0xf5, 0x70, 0x98, 0x44, 0x5d, 0x73, 0xf3, 0x90, 0x51, + 0x9d, 0xa3, 0x75, 0x84, 0x1a, 0xda, 0x37, 0x43, 0xa8, 0x03, 0x71, 0x39, 0x6b, 0x78, 0x1c, 0x7f, + 0xfd, 0xba, 0x4d, 0xa3, 0xf3, 0x75, 0x43, 0x05, 0x1f, 0x13, 0x3e, 0x3b, 0xb5, 0x0a, 0x52, 0x76, + 0x56, 0x81, 0xf0, 0xc0, 0x48, 0x08, 0x70, 0xac, 0xf3, 0xd2, 0xec, 0x8c, 0x4a, 0x4a, 0x9e, 0x20, + 0xfa, 0xa7, 0x88, 0x49, 0x87, 0x16, 0xc7, 0x21, 0xab, 0xb3, 0x43, 0x80, 0x7f, 0xcf, 0x17, 0x88, + 0x4d, 0x36, 0x18, 0xf0, 0x77, 0xdd, 0x76, 0xc6, 0x79, 0xfc, 0x8e, 0x0f, 0xfc, 0xd6, 0x99, 0x03, + 0x9f, 0x7e, 0xf1, 0xef, 0x9b, 0x7c, 0xc8, 0x93, 0x9d, 0xbd, 0xf8, 0xb6, 0x37, 0x19, 0x6c, 0x2d, + 0x3a, 0xf1, 0xb8, 0x22, 0xc7, 0xf6, 0x42, 0x37, 0xd7, 0xc1, 0x00, 0x7d, 0x51, 0xe9, 0xd2, 0x64, + 0xb2, 0x2b, 0x69, 0x3c, 0x17, 0xf2, 0xaa, 0x74, 0xb6, 0x35, 0x2a, 0x7b, 0x33, 0x1a, 0x8d, 0xc6, + 0x0b, 0xd0, 0xe5, 0x02, 0xb3, 0xbd, 0xe1, 0xb0, 0xb9, 0x19, 0xd7, 0xc2, 0x95, 0xda, 0x64, 0xc3, + 0xdb, 0x30, 0x9c, 0xeb, 0x7e, 0x7f, 0x91, 0xfd, 0xb2, 0x5c, 0xdc, 0x92, 0x53, 0xd0, 0x9a, 0xf5, + 0xe3, 0x93, 0xfb, 0xfb, 0xfb, 0x63, 0xd2, 0xcd, 0xba, 0xec, 0x4d, 0x51, 0x14, 0xe3, 0x82, 0x26, + 0xb3, 0x5f, 0x88, 0x5a, 0x57, 0xab, 0xec, 0x13, 0x38, 0x25, 0x8c, 0x48, 0x7e, 0x87, 0x6a, 0x09, + 0xa8, 0xa5, 0x48, 0xbc, 0x30, 0xbe, 0x4f, 0xf3, 0xa7, 0x8b, 0xb1, 0xd2, 0xbe, 0xa9, 0xc4, 0x2a, + 0x9b, 0x13, 0xa5, 0xab, 0xf1, 0xdc, 0x3a, 0x05, 0x2e, 0xdb, 0x6b, 0x6e, 0x18, 0xb9, 0x43, 0x2b, 0xd6, 0xe1, 0x6e, 0xa2, 0x7d, 0x47, 0x1e, 0x68, 0x7d, 0x46, 0x03, 0x17, 0x51, 0x21, 0xf1, 0xe6, - 0x0e, 0xaf, 0xff, 0x86, 0xec, 0xa7, 0x65, 0xad, 0xcd, 0x5d, 0xe1, 0xf7, 0xfb, 0xdd, 0x3b, 0x90, - 0x11, 0xc9, 0x32, 0xa2, 0x66, 0x7e, 0x60, 0x7d, 0xf6, 0x23, 0xb5, 0x14, 0xdf, 0xf5, 0x34, 0x5a, - 0x2e, 0x98, 0x68, 0xd1, 0xb2, 0xe1, 0x58, 0xb6, 0xce, 0x53, 0xe5, 0x8d, 0xd5, 0x81, 0x91, 0x8e, - 0xba, 0x8e, 0xb2, 0xc9, 0x60, 0xf3, 0x06, 0x05, 0xe6, 0xc8, 0x9e, 0x41, 0x8b, 0x9c, 0x93, 0x7f, - 0xe8, 0x69, 0xd8, 0x50, 0xc0, 0xc2, 0x58, 0xe5, 0xdc, 0xb7, 0xf3, 0x5a, 0x23, 0x67, 0x9a, 0xb6, - 0xe7, 0xf4, 0x90, 0x58, 0x23, 0x2b, 0x2d, 0xaf, 0xf2, 0xdd, 0xaf, 0xec, 0x95, 0xf3, 0x01, 0xdf, - 0x9d, 0xbe, 0x23, 0xda, 0x26, 0x83, 0x0d, 0xc0, 0x94, 0x3d, 0x8f, 0xf4, 0x2f, 0x10, 0xe9, 0x83, - 0xe2, 0xd7, 0xba, 0xd0, 0x04, 0xf8, 0x49, 0x1f, 0xeb, 0xf0, 0x40, 0xb5, 0xcd, 0xb7, 0xb0, 0xbd, - 0xa7, 0xb8, 0xdf, 0x05, 0x4b, 0xa3, 0xe4, 0x09, 0x36, 0x58, 0xf5, 0xcc, 0x41, 0x01, 0x0e, 0x8c, - 0x04, 0xdf, 0xfb, 0xaf, 0x9a, 0xbf, 0x0b, 0x7b, 0x74, 0x48, 0xc8, 0xbd, 0xd1, 0x21, 0x3b, 0x78, - 0x3c, 0xc7, 0x2f, 0x43, 0x47, 0x1b, 0xc8, 0xb8, 0x24, 0x5f, 0xb1, 0x59, 0xd0, 0xb1, 0x10, 0x12, - 0x9e, 0x21, 0x24, 0x88, 0xa4, 0xea, 0x9b, 0x39, 0x1a, 0xce, 0x3a, 0x99, 0x69, 0xb9, 0x35, 0xa1, - 0xb1, 0x06, 0xf8, 0xff, 0xba, 0x9a, 0x00, 0xe9, 0xee, 0xc3, 0xd3, 0x3f, 0xd8, 0x87, 0x16, 0x9b, - 0x16, 0x5f, 0x46, 0x88, 0xee, 0x29, 0xde, 0x9d, 0x9e, 0xd3, 0xd7, 0x43, 0x4b, 0x2f, 0x24, 0x04, - 0xea, 0x1a, 0x82, 0x14, 0x17, 0xf4, 0xcd, 0x5e, 0xb3, 0x53, 0x21, 0x9d, 0xf5, 0x2f, 0xa4, 0x43, - 0xbd, 0xd5, 0xa1, 0xb6, 0xca, 0xbf, 0x10, 0x13, 0xd0, 0x11, 0x01, 0x34, 0xa9, 0x1a, 0x57, 0x54, - 0xef, 0x65, 0x43, 0x4f, 0xfb, 0x63, 0x2e, 0xe8, 0x07, 0x4d, 0x69, 0x18, 0xd9, 0xf0, 0x67, 0xe2, - 0x1f, 0xb2, 0x41, 0x30, 0x32, 0x5c, 0x08, 0x00, 0x00 + 0x0e, 0xaf, 0xff, 0x81, 0xec, 0xa7, 0x65, 0xad, 0xcd, 0x5d, 0xe1, 0xf7, 0xfb, 0xdd, 0x3b, 0x90, + 0x91, 0xc8, 0x32, 0x22, 0x32, 0x3f, 0xb0, 0x3e, 0xfb, 0x91, 0x28, 0xc5, 0x77, 0x9c, 0x46, 0xcb, + 0x05, 0x13, 0x2d, 0x5a, 0x36, 0x1c, 0xcb, 0xd6, 0x79, 0xaa, 0xbc, 0xb1, 0x3a, 0x28, 0xd2, 0x49, + 0xd7, 0x49, 0x36, 0x19, 0x6c, 0xde, 0xa0, 0xa0, 0x1c, 0xd9, 0x33, 0xf4, 0x22, 0xe7, 0xe4, 0x1f, + 0x7a, 0x1a, 0x36, 0x12, 0xb0, 0x30, 0x56, 0x39, 0xf7, 0xed, 0xbc, 0xd6, 0xc8, 0x99, 0xa6, 0xed, + 0x39, 0x3d, 0x24, 0xd6, 0xc8, 0x4a, 0xcb, 0xab, 0x7c, 0xf7, 0x1b, 0x7b, 0xe5, 0x7c, 0xc0, 0x77, + 0xa7, 0x1f, 0x48, 0xb6, 0xc9, 0x60, 0x03, 0x30, 0x65, 0x2f, 0x23, 0xfd, 0x07, 0x44, 0xfa, 0xd0, + 0xf1, 0x6b, 0x5d, 0x68, 0x02, 0xfc, 0xac, 0x8f, 0x75, 0x78, 0xa0, 0xda, 0xe6, 0x39, 0x6c, 0xef, + 0x29, 0xee, 0xff, 0x82, 0xa5, 0x51, 0xf2, 0x04, 0x1b, 0xac, 0x7a, 0xe6, 0xa0, 0x00, 0x07, 0x46, + 0x82, 0xef, 0x3d, 0x07, 0x0f, 0x7c, 0x47, 0x6a, 0x8e, 0x86, 0xb3, 0x4e, 0xb0, 0x9c, 0xdf, 0xb5, + 0xd3, 0x58, 0x03, 0xfc, 0xbb, 0x38, 0x8d, 0x0e, 0xe9, 0xea, 0xd1, 0x21, 0x3b, 0x78, 0x3c, 0xe7, + 0xaf, 0xc3, 0xab, 0x0d, 0x62, 0x5d, 0x92, 0xef, 0xd8, 0x2c, 0xf4, 0xb9, 0x10, 0x12, 0x1e, 0x80, + 0x7b, 0x8f, 0x49, 0xa9, 0xfa, 0xe6, 0x75, 0x59, 0x11, 0x20, 0xdd, 0x7d, 0x78, 0xfa, 0x27, 0xfb, + 0xd8, 0x62, 0xd3, 0xe2, 0xeb, 0x10, 0xea, 0x9e, 0xea, 0xdd, 0xe9, 0x39, 0x7d, 0x3d, 0x50, 0x7a, + 0xa9, 0x51, 0xdf, 0x81, 0x8d, 0xba, 0x06, 0xc2, 0xee, 0x5d, 0xd0, 0x37, 0x7b, 0xcb, 0x4e, 0x85, + 0x74, 0xd6, 0xbf, 0x8e, 0x6d, 0xdb, 0x7a, 0xdb, 0x87, 0xda, 0x2a, 0xff, 0x4a, 0x4a, 0x40, 0x27, + 0x04, 0xd0, 0x24, 0x6b, 0x5c, 0x51, 0xbd, 0x97, 0x0d, 0x3d, 0xfd, 0x8f, 0xb5, 0xa0, 0x1f, 0x34, + 0xc5, 0x61, 0xa4, 0xc3, 0x9f, 0x8d, 0x7f, 0x01, 0x5e, 0x6b, 0x18, 0x1b, 0x7c, 0x08, 0x00, 0x00 }; // Autogenerated from wled00/data/settings_wifi.htm, do not edit!! -const uint16_t PAGE_settings_wifi_length = 1563; +const uint16_t PAGE_settings_wifi_length = 2098; const uint8_t PAGE_settings_wifi[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xb5, 0x57, 0xe1, 0x6e, 0xdb, 0x36, - 0x10, 0xfe, 0xef, 0xa7, 0x60, 0x38, 0xa0, 0xb0, 0x50, 0x59, 0x8e, 0xed, 0xa5, 0x2b, 0x52, 0xc9, - 0x5d, 0x62, 0xbb, 0x4d, 0xb6, 0x34, 0xf5, 0xa0, 0xa0, 0xc1, 0x80, 0x01, 0x05, 0x2d, 0x9d, 0x6d, - 0x2e, 0x14, 0xa9, 0x89, 0x94, 0x9d, 0x20, 0xcd, 0xbb, 0xef, 0x48, 0xc9, 0x8e, 0x9d, 0xc4, 0x6d, - 0xd1, 0x65, 0x08, 0x1c, 0x98, 0xe4, 0xdd, 0x77, 0xc7, 0xbb, 0xef, 0x8e, 0xe7, 0x70, 0x6f, 0xf8, - 0x71, 0x70, 0xf1, 0xe7, 0x78, 0x44, 0xe6, 0x26, 0x13, 0xfd, 0xd0, 0xfe, 0x27, 0x82, 0xc9, 0x59, - 0x44, 0x41, 0x52, 0x5c, 0x03, 0x4b, 0xfb, 0x61, 0x06, 0x86, 0x91, 0x64, 0xce, 0x0a, 0x0d, 0x26, - 0xa2, 0xa5, 0x99, 0xb6, 0x5e, 0xd3, 0x7a, 0xb7, 0x21, 0x59, 0x06, 0x11, 0x5d, 0x70, 0x58, 0xe6, - 0xaa, 0x30, 0x94, 0x24, 0x4a, 0x1a, 0x90, 0x28, 0xb6, 0xe4, 0xa9, 0x99, 0x47, 0x07, 0xfb, 0xfb, - 0x6b, 0xd1, 0x07, 0x47, 0x29, 0x2c, 0x78, 0x02, 0x2d, 0xb7, 0xf0, 0xb9, 0xe4, 0x86, 0x33, 0xd1, - 0xd2, 0x09, 0x13, 0x10, 0x75, 0xfc, 0x8c, 0x5d, 0xf3, 0xac, 0xcc, 0xd6, 0xeb, 0x52, 0x43, 0xe1, - 0x16, 0x6c, 0x82, 0x6b, 0xa9, 0xe8, 0x23, 0xcb, 0xfd, 0xd0, 0x70, 0x23, 0xa0, 0x7f, 0xc9, 0xdf, - 0x71, 0x12, 0x83, 0x31, 0x5c, 0xce, 0x74, 0xd8, 0xae, 0x36, 0x43, 0x9d, 0x14, 0x3c, 0x37, 0xfd, - 0xc6, 0x82, 0x15, 0x44, 0xa8, 0x84, 0xe7, 0x7e, 0x1a, 0xa5, 0x2a, 0x29, 0x33, 0x74, 0xc8, 0xc7, - 0x8d, 0x68, 0xaf, 0xf3, 0x66, 0x5a, 0xca, 0xc4, 0x70, 0x25, 0xc9, 0x49, 0xd3, 0xbb, 0x5d, 0x72, - 0x99, 0xaa, 0x65, 0xa0, 0x72, 0x90, 0x4d, 0x3a, 0x37, 0x26, 0xd7, 0x87, 0xed, 0xf6, 0x95, 0x54, - 0xc1, 0x52, 0x40, 0x1a, 0xcc, 0xa0, 0x3d, 0x05, 0x66, 0xca, 0x02, 0x74, 0x5b, 0xd7, 0xb6, 0xda, - 0x3f, 0x2d, 0xf9, 0x94, 0xb7, 0x56, 0x4b, 0xea, 0xdd, 0xad, 0x01, 0x8f, 0x1f, 0x02, 0xae, 0x95, - 0xa8, 0x4f, 0x3f, 0x6b, 0x10, 0xd3, 0x4d, 0x69, 0xa1, 0x58, 0xfa, 0x5b, 0xdc, 0x34, 0x3e, 0x44, - 0x7b, 0xfb, 0xde, 0xad, 0x00, 0x43, 0x54, 0x94, 0x06, 0x49, 0x81, 0x16, 0x61, 0x24, 0xc0, 0xfa, - 0xdc, 0xa4, 0xd5, 0x8d, 0xa8, 0xf7, 0x46, 0x05, 0x08, 0x76, 0x64, 0x4c, 0xc1, 0x27, 0xa5, 0x01, - 0x3c, 0x28, 0x12, 0xea, 0x1b, 0xcf, 0x7f, 0xb8, 0x6f, 0x6e, 0x72, 0x40, 0x73, 0x06, 0xae, 0x4d, - 0xfb, 0x6f, 0xb6, 0x60, 0x2b, 0x80, 0x47, 0x82, 0x4c, 0xdf, 0x48, 0x84, 0x00, 0xcf, 0x4f, 0x83, - 0x89, 0x4a, 0x6f, 0x02, 0x96, 0xa3, 0xd3, 0xe9, 0x60, 0xce, 0x45, 0xda, 0x54, 0x56, 0x9e, 0xa5, - 0xe9, 0x68, 0x81, 0x5e, 0x9c, 0x71, 0x8d, 0x19, 0x85, 0xa2, 0x49, 0xad, 0xcf, 0xd4, 0x6f, 0x7a, - 0x51, 0xff, 0xf6, 0x3d, 0x98, 0x4f, 0x4d, 0xef, 0xee, 0x69, 0x39, 0x28, 0x0a, 0x55, 0xa0, 0x7b, - 0x28, 0x87, 0x74, 0xd0, 0x4a, 0x40, 0x20, 0xd4, 0xac, 0x49, 0x47, 0x76, 0x9f, 0xd4, 0x97, 0xc7, - 0xc0, 0x90, 0x29, 0x17, 0xe0, 0xae, 0x81, 0xf9, 0x2f, 0xf0, 0xba, 0x67, 0xf5, 0xbe, 0x9a, 0x5a, - 0x8a, 0x4d, 0xf9, 0xac, 0x2c, 0x98, 0x8b, 0x56, 0x75, 0x0d, 0x32, 0x65, 0xdc, 0x26, 0xe6, 0x2f, - 0x79, 0x2a, 0x13, 0x95, 0xe5, 0x18, 0x34, 0x20, 0x39, 0x9b, 0x01, 0x49, 0x99, 0x61, 0x7b, 0x18, - 0xde, 0x8d, 0x00, 0xc7, 0x98, 0x0e, 0x6a, 0x0d, 0x1c, 0xd2, 0x28, 0xaa, 0xf3, 0x82, 0x1c, 0x70, - 0x78, 0x41, 0x5e, 0x28, 0xa3, 0x12, 0x25, 0x5e, 0xbc, 0x68, 0x3a, 0x5e, 0xec, 0xfb, 0x4d, 0x47, - 0x98, 0xc8, 0x4a, 0x88, 0xd8, 0xa8, 0x02, 0x51, 0x91, 0x00, 0xe6, 0xd4, 0x40, 0x66, 0x2f, 0x9e, - 0x9c, 0xe6, 0xd4, 0xf3, 0xbe, 0x7c, 0xa9, 0xc5, 0x50, 0x3f, 0xcb, 0xd1, 0xe1, 0x77, 0x88, 0x4f, - 0x3e, 0xa8, 0x14, 0x02, 0x32, 0x16, 0xc0, 0x34, 0x10, 0x0c, 0x04, 0x14, 0xe4, 0xf2, 0x6c, 0x34, - 0x24, 0xa7, 0x63, 0x74, 0xc9, 0xdf, 0x42, 0xd4, 0xdb, 0x88, 0xbe, 0x43, 0xf3, 0x3c, 0x2b, 0xe5, - 0xe8, 0x60, 0xe1, 0xdf, 0x3a, 0x26, 0x22, 0x11, 0xe9, 0x4b, 0x77, 0x7c, 0x48, 0xa9, 0xf7, 0xf2, - 0x9e, 0x4c, 0x6d, 0x1d, 0xfc, 0xad, 0xdf, 0xe6, 0x51, 0x87, 0xfa, 0x7b, 0x1d, 0xef, 0xae, 0x11, - 0xb6, 0x6b, 0xda, 0x87, 0xda, 0xdc, 0x60, 0x15, 0xfc, 0xca, 0x33, 0x5b, 0x2a, 0xa4, 0x2c, 0x04, - 0xd2, 0xc4, 0x6e, 0x05, 0x89, 0x46, 0xa2, 0xbe, 0x41, 0x41, 0x27, 0x10, 0xb6, 0xab, 0x82, 0xb7, - 0x59, 0xc7, 0x64, 0x58, 0xcb, 0x11, 0xc5, 0x68, 0x61, 0x71, 0x4d, 0x55, 0x91, 0x35, 0x08, 0xc7, - 0xb5, 0xfd, 0xf6, 0x59, 0x53, 0x52, 0xd5, 0x5f, 0x3c, 0xa5, 0x04, 0xcb, 0x7b, 0xae, 0xf0, 0x24, - 0x57, 0xda, 0xd6, 0x61, 0xca, 0x17, 0x24, 0x11, 0x4c, 0xeb, 0x88, 0x1a, 0x85, 0xe1, 0x58, 0x6e, - 0xef, 0xcd, 0x41, 0xe4, 0xc7, 0xb4, 0xdf, 0x08, 0x91, 0x6d, 0x06, 0xb3, 0x61, 0x79, 0x19, 0xd1, - 0x6a, 0x41, 0xd1, 0x6a, 0x22, 0x78, 0x72, 0x15, 0xd1, 0x13, 0x6b, 0xf6, 0x6d, 0xd8, 0xae, 0x0e, - 0xd0, 0x35, 0x84, 0xe8, 0x3f, 0xad, 0xd3, 0x58, 0x2b, 0x1d, 0x5b, 0xa5, 0x63, 0x96, 0x5c, 0xdd, - 0xeb, 0x6d, 0x69, 0xe8, 0x72, 0x92, 0x71, 0xf4, 0x31, 0x66, 0x0b, 0x20, 0x2f, 0xc8, 0x40, 0x49, - 0x09, 0x89, 0xb9, 0x17, 0x9e, 0x17, 0xe8, 0x57, 0x65, 0x69, 0xde, 0xad, 0x5a, 0x09, 0x06, 0xb7, - 0xcc, 0x31, 0x30, 0x5d, 0xdc, 0xea, 0xf5, 0x6b, 0x0d, 0x62, 0x14, 0x81, 0x6b, 0x64, 0xb5, 0xa5, - 0xa4, 0x04, 0xb3, 0x54, 0x05, 0x9a, 0xc4, 0xf3, 0xc6, 0x79, 0xb5, 0x70, 0xd1, 0x21, 0xcd, 0x38, - 0x3e, 0x1d, 0xfa, 0x04, 0x90, 0x10, 0x37, 0x56, 0x45, 0x2a, 0x63, 0xd9, 0x6b, 0x11, 0xbc, 0xc3, - 0x70, 0x52, 0xf4, 0x43, 0x2e, 0xf3, 0xd2, 0xd4, 0xce, 0xd9, 0xca, 0x5c, 0x85, 0x75, 0x10, 0xe3, - 0xb5, 0xb0, 0x09, 0x0a, 0x90, 0x33, 0xec, 0x95, 0xb4, 0xd7, 0xc5, 0x20, 0xa2, 0xc2, 0x0a, 0x3e, - 0xc7, 0x50, 0xe2, 0x97, 0xf4, 0x31, 0xca, 0xea, 0x64, 0x8d, 0x34, 0xde, 0x46, 0x7a, 0xd5, 0xab, - 0x90, 0x62, 0x83, 0x7c, 0x4f, 0x90, 0x89, 0xa4, 0x89, 0xf4, 0xc4, 0x70, 0x30, 0x43, 0xf6, 0x03, - 0xf7, 0x47, 0x30, 0xc5, 0x64, 0x78, 0x32, 0x18, 0x6f, 0x39, 0x59, 0xc1, 0x9d, 0xee, 0x23, 0x5c, - 0x65, 0x49, 0x96, 0xd9, 0x04, 0x0a, 0xba, 0xca, 0x2b, 0x52, 0x22, 0xe3, 0x32, 0xa2, 0x28, 0x80, - 0xe6, 0x22, 0xda, 0x3d, 0x38, 0xa0, 0xa4, 0x80, 0x7f, 0x4a, 0x5e, 0x40, 0xda, 0x27, 0x01, 0xd9, - 0xc6, 0xe9, 0x3c, 0x13, 0x4e, 0xf7, 0x99, 0x70, 0x7a, 0x3f, 0x86, 0xb3, 0x11, 0xca, 0x19, 0xb6, - 0xe7, 0x25, 0xbb, 0xd9, 0x88, 0x59, 0xa3, 0x06, 0x7f, 0x8f, 0xba, 0xff, 0xc9, 0xc7, 0xfa, 0xb1, - 0x7b, 0xdf, 0x79, 0x26, 0x9c, 0xee, 0x33, 0xe1, 0xf4, 0x7e, 0x08, 0xc7, 0x06, 0xa8, 0x51, 0x07, - 0x0d, 0x2b, 0x12, 0xeb, 0x07, 0xa5, 0xf4, 0xd5, 0x63, 0xb2, 0xc5, 0xdf, 0x11, 0xb7, 0xc6, 0x77, - 0x24, 0x37, 0xee, 0x3c, 0x13, 0x4e, 0xf7, 0x99, 0x70, 0x7a, 0x3f, 0x86, 0x63, 0x03, 0x94, 0x0d, - 0xcf, 0x63, 0x82, 0x0f, 0x2b, 0x8e, 0x1e, 0x7a, 0x55, 0xba, 0x55, 0x83, 0xb1, 0x55, 0x2b, 0x15, - 0xb1, 0x02, 0x55, 0xe1, 0xd6, 0x8f, 0x05, 0x59, 0x91, 0xf1, 0x89, 0x36, 0xf3, 0xc1, 0x25, 0x68, - 0xb3, 0xcb, 0x10, 0xf7, 0x14, 0x0a, 0xab, 0x3f, 0x10, 0x1c, 0xdf, 0x2c, 0x6c, 0x11, 0x87, 0x24, - 0xd4, 0x39, 0x93, 0x6b, 0x2f, 0x79, 0x8e, 0xfd, 0xfb, 0xfc, 0xbe, 0x99, 0x41, 0x8a, 0x2f, 0x08, - 0x0a, 0x38, 0x07, 0xeb, 0x36, 0xe9, 0x9e, 0x68, 0x20, 0x47, 0x49, 0x62, 0x1d, 0x1d, 0x2b, 0x2e, - 0x4d, 0xd5, 0x21, 0x8f, 0xc6, 0xc4, 0xb6, 0xc5, 0x27, 0x7d, 0x3f, 0x1a, 0x7f, 0xa3, 0x2f, 0x1e, - 0xc5, 0x8f, 0x1c, 0x6e, 0x58, 0x85, 0x13, 0x9e, 0xa2, 0xad, 0xb1, 0x93, 0x3a, 0x24, 0x5b, 0xea, - 0xc9, 0x1c, 0x92, 0xab, 0x89, 0xba, 0x5e, 0x43, 0x9c, 0x54, 0x0d, 0xd0, 0x3a, 0xb2, 0x6a, 0x96, - 0x8f, 0x9d, 0xb1, 0x73, 0x9a, 0xf7, 0xed, 0xee, 0x7a, 0xf4, 0xb8, 0xbb, 0x22, 0xa8, 0xc1, 0x87, - 0x1e, 0xb3, 0xd8, 0x0c, 0x6e, 0x5f, 0xfb, 0xaf, 0x7a, 0x77, 0xde, 0x17, 0x7c, 0x96, 0x88, 0x9b, - 0x44, 0x23, 0x3a, 0x72, 0x26, 0xd0, 0x02, 0x26, 0x3a, 0x20, 0xaf, 0xdd, 0x5c, 0xcd, 0x30, 0x84, - 0x85, 0x5e, 0xb9, 0xb5, 0x11, 0x31, 0xe2, 0x9e, 0x20, 0x14, 0xc1, 0x30, 0x8b, 0xc3, 0x6d, 0x12, - 0x1d, 0x0d, 0x76, 0x90, 0xe8, 0x7a, 0xc5, 0xa2, 0xce, 0x8a, 0x45, 0x9d, 0xde, 0x03, 0x12, 0xe1, - 0xd5, 0xed, 0x05, 0xb5, 0x4d, 0x2c, 0x08, 0xfb, 0xa0, 0xd5, 0x98, 0xf8, 0x30, 0x87, 0x2a, 0x77, - 0x53, 0xd2, 0x82, 0x89, 0x12, 0x2c, 0x15, 0x6d, 0xaa, 0x57, 0x99, 0xb6, 0x07, 0x6c, 0x6a, 0xe7, - 0x98, 0x89, 0x52, 0x98, 0xd0, 0x4a, 0xf6, 0xa1, 0x4e, 0x87, 0xf6, 0x87, 0x5c, 0x6f, 0x90, 0xe3, - 0x81, 0x58, 0xa3, 0x96, 0xc3, 0xec, 0x1d, 0x09, 0x6c, 0x99, 0x7a, 0x17, 0x10, 0xbe, 0x55, 0xe7, - 0xb0, 0x40, 0x6b, 0x4d, 0xfb, 0x74, 0x16, 0x80, 0xa3, 0x1d, 0x4e, 0xbf, 0x29, 0xa4, 0xde, 0x5a, - 0xc3, 0x4e, 0x39, 0xee, 0x0a, 0xab, 0x8b, 0x3d, 0x4d, 0x57, 0xcb, 0x56, 0x0c, 0x33, 0x5f, 0xc0, - 0x03, 0xaa, 0x8e, 0xae, 0x73, 0x28, 0xb8, 0x9d, 0xa9, 0x91, 0xf4, 0x8e, 0xa0, 0xe8, 0xba, 0xfd, - 0x95, 0x51, 0xc5, 0x5e, 0x0b, 0x80, 0xfc, 0x1b, 0x8c, 0xba, 0x8c, 0xab, 0xd4, 0x85, 0xbc, 0xdf, - 0x18, 0xa0, 0x5d, 0x3b, 0xe1, 0x90, 0x25, 0x37, 0xf3, 0x75, 0xd4, 0x16, 0x1c, 0x73, 0xce, 0xb5, - 0x2e, 0x41, 0x07, 0x2e, 0xc9, 0xc3, 0x6a, 0x18, 0x00, 0xe9, 0x2c, 0xf1, 0x69, 0x65, 0x8c, 0x6b, - 0x62, 0x5f, 0x77, 0x3b, 0x54, 0x24, 0xaa, 0xc0, 0xeb, 0x1a, 0x71, 0xe3, 0x13, 0x2e, 0xed, 0xe8, - 0xaf, 0x41, 0x93, 0x5c, 0x2d, 0x31, 0x16, 0x76, 0x70, 0x2e, 0x33, 0x77, 0xfb, 0x20, 0x6c, 0x73, - 0x37, 0x5c, 0x55, 0xa3, 0x19, 0xce, 0x61, 0x29, 0xad, 0x6e, 0x65, 0xe6, 0x48, 0x41, 0x6c, 0xac, - 0x17, 0xe8, 0xb1, 0xbb, 0xd6, 0x76, 0xa2, 0x47, 0x17, 0x27, 0x4f, 0x65, 0xfa, 0x5c, 0x49, 0x68, - 0xec, 0x4a, 0x06, 0x66, 0x6b, 0x14, 0x8f, 0x7b, 0xdd, 0xd6, 0xf8, 0xe3, 0x68, 0x97, 0xcc, 0xab, - 0x5a, 0x66, 0x08, 0xe5, 0xf5, 0x4e, 0xa0, 0x5f, 0x68, 0xff, 0xf7, 0xd3, 0x8b, 0xd6, 0xa7, 0x9d, - 0x28, 0xf8, 0xf3, 0xf2, 0x8f, 0x92, 0x4b, 0x9c, 0x94, 0x5b, 0x43, 0x3e, 0x6b, 0x7d, 0x4c, 0x0c, - 0xdb, 0x09, 0xf6, 0xf3, 0xbd, 0xac, 0xb3, 0xbc, 0x4b, 0xee, 0x00, 0x79, 0x7c, 0xb1, 0xe4, 0x82, - 0xcf, 0xe6, 0xe6, 0x0c, 0x2b, 0xf8, 0xeb, 0xd2, 0x48, 0xbc, 0xcb, 0xaf, 0x0a, 0x20, 0xc5, 0x1b, - 0x97, 0x17, 0x18, 0x0c, 0x8c, 0xe4, 0x7e, 0xe7, 0x5e, 0x6a, 0x93, 0x8c, 0xee, 0x53, 0x4f, 0x93, - 0xc5, 0xff, 0x3e, 0xbb, 0xb6, 0xed, 0x60, 0x6e, 0xcb, 0xc1, 0x4e, 0xef, 0x76, 0x94, 0xb7, 0xbf, - 0xe8, 0xff, 0x05, 0xa1, 0x98, 0xa8, 0xba, 0xe1, 0x0f, 0x00, 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xb5, 0x58, 0x6b, 0x6f, 0xdb, 0xca, + 0x11, 0xfd, 0xae, 0x5f, 0xb1, 0xde, 0x16, 0x06, 0x09, 0xd3, 0x94, 0x64, 0x35, 0x69, 0x60, 0x8b, + 0x4a, 0xfd, 0xd0, 0x8d, 0xdd, 0x3a, 0x8e, 0x0a, 0x19, 0xd7, 0x28, 0xd2, 0xe0, 0x5e, 0x9a, 0x1c, + 0x49, 0x1b, 0x93, 0xbb, 0xbc, 0xdc, 0xa5, 0x64, 0xc3, 0xd6, 0x7f, 0xef, 0xcc, 0x2e, 0xf5, 0xb4, + 0x9d, 0x16, 0x81, 0x8b, 0x20, 0x09, 0xb9, 0x3b, 0x3b, 0x33, 0x7b, 0xe6, 0xcc, 0x83, 0xea, 0xee, + 0x9c, 0x7d, 0x39, 0xbd, 0xfe, 0xd7, 0xa0, 0xcf, 0x26, 0x26, 0xcf, 0x7a, 0x5d, 0xfa, 0x97, 0x65, + 0xb1, 0x1c, 0x47, 0x1c, 0x24, 0xc7, 0x77, 0x88, 0xd3, 0x5e, 0x37, 0x07, 0x13, 0xb3, 0x64, 0x12, + 0x97, 0x1a, 0x4c, 0xc4, 0x2b, 0x33, 0xda, 0xff, 0xc0, 0xeb, 0xd5, 0x86, 0x8c, 0x73, 0x88, 0xf8, + 0x54, 0xc0, 0xac, 0x50, 0xa5, 0xe1, 0x2c, 0x51, 0xd2, 0x80, 0x44, 0xb1, 0x99, 0x48, 0xcd, 0x24, + 0x7a, 0xd7, 0x6a, 0x2d, 0x45, 0xb7, 0xb6, 0x52, 0x98, 0x8a, 0x04, 0xf6, 0xed, 0x4b, 0x20, 0xa4, + 0x30, 0x22, 0xce, 0xf6, 0x75, 0x12, 0x67, 0x10, 0xb5, 0x83, 0x3c, 0xbe, 0x17, 0x79, 0x95, 0x2f, + 0xdf, 0x2b, 0x0d, 0xa5, 0x7d, 0x89, 0x6f, 0xf1, 0x5d, 0x2a, 0xfe, 0xcc, 0x72, 0xaf, 0x6b, 0x84, + 0xc9, 0xa0, 0x77, 0x23, 0x7e, 0x11, 0x6c, 0x08, 0xc6, 0x08, 0x39, 0xd6, 0xdd, 0xa6, 0x5b, 0xec, + 0xea, 0xa4, 0x14, 0x85, 0xe9, 0x35, 0xa6, 0x71, 0xc9, 0x32, 0x95, 0x88, 0x22, 0x48, 0xa3, 0x54, + 0x25, 0x55, 0x8e, 0x0e, 0x05, 0xb8, 0x10, 0xed, 0xb4, 0x03, 0x54, 0x2f, 0x2f, 0x95, 0x2a, 0x74, + 0xd4, 0x0a, 0x8a, 0x12, 0x86, 0xf8, 0x3a, 0x1c, 0x5e, 0x9c, 0x45, 0x9c, 0x1f, 0x8d, 0x2a, 0x99, + 0x18, 0xa1, 0x24, 0x1b, 0x5f, 0xa4, 0x1e, 0xf8, 0x8f, 0x25, 0x98, 0xaa, 0x94, 0x2c, 0x0d, 0xc7, + 0x60, 0xfa, 0x19, 0x90, 0x96, 0x93, 0x07, 0xbb, 0x35, 0x5f, 0x8a, 0x26, 0xfd, 0x0d, 0xc9, 0xa4, + 0x84, 0xd8, 0x40, 0x2d, 0xbc, 0x21, 0x78, 0xee, 0xf9, 0x8f, 0x33, 0x21, 0x53, 0x35, 0x0b, 0x55, + 0x01, 0xd2, 0xe3, 0x13, 0x63, 0x0a, 0x7d, 0xd8, 0x6c, 0xde, 0x49, 0x15, 0xce, 0x32, 0x20, 0x2b, + 0xcd, 0x11, 0x9e, 0xae, 0x4a, 0xd0, 0x4d, 0x5d, 0x5f, 0xad, 0xf9, 0xa7, 0x99, 0x18, 0x89, 0xfd, + 0xc5, 0x2b, 0x5f, 0x53, 0x78, 0xb2, 0xad, 0x70, 0x79, 0x88, 0x07, 0xfc, 0x37, 0x0d, 0xd9, 0x68, + 0x5d, 0xfa, 0x0a, 0xa5, 0x31, 0x34, 0xda, 0x30, 0x88, 0x3c, 0x84, 0xe2, 0xa3, 0xb5, 0x8f, 0xe6, + 0xf9, 0x9e, 0x45, 0xea, 0x90, 0x73, 0x7f, 0x8f, 0x37, 0xbf, 0x6b, 0x25, 0x9b, 0x12, 0x0c, 0x0f, + 0x4c, 0x44, 0x28, 0x70, 0x82, 0x8b, 0xfb, 0x47, 0x26, 0x4c, 0x85, 0xa6, 0xa8, 0xa4, 0xd1, 0x4e, + 0x2b, 0x30, 0xa1, 0x90, 0x12, 0xca, 0xf3, 0xeb, 0xcf, 0x97, 0x11, 0x27, 0x04, 0x25, 0x9a, 0x0d, + 0xc3, 0x90, 0x07, 0x23, 0x30, 0xc9, 0x04, 0xef, 0x1d, 0x9a, 0x09, 0xba, 0x04, 0x51, 0x0f, 0x42, + 0x52, 0xe9, 0xf9, 0xab, 0x95, 0x2f, 0xb7, 0xdf, 0x21, 0x31, 0x61, 0xac, 0xb5, 0x18, 0x4b, 0xef, + 0x71, 0x1e, 0x3c, 0xa2, 0xbd, 0x99, 0x2a, 0xef, 0xf4, 0xe1, 0xd7, 0x6f, 0xf3, 0x00, 0xcf, 0x2e, + 0xde, 0x43, 0x8d, 0x21, 0xf7, 0x3c, 0x08, 0x8c, 0x1f, 0xf5, 0x4c, 0x58, 0xe2, 0x89, 0x7d, 0xb0, + 0xff, 0xf9, 0x61, 0x09, 0x69, 0x95, 0xc0, 0x62, 0xd3, 0x03, 0x94, 0xcd, 0xc1, 0x19, 0xc4, 0xfd, + 0x34, 0x8a, 0x22, 0x63, 0x1f, 0xfc, 0xa7, 0x27, 0x08, 0x8b, 0x4a, 0x4f, 0x3c, 0xe3, 0xa3, 0xee, + 0xe0, 0xeb, 0xb7, 0x35, 0x57, 0x1e, 0xc5, 0xc8, 0x6b, 0xa1, 0x28, 0x84, 0x19, 0xc8, 0xb1, 0x99, + 0xec, 0xee, 0x2e, 0xd9, 0xd1, 0x6d, 0xb7, 0xfc, 0x3a, 0xaa, 0xcb, 0xb5, 0xbd, 0xbd, 0x60, 0xaa, + 0x44, 0xca, 0x10, 0xe7, 0x6b, 0x91, 0x83, 0xaa, 0x8c, 0x77, 0x15, 0xb4, 0xa1, 0xe3, 0x1f, 0xad, + 0x91, 0xea, 0x28, 0x03, 0xc3, 0xa4, 0x03, 0xef, 0x74, 0x88, 0xd0, 0xa1, 0x0d, 0xe9, 0x3f, 0xd2, + 0xaa, 0x89, 0x90, 0x2d, 0x1c, 0x23, 0x83, 0xf7, 0xb7, 0x98, 0xa2, 0xa2, 0x63, 0x63, 0x4a, 0x71, + 0x5b, 0x19, 0xf0, 0xb8, 0x48, 0x31, 0x70, 0x74, 0x24, 0xd8, 0xde, 0xa1, 0x24, 0x78, 0x6d, 0x4f, + 0x49, 0xcc, 0x59, 0x39, 0xa6, 0xfd, 0x6b, 0xcf, 0x47, 0x81, 0x75, 0x52, 0xcb, 0x70, 0x1a, 0x67, + 0x15, 0x1c, 0x8d, 0x54, 0xe9, 0x91, 0x07, 0x80, 0xfe, 0x41, 0xd7, 0x84, 0xc9, 0x44, 0x64, 0x69, + 0x09, 0xb2, 0xbe, 0xf7, 0x11, 0xec, 0xed, 0xf9, 0x08, 0x30, 0xe4, 0x6a, 0x0a, 0xa7, 0xb4, 0xe7, + 0xad, 0x64, 0xbe, 0xc2, 0x37, 0x7f, 0xa9, 0x40, 0xa1, 0x02, 0xd5, 0x5d, 0xe0, 0x75, 0xa4, 0xf0, + 0x5c, 0x4d, 0x2b, 0x61, 0x2f, 0xa7, 0x0a, 0x62, 0x1b, 0xdd, 0x7a, 0xcb, 0x4d, 0xeb, 0x07, 0x0f, + 0xe0, 0xab, 0xfa, 0xe6, 0xe2, 0x12, 0x88, 0x35, 0x12, 0xfd, 0xfe, 0xe7, 0xc7, 0xe5, 0xce, 0x9c, + 0x79, 0xf5, 0x1b, 0x45, 0x7a, 0xce, 0xd2, 0x93, 0xdc, 0xff, 0x7d, 0x75, 0x10, 0xc3, 0x55, 0xdf, + 0x6a, 0x77, 0x77, 0xdb, 0x88, 0x83, 0x16, 0x08, 0xc7, 0xe5, 0x23, 0x21, 0x16, 0x17, 0x98, 0x20, + 0xa9, 0xbb, 0x98, 0xf0, 0xe7, 0xce, 0x61, 0xb5, 0xe9, 0xb0, 0x7a, 0xd9, 0x61, 0xbe, 0x73, 0x8a, + 0x59, 0x17, 0xa8, 0x75, 0xc6, 0x7f, 0x41, 0xfe, 0x94, 0xac, 0x66, 0xa9, 0xa5, 0xfd, 0xa6, 0x09, + 0xe5, 0x07, 0x12, 0xc1, 0x2c, 0xb2, 0x38, 0x81, 0x1b, 0x61, 0x88, 0x7a, 0xf3, 0xf5, 0x04, 0x6a, + 0x3f, 0x4f, 0x20, 0x3e, 0x5f, 0xcb, 0x55, 0x8c, 0xe3, 0xa3, 0x8b, 0xd6, 0x06, 0x8b, 0x76, 0xe0, + 0xe9, 0xc9, 0xba, 0xb3, 0x83, 0x84, 0xb5, 0xee, 0xd5, 0x0c, 0x3d, 0x5a, 0x91, 0x4b, 0xc8, 0xa2, + 0x72, 0xdc, 0x32, 0x0f, 0x05, 0x16, 0x4e, 0x03, 0xf7, 0x94, 0xcb, 0x21, 0xe2, 0x46, 0x7a, 0xf0, + 0xc9, 0x15, 0x54, 0xf7, 0xbc, 0x79, 0x63, 0xac, 0xc6, 0x2e, 0xac, 0x3c, 0xe8, 0x1c, 0x10, 0x6c, + 0xd6, 0x46, 0xb4, 0xc6, 0xa7, 0x00, 0xb6, 0xaf, 0xb5, 0xf4, 0x39, 0x53, 0x71, 0xfa, 0xf7, 0x21, + 0xa5, 0x23, 0x16, 0x08, 0xe7, 0xbe, 0x74, 0x74, 0xb7, 0x35, 0x19, 0x5d, 0x92, 0xdb, 0xc1, 0x2a, + 0x13, 0x4e, 0x19, 0xb9, 0xbd, 0x4e, 0x8e, 0x23, 0xee, 0xe4, 0x79, 0xf3, 0x7b, 0x3c, 0x8d, 0x17, + 0x0a, 0x9e, 0x09, 0xc6, 0xfa, 0x41, 0xa2, 0x0a, 0xcc, 0xeb, 0x34, 0xbc, 0x55, 0xe9, 0xc3, 0x46, + 0x0c, 0x24, 0xc9, 0xc7, 0x69, 0xda, 0x9f, 0x62, 0x21, 0xbe, 0x14, 0x1a, 0x7b, 0x12, 0x94, 0x1e, + 0x27, 0x37, 0x79, 0xe0, 0x61, 0xc9, 0x78, 0xfc, 0x04, 0xe6, 0x57, 0xcf, 0x9f, 0xbf, 0x2c, 0x07, + 0x65, 0xa9, 0x4a, 0x74, 0x0f, 0xe5, 0x88, 0x2d, 0x2a, 0x43, 0xca, 0xab, 0xb1, 0xc7, 0xfb, 0xb4, + 0xce, 0xea, 0xfb, 0x62, 0xd1, 0x63, 0x23, 0x91, 0x81, 0xbd, 0x06, 0x76, 0x30, 0x2c, 0x56, 0xfc, + 0xb2, 0x5e, 0x57, 0x23, 0x6a, 0x92, 0x23, 0x31, 0xae, 0xca, 0xd8, 0x02, 0xe4, 0xae, 0xc1, 0x46, + 0xb1, 0xa0, 0x5a, 0xff, 0x6f, 0x79, 0x21, 0x13, 0x95, 0x17, 0x88, 0x13, 0xb0, 0x22, 0x1e, 0x03, + 0x4b, 0x63, 0x13, 0xef, 0x60, 0xc5, 0x5e, 0xc3, 0x74, 0x88, 0x3c, 0xe0, 0x64, 0xe0, 0x90, 0x47, + 0x51, 0x5d, 0xea, 0xb1, 0x58, 0x5b, 0x7d, 0x61, 0x51, 0x2a, 0xa3, 0x12, 0x95, 0xed, 0xee, 0x7a, + 0xb6, 0xb3, 0xb5, 0x02, 0xcf, 0x16, 0xf2, 0x88, 0x24, 0xb2, 0xa1, 0x51, 0x25, 0x6a, 0xa5, 0xce, + 0x75, 0x61, 0x20, 0xa7, 0x8b, 0x27, 0x17, 0x05, 0xf7, 0xb1, 0x1c, 0xd6, 0x62, 0x78, 0x3e, 0x2f, + 0xd0, 0xe1, 0x5f, 0x50, 0x3f, 0xfb, 0xac, 0x52, 0x08, 0xd9, 0x20, 0x83, 0x58, 0x03, 0x43, 0x20, + 0x90, 0xde, 0x37, 0x97, 0xfd, 0x33, 0x76, 0x31, 0x40, 0x97, 0x82, 0x0d, 0x8d, 0x7a, 0x53, 0x63, + 0x60, 0xb5, 0xf9, 0x3e, 0x49, 0x59, 0x06, 0xfc, 0xa0, 0xb9, 0x2c, 0x9b, 0x9a, 0xc6, 0xa6, 0xf0, + 0xb1, 0x88, 0xda, 0x3c, 0xd8, 0x69, 0xfb, 0xf3, 0x46, 0xb7, 0x59, 0x37, 0xee, 0xae, 0x36, 0x0f, + 0xd8, 0xc7, 0xff, 0x26, 0x72, 0x6a, 0xf6, 0xac, 0x2a, 0x33, 0xa4, 0x09, 0x2d, 0x85, 0x89, 0xc6, + 0x2c, 0x3c, 0x42, 0x41, 0x2b, 0xd0, 0x6d, 0xba, 0x91, 0x85, 0xa2, 0x8e, 0xc1, 0x20, 0xcb, 0x98, + 0x46, 0x58, 0xfd, 0x7a, 0x5d, 0x2c, 0x54, 0x79, 0x83, 0x11, 0xdd, 0xe9, 0xe9, 0x37, 0xcd, 0x99, + 0x23, 0xfc, 0x70, 0xc4, 0x19, 0x0e, 0x28, 0x13, 0x85, 0x3b, 0x85, 0xd2, 0x34, 0x49, 0xa4, 0x62, + 0xca, 0x92, 0x0c, 0xfb, 0x10, 0xa6, 0x89, 0x42, 0x38, 0x66, 0x9b, 0x6b, 0x13, 0xc8, 0x8a, 0x13, + 0xde, 0x6b, 0x74, 0x91, 0x6d, 0x06, 0xa3, 0xe1, 0x12, 0xca, 0xbd, 0x70, 0xb4, 0x9a, 0x64, 0x22, + 0xb9, 0x8b, 0xf8, 0x39, 0x99, 0xfd, 0xd8, 0x6d, 0xba, 0x0d, 0x74, 0x0d, 0x55, 0xf4, 0x5e, 0x3e, + 0xd3, 0x58, 0x1e, 0x3a, 0xa1, 0x43, 0x27, 0x71, 0x72, 0xb7, 0x3a, 0xb7, 0x71, 0x42, 0x57, 0xb7, + 0xb9, 0x40, 0x1f, 0x87, 0xf1, 0x14, 0xd8, 0x2e, 0x3b, 0x55, 0x58, 0x2d, 0x12, 0xb3, 0x12, 0x9e, + 0x94, 0xe8, 0x97, 0xb3, 0x34, 0x39, 0x70, 0xc3, 0x10, 0x82, 0x5b, 0x15, 0x08, 0xcc, 0x01, 0x2e, + 0x75, 0x7a, 0xf5, 0x09, 0x66, 0x14, 0x83, 0x7b, 0x64, 0x35, 0x51, 0xb2, 0x2e, 0x58, 0x28, 0xd3, + 0x59, 0x9a, 0x6b, 0x6c, 0x7a, 0x48, 0xb8, 0xd9, 0x8e, 0xbf, 0xba, 0xdf, 0x15, 0xb9, 0x4a, 0x05, + 0x60, 0xcd, 0x55, 0xb4, 0x7e, 0xe5, 0x94, 0x59, 0x74, 0x99, 0x67, 0x8b, 0x03, 0x03, 0x24, 0xd4, + 0x03, 0x99, 0x94, 0xca, 0x10, 0xfb, 0xc9, 0x03, 0xff, 0x90, 0xc4, 0xbb, 0xb6, 0x2e, 0xb1, 0xb5, + 0x9a, 0xc4, 0xea, 0x8a, 0xb4, 0x98, 0xf0, 0xe8, 0x71, 0x59, 0x80, 0x22, 0xde, 0x39, 0xe0, 0xd6, + 0xce, 0xc2, 0x4c, 0x81, 0x21, 0xc1, 0x87, 0xf4, 0xb9, 0xb6, 0xc5, 0xce, 0x4a, 0xd3, 0x60, 0x43, + 0xd3, 0xfb, 0x8e, 0xd3, 0x34, 0x34, 0x98, 0x37, 0x09, 0x32, 0x9a, 0x61, 0x23, 0x23, 0x58, 0x63, + 0xc3, 0x5a, 0xa1, 0xfd, 0xc3, 0x90, 0x2a, 0xec, 0xec, 0xfc, 0x74, 0xb0, 0xe1, 0x6c, 0xad, 0xee, + 0xa2, 0xc5, 0x6b, 0x4b, 0xb2, 0xca, 0x6f, 0xa1, 0xe4, 0x0b, 0x7e, 0x20, 0xb5, 0x72, 0x21, 0x23, + 0xde, 0xb2, 0xe6, 0x22, 0x7e, 0xf0, 0xee, 0x1d, 0x67, 0x25, 0xfc, 0x51, 0x09, 0x9c, 0x4d, 0x7a, + 0x2c, 0x64, 0x5b, 0x7a, 0xda, 0x6f, 0xa4, 0xe7, 0xe0, 0x8d, 0xf4, 0x74, 0x7e, 0x4a, 0xcf, 0x1a, + 0x94, 0x63, 0x9c, 0x74, 0x67, 0xf1, 0xc3, 0x61, 0x63, 0x0d, 0x34, 0xa7, 0xfb, 0xd3, 0x4f, 0x63, + 0xd6, 0xd8, 0xd4, 0xf3, 0x46, 0x98, 0x7d, 0x7a, 0x23, 0xcc, 0x3e, 0xfd, 0x3c, 0x66, 0x8d, 0x1a, + 0x34, 0xcc, 0x6c, 0xcc, 0x43, 0x94, 0xd2, 0x77, 0x87, 0xcf, 0x70, 0x1b, 0xfe, 0x0f, 0xb8, 0x35, + 0x7e, 0xe8, 0x68, 0xad, 0xa7, 0xfd, 0x46, 0x7a, 0x0e, 0xde, 0x48, 0x4f, 0xe7, 0xe7, 0xf4, 0x10, + 0x40, 0xf9, 0xd9, 0xd5, 0x90, 0x61, 0x83, 0xc6, 0xaf, 0x22, 0xbd, 0x48, 0x5d, 0x57, 0x68, 0x28, + 0x6b, 0xa5, 0x62, 0x24, 0xe0, 0x12, 0xb7, 0x6e, 0x3a, 0xb5, 0xed, 0xc6, 0x46, 0xb9, 0xa9, 0x6b, + 0xc3, 0xe7, 0x67, 0x55, 0x86, 0xd9, 0x96, 0x9a, 0xd1, 0xf9, 0xd3, 0x4c, 0x60, 0xef, 0xc3, 0x12, + 0x71, 0xc8, 0xba, 0xba, 0x88, 0xe5, 0xd2, 0x4b, 0x51, 0x60, 0x1f, 0xb8, 0x5a, 0x15, 0x35, 0x48, + 0xb1, 0x13, 0xa1, 0x80, 0x75, 0xb0, 0x2e, 0xb7, 0xb6, 0xd5, 0x03, 0x3b, 0x4e, 0x12, 0x72, 0x74, + 0xa0, 0x84, 0x34, 0xb6, 0xd2, 0x36, 0x8e, 0x07, 0x8c, 0xca, 0xe3, 0x8b, 0xbe, 0x1f, 0x0f, 0x5e, + 0xad, 0x8f, 0xce, 0xe1, 0xe3, 0xe7, 0x65, 0xd1, 0xa6, 0xdb, 0xb9, 0x48, 0xd1, 0xd6, 0xc0, 0x4a, + 0x1d, 0xb2, 0x8d, 0xe3, 0xc9, 0x04, 0x92, 0xbb, 0x5b, 0x75, 0xbf, 0x54, 0x71, 0xee, 0x0a, 0x20, + 0x39, 0xb2, 0x28, 0x96, 0xcf, 0x9d, 0xa1, 0x4f, 0x48, 0xff, 0x47, 0xd5, 0xb5, 0x56, 0x36, 0x70, + 0x91, 0x5a, 0xab, 0xae, 0xa8, 0xd4, 0xe0, 0xc0, 0x80, 0x51, 0xf4, 0xc2, 0xc7, 0x0f, 0xc1, 0xfb, + 0xce, 0xdc, 0x7f, 0xc2, 0x9e, 0xc1, 0xec, 0x37, 0x79, 0xc4, 0xfb, 0xd6, 0x04, 0x5a, 0xc0, 0x40, + 0x87, 0xec, 0x83, 0xfd, 0x85, 0x21, 0x46, 0x08, 0x4b, 0xbd, 0x70, 0x6b, 0x0d, 0x31, 0x66, 0x5b, + 0x19, 0x7d, 0xd0, 0x48, 0xc8, 0x0e, 0x37, 0x49, 0x74, 0x7c, 0xfa, 0x0a, 0x89, 0xee, 0x17, 0x2c, + 0x6a, 0x2f, 0x58, 0xd4, 0xee, 0x6c, 0x91, 0x08, 0xaf, 0x4e, 0x17, 0xd4, 0x14, 0x58, 0xfb, 0x61, + 0xb0, 0xd0, 0x89, 0x0d, 0xbe, 0xeb, 0x3e, 0x01, 0x98, 0x9b, 0x76, 0x91, 0x8a, 0x14, 0xea, 0x45, + 0xa4, 0x69, 0x23, 0x1e, 0xd1, 0x3c, 0x74, 0xab, 0x14, 0x06, 0xd4, 0xc9, 0x6e, 0x9f, 0x69, 0xf3, + 0xde, 0x99, 0xd0, 0x6b, 0xe4, 0xd8, 0x12, 0x6b, 0xd4, 0x72, 0x18, 0xbd, 0xe3, 0x0c, 0x4b, 0xa6, + 0x7e, 0x4d, 0x11, 0xf6, 0xaa, 0x2b, 0x98, 0xa2, 0x35, 0x8f, 0x5a, 0x68, 0x09, 0x38, 0x22, 0xe6, + 0x38, 0xd2, 0x42, 0xea, 0x2f, 0x4f, 0xd0, 0xb4, 0x64, 0xaf, 0xb0, 0xb8, 0xd8, 0xcb, 0x74, 0x25, + 0xb6, 0x22, 0xcc, 0x62, 0x0a, 0x5b, 0x54, 0xed, 0xdf, 0x17, 0x50, 0x0a, 0xfa, 0x79, 0x02, 0x49, + 0x6f, 0x09, 0x7a, 0xe6, 0x3e, 0x4c, 0x1c, 0xf6, 0x3a, 0x03, 0x28, 0xfe, 0x0b, 0xa3, 0x6e, 0x86, + 0x2e, 0x74, 0x5d, 0xd1, 0x6b, 0x9c, 0xa2, 0x5d, 0x9a, 0x94, 0xd8, 0x0c, 0xbf, 0x08, 0x96, 0xa8, + 0x4d, 0x05, 0xc6, 0x5c, 0x68, 0x5d, 0x81, 0x0e, 0x6d, 0x90, 0xcf, 0xdc, 0x50, 0x00, 0xd2, 0x5a, + 0x12, 0x23, 0x67, 0x4c, 0x68, 0x46, 0xdd, 0x9d, 0x86, 0x93, 0x44, 0x95, 0x78, 0x5d, 0x93, 0x3d, + 0x04, 0x4c, 0x48, 0xfa, 0x15, 0x45, 0x83, 0x66, 0x85, 0x9a, 0x21, 0x16, 0x34, 0x80, 0x57, 0xb9, + 0xbd, 0x7d, 0xd8, 0x6d, 0x0a, 0x3b, 0xa4, 0xb9, 0x11, 0x0f, 0xe7, 0xb9, 0x94, 0xbb, 0x5b, 0xd1, + 0x27, 0x19, 0x15, 0xd6, 0x6b, 0xf4, 0xd8, 0x4d, 0x38, 0x1b, 0x81, 0xee, 0x5f, 0x9f, 0xbf, 0x14, + 0xe9, 0x2b, 0x25, 0xa1, 0xf1, 0x5a, 0x30, 0x30, 0x5a, 0xfd, 0xe1, 0xa0, 0x73, 0xb0, 0x3f, 0xf8, + 0xd2, 0x7f, 0x4d, 0xe6, 0x7d, 0x2d, 0x73, 0x06, 0xd5, 0xfd, 0xab, 0x8a, 0xfe, 0xca, 0x7b, 0xff, + 0xb8, 0xb8, 0xde, 0xff, 0xf5, 0x55, 0x2d, 0x1f, 0x78, 0xef, 0x9f, 0x95, 0x90, 0x38, 0x71, 0xef, + 0x9f, 0x89, 0xf1, 0xfe, 0x97, 0xc4, 0xc4, 0xaf, 0x2a, 0xfb, 0xcb, 0x4a, 0xd6, 0x5a, 0x7e, 0x4d, + 0xee, 0x1d, 0xf2, 0xf8, 0x7a, 0x26, 0x32, 0x31, 0x9e, 0x98, 0x4b, 0xcc, 0xe0, 0x1f, 0x4b, 0x23, + 0xf1, 0x6e, 0x7e, 0x28, 0x80, 0x14, 0x6f, 0xdc, 0x5c, 0x23, 0x18, 0x88, 0x64, 0xab, 0xbd, 0x92, + 0x5a, 0x27, 0xa3, 0xfd, 0x5b, 0x4f, 0xa5, 0xe5, 0xff, 0x7d, 0x06, 0x6e, 0xd2, 0x80, 0x4f, 0xe9, + 0x40, 0x5f, 0x01, 0xf4, 0x49, 0x40, 0xbf, 0x6d, 0xfe, 0x07, 0x10, 0x1c, 0x76, 0x1f, 0xeb, 0x14, + 0x00, 0x00 }; // Autogenerated from wled00/data/settings_leds.htm, do not edit!! -const uint16_t PAGE_settings_leds_length = 7391; +const uint16_t PAGE_settings_leds_length = 7500; const uint8_t PAGE_settings_leds[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xdd, 0x3c, 0xdb, 0x56, 0xe3, 0x48, - 0x92, 0xef, 0xfe, 0x8a, 0x24, 0xbb, 0x9b, 0x96, 0xc6, 0xc2, 0x96, 0x7c, 0xa1, 0x29, 0xdb, 0x32, - 0x8b, 0x81, 0xaa, 0x66, 0x06, 0x1a, 0x0e, 0xa6, 0xbb, 0x66, 0x4e, 0x75, 0x9d, 0x2a, 0x59, 0x4a, - 0xdb, 0x2a, 0x64, 0xc9, 0x23, 0xc9, 0x80, 0x17, 0xbc, 0xdf, 0xb4, 0xdf, 0xb0, 0x5f, 0xb6, 0x11, - 0x99, 0xa9, 0x9b, 0x2d, 0x1b, 0xba, 0x67, 0xf6, 0x65, 0xe7, 0x9c, 0x9e, 0x92, 0xa5, 0xc8, 0xc8, - 0xc8, 0xc8, 0xb8, 0x67, 0x24, 0xbd, 0xbd, 0xb3, 0xeb, 0xd3, 0xbb, 0x7f, 0xdc, 0x9c, 0x93, 0x69, - 0x3c, 0xf3, 0xfa, 0x3d, 0xfc, 0x7f, 0xe2, 0x59, 0xfe, 0xc4, 0xa4, 0xcc, 0xa7, 0xf0, 0x9b, 0x59, - 0x4e, 0xbf, 0x37, 0x63, 0xb1, 0x45, 0xec, 0xa9, 0x15, 0x46, 0x2c, 0x36, 0xe9, 0x22, 0x1e, 0x1f, - 0x1c, 0x51, 0xf9, 0xb6, 0xe2, 0x5b, 0x33, 0x66, 0xd2, 0x07, 0x97, 0x3d, 0xce, 0x83, 0x30, 0xa6, - 0xc4, 0x0e, 0xfc, 0x98, 0xf9, 0x00, 0xf6, 0xe8, 0x3a, 0xf1, 0xd4, 0x6c, 0xeb, 0x7a, 0x0a, 0xba, - 0xf6, 0xc9, 0x61, 0x0f, 0xae, 0xcd, 0x0e, 0xf8, 0x0f, 0xcd, 0xf5, 0xdd, 0xd8, 0xb5, 0xbc, 0x83, - 0xc8, 0xb6, 0x3c, 0x66, 0x1a, 0xda, 0xcc, 0x7a, 0x72, 0x67, 0x8b, 0x59, 0xfa, 0x7b, 0x11, 0xb1, - 0x90, 0xff, 0xb0, 0x46, 0xf0, 0xdb, 0x0f, 0xe8, 0xc6, 0xcc, 0xfd, 0x5e, 0xec, 0xc6, 0x1e, 0xeb, - 0x5f, 0x9e, 0x9f, 0x91, 0x21, 0x8b, 0x63, 0xd7, 0x9f, 0x44, 0xbd, 0xba, 0x78, 0xd7, 0x8b, 0xec, - 0xd0, 0x9d, 0xc7, 0xfd, 0xca, 0x83, 0x15, 0x12, 0x2f, 0xb0, 0xdd, 0xb9, 0x16, 0xbb, 0x33, 0x16, - 0x2c, 0x62, 0xcd, 0x31, 0x9d, 0xc0, 0x5e, 0xcc, 0x80, 0x2e, 0xcd, 0xb3, 0xe6, 0x21, 0x7b, 0x30, - 0xdb, 0x6d, 0x9c, 0x7d, 0x20, 0x88, 0xb8, 0x32, 0x5b, 0xac, 0x89, 0x0f, 0x37, 0x03, 0xb3, 0xa5, - 0xbf, 0x3b, 0xc4, 0xc7, 0x4b, 0xd3, 0x68, 0x36, 0xf9, 0xcb, 0xcb, 0xd1, 0x3f, 0x17, 0x41, 0x6c, - 0xea, 0x9a, 0xbd, 0x88, 0xe2, 0x60, 0x36, 0x8c, 0xad, 0x30, 0x8e, 0xcc, 0x3d, 0x43, 0x8b, 0xf8, - 0xd3, 0x99, 0x1b, 0xc6, 0x4b, 0xf3, 0xd3, 0x67, 0x04, 0x3d, 0xbd, 0xbe, 0x7e, 0x60, 0x61, 0xe8, - 0x3a, 0x2c, 0x32, 0xdb, 0x1a, 0xd0, 0x00, 0x60, 0xdd, 0xf1, 0xc2, 0xb7, 0x63, 0x37, 0xf0, 0xc9, - 0xcf, 0x8a, 0xfa, 0xfc, 0xe8, 0xfa, 0x4e, 0xf0, 0x58, 0x0b, 0xe6, 0xcc, 0x57, 0xe8, 0x34, 0x8e, - 0xe7, 0x51, 0xa7, 0x5e, 0xbf, 0xf7, 0x83, 0xda, 0xa3, 0xc7, 0x9c, 0xda, 0x84, 0xd5, 0xc7, 0xcc, - 0x8a, 0x17, 0x21, 0x8b, 0xea, 0x91, 0x5c, 0x5e, 0xfd, 0x3b, 0xf8, 0x72, 0x90, 0xfc, 0xa2, 0xea, - 0x2a, 0xc5, 0x37, 0x58, 0xc7, 0x97, 0x8e, 0xa1, 0x1a, 0xfd, 0x12, 0x31, 0x6f, 0x9c, 0x87, 0x9e, - 0x5c, 0x38, 0x0a, 0x53, 0x9f, 0x43, 0x06, 0xe8, 0x7d, 0x82, 0x73, 0xc5, 0xe7, 0x1e, 0x43, 0x9e, - 0x0c, 0x96, 0xfc, 0x53, 0x06, 0x1a, 0x8c, 0xc7, 0x08, 0x9a, 0x87, 0x89, 0x06, 0xcb, 0x5f, 0x60, - 0x2b, 0xe0, 0xf5, 0x27, 0xfd, 0x73, 0xed, 0xc1, 0xf2, 0x16, 0xcc, 0x3c, 0x30, 0xb2, 0x21, 0x5e, - 0x60, 0x39, 0x7f, 0x1d, 0x2a, 0x4c, 0xf3, 0xcd, 0x3d, 0x5d, 0x7d, 0xf6, 0x58, 0x4c, 0x62, 0xd3, - 0xa9, 0xd9, 0x21, 0x2c, 0x87, 0x49, 0x1c, 0x0a, 0x15, 0x3b, 0x44, 0xd5, 0x6e, 0x5c, 0x03, 0x52, - 0x4f, 0xe2, 0x38, 0x74, 0x47, 0x8b, 0x98, 0xc1, 0x87, 0xd0, 0xa6, 0x1a, 0x53, 0xb5, 0xf5, 0xf7, - 0xf1, 0x72, 0xce, 0x60, 0x31, 0x31, 0x7b, 0x8a, 0xeb, 0xdf, 0xac, 0x07, 0x2b, 0x41, 0xb0, 0x01, - 0x68, 0x45, 0x4b, 0x1f, 0x50, 0xf8, 0xaa, 0xe6, 0xd4, 0x46, 0x81, 0xb3, 0xac, 0x59, 0x73, 0x60, - 0x89, 0x73, 0x3a, 0x75, 0x3d, 0x47, 0x89, 0x11, 0xde, 0x72, 0x9c, 0xf3, 0x07, 0xa0, 0xe2, 0xd2, - 0x8d, 0x40, 0x40, 0x59, 0xa8, 0x50, 0xa4, 0x99, 0x6a, 0x8a, 0x6a, 0xf6, 0x61, 0xa9, 0x8b, 0xd9, - 0x97, 0x39, 0xee, 0xa2, 0x53, 0x0b, 0xa3, 0x07, 0x47, 0x3e, 0x05, 0x5f, 0xe6, 0xae, 0x1f, 0x89, - 0x1f, 0xb0, 0xbd, 0x5f, 0x26, 0x73, 0x37, 0x30, 0x9b, 0xef, 0xb4, 0x0f, 0x2c, 0xfe, 0x4d, 0x51, - 0x35, 0x7b, 0xca, 0xec, 0xfb, 0xa1, 0x0b, 0x4f, 0x48, 0xcc, 0xe0, 0x12, 0x1e, 0x0e, 0x0c, 0xd3, - 0x14, 0xc8, 0x80, 0x4f, 0xfb, 0xfb, 0xe2, 0xb1, 0x16, 0x4d, 0xdd, 0x71, 0xac, 0xa8, 0xab, 0x72, - 0x3a, 0x40, 0x62, 0x82, 0x10, 0x96, 0x0f, 0x74, 0x80, 0xf6, 0x44, 0x81, 0xc7, 0x6a, 0x5e, 0x30, - 0x51, 0xe8, 0x39, 0xbe, 0x27, 0x92, 0xb9, 0xb0, 0xad, 0x64, 0xec, 0x7a, 0x8c, 0xb3, 0x09, 0xd4, - 0x25, 0x04, 0x76, 0x5e, 0xca, 0xf7, 0xc1, 0x18, 0x35, 0x72, 0xec, 0x4e, 0x16, 0xa1, 0xc5, 0x77, - 0x43, 0xb0, 0x89, 0x8c, 0x2d, 0x17, 0xa5, 0xea, 0x77, 0xff, 0xc2, 0xb7, 0x83, 0xd9, 0x1c, 0x36, - 0x85, 0x91, 0xb9, 0x35, 0x61, 0xc4, 0xb1, 0x62, 0x6b, 0x0f, 0x84, 0x23, 0xb7, 0xe7, 0xd1, 0x34, - 0x78, 0xbc, 0x0b, 0xac, 0x28, 0x16, 0x7b, 0x68, 0xa8, 0xcf, 0xa8, 0x46, 0xb1, 0x89, 0x62, 0x43, - 0x63, 0xfc, 0xc0, 0xb7, 0xcd, 0xf5, 0x81, 0xe4, 0x9f, 0xef, 0xae, 0x2e, 0x4d, 0x06, 0x6b, 0xb1, - 0x3d, 0x2b, 0x8a, 0x50, 0x2e, 0x4c, 0xff, 0x58, 0x2e, 0xa3, 0x43, 0x11, 0x13, 0xd5, 0x6c, 0x8f, - 0x59, 0xe1, 0x9d, 0xd0, 0x3f, 0x45, 0xea, 0x21, 0xdf, 0xb6, 0x78, 0x09, 0xeb, 0xb3, 0x7c, 0x77, - 0xc6, 0x49, 0x35, 0xa9, 0x1f, 0xf8, 0xb0, 0x28, 0x09, 0x61, 0x02, 0x23, 0x93, 0x41, 0x4a, 0x42, - 0x1b, 0x88, 0x79, 0x7e, 0xaa, 0xdc, 0x73, 0x2d, 0x64, 0x73, 0xcf, 0xb2, 0x51, 0x80, 0xf8, 0xa4, - 0x14, 0xd7, 0xa4, 0x35, 0xde, 0xe9, 0x7a, 0x6e, 0x65, 0xa3, 0x4b, 0x77, 0xe6, 0xc6, 0x11, 0xae, - 0x4b, 0x8b, 0x35, 0x57, 0x7d, 0xe6, 0x8a, 0xcf, 0x84, 0xe2, 0xc7, 0x52, 0xed, 0x7d, 0xa1, 0xf3, - 0x6e, 0x36, 0x0c, 0x77, 0xfe, 0xfa, 0x6f, 0x8a, 0xe0, 0x03, 0x33, 0xd7, 0x94, 0xe1, 0xce, 0x9a, - 0x70, 0x7d, 0xa0, 0xae, 0x3f, 0x5f, 0x20, 0x6b, 0xc6, 0x41, 0xa8, 0xb8, 0xa6, 0xde, 0x75, 0x7b, - 0xb0, 0x7b, 0xcc, 0x9f, 0xc4, 0xd3, 0xae, 0x5b, 0xad, 0x8a, 0xd1, 0xbe, 0xc9, 0x3e, 0xb9, 0x9f, - 0x6b, 0x68, 0xcb, 0x6a, 0xd1, 0x62, 0x14, 0x81, 0xd4, 0xfa, 0x13, 0x45, 0xd7, 0x1a, 0x6a, 0xd7, - 0x1d, 0xc3, 0x36, 0xea, 0xd4, 0x34, 0xfd, 0x97, 0x17, 0x7a, 0x69, 0x24, 0x0f, 0x8d, 0xe4, 0xa1, - 0x89, 0x0f, 0xc9, 0x5e, 0x94, 0x61, 0x11, 0x38, 0xe6, 0x68, 0xb6, 0x2f, 0x40, 0xc5, 0xca, 0x74, - 0x96, 0x5e, 0xde, 0xd1, 0x6a, 0x9c, 0x29, 0xae, 0x66, 0xe8, 0x6a, 0xdf, 0x3c, 0xd2, 0x55, 0xb4, - 0xd5, 0xae, 0xbf, 0x60, 0x2b, 0xc0, 0xf0, 0x06, 0x32, 0xf0, 0xa1, 0x25, 0x1f, 0x6e, 0x2f, 0xe5, - 0xc3, 0xe0, 0x4e, 0x3e, 0x5c, 0xdc, 0x72, 0x52, 0xf7, 0xf7, 0x29, 0xdd, 0x13, 0x94, 0xf2, 0xc9, - 0xe0, 0xf7, 0x81, 0x51, 0x78, 0x23, 0x56, 0x63, 0x81, 0x56, 0x71, 0xa6, 0xdd, 0x03, 0xd3, 0xee, - 0x7b, 0x42, 0xed, 0x12, 0xce, 0xdd, 0x03, 0xe7, 0xac, 0xda, 0x7c, 0x11, 0x4d, 0x15, 0xf1, 0xe1, - 0xd3, 0xfd, 0x67, 0xb5, 0x00, 0xcd, 0xd5, 0xaa, 0x0c, 0x9a, 0xab, 0x1e, 0x42, 0xc3, 0x9a, 0xac, - 0x5a, 0x14, 0xc0, 0xfa, 0x7d, 0xb3, 0xef, 0x9b, 0x66, 0xca, 0xa2, 0x8c, 0x12, 0x64, 0x84, 0xaa, - 0x4a, 0x8b, 0x28, 0x74, 0xea, 0xeb, 0x30, 0x08, 0xc3, 0xa5, 0xc6, 0x77, 0x9f, 0x7c, 0xff, 0xfc, - 0xd7, 0xe1, 0xf5, 0x2f, 0x35, 0xc1, 0x69, 0x77, 0xbc, 0x54, 0x2c, 0x75, 0x45, 0x6c, 0xcb, 0xff, - 0x31, 0x26, 0x23, 0x46, 0xc0, 0x5b, 0x39, 0xb5, 0xaf, 0xaa, 0x96, 0xe1, 0x33, 0x29, 0x15, 0xbf, - 0xc6, 0xe0, 0x6d, 0x22, 0xb0, 0x06, 0x60, 0xfd, 0x71, 0x83, 0x81, 0x35, 0x7b, 0xa6, 0x0f, 0x9c, - 0x00, 0x66, 0xf1, 0x87, 0xd4, 0xb4, 0xfc, 0xbb, 0x09, 0xe4, 0x88, 0xd1, 0x4a, 0x01, 0xa1, 0x56, - 0xc8, 0x08, 0x97, 0x4e, 0x30, 0x21, 0xde, 0xf2, 0x75, 0x4a, 0x91, 0xbd, 0xdf, 0x4c, 0xb7, 0x6a, - 0x74, 0xbf, 0x65, 0x32, 0xfc, 0x2d, 0x91, 0xe1, 0x00, 0x76, 0xf0, 0xdb, 0x2b, 0x32, 0x1c, 0x24, - 0xc2, 0x13, 0x24, 0xc2, 0x13, 0x24, 0xc2, 0x13, 0x24, 0xc2, 0x13, 0x24, 0xc2, 0x13, 0x24, 0xc2, - 0x13, 0x24, 0xc2, 0x13, 0xa8, 0xcf, 0x1c, 0x15, 0x3c, 0x9a, 0x41, 0x61, 0x12, 0x43, 0x15, 0x44, - 0x78, 0xa5, 0x44, 0xbc, 0x55, 0x05, 0xbc, 0x57, 0x54, 0x40, 0x08, 0xee, 0xb7, 0x54, 0x70, 0x73, - 0xec, 0xca, 0xbd, 0x5f, 0xdb, 0x8e, 0x1b, 0xd7, 0xe7, 0xc6, 0xd7, 0x73, 0x6d, 0x94, 0x8a, 0xf8, - 0x91, 0x31, 0x1f, 0xf6, 0x25, 0x55, 0xd5, 0x55, 0x1d, 0x7f, 0x48, 0xa2, 0x57, 0x7b, 0x7c, 0x17, - 0xbe, 0x15, 0x76, 0xe1, 0x5b, 0x7e, 0x17, 0x56, 0xf0, 0x3f, 0x31, 0xc1, 0x9e, 0x9e, 0xd9, 0xa2, - 0x38, 0x5c, 0x0e, 0x17, 0x23, 0xb0, 0x62, 0xe8, 0x96, 0x81, 0x52, 0xa7, 0x36, 0x1c, 0xd7, 0xd0, - 0x88, 0xe7, 0xf0, 0xd4, 0x30, 0xae, 0x81, 0x25, 0x9f, 0xb1, 0xb1, 0xb5, 0xf0, 0x62, 0xc4, 0x96, - 0x98, 0xb0, 0x84, 0x64, 0x60, 0x5a, 0x1c, 0xcc, 0x6f, 0xc2, 0x00, 0x9c, 0x80, 0x25, 0x2c, 0xab, - 0x14, 0x51, 0x1e, 0xe2, 0xf4, 0x0d, 0xb0, 0x9b, 0xd2, 0x60, 0xd1, 0xbb, 0x20, 0x20, 0x33, 0xcb, - 0x5f, 0x12, 0x08, 0xb5, 0x22, 0x02, 0xb2, 0x41, 0x66, 0x8c, 0xc4, 0x01, 0x99, 0x5a, 0xbe, 0xe3, - 0xb1, 0x3d, 0xda, 0x45, 0xf3, 0xd9, 0x33, 0x58, 0x6b, 0x7f, 0x5f, 0xf1, 0xab, 0x26, 0xfd, 0xdd, - 0xff, 0x3d, 0x3c, 0x05, 0xef, 0x05, 0xb1, 0x4f, 0x08, 0xaa, 0x81, 0x6e, 0xc9, 0xf2, 0xc9, 0xf9, - 0xf0, 0xa6, 0xd9, 0xa8, 0xd1, 0xc4, 0x63, 0xf9, 0xea, 0x8a, 0x93, 0xce, 0x1d, 0xe7, 0x6f, 0x96, - 0xe7, 0x3a, 0x6e, 0xbc, 0x54, 0x54, 0x54, 0x08, 0x78, 0x1b, 0x89, 0x25, 0xe6, 0x4c, 0x37, 0xf3, - 0xb9, 0x57, 0x95, 0x26, 0x98, 0xbb, 0x22, 0x0c, 0x0d, 0xa9, 0x2a, 0x30, 0x30, 0xa7, 0xcb, 0x07, - 0x5e, 0x9e, 0x48, 0x3e, 0xb0, 0x63, 0x11, 0xde, 0x75, 0x74, 0x2d, 0x01, 0x06, 0x58, 0xe1, 0x72, - 0x1c, 0x37, 0x02, 0x5f, 0xb1, 0x04, 0x18, 0xb0, 0xd9, 0x9e, 0x0b, 0x4e, 0xa7, 0x23, 0x7d, 0x0f, - 0x07, 0x9d, 0x47, 0x8b, 0xc6, 0x1b, 0x60, 0x0b, 0xf3, 0xf5, 0xf5, 0xfd, 0xfd, 0xc4, 0xf3, 0xe7, - 0x89, 0xbe, 0x3c, 0xc9, 0xb9, 0x0d, 0x0e, 0x0f, 0xc1, 0x98, 0x18, 0xb2, 0x4e, 0xb0, 0x98, 0xfc, - 0xf2, 0x04, 0x66, 0xdc, 0x98, 0xbd, 0xad, 0x9b, 0x25, 0x14, 0xfc, 0x7a, 0x91, 0x9f, 0x2c, 0x99, - 0xfe, 0x39, 0x7a, 0x74, 0x63, 0x7b, 0xaa, 0x94, 0xf0, 0x08, 0x02, 0x32, 0x6d, 0x9d, 0x0c, 0xc0, - 0xad, 0xe5, 0x14, 0x26, 0x47, 0x12, 0x68, 0x9a, 0x6d, 0x45, 0x8c, 0xe8, 0x9d, 0x52, 0x54, 0x86, - 0x26, 0xf7, 0xa4, 0x3b, 0x82, 0xd0, 0xee, 0xbe, 0xcb, 0x61, 0x9b, 0x7a, 0x67, 0x63, 0x82, 0xa6, - 0x5e, 0x80, 0x68, 0x97, 0x40, 0xb4, 0xf3, 0x10, 0xed, 0x12, 0x88, 0x76, 0x01, 0xa2, 0x51, 0x06, - 0xd2, 0x48, 0x61, 0x1c, 0x21, 0xf7, 0x9d, 0x1d, 0x0c, 0x4d, 0x58, 0xb9, 0xe2, 0x30, 0x33, 0x03, - 0x00, 0xb2, 0x78, 0x06, 0xe5, 0x59, 0x2b, 0xb5, 0x1d, 0x43, 0x88, 0xa3, 0xd1, 0x72, 0x6c, 0x46, - 0x6e, 0x42, 0x62, 0x21, 0x7a, 0x49, 0xf4, 0x53, 0x5d, 0xdb, 0x1e, 0xc0, 0x76, 0xc5, 0x66, 0x18, - 0x7a, 0x24, 0x31, 0xf1, 0x2b, 0x66, 0xea, 0x94, 0x56, 0xfd, 0xcc, 0x4c, 0xa9, 0x5d, 0xa9, 0xb9, - 0x71, 0xf5, 0x95, 0x81, 0xc3, 0xcb, 0xe2, 0x40, 0x8d, 0xf5, 0x9a, 0x8d, 0xe3, 0x4c, 0x47, 0x9b, - 0xa6, 0x59, 0x3e, 0xa1, 0x5e, 0x18, 0x77, 0xcc, 0xfa, 0x8d, 0x77, 0xc7, 0x0d, 0xfd, 0x2f, 0x71, - 0xc7, 0x68, 0xc3, 0xff, 0x21, 0x82, 0xbe, 0x09, 0x18, 0xc4, 0x87, 0x23, 0x78, 0x75, 0x08, 0xff, - 0xf1, 0x1f, 0x2d, 0x78, 0x68, 0xf2, 0x1f, 0x4d, 0x03, 0x8c, 0x65, 0xaf, 0x75, 0x74, 0xdc, 0xee, - 0xb4, 0x5a, 0x20, 0xb3, 0x2f, 0x2f, 0xad, 0x36, 0x8a, 0xae, 0x84, 0xc8, 0xd8, 0x01, 0xcc, 0x61, - 0x69, 0x6c, 0x89, 0x51, 0xa6, 0x06, 0x79, 0x55, 0x57, 0x08, 0xda, 0x6c, 0xfe, 0x68, 0x85, 0x3e, - 0xd8, 0x8d, 0x8d, 0x6d, 0xe3, 0x9b, 0x7e, 0x95, 0xe8, 0xdc, 0x4f, 0x0d, 0x5d, 0xdf, 0x50, 0x0a, - 0x10, 0x03, 0xd3, 0x2c, 0xc8, 0xb1, 0xb4, 0x04, 0xa6, 0xd1, 0xe8, 0x6c, 0xe8, 0xac, 0x22, 0xbf, - 0x15, 0x05, 0xbf, 0x2b, 0xc2, 0x92, 0x6d, 0x81, 0x1e, 0xc8, 0x1c, 0xb3, 0x8b, 0x91, 0x9e, 0x95, - 0x8f, 0xf4, 0xb8, 0xeb, 0x42, 0x7f, 0x66, 0x6d, 0x89, 0xf5, 0x12, 0x3f, 0x6a, 0x95, 0x46, 0x71, - 0x9a, 0x97, 0xed, 0xb0, 0x55, 0x08, 0x00, 0x04, 0x7f, 0xe6, 0xba, 0x43, 0xab, 0x41, 0x5e, 0x60, - 0x3d, 0x74, 0x60, 0xfb, 0xfb, 0x5e, 0xef, 0xdd, 0xe1, 0x31, 0xbd, 0xb8, 0x21, 0x20, 0x9e, 0x90, - 0x37, 0x46, 0x1d, 0xda, 0xf1, 0xfa, 0xad, 0x77, 0xc7, 0xf4, 0x0c, 0xfc, 0x03, 0xf9, 0x70, 0x73, - 0x71, 0x2d, 0xde, 0x18, 0xc7, 0x14, 0x7f, 0xe0, 0x77, 0x2a, 0xde, 0x4a, 0xc3, 0x67, 0x6c, 0x22, - 0x6e, 0xbd, 0x43, 0xbc, 0x87, 0xad, 0x63, 0x7a, 0xea, 0xdd, 0x27, 0x38, 0x28, 0xe5, 0x1c, 0x8a, - 0xb6, 0x08, 0x92, 0x81, 0x58, 0x40, 0x90, 0x38, 0x7f, 0x40, 0x5e, 0xa5, 0xe8, 0x7b, 0x5a, 0xa0, - 0x6a, 0x63, 0x13, 0xc2, 0x8b, 0x5e, 0xbb, 0x3b, 0xc6, 0x68, 0x42, 0xd9, 0x86, 0x81, 0x56, 0xc7, - 0x02, 0x85, 0x8a, 0x5b, 0x94, 0xad, 0x6e, 0x7f, 0x7f, 0xdc, 0x6b, 0xbd, 0xbc, 0x08, 0xb2, 0x20, - 0xbf, 0x1a, 0xf3, 0x67, 0x03, 0x3f, 0xb6, 0x01, 0x64, 0x5c, 0x6d, 0xe9, 0x3d, 0xef, 0x58, 0x89, - 0xb6, 0x68, 0xbb, 0x16, 0x41, 0x9a, 0xf0, 0xcf, 0x85, 0x1b, 0x72, 0x53, 0xa8, 0x76, 0x36, 0x01, - 0x85, 0x0c, 0xe5, 0xc1, 0x20, 0xb9, 0x4f, 0x5d, 0xab, 0xaa, 0xae, 0x20, 0x18, 0x10, 0x96, 0x35, - 0x1c, 0x73, 0x5e, 0x25, 0xe6, 0xb0, 0xe4, 0xdd, 0xcb, 0x4b, 0x13, 0x48, 0xf4, 0x34, 0x8f, 0x6b, - 0x85, 0x07, 0x5a, 0x01, 0x63, 0xb7, 0xea, 0x7a, 0x90, 0x4b, 0xa7, 0x21, 0xc8, 0xd1, 0xf2, 0x08, - 0x03, 0xdf, 0x86, 0xa0, 0xe2, 0xde, 0xe4, 0xf8, 0x8e, 0x31, 0x4d, 0xdd, 0x33, 0x3a, 0x3c, 0x5b, - 0x5d, 0x41, 0x86, 0xd6, 0x04, 0xe7, 0xe0, 0xc9, 0xc9, 0x38, 0x3f, 0x38, 0xb3, 0x5a, 0xc0, 0xac, - 0x56, 0x73, 0x0f, 0x5f, 0x1d, 0x1d, 0x21, 0x19, 0x1c, 0xa1, 0x1d, 0x70, 0x84, 0xc5, 0x55, 0xe7, - 0x18, 0x8c, 0xe3, 0x4d, 0x89, 0xe0, 0xe8, 0x58, 0xb0, 0xa3, 0x93, 0xb2, 0x8f, 0xa3, 0x70, 0xdc, - 0x09, 0xe0, 0xa8, 0xd2, 0xc7, 0x0d, 0xed, 0xcc, 0x13, 0xb2, 0xa1, 0x97, 0x4d, 0x1d, 0x68, 0x01, - 0xeb, 0x63, 0xf0, 0x7f, 0xca, 0xf9, 0xf0, 0xf1, 0xba, 0xc8, 0x07, 0x5d, 0x2d, 0x4e, 0x69, 0xd3, - 0x12, 0xd2, 0xdf, 0x46, 0x6d, 0x48, 0x77, 0xac, 0x7a, 0xf7, 0xd0, 0x88, 0xfe, 0x7b, 0x18, 0x36, - 0x2e, 0xc3, 0x63, 0x1c, 0xe2, 0xd0, 0x66, 0x83, 0xe3, 0x69, 0xeb, 0x89, 0xb2, 0x95, 0xc5, 0x25, - 0x09, 0x1e, 0x6b, 0x03, 0x0f, 0xe4, 0x11, 0x2d, 0x64, 0x6f, 0xf9, 0x38, 0xb0, 0x6f, 0x9b, 0xf6, - 0x22, 0x23, 0xf9, 0xc2, 0x7f, 0x80, 0x80, 0x8c, 0x39, 0x04, 0x32, 0x6d, 0x4c, 0x60, 0x3b, 0xf4, - 0x16, 0xa2, 0x47, 0xb0, 0x3f, 0x0e, 0x51, 0xc2, 0x20, 0xb6, 0xf0, 0x93, 0x71, 0xa4, 0xff, 0xcf, - 0x7f, 0xab, 0x69, 0x7c, 0xe4, 0xec, 0xc6, 0xe7, 0xb0, 0x27, 0x34, 0x12, 0xbc, 0x3c, 0xd6, 0xa1, - 0x2b, 0x34, 0x15, 0x21, 0x28, 0xfa, 0x3f, 0x17, 0x0c, 0x9c, 0x23, 0xb7, 0x9d, 0x41, 0x78, 0xe2, - 0x79, 0x0a, 0xad, 0x3d, 0xc2, 0x8e, 0x6a, 0x73, 0x33, 0x4c, 0xac, 0x67, 0x66, 0x50, 0xe7, 0xdc, - 0x92, 0x86, 0x68, 0xfe, 0xd6, 0xd6, 0xba, 0xbe, 0x48, 0x6e, 0x8a, 0x16, 0xaf, 0x65, 0xe5, 0xda, - 0xcc, 0xd4, 0xb5, 0x07, 0x2c, 0xdd, 0x01, 0xfa, 0x6c, 0x9a, 0xc5, 0x46, 0x86, 0x3e, 0x31, 0x17, - 0xdb, 0x32, 0xf4, 0xa0, 0xf4, 0x53, 0x92, 0xf6, 0x9c, 0x42, 0xce, 0x30, 0x91, 0x79, 0x0b, 0xa6, - 0x40, 0x93, 0x24, 0x05, 0x9a, 0xa8, 0xaf, 0x28, 0x3d, 0xb8, 0x56, 0x93, 0xd7, 0x1e, 0xba, 0x25, - 0x83, 0x93, 0xfc, 0x69, 0x92, 0xe4, 0x4f, 0x62, 0x0e, 0xc5, 0x33, 0x5f, 0x4f, 0x73, 0x72, 0xba, - 0xa4, 0x8a, 0x24, 0xe7, 0x99, 0xaf, 0x00, 0x27, 0x04, 0x3f, 0xa9, 0x89, 0x1f, 0xae, 0x0f, 0x6c, - 0x59, 0x64, 0x9c, 0xb6, 0x03, 0x2f, 0x08, 0x4d, 0xfa, 0xdd, 0x78, 0x3c, 0xa6, 0xdd, 0x34, 0x2b, - 0x4a, 0x07, 0x66, 0xf5, 0xaf, 0x6c, 0xfc, 0x81, 0x91, 0x2b, 0x1c, 0xec, 0xa2, 0x3d, 0xc9, 0xfd, - 0x26, 0x49, 0xee, 0x37, 0x49, 0x72, 0xbf, 0x49, 0x92, 0xfb, 0x4d, 0x64, 0xe1, 0x60, 0xb1, 0x51, - 0x38, 0x58, 0xac, 0x15, 0x0e, 0xc6, 0xaf, 0x15, 0x0e, 0xc6, 0x7f, 0xa8, 0x70, 0x30, 0xde, 0x28, - 0x1c, 0x88, 0x3c, 0x58, 0x87, 0x2c, 0x78, 0x91, 0xcf, 0x82, 0x61, 0xa9, 0xee, 0x9e, 0xf9, 0x4d, - 0x10, 0xb1, 0x04, 0xb2, 0x5e, 0xcb, 0x86, 0x97, 0x09, 0x47, 0x96, 0x09, 0x47, 0x96, 0x09, 0x47, - 0x96, 0x09, 0x47, 0x96, 0x09, 0x47, 0x96, 0x09, 0x47, 0x96, 0x09, 0x47, 0x96, 0xb9, 0x6c, 0x78, - 0x59, 0x9a, 0x0d, 0x5f, 0x96, 0x12, 0xf1, 0xd6, 0x6c, 0xf8, 0x72, 0x57, 0x36, 0x2c, 0xb6, 0xe2, - 0xdb, 0xc6, 0x56, 0x64, 0x6f, 0x24, 0xdf, 0xd2, 0x79, 0xb2, 0x6f, 0xbc, 0x68, 0xb1, 0x5a, 0x8d, - 0x45, 0x6d, 0x83, 0x99, 0x7d, 0x96, 0xab, 0x6d, 0x2c, 0x8a, 0xb5, 0x8d, 0xe3, 0x4d, 0x09, 0x04, - 0xff, 0x4b, 0x3b, 0x1b, 0xaf, 0xd3, 0xc2, 0xc6, 0x9b, 0xb0, 0xd2, 0x20, 0xb4, 0xfc, 0x09, 0x1a, - 0x0b, 0x2e, 0xcf, 0x2b, 0x51, 0x81, 0x99, 0x24, 0x15, 0x18, 0x7c, 0x00, 0xae, 0xef, 0xa1, 0xf8, - 0x29, 0xaf, 0x88, 0x38, 0x38, 0x7f, 0x2f, 0x62, 0x9c, 0xdf, 0x17, 0xdb, 0x26, 0xec, 0xe6, 0x4f, - 0x06, 0x20, 0x25, 0xcc, 0xce, 0x05, 0x3e, 0x05, 0x9f, 0x61, 0x0a, 0x6e, 0x40, 0xbd, 0x88, 0xdb, - 0x4f, 0xe1, 0xe3, 0x66, 0xd2, 0xc7, 0xc9, 0x97, 0x60, 0xe6, 0x30, 0xd1, 0x82, 0xc0, 0x23, 0x8f, - 0x49, 0xbb, 0x00, 0x97, 0xa9, 0x58, 0xd9, 0xac, 0x1b, 0x78, 0x54, 0xb5, 0x7a, 0xd1, 0x9f, 0x01, - 0xd4, 0xcc, 0xb4, 0xaa, 0x17, 0xaa, 0x76, 0xd1, 0xb7, 0xe1, 0x87, 0x6d, 0xc2, 0xe3, 0x1f, 0x37, - 0x15, 0x3d, 0xf4, 0x6e, 0xca, 0x43, 0x15, 0x46, 0xc3, 0xf6, 0x89, 0xb9, 0xd0, 0xf7, 0x62, 0xf1, - 0xfd, 0x54, 0x9e, 0xea, 0xcc, 0xa4, 0x33, 0xd8, 0x78, 0x6f, 0x9a, 0x0f, 0xc7, 0x14, 0xf8, 0xad, - 0xd0, 0xea, 0x43, 0x95, 0x92, 0xf9, 0x74, 0x19, 0xb9, 0xb6, 0xe5, 0x25, 0xde, 0x63, 0xa6, 0x17, - 0x72, 0xad, 0x58, 0x13, 0x67, 0x2a, 0x71, 0x1d, 0x13, 0x8c, 0xbf, 0x18, 0xba, 0xcc, 0xd7, 0x9d, - 0x91, 0x95, 0xb9, 0xec, 0x91, 0x65, 0xdf, 0x4f, 0xc2, 0x60, 0xe1, 0x3b, 0xe6, 0x57, 0x34, 0xfd, - 0x56, 0x78, 0x30, 0x09, 0x2d, 0xc7, 0xc5, 0x93, 0x84, 0x77, 0xba, 0xc3, 0x26, 0x1a, 0xf9, 0xfe, - 0x59, 0x14, 0x2e, 0x0e, 0xf5, 0x63, 0xf1, 0xf0, 0x0e, 0x52, 0x03, 0x2e, 0x40, 0x39, 0x09, 0xb0, - 0x6d, 0x9b, 0xae, 0x88, 0x9e, 0x00, 0xaf, 0x7e, 0xd0, 0xc8, 0x77, 0xad, 0x56, 0x2b, 0xfb, 0x4d, - 0x60, 0xfe, 0x1f, 0xd4, 0xaf, 0x72, 0x47, 0x98, 0xb3, 0x2d, 0x0f, 0xb1, 0xfb, 0x57, 0x56, 0x3c, - 0x45, 0xb9, 0x50, 0xb8, 0xe1, 0xd6, 0x8e, 0x74, 0x5d, 0x7d, 0x79, 0x11, 0x33, 0x1f, 0xe9, 0xe5, - 0x7e, 0xb8, 0x04, 0x9f, 0x90, 0xe8, 0x04, 0x9b, 0xf5, 0x54, 0x82, 0xcd, 0xd0, 0xd7, 0x17, 0x22, - 0xb0, 0x3d, 0x42, 0xaa, 0x1b, 0x05, 0x7e, 0x81, 0x99, 0xd9, 0xfc, 0x47, 0xfa, 0x0f, 0x78, 0x16, - 0x00, 0xe8, 0x6a, 0x58, 0xb6, 0x21, 0x33, 0x36, 0x0b, 0xc2, 0x25, 0xad, 0x66, 0xe5, 0x9d, 0xe3, - 0xaf, 0x44, 0xe9, 0x8d, 0xfa, 0xe7, 0xb7, 0xb7, 0xd7, 0xb7, 0x1d, 0xf2, 0x2b, 0x2f, 0xd3, 0x04, - 0xe0, 0xf7, 0x81, 0x19, 0xb8, 0x13, 0xab, 0xc1, 0x5e, 0xaf, 0x3e, 0xea, 0xab, 0x5f, 0x21, 0xd8, - 0x57, 0x3b, 0x80, 0x4f, 0x17, 0xe5, 0x9f, 0x39, 0x40, 0xc8, 0x40, 0x81, 0x3b, 0xde, 0xa9, 0xc9, - 0x69, 0xb7, 0x99, 0xeb, 0x29, 0x0a, 0xa0, 0xad, 0x3e, 0xfc, 0x45, 0xa4, 0x54, 0x6a, 0xbd, 0x0d, - 0xab, 0xa8, 0x37, 0xba, 0x53, 0x73, 0xda, 0x6f, 0x1f, 0x67, 0x50, 0x53, 0xb5, 0x33, 0xed, 0x5a, - 0xa6, 0xcc, 0x21, 0x06, 0x3c, 0x6a, 0x5c, 0x4f, 0xe6, 0xb5, 0x91, 0x99, 0xcf, 0xe3, 0xb2, 0x9a, - 0xc9, 0xb4, 0x67, 0xd4, 0xf4, 0xc6, 0xfe, 0xfe, 0xde, 0x00, 0xfe, 0x1b, 0x1d, 0x03, 0x9a, 0xf3, - 0xe1, 0x0d, 0x69, 0xff, 0x86, 0x45, 0x50, 0xf2, 0xe8, 0xc6, 0x53, 0x62, 0x9c, 0x90, 0x5f, 0x87, - 0x03, 0x12, 0x2d, 0xe6, 0x73, 0x6f, 0x49, 0x3b, 0x8a, 0x55, 0x35, 0x07, 0xc7, 0xd4, 0x68, 0xfc, - 0x46, 0x68, 0x67, 0x74, 0x4c, 0x3f, 0x0e, 0x1b, 0x47, 0x46, 0x9b, 0x88, 0xdf, 0x14, 0x06, 0x52, - 0x0d, 0x20, 0xa6, 0xf8, 0x7f, 0xf4, 0x44, 0x8e, 0xc2, 0x2a, 0x9e, 0x0f, 0x51, 0x0a, 0x04, 0x3e, - 0x71, 0xc0, 0x97, 0x4d, 0x45, 0x4a, 0x38, 0xdc, 0xbe, 0x58, 0x43, 0xac, 0x56, 0x3b, 0x37, 0xa9, - 0xc2, 0x4b, 0x64, 0x41, 0x14, 0x13, 0x36, 0x1e, 0x03, 0x9a, 0x48, 0x23, 0xff, 0x45, 0xbb, 0xe7, - 0x55, 0x73, 0x68, 0x0e, 0x0b, 0x9c, 0x18, 0xaa, 0x9d, 0xa1, 0x76, 0xce, 0x27, 0x76, 0x23, 0xc2, - 0xfc, 0x60, 0x31, 0x99, 0xaa, 0xbd, 0x51, 0xd8, 0xcf, 0x0a, 0x51, 0x85, 0xed, 0xb5, 0x0a, 0xf5, - 0xa9, 0xdc, 0xb6, 0xa3, 0xbe, 0x9d, 0x8b, 0x8f, 0xdf, 0x84, 0x4c, 0x14, 0xc5, 0xf5, 0x48, 0x72, - 0xf2, 0xe2, 0x4e, 0x66, 0xc4, 0x34, 0x91, 0xcc, 0xdc, 0xb1, 0x9d, 0x15, 0xc5, 0xe7, 0xbe, 0x23, - 0xcb, 0x8a, 0xac, 0x67, 0x24, 0xa5, 0x42, 0xbd, 0xfb, 0xf0, 0x9a, 0xfd, 0x18, 0x82, 0x60, 0x31, - 0x30, 0x90, 0x39, 0x1b, 0x52, 0x7d, 0xbd, 0xba, 0xb1, 0x3e, 0xa4, 0x2b, 0x4a, 0x01, 0xaf, 0xdb, - 0xaa, 0x8d, 0x81, 0x92, 0x52, 0x9f, 0x27, 0x5a, 0xbe, 0x48, 0xb4, 0x20, 0xdf, 0x57, 0x35, 0x37, - 0xfa, 0xc5, 0xfa, 0x45, 0x79, 0x50, 0x8f, 0xf5, 0xce, 0x43, 0xb6, 0x54, 0x48, 0x8f, 0x71, 0x53, - 0xd3, 0x23, 0x4a, 0x71, 0xa4, 0xb2, 0x36, 0xdd, 0x69, 0x72, 0xb2, 0x04, 0x21, 0xe4, 0xf0, 0x0e, - 0x02, 0x48, 0xd7, 0x8c, 0xd3, 0x60, 0x71, 0xac, 0xec, 0x29, 0x90, 0xe5, 0x80, 0xf3, 0x73, 0xfb, - 0x18, 0xba, 0x0d, 0x5e, 0x5e, 0x0e, 0xc4, 0x6f, 0x10, 0x66, 0x57, 0x4d, 0xce, 0x35, 0x84, 0xc1, - 0x83, 0xb5, 0x72, 0x47, 0x8c, 0x00, 0x49, 0xe6, 0xff, 0xb5, 0xe7, 0xb8, 0x0f, 0x84, 0x9f, 0x5e, - 0x99, 0x1c, 0x7f, 0xff, 0x77, 0xbf, 0x37, 0x0d, 0x93, 0x37, 0xd1, 0xcc, 0xc3, 0x37, 0xdf, 0x3f, - 0xbb, 0x55, 0x63, 0xd5, 0x81, 0x4f, 0xa2, 0xe4, 0x40, 0xc4, 0x19, 0xf8, 0xe5, 0x1d, 0x7c, 0x58, - 0x51, 0x02, 0x69, 0xe1, 0x14, 0x2d, 0x82, 0x49, 0x7f, 0xbd, 0x50, 0xe2, 0x10, 0x38, 0xc1, 0xd1, - 0x04, 0x73, 0xbe, 0x4a, 0x99, 0xb4, 0x36, 0x1a, 0x94, 0x88, 0xd1, 0xcc, 0xe9, 0x73, 0xe9, 0x7f, - 0xea, 0xd5, 0x05, 0xc8, 0x26, 0x70, 0x53, 0xa7, 0xfd, 0xe1, 0xdf, 0x0e, 0x8f, 0x8c, 0x06, 0xb9, - 0xfd, 0x30, 0xf8, 0xb8, 0x03, 0xd0, 0xa0, 0xfd, 0xbb, 0x2b, 0xe3, 0xc8, 0x68, 0x6d, 0x87, 0x69, - 0xb4, 0x28, 0xe4, 0xa2, 0xfa, 0xfd, 0xcf, 0xff, 0xb9, 0x03, 0xa6, 0x2d, 0xf0, 0x34, 0xde, 0x6d, - 0x87, 0x69, 0x03, 0x51, 0x48, 0xb8, 0x6e, 0xec, 0x80, 0x01, 0x7a, 0x4e, 0x6e, 0x4e, 0x0c, 0xbd, - 0xb1, 0x03, 0xa6, 0x41, 0xfb, 0x97, 0x37, 0x67, 0x47, 0x47, 0xfa, 0xe1, 0x0e, 0xa0, 0x16, 0x07, - 0x3a, 0x3c, 0xd2, 0x9b, 0x3b, 0x80, 0x9a, 0xb4, 0x7f, 0xf3, 0xee, 0xc8, 0xd8, 0x01, 0xd2, 0x02, - 0xa2, 0xaf, 0xfd, 0xfa, 0xf5, 0x78, 0xbc, 0x03, 0x06, 0x88, 0xbe, 0xf9, 0x78, 0x45, 0x3e, 0x4e, - 0xdd, 0x98, 0xed, 0x00, 0x6b, 0x08, 0xb0, 0xd3, 0xd3, 0xbb, 0x1d, 0x40, 0x4d, 0x01, 0x04, 0xdb, - 0xb6, 0x03, 0xa8, 0x95, 0x02, 0xed, 0xd8, 0xdb, 0x56, 0x3b, 0x85, 0xaa, 0x16, 0xe7, 0xfc, 0xfd, - 0xa9, 0x69, 0xef, 0x1d, 0x1c, 0xac, 0x81, 0x1f, 0x66, 0xe0, 0x67, 0x39, 0xf8, 0x83, 0x03, 0x00, - 0x67, 0x1b, 0xd8, 0x8f, 0x80, 0x31, 0x67, 0x67, 0x37, 0x08, 0x4e, 0x14, 0x9f, 0xc5, 0x8f, 0x41, - 0x78, 0xaf, 0xbe, 0x36, 0xc7, 0x11, 0x70, 0xea, 0xdc, 0xa8, 0x35, 0x8d, 0xf2, 0x61, 0xc9, 0x54, - 0xe5, 0x63, 0x81, 0x7d, 0x27, 0x61, 0xfc, 0x0b, 0x8b, 0x77, 0x0f, 0x5e, 0xa7, 0xf3, 0x28, 0xa5, - 0xf3, 0x63, 0x29, 0xa1, 0xbd, 0xba, 0x50, 0xab, 0x3e, 0x5a, 0x6c, 0xf8, 0x89, 0x0a, 0xed, 0x3a, - 0x26, 0xb5, 0x03, 0xa1, 0x9d, 0xdc, 0x04, 0x9b, 0x54, 0xda, 0xe0, 0x8e, 0x8c, 0x08, 0xfa, 0xa7, - 0xe8, 0xf2, 0xc9, 0x75, 0xe8, 0xb0, 0x70, 0x43, 0xb1, 0x4f, 0xaf, 0xf9, 0xd0, 0xcd, 0x2d, 0x01, - 0x9e, 0x7d, 0xb8, 0xdd, 0xb1, 0xb1, 0xc0, 0x9e, 0x9d, 0x1b, 0x0f, 0x2c, 0x18, 0xdc, 0x7e, 0xd8, - 0xa1, 0xce, 0x30, 0x7e, 0xb0, 0xe3, 0x3b, 0xc8, 0xcd, 0xe0, 0xc3, 0xed, 0x0e, 0x85, 0x00, 0xfa, - 0x06, 0xb7, 0xa5, 0xcc, 0xa9, 0x03, 0x5f, 0xf2, 0xec, 0x71, 0xdc, 0x09, 0x2e, 0xf2, 0x71, 0x83, - 0x41, 0xdc, 0x1f, 0xf5, 0x87, 0x8f, 0xd6, 0xbc, 0x43, 0x8a, 0x6c, 0xf9, 0x28, 0xd9, 0xb2, 0xc9, - 0x94, 0x5f, 0x60, 0x4c, 0x3a, 0xeb, 0x26, 0x4f, 0x3e, 0x92, 0x7d, 0x32, 0xd8, 0xf6, 0xbd, 0x21, - 0xbe, 0x7f, 0xd8, 0xf6, 0xbd, 0x29, 0xbe, 0x67, 0xab, 0x2a, 0x5d, 0x13, 0xfe, 0x13, 0xcd, 0x2d, - 0x9f, 0xaf, 0x6d, 0x1e, 0x39, 0x82, 0x52, 0x51, 0xfa, 0x80, 0x01, 0xf0, 0xa5, 0x4f, 0x7a, 0xe2, - 0xec, 0x15, 0x3b, 0x58, 0x4c, 0xea, 0x2f, 0x66, 0x23, 0x16, 0xd2, 0xc4, 0x94, 0x0f, 0x85, 0xb0, - 0xe0, 0x68, 0x2f, 0x12, 0xcf, 0xd2, 0x07, 0x78, 0x44, 0x64, 0x0f, 0x94, 0x60, 0xfa, 0x01, 0xab, - 0xc5, 0x68, 0x0e, 0x55, 0xe1, 0x9d, 0x41, 0x13, 0x1a, 0xbf, 0x7f, 0x4e, 0xdc, 0xb6, 0xab, 0x72, - 0x87, 0xc0, 0x67, 0x02, 0xff, 0x91, 0xcb, 0x3b, 0x10, 0xe9, 0x67, 0x13, 0xdd, 0x43, 0x17, 0x4f, - 0x24, 0xba, 0x94, 0x24, 0xc5, 0x4d, 0x52, 0xef, 0xef, 0xfb, 0xa3, 0x68, 0xde, 0xdd, 0xdc, 0x1e, - 0x7b, 0xab, 0xfc, 0x5e, 0x72, 0x17, 0xd8, 0xd9, 0xb9, 0xa8, 0xd3, 0xe2, 0x42, 0xe4, 0x0a, 0x0c, - 0xb9, 0x02, 0x1e, 0x60, 0xde, 0x0c, 0x56, 0x34, 0xdb, 0xa9, 0x8c, 0xa4, 0x74, 0x09, 0x48, 0x2b, - 0x05, 0x0a, 0x05, 0xb3, 0xa5, 0x8e, 0xd5, 0x37, 0x38, 0xae, 0x4b, 0x8e, 0xf3, 0xca, 0xf4, 0x5b, - 0x18, 0xae, 0x0b, 0xda, 0x0a, 0x3c, 0x6d, 0x1d, 0xe5, 0x28, 0x48, 0x5c, 0xf0, 0x9a, 0x7f, 0x55, - 0x69, 0xbd, 0x38, 0xb3, 0x21, 0x67, 0x96, 0x93, 0xee, 0x9a, 0xd3, 0xd8, 0x32, 0xe7, 0x5b, 0xa7, - 0x6a, 0xbc, 0x7d, 0xaa, 0xc6, 0xbf, 0x38, 0x55, 0xf3, 0xed, 0x53, 0x35, 0xff, 0xc5, 0xa9, 0x5a, - 0x6f, 0x9f, 0xaa, 0xf5, 0xa7, 0xa6, 0x5a, 0x93, 0xe9, 0x70, 0xab, 0x4c, 0xa3, 0x74, 0x65, 0x84, - 0x41, 0x3c, 0x2f, 0x08, 0x4b, 0xea, 0xa0, 0x92, 0xc0, 0x35, 0x99, 0xe7, 0x55, 0xfe, 0x51, 0xf0, - 0x94, 0x10, 0x79, 0xfa, 0x5b, 0xb2, 0x9c, 0x72, 0x8b, 0x17, 0xed, 0x9c, 0x7e, 0x78, 0xef, 0xce, - 0xc9, 0xd8, 0x0d, 0x21, 0x6b, 0xc0, 0xd8, 0x74, 0xa7, 0x7e, 0x0d, 0x2f, 0x4b, 0xd8, 0x01, 0xf9, - 0x12, 0xcd, 0x2c, 0xe3, 0x9a, 0x1e, 0x6d, 0x25, 0x6a, 0xbc, 0x93, 0x28, 0x88, 0x5e, 0xc8, 0x2d, - 0x1b, 0x87, 0x2c, 0xca, 0x14, 0x9e, 0x73, 0x68, 0x2c, 0x08, 0x28, 0x67, 0xc4, 0xed, 0xfb, 0xdd, - 0x8c, 0xb0, 0x76, 0xce, 0x79, 0xb2, 0x88, 0x83, 0x03, 0xdb, 0xf2, 0xec, 0x85, 0x67, 0xc5, 0x8c, - 0x3c, 0x62, 0x6c, 0x84, 0xcd, 0xa8, 0x90, 0xed, 0x78, 0x64, 0x1c, 0x06, 0x33, 0xf4, 0xc8, 0x1d, - 0xb1, 0x63, 0x79, 0x27, 0x71, 0xf2, 0xb1, 0xcc, 0x49, 0xe8, 0xbb, 0x5c, 0x84, 0xd1, 0x1f, 0x84, - 0xee, 0x64, 0x1a, 0xb3, 0x70, 0x0b, 0x40, 0xa3, 0x7f, 0x62, 0xdb, 0xd8, 0x49, 0xb7, 0x0d, 0x43, - 0xb3, 0x7f, 0xb6, 0xb0, 0xbc, 0x4d, 0x0f, 0x21, 0xcc, 0x6a, 0xca, 0x00, 0xfe, 0xef, 0xd7, 0xae, - 0x05, 0x39, 0x5b, 0xc4, 0xc2, 0xf8, 0xc4, 0xf9, 0x66, 0xd9, 0x90, 0x65, 0x60, 0xf2, 0xa6, 0xd0, - 0x11, 0x83, 0x7c, 0x91, 0x31, 0xdf, 0xa1, 0x5a, 0xa0, 0xae, 0x64, 0x1a, 0xa1, 0xc4, 0x9f, 0x0e, - 0x0e, 0xdc, 0xcf, 0xb5, 0x10, 0xf2, 0xf6, 0x07, 0x86, 0xdd, 0x84, 0x07, 0xae, 0x2c, 0x14, 0x55, - 0x37, 0xd2, 0x3b, 0xb7, 0x87, 0x29, 0xc8, 0x81, 0x51, 0x5e, 0x76, 0x38, 0xd8, 0x84, 0xef, 0x6f, - 0x56, 0x28, 0xfc, 0x97, 0x17, 0x7e, 0x5e, 0x5d, 0xc8, 0x92, 0x4e, 0xaf, 0xaf, 0x14, 0xe0, 0x21, - 0xa4, 0x49, 0xfc, 0x78, 0x56, 0x24, 0x2f, 0xee, 0x8e, 0x4c, 0xc9, 0x0e, 0x66, 0x5f, 0xe0, 0x65, - 0xb8, 0x84, 0x39, 0xf3, 0xb9, 0x12, 0x64, 0x49, 0x58, 0x8d, 0x93, 0x69, 0x51, 0x21, 0xf9, 0xc9, - 0x86, 0xec, 0x4a, 0x81, 0x88, 0xf0, 0xa8, 0xbb, 0xb4, 0xe2, 0xef, 0x39, 0x57, 0xfa, 0xf4, 0x26, - 0x57, 0x7a, 0xd8, 0x6e, 0x37, 0xdb, 0x39, 0x5f, 0xca, 0x56, 0x6b, 0x7a, 0x93, 0xf3, 0x95, 0x26, - 0xa5, 0xa9, 0xb3, 0x7c, 0x83, 0x0b, 0xfc, 0xfb, 0x69, 0x8e, 0x18, 0x7b, 0xa7, 0x3b, 0x5c, 0xa7, - 0xc2, 0x5f, 0x15, 0x66, 0x5d, 0xd7, 0x64, 0xa9, 0x4f, 0x7f, 0x28, 0xba, 0xe4, 0x54, 0xc8, 0xb0, - 0x54, 0xd2, 0xf7, 0xff, 0x2f, 0xd2, 0x4c, 0xf4, 0x8c, 0x9b, 0x06, 0xa9, 0x71, 0xf2, 0xcc, 0x53, - 0x48, 0x98, 0xcb, 0x22, 0x5e, 0x36, 0xd9, 0xa9, 0x82, 0x96, 0xd4, 0xb2, 0xa7, 0x80, 0x56, 0xdd, - 0xa4, 0x46, 0x1b, 0x6b, 0xa3, 0xd8, 0x47, 0x65, 0x00, 0x59, 0x94, 0x7d, 0x1d, 0x99, 0x9e, 0x80, - 0x8a, 0xe2, 0xa7, 0x2d, 0xdd, 0xa1, 0xe5, 0xca, 0x01, 0x1a, 0x95, 0xf6, 0xd5, 0xe9, 0x7b, 0x26, - 0x1e, 0xe0, 0x29, 0xec, 0x93, 0x7f, 0x60, 0xe4, 0x34, 0x5e, 0x4e, 0x09, 0x2f, 0xc5, 0x94, 0x6a, - 0x7e, 0xca, 0x88, 0xc5, 0x5c, 0x39, 0xd5, 0x67, 0x34, 0x16, 0x6b, 0xfd, 0xe6, 0x4c, 0x9c, 0x5c, - 0x60, 0x97, 0x09, 0xc3, 0x2a, 0xe0, 0x9b, 0x48, 0x52, 0x59, 0x3a, 0x75, 0x57, 0x4e, 0x5d, 0x68, - 0x9d, 0x15, 0xaf, 0x60, 0xc2, 0x94, 0xa7, 0x60, 0x20, 0x36, 0xdb, 0xa4, 0x7a, 0x45, 0x5a, 0xca, - 0x4d, 0x12, 0x8e, 0x86, 0xc9, 0x36, 0x47, 0x6f, 0x1a, 0xa6, 0x82, 0x3d, 0x1a, 0xc4, 0xbe, 0xe8, - 0xdd, 0x4d, 0x2c, 0x11, 0xc7, 0x06, 0xa4, 0x45, 0xf9, 0x7a, 0x98, 0x66, 0x99, 0x58, 0xdc, 0xaf, - 0x0e, 0xf9, 0x29, 0x48, 0x0d, 0x7d, 0xc6, 0xe9, 0xd4, 0x0a, 0x4f, 0x03, 0x87, 0x29, 0x58, 0xd8, - 0xd2, 0x8f, 0x5b, 0x47, 0x9d, 0x76, 0x5b, 0xad, 0x02, 0x9f, 0xdc, 0xaa, 0xf9, 0x75, 0xb0, 0x88, - 0xe3, 0x80, 0x77, 0xea, 0xad, 0x44, 0x83, 0x43, 0xb9, 0x62, 0x73, 0xa5, 0x3d, 0x30, 0x72, 0xd1, - 0x87, 0x50, 0xa5, 0xef, 0x9f, 0xad, 0xd5, 0x46, 0xfc, 0x91, 0x28, 0xfb, 0x53, 0x54, 0xd4, 0xec, - 0xfe, 0x57, 0x0d, 0xa7, 0x94, 0xfe, 0xa1, 0xe0, 0xc0, 0xbe, 0x7f, 0xa6, 0x83, 0xf3, 0x37, 0x51, - 0x9d, 0xa2, 0xd9, 0xd0, 0x5d, 0x58, 0x84, 0x6e, 0x9a, 0xf1, 0x31, 0x4d, 0x2a, 0x3e, 0xd8, 0xab, - 0xb1, 0xea, 0x9f, 0xc9, 0x43, 0x85, 0x54, 0x6d, 0x4a, 0x87, 0x37, 0x70, 0x78, 0xa3, 0x64, 0xf8, - 0xcd, 0x22, 0x9a, 0x8e, 0x38, 0x93, 0x76, 0x23, 0x68, 0x22, 0x82, 0xe6, 0x16, 0x04, 0xc4, 0x95, - 0xe7, 0xcc, 0xbb, 0x71, 0xb4, 0x10, 0x47, 0xab, 0x04, 0xc7, 0x90, 0x77, 0xb5, 0xed, 0x1e, 0xdc, - 0xc6, 0xc1, 0xed, 0x32, 0x02, 0x2e, 0x6e, 0x49, 0xc4, 0xfc, 0x28, 0x08, 0x77, 0x23, 0x38, 0x44, - 0x04, 0x87, 0x25, 0x08, 0xee, 0x82, 0xc5, 0x6b, 0x93, 0xff, 0x84, 0x63, 0x7f, 0x2a, 0x19, 0x7b, - 0xe2, 0x5b, 0x5e, 0x30, 0xd9, 0x3d, 0xf8, 0x08, 0x07, 0x1f, 0x6d, 0x1d, 0xbc, 0x85, 0x79, 0x34, - 0x35, 0x7e, 0x54, 0x20, 0xe5, 0x31, 0xac, 0x74, 0x0d, 0x10, 0xb8, 0xc0, 0x7a, 0x3b, 0x64, 0x1e, - 0xb8, 0x3e, 0x84, 0x38, 0x5d, 0x2e, 0xa3, 0xbc, 0x8d, 0x84, 0xe2, 0xad, 0x8e, 0x1f, 0x51, 0x6e, - 0x7f, 0x54, 0x13, 0xaf, 0xb6, 0xff, 0xdd, 0x53, 0xe3, 0x27, 0xa3, 0xdd, 0x4d, 0x82, 0x71, 0x30, - 0xa2, 0xf2, 0x18, 0x64, 0x5d, 0xbd, 0xf2, 0x9d, 0xf1, 0xf1, 0xc4, 0x1b, 0xba, 0x68, 0x14, 0x94, - 0xc2, 0x8d, 0x18, 0xa6, 0xbe, 0xbc, 0x28, 0xc5, 0x3b, 0x31, 0xeb, 0xed, 0x70, 0xe9, 0x85, 0x89, - 0x67, 0x34, 0x55, 0xc2, 0x74, 0xee, 0x19, 0x18, 0x69, 0x74, 0xc1, 0xc1, 0xed, 0x2e, 0xc5, 0x26, - 0x96, 0xd3, 0xc7, 0x33, 0xfb, 0xcd, 0x23, 0x31, 0x6e, 0x32, 0xd5, 0x3f, 0x50, 0x87, 0xf6, 0x8b, - 0xe5, 0xe4, 0xbd, 0x92, 0x63, 0x36, 0x3f, 0xc1, 0x87, 0x86, 0x1a, 0xdb, 0x28, 0xf3, 0x19, 0xb6, - 0xff, 0x19, 0xcb, 0xc8, 0xf2, 0x9c, 0x2c, 0xd2, 0x29, 0x00, 0xe9, 0x9b, 0x48, 0xf0, 0xdc, 0x6b, - 0x3b, 0x0e, 0x9d, 0xe3, 0x10, 0x1c, 0x8f, 0xdc, 0x5c, 0x9f, 0x25, 0xd3, 0x12, 0x26, 0x67, 0xcc, - 0x5b, 0xcc, 0xf1, 0x1e, 0xc8, 0x7b, 0xd7, 0xc3, 0x5b, 0x38, 0xb2, 0x83, 0xce, 0x67, 0x8f, 0xe4, - 0xef, 0x57, 0x97, 0x3f, 0xc7, 0xf1, 0xfc, 0x16, 0xa2, 0x07, 0x16, 0xc5, 0x5d, 0x7f, 0xfb, 0x4d, - 0x97, 0xdc, 0x85, 0x8a, 0xec, 0xba, 0x47, 0x3c, 0x75, 0xb1, 0xf3, 0x29, 0x9a, 0x07, 0xe0, 0x23, - 0xef, 0xd8, 0x53, 0xac, 0xf1, 0x37, 0x40, 0x66, 0xbc, 0x88, 0xb0, 0xc5, 0x03, 0x16, 0xa9, 0x82, - 0xef, 0xda, 0x7e, 0x71, 0x25, 0xc3, 0xcb, 0xf2, 0x88, 0xb1, 0xdb, 0xd8, 0xb2, 0xef, 0xb5, 0xbd, - 0x04, 0x81, 0xb8, 0xa4, 0x74, 0x73, 0x0d, 0xbb, 0xa9, 0xd1, 0xba, 0x58, 0x8e, 0x3c, 0x63, 0x89, - 0xf9, 0x4a, 0xde, 0x07, 0xe1, 0x0c, 0xbb, 0xd6, 0xd2, 0xae, 0x47, 0x79, 0x8b, 0x47, 0xa1, 0xd8, - 0xeb, 0x2c, 0x9b, 0x6f, 0x79, 0xdb, 0x33, 0xde, 0x84, 0x89, 0x80, 0x7d, 0x78, 0x19, 0xc6, 0xaf, - 0x45, 0x08, 0x13, 0xab, 0x5a, 0x49, 0x5b, 0xf4, 0xde, 0xda, 0x1d, 0xa5, 0xd3, 0xf1, 0x24, 0xe5, - 0x9e, 0x16, 0x77, 0x69, 0xf2, 0x91, 0x82, 0x16, 0x82, 0xe1, 0x07, 0xbf, 0x29, 0x6f, 0x54, 0x21, - 0x9f, 0x6f, 0x99, 0x05, 0x21, 0xd5, 0x31, 0xac, 0x84, 0xcf, 0x77, 0xcc, 0xd2, 0x79, 0x8f, 0x15, - 0xf4, 0xe5, 0x29, 0x15, 0x8a, 0xa4, 0x3f, 0x1d, 0x83, 0xdd, 0x5b, 0x38, 0x9d, 0x99, 0x67, 0x0d, - 0xba, 0x66, 0x1c, 0x06, 0x02, 0x00, 0x42, 0x89, 0x3c, 0x5f, 0x78, 0xb1, 0x5c, 0x3e, 0xef, 0xe3, - 0xe7, 0xc2, 0xa3, 0xf8, 0xfc, 0xdc, 0x20, 0xae, 0x4d, 0x1f, 0xf9, 0xa1, 0x0c, 0x3e, 0x80, 0xec, - 0x3b, 0x99, 0xce, 0x88, 0x26, 0x16, 0x43, 0xe7, 0xed, 0x2b, 0xc9, 0xb1, 0x06, 0x48, 0x73, 0x37, - 0x01, 0xc5, 0x70, 0xa7, 0x06, 0xd0, 0xe7, 0x96, 0x3d, 0x55, 0xa4, 0xef, 0x34, 0xfb, 0xcf, 0x09, - 0xa8, 0x21, 0x22, 0x85, 0x0c, 0x15, 0xab, 0xcd, 0x5d, 0x3f, 0xdf, 0x13, 0x53, 0xa6, 0x35, 0x5f, - 0x79, 0xfe, 0x89, 0xfe, 0xec, 0x6b, 0xae, 0x59, 0x8b, 0x0f, 0xfd, 0xe4, 0x7e, 0xee, 0x6e, 0x3d, - 0xb7, 0xf1, 0x0b, 0xd0, 0xc8, 0x64, 0x6d, 0xeb, 0x79, 0x52, 0x11, 0x96, 0x6b, 0x8a, 0xf6, 0x96, - 0x3e, 0x59, 0x11, 0x57, 0x95, 0x83, 0x9e, 0x5e, 0xaf, 0x83, 0x06, 0x18, 0x28, 0x6b, 0x6f, 0x69, - 0xa3, 0x45, 0x22, 0x20, 0x45, 0x2f, 0x87, 0xbd, 0x7d, 0x9f, 0xc0, 0xa6, 0x5a, 0x0b, 0x7b, 0x3a, - 0xde, 0x42, 0xc5, 0x6f, 0x65, 0xc0, 0x0f, 0x2b, 0x75, 0x95, 0x6c, 0x31, 0x84, 0x47, 0x60, 0x22, - 0xd2, 0x20, 0x0f, 0xef, 0x4a, 0x89, 0xb7, 0xe9, 0x4e, 0x32, 0xb1, 0x87, 0x3c, 0x22, 0x93, 0xcc, - 0x11, 0xeb, 0x96, 0x4b, 0xe2, 0x6a, 0xc6, 0x47, 0x81, 0xf5, 0x4e, 0xd2, 0xae, 0xe4, 0x77, 0xf7, - 0x24, 0x0c, 0xad, 0x65, 0xcd, 0x8d, 0xf8, 0xbf, 0x0a, 0xcf, 0x4a, 0xd5, 0xa4, 0xad, 0x71, 0xc3, - 0xda, 0x53, 0x6c, 0xd9, 0xdf, 0x2e, 0x46, 0x18, 0x92, 0xe1, 0xb4, 0xb8, 0xf7, 0xa8, 0x84, 0x7c, - 0x5b, 0xf1, 0xea, 0x55, 0xe9, 0xda, 0xef, 0xee, 0x68, 0x8e, 0xa5, 0x56, 0x2d, 0x8e, 0x57, 0x9c, - 0x2a, 0x37, 0xdc, 0xd6, 0x12, 0x78, 0x71, 0x9b, 0x1f, 0x21, 0x81, 0x71, 0xb6, 0xf2, 0x09, 0x2e, - 0xee, 0xca, 0xc0, 0x39, 0x4d, 0x82, 0x1f, 0x21, 0x83, 0x40, 0x73, 0xdb, 0x64, 0xb7, 0x97, 0x1b, - 0xa3, 0x39, 0xfc, 0xf6, 0xf9, 0x6e, 0xaf, 0x68, 0x61, 0x2b, 0x73, 0x63, 0xc0, 0x65, 0x27, 0xb9, - 0x82, 0x86, 0x2a, 0x6e, 0x39, 0x27, 0x11, 0x1a, 0x55, 0xd0, 0x6a, 0xb5, 0x23, 0xaf, 0xed, 0xdd, - 0x78, 0x0c, 0xfb, 0xd9, 0x65, 0x1c, 0x68, 0x11, 0xd4, 0x7d, 0x7e, 0xb7, 0x4f, 0x94, 0x82, 0xf6, - 0x68, 0x0a, 0x79, 0x07, 0x96, 0x98, 0x8c, 0xc2, 0xe0, 0x11, 0xb2, 0x17, 0xe2, 0x04, 0x2c, 0xc2, - 0xab, 0x47, 0x78, 0x5c, 0x1d, 0x84, 0x10, 0xa8, 0x4e, 0x19, 0xf9, 0xca, 0x4d, 0xd0, 0x57, 0x32, - 0x0f, 0xc1, 0xb8, 0x82, 0x47, 0xc1, 0xc0, 0x9f, 0x63, 0xe2, 0xb1, 0x6c, 0x84, 0x37, 0x2f, 0x58, - 0xd6, 0xc8, 0x9a, 0xa1, 0x65, 0x02, 0xea, 0xe4, 0xe6, 0x82, 0xb8, 0x79, 0xa4, 0xbc, 0x16, 0x4b, - 0xe2, 0xfc, 0xb4, 0x4b, 0x30, 0x55, 0xf9, 0x7b, 0xa4, 0x43, 0xf0, 0x1e, 0x14, 0x47, 0x77, 0xc0, - 0x66, 0x4a, 0x63, 0xe9, 0x05, 0x36, 0xbf, 0x4f, 0x52, 0x03, 0x3a, 0xe2, 0xc0, 0x0e, 0xb0, 0xd7, - 0x93, 0xdf, 0x7e, 0xd5, 0x35, 0x85, 0xdf, 0xc4, 0x35, 0x11, 0xc2, 0x1b, 0xc6, 0x41, 0x68, 0x4d, - 0x18, 0xb2, 0xf4, 0x22, 0x66, 0x33, 0xf4, 0x4b, 0xf6, 0xc5, 0x1c, 0xb2, 0x10, 0x08, 0x1c, 0x04, - 0x18, 0x8c, 0x9f, 0xcd, 0x81, 0x42, 0xb4, 0xa4, 0xe4, 0x0a, 0xa2, 0xe0, 0x1a, 0x91, 0xdc, 0x62, - 0x18, 0xce, 0x90, 0x8f, 0xd8, 0xd6, 0x70, 0x71, 0x03, 0x2c, 0xd2, 0x0a, 0x18, 0xa3, 0x22, 0x46, - 0x8d, 0x63, 0x53, 0x55, 0x84, 0xe2, 0xf7, 0x52, 0x11, 0xfd, 0x31, 0xbf, 0x6f, 0xdb, 0xa9, 0xd7, - 0x69, 0x95, 0x7f, 0xc6, 0x1e, 0x87, 0x6a, 0x76, 0x67, 0xb6, 0x1e, 0xd5, 0xbe, 0x45, 0xc7, 0x73, - 0xb3, 0x81, 0x4e, 0x43, 0x5d, 0x55, 0x20, 0x26, 0x12, 0xf7, 0x89, 0x7b, 0x3c, 0xb4, 0xea, 0xff, - 0x87, 0x3b, 0xe3, 0x6c, 0x5f, 0x84, 0x1e, 0x38, 0x6b, 0xd1, 0xc8, 0x11, 0x61, 0x8f, 0x00, 0x00, - 0x72, 0x80, 0x5e, 0x5d, 0x5c, 0xa4, 0xc6, 0xeb, 0xa7, 0x44, 0x9a, 0x7f, 0x3a, 0xe4, 0x75, 0x38, - 0x50, 0xa2, 0x59, 0x85, 0x27, 0xe4, 0xf8, 0xf4, 0x25, 0x4a, 0x6b, 0x7a, 0x63, 0x48, 0x2c, 0x58, - 0x3c, 0x0d, 0xb0, 0x32, 0x1a, 0x44, 0x78, 0xbf, 0x39, 0x57, 0x24, 0x89, 0x03, 0x60, 0xc7, 0x63, - 0xf1, 0xdd, 0x94, 0x79, 0xf3, 0x01, 0xed, 0x57, 0x7a, 0x22, 0x34, 0x97, 0xd9, 0x8a, 0xf8, 0x91, - 0x8b, 0xf5, 0x7e, 0xc6, 0x69, 0x8f, 0x7b, 0x75, 0xf1, 0x21, 0x2d, 0xa7, 0x97, 0x8d, 0xa9, 0xa4, - 0x83, 0x06, 0x38, 0x68, 0x00, 0x2e, 0x3b, 0x1b, 0x57, 0x18, 0x21, 0x6f, 0x3b, 0xf4, 0x87, 0xd6, - 0x03, 0xcb, 0x40, 0xa6, 0x49, 0xe2, 0xdd, 0x9b, 0x36, 0xfa, 0x15, 0xdc, 0x9f, 0x7d, 0x6b, 0x36, - 0xef, 0x92, 0x9f, 0xad, 0x10, 0x3b, 0x5f, 0x50, 0xce, 0xe3, 0xc5, 0x1c, 0x98, 0xd3, 0x80, 0x78, - 0x3a, 0xb6, 0xbc, 0xa4, 0xd2, 0x99, 0x56, 0x5e, 0x3d, 0x9b, 0x93, 0x2a, 0x8b, 0xf8, 0x59, 0xa5, - 0xd8, 0xc6, 0x65, 0x66, 0x81, 0x69, 0xcf, 0xed, 0xdf, 0x32, 0x30, 0x87, 0xa0, 0x89, 0x0e, 0x88, - 0xe9, 0x3c, 0x78, 0x04, 0x79, 0x90, 0xad, 0x1b, 0xd8, 0x7b, 0x31, 0x12, 0x55, 0xbd, 0x28, 0x16, - 0xd5, 0xc3, 0x4e, 0xaf, 0xee, 0x8a, 0x71, 0x23, 0x59, 0xe5, 0xad, 0x88, 0xc3, 0x9a, 0x45, 0x36, - 0x1b, 0xf6, 0xba, 0x14, 0xab, 0xc0, 0xbc, 0xcb, 0x42, 0x16, 0x13, 0xd2, 0x99, 0x2b, 0xe7, 0x3e, - 0x26, 0x52, 0xc4, 0x5a, 0x40, 0xb0, 0x0b, 0x72, 0x6e, 0xcb, 0xb9, 0x7c, 0x16, 0x45, 0xc4, 0xc3, - 0xcb, 0xa5, 0x2c, 0x7c, 0xa5, 0x4c, 0x7c, 0x32, 0x60, 0x92, 0xd5, 0x32, 0x5f, 0x94, 0xb7, 0x68, - 0x44, 0xad, 0x88, 0x5f, 0xb2, 0x11, 0xb3, 0x26, 0x55, 0x53, 0xbc, 0xb9, 0xd4, 0xbf, 0x12, 0xf7, - 0xe3, 0xc9, 0xe9, 0x22, 0x0c, 0x41, 0xfe, 0xd3, 0x39, 0xe4, 0xad, 0xf8, 0xab, 0x13, 0xba, 0x96, - 0xad, 0xae, 0x15, 0x9b, 0x1a, 0xed, 0xac, 0xe8, 0xa5, 0xeb, 0x1b, 0xf5, 0xe1, 0xb4, 0xe0, 0xd4, - 0xaf, 0x90, 0xd9, 0x49, 0x71, 0xfa, 0xec, 0x36, 0x46, 0x9a, 0x59, 0x60, 0x91, 0xa9, 0x23, 0xba, - 0x91, 0xba, 0xc5, 0xe3, 0xbb, 0xca, 0xfe, 0x77, 0xef, 0x8e, 0x8e, 0x8e, 0xba, 0xe4, 0x1f, 0xc1, - 0x22, 0x2c, 0xee, 0x0c, 0x48, 0xf0, 0x03, 0x96, 0x04, 0xc8, 0x14, 0x38, 0x46, 0x6c, 0xb1, 0x90, - 0x1a, 0xe7, 0xea, 0x5d, 0x40, 0x40, 0xa5, 0xe0, 0x3b, 0xe3, 0xa6, 0x2c, 0xb2, 0xc6, 0x4c, 0x18, - 0xb0, 0x25, 0x62, 0xe1, 0x52, 0xa3, 0x21, 0xe0, 0x5c, 0x18, 0x80, 0x45, 0x84, 0x70, 0x20, 0xa8, - 0xc4, 0x46, 0x7e, 0x45, 0xfc, 0x5b, 0x65, 0x06, 0x21, 0x94, 0x0b, 0x10, 0x72, 0x56, 0xd7, 0xff, - 0xc6, 0xe4, 0xf5, 0x5d, 0x4c, 0x80, 0x22, 0x62, 0xf9, 0x0e, 0x58, 0xd8, 0x31, 0x0c, 0xde, 0xcb, - 0x4a, 0x44, 0x20, 0x4a, 0x95, 0x93, 0x64, 0x33, 0x2d, 0x0f, 0xc8, 0xe4, 0xbb, 0x18, 0xe5, 0xf7, - 0x35, 0x0e, 0xb0, 0x7c, 0xb8, 0x04, 0x96, 0x06, 0x11, 0xbf, 0xf8, 0x86, 0x34, 0x72, 0x30, 0x41, - 0xfd, 0xdf, 0x18, 0x9b, 0x13, 0x2b, 0x26, 0xfb, 0x10, 0xc2, 0x19, 0x27, 0xc4, 0x1d, 0x0b, 0x0a, - 0xb0, 0xa1, 0x8a, 0xb7, 0x4c, 0x39, 0xc0, 0x58, 0x3b, 0x46, 0xd9, 0xc4, 0xea, 0x35, 0x0e, 0xce, - 0x7a, 0x96, 0x38, 0x29, 0x95, 0x0b, 0xbe, 0x52, 0x7e, 0x4d, 0x33, 0xbd, 0x2f, 0x07, 0x9e, 0x82, - 0x85, 0x90, 0xfc, 0x15, 0x98, 0xa8, 0x49, 0xe3, 0x87, 0x14, 0xe2, 0x05, 0x6f, 0x7f, 0x22, 0x48, - 0x50, 0xa4, 0x5c, 0x10, 0x10, 0x7a, 0xbc, 0x4e, 0x0d, 0x5a, 0xb1, 0x88, 0xc0, 0x1a, 0x26, 0xca, - 0x25, 0xa5, 0x61, 0x8e, 0x36, 0x64, 0xe1, 0xdf, 0xfb, 0xc1, 0xa3, 0x2f, 0xa5, 0x5a, 0xcd, 0x94, - 0x23, 0x14, 0x3a, 0xfb, 0x10, 0x78, 0x31, 0xde, 0x0c, 0x57, 0xae, 0xb0, 0x79, 0x4c, 0xee, 0x13, - 0xd7, 0x2b, 0x8b, 0x20, 0x71, 0xc0, 0x61, 0x00, 0x53, 0x4b, 0x4a, 0xf0, 0xbc, 0x51, 0x6b, 0x4d, - 0xb6, 0xf1, 0x02, 0xdc, 0xc6, 0xc9, 0x2d, 0x1e, 0x55, 0x24, 0x69, 0xae, 0x99, 0x25, 0xbc, 0x7d, - 0xe0, 0x89, 0xbc, 0xbb, 0x45, 0x94, 0x76, 0x7b, 0x76, 0xa2, 0x56, 0xb6, 0x1e, 0xce, 0xb6, 0x39, - 0x34, 0x1b, 0x8f, 0x5d, 0x1b, 0xdb, 0x00, 0x89, 0xd2, 0x44, 0xf8, 0xad, 0xe0, 0x3a, 0x88, 0x26, - 0xf6, 0x7c, 0x29, 0x4d, 0x7d, 0x07, 0x18, 0x9e, 0xa1, 0xf4, 0x65, 0x87, 0x98, 0x62, 0x34, 0x76, - 0x40, 0x62, 0x4f, 0x4a, 0xe5, 0x94, 0xe7, 0xbc, 0x25, 0xe7, 0xc3, 0x05, 0x43, 0x22, 0x2e, 0xa0, - 0x95, 0x9f, 0x76, 0x4b, 0x14, 0xa2, 0x4f, 0x2f, 0x61, 0x35, 0xb6, 0xd8, 0x01, 0x87, 0x53, 0x1d, - 0x4f, 0x98, 0x4b, 0xcb, 0x0a, 0x52, 0x85, 0xe3, 0x1f, 0x6e, 0xd7, 0x3c, 0x6b, 0xbb, 0x76, 0x27, - 0xca, 0x9d, 0x9c, 0xb8, 0x65, 0xc2, 0x9b, 0xf0, 0xdd, 0xcd, 0x89, 0xa2, 0x1f, 0x2d, 0xe0, 0x1f, - 0x6b, 0x14, 0x00, 0x11, 0x5c, 0x13, 0x71, 0x7e, 0x54, 0x4b, 0x14, 0xeb, 0x5a, 0x2a, 0x38, 0xd2, - 0xe4, 0x37, 0xfb, 0x95, 0x0d, 0x43, 0xdf, 0xcc, 0xec, 0x08, 0xb6, 0x41, 0xf1, 0x3f, 0xd6, 0x21, - 0xba, 0x07, 0xa3, 0x4e, 0x32, 0xae, 0x58, 0xf1, 0x4f, 0xfc, 0x4c, 0xa5, 0xe8, 0x9a, 0x10, 0x43, - 0x35, 0xe7, 0xd5, 0xd2, 0x04, 0x06, 0x3d, 0x34, 0xed, 0x57, 0x53, 0x27, 0x44, 0xb6, 0xb8, 0x36, - 0x44, 0x70, 0x50, 0x82, 0xe0, 0x40, 0x62, 0x38, 0xc8, 0x79, 0xba, 0x90, 0xd3, 0x79, 0xc5, 0x5b, - 0x26, 0xc9, 0xaf, 0x79, 0x3d, 0xe2, 0x0b, 0x81, 0xad, 0xd7, 0x13, 0x77, 0x44, 0xea, 0xf9, 0x2f, - 0x46, 0xce, 0x7d, 0x0d, 0x0a, 0x56, 0x94, 0xb7, 0xb3, 0x92, 0x4a, 0x69, 0xd5, 0xfe, 0x60, 0x04, - 0x41, 0xc8, 0x7d, 0x97, 0xff, 0x61, 0x94, 0x8e, 0xa1, 0xeb, 0xf3, 0xa7, 0xee, 0x94, 0xa1, 0xf5, - 0x81, 0x1f, 0xf0, 0x3c, 0xe2, 0x11, 0xfd, 0x01, 0xf6, 0xbb, 0x2e, 0xa2, 0x4e, 0x03, 0x5e, 0x25, - 0x47, 0x6b, 0x95, 0xc2, 0x14, 0xb9, 0xf6, 0xd2, 0x3f, 0x68, 0xa8, 0x41, 0x92, 0x60, 0x36, 0x12, - 0x2e, 0x60, 0x19, 0xbe, 0xb0, 0x76, 0x23, 0xd7, 0x73, 0xd1, 0x04, 0x87, 0xc4, 0xb3, 0x26, 0x10, - 0x18, 0x46, 0x0b, 0x16, 0x71, 0x53, 0xf3, 0x2b, 0x98, 0x40, 0x8f, 0x5b, 0x45, 0x50, 0x71, 0x92, - 0x73, 0xa7, 0x49, 0x3f, 0x6a, 0xbf, 0xa4, 0x55, 0x34, 0xe1, 0x09, 0x1a, 0x11, 0xb4, 0x7f, 0x23, - 0xf4, 0xcd, 0xec, 0x09, 0x00, 0x40, 0x77, 0xed, 0x82, 0x3d, 0x06, 0x71, 0xa8, 0xe4, 0xe5, 0xe1, - 0xca, 0xba, 0x67, 0x68, 0x78, 0xd8, 0x64, 0x96, 0x98, 0x21, 0x06, 0x49, 0x88, 0x44, 0xfc, 0x8a, - 0xaf, 0xbd, 0x1a, 0x52, 0xc1, 0x24, 0xa9, 0x66, 0xa3, 0x45, 0x24, 0x4e, 0x82, 0x60, 0x9d, 0x8e, - 0x6b, 0xb3, 0x68, 0xeb, 0xf8, 0x9c, 0x0d, 0x13, 0xe5, 0x17, 0x5e, 0x09, 0x91, 0x51, 0xbe, 0xf4, - 0xd5, 0x91, 0x2b, 0x3c, 0x35, 0xb2, 0x64, 0xe2, 0x05, 0x23, 0x11, 0xd0, 0xc0, 0x24, 0xe3, 0x71, - 0x2e, 0x0a, 0xa8, 0x94, 0x93, 0x76, 0x79, 0x26, 0xdd, 0xfc, 0xba, 0xfc, 0x67, 0x6d, 0x44, 0xb0, - 0x77, 0x5f, 0xf8, 0xde, 0x7f, 0x99, 0x59, 0xf3, 0x39, 0xee, 0x2b, 0xd8, 0x8b, 0xec, 0x7c, 0x87, - 0x24, 0x45, 0xf6, 0x4e, 0x6e, 0x4c, 0x76, 0xd2, 0xd1, 0xff, 0xc3, 0xfa, 0x95, 0xd4, 0xf4, 0x0b, - 0x4a, 0xc2, 0x13, 0xd0, 0xb7, 0x2a, 0x58, 0x52, 0xd7, 0xcf, 0x30, 0x24, 0x87, 0x23, 0xeb, 0x0a, - 0xb6, 0x85, 0x38, 0x5c, 0x08, 0xc7, 0xc4, 0xd3, 0x50, 0x09, 0xc5, 0x6b, 0xaf, 0x20, 0x37, 0x78, - 0x0c, 0x1d, 0x78, 0xce, 0x96, 0xf2, 0x7c, 0xd6, 0x0a, 0x90, 0xd8, 0xc5, 0x0a, 0x37, 0x8c, 0x06, - 0x46, 0x3b, 0x82, 0xe7, 0x90, 0x7d, 0x66, 0xa6, 0x10, 0xa9, 0xb8, 0xb8, 0x7d, 0x53, 0xc1, 0xbf, - 0xb2, 0x56, 0xf1, 0x87, 0x9c, 0x74, 0x47, 0xbd, 0x7f, 0xcd, 0x29, 0x42, 0x46, 0xba, 0x0e, 0x0c, - 0x32, 0xb9, 0x71, 0xe8, 0x76, 0x0b, 0xd6, 0x26, 0x66, 0xc4, 0x59, 0xaf, 0xd4, 0x6f, 0x1e, 0xbf, - 0x35, 0x5a, 0x07, 0xf7, 0x6c, 0x59, 0x68, 0xf4, 0xab, 0x6c, 0x1e, 0xc2, 0x49, 0x28, 0xde, 0x12, - 0x9d, 0xeb, 0xe1, 0xdb, 0x3c, 0x8d, 0x6b, 0xe9, 0x1c, 0x70, 0x04, 0xbf, 0xb7, 0xe2, 0xc3, 0x46, - 0xce, 0xcd, 0x59, 0x37, 0x4f, 0xe6, 0x1a, 0xc6, 0xab, 0xa4, 0x1d, 0xd2, 0xfe, 0xa1, 0x9c, 0x90, - 0xa7, 0x17, 0xe5, 0xb8, 0x7e, 0xa2, 0xfd, 0x77, 0x1c, 0x2a, 0xcc, 0xb1, 0xa2, 0xb2, 0x51, 0x33, - 0xef, 0xf3, 0x7c, 0x39, 0xe4, 0xac, 0x2b, 0x71, 0xc3, 0x25, 0xd5, 0x70, 0x59, 0x0c, 0xcf, 0xe5, - 0x3a, 0x3f, 0x62, 0x31, 0x9c, 0x97, 0x19, 0x7e, 0xdc, 0x5e, 0x0a, 0xaf, 0x9c, 0xf0, 0x10, 0x16, - 0xe4, 0x45, 0x6c, 0x24, 0x46, 0x81, 0x33, 0xcb, 0xf5, 0x53, 0xbb, 0x84, 0x7f, 0x57, 0xe3, 0x55, - 0x63, 0x74, 0x9d, 0x45, 0xf6, 0x22, 0x05, 0xe4, 0xcd, 0xda, 0xe5, 0x91, 0x41, 0x5a, 0x09, 0x58, - 0xc3, 0xca, 0xff, 0xf0, 0x8f, 0xc4, 0xc8, 0x4b, 0xa1, 0xa4, 0x62, 0xd9, 0x36, 0x9b, 0x83, 0xaf, - 0xaf, 0x71, 0x74, 0x5b, 0x72, 0xbb, 0x9c, 0x9a, 0xe5, 0xd6, 0x9e, 0x2b, 0x24, 0xd3, 0xba, 0x1b, - 0x0a, 0x0c, 0xc0, 0x88, 0x5f, 0xf9, 0xfb, 0x32, 0x8d, 0xb5, 0x48, 0x05, 0x14, 0x71, 0x6c, 0x96, - 0xfe, 0xc5, 0x2a, 0xce, 0xdb, 0xb1, 0x05, 0x86, 0x15, 0x1e, 0xc7, 0x21, 0x44, 0x02, 0x4e, 0x1d, - 0xa2, 0x16, 0x5e, 0xe4, 0x34, 0xe9, 0x17, 0xd8, 0x72, 0xff, 0x9e, 0xa2, 0xd6, 0xc1, 0xd7, 0xa0, - 0x57, 0xb7, 0x04, 0x6f, 0x6f, 0xb1, 0x5c, 0xf2, 0x67, 0x4e, 0xde, 0x6e, 0x2f, 0x37, 0xf5, 0xb0, - 0x92, 0x53, 0x44, 0x22, 0xae, 0x36, 0xee, 0xde, 0x96, 0xdb, 0x2b, 0x9a, 0x64, 0x85, 0x5b, 0x44, - 0xa5, 0x28, 0x29, 0x58, 0x23, 0xda, 0x21, 0x29, 0x1b, 0x0e, 0x0c, 0x03, 0x23, 0xf9, 0x87, 0x38, - 0x22, 0x1e, 0x11, 0xdd, 0x61, 0x3d, 0x9b, 0x3b, 0x48, 0x3c, 0xd4, 0x1c, 0x63, 0x38, 0x2f, 0x42, - 0xfc, 0xc5, 0xbc, 0xce, 0x6b, 0x7e, 0xaf, 0xb9, 0x8e, 0x81, 0x94, 0x23, 0x89, 0x35, 0x97, 0xaa, - 0xac, 0x85, 0x8c, 0xa7, 0x10, 0x32, 0x56, 0x4a, 0xad, 0xe4, 0xac, 0x2c, 0x7a, 0xcc, 0xa2, 0x44, - 0x45, 0x3f, 0x80, 0x37, 0x6a, 0x92, 0x16, 0x9c, 0xc8, 0xfc, 0x0d, 0x89, 0x23, 0x95, 0xc2, 0x14, - 0x83, 0x9b, 0x2d, 0x89, 0xe7, 0xe6, 0x0c, 0x7a, 0x21, 0xcb, 0x84, 0x90, 0x73, 0x14, 0x04, 0x10, - 0xb7, 0xeb, 0x98, 0xce, 0x45, 0x49, 0xfc, 0x19, 0xa5, 0x93, 0xa2, 0x57, 0xfd, 0x60, 0xcd, 0x66, - 0x16, 0xb1, 0x83, 0x30, 0x94, 0xa9, 0x1c, 0xba, 0x7f, 0x11, 0xd4, 0xbc, 0xc2, 0xa3, 0x0f, 0x10, - 0x6c, 0x12, 0x25, 0x8a, 0xc3, 0x00, 0x12, 0x16, 0x34, 0x23, 0x69, 0xb9, 0x80, 0x4f, 0x50, 0xd9, - 0x8a, 0xbd, 0x84, 0x99, 0x5b, 0x66, 0xc0, 0xda, 0x0b, 0x51, 0x7c, 0x58, 0xc3, 0x3a, 0x76, 0xfc, - 0x6f, 0x90, 0xe5, 0x8f, 0xa0, 0x10, 0x71, 0x8e, 0x62, 0xc9, 0xb8, 0xf7, 0xeb, 0x8c, 0xab, 0xac, - 0x71, 0xce, 0x28, 0xdf, 0x9b, 0x1f, 0x50, 0xa0, 0xee, 0x20, 0xa4, 0x8b, 0x5c, 0x24, 0x5a, 0xc8, - 0xd4, 0x69, 0x18, 0x44, 0xd1, 0xd8, 0x72, 0xd8, 0x6b, 0x7c, 0xb9, 0x7b, 0x2f, 0x64, 0x27, 0x43, - 0x40, 0xf0, 0x8f, 0x6c, 0xad, 0x11, 0x77, 0x77, 0xb6, 0x8d, 0xb8, 0x27, 0x6f, 0xb3, 0x87, 0x06, - 0xff, 0xe4, 0x1f, 0x99, 0x45, 0x88, 0x56, 0x96, 0x47, 0x6e, 0x2c, 0x8f, 0xc5, 0xe0, 0xcd, 0xe2, - 0x8c, 0xcc, 0xd7, 0x08, 0xbb, 0x79, 0x2f, 0x54, 0x05, 0xa9, 0x71, 0x20, 0xbb, 0x06, 0xe6, 0xf1, - 0x95, 0x25, 0x42, 0x7e, 0x26, 0xff, 0xa0, 0xd9, 0x7a, 0xe5, 0xe3, 0xee, 0xf2, 0x15, 0x01, 0xdc, - 0xc2, 0x46, 0xf8, 0xc6, 0x05, 0x21, 0xc1, 0x7f, 0xc7, 0x8d, 0xd4, 0x76, 0x5d, 0xba, 0x1b, 0xbc, - 0x2e, 0xe8, 0x95, 0x92, 0x89, 0x70, 0x12, 0xac, 0x5e, 0xae, 0xf7, 0x34, 0xdf, 0x7d, 0x2c, 0xeb, - 0x67, 0xfe, 0x68, 0xb9, 0x31, 0x2f, 0x54, 0x80, 0xa6, 0x55, 0x76, 0xc4, 0x00, 0xef, 0x61, 0xab, - 0x77, 0xf4, 0x35, 0xe3, 0x67, 0xc2, 0x43, 0xc5, 0xad, 0xce, 0x13, 0x3c, 0xff, 0x70, 0xe1, 0x87, - 0x6e, 0x54, 0xe6, 0x38, 0x81, 0xef, 0xfc, 0x4e, 0x02, 0xfe, 0xd9, 0x1f, 0xc8, 0x7e, 0xd0, 0xc3, - 0xf1, 0xcd, 0xa8, 0x88, 0xb7, 0x03, 0x0b, 0x0c, 0xb9, 0xcd, 0x72, 0xaa, 0xf3, 0x5a, 0x6b, 0xe4, - 0xe9, 0x5d, 0xbe, 0xc9, 0x32, 0x11, 0xa6, 0x47, 0x9b, 0xf6, 0x3f, 0x88, 0xc0, 0x39, 0x90, 0xb1, - 0x2c, 0xd7, 0xc1, 0xb2, 0x16, 0xc0, 0xd2, 0x8e, 0xbf, 0xcd, 0x48, 0x8a, 0x67, 0xf0, 0x67, 0xaf, - 0x04, 0x51, 0xdb, 0x1a, 0xc7, 0x2b, 0x19, 0x83, 0x5f, 0x69, 0x0c, 0x44, 0x26, 0xbf, 0xd2, 0x1a, - 0x88, 0x1c, 0xae, 0x94, 0x77, 0x07, 0xf2, 0x8c, 0x24, 0x5d, 0x1e, 0x30, 0x27, 0xeb, 0x6b, 0xdc, - 0x9a, 0x8f, 0x48, 0x46, 0xde, 0x0a, 0x3e, 0xe2, 0x18, 0x08, 0xce, 0x41, 0xb5, 0x1e, 0x20, 0x9b, - 0xf2, 0xc0, 0xf4, 0x40, 0x7a, 0xf0, 0xe7, 0x03, 0xe3, 0xd3, 0x41, 0xd1, 0xc2, 0x48, 0x77, 0x06, - 0x3b, 0x7e, 0xe2, 0x3c, 0xe0, 0x56, 0x3b, 0x7c, 0xfb, 0x13, 0xb5, 0xce, 0x4d, 0x28, 0x56, 0x54, - 0x49, 0x94, 0x78, 0x50, 0x26, 0xd4, 0x97, 0xfc, 0xc6, 0x26, 0x51, 0x1e, 0x43, 0x6b, 0x8e, 0xf5, - 0x85, 0x59, 0xf0, 0x00, 0x83, 0xd5, 0x1d, 0xe2, 0x5d, 0x49, 0x86, 0x58, 0xde, 0xa3, 0xb5, 0x8c, - 0x08, 0x8e, 0x54, 0x77, 0x6c, 0x45, 0x02, 0xee, 0x63, 0xc3, 0xee, 0x1a, 0x74, 0x89, 0xe0, 0xe3, - 0xe6, 0x97, 0x58, 0xee, 0xd2, 0x7d, 0xaa, 0x48, 0xc3, 0x10, 0x8a, 0x36, 0x58, 0xac, 0xba, 0xb1, - 0xb7, 0x31, 0x3a, 0x31, 0x3c, 0x46, 0x23, 0xe5, 0xf3, 0x7b, 0x48, 0x1c, 0x2a, 0x19, 0xa3, 0xdf, - 0xdf, 0x0c, 0xb7, 0xa7, 0x7f, 0xe3, 0x09, 0x76, 0xf3, 0xe1, 0x9f, 0x72, 0x24, 0x31, 0x9b, 0xcd, - 0xbd, 0xcd, 0x79, 0x45, 0x28, 0x58, 0xc9, 0x62, 0xc1, 0x06, 0x25, 0x7f, 0x3e, 0x16, 0xa4, 0xc9, - 0x99, 0x78, 0x7a, 0x74, 0xde, 0x80, 0x4c, 0x85, 0xbb, 0xfe, 0xf2, 0xcc, 0xed, 0xff, 0xe8, 0x10, - 0xa1, 0x8e, 0xe7, 0x22, 0xb9, 0x4c, 0x50, 0xfc, 0xc1, 0xc9, 0x64, 0xda, 0x3a, 0x1e, 0xa9, 0xe0, - 0xf9, 0x0a, 0xfe, 0xf9, 0xda, 0xff, 0x05, 0x2b, 0xc2, 0x9d, 0x9e, 0xce, 0x56, 0x00, 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xdd, 0x3c, 0xed, 0x76, 0xda, 0xc8, + 0x92, 0xff, 0x79, 0x8a, 0x76, 0xcf, 0x8c, 0x23, 0x5d, 0x64, 0x90, 0xf8, 0xc8, 0x38, 0x80, 0xf0, + 0x1a, 0xc7, 0xc9, 0xf8, 0x5e, 0x7b, 0xe2, 0x63, 0x3c, 0xc9, 0xbd, 0x27, 0x93, 0x93, 0x08, 0xd1, + 0x80, 0x62, 0x21, 0x71, 0x25, 0x61, 0x9b, 0xb5, 0xd9, 0x67, 0xda, 0x67, 0xd8, 0x27, 0xdb, 0xaa, + 0xee, 0xd6, 0x17, 0x48, 0xe0, 0xdc, 0xdd, 0xfd, 0xb3, 0x73, 0x4e, 0xc6, 0x20, 0x55, 0x57, 0x57, + 0x57, 0xd7, 0x77, 0x57, 0xd3, 0x3b, 0x78, 0xfb, 0xe1, 0xec, 0xf6, 0x1f, 0xd7, 0xe7, 0x64, 0x16, + 0xcd, 0xdd, 0x7e, 0x0f, 0xff, 0x4f, 0x5c, 0xcb, 0x9b, 0x9a, 0x94, 0x79, 0x14, 0xbe, 0x33, 0x6b, + 0xdc, 0xef, 0xcd, 0x59, 0x64, 0x11, 0x7b, 0x66, 0x05, 0x21, 0x8b, 0x4c, 0xba, 0x8c, 0x26, 0x47, + 0xc7, 0x54, 0x3e, 0xad, 0x78, 0xd6, 0x9c, 0x99, 0xf4, 0xde, 0x61, 0x0f, 0x0b, 0x3f, 0x88, 0x28, + 0xb1, 0x7d, 0x2f, 0x62, 0x1e, 0x80, 0x3d, 0x38, 0xe3, 0x68, 0x66, 0xb6, 0x75, 0x3d, 0x01, 0xdd, + 0x78, 0x35, 0x66, 0xf7, 0x8e, 0xcd, 0x8e, 0xf8, 0x17, 0xcd, 0xf1, 0x9c, 0xc8, 0xb1, 0xdc, 0xa3, + 0xd0, 0xb6, 0x5c, 0x66, 0x1a, 0xda, 0xdc, 0x7a, 0x74, 0xe6, 0xcb, 0x79, 0xf2, 0x7d, 0x19, 0xb2, + 0x80, 0x7f, 0xb1, 0x46, 0xf0, 0xdd, 0xf3, 0xe9, 0xd6, 0xcc, 0xfd, 0x5e, 0xe4, 0x44, 0x2e, 0xeb, + 0x5f, 0x9e, 0xbf, 0x25, 0x43, 0x16, 0x45, 0x8e, 0x37, 0x0d, 0x7b, 0x75, 0xf1, 0xac, 0x17, 0xda, + 0x81, 0xb3, 0x88, 0xfa, 0x95, 0x7b, 0x2b, 0x20, 0x63, 0x73, 0xec, 0xdb, 0xcb, 0x39, 0x50, 0xa2, + 0xb9, 0xd6, 0x22, 0x60, 0xf7, 0x66, 0xbb, 0x8d, 0xf3, 0x0d, 0xc4, 0xb4, 0x1f, 0x4d, 0x1d, 0xff, + 0x5c, 0x99, 0x2d, 0xd6, 0xc4, 0x0f, 0xd7, 0x03, 0xb3, 0xa5, 0xbf, 0x79, 0x8d, 0x1f, 0x2f, 0x4d, + 0xa3, 0xd9, 0xe4, 0x0f, 0x2f, 0x47, 0xff, 0x5c, 0xfa, 0x91, 0xa9, 0x77, 0xc7, 0xb5, 0xe5, 0xfc, + 0xeb, 0xc2, 0xfc, 0xfc, 0x45, 0x1b, 0xd7, 0x82, 0xf0, 0x7e, 0x2c, 0x3f, 0xf9, 0x5f, 0xa7, 0x0b, + 0xc7, 0x17, 0x5f, 0x00, 0x5c, 0x7c, 0x6b, 0xbe, 0xe9, 0xe2, 0xfc, 0xae, 0x6f, 0x3b, 0x0b, 0x2d, + 0x72, 0xe6, 0xcc, 0x5f, 0x46, 0x9a, 0xbd, 0x0c, 0x23, 0x7f, 0x3e, 0x8c, 0xac, 0x20, 0x0a, 0xcd, + 0x03, 0x43, 0x0b, 0xf9, 0xa7, 0xb7, 0x4e, 0x10, 0xad, 0x70, 0x38, 0x0c, 0x3e, 0xfb, 0xf0, 0xe1, + 0x9e, 0x05, 0x81, 0x33, 0x66, 0xa1, 0xd9, 0xd6, 0x60, 0x34, 0x80, 0x75, 0x27, 0x4b, 0xcf, 0x8e, + 0x1c, 0xdf, 0x23, 0xbf, 0x29, 0xea, 0xd3, 0x83, 0xe3, 0x8d, 0xfd, 0x87, 0x9a, 0xbf, 0x60, 0x9e, + 0x42, 0x67, 0x51, 0xb4, 0x08, 0x3b, 0xf5, 0xfa, 0x9d, 0xe7, 0xd7, 0x1e, 0x5c, 0x36, 0xae, 0x4d, + 0x59, 0x7d, 0xc2, 0xac, 0x68, 0x19, 0xb0, 0xb0, 0x1e, 0x4a, 0xc6, 0xd4, 0x7f, 0x82, 0x37, 0x47, + 0xf1, 0x37, 0xaa, 0xae, 0x13, 0x7c, 0x83, 0x4d, 0x7c, 0xc9, 0x18, 0xaa, 0xd1, 0xaf, 0x21, 0x73, + 0x27, 0x59, 0xe8, 0xe9, 0xc5, 0x58, 0x61, 0xea, 0x53, 0xc0, 0x00, 0xbd, 0x47, 0x70, 0xae, 0xe8, + 0xdc, 0x65, 0xc8, 0xdb, 0xc1, 0x8a, 0xbf, 0x4a, 0x41, 0xfd, 0xc9, 0x04, 0x41, 0xb3, 0x30, 0xe1, + 0x60, 0xf5, 0x3b, 0x6c, 0x22, 0x3c, 0xfe, 0xac, 0x7f, 0xa9, 0xdd, 0x5b, 0xee, 0x92, 0x99, 0x47, + 0x46, 0x3a, 0xc4, 0xf5, 0xad, 0xf1, 0x5f, 0x87, 0x0a, 0xd3, 0x3c, 0xf3, 0x40, 0x57, 0x9f, 0x5c, + 0x16, 0x91, 0xc8, 0x1c, 0xd7, 0xec, 0x00, 0x96, 0xc3, 0x24, 0x0e, 0x85, 0x8a, 0xbd, 0xa5, 0x6a, + 0x37, 0xaa, 0x01, 0xa9, 0xa7, 0x51, 0x14, 0x38, 0xa3, 0x65, 0xc4, 0xe0, 0x45, 0x60, 0x53, 0x8d, + 0xa9, 0xda, 0xe6, 0xf3, 0x68, 0xb5, 0x60, 0xb0, 0x98, 0x88, 0x3d, 0x46, 0xf5, 0xef, 0xd6, 0xbd, + 0x15, 0x23, 0xd8, 0x02, 0xb4, 0xc2, 0x95, 0x07, 0x28, 0x3c, 0x15, 0x76, 0x71, 0xe4, 0x8f, 0x57, + 0x35, 0x6b, 0x01, 0x2c, 0x19, 0x9f, 0xcd, 0x1c, 0x77, 0xac, 0x44, 0x08, 0x6f, 0x8d, 0xc7, 0xe7, + 0xf7, 0x40, 0xc5, 0xa5, 0x13, 0x82, 0x68, 0xb3, 0x40, 0xa1, 0x48, 0x33, 0xd5, 0x14, 0xd5, 0xec, + 0x3f, 0xbd, 0x67, 0xd1, 0x47, 0x45, 0xd5, 0xec, 0x19, 0xb3, 0xef, 0x86, 0x0e, 0x7c, 0x42, 0xec, + 0x83, 0x4b, 0xf8, 0x70, 0x64, 0x98, 0xa6, 0x90, 0x1c, 0x58, 0xf8, 0xe1, 0xa1, 0xf8, 0x58, 0x0b, + 0x67, 0xce, 0x24, 0x52, 0xd4, 0x75, 0x31, 0x62, 0x10, 0x01, 0x3f, 0x80, 0xf5, 0x00, 0x62, 0x50, + 0xa4, 0xd0, 0x77, 0x59, 0xcd, 0xf5, 0xa7, 0x0a, 0x3d, 0xc7, 0xe7, 0x44, 0x72, 0x0b, 0xf6, 0x89, + 0x4c, 0x1c, 0x97, 0xf1, 0x75, 0x83, 0xe6, 0x04, 0xc0, 0x9f, 0x4b, 0xf9, 0xdc, 0x9f, 0xa0, 0x72, + 0x4e, 0x9c, 0xe9, 0x32, 0xb0, 0x38, 0x7b, 0xc5, 0xba, 0xc9, 0xc4, 0x72, 0x50, 0x4c, 0xfe, 0xf4, + 0x2e, 0x3c, 0xdb, 0x9f, 0x2f, 0x80, 0xcb, 0x8c, 0x2c, 0xac, 0x29, 0x23, 0x63, 0x2b, 0xb2, 0x0e, + 0x60, 0xb7, 0x33, 0x9b, 0x18, 0xce, 0xfc, 0x87, 0x5b, 0xdf, 0x0a, 0x23, 0xb1, 0x29, 0x86, 0xfa, + 0x84, 0x12, 0x1d, 0x99, 0x28, 0x07, 0x34, 0xc2, 0x17, 0x7c, 0x1f, 0x1c, 0x0f, 0x48, 0xfe, 0xed, + 0xf6, 0xea, 0xd2, 0x64, 0xb0, 0x16, 0xdb, 0xb5, 0xc2, 0x10, 0x37, 0xda, 0xf4, 0x4e, 0xe4, 0x32, + 0x3a, 0x14, 0x31, 0x51, 0xcd, 0x76, 0x99, 0x15, 0xdc, 0x0a, 0x55, 0x50, 0xa4, 0x4a, 0xf0, 0x7d, + 0x88, 0x56, 0xb0, 0x3e, 0xcb, 0x73, 0xe6, 0x9c, 0x54, 0x93, 0x7a, 0xbe, 0x07, 0x8b, 0x92, 0x10, + 0x26, 0x30, 0x32, 0x1e, 0xa4, 0xc4, 0xb4, 0x81, 0xdc, 0x66, 0xa7, 0xca, 0x7c, 0xae, 0x05, 0x6c, + 0xe1, 0x5a, 0x36, 0x4a, 0x04, 0x9f, 0x94, 0xe2, 0x9a, 0xb4, 0xc6, 0x1b, 0x5d, 0xcf, 0xac, 0x6c, + 0x74, 0xe9, 0xcc, 0x9d, 0x28, 0xc4, 0x75, 0x69, 0x91, 0xe6, 0x68, 0x96, 0xfa, 0xc4, 0x6d, 0x02, + 0x13, 0x36, 0xc1, 0x13, 0x36, 0xc1, 0x91, 0x16, 0x21, 0x12, 0xe6, 0xc0, 0x4a, 0xc7, 0x2f, 0x1c, + 0x2f, 0xfc, 0xf0, 0x37, 0x45, 0x30, 0x84, 0x99, 0x1b, 0x62, 0x7e, 0x6b, 0x4d, 0xb9, 0xa4, 0x53, + 0xc7, 0x5b, 0x2c, 0x91, 0x47, 0x13, 0x3f, 0x50, 0x1c, 0xb0, 0x1f, 0x4e, 0x0f, 0xb6, 0x91, 0x79, + 0xd3, 0x68, 0xd6, 0x75, 0xaa, 0x55, 0x31, 0xda, 0x33, 0xd9, 0x67, 0xe7, 0x4b, 0x0d, 0xed, 0x5b, + 0x2d, 0x5c, 0x8e, 0x42, 0x90, 0x47, 0x6f, 0xaa, 0xe8, 0x5a, 0x43, 0xed, 0x3a, 0x13, 0xd8, 0x4f, + 0x9d, 0x9a, 0xa6, 0xf7, 0xfc, 0x4c, 0x2f, 0x8d, 0xf8, 0x43, 0x23, 0xfe, 0xd0, 0xc4, 0x0f, 0xf1, + 0xa6, 0x14, 0x61, 0x11, 0x38, 0x16, 0x68, 0xca, 0x2f, 0x40, 0x79, 0x8a, 0xb4, 0x91, 0x5e, 0xde, + 0xd2, 0x6a, 0x94, 0xaa, 0xa4, 0x66, 0xe8, 0x6a, 0xdf, 0x3c, 0xd6, 0x55, 0xb4, 0xdf, 0x8e, 0xb7, + 0x64, 0x6b, 0xc0, 0xf0, 0x02, 0x32, 0xf0, 0x43, 0x4b, 0x7e, 0xb8, 0xb9, 0x94, 0x1f, 0x06, 0xb7, + 0xf2, 0xc3, 0xc5, 0x0d, 0x27, 0xf5, 0xf0, 0x90, 0xd2, 0x03, 0x41, 0x29, 0x9f, 0x0c, 0xbe, 0x1f, + 0x19, 0xb9, 0x27, 0x62, 0x35, 0x16, 0x18, 0x43, 0xce, 0xb4, 0x3b, 0x60, 0xda, 0x5d, 0x4f, 0x18, + 0xdb, 0x98, 0x73, 0x77, 0xc0, 0x39, 0xab, 0xb6, 0x58, 0x86, 0x33, 0x45, 0xbc, 0xf8, 0x7c, 0xf7, + 0x45, 0xcd, 0x41, 0x73, 0xfd, 0x2a, 0x82, 0xe6, 0x3a, 0x88, 0xd0, 0xb0, 0x26, 0xab, 0x16, 0xfa, + 0xb0, 0x7e, 0xcf, 0xec, 0x7b, 0xa6, 0x99, 0xb0, 0x28, 0xa5, 0x04, 0x19, 0xa1, 0xaa, 0xd2, 0xd6, + 0x09, 0xe5, 0xfa, 0x36, 0xf4, 0x83, 0x60, 0xa5, 0xf1, 0xdd, 0x27, 0x3f, 0x3f, 0xfd, 0x75, 0xf8, + 0xe1, 0xf7, 0x9a, 0xe0, 0xb4, 0x33, 0x59, 0x29, 0x96, 0xba, 0x26, 0xb6, 0xe5, 0xbd, 0x8a, 0xc8, + 0x88, 0x11, 0xf0, 0x60, 0xe3, 0xda, 0x37, 0x55, 0x4b, 0xf1, 0x99, 0x94, 0x8a, 0x6f, 0x13, 0xf0, + 0x47, 0x21, 0x98, 0x05, 0xb0, 0xeb, 0xb8, 0xc1, 0xc0, 0x9a, 0x03, 0xd3, 0x03, 0x4e, 0x00, 0xb3, + 0xf8, 0x87, 0xc4, 0xa1, 0xfc, 0x6f, 0x13, 0x98, 0x20, 0x06, 0x42, 0xad, 0x80, 0x11, 0x2e, 0x9d, + 0x60, 0x4b, 0xdc, 0xd5, 0x7e, 0x4a, 0x91, 0xbd, 0xdf, 0x4d, 0xa7, 0x6a, 0x74, 0xbf, 0xa7, 0x32, + 0xfc, 0x3d, 0x96, 0x61, 0x1f, 0x76, 0xf0, 0xfb, 0x1e, 0x19, 0xf6, 0x63, 0xe1, 0xf1, 0x63, 0xe1, + 0xf1, 0x63, 0xe1, 0xf1, 0x63, 0xe1, 0xf1, 0x63, 0xe1, 0xf1, 0x63, 0xe1, 0xf1, 0x63, 0xe1, 0xf1, + 0xd5, 0x27, 0x8e, 0x0a, 0x3e, 0x9a, 0x7e, 0x6e, 0x12, 0x43, 0x15, 0x44, 0xb8, 0x85, 0x44, 0xbc, + 0x54, 0x05, 0xdc, 0x3d, 0x2a, 0x20, 0x04, 0xf7, 0x7b, 0x22, 0xb8, 0x19, 0x76, 0x65, 0x9e, 0x6f, + 0x6c, 0xc7, 0xb5, 0xe3, 0x71, 0x2b, 0xec, 0x3a, 0x36, 0x4a, 0x45, 0xf4, 0xc0, 0x98, 0x07, 0xfb, + 0x92, 0xa8, 0xea, 0xba, 0x8e, 0x5f, 0x24, 0xd1, 0xeb, 0x03, 0xbe, 0x0b, 0xdf, 0x73, 0xbb, 0xf0, + 0x3d, 0xbb, 0x0b, 0x6b, 0xf8, 0x4f, 0x4c, 0x70, 0xa0, 0xa7, 0xb6, 0x28, 0x0a, 0x56, 0xc3, 0xe5, + 0x08, 0xcc, 0x19, 0x3a, 0x5c, 0xa0, 0x74, 0x5c, 0x1b, 0x4e, 0x6a, 0x68, 0xcd, 0x33, 0x78, 0x6a, + 0x18, 0xf9, 0xc0, 0x92, 0xdf, 0xb2, 0x89, 0xb5, 0x74, 0x23, 0xc4, 0x16, 0x9b, 0xb0, 0x98, 0x64, + 0x60, 0x5a, 0xe4, 0x2f, 0xae, 0x03, 0x1f, 0xbc, 0x81, 0x25, 0x4c, 0xac, 0x14, 0x51, 0x1e, 0xfd, + 0xf4, 0x0d, 0x30, 0xa0, 0xd2, 0x60, 0xd1, 0x5b, 0xdf, 0x27, 0x73, 0xcb, 0x5b, 0x11, 0x08, 0xbf, + 0x42, 0x02, 0xb2, 0x41, 0xe6, 0x8c, 0x44, 0x3e, 0x99, 0x59, 0xde, 0xd8, 0x65, 0x07, 0xb4, 0x8b, + 0xe6, 0xb3, 0x67, 0xb0, 0xd6, 0xe1, 0xa1, 0xe2, 0x55, 0x4d, 0xfa, 0xa7, 0xf7, 0x67, 0x70, 0x06, + 0x6e, 0x0c, 0xa2, 0x9a, 0x00, 0x54, 0x03, 0xfd, 0x93, 0xe5, 0x91, 0xf3, 0xe1, 0x75, 0xb3, 0x51, + 0xa3, 0xb1, 0xeb, 0xf2, 0xd4, 0x35, 0x27, 0x9d, 0x7b, 0xd0, 0x8f, 0x96, 0xeb, 0x8c, 0x9d, 0x68, + 0xa5, 0xa8, 0xa8, 0x10, 0xf0, 0x34, 0x14, 0x4b, 0xcc, 0xd8, 0x70, 0xe6, 0x71, 0xf7, 0x2a, 0x4d, + 0x30, 0xf7, 0x49, 0x18, 0x2e, 0x52, 0x55, 0x60, 0x60, 0xe3, 0x2e, 0x1f, 0x78, 0x79, 0x2a, 0xf9, + 0xc0, 0x4e, 0x44, 0x00, 0xd8, 0xd1, 0xb5, 0x18, 0x18, 0x60, 0x85, 0xef, 0x19, 0x3b, 0x21, 0x38, + 0x8d, 0x15, 0xc0, 0x80, 0xcd, 0x76, 0x1d, 0xf0, 0x3e, 0x1d, 0xe9, 0x84, 0x38, 0xe8, 0x22, 0x5c, + 0x36, 0x5e, 0x00, 0x9b, 0x9b, 0xaf, 0xaf, 0x1f, 0x1e, 0xc6, 0x21, 0x40, 0x96, 0xe8, 0xcb, 0xd3, + 0x8c, 0xdb, 0xe0, 0xf0, 0x10, 0x66, 0x89, 0x21, 0x9b, 0x04, 0x8b, 0xc9, 0x2f, 0x4f, 0x61, 0xc6, + 0xad, 0xd9, 0xdb, 0xba, 0x59, 0x40, 0xc1, 0x1f, 0x17, 0xd9, 0xc9, 0xe2, 0xe9, 0x9f, 0xc2, 0x07, + 0x27, 0xb2, 0x67, 0x4a, 0x01, 0x8f, 0x20, 0xd4, 0xd2, 0x36, 0xc9, 0x00, 0xdc, 0x5a, 0x46, 0x61, + 0x32, 0x24, 0x81, 0xa6, 0xd9, 0x56, 0xc8, 0x88, 0xde, 0x29, 0x44, 0x65, 0x68, 0x72, 0x4f, 0xba, + 0x23, 0x08, 0xda, 0xee, 0xba, 0x1c, 0xb6, 0xa9, 0x77, 0xb6, 0x26, 0x68, 0xea, 0x39, 0x88, 0x76, + 0x01, 0x44, 0x3b, 0x0b, 0xd1, 0x2e, 0x80, 0x68, 0xe7, 0x20, 0x1a, 0x45, 0x20, 0x8d, 0x04, 0x66, + 0x2c, 0xe4, 0xbe, 0xb3, 0x83, 0xa1, 0x31, 0x2b, 0xd7, 0x1c, 0x66, 0x6e, 0x00, 0x40, 0x1a, 0xd8, + 0xa0, 0x3c, 0x6b, 0x85, 0xb6, 0x63, 0x08, 0x11, 0x32, 0x5a, 0x8e, 0xed, 0x10, 0x4e, 0x48, 0x2c, + 0x84, 0x31, 0xb1, 0x7e, 0xaa, 0x1b, 0xdb, 0x03, 0xd8, 0xae, 0xd8, 0x1c, 0x63, 0x90, 0x38, 0xda, + 0xdd, 0x63, 0xa6, 0xce, 0x68, 0xd5, 0x4b, 0xcd, 0x94, 0xda, 0x95, 0x9a, 0x1b, 0x55, 0xf7, 0x0c, + 0x1c, 0x5e, 0xe6, 0x07, 0x6a, 0xac, 0xd7, 0x6c, 0x9c, 0xa4, 0x3a, 0xda, 0x34, 0xcd, 0xe2, 0x09, + 0xf5, 0xdc, 0xb8, 0x13, 0xd6, 0x6f, 0xbc, 0x39, 0x69, 0xe8, 0x7f, 0x89, 0x3a, 0x46, 0x1b, 0xfe, + 0x87, 0x08, 0xfa, 0x26, 0x60, 0x10, 0x2f, 0x8e, 0xe1, 0xd1, 0x6b, 0xf8, 0xc7, 0xbf, 0xb4, 0xe0, + 0x43, 0x93, 0x7f, 0x69, 0x1a, 0x60, 0x2c, 0x7b, 0xad, 0xe3, 0x93, 0x76, 0xa7, 0xd5, 0x02, 0x99, + 0x7d, 0x7e, 0x6e, 0xb5, 0x51, 0x74, 0x25, 0x44, 0xca, 0x0e, 0x60, 0x0e, 0x4b, 0x82, 0x4c, 0x0c, + 0x37, 0x35, 0x4c, 0xb9, 0x84, 0xa0, 0xcd, 0x17, 0x0f, 0x56, 0xe0, 0x81, 0xdd, 0xd8, 0xda, 0x36, + 0xbe, 0xe9, 0x57, 0xb1, 0xce, 0xfd, 0xda, 0xd0, 0xf5, 0x2d, 0xa5, 0x00, 0x31, 0x30, 0xcd, 0x9c, + 0x1c, 0x4b, 0x4b, 0x60, 0x1a, 0x8d, 0xce, 0x96, 0xce, 0x2a, 0xf2, 0x5d, 0x5e, 0xf0, 0xbb, 0x22, + 0x2c, 0x29, 0x0b, 0xf4, 0x40, 0xe6, 0x98, 0x9d, 0x8f, 0xf4, 0xac, 0x6c, 0xa4, 0xc7, 0x5d, 0x17, + 0xfa, 0x33, 0xab, 0x24, 0xd6, 0x8b, 0xfd, 0xa8, 0x55, 0x18, 0xc5, 0x69, 0x6e, 0xba, 0xc3, 0x56, + 0x2e, 0x00, 0x10, 0xfc, 0x59, 0xe8, 0x63, 0x5a, 0xf5, 0xb3, 0x02, 0xeb, 0xa2, 0x03, 0x3b, 0x3c, + 0x74, 0x7b, 0x6f, 0x5e, 0x9f, 0xd0, 0x8b, 0x6b, 0x02, 0xe2, 0x09, 0x19, 0x61, 0xd8, 0xa1, 0x1d, + 0xb7, 0xdf, 0x7a, 0x73, 0x42, 0xdf, 0x82, 0x7f, 0x20, 0xef, 0xaf, 0x2f, 0x3e, 0x88, 0x27, 0xc6, + 0x09, 0xc5, 0x2f, 0xf8, 0x9e, 0x8a, 0xa7, 0xd2, 0xf0, 0x19, 0xdb, 0x88, 0x5b, 0x6f, 0x10, 0xef, + 0xeb, 0xd6, 0x09, 0x3d, 0x73, 0xef, 0x62, 0x1c, 0x94, 0x72, 0x0e, 0x85, 0x25, 0x82, 0x64, 0x20, + 0x16, 0x10, 0x24, 0xce, 0x1f, 0x90, 0x57, 0x29, 0xfa, 0xae, 0xe6, 0xab, 0xda, 0xc4, 0x84, 0xf0, + 0xa2, 0xd7, 0xee, 0x4e, 0x30, 0x9a, 0x50, 0xca, 0x30, 0xd0, 0xea, 0x44, 0xa0, 0x50, 0x71, 0x8b, + 0xd2, 0xd5, 0x1d, 0x1e, 0x4e, 0x7a, 0xad, 0xe7, 0x67, 0x41, 0x16, 0x24, 0x5a, 0x13, 0xfe, 0xd9, + 0xc0, 0x97, 0x6d, 0x00, 0x99, 0x54, 0x5b, 0x7a, 0xcf, 0x3d, 0x51, 0xc2, 0x12, 0x6d, 0xd7, 0x42, + 0xc8, 0x17, 0xfe, 0xb9, 0x74, 0x02, 0x6e, 0x0a, 0xd5, 0xce, 0x36, 0xa0, 0x90, 0xa1, 0x2c, 0x18, + 0xa4, 0xed, 0x89, 0x6b, 0x55, 0xd5, 0x35, 0x04, 0x03, 0xc2, 0xb2, 0x06, 0x13, 0xce, 0xab, 0xd8, + 0x1c, 0x16, 0x3c, 0x7b, 0x7e, 0x6e, 0x02, 0x89, 0xae, 0xe6, 0x72, 0xad, 0x70, 0x41, 0x2b, 0x60, + 0x6c, 0xa9, 0xae, 0xfb, 0x99, 0x44, 0x19, 0x82, 0x1c, 0x2d, 0x8b, 0xd0, 0xf7, 0x6c, 0x08, 0x2a, + 0xee, 0x4c, 0x8e, 0xef, 0x04, 0x13, 0xd0, 0x03, 0xa3, 0xc3, 0xf3, 0xd0, 0x35, 0xa4, 0x6a, 0x6e, + 0xdf, 0xf8, 0x15, 0xf1, 0x37, 0x1a, 0x30, 0x23, 0x38, 0x0a, 0x57, 0x4e, 0xcc, 0x79, 0xc3, 0x19, + 0xd7, 0x02, 0xc6, 0xb5, 0x9a, 0x07, 0xf8, 0xe8, 0xf8, 0x18, 0x49, 0xe2, 0xc8, 0x6d, 0x9f, 0x23, + 0xcf, 0x73, 0x20, 0xc3, 0x6c, 0x1c, 0x6f, 0x4a, 0x04, 0xc7, 0x27, 0x82, 0x35, 0x9d, 0x84, 0x95, + 0x1c, 0xc5, 0xd8, 0x99, 0x02, 0x8e, 0x2a, 0x7d, 0xd8, 0xd2, 0xd4, 0x2c, 0x21, 0x5b, 0x3a, 0xda, + 0xd4, 0x81, 0x16, 0xb0, 0x44, 0x06, 0xff, 0x53, 0xcc, 0x93, 0x4f, 0x1f, 0xf2, 0x3c, 0xd1, 0xd5, + 0xfc, 0x94, 0x36, 0x2d, 0x20, 0xfd, 0x65, 0xd4, 0x06, 0x74, 0xc7, 0xaa, 0x77, 0x0f, 0x0d, 0xe9, + 0xff, 0x0e, 0xc3, 0x26, 0x45, 0x78, 0x8c, 0xd7, 0x38, 0xb4, 0xd9, 0xe0, 0x78, 0xda, 0x7a, 0xac, + 0x78, 0x45, 0x31, 0x4a, 0x8c, 0xc7, 0xda, 0xc2, 0x03, 0x39, 0x45, 0x0b, 0xd9, 0x5b, 0x3c, 0x0e, + 0x6c, 0xdd, 0xb6, 0xed, 0x48, 0x49, 0xbe, 0xf0, 0xee, 0x21, 0x38, 0x63, 0x63, 0x02, 0xe9, 0x37, + 0x26, 0xb3, 0x1d, 0x7a, 0x03, 0x91, 0x24, 0xd8, 0xa2, 0x31, 0x51, 0x02, 0x3f, 0xb2, 0xf0, 0x95, + 0x71, 0xac, 0xff, 0xd7, 0x7f, 0xaa, 0x49, 0xac, 0x34, 0xde, 0x8d, 0x6f, 0xcc, 0x1e, 0xd1, 0x60, + 0xf0, 0x22, 0x58, 0x87, 0xae, 0xd1, 0x6c, 0x04, 0xa0, 0xf4, 0xff, 0x5c, 0x32, 0x70, 0x94, 0xdc, + 0x8e, 0xfa, 0xc1, 0xa9, 0xeb, 0x2a, 0xb4, 0xf6, 0x00, 0x3b, 0xaa, 0x2d, 0xcc, 0x20, 0xb6, 0xa4, + 0xa9, 0x71, 0x5d, 0x70, 0xab, 0x1a, 0xa0, 0x29, 0xdc, 0x58, 0xeb, 0xe6, 0x22, 0xb9, 0x59, 0x5a, + 0xee, 0xcb, 0xd0, 0xb5, 0xb9, 0xa9, 0x6b, 0xf7, 0xf0, 0xcf, 0x06, 0xf4, 0xe9, 0x34, 0xcb, 0xad, + 0x6c, 0x7d, 0x6a, 0x2e, 0xcb, 0xb2, 0x75, 0xbf, 0xf0, 0x55, 0x9c, 0x02, 0x9d, 0x41, 0xfe, 0x30, + 0x95, 0x39, 0x0c, 0xa6, 0x43, 0xd3, 0x38, 0x1d, 0x9a, 0xaa, 0x7b, 0x0c, 0x00, 0xb8, 0x59, 0x93, + 0xd7, 0x21, 0xba, 0x05, 0x83, 0xe3, 0x5c, 0x6a, 0x1a, 0xe7, 0x52, 0x62, 0x0e, 0xc5, 0x35, 0xf7, + 0xa7, 0x3c, 0x19, 0x5d, 0x52, 0x45, 0xc2, 0xf3, 0xc4, 0x57, 0x80, 0x13, 0x82, 0xcf, 0xd4, 0xc4, + 0x17, 0xc7, 0x03, 0xb6, 0x2c, 0x53, 0x4e, 0xdb, 0xbe, 0xeb, 0x07, 0x26, 0xfd, 0x69, 0x32, 0x99, + 0xd0, 0x6e, 0x92, 0x21, 0x25, 0x03, 0xd3, 0x0a, 0x68, 0x3a, 0xfe, 0xc8, 0xc8, 0x14, 0x11, 0x76, + 0xd1, 0x1e, 0xe7, 0x81, 0xd3, 0x38, 0x0f, 0x9c, 0xc6, 0x79, 0xe0, 0x34, 0xce, 0x03, 0xa7, 0xb2, + 0x88, 0xb0, 0xdc, 0x2a, 0x22, 0x2c, 0x37, 0x8a, 0x08, 0x93, 0x7d, 0x45, 0x84, 0xc9, 0x0f, 0x15, + 0x11, 0x26, 0x5b, 0x45, 0x04, 0x91, 0x13, 0xeb, 0x90, 0x11, 0x2f, 0xb3, 0x19, 0x31, 0x2c, 0xd5, + 0x39, 0x30, 0xbf, 0x0b, 0x22, 0x56, 0x40, 0xd6, 0xbe, 0xcc, 0x78, 0x15, 0x73, 0x64, 0x15, 0x73, + 0x64, 0x15, 0x73, 0x64, 0x15, 0x73, 0x64, 0x15, 0x73, 0x64, 0x15, 0x73, 0x64, 0x15, 0x73, 0x64, + 0x95, 0xc9, 0x8c, 0x57, 0x85, 0x99, 0xf1, 0x65, 0x21, 0x11, 0x2f, 0xcd, 0x8c, 0x2f, 0x77, 0x65, + 0xc6, 0x62, 0x2b, 0xbe, 0x6f, 0x6d, 0x45, 0xfa, 0x44, 0xf2, 0x2d, 0x99, 0x27, 0x7d, 0xc7, 0x0b, + 0x18, 0xeb, 0xf5, 0x44, 0xd4, 0x39, 0x98, 0xd9, 0x67, 0x99, 0x3a, 0xc7, 0x32, 0x5f, 0xe7, 0x38, + 0xd9, 0x96, 0x40, 0xf0, 0xc5, 0xb4, 0xb3, 0xf5, 0x78, 0xa3, 0x7a, 0xb2, 0x07, 0x2b, 0xf5, 0x03, + 0xcb, 0x9b, 0xa2, 0xb1, 0xe0, 0xf2, 0xbc, 0x16, 0xd5, 0x98, 0x69, 0x5c, 0x8d, 0xc1, 0x0f, 0xc0, + 0xf5, 0x03, 0x14, 0x3f, 0x65, 0x8f, 0x88, 0x43, 0x20, 0xe0, 0x86, 0x8c, 0xf3, 0xfb, 0xa2, 0x6c, + 0xc2, 0x6e, 0xb6, 0xfe, 0x0f, 0xe9, 0x61, 0x5a, 0xfd, 0xff, 0xec, 0x7f, 0x81, 0x29, 0xb8, 0x01, + 0x75, 0x43, 0x6e, 0x3f, 0x85, 0x8f, 0x9b, 0x4b, 0x1f, 0x27, 0x1f, 0x82, 0x99, 0xc3, 0xa4, 0x0b, + 0x82, 0x90, 0x2c, 0x26, 0xed, 0x02, 0x5c, 0xa6, 0x62, 0xa5, 0xb3, 0x6e, 0xe1, 0x51, 0xd5, 0xea, + 0x45, 0x7f, 0x0e, 0x50, 0x73, 0xd3, 0xaa, 0x5e, 0xa8, 0xda, 0x45, 0xdf, 0x86, 0x2f, 0xb6, 0x09, + 0x1f, 0x7f, 0xdc, 0x54, 0xf4, 0xd0, 0xbb, 0x29, 0xf7, 0x55, 0x18, 0x0d, 0xdb, 0x27, 0xe6, 0x42, + 0xdf, 0x8b, 0x25, 0xf6, 0x33, 0x79, 0xea, 0x33, 0x97, 0xce, 0x60, 0xeb, 0xb9, 0x69, 0xde, 0x9f, + 0x50, 0xe0, 0xb7, 0x42, 0xab, 0xf7, 0x55, 0x4a, 0x16, 0xb3, 0x55, 0xe8, 0xd8, 0x96, 0x1b, 0x7b, + 0x8f, 0xb9, 0x9e, 0xcb, 0xbb, 0x22, 0x4d, 0x1c, 0xbd, 0x44, 0x75, 0x4c, 0x36, 0xfe, 0x62, 0xe8, + 0x32, 0x77, 0x1f, 0x8f, 0xac, 0xd4, 0x65, 0x8f, 0x2c, 0xfb, 0x6e, 0x1a, 0xf8, 0x4b, 0x6f, 0x6c, + 0x7e, 0x43, 0xd3, 0x6f, 0x05, 0x47, 0xd3, 0xc0, 0x1a, 0x3b, 0x78, 0x5e, 0xf0, 0x46, 0x1f, 0xb3, + 0xa9, 0x46, 0x7e, 0x7e, 0x12, 0x45, 0x8c, 0xd7, 0xfa, 0x89, 0xf8, 0xf0, 0x06, 0xd2, 0x04, 0x2e, + 0x40, 0x19, 0x09, 0xb0, 0x6d, 0x9b, 0xae, 0x89, 0x1e, 0x03, 0xaf, 0x7f, 0xd1, 0xc8, 0x4f, 0xad, + 0x56, 0x2b, 0xfd, 0x4e, 0x60, 0xfe, 0x5f, 0xd4, 0x6f, 0x72, 0x47, 0xd8, 0xb8, 0x2c, 0x27, 0xb1, + 0xfb, 0x57, 0x56, 0x34, 0x43, 0xb9, 0x50, 0xb8, 0xe1, 0xd6, 0x8e, 0x75, 0x5d, 0x7d, 0x7e, 0x16, + 0x33, 0x1f, 0xeb, 0xc5, 0x7e, 0xb8, 0x00, 0x9f, 0x90, 0xe8, 0x18, 0x9b, 0xf5, 0x58, 0x80, 0xcd, + 0xd0, 0x37, 0x17, 0x22, 0xb0, 0x3d, 0x40, 0xda, 0x1b, 0xfa, 0x5e, 0x8e, 0x99, 0xe9, 0xfc, 0xc7, + 0xfa, 0x2f, 0x78, 0x40, 0x00, 0xe8, 0x6a, 0x58, 0xc2, 0x21, 0x73, 0x36, 0xf7, 0x83, 0x15, 0xad, + 0xa6, 0xa5, 0x9e, 0x93, 0x6f, 0x44, 0xe9, 0x8d, 0xfa, 0xe7, 0x37, 0x37, 0x1f, 0x6e, 0x3a, 0xe4, + 0x0f, 0x5e, 0xb2, 0xf1, 0xc1, 0xef, 0x03, 0x33, 0x70, 0x27, 0xd6, 0x83, 0x83, 0x5e, 0x7d, 0xd4, + 0x57, 0xbf, 0x41, 0xe0, 0xaf, 0x76, 0x00, 0x9f, 0x2e, 0x4a, 0x41, 0x0b, 0x80, 0x90, 0x81, 0x02, + 0x77, 0xbc, 0x33, 0x93, 0xd3, 0x6e, 0x33, 0xc7, 0x55, 0x14, 0x40, 0x5b, 0xbd, 0xff, 0x8b, 0x48, + 0xaf, 0xd4, 0x7a, 0x1b, 0x56, 0x51, 0x6f, 0x74, 0x67, 0xe6, 0xac, 0xdf, 0x3e, 0x49, 0xa1, 0x66, + 0x6a, 0x67, 0xd6, 0xb5, 0x4c, 0x99, 0x4f, 0x0c, 0x78, 0xd4, 0xb8, 0x99, 0xd8, 0x6b, 0x23, 0x33, + 0x9b, 0xd3, 0xa5, 0xf5, 0x93, 0x59, 0xcf, 0xa8, 0xe9, 0x8d, 0xc3, 0xc3, 0x83, 0x01, 0xfc, 0x1b, + 0x9d, 0x00, 0x9a, 0xf3, 0xe1, 0x35, 0x69, 0x7f, 0xc4, 0x82, 0x28, 0x79, 0x70, 0xa2, 0x19, 0x31, + 0x4e, 0xc9, 0x1f, 0xc3, 0x01, 0x09, 0x97, 0x8b, 0x85, 0xbb, 0xa2, 0x1d, 0xc5, 0xaa, 0x9a, 0x83, + 0x13, 0x6a, 0x34, 0x3e, 0x12, 0xda, 0x19, 0x9d, 0xd0, 0x4f, 0xc3, 0xc6, 0xb1, 0xd1, 0x26, 0xe2, + 0x3b, 0x85, 0x81, 0x54, 0x03, 0x88, 0x19, 0xfe, 0x8f, 0x9e, 0xca, 0x51, 0x58, 0xd1, 0xf3, 0x20, + 0x4a, 0x81, 0xc0, 0x27, 0xf2, 0xf9, 0xb2, 0xa9, 0x48, 0x0f, 0x87, 0xe5, 0x8b, 0x35, 0xc4, 0x6a, + 0xb5, 0x73, 0x93, 0x2a, 0xbc, 0x5c, 0xe6, 0x87, 0x11, 0x61, 0x93, 0x09, 0xa0, 0x09, 0x35, 0xf2, + 0x1f, 0xb4, 0x7b, 0x5e, 0x35, 0x87, 0xe6, 0x30, 0xc7, 0x89, 0xa1, 0xda, 0x19, 0x6a, 0xe7, 0x7c, + 0x62, 0x27, 0x24, 0xcc, 0xf3, 0x97, 0xd3, 0x99, 0xda, 0x1b, 0x05, 0xfd, 0xb4, 0x28, 0x95, 0xdb, + 0x5e, 0x2b, 0x57, 0xab, 0xca, 0x6c, 0x3b, 0xea, 0xdb, 0xb9, 0x78, 0xf9, 0x5d, 0xc8, 0x44, 0x5e, + 0x5c, 0x8f, 0x25, 0x27, 0x2f, 0x6e, 0x65, 0x76, 0x4c, 0x63, 0xc9, 0xcc, 0x1c, 0xce, 0x59, 0x61, + 0x74, 0xee, 0x8d, 0x65, 0x89, 0x91, 0xf5, 0x8c, 0xb8, 0x6c, 0xa8, 0x77, 0xef, 0xf7, 0xd9, 0x8f, + 0x21, 0x08, 0x16, 0x03, 0x03, 0x99, 0xb1, 0x21, 0xd5, 0xfd, 0x95, 0x8e, 0xcd, 0x21, 0x5d, 0x51, + 0x16, 0xd8, 0x6f, 0xab, 0xb6, 0x06, 0x4a, 0x4a, 0x3d, 0x9e, 0x74, 0x79, 0x22, 0xe9, 0x82, 0xdc, + 0x5f, 0xd5, 0x9c, 0xf0, 0x77, 0xeb, 0x77, 0xe5, 0x5e, 0x3d, 0xd1, 0x3b, 0xf7, 0xe9, 0x52, 0x21, + 0x55, 0xc6, 0x4d, 0x4d, 0x0e, 0x22, 0xc5, 0xf1, 0xca, 0xc6, 0x74, 0x67, 0xf1, 0x71, 0x13, 0x84, + 0x90, 0xc3, 0x5b, 0x08, 0x20, 0x1d, 0x33, 0x4a, 0x82, 0xc5, 0x89, 0x72, 0xa0, 0x40, 0x96, 0x03, + 0xce, 0xcf, 0xe9, 0x63, 0xe8, 0x36, 0xa8, 0xe2, 0xa9, 0xd2, 0xf3, 0xf3, 0x91, 0x78, 0x08, 0x12, + 0xed, 0xa8, 0xf1, 0x41, 0x87, 0xb0, 0x7a, 0xb0, 0x60, 0xee, 0x8d, 0x11, 0x20, 0x2e, 0x05, 0x7c, + 0xeb, 0x8d, 0x9d, 0x7b, 0xc2, 0xcf, 0xb5, 0x4c, 0x3e, 0x49, 0xff, 0x4f, 0xaf, 0x37, 0x0b, 0xe2, + 0x27, 0xe1, 0xdc, 0xc5, 0x27, 0x3f, 0x3f, 0x39, 0x55, 0x63, 0xdd, 0x81, 0x57, 0xa2, 0x06, 0x41, + 0xc4, 0x41, 0xf9, 0xe5, 0x2d, 0xbc, 0x58, 0x53, 0x02, 0x79, 0xe2, 0x0c, 0xcd, 0x82, 0x49, 0xff, + 0xb8, 0x50, 0xa2, 0x00, 0xd8, 0x41, 0xfb, 0xf0, 0x46, 0x90, 0x85, 0x1b, 0xfd, 0xaa, 0xe7, 0x2f, + 0xf8, 0xb2, 0x65, 0x46, 0xdb, 0x68, 0x50, 0x22, 0x30, 0xb1, 0x71, 0x9f, 0xab, 0xc3, 0x63, 0xaf, + 0x2e, 0x40, 0xfa, 0x1b, 0xa0, 0x4d, 0x9d, 0xf6, 0x87, 0x7f, 0x7b, 0x7d, 0x6c, 0x34, 0xc8, 0xcd, + 0xfb, 0xc1, 0xa7, 0x52, 0x30, 0x83, 0xf6, 0x6f, 0xaf, 0x8c, 0x63, 0xa3, 0x55, 0x06, 0xd1, 0x68, + 0x51, 0x48, 0x4b, 0xf5, 0xbb, 0xdf, 0xfe, 0xbd, 0x14, 0xa2, 0x2d, 0x70, 0x34, 0xde, 0x94, 0x41, + 0xb4, 0x81, 0x18, 0x24, 0x57, 0x37, 0x4a, 0x21, 0x80, 0x8e, 0xd3, 0xeb, 0x53, 0x43, 0x6f, 0x94, + 0x42, 0x34, 0x68, 0xff, 0xf2, 0xfa, 0xed, 0xf1, 0xb1, 0xfe, 0xba, 0x14, 0xa4, 0xc5, 0x41, 0x5e, + 0x1f, 0xeb, 0xcd, 0x52, 0x90, 0x26, 0xed, 0x5f, 0xbf, 0x39, 0x36, 0x4a, 0x01, 0x8c, 0x37, 0x82, + 0x54, 0xc3, 0x20, 0x9f, 0x66, 0x4e, 0xc4, 0xca, 0xe0, 0x5a, 0xb0, 0xa4, 0x0f, 0x5e, 0xfd, 0xc3, + 0x64, 0x52, 0x0a, 0x01, 0x4b, 0xba, 0xfe, 0x74, 0xb5, 0x07, 0x4d, 0x43, 0x00, 0x9d, 0x9d, 0xdd, + 0x96, 0x82, 0x34, 0x05, 0x08, 0x6c, 0x63, 0x29, 0x48, 0x2b, 0x01, 0x29, 0xdd, 0xe9, 0x56, 0x3b, + 0x81, 0xa9, 0x66, 0x67, 0xfb, 0xf3, 0xb1, 0x69, 0x1f, 0x1c, 0x1d, 0x6d, 0x00, 0xbf, 0x4e, 0x81, + 0xdf, 0x66, 0xa0, 0x8f, 0x8e, 0x00, 0x9c, 0xbd, 0x5a, 0x83, 0x44, 0xe7, 0x07, 0x1c, 0x03, 0x3b, + 0xde, 0xbe, 0xbd, 0xc6, 0x01, 0x44, 0xf1, 0x58, 0xf4, 0xe0, 0x07, 0x77, 0x6a, 0x3a, 0x87, 0x57, + 0x38, 0xcb, 0x31, 0x70, 0xe8, 0xdc, 0xa8, 0x35, 0x8d, 0xe2, 0x61, 0x62, 0xb2, 0xb2, 0xb1, 0xc0, + 0xb8, 0xd3, 0x20, 0xfa, 0x9d, 0x45, 0xbb, 0x07, 0x6f, 0xd2, 0x79, 0x9c, 0xd0, 0xf9, 0xa9, 0x90, + 0xd0, 0x5e, 0x5d, 0x28, 0x58, 0x1f, 0x8d, 0x39, 0x7c, 0x45, 0x35, 0x77, 0xc6, 0x26, 0xb5, 0x7d, + 0xa1, 0xb3, 0xdc, 0x3a, 0x9b, 0x54, 0x9a, 0xe7, 0x8e, 0x0c, 0x16, 0xfa, 0x67, 0x18, 0x0d, 0x90, + 0x0f, 0xc1, 0x98, 0x05, 0x5b, 0xea, 0x7e, 0xf6, 0x81, 0x0f, 0xed, 0x6f, 0x11, 0x03, 0x3c, 0x7b, + 0x7f, 0x33, 0xc8, 0x4e, 0xbe, 0x21, 0x8b, 0xb4, 0x9f, 0xdd, 0xf4, 0xad, 0xf7, 0xc0, 0x82, 0xc1, + 0xcd, 0xfb, 0xf2, 0xf7, 0x20, 0x38, 0x37, 0x83, 0x1d, 0xef, 0x41, 0x6a, 0x06, 0xef, 0x6f, 0xca, + 0xdf, 0x83, 0xc4, 0xbc, 0x1f, 0xdc, 0x14, 0x32, 0xa7, 0x0e, 0x7c, 0xc9, 0xb2, 0x67, 0xec, 0x4c, + 0x71, 0x91, 0x0f, 0x5b, 0x0c, 0xe2, 0xae, 0xaa, 0x3f, 0x7c, 0xb0, 0x16, 0x1d, 0x92, 0x67, 0xcb, + 0x27, 0xc9, 0x96, 0x6d, 0xa6, 0xfc, 0x0e, 0x63, 0x4a, 0xf5, 0x13, 0xd4, 0x93, 0x1c, 0x92, 0x52, + 0x55, 0x68, 0x88, 0xf7, 0xef, 0x4b, 0x0d, 0x9e, 0x78, 0x9f, 0xae, 0xaa, 0x70, 0x4d, 0xf8, 0x27, + 0x5c, 0x58, 0x1e, 0x5f, 0xdb, 0x22, 0x1c, 0x0b, 0x4a, 0x45, 0x55, 0x04, 0x06, 0xc0, 0x9b, 0x3e, + 0xe9, 0x89, 0x23, 0x5a, 0x6c, 0x61, 0x31, 0xa9, 0xb7, 0x9c, 0x8f, 0x58, 0x40, 0x63, 0x03, 0x3f, + 0x14, 0xc2, 0x82, 0xa3, 0xdd, 0x50, 0x7c, 0x96, 0x9e, 0xc1, 0x25, 0x22, 0xb1, 0xa0, 0x04, 0x33, + 0x13, 0x58, 0x2d, 0x06, 0x7a, 0xa8, 0x0a, 0x6f, 0x0c, 0x1a, 0xd3, 0xf8, 0xf3, 0x53, 0xec, 0xd1, + 0x1d, 0x95, 0xbb, 0x09, 0x3e, 0x13, 0x78, 0x95, 0x4c, 0x4a, 0x82, 0x48, 0xbf, 0x98, 0xe8, 0x34, + 0xba, 0x78, 0x70, 0xd1, 0xa5, 0x24, 0xae, 0x81, 0x92, 0x7a, 0xff, 0xd0, 0x1b, 0x85, 0x8b, 0xee, + 0xf6, 0xf6, 0xd8, 0xa5, 0xf2, 0x7b, 0xc9, 0xbd, 0x63, 0x67, 0xe7, 0xa2, 0xce, 0xf2, 0x0b, 0x91, + 0x2b, 0x30, 0xe4, 0x0a, 0x78, 0xec, 0x79, 0x3d, 0x58, 0xd3, 0x74, 0xa7, 0x52, 0x92, 0x92, 0x25, + 0x20, 0xad, 0x14, 0x28, 0x14, 0xcc, 0x96, 0x3a, 0x56, 0xdf, 0xe2, 0xb8, 0x2e, 0x39, 0xce, 0x0b, + 0xd8, 0x2f, 0x61, 0xb8, 0x2e, 0x68, 0x4b, 0x26, 0x8c, 0xfd, 0xf0, 0x86, 0x93, 0x55, 0x69, 0x3d, + 0x3f, 0x91, 0x21, 0x27, 0x92, 0x73, 0xec, 0x9a, 0xc2, 0xc8, 0x2d, 0x7f, 0x2f, 0xe6, 0xc6, 0xcb, + 0x31, 0x37, 0x7e, 0x0c, 0x73, 0xf3, 0xe5, 0x98, 0x9b, 0x3f, 0x86, 0xb9, 0xf5, 0x72, 0xcc, 0xad, + 0x97, 0x60, 0xde, 0x10, 0xbf, 0xa0, 0x54, 0xfc, 0x50, 0x10, 0x52, 0x3a, 0x20, 0x2a, 0x17, 0x74, + 0xc4, 0xd5, 0x4c, 0x49, 0xcf, 0x86, 0x78, 0xf2, 0xba, 0xfd, 0xc8, 0x7f, 0x8c, 0x69, 0x3a, 0xfb, + 0x18, 0x53, 0x5f, 0x6c, 0x9c, 0xc2, 0x9d, 0xd3, 0x0f, 0xef, 0x9c, 0x05, 0x99, 0x38, 0x01, 0xc4, + 0xfe, 0x18, 0x61, 0xee, 0x54, 0x85, 0xe1, 0xa5, 0x58, 0x7d, 0x4e, 0x85, 0x21, 0xeb, 0xa1, 0xa9, + 0x11, 0xdb, 0x10, 0xf9, 0x52, 0xa2, 0x26, 0x3b, 0x89, 0x82, 0xf0, 0x82, 0xdc, 0xb0, 0x49, 0xc0, + 0xc2, 0x54, 0x37, 0x39, 0x87, 0x26, 0x82, 0x80, 0x62, 0x46, 0xdc, 0xbc, 0xdb, 0xcd, 0x08, 0x6b, + 0xe7, 0x9c, 0xa7, 0xcb, 0xc8, 0x3f, 0x82, 0xac, 0xdf, 0x5e, 0xba, 0x56, 0xc4, 0xc8, 0x03, 0x86, + 0x2f, 0xd8, 0x72, 0x0a, 0x39, 0x8b, 0x4b, 0x26, 0x81, 0x3f, 0x47, 0xe7, 0xd9, 0x11, 0x3b, 0x96, + 0xb5, 0xe7, 0xa7, 0x9f, 0x8a, 0xec, 0xb9, 0xbe, 0xcb, 0x9a, 0x1b, 0xfd, 0x41, 0xe0, 0x4c, 0x67, + 0x11, 0x0b, 0x4a, 0x00, 0x1a, 0xfd, 0x53, 0xdb, 0xc6, 0x26, 0xb9, 0x32, 0x0c, 0xcd, 0xfe, 0xdb, + 0xa5, 0xe5, 0x96, 0xbc, 0x6c, 0x41, 0x72, 0xfe, 0xb8, 0x6d, 0xe8, 0x85, 0x75, 0x4c, 0x98, 0xc3, + 0xff, 0x7e, 0xeb, 0x5a, 0x90, 0x95, 0x85, 0x2c, 0x88, 0x4e, 0xc7, 0xdf, 0x2d, 0x1b, 0xf2, 0x08, + 0x4c, 0xcf, 0x14, 0x3a, 0x62, 0x90, 0x11, 0x32, 0xe6, 0x8d, 0xa9, 0xe6, 0xab, 0x6b, 0x99, 0x23, + 0x28, 0xd1, 0xe7, 0xa3, 0x23, 0xe7, 0x4b, 0x2d, 0x80, 0xcc, 0xfc, 0x9e, 0x61, 0x13, 0xe1, 0x91, + 0x23, 0x4b, 0x41, 0xd5, 0xad, 0x04, 0xce, 0xe9, 0x25, 0x49, 0xc6, 0x91, 0x51, 0x5c, 0x5d, 0x38, + 0xda, 0x1e, 0xd4, 0xdf, 0x2e, 0x44, 0x78, 0xcf, 0xcf, 0xfc, 0x88, 0x3a, 0x97, 0x0c, 0x9d, 0x7d, + 0xb8, 0x52, 0x80, 0xc9, 0x90, 0x0d, 0xf1, 0x13, 0x59, 0x91, 0x9e, 0x38, 0x3b, 0x12, 0x22, 0xdb, + 0x9f, 0x7f, 0x85, 0x87, 0xc1, 0x0a, 0xe6, 0xcc, 0xa6, 0x44, 0x90, 0x75, 0x60, 0xd1, 0x4d, 0x26, + 0x3e, 0xb9, 0xf4, 0x26, 0x1d, 0xb2, 0x2b, 0xc9, 0x21, 0xc2, 0x3b, 0xee, 0x52, 0x9b, 0xbf, 0x67, + 0xdc, 0xe2, 0xe3, 0x8b, 0xdc, 0xe2, 0xeb, 0x76, 0xbb, 0xd9, 0xce, 0xf8, 0x45, 0xb6, 0xde, 0x50, + 0xac, 0x8c, 0xdf, 0x33, 0x29, 0x4d, 0x1c, 0xdf, 0x0b, 0xdc, 0xd9, 0xdf, 0xcf, 0x32, 0xc4, 0xd8, + 0x3b, 0x5d, 0xdb, 0x26, 0x15, 0xde, 0x3a, 0x37, 0xeb, 0xa6, 0xaa, 0x4b, 0x85, 0xfb, 0xa1, 0x48, + 0x91, 0x53, 0x21, 0x43, 0x4c, 0x49, 0xdf, 0xff, 0xbf, 0xa8, 0x31, 0x56, 0x36, 0x6e, 0x3b, 0xa4, + 0xda, 0xc9, 0xa3, 0x4d, 0x21, 0x61, 0x0e, 0x0b, 0x79, 0x75, 0x64, 0xa7, 0x1e, 0x5a, 0x52, 0xd5, + 0x1e, 0x7d, 0x5a, 0x75, 0xe2, 0x52, 0x6c, 0xa4, 0x8d, 0x22, 0x0f, 0x95, 0x01, 0x64, 0x51, 0xb6, + 0x72, 0xa4, 0x7a, 0x02, 0x7a, 0x8a, 0xaf, 0x4a, 0x1a, 0x42, 0x8b, 0x95, 0x03, 0x34, 0x2a, 0x69, + 0xa5, 0xd3, 0x0f, 0x4c, 0x3c, 0xa7, 0x53, 0xd8, 0x67, 0xef, 0xc8, 0xc8, 0xa8, 0xbd, 0x9c, 0x12, + 0x1e, 0x8a, 0x29, 0xd5, 0xec, 0x94, 0x21, 0x8b, 0xb8, 0x72, 0xaa, 0x4f, 0x68, 0x31, 0x36, 0x9a, + 0xc7, 0x99, 0x38, 0xa0, 0xc0, 0xc6, 0x12, 0x86, 0xc5, 0xbe, 0x17, 0x91, 0xa4, 0xb2, 0x64, 0xea, + 0xae, 0x9c, 0x3a, 0xd7, 0x36, 0x2b, 0x1e, 0xc1, 0x84, 0x09, 0x4f, 0xc1, 0x40, 0x6c, 0x77, 0x46, + 0xf5, 0xf2, 0xb4, 0x14, 0x9b, 0x24, 0x1c, 0x0d, 0x93, 0x6d, 0x8f, 0xde, 0x36, 0x4c, 0x39, 0x7b, + 0x34, 0x88, 0x3c, 0xd1, 0xb7, 0x1b, 0x5b, 0x22, 0x8e, 0x0d, 0x48, 0x0b, 0xb3, 0x65, 0x2f, 0xcd, + 0x32, 0xb1, 0x86, 0x5f, 0x1d, 0xf2, 0xc3, 0x8e, 0x1a, 0x3a, 0x95, 0xb3, 0x99, 0x15, 0x9c, 0xf9, + 0x63, 0xa6, 0x60, 0xfd, 0x4a, 0x3f, 0x69, 0x1d, 0x77, 0xda, 0x6d, 0xb5, 0x0a, 0x7c, 0x72, 0xaa, + 0xe6, 0xb7, 0xc1, 0x32, 0x8a, 0x7c, 0xde, 0x9c, 0xb7, 0x16, 0x3d, 0x0d, 0xbb, 0x14, 0xfb, 0xe7, + 0x27, 0x6b, 0xbd, 0x15, 0x8e, 0xc4, 0xaa, 0xfd, 0x18, 0xe6, 0xf5, 0xb8, 0xff, 0x4d, 0xc3, 0x09, + 0xa4, 0x4b, 0xc8, 0xf9, 0xb3, 0x9f, 0x9f, 0xe8, 0xe0, 0xfc, 0x45, 0x34, 0x26, 0x68, 0xb6, 0x34, + 0x15, 0x48, 0xd6, 0x4d, 0x33, 0x3a, 0xa1, 0x71, 0xd5, 0x06, 0x9b, 0x31, 0xd6, 0xfd, 0xb7, 0xf2, + 0xa4, 0x20, 0x51, 0x92, 0xc2, 0xe1, 0x0d, 0x1c, 0xde, 0x28, 0x18, 0x7e, 0xbd, 0x0c, 0x67, 0x23, + 0xce, 0x92, 0xdd, 0x08, 0x9a, 0x88, 0xa0, 0x59, 0x82, 0x80, 0x38, 0xf2, 0xf0, 0x78, 0x37, 0x8e, + 0x16, 0xe2, 0x68, 0x15, 0xe0, 0x18, 0xf2, 0xb6, 0xb5, 0xdd, 0x83, 0xdb, 0x38, 0xb8, 0x5d, 0x44, + 0xc0, 0xc5, 0x0d, 0x09, 0x99, 0x17, 0xfa, 0xc1, 0x6e, 0x04, 0xaf, 0x11, 0xc1, 0xeb, 0x02, 0x04, + 0xb7, 0xfe, 0x72, 0xdf, 0xe4, 0xbf, 0xe2, 0xd8, 0x5f, 0x0b, 0xc6, 0x9e, 0x7a, 0x96, 0xeb, 0x4f, + 0x77, 0x0f, 0x3e, 0xc6, 0xc1, 0xc7, 0xa5, 0x83, 0x4b, 0x98, 0x47, 0x13, 0x53, 0x47, 0x05, 0x52, + 0x1e, 0xd2, 0x4a, 0x47, 0x00, 0x71, 0x0c, 0xac, 0xb7, 0x43, 0x16, 0xbe, 0xe3, 0x41, 0xc4, 0xd3, + 0xe5, 0x32, 0xca, 0xfb, 0x44, 0x28, 0x5e, 0xc8, 0x78, 0x85, 0x72, 0xfb, 0x4a, 0x8d, 0x7d, 0xd8, + 0xe1, 0x4f, 0x8f, 0x8d, 0x5f, 0x8d, 0x76, 0x37, 0x0e, 0xc5, 0xc1, 0x64, 0xca, 0xb3, 0x8d, 0x4d, + 0x65, 0x32, 0x9d, 0x4c, 0xbb, 0xe9, 0xd4, 0x1d, 0x3a, 0x68, 0x02, 0x94, 0xdc, 0x65, 0x16, 0xa6, + 0x3e, 0x3f, 0x2b, 0xf9, 0xeb, 0x2c, 0x9b, 0xfd, 0x6e, 0xc9, 0xd5, 0x88, 0x27, 0x34, 0x4c, 0xc2, + 0x50, 0x1e, 0x18, 0x18, 0x57, 0x74, 0xc1, 0x9d, 0xed, 0xae, 0xaf, 0xc6, 0x76, 0xd2, 0xc3, 0x83, + 0xf8, 0xed, 0x73, 0x2e, 0x6e, 0x20, 0xd5, 0x1f, 0x28, 0x2e, 0x7b, 0xf9, 0x1a, 0xf1, 0x41, 0xc1, + 0xd9, 0x99, 0x17, 0xe3, 0x43, 0xb3, 0x8c, 0x7d, 0x92, 0xd9, 0xdc, 0xd8, 0xfb, 0x82, 0xb5, 0x61, + 0x79, 0xf8, 0x15, 0xea, 0x14, 0x80, 0xf4, 0x6d, 0x24, 0x78, 0x98, 0x55, 0x8e, 0x43, 0xe7, 0x38, + 0x04, 0xc7, 0x43, 0x27, 0xd3, 0x48, 0xc9, 0xb4, 0x98, 0xc9, 0x29, 0xf3, 0x96, 0x0b, 0xbc, 0xf1, + 0xf1, 0xce, 0x71, 0xf1, 0x02, 0x8d, 0x6c, 0x91, 0xf3, 0xd8, 0x03, 0xf9, 0xfb, 0xd5, 0xe5, 0x6f, + 0x51, 0xb4, 0xb8, 0x81, 0x58, 0x81, 0x85, 0x51, 0xd7, 0x2b, 0xbf, 0xa4, 0x92, 0xb9, 0x3a, 0x91, + 0x5e, 0xec, 0x88, 0x66, 0x0e, 0xb6, 0x36, 0x85, 0x0b, 0x1f, 0x3c, 0xe2, 0x2d, 0x7b, 0x8c, 0x34, + 0xfe, 0x04, 0xc8, 0x8c, 0x96, 0x21, 0xf6, 0x6d, 0xc0, 0x22, 0x55, 0xf0, 0x54, 0xe5, 0x57, 0x54, + 0x52, 0xbc, 0x2c, 0x8b, 0x18, 0xdb, 0x89, 0x2d, 0xfb, 0x4e, 0x3b, 0x88, 0x11, 0x88, 0xfb, 0x45, + 0xd7, 0x1f, 0x60, 0x37, 0x35, 0x5a, 0x17, 0xcb, 0x91, 0x07, 0x27, 0x11, 0x5f, 0xc9, 0x3b, 0x3f, + 0x98, 0x63, 0x5b, 0x5a, 0xd2, 0xd6, 0x28, 0x2f, 0xe0, 0x28, 0x14, 0x9b, 0x99, 0x65, 0x77, 0x2d, + 0xef, 0x6b, 0xc6, 0x3b, 0x2f, 0x21, 0xb0, 0x0f, 0xaf, 0xbd, 0x78, 0xb5, 0x10, 0x61, 0x22, 0x55, + 0x2b, 0xe8, 0x7b, 0x3e, 0xd8, 0xb8, 0x5e, 0x74, 0x36, 0x99, 0x26, 0xdc, 0xd3, 0xa2, 0x2e, 0x8d, + 0x5f, 0x52, 0xd0, 0x42, 0x30, 0xf3, 0xe0, 0x25, 0xe5, 0x65, 0x28, 0xe4, 0xf3, 0x0d, 0xb3, 0x20, + 0x80, 0x3a, 0x81, 0x95, 0xf0, 0xf9, 0x4e, 0x58, 0x32, 0xef, 0x89, 0x82, 0x9e, 0x3b, 0xa1, 0x42, + 0x91, 0xf4, 0x27, 0x63, 0xb0, 0x3d, 0x0b, 0xa7, 0x33, 0xb3, 0xac, 0x41, 0x47, 0x8c, 0xc3, 0x40, + 0x00, 0x40, 0x28, 0x91, 0xe7, 0x4b, 0x37, 0x92, 0xcb, 0xe7, 0x8d, 0xfa, 0x5c, 0x78, 0x14, 0x8f, + 0x9f, 0x03, 0x44, 0xb5, 0xd9, 0x03, 0x3f, 0x69, 0xc1, 0x0f, 0x20, 0xfb, 0xe3, 0x54, 0x67, 0x44, + 0x67, 0x8a, 0xa1, 0xf3, 0x9e, 0x94, 0xf8, 0xac, 0x02, 0xa4, 0xb9, 0x1b, 0x83, 0x62, 0x70, 0x53, + 0x03, 0xe8, 0x73, 0xcb, 0x9e, 0x29, 0xd2, 0x53, 0x9a, 0xfd, 0xa7, 0x18, 0xd4, 0x10, 0x71, 0x41, + 0x8a, 0x8a, 0xd5, 0x16, 0x8e, 0x97, 0x6d, 0x74, 0x29, 0xd2, 0x9a, 0x6f, 0x3c, 0x1d, 0x45, 0x7f, + 0xf6, 0x2d, 0xd3, 0x81, 0xc5, 0x87, 0x7e, 0x76, 0xbe, 0x74, 0x4b, 0x0f, 0x63, 0xbc, 0x1c, 0x34, + 0x32, 0x59, 0x2b, 0x3d, 0x24, 0xca, 0xc3, 0x72, 0x4d, 0xd1, 0x5e, 0xd2, 0x08, 0x2b, 0xa2, 0xa8, + 0x62, 0xd0, 0xb3, 0x0f, 0x9b, 0xa0, 0x3e, 0x86, 0xc5, 0xda, 0x4b, 0xfa, 0x64, 0x91, 0x08, 0xc8, + 0xd8, 0x8b, 0x61, 0x6f, 0xde, 0xc5, 0xb0, 0x89, 0xd6, 0xc2, 0x9e, 0x4e, 0x4a, 0xa8, 0xf8, 0x58, + 0x04, 0x7c, 0xbf, 0x56, 0xd7, 0xf1, 0x16, 0x43, 0x30, 0x04, 0x26, 0x22, 0x09, 0xe9, 0xf0, 0x56, + 0x94, 0x78, 0x9a, 0xec, 0x24, 0x13, 0x7b, 0xc8, 0xe3, 0x2f, 0xc9, 0x1c, 0xb1, 0x6e, 0xb9, 0x24, + 0xae, 0x66, 0x7c, 0x14, 0x58, 0xef, 0x38, 0xc9, 0x8a, 0xbf, 0x77, 0x4f, 0x83, 0xc0, 0x5a, 0xd5, + 0x9c, 0x90, 0xff, 0x55, 0x78, 0x22, 0xaa, 0xc6, 0x7d, 0x8b, 0x5b, 0xd6, 0x9e, 0x62, 0x4f, 0x7e, + 0xb9, 0x18, 0x61, 0x00, 0x86, 0xd3, 0xe2, 0xde, 0xa3, 0x12, 0xf2, 0x6d, 0xc5, 0x4b, 0x56, 0x85, + 0x6b, 0xbf, 0xbd, 0xa5, 0x19, 0x96, 0x5a, 0xb5, 0x28, 0x5a, 0x73, 0xaa, 0x9c, 0xa0, 0xac, 0xcf, + 0xef, 0xe2, 0x26, 0x3b, 0x42, 0x02, 0xe3, 0x6c, 0xc5, 0x13, 0x5c, 0xdc, 0x16, 0x81, 0x73, 0x9a, + 0x04, 0x3f, 0x02, 0x06, 0x61, 0x65, 0xd9, 0x64, 0x37, 0x97, 0x5b, 0xa3, 0x39, 0x7c, 0xf9, 0x7c, + 0x37, 0x57, 0x34, 0xb7, 0x95, 0x99, 0x31, 0xe0, 0xb2, 0xe3, 0xcc, 0x40, 0x43, 0x15, 0xb7, 0xc6, + 0xa7, 0x21, 0x1a, 0x55, 0xd0, 0x6a, 0xb5, 0x23, 0x2f, 0xe8, 0x5d, 0xbb, 0x0c, 0x1b, 0xd6, 0x65, + 0x1c, 0x68, 0x11, 0xd4, 0x7d, 0x7e, 0x8b, 0x4f, 0x54, 0x86, 0x0e, 0x68, 0x02, 0x79, 0x0b, 0x96, + 0x98, 0x8c, 0x02, 0xff, 0x01, 0x72, 0x15, 0x32, 0xf6, 0x59, 0x88, 0x77, 0x8b, 0xf0, 0x0c, 0xda, + 0x0f, 0x20, 0x2c, 0x9d, 0x31, 0xf2, 0x8d, 0x9b, 0xa0, 0x6f, 0x64, 0x11, 0x80, 0x71, 0x05, 0x8f, + 0x82, 0x61, 0x3e, 0xc7, 0xc4, 0x23, 0xd7, 0x10, 0xaf, 0x56, 0xb0, 0xb4, 0x53, 0x35, 0x45, 0xcb, + 0x04, 0xd4, 0xe9, 0xf5, 0x05, 0x71, 0xb2, 0x48, 0x79, 0x15, 0x95, 0x44, 0xd9, 0x69, 0x57, 0x60, + 0xaa, 0xb2, 0x57, 0x40, 0x87, 0xe0, 0x3d, 0x28, 0x8e, 0xee, 0x80, 0xcd, 0x94, 0xc6, 0xd2, 0xf5, + 0x6d, 0x7e, 0x61, 0xa4, 0x06, 0x74, 0x44, 0xbe, 0xed, 0x63, 0x03, 0x27, 0xbf, 0xb8, 0xaa, 0x6b, + 0x0a, 0xbf, 0xfe, 0x6a, 0x22, 0x84, 0x3b, 0x8c, 0xfc, 0xc0, 0x9a, 0x32, 0x64, 0xe9, 0x45, 0xc4, + 0xe6, 0xe8, 0x97, 0xec, 0x8b, 0x05, 0xe4, 0x1c, 0x10, 0x38, 0x08, 0x30, 0x18, 0x3f, 0x5f, 0x00, + 0x85, 0x68, 0x49, 0xc9, 0x15, 0x44, 0xc1, 0x35, 0x22, 0xb9, 0xc5, 0x30, 0x9c, 0x21, 0x9f, 0xb0, + 0x57, 0xe1, 0xe2, 0x1a, 0x58, 0xa4, 0xe5, 0x30, 0x86, 0x79, 0x8c, 0x1a, 0xc7, 0xa6, 0xaa, 0x08, + 0xc5, 0xaf, 0x94, 0x22, 0xfa, 0x13, 0x7e, 0x55, 0xb6, 0x53, 0xaf, 0xd3, 0x2a, 0x7f, 0x8d, 0x8d, + 0x0b, 0xd5, 0xf4, 0xba, 0x6b, 0x3d, 0xac, 0x7d, 0x0f, 0x4f, 0x16, 0x66, 0x03, 0x9d, 0x86, 0xba, + 0xae, 0x40, 0x4c, 0x24, 0x2e, 0x11, 0xf7, 0x78, 0x68, 0xd5, 0xff, 0x37, 0x67, 0xce, 0xd9, 0xbe, + 0x0c, 0x5c, 0x70, 0xd6, 0xa2, 0x3b, 0x23, 0xc4, 0x83, 0x7f, 0x00, 0xe4, 0x00, 0xbd, 0xba, 0xb8, + 0x3d, 0x8d, 0x37, 0x47, 0x89, 0x34, 0xff, 0x74, 0xc8, 0xcb, 0x72, 0xa0, 0x44, 0xf3, 0x0a, 0x4f, + 0xbf, 0xf1, 0xd3, 0xd7, 0x30, 0x29, 0xf1, 0x4d, 0x20, 0xf9, 0x67, 0xd1, 0xcc, 0xc7, 0xba, 0xa8, + 0x1f, 0xe2, 0xa5, 0xe6, 0x4c, 0x49, 0x24, 0xf2, 0x81, 0x1d, 0x0f, 0xf9, 0x67, 0x33, 0xe6, 0x2e, + 0x06, 0xb4, 0x5f, 0xe9, 0x89, 0xd0, 0x5c, 0xe6, 0x26, 0xe2, 0x4b, 0x26, 0xd6, 0xfb, 0x0d, 0xa7, + 0x3d, 0xe9, 0xd5, 0xc5, 0x8b, 0xa4, 0x10, 0x5e, 0x34, 0xa6, 0x92, 0x0c, 0x1a, 0xe0, 0xa0, 0x01, + 0xb8, 0xec, 0x74, 0x5c, 0x6e, 0x84, 0xbc, 0xce, 0xd0, 0x1f, 0x5a, 0xf7, 0x2c, 0x05, 0x99, 0xc5, + 0x69, 0x76, 0x6f, 0xd6, 0xe8, 0x57, 0x70, 0x7f, 0x0e, 0xad, 0xf9, 0xa2, 0x4b, 0x7e, 0xb3, 0x02, + 0x6c, 0x67, 0x41, 0x39, 0x8f, 0x96, 0x0b, 0x60, 0x4e, 0x03, 0xe2, 0xe9, 0xc8, 0x72, 0xe3, 0xc2, + 0x67, 0x52, 0x88, 0x75, 0x6d, 0x4e, 0xaa, 0x2c, 0xbf, 0xa7, 0x75, 0x62, 0x1b, 0x97, 0x99, 0x06, + 0xa6, 0x3d, 0xa7, 0x7f, 0xc3, 0xc0, 0x1c, 0x82, 0x26, 0x8e, 0x41, 0x4c, 0x17, 0xfe, 0x03, 0xc8, + 0x83, 0xec, 0xc7, 0xc0, 0x86, 0x8a, 0x91, 0x28, 0xf2, 0x85, 0x91, 0x28, 0x26, 0x76, 0x7a, 0x75, + 0x47, 0x8c, 0x1b, 0xc9, 0xa2, 0x6f, 0x45, 0x1c, 0xb3, 0x2c, 0xd3, 0xd9, 0xb0, 0x81, 0x25, 0x5f, + 0x14, 0xe6, 0xad, 0x13, 0xb2, 0x74, 0x90, 0xcc, 0x5c, 0x39, 0xf7, 0x30, 0x91, 0x22, 0xd6, 0x12, + 0x82, 0x5d, 0x90, 0x73, 0x5b, 0xce, 0xe5, 0xb1, 0x30, 0x24, 0x2e, 0x5e, 0x23, 0x65, 0xc1, 0x9e, + 0xaa, 0xf1, 0xe9, 0x80, 0x49, 0x56, 0xcb, 0x7c, 0x51, 0x5e, 0x93, 0x11, 0x95, 0x21, 0x7e, 0x8b, + 0x46, 0xcc, 0x1a, 0x17, 0x51, 0xf1, 0x6a, 0x12, 0x16, 0x16, 0xf1, 0x52, 0x3c, 0x39, 0x5b, 0x06, + 0x01, 0xc8, 0x7f, 0x32, 0x87, 0xbc, 0x0a, 0x7f, 0x75, 0x4a, 0x37, 0x72, 0xd3, 0x8d, 0xd2, 0x52, + 0xa3, 0x9d, 0x96, 0xb8, 0x74, 0x7d, 0xab, 0x5c, 0x9c, 0x94, 0x97, 0xfa, 0x15, 0x32, 0x3f, 0xcd, + 0x4f, 0x9f, 0x5e, 0xb7, 0x48, 0x32, 0x0b, 0x2c, 0x29, 0x75, 0x44, 0x8b, 0x51, 0x37, 0x7f, 0xf0, + 0x56, 0x39, 0xfc, 0xe9, 0xcd, 0xf1, 0xf1, 0x71, 0x97, 0xfc, 0xc3, 0x5f, 0x06, 0xf9, 0x9d, 0x01, + 0x09, 0xbe, 0xc7, 0x02, 0x00, 0x99, 0x01, 0xc7, 0x88, 0x2d, 0x16, 0x52, 0xe3, 0x5c, 0xbd, 0xf5, + 0x09, 0xa8, 0x14, 0xbc, 0x67, 0xdc, 0x94, 0x85, 0xd6, 0x84, 0x09, 0x03, 0xb6, 0x42, 0x2c, 0x5c, + 0x6a, 0x34, 0x04, 0x5c, 0x08, 0x03, 0xb0, 0x0c, 0x11, 0x0e, 0x04, 0x95, 0xd8, 0xc8, 0xaf, 0x90, + 0xbf, 0xab, 0xcc, 0x21, 0x84, 0x72, 0x00, 0x42, 0xce, 0xea, 0x78, 0xdf, 0x99, 0xbc, 0x9f, 0x8b, + 0x09, 0x50, 0x48, 0x2c, 0x6f, 0x0c, 0x16, 0x76, 0x02, 0x83, 0x0f, 0xd2, 0x82, 0x10, 0x88, 0x52, + 0xe5, 0x34, 0xde, 0x4c, 0xcb, 0x05, 0x32, 0xf9, 0x2e, 0x86, 0xd9, 0x7d, 0x8d, 0x7c, 0x2c, 0x16, + 0xae, 0x80, 0xa5, 0x7e, 0xc8, 0x6f, 0xb6, 0x21, 0x8d, 0x1c, 0x4c, 0x50, 0xff, 0x37, 0xc6, 0x16, + 0xc4, 0x8a, 0xc8, 0x21, 0x84, 0x70, 0xc6, 0x29, 0x71, 0x26, 0x82, 0x02, 0xec, 0x92, 0xe2, 0x7d, + 0x50, 0x63, 0x60, 0xac, 0x1d, 0xa1, 0x6c, 0x62, 0x31, 0x1b, 0x07, 0xa7, 0x8d, 0x48, 0x9c, 0x94, + 0xca, 0x05, 0x5f, 0x29, 0xbf, 0x87, 0x99, 0x5c, 0x88, 0x03, 0x4f, 0xc1, 0x02, 0x48, 0xfe, 0x72, + 0x4c, 0xd4, 0xa4, 0xf1, 0x43, 0x0a, 0xf1, 0x2a, 0xb7, 0x37, 0x15, 0x24, 0x28, 0x52, 0x2e, 0x08, + 0x08, 0x3d, 0x5e, 0x9c, 0x06, 0xad, 0x58, 0x86, 0x60, 0x0d, 0x63, 0xe5, 0x92, 0xd2, 0xb0, 0x40, + 0x1b, 0xb2, 0xf4, 0xee, 0x3c, 0xff, 0xc1, 0x93, 0x52, 0xad, 0xa6, 0xca, 0x11, 0x08, 0x9d, 0xbd, + 0xf7, 0xdd, 0x08, 0xef, 0x80, 0x2b, 0x57, 0xd8, 0x11, 0x26, 0xf7, 0x89, 0xeb, 0x95, 0x45, 0x90, + 0x38, 0xe0, 0x30, 0x80, 0xa9, 0x05, 0x15, 0x79, 0xde, 0x7d, 0xb5, 0x21, 0xdb, 0x78, 0xc3, 0x6d, + 0xeb, 0xcc, 0x15, 0x4f, 0x2e, 0xe2, 0x34, 0xd7, 0x4c, 0x13, 0xde, 0x3e, 0xf0, 0x44, 0x5e, 0xce, + 0x22, 0x4a, 0xbb, 0x3d, 0x3f, 0x55, 0x2b, 0xa5, 0xc7, 0xaa, 0x6d, 0x0e, 0xcd, 0x26, 0x13, 0xc7, + 0xc6, 0xde, 0x3e, 0xa2, 0x34, 0x11, 0x7e, 0x57, 0x77, 0x4a, 0x05, 0x1b, 0xb9, 0x94, 0xa6, 0xbe, + 0x03, 0x0c, 0x8f, 0x54, 0xfa, 0xb2, 0xed, 0x4b, 0x31, 0x1a, 0x3b, 0x20, 0xb1, 0xc3, 0xa4, 0x72, + 0xc6, 0x73, 0xde, 0x82, 0x93, 0xdd, 0x9c, 0x21, 0x11, 0x37, 0xcc, 0x8a, 0xcf, 0xa9, 0x25, 0x0a, + 0xd1, 0x7c, 0x17, 0xb3, 0x1a, 0xfb, 0xe6, 0x80, 0xc3, 0x89, 0x8e, 0xc7, 0xcc, 0xdd, 0x54, 0xf1, + 0xed, 0xd3, 0x20, 0x6e, 0xd7, 0x5c, 0xab, 0x5c, 0xbb, 0x63, 0xe5, 0x8e, 0xcf, 0xdb, 0x52, 0xe1, + 0x8d, 0xf9, 0xee, 0x64, 0x44, 0xd1, 0x0b, 0x97, 0xf0, 0xc7, 0x1a, 0xf9, 0x40, 0x04, 0xd7, 0x44, + 0x9c, 0x1f, 0xd5, 0x12, 0xc5, 0xba, 0x96, 0x08, 0x8e, 0x34, 0xf9, 0xcd, 0x7e, 0x65, 0xcb, 0xd0, + 0x37, 0x53, 0x3b, 0x82, 0x6d, 0x4d, 0xfc, 0x17, 0x3a, 0x44, 0x4b, 0x60, 0xd8, 0x89, 0xc7, 0xe5, + 0xeb, 0xfb, 0xb1, 0x9f, 0xa9, 0xe4, 0x5d, 0x13, 0x62, 0xa8, 0x66, 0xbc, 0x5a, 0x92, 0xc0, 0xa0, + 0x87, 0xa6, 0xfd, 0x6a, 0xe2, 0x84, 0x48, 0x89, 0x6b, 0x43, 0x04, 0x47, 0x05, 0x08, 0x8e, 0x24, + 0x86, 0xa3, 0x8c, 0xa7, 0x0b, 0x38, 0x9d, 0x57, 0xbc, 0x0f, 0x92, 0xfc, 0x91, 0xd5, 0x23, 0xbe, + 0x10, 0xd8, 0x7a, 0x3d, 0x76, 0x47, 0xa4, 0x9e, 0x7d, 0x63, 0x64, 0xdc, 0xd7, 0x20, 0x67, 0x45, + 0x79, 0x8f, 0x2a, 0xa9, 0x14, 0xd6, 0xe8, 0x8f, 0x46, 0x10, 0x84, 0xdc, 0x75, 0xf9, 0xaf, 0xa1, + 0x74, 0x0c, 0x5d, 0x5f, 0x3c, 0x76, 0x67, 0x0c, 0xad, 0x0f, 0x7c, 0x81, 0xcf, 0x23, 0x1e, 0xd1, + 0x1f, 0x61, 0x13, 0xeb, 0x32, 0xec, 0x34, 0xe0, 0x51, 0x7c, 0xd2, 0x56, 0xc9, 0x4d, 0x91, 0xe9, + 0x19, 0xfd, 0x41, 0x43, 0x0d, 0x92, 0x04, 0xb3, 0x91, 0x60, 0x09, 0xcb, 0xf0, 0x84, 0xb5, 0x1b, + 0x39, 0xae, 0x83, 0x26, 0x38, 0x20, 0xae, 0x35, 0x85, 0xc0, 0x30, 0x5c, 0xb2, 0x90, 0x9b, 0x9a, + 0x3f, 0xc0, 0x04, 0xba, 0xdc, 0x2a, 0x82, 0x8a, 0x93, 0x8c, 0x3b, 0x8d, 0x9b, 0x4c, 0xfb, 0x05, + 0xfd, 0x9f, 0x31, 0x4f, 0xd0, 0x88, 0xa0, 0xfd, 0x1b, 0xa1, 0x6f, 0x66, 0x8f, 0x00, 0x00, 0xba, + 0x6b, 0xe7, 0xec, 0x31, 0x88, 0x43, 0x25, 0x2b, 0x0f, 0x57, 0xd6, 0x1d, 0x43, 0xc3, 0xc3, 0xa6, + 0xf3, 0xd8, 0x0c, 0x31, 0x48, 0x42, 0x24, 0xe2, 0x3d, 0xbe, 0xf6, 0x6a, 0x48, 0x05, 0x93, 0xa4, + 0x9a, 0x8d, 0x96, 0xa1, 0x38, 0xf7, 0x81, 0x75, 0x8e, 0x1d, 0x9b, 0x85, 0xa5, 0xe3, 0x33, 0x36, + 0x4c, 0x94, 0x5f, 0x78, 0x25, 0x44, 0x46, 0xf9, 0xd2, 0x57, 0x87, 0x8e, 0xf0, 0xd4, 0xc8, 0x92, + 0xa9, 0xeb, 0x8f, 0x44, 0x40, 0x03, 0x93, 0x4c, 0x26, 0x99, 0x28, 0xa0, 0x52, 0x4c, 0xda, 0xe5, + 0x5b, 0xe9, 0xe6, 0x37, 0xe5, 0x3f, 0x6d, 0x00, 0x82, 0xbd, 0xfb, 0xca, 0xf7, 0xfe, 0xeb, 0xdc, + 0x5a, 0x2c, 0x70, 0x5f, 0xc1, 0x5e, 0xa4, 0xa7, 0x39, 0x24, 0x2e, 0xa9, 0x77, 0x32, 0x63, 0xd2, + 0x73, 0x8d, 0xfe, 0x0f, 0xeb, 0x57, 0x5c, 0xc1, 0xcf, 0x29, 0x09, 0x4f, 0x40, 0x5f, 0xaa, 0x60, + 0x71, 0x15, 0x3f, 0xc5, 0x10, 0x1f, 0x85, 0x6c, 0x2a, 0x58, 0x09, 0x71, 0xb8, 0x10, 0x8e, 0x89, + 0xa7, 0xa1, 0x12, 0x4a, 0x56, 0xaf, 0x09, 0x2f, 0x63, 0x72, 0x8f, 0xb8, 0x74, 0xdd, 0xa3, 0xe5, + 0xa2, 0x0e, 0xf9, 0x86, 0xb7, 0x47, 0x02, 0x2e, 0xae, 0xa5, 0x04, 0xf0, 0x02, 0x2e, 0x08, 0x1f, + 0x1e, 0x6d, 0xfb, 0xee, 0xb8, 0xa4, 0xa2, 0x9f, 0xb6, 0x17, 0xe4, 0x8c, 0xab, 0x81, 0x11, 0x93, + 0x40, 0x08, 0x19, 0x2c, 0xa9, 0x24, 0xf6, 0x14, 0x31, 0x5f, 0xdc, 0xec, 0x3a, 0x23, 0xe0, 0x78, + 0x8e, 0xe2, 0x93, 0xbd, 0xd6, 0x71, 0x42, 0xd8, 0x4d, 0x4e, 0xc8, 0x36, 0x0f, 0x0d, 0x36, 0x3c, + 0x2b, 0xa4, 0xb5, 0x9b, 0x27, 0x0c, 0x05, 0x7d, 0x4c, 0x95, 0x1b, 0x30, 0x59, 0x11, 0x23, 0xe3, + 0xcd, 0x72, 0xff, 0xf6, 0x89, 0x5d, 0xa3, 0x75, 0x74, 0xc7, 0x56, 0xbb, 0x7a, 0xfc, 0x20, 0xf8, + 0xad, 0x48, 0x28, 0xde, 0x2c, 0x5d, 0xde, 0x30, 0xd8, 0xc4, 0x86, 0x4d, 0x0e, 0x38, 0x82, 0xef, + 0xa5, 0xfd, 0x80, 0x80, 0xaf, 0xb5, 0x77, 0x56, 0xf0, 0xbf, 0x0d, 0x63, 0x1f, 0xd0, 0x6b, 0x40, + 0xf5, 0x5a, 0x4e, 0xc8, 0x73, 0x94, 0x62, 0xb0, 0x5f, 0x69, 0xff, 0x0d, 0x87, 0x0a, 0xca, 0x59, + 0x71, 0x0c, 0xa8, 0x78, 0xd2, 0x1d, 0x70, 0xd6, 0x15, 0xf8, 0xf2, 0x82, 0x92, 0xba, 0xac, 0xa8, + 0xa7, 0x62, 0xfe, 0x0a, 0x0b, 0xea, 0xbc, 0x54, 0xf1, 0x0a, 0x0c, 0x6b, 0x59, 0x3d, 0xfd, 0x94, + 0x87, 0xc1, 0x20, 0x2e, 0x62, 0x1f, 0x31, 0x92, 0x9c, 0x5b, 0x8e, 0x97, 0xd8, 0x36, 0xfc, 0xf1, + 0x8d, 0x7d, 0x66, 0xe3, 0x6a, 0xf8, 0x61, 0x23, 0x3d, 0xe0, 0x5d, 0xdc, 0xc5, 0xd1, 0x45, 0x52, + 0x4d, 0xe8, 0x90, 0x4a, 0x4e, 0x38, 0xf9, 0xef, 0x04, 0x49, 0x8c, 0xbc, 0x9e, 0x4a, 0x2c, 0xdb, + 0x66, 0x0b, 0x88, 0x17, 0x6a, 0x1c, 0x5d, 0x49, 0x7e, 0x98, 0x51, 0xd5, 0x34, 0x57, 0x7c, 0x95, + 0x29, 0x46, 0xd3, 0xba, 0x13, 0x08, 0x0c, 0xc0, 0x88, 0x3f, 0xf8, 0xf3, 0x22, 0xad, 0xb7, 0x48, + 0x05, 0xf4, 0x70, 0x62, 0x16, 0xfe, 0x60, 0x15, 0x67, 0xed, 0xc4, 0x02, 0xe3, 0x0c, 0x1f, 0x27, + 0x01, 0x44, 0x13, 0xe3, 0x3a, 0x44, 0x3e, 0xbc, 0x50, 0x6a, 0xd2, 0xaf, 0xb0, 0xe3, 0xde, 0x1d, + 0x45, 0xa5, 0x83, 0xb7, 0x7e, 0xaf, 0x6e, 0x89, 0xc0, 0xf5, 0x06, 0x4b, 0x2e, 0xff, 0x8a, 0x1e, + 0xde, 0x5c, 0x6e, 0x9f, 0xdd, 0x55, 0x32, 0x7a, 0x48, 0xc4, 0x9d, 0xc7, 0xdd, 0x56, 0xe6, 0xe6, + 0x8a, 0xc6, 0x99, 0xe5, 0x8b, 0x24, 0x05, 0xeb, 0x4c, 0xaf, 0xca, 0x0f, 0x5e, 0xb6, 0x9c, 0x20, + 0x06, 0x57, 0xf2, 0xd7, 0x3a, 0x42, 0x1e, 0x55, 0xdd, 0x62, 0x4d, 0x9c, 0x3b, 0x59, 0x3c, 0x06, + 0x9d, 0x60, 0x4a, 0x20, 0xd2, 0x04, 0xb0, 0x8a, 0xbc, 0x6e, 0xb8, 0x4f, 0x8e, 0x06, 0x52, 0x8c, + 0x24, 0xd6, 0x4c, 0xba, 0xb3, 0x11, 0x76, 0x9e, 0x41, 0xd8, 0x59, 0x29, 0x34, 0x92, 0xf3, 0xa2, + 0x08, 0x34, 0x8d, 0x34, 0x15, 0xfd, 0x08, 0x9e, 0xa8, 0x71, 0x6a, 0x71, 0x2a, 0x73, 0x40, 0x24, + 0x2e, 0x91, 0x46, 0x49, 0xcb, 0x75, 0x49, 0xf2, 0xba, 0x3d, 0x83, 0x9e, 0xcb, 0x54, 0x21, 0x6c, + 0x1d, 0xf9, 0x3e, 0xc4, 0xfe, 0x3a, 0xa6, 0x84, 0x61, 0x1c, 0xc3, 0x86, 0xc9, 0xa4, 0xe8, 0x99, + 0xdf, 0x5b, 0xf3, 0xb9, 0x45, 0x6c, 0x3f, 0x08, 0x64, 0x3a, 0x88, 0x21, 0x84, 0x08, 0x8c, 0xf6, + 0xf0, 0xe8, 0x3d, 0x04, 0xac, 0x44, 0x09, 0xa3, 0xc0, 0x87, 0xa4, 0x07, 0xad, 0x48, 0x52, 0x72, + 0xe0, 0x13, 0x54, 0x4a, 0xb1, 0x17, 0x30, 0xb3, 0x64, 0x06, 0xac, 0xdf, 0x10, 0xc5, 0x83, 0x35, + 0x6c, 0x62, 0x4f, 0x91, 0x73, 0x4b, 0xb5, 0xb1, 0x2b, 0xef, 0x3f, 0x96, 0xb3, 0xac, 0xc2, 0x7f, + 0xf1, 0x0a, 0x9d, 0x1c, 0x0b, 0x80, 0x67, 0xb5, 0xe3, 0x8d, 0xee, 0x92, 0x26, 0x5a, 0x0b, 0xb6, + 0x00, 0xb6, 0xd6, 0x32, 0x2d, 0x93, 0x69, 0x0e, 0x38, 0x48, 0x33, 0x5f, 0x50, 0xc3, 0x28, 0xc3, + 0x27, 0xb9, 0x5d, 0xef, 0xf6, 0x6c, 0x97, 0x91, 0x4b, 0x49, 0x52, 0x89, 0xf8, 0x05, 0xc5, 0xf8, + 0x16, 0x82, 0xd1, 0xd0, 0x41, 0x56, 0x09, 0x49, 0x3e, 0x0b, 0xfc, 0x30, 0x9c, 0x58, 0x63, 0xb6, + 0x87, 0x55, 0xb7, 0xef, 0x84, 0xc0, 0x56, 0x52, 0x04, 0x04, 0x7f, 0x08, 0x6c, 0x83, 0xb8, 0xdb, + 0xb7, 0x25, 0xc4, 0x3d, 0xba, 0xdb, 0xad, 0x3e, 0xf8, 0x03, 0x85, 0x15, 0x32, 0x0f, 0x11, 0xaf, + 0x2c, 0xec, 0x5c, 0x5b, 0x2e, 0x8b, 0xc0, 0x85, 0x46, 0x29, 0x99, 0x7b, 0x08, 0xbb, 0x7e, 0x27, + 0xf4, 0xb3, 0x82, 0xd4, 0x8c, 0x89, 0x8b, 0xcc, 0xe3, 0x2b, 0x8b, 0x55, 0xeb, 0xad, 0xfc, 0xd1, + 0xb5, 0x4d, 0x4a, 0x2f, 0x77, 0x6c, 0xe1, 0x36, 0x1f, 0x33, 0x29, 0x9c, 0xe3, 0x65, 0x35, 0xf7, + 0x96, 0x5b, 0xc6, 0x72, 0x05, 0xbe, 0x1d, 0xfc, 0x6b, 0x0a, 0x8c, 0x73, 0x60, 0xd9, 0x75, 0xb3, + 0x8d, 0xfa, 0xf6, 0x13, 0x46, 0x54, 0x5b, 0xb1, 0xc7, 0x27, 0xcb, 0x89, 0x78, 0x89, 0x05, 0xf4, + 0x7b, 0x47, 0xdc, 0xf1, 0x0e, 0x76, 0x7a, 0xeb, 0x75, 0x25, 0x0d, 0x39, 0xf0, 0x3d, 0xe1, 0x41, + 0xee, 0x8e, 0x68, 0x63, 0xb8, 0xf4, 0x02, 0x27, 0x2c, 0x72, 0xd6, 0xb8, 0x0f, 0xfc, 0xfe, 0x03, + 0xfe, 0x22, 0x11, 0xe4, 0x6d, 0xe8, 0x57, 0xf9, 0x66, 0x88, 0x87, 0x03, 0x0b, 0xbc, 0x87, 0xcd, + 0x32, 0xfa, 0x5a, 0x9e, 0x00, 0x48, 0xf3, 0x77, 0x76, 0x9b, 0xed, 0x16, 0x95, 0x9c, 0x7b, 0xb0, + 0x69, 0xff, 0xbd, 0x88, 0xf8, 0x7d, 0x19, 0x84, 0x73, 0xc5, 0x2f, 0x6a, 0x65, 0xe4, 0x75, 0x92, + 0xca, 0x66, 0xeb, 0x22, 0x2d, 0x2c, 0x3d, 0xbc, 0xdd, 0x13, 0xb8, 0xc9, 0x5e, 0xf5, 0xca, 0x0e, + 0x06, 0xef, 0x69, 0x70, 0x44, 0x1e, 0x6f, 0xb5, 0x38, 0x56, 0xb6, 0x59, 0xbc, 0xa3, 0xcb, 0x11, + 0x23, 0xb9, 0xc2, 0x3e, 0x47, 0xbe, 0xd0, 0xb3, 0x64, 0xf5, 0xc0, 0xba, 0xb4, 0x7d, 0x73, 0x4f, + 0x27, 0xed, 0x8d, 0x54, 0x6e, 0x1c, 0x03, 0x49, 0x07, 0x28, 0xde, 0x3d, 0x64, 0x89, 0x2e, 0x98, + 0x43, 0x48, 0x7b, 0xfe, 0x85, 0x58, 0x3d, 0xde, 0xbd, 0x41, 0x56, 0x71, 0x7e, 0x89, 0x5d, 0x2c, + 0xc8, 0xc3, 0xe9, 0xf8, 0x1e, 0x25, 0x61, 0xcc, 0x85, 0x23, 0x56, 0xfa, 0xcc, 0x84, 0x72, 0xbb, + 0x24, 0x9e, 0xeb, 0x41, 0x51, 0xb8, 0x7d, 0xc9, 0xaf, 0x97, 0x12, 0xe5, 0x21, 0xb0, 0x16, 0x58, + 0x37, 0x99, 0xfb, 0xf7, 0x30, 0x58, 0xdd, 0xb1, 0x39, 0x95, 0x78, 0x88, 0xe5, 0x3e, 0x58, 0xab, + 0x90, 0xe0, 0x48, 0x75, 0xc7, 0x4e, 0xc5, 0xe0, 0x1e, 0xf6, 0x25, 0x6f, 0x40, 0x17, 0x6c, 0x1a, + 0xca, 0x46, 0x81, 0x37, 0x29, 0xde, 0x28, 0x69, 0x37, 0x02, 0xd1, 0xed, 0x8b, 0xd5, 0x44, 0xf6, + 0x32, 0x46, 0xc7, 0x66, 0xc9, 0x68, 0x24, 0x49, 0xd1, 0xbb, 0x9b, 0x9c, 0xa1, 0x7f, 0x77, 0x3d, + 0x2c, 0x4f, 0x6b, 0x27, 0x53, 0xec, 0x49, 0xc4, 0x1f, 0xa3, 0x24, 0x11, 0x9b, 0x2f, 0xdc, 0xed, + 0x79, 0x45, 0x74, 0x5a, 0x49, 0xc3, 0xd3, 0xc6, 0xff, 0x24, 0x3e, 0xa5, 0xf1, 0x59, 0x7f, 0xd2, + 0x12, 0xd0, 0x80, 0xe4, 0x89, 0x87, 0x23, 0xc5, 0x19, 0xe9, 0xff, 0xd1, 0xe1, 0x48, 0x1d, 0xcf, + 0x7b, 0x32, 0x19, 0xae, 0xf8, 0xc9, 0xcc, 0x78, 0xda, 0x3a, 0x1e, 0x15, 0xe1, 0xb9, 0x11, 0xfe, + 0x16, 0xef, 0x7f, 0x03, 0x84, 0xc4, 0xf2, 0x0d, 0x9b, 0x57, 0x00, 0x00 }; // Autogenerated from wled00/data/settings_dmx.htm, do not edit!! const uint16_t PAGE_settings_dmx_length = 1612; const uint8_t PAGE_settings_dmx[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x95, 0x57, 0xdb, 0x72, 0xdb, 0x36, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0x95, 0x57, 0xdb, 0x72, 0xdb, 0x36, 0x10, 0x7d, 0xd7, 0x57, 0x20, 0x78, 0x88, 0xc9, 0x31, 0x43, 0x4a, 0x4e, 0x95, 0x36, 0x32, 0x49, 0x37, 0x56, 0x5c, 0xdb, 0x1d, 0xdb, 0xf5, 0x44, 0x49, 0xd3, 0x4e, 0xd3, 0xe9, 0x40, 0xe4, 0x4a, 0x44, 0x4c, 0x02, 0x2c, 0x00, 0x4a, 0x76, 0x2e, 0xff, 0xde, 0x05, 0x48, 0x5d, 0xec, 0xd8, 0x69, @@ -812,425 +853,427 @@ const uint8_t PAGE_settings_dmx[] PROGMEM = { // Autogenerated from wled00/data/settings_ui.htm, do not edit!! -const uint16_t PAGE_settings_ui_length = 3090; +const uint16_t PAGE_settings_ui_length = 3181; const uint8_t PAGE_settings_ui[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xad, 0x59, 0x6b, 0x73, 0xda, 0x48, - 0x16, 0xfd, 0xce, 0xaf, 0xe8, 0x74, 0x52, 0x1e, 0x54, 0x56, 0x04, 0x4e, 0x66, 0x6b, 0x13, 0x40, - 0x78, 0x63, 0xc7, 0x93, 0x78, 0xca, 0xd9, 0x64, 0x83, 0xbd, 0x99, 0xad, 0xac, 0xcb, 0x23, 0xa4, - 0x06, 0x3a, 0x16, 0x92, 0x46, 0xdd, 0x32, 0x66, 0x09, 0xff, 0x7d, 0xcf, 0xed, 0x96, 0x40, 0x60, - 0x1b, 0x67, 0xa7, 0xf6, 0x8b, 0x0d, 0xfd, 0xb8, 0xef, 0x3e, 0xf7, 0x74, 0xd3, 0x7b, 0xf2, 0xf6, - 0xe3, 0xf1, 0xf9, 0xbf, 0x3e, 0x9d, 0xb0, 0x89, 0x9e, 0xc6, 0xfd, 0x5e, 0xf9, 0x57, 0x04, 0x11, - 0x8b, 0x83, 0x64, 0xec, 0x73, 0x91, 0xf0, 0x7e, 0x6f, 0x2a, 0x74, 0xc0, 0xc2, 0x49, 0x90, 0x2b, - 0xa1, 0x7d, 0x5e, 0xe8, 0xd1, 0xf3, 0x57, 0xd5, 0x68, 0x23, 0x09, 0xa6, 0xc2, 0xe7, 0x37, 0x52, - 0xcc, 0xb2, 0x34, 0xd7, 0x9c, 0x85, 0x69, 0xa2, 0x45, 0x82, 0x65, 0x33, 0x19, 0xe9, 0x89, 0xff, - 0x97, 0x76, 0x7b, 0xb5, 0x74, 0x6b, 0x2a, 0x12, 0x37, 0x32, 0x14, 0xcf, 0xcd, 0x17, 0x57, 0x26, - 0x52, 0xcb, 0x20, 0x7e, 0xae, 0xc2, 0x20, 0x16, 0xfe, 0x81, 0x3b, 0x0d, 0x6e, 0xe5, 0xb4, 0x98, - 0xae, 0xbe, 0x17, 0x4a, 0xe4, 0xe6, 0x4b, 0x30, 0xc4, 0xf7, 0x24, 0xe5, 0x77, 0x34, 0xf7, 0x7b, - 0x5a, 0xea, 0x58, 0xf4, 0x2f, 0x4e, 0xd9, 0x40, 0x68, 0x2d, 0x93, 0xb1, 0xea, 0xb5, 0xec, 0x50, - 0x4f, 0x85, 0xb9, 0xcc, 0x74, 0xbf, 0x71, 0x13, 0xe4, 0x2c, 0x4e, 0x43, 0x99, 0x55, 0xfa, 0xae, - 0x22, 0xb5, 0xfa, 0xa8, 0xf4, 0xfa, 0x63, 0xe1, 0x6a, 0x39, 0x15, 0x69, 0xa1, 0xdd, 0xc8, 0x8f, - 0xd2, 0xb0, 0x98, 0xc2, 0x6e, 0x17, 0x3b, 0xfd, 0x27, 0x07, 0x2e, 0x82, 0xa0, 0xfd, 0xa4, 0x88, - 0x63, 0x37, 0xf6, 0x17, 0x61, 0x3a, 0xcd, 0x3a, 0x0b, 0x58, 0x25, 0x62, 0xd5, 0xe1, 0x83, 0x49, - 0x3a, 0x63, 0xc3, 0x42, 0xeb, 0x34, 0x61, 0x76, 0x8c, 0xbb, 0x61, 0x1a, 0xa7, 0xb9, 0xea, 0x2c, - 0xce, 0xde, 0x1c, 0x9d, 0x9c, 0x75, 0xf8, 0x31, 0x7d, 0x65, 0x4a, 0xc4, 0x22, 0xd4, 0x12, 0xcb, - 0x10, 0x9a, 0x49, 0x1a, 0x61, 0x5d, 0x26, 0xc3, 0x6b, 0x91, 0x57, 0x0b, 0xbe, 0x4c, 0x84, 0x88, - 0xb9, 0x9b, 0x8f, 0x87, 0x1d, 0xfe, 0xf9, 0xdd, 0x11, 0x53, 0xb1, 0x8c, 0x44, 0x8e, 0x65, 0x7f, - 0x14, 0x58, 0xd7, 0xe1, 0xff, 0xa0, 0x7f, 0x2c, 0xac, 0x09, 0x4b, 0x69, 0x76, 0x22, 0x6e, 0x3b, - 0xfc, 0xfd, 0xc9, 0x6f, 0xe5, 0x8c, 0x4c, 0xb2, 0x42, 0xf3, 0xa5, 0x9b, 0x85, 0xd3, 0x61, 0xaa, - 0x2b, 0xfb, 0x52, 0xd8, 0x37, 0x65, 0x3a, 0x18, 0xb2, 0x61, 0x40, 0x6b, 0xd8, 0xa7, 0x63, 0x36, - 0x4d, 0x23, 0x41, 0x36, 0x44, 0xe5, 0xa2, 0x2c, 0x17, 0xf0, 0x93, 0x9d, 0xbe, 0x85, 0x50, 0x25, - 0xc6, 0xb1, 0x48, 0x30, 0x81, 0x01, 0x7c, 0xa6, 0x58, 0x30, 0x0c, 0x8c, 0xf5, 0x04, 0x9b, 0x95, - 0xa6, 0x62, 0x49, 0x47, 0x4c, 0xe9, 0x34, 0x63, 0x67, 0x27, 0x6f, 0xcd, 0xfa, 0x6c, 0x06, 0x4f, - 0xde, 0xc3, 0xe4, 0xd5, 0x86, 0x2c, 0x9d, 0x89, 0x9c, 0xed, 0x05, 0xd3, 0xac, 0xcb, 0x86, 0xb9, - 0x1c, 0x4f, 0x74, 0x22, 0x94, 0x15, 0x2e, 0x6e, 0xb3, 0x0e, 0x7f, 0x13, 0xcf, 0x82, 0xb9, 0x62, - 0xf8, 0x1c, 0x24, 0x11, 0x1b, 0xc9, 0x5c, 0xad, 0x94, 0x21, 0x86, 0x0a, 0xc1, 0x3d, 0x49, 0x28, - 0xf7, 0x2c, 0x2c, 0x14, 0x99, 0x7f, 0x3c, 0x18, 0xc0, 0xdd, 0x08, 0x7b, 0xb6, 0x67, 0xde, 0xa7, - 0x88, 0x15, 0xc9, 0x8a, 0xa5, 0x22, 0xe7, 0xf5, 0x44, 0x4c, 0x45, 0x67, 0x11, 0xc4, 0xd9, 0x24, - 0xe8, 0x2c, 0x86, 0xe3, 0x0e, 0x3f, 0x0a, 0xc2, 0xeb, 0x71, 0x9e, 0x16, 0x50, 0x94, 0x66, 0x41, - 0x28, 0xf5, 0x9c, 0xbb, 0x08, 0x07, 0x26, 0x6c, 0xea, 0xaa, 0xc1, 0xa5, 0x8b, 0xd5, 0x8b, 0x22, - 0x8f, 0x31, 0xf3, 0x8e, 0xc9, 0x69, 0x30, 0x16, 0xec, 0xe2, 0xf3, 0x19, 0xd2, 0x02, 0x1b, 0xd3, - 0x29, 0x32, 0x63, 0xfe, 0xb3, 0x6a, 0x12, 0x1b, 0x4c, 0xdc, 0x4b, 0x2d, 0xef, 0xd8, 0x2a, 0x13, - 0x7c, 0xb9, 0x5c, 0x76, 0x47, 0x45, 0x62, 0x73, 0x3e, 0x3e, 0x8d, 0x9a, 0xc2, 0x59, 0xe4, 0x42, - 0x17, 0x79, 0xc2, 0x22, 0x6f, 0x2c, 0xf4, 0x49, 0x2c, 0xc8, 0xd5, 0xa3, 0xb9, 0x99, 0x5a, 0xae, - 0x96, 0x4a, 0xf5, 0x71, 0xf8, 0x0d, 0xd9, 0xad, 0xad, 0x17, 0x7b, 0x7b, 0x3c, 0x35, 0x83, 0xdc, - 0xf7, 0xf5, 0x3c, 0x13, 0x08, 0x3e, 0xc6, 0x9e, 0xbc, 0xc9, 0xf3, 0x60, 0xee, 0x49, 0x65, 0xfe, - 0x6f, 0x08, 0x41, 0x26, 0x9b, 0xc2, 0x45, 0x79, 0x3b, 0x8b, 0x51, 0x9a, 0x37, 0xe9, 0x14, 0x24, - 0xbe, 0x76, 0x53, 0x5f, 0x78, 0x2a, 0x8b, 0xa5, 0x6e, 0xf2, 0x2b, 0xee, 0xb8, 0xca, 0x4f, 0x3d, - 0x9b, 0x56, 0x14, 0x76, 0xbb, 0x1b, 0xf7, 0xd4, 0xf3, 0x83, 0x6e, 0xbc, 0xbf, 0xef, 0x2c, 0x68, - 0x43, 0xe0, 0xa7, 0x5f, 0xe3, 0xcb, 0x6e, 0xf2, 0x35, 0xb8, 0xfc, 0xfe, 0xbd, 0x49, 0xff, 0xfc, - 0xc5, 0xd2, 0x71, 0x13, 0x9f, 0x3e, 0x2e, 0x93, 0xaf, 0xe9, 0x57, 0x2c, 0xbf, 0xbc, 0xf4, 0x65, - 0x4d, 0x2d, 0x0a, 0xe9, 0x3c, 0x0d, 0x94, 0x51, 0x8e, 0x93, 0x63, 0x05, 0x49, 0x9f, 0xdc, 0xe7, - 0x9a, 0x26, 0xb8, 0xd3, 0x95, 0x9e, 0x4c, 0x12, 0x91, 0xbf, 0x3f, 0xff, 0x70, 0xe6, 0x0b, 0x57, - 0x7a, 0x61, 0x1c, 0x28, 0x75, 0x86, 0xcc, 0x79, 0x41, 0x14, 0x35, 0xf5, 0x21, 0x17, 0x79, 0x8e, - 0xf8, 0x75, 0x38, 0x49, 0x83, 0x95, 0x61, 0x2c, 0x82, 0xfc, 0xdc, 0x1e, 0xce, 0x66, 0x79, 0x48, - 0x1d, 0xec, 0x53, 0x7a, 0x1e, 0x0b, 0x2f, 0x48, 0x90, 0x08, 0x52, 0xee, 0xf3, 0x24, 0x4d, 0x50, - 0xd1, 0xe5, 0x0a, 0x1f, 0x21, 0xa8, 0x36, 0x35, 0x2b, 0x03, 0x9b, 0xce, 0xa2, 0xae, 0x2f, 0x17, - 0xd3, 0xf4, 0x46, 0x34, 0x4b, 0x45, 0xf0, 0xed, 0xc5, 0xeb, 0x76, 0xbb, 0x16, 0x45, 0xd8, 0xf3, - 0x59, 0x84, 0xc6, 0x17, 0xce, 0xc9, 0x71, 0x40, 0x80, 0x75, 0x29, 0xc5, 0x40, 0x97, 0x22, 0x2b, - 0xe9, 0x34, 0x09, 0x3b, 0xa8, 0x7c, 0xbd, 0x4f, 0xf6, 0x5f, 0xc1, 0x76, 0xee, 0xec, 0xcb, 0xae, - 0x1c, 0x35, 0xd7, 0xd9, 0xfc, 0x2a, 0x2f, 0x1d, 0x27, 0xd9, 0xdb, 0x4b, 0xf0, 0xc1, 0xfe, 0xf5, - 0x0c, 0x40, 0xec, 0xed, 0x35, 0xd3, 0x7d, 0xff, 0xf7, 0xde, 0xe4, 0x65, 0xff, 0xd9, 0x62, 0x3d, - 0xbc, 0xec, 0xb5, 0x30, 0xf2, 0xbb, 0xe3, 0x62, 0xb2, 0xb2, 0x03, 0x93, 0xae, 0x72, 0x93, 0x43, - 0x5a, 0xd5, 0x31, 0xc6, 0x74, 0x01, 0x38, 0xc2, 0x28, 0x8f, 0x7d, 0x45, 0xfa, 0x4a, 0x05, 0x87, - 0xb1, 0x6f, 0x16, 0x61, 0xcb, 0x3e, 0x37, 0xf2, 0x38, 0x94, 0x36, 0x63, 0xbf, 0x3e, 0x40, 0x41, - 0x94, 0x49, 0x24, 0x6e, 0x3f, 0x8e, 0x9a, 0xe5, 0x98, 0xd3, 0x6f, 0x3b, 0x04, 0xda, 0x32, 0x29, - 0x44, 0xd7, 0x16, 0x41, 0x55, 0x6f, 0x10, 0xd7, 0xa5, 0x3c, 0x2a, 0xe7, 0xb0, 0xc9, 0x87, 0x69, - 0x8a, 0xac, 0x24, 0x28, 0x47, 0x3f, 0x38, 0xb4, 0xa3, 0x5e, 0x38, 0x11, 0xc0, 0xb3, 0x88, 0x54, - 0x5c, 0x76, 0xca, 0xb1, 0x9b, 0x20, 0x2e, 0x84, 0x19, 0x71, 0xcb, 0x11, 0xc0, 0xcc, 0x8d, 0x4c, - 0x0b, 0x55, 0x96, 0xff, 0x40, 0x0e, 0x63, 0x00, 0xb7, 0x87, 0x1c, 0x62, 0xbf, 0x6a, 0x72, 0x2f, - 0xe6, 0x0e, 0x2c, 0xdd, 0xbd, 0x7a, 0x5d, 0x40, 0xb1, 0xe3, 0x74, 0x36, 0xad, 0xa1, 0x60, 0x3e, - 0x5b, 0xc4, 0xcb, 0x0e, 0xeb, 0x19, 0x30, 0x64, 0x26, 0xdf, 0x3e, 0x0f, 0xc6, 0x92, 0x85, 0x43, - 0xce, 0xc8, 0x1f, 0x9f, 0x1b, 0x63, 0x87, 0xe9, 0x2d, 0x67, 0x32, 0xf2, 0x9f, 0x2d, 0xd4, 0x92, - 0x3d, 0x5b, 0x90, 0x99, 0x87, 0xbc, 0x74, 0x83, 0x72, 0xb8, 0xec, 0xf7, 0x86, 0x79, 0xff, 0xf7, - 0x0e, 0x4f, 0x8a, 0xe9, 0x50, 0xe4, 0x8f, 0xca, 0xaf, 0x84, 0x97, 0xcb, 0x57, 0xa2, 0x6d, 0x14, - 0xac, 0x82, 0x95, 0x4c, 0xa5, 0x73, 0xb8, 0x62, 0x64, 0x96, 0x25, 0x60, 0xa4, 0xd2, 0xec, 0x3d, - 0x82, 0x77, 0x88, 0x72, 0x96, 0xcb, 0x12, 0x27, 0xd2, 0x75, 0xe9, 0x8e, 0x45, 0xf2, 0x4b, 0x9a, - 0x4f, 0x9b, 0x65, 0x69, 0xea, 0xae, 0x5e, 0x55, 0x91, 0x8b, 0x5a, 0x8e, 0x1d, 0x93, 0x0f, 0x8e, - 0x65, 0xdc, 0xa9, 0x85, 0x53, 0xaf, 0x25, 0xbc, 0x13, 0xfa, 0x6c, 0x80, 0x03, 0xd3, 0x34, 0xdd, - 0x0f, 0x9d, 0x30, 0x88, 0x07, 0x68, 0x39, 0x00, 0x3d, 0x42, 0xaf, 0x53, 0x2d, 0xa6, 0x4d, 0x3e, - 0x8b, 0x45, 0x74, 0x21, 0x8f, 0x47, 0x63, 0xee, 0x38, 0xc0, 0x08, 0x23, 0x12, 0x05, 0x99, 0xe7, - 0x10, 0x6a, 0x8f, 0x67, 0x24, 0x81, 0x37, 0xc1, 0xdc, 0xe7, 0x32, 0x41, 0xe6, 0x04, 0x8e, 0xbf, - 0xce, 0xe7, 0x0b, 0x23, 0xf2, 0xd7, 0xc1, 0xc7, 0xbf, 0x7b, 0x19, 0x51, 0x0c, 0xa3, 0xc2, 0x59, - 0x86, 0x54, 0x03, 0x64, 0xb1, 0x99, 0x5e, 0x2c, 0xdd, 0x1f, 0x90, 0xb7, 0xb9, 0x66, 0xed, 0x08, - 0xdf, 0x7b, 0xfa, 0xfa, 0xd5, 0xab, 0x57, 0xdd, 0x15, 0x33, 0x60, 0xa4, 0x8e, 0x91, 0x3a, 0x7c, - 0x63, 0xa3, 0x40, 0xc2, 0x74, 0x8f, 0x35, 0xf9, 0xbe, 0xd8, 0xe7, 0x0e, 0x5f, 0x56, 0xf1, 0x32, - 0x96, 0x58, 0xa1, 0xd1, 0x94, 0xaf, 0x8b, 0x9a, 0xc7, 0xd4, 0xc0, 0x28, 0x5b, 0x16, 0xcb, 0xa8, - 0xc3, 0x5c, 0x0d, 0x03, 0x05, 0x8f, 0x6c, 0x91, 0xaf, 0x03, 0x37, 0x28, 0x03, 0x57, 0x01, 0xaf, - 0xf0, 0x23, 0xef, 0x8f, 0x42, 0xe4, 0xf3, 0x41, 0xd9, 0xb5, 0xdf, 0xc4, 0x31, 0xea, 0x9c, 0xd2, - 0xea, 0x00, 0x59, 0xda, 0x5d, 0xdd, 0x13, 0x25, 0x0c, 0x77, 0x75, 0x05, 0xbe, 0x12, 0x87, 0x46, - 0x5f, 0x02, 0x73, 0xea, 0x78, 0x45, 0x27, 0x33, 0x40, 0x03, 0x6e, 0x72, 0x14, 0xb2, 0x73, 0x28, - 0x2b, 0xeb, 0x3a, 0xd2, 0xda, 0xd0, 0x25, 0xd8, 0xc7, 0x99, 0x8e, 0x0c, 0x63, 0x71, 0x13, 0x60, - 0x67, 0x9a, 0x28, 0x9c, 0x0d, 0x2f, 0x4e, 0xc7, 0x4d, 0xd4, 0x17, 0xcd, 0x2d, 0xa9, 0x39, 0x30, - 0x9d, 0xa2, 0xe0, 0x93, 0x25, 0x8a, 0x87, 0xf2, 0xb1, 0x91, 0x5d, 0x75, 0x37, 0xbb, 0xae, 0xc9, - 0x95, 0xad, 0x58, 0x39, 0x9a, 0xdb, 0x28, 0x39, 0x55, 0xec, 0x55, 0x11, 0x3e, 0x98, 0x9f, 0x32, - 0xa9, 0xe8, 0x43, 0xbb, 0x16, 0x5b, 0xe4, 0xfe, 0xff, 0xa7, 0x5b, 0x05, 0x37, 0x5b, 0xd9, 0x96, - 0x26, 0xdb, 0xeb, 0x64, 0x85, 0x26, 0x55, 0x1b, 0xfe, 0xdb, 0xae, 0xb0, 0x0e, 0xc1, 0x27, 0xa4, - 0x69, 0xf7, 0x82, 0xa9, 0x7e, 0x74, 0x49, 0x10, 0xdf, 0x52, 0xc3, 0x5d, 0xf5, 0x47, 0x7e, 0x4c, - 0x5d, 0x0d, 0x46, 0xf1, 0x5a, 0xbf, 0x19, 0x04, 0xe8, 0x46, 0xce, 0xa2, 0x2c, 0x20, 0x37, 0xf2, - 0x06, 0x23, 0xef, 0xed, 0xa0, 0x04, 0x51, 0x7f, 0x4d, 0x60, 0xf7, 0xf6, 0xcc, 0xd4, 0xe0, 0x7c, - 0x55, 0x9e, 0xfe, 0x9a, 0xd2, 0x56, 0x93, 0x17, 0xf7, 0x4c, 0x16, 0xdf, 0xbf, 0x9b, 0x49, 0x55, - 0x0c, 0xa7, 0x20, 0x01, 0x35, 0xd5, 0x71, 0x1a, 0x44, 0xbf, 0x0e, 0x6c, 0xdb, 0x6e, 0x23, 0x20, - 0x28, 0x11, 0x89, 0xba, 0x0d, 0x73, 0x11, 0x68, 0x51, 0xa2, 0x2f, 0x1a, 0xa5, 0x61, 0xd5, 0xa6, - 0x87, 0xa3, 0x04, 0xde, 0x68, 0x14, 0x04, 0xb8, 0x2f, 0x75, 0xd0, 0x3c, 0xe4, 0xae, 0x30, 0x5d, - 0x79, 0x63, 0x9c, 0xf0, 0x90, 0xbb, 0x5c, 0x8b, 0x5b, 0xdd, 0xfa, 0x16, 0xdc, 0x04, 0x95, 0x80, - 0x3b, 0x0b, 0x03, 0x35, 0x4f, 0x20, 0x42, 0x93, 0xd7, 0xc3, 0x34, 0x9a, 0x7b, 0x41, 0x96, 0x89, - 0x24, 0x3a, 0x9e, 0xc8, 0x38, 0x42, 0xf5, 0x60, 0x3d, 0xe0, 0xeb, 0xe4, 0x06, 0x56, 0xd0, 0x49, - 0x10, 0xc8, 0x3b, 0xca, 0x00, 0x36, 0x73, 0xb7, 0xe9, 0xf8, 0xfd, 0x05, 0xc0, 0xea, 0x9f, 0x88, - 0xd8, 0x3a, 0x44, 0xfe, 0x46, 0xf0, 0x6a, 0x8c, 0xdf, 0xdf, 0x0a, 0x5d, 0xed, 0x06, 0xe0, 0x6f, - 0x05, 0xce, 0x2d, 0x21, 0x70, 0x79, 0xbf, 0x7a, 0x4b, 0x53, 0x5c, 0x01, 0xf5, 0xf5, 0x63, 0xc6, - 0x4f, 0x68, 0x9c, 0x95, 0x31, 0x35, 0xe5, 0x87, 0xea, 0x33, 0xd1, 0xc1, 0xc5, 0x26, 0x47, 0x14, - 0xcf, 0xca, 0x71, 0x74, 0x55, 0x6c, 0x1c, 0xc9, 0x71, 0x91, 0x07, 0x96, 0x3e, 0x99, 0xe8, 0x54, - 0xe5, 0xfa, 0xef, 0xe4, 0x34, 0xa1, 0xcb, 0x06, 0x72, 0x21, 0x00, 0x5c, 0x60, 0xa2, 0x51, 0xa0, - 0x83, 0x27, 0x44, 0x54, 0x6a, 0x25, 0x83, 0x7a, 0xe1, 0xa4, 0xa0, 0x03, 0x6c, 0x9a, 0xa1, 0x9b, - 0xa7, 0x33, 0x8f, 0x2a, 0x91, 0x26, 0xd1, 0x3d, 0x53, 0x9d, 0x82, 0x8d, 0x52, 0xe7, 0xa7, 0x9b, - 0x4c, 0xdb, 0x6d, 0x9a, 0xbb, 0xd0, 0x03, 0x68, 0x8e, 0xd1, 0xd3, 0xcc, 0x22, 0xb9, 0x5d, 0x86, - 0xfd, 0xd3, 0x0c, 0x06, 0xff, 0x02, 0xf9, 0xec, 0x03, 0xee, 0x0b, 0x1e, 0xfb, 0x84, 0xb2, 0x55, - 0x82, 0x21, 0x10, 0xe0, 0xf6, 0x5f, 0x40, 0xfe, 0xd9, 0xe9, 0xa7, 0x27, 0xdb, 0xd5, 0xaf, 0x36, - 0x25, 0xba, 0x46, 0x9a, 0xe3, 0xd0, 0x2a, 0x53, 0x65, 0x24, 0xfe, 0x90, 0x4f, 0xb4, 0xce, 0x3a, - 0xad, 0x16, 0xdf, 0x37, 0xd3, 0x86, 0x32, 0xf1, 0x96, 0x2a, 0xcf, 0x6f, 0x4b, 0x79, 0xdf, 0xd4, - 0x61, 0xe6, 0xbf, 0xe4, 0x2e, 0x68, 0xe4, 0xda, 0xdf, 0xf7, 0xf0, 0xb7, 0x74, 0x33, 0x45, 0x81, - 0x34, 0x8d, 0x14, 0x05, 0x31, 0xd7, 0x49, 0xea, 0xd1, 0x49, 0x83, 0x3b, 0xad, 0x11, 0x8a, 0xb6, - 0xc0, 0x75, 0x66, 0x2d, 0xed, 0xa9, 0xb9, 0x4d, 0x4a, 0xb2, 0x7a, 0x14, 0xe0, 0x0a, 0x5a, 0x4d, - 0xd4, 0x4f, 0xdf, 0xd1, 0xb6, 0xe8, 0xd5, 0x76, 0x54, 0xf0, 0x15, 0xae, 0x5c, 0xa3, 0xfa, 0xea, - 0x8b, 0xd3, 0x66, 0x89, 0x69, 0x32, 0x02, 0x2c, 0x4f, 0x70, 0x4c, 0xe6, 0x69, 0x71, 0x07, 0xb8, - 0xee, 0x74, 0x92, 0xc3, 0x0a, 0xca, 0x3a, 0x16, 0xf5, 0xba, 0xb6, 0x45, 0xdc, 0xe9, 0x2a, 0x5d, - 0x10, 0xfc, 0xa6, 0x28, 0xcf, 0xfe, 0x3d, 0x52, 0x6c, 0x3f, 0xea, 0xf0, 0x28, 0xc8, 0xaf, 0xf9, - 0x26, 0xf3, 0xb7, 0x77, 0x94, 0xa3, 0x71, 0x65, 0x60, 0x29, 0x76, 0x7c, 0x65, 0x2f, 0x31, 0x35, - 0x29, 0x9b, 0xd3, 0xb8, 0xf6, 0x54, 0xdd, 0xcc, 0x5f, 0xc5, 0x15, 0x97, 0x54, 0x55, 0x4c, 0xbd, - 0x6c, 0x82, 0x52, 0x52, 0xad, 0x83, 0xd7, 0x2f, 0xda, 0xad, 0x83, 0xf6, 0xab, 0x36, 0xef, 0xec, - 0xd8, 0xcb, 0x6b, 0xf8, 0x4a, 0x9a, 0x6a, 0x06, 0x3d, 0x2a, 0x77, 0xab, 0xc3, 0x6e, 0x48, 0x3e, - 0xdc, 0xed, 0x0e, 0x0a, 0xbc, 0xf3, 0xd8, 0x8a, 0x83, 0xb5, 0x69, 0x45, 0x46, 0xe5, 0x48, 0xb5, - 0x4d, 0xb0, 0x57, 0xb5, 0xdd, 0x44, 0xcc, 0xd8, 0x6f, 0x1f, 0xce, 0xde, 0xc3, 0xcc, 0xcf, 0x02, - 0x6d, 0x5b, 0xe9, 0xee, 0x0e, 0xec, 0xa9, 0x5d, 0x2c, 0xd6, 0xd8, 0xae, 0x27, 0x52, 0xa1, 0x03, - 0xa8, 0x0c, 0xa8, 0x20, 0xce, 0x01, 0x7d, 0xae, 0x19, 0x51, 0x1a, 0x55, 0xa9, 0xfa, 0xfe, 0xcf, - 0x74, 0xc7, 0x70, 0x76, 0x62, 0xca, 0x5a, 0xae, 0xa8, 0x0b, 0x16, 0x24, 0x23, 0xbc, 0x76, 0x9f, - 0x54, 0x02, 0x6c, 0x9d, 0x7e, 0xfa, 0x38, 0x38, 0x47, 0x89, 0xb6, 0xac, 0x43, 0x28, 0x1d, 0x7b, - 0xdd, 0x23, 0x4f, 0x88, 0xd3, 0xbc, 0x05, 0x6a, 0x74, 0x4b, 0x86, 0x98, 0x94, 0xb8, 0x8a, 0x6a, - 0xc2, 0x28, 0x40, 0xc9, 0x23, 0xec, 0x50, 0x5f, 0xdb, 0x97, 0xae, 0xbd, 0x53, 0xd1, 0x1c, 0x78, - 0x83, 0x58, 0xa5, 0x12, 0xc7, 0x6f, 0xd9, 0xe8, 0xb5, 0xca, 0xf7, 0x94, 0x9e, 0xa9, 0xee, 0xfe, - 0xdf, 0xe4, 0x94, 0x5e, 0x60, 0x18, 0x72, 0x03, 0xec, 0x37, 0x05, 0x8f, 0x0b, 0x3b, 0x34, 0x63, - 0xa1, 0x59, 0x80, 0xcb, 0x8b, 0x08, 0x22, 0xf0, 0x53, 0x40, 0x39, 0xa0, 0x90, 0xec, 0xf2, 0x39, - 0xb0, 0x8a, 0xf7, 0x7b, 0xa0, 0x45, 0xd3, 0x06, 0xf1, 0x59, 0x4e, 0x9f, 0xae, 0x14, 0x67, 0xf6, - 0x59, 0x67, 0x30, 0xe2, 0xe5, 0xd3, 0x88, 0xcf, 0xb3, 0x54, 0xd1, 0xf3, 0x4e, 0x24, 0x6f, 0x2a, - 0x12, 0xac, 0x53, 0x80, 0xd1, 0x6c, 0x73, 0x6c, 0x22, 0xe2, 0xec, 0x88, 0xf7, 0x1b, 0xbd, 0xf2, - 0xfd, 0xc5, 0x92, 0x6f, 0xfb, 0x85, 0x43, 0x6b, 0x18, 0xcb, 0xf0, 0xda, 0xe7, 0xef, 0x49, 0xed, - 0x61, 0xaf, 0x65, 0x27, 0x60, 0x1a, 0x44, 0xf4, 0xef, 0xdf, 0xd3, 0x58, 0x6d, 0x3a, 0xa2, 0x4d, - 0xf4, 0x6a, 0xb0, 0xde, 0xb7, 0x5b, 0x8b, 0xed, 0xdd, 0xbc, 0x4f, 0xff, 0x57, 0x7b, 0x1a, 0x86, - 0xcd, 0xab, 0x2c, 0x48, 0x8c, 0xc3, 0x96, 0xfd, 0x30, 0x13, 0x22, 0x5c, 0x41, 0xcc, 0xc3, 0xc1, - 0x38, 0x17, 0x22, 0xe9, 0x96, 0x70, 0xd1, 0x31, 0x90, 0xd0, 0x6f, 0xec, 0x3d, 0x3d, 0x68, 0xb7, - 0xdb, 0x3f, 0x77, 0xd9, 0x19, 0xc1, 0x2a, 0xb0, 0x86, 0x55, 0x50, 0x44, 0x94, 0x46, 0x44, 0x4f, - 0x10, 0x67, 0x08, 0xed, 0xb3, 0xba, 0x6c, 0xe2, 0x44, 0xac, 0xb1, 0x21, 0x1c, 0x04, 0xe3, 0xae, - 0x68, 0x4b, 0x94, 0x8e, 0xd3, 0x22, 0x8e, 0x58, 0x92, 0x6a, 0x16, 0x84, 0xa1, 0x50, 0x8a, 0x19, - 0x04, 0xa7, 0x37, 0x1d, 0x03, 0xe1, 0xec, 0x43, 0x70, 0x2d, 0x98, 0x02, 0x8a, 0x32, 0x09, 0x2a, - 0xa0, 0x80, 0xf8, 0xf4, 0xe2, 0x12, 0xd1, 0x75, 0x17, 0x38, 0x97, 0xb3, 0x21, 0xd2, 0x01, 0x95, - 0x5e, 0xa3, 0x34, 0xa5, 0x37, 0xc9, 0xab, 0xd0, 0x4e, 0x5e, 0xf4, 0xbf, 0x88, 0x21, 0x51, 0xb1, - 0x22, 0x43, 0x21, 0xbc, 0xe8, 0x0f, 0x44, 0x7e, 0x83, 0x76, 0x11, 0x09, 0x5b, 0x45, 0xa8, 0xeb, - 0xd5, 0xe5, 0xc9, 0x46, 0x93, 0xf8, 0xc1, 0xea, 0x7d, 0xef, 0xed, 0x00, 0x85, 0x10, 0xdc, 0x5a, - 0x46, 0xec, 0xf3, 0x97, 0x2f, 0xb8, 0xb9, 0xe7, 0x0c, 0x40, 0x10, 0xaa, 0x97, 0x36, 0x9d, 0x8e, - 0xc7, 0x28, 0x5b, 0x7a, 0xd8, 0x9a, 0x30, 0xaa, 0x59, 0x46, 0x4f, 0x48, 0xb9, 0x08, 0x85, 0xbc, - 0x11, 0x2b, 0xd9, 0x8d, 0xed, 0xab, 0x5e, 0x59, 0x68, 0xe7, 0x56, 0x60, 0xf9, 0x86, 0xa4, 0x50, - 0xcb, 0xb1, 0x1c, 0x49, 0xf8, 0x76, 0x71, 0xba, 0x65, 0xd7, 0x7a, 0x6b, 0x69, 0xdb, 0xe0, 0xc2, - 0xee, 0xed, 0xc9, 0x7e, 0xe3, 0x7c, 0x22, 0xd8, 0x28, 0x8d, 0xe3, 0x74, 0x46, 0xcd, 0x1c, 0x39, - 0xb2, 0xaf, 0x51, 0xf2, 0x3f, 0x41, 0x05, 0xc4, 0x36, 0x63, 0xa0, 0x79, 0xac, 0x48, 0x24, 0xb0, - 0xc4, 0xda, 0x0b, 0xea, 0x0d, 0x80, 0xb2, 0xcd, 0xd3, 0xbe, 0x88, 0x1a, 0xeb, 0x09, 0x23, 0x6a, - 0x51, 0x85, 0x92, 0xc6, 0xbf, 0xd2, 0x82, 0xcd, 0x64, 0x1c, 0xb3, 0x44, 0xc0, 0x3a, 0xec, 0x33, - 0xcc, 0x1d, 0xe0, 0xc6, 0x82, 0x31, 0xee, 0x01, 0x4c, 0x8e, 0x58, 0x61, 0xae, 0x33, 0x01, 0x8b, - 0xe4, 0x68, 0x24, 0x72, 0x7a, 0x76, 0x2b, 0x45, 0xb8, 0x95, 0xec, 0x74, 0xd5, 0xa7, 0xe9, 0x3d, - 0x03, 0xb0, 0xa4, 0xac, 0xf4, 0xcf, 0x62, 0x84, 0x2f, 0x13, 0x63, 0xcb, 0x94, 0xa4, 0xc1, 0x03, - 0xa8, 0x00, 0x3e, 0xc4, 0x73, 0x7a, 0xfa, 0x4d, 0xc6, 0x42, 0x79, 0xbd, 0x96, 0xb4, 0xfe, 0xd2, - 0xb1, 0xa3, 0x32, 0xa3, 0x0b, 0x63, 0xbf, 0x51, 0x31, 0x98, 0xca, 0x47, 0xcf, 0xf3, 0xaa, 0xdc, - 0xbf, 0xa4, 0xe7, 0xd8, 0x37, 0x00, 0x99, 0x00, 0xe0, 0x1b, 0x0a, 0xf3, 0x8a, 0x61, 0xab, 0xb4, - 0x3c, 0xb5, 0x31, 0x22, 0x68, 0x4b, 0xe6, 0xe1, 0x44, 0x91, 0x26, 0xa2, 0x3e, 0x57, 0xe5, 0x93, - 0xea, 0xd6, 0x1d, 0xbe, 0xbf, 0x3e, 0x56, 0xf7, 0x08, 0x6d, 0x3c, 0x90, 0xc2, 0x95, 0x50, 0xfb, - 0x36, 0xfa, 0x43, 0x42, 0x1b, 0xdb, 0xa6, 0x3e, 0x2c, 0x54, 0x46, 0x3b, 0x24, 0x36, 0x1e, 0x76, - 0xfe, 0x41, 0x89, 0xf6, 0x11, 0xf6, 0x5e, 0xa1, 0x8d, 0xc7, 0x22, 0xba, 0x4b, 0x68, 0x36, 0xcb, - 0xef, 0x08, 0x6d, 0xec, 0x8c, 0xe8, 0x0f, 0x08, 0x15, 0xb7, 0x19, 0x5f, 0x79, 0x59, 0x37, 0xf5, - 0x94, 0x11, 0x35, 0x62, 0x44, 0x53, 0xcc, 0x93, 0xf3, 0x4e, 0x69, 0xa0, 0x38, 0x06, 0x83, 0x4d, - 0xf5, 0xf9, 0x9c, 0x38, 0x56, 0x3d, 0x8a, 0xb4, 0x64, 0x83, 0x6d, 0x55, 0x50, 0xba, 0x89, 0x71, - 0x74, 0x38, 0xbf, 0x4c, 0xe6, 0x6c, 0x66, 0x20, 0x0e, 0xeb, 0x0e, 0x19, 0xd5, 0xf1, 0xde, 0xd3, - 0xdb, 0x83, 0x5f, 0x5e, 0xff, 0xf5, 0x4d, 0xd7, 0x08, 0x2c, 0x51, 0xeb, 0xc7, 0x2a, 0xb3, 0x7a, - 0xd0, 0x99, 0xca, 0xc4, 0xe7, 0x6d, 0xaf, 0x6d, 0x00, 0xca, 0xe7, 0x07, 0xf4, 0x09, 0xad, 0x3b, - 0x33, 0x83, 0x07, 0xd6, 0x07, 0x4b, 0x3e, 0xcc, 0xdb, 0xf3, 0x95, 0x0e, 0x86, 0xf5, 0x50, 0xff, - 0x4f, 0x71, 0xde, 0xa5, 0xb3, 0xb1, 0x4b, 0xe9, 0x70, 0xbc, 0xa9, 0xf3, 0x47, 0x54, 0x36, 0xea, - 0x38, 0xbc, 0x16, 0x68, 0xba, 0x88, 0x11, 0x58, 0x03, 0xe4, 0xd7, 0x8f, 0x8b, 0x6f, 0xd4, 0x1f, - 0xcf, 0xef, 0x77, 0x6f, 0x5b, 0x55, 0xc9, 0xf4, 0x36, 0x1e, 0xbd, 0x50, 0x0a, 0x66, 0x4b, 0x59, - 0x26, 0x6b, 0x1a, 0x79, 0xbf, 0xd6, 0xad, 0xb7, 0xf9, 0x1f, 0x42, 0x99, 0x6d, 0xaa, 0xb8, 0xfd, - 0x5a, 0xb8, 0x2e, 0xc6, 0x0d, 0x62, 0x5d, 0x65, 0xd2, 0x4a, 0xae, 0x09, 0x22, 0xee, 0xbe, 0xe1, - 0xc3, 0xbd, 0x15, 0xca, 0xfe, 0x3c, 0xce, 0x10, 0xcf, 0xba, 0x17, 0x67, 0x2a, 0x84, 0x56, 0xd7, - 0x92, 0x20, 0xfa, 0x78, 0xf5, 0xa3, 0xc9, 0x96, 0x4c, 0x73, 0x1b, 0x2d, 0x5b, 0xa1, 0x21, 0x81, - 0x86, 0x00, 0x64, 0x08, 0xb2, 0xe1, 0x70, 0xfd, 0xcd, 0xd5, 0x2b, 0x66, 0x54, 0xf2, 0xc1, 0x0b, - 0xcb, 0x31, 0x57, 0xbc, 0xe7, 0xa7, 0x1a, 0x8b, 0x36, 0xd7, 0x67, 0x12, 0x09, 0x2e, 0x4a, 0x56, - 0x58, 0x4e, 0xf8, 0x93, 0x35, 0xcf, 0xb6, 0x87, 0x3f, 0x0d, 0x86, 0xe6, 0x77, 0x9f, 0x07, 0xb0, - 0xb0, 0xf2, 0x7c, 0x52, 0xfe, 0x0c, 0xc4, 0xfb, 0xd5, 0x0f, 0x42, 0x8f, 0xb8, 0xfe, 0xa2, 0xe6, - 0xfb, 0x37, 0x05, 0x37, 0xfb, 0x5b, 0xcd, 0xa3, 0xf2, 0x7e, 0xcb, 0xf9, 0xc6, 0x4e, 0xef, 0x5f, - 0xc0, 0xfd, 0xca, 0x14, 0x2b, 0x76, 0x33, 0x06, 0x95, 0xb9, 0xf6, 0xf7, 0x10, 0x4a, 0xbd, 0xed, - 0x9c, 0xf9, 0x63, 0x14, 0xd3, 0xbc, 0x55, 0xf1, 0xbe, 0x79, 0x39, 0xda, 0xa4, 0x6b, 0x6b, 0x92, - 0x3a, 0xc9, 0x1f, 0xe5, 0xc3, 0x3f, 0x4a, 0x6d, 0x1b, 0xbb, 0xb9, 0x6d, 0xaf, 0x45, 0xfc, 0x1d, - 0xff, 0x88, 0xe3, 0x13, 0xe1, 0xa7, 0x1f, 0x92, 0xff, 0x0b, 0x15, 0x71, 0x7f, 0xc8, 0x5e, 0x1e, - 0x00, 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xad, 0x59, 0x6d, 0x77, 0xda, 0x38, + 0x16, 0xfe, 0xce, 0xaf, 0x50, 0xd5, 0x39, 0x19, 0x38, 0x71, 0x81, 0xb4, 0xb3, 0x67, 0x5b, 0xc0, + 0x64, 0x9b, 0x34, 0xd3, 0x66, 0x4e, 0x3a, 0xed, 0x96, 0x74, 0x3b, 0x73, 0xba, 0x3d, 0x19, 0x63, + 0x0b, 0x50, 0x63, 0x5b, 0x1e, 0x4b, 0x0e, 0xc9, 0x52, 0xfe, 0xfb, 0x3e, 0x57, 0xb2, 0xc1, 0x90, + 0x84, 0x74, 0xe7, 0xec, 0x97, 0x04, 0xf4, 0x72, 0x5f, 0x1f, 0x3d, 0xf7, 0x4a, 0x0c, 0x1e, 0xbd, + 0x7a, 0x77, 0x7c, 0xfe, 0xfb, 0xfb, 0x13, 0x36, 0x33, 0x49, 0x3c, 0x1c, 0x94, 0x7f, 0x45, 0x10, + 0xb1, 0x38, 0x48, 0xa7, 0x3e, 0x17, 0x29, 0x1f, 0x0e, 0x12, 0x61, 0x02, 0x16, 0xce, 0x82, 0x5c, + 0x0b, 0xe3, 0xf3, 0xc2, 0x4c, 0x9e, 0x3c, 0xaf, 0x46, 0x1b, 0x69, 0x90, 0x08, 0x9f, 0x5f, 0x49, + 0x31, 0xcf, 0x54, 0x6e, 0x38, 0x0b, 0x55, 0x6a, 0x44, 0x8a, 0x65, 0x73, 0x19, 0x99, 0x99, 0xff, + 0xb7, 0x6e, 0x77, 0xb5, 0x74, 0x6b, 0x2a, 0x12, 0x57, 0x32, 0x14, 0x4f, 0xec, 0x17, 0x4f, 0xa6, + 0xd2, 0xc8, 0x20, 0x7e, 0xa2, 0xc3, 0x20, 0x16, 0xfe, 0x81, 0x97, 0x04, 0xd7, 0x32, 0x29, 0x92, + 0xd5, 0xf7, 0x42, 0x8b, 0xdc, 0x7e, 0x09, 0xc6, 0xf8, 0x9e, 0x2a, 0x7e, 0x4b, 0xf3, 0x70, 0x60, + 0xa4, 0x89, 0xc5, 0xf0, 0xe3, 0x29, 0x1b, 0x09, 0x63, 0x64, 0x3a, 0xd5, 0x83, 0x8e, 0x1b, 0x1a, + 0xe8, 0x30, 0x97, 0x99, 0x19, 0x36, 0xae, 0x82, 0x9c, 0xc5, 0x2a, 0x94, 0x59, 0xa5, 0xef, 0x22, + 0xd2, 0xab, 0x8f, 0xda, 0xac, 0x3f, 0x16, 0x9e, 0x91, 0x89, 0x50, 0x85, 0xf1, 0x22, 0x3f, 0x52, + 0x61, 0x91, 0xc0, 0x6e, 0x0f, 0x3b, 0xfd, 0x47, 0x07, 0x1e, 0x82, 0x60, 0xfc, 0xb4, 0x88, 0x63, + 0x2f, 0xf6, 0x17, 0xa1, 0x4a, 0xb2, 0xde, 0x02, 0x56, 0x89, 0x58, 0xf7, 0xf8, 0x68, 0xa6, 0xe6, + 0x6c, 0x5c, 0x18, 0xa3, 0x52, 0xe6, 0xc6, 0xb8, 0x17, 0xaa, 0x58, 0xe5, 0xba, 0xb7, 0x38, 0x7b, + 0x79, 0x74, 0x72, 0xd6, 0xe3, 0xc7, 0xf4, 0x95, 0x69, 0x11, 0x8b, 0xd0, 0x48, 0x2c, 0x43, 0x68, + 0x66, 0x2a, 0xc2, 0xba, 0x4c, 0x86, 0x97, 0x22, 0xaf, 0x16, 0x7c, 0x9a, 0x09, 0x11, 0x73, 0x2f, + 0x9f, 0x8e, 0x7b, 0xfc, 0xc3, 0xeb, 0x23, 0xa6, 0x63, 0x19, 0x89, 0x1c, 0xcb, 0xfe, 0x2c, 0xb0, + 0xae, 0xc7, 0xff, 0x49, 0xff, 0x58, 0x58, 0x13, 0xa6, 0x68, 0x76, 0x26, 0xae, 0x7b, 0xfc, 0xcd, + 0xc9, 0x6f, 0xe5, 0x8c, 0x4c, 0xb3, 0xc2, 0xf0, 0xa5, 0x97, 0x85, 0xc9, 0x58, 0x99, 0xca, 0x3e, + 0x05, 0xfb, 0x12, 0x66, 0x82, 0x31, 0x1b, 0x07, 0xb4, 0x86, 0xbd, 0x3f, 0x66, 0x89, 0x8a, 0x04, + 0xd9, 0x10, 0x95, 0x8b, 0xb2, 0x5c, 0xc0, 0x4f, 0x76, 0xfa, 0x0a, 0x42, 0xb5, 0x98, 0xc6, 0x22, + 0xc5, 0x04, 0x06, 0xf0, 0x99, 0x62, 0xc1, 0x30, 0x30, 0x35, 0x33, 0x6c, 0xd6, 0x86, 0xc0, 0xa2, + 0x26, 0x4c, 0x1b, 0x95, 0xb1, 0xb3, 0x93, 0x57, 0x76, 0x7d, 0x36, 0x87, 0x27, 0x6f, 0x60, 0xf2, + 0x6a, 0x43, 0xa6, 0xe6, 0x22, 0x67, 0x7b, 0x41, 0x92, 0xf5, 0xd9, 0x38, 0x97, 0xd3, 0x99, 0x49, + 0x85, 0x76, 0xc2, 0xc5, 0x75, 0xd6, 0xe3, 0x2f, 0xe3, 0x79, 0x70, 0xa3, 0x19, 0x3e, 0x07, 0x69, + 0xc4, 0x26, 0x32, 0xd7, 0x2b, 0x65, 0x88, 0xa1, 0x46, 0x70, 0x4f, 0x52, 0xca, 0x3d, 0x0b, 0x0b, + 0x4d, 0xe6, 0x1f, 0x8f, 0x46, 0x70, 0x37, 0xc2, 0x9e, 0xed, 0x99, 0x37, 0x0a, 0xb1, 0x22, 0x59, + 0xb1, 0xd4, 0xe4, 0xbc, 0x99, 0x89, 0x44, 0xf4, 0x16, 0x41, 0x9c, 0xcd, 0x82, 0xde, 0x62, 0x3c, + 0xed, 0xf1, 0xa3, 0x20, 0xbc, 0x9c, 0xe6, 0xaa, 0x80, 0x22, 0x95, 0x05, 0xa1, 0x34, 0x37, 0xdc, + 0x43, 0x38, 0x30, 0xe1, 0x52, 0x57, 0x0d, 0x2e, 0x3d, 0xac, 0x5e, 0x14, 0x79, 0x8c, 0x99, 0xd7, + 0x4c, 0x26, 0xc1, 0x54, 0xb0, 0x8f, 0x1f, 0xce, 0x90, 0x16, 0xd8, 0xa8, 0x12, 0x64, 0xc6, 0xfe, + 0x67, 0xd5, 0x24, 0x36, 0xd8, 0xb8, 0x97, 0x5a, 0x5e, 0xb3, 0x55, 0x26, 0xf8, 0x72, 0xb9, 0xec, + 0x4f, 0x8a, 0xd4, 0xe5, 0x7c, 0x7a, 0x1a, 0x35, 0x45, 0x6b, 0x91, 0x0b, 0x53, 0xe4, 0x29, 0x8b, + 0xda, 0x53, 0x61, 0x4e, 0x62, 0x41, 0xae, 0x1e, 0xdd, 0xd8, 0xa9, 0xe5, 0x6a, 0xa9, 0x51, 0x53, + 0x04, 0x9f, 0x56, 0xbb, 0x4d, 0xed, 0x30, 0x0e, 0xb4, 0x3e, 0x83, 0x67, 0xed, 0x72, 0x8a, 0xcf, + 0x10, 0x66, 0xde, 0xf2, 0x68, 0x9e, 0xff, 0xaa, 0xf8, 0xfe, 0x8e, 0x45, 0x6b, 0xb9, 0x52, 0xbf, + 0x1b, 0x7f, 0x05, 0x6a, 0x6a, 0x76, 0x88, 0xbd, 0x3d, 0xae, 0xec, 0x20, 0xf7, 0x7d, 0x73, 0x93, + 0x09, 0x24, 0x15, 0x63, 0x8f, 0x5e, 0xe6, 0x79, 0x70, 0xd3, 0x96, 0xda, 0xfe, 0xdf, 0x30, 0x0e, + 0x08, 0x69, 0x0a, 0x0f, 0xc7, 0xa6, 0xb5, 0x98, 0xa8, 0xbc, 0x49, 0xa7, 0x4b, 0xf9, 0xc6, 0x4b, + 0x7d, 0xd1, 0xd6, 0x59, 0x2c, 0x4d, 0x93, 0x5f, 0xc0, 0x30, 0xed, 0xa7, 0x6d, 0x07, 0x17, 0x1c, + 0x98, 0x6e, 0x3f, 0x1e, 0xe8, 0x27, 0x07, 0xfd, 0x78, 0x7f, 0xbf, 0xb5, 0xa0, 0x0d, 0x81, 0x9f, + 0x7e, 0x8e, 0xbf, 0xf4, 0xd5, 0xe7, 0xe0, 0xcb, 0xb7, 0x6f, 0x4d, 0xfa, 0xe7, 0x2f, 0x96, 0x2d, + 0x4f, 0xf9, 0xf4, 0x71, 0xa9, 0x3e, 0xa7, 0x9f, 0xb1, 0xfc, 0xcb, 0x17, 0x5f, 0xd6, 0xd4, 0x02, + 0xa0, 0xe7, 0x2a, 0xd0, 0x56, 0x39, 0x4e, 0xa4, 0x13, 0x24, 0x7d, 0x1b, 0x01, 0x43, 0x13, 0xbc, + 0xd5, 0x97, 0x6d, 0x99, 0xa6, 0x22, 0x7f, 0x73, 0xfe, 0xf6, 0xcc, 0x17, 0x9e, 0xac, 0x85, 0x24, + 0x88, 0xa2, 0xa6, 0x39, 0xe4, 0x22, 0xcf, 0x91, 0x97, 0x1e, 0x27, 0x69, 0xb0, 0x32, 0x8c, 0x45, + 0x90, 0x9f, 0xbb, 0x43, 0xdf, 0x2c, 0x0f, 0x7f, 0x0b, 0xfb, 0xb4, 0xb9, 0x89, 0x45, 0x3b, 0x48, + 0x91, 0x60, 0x52, 0xee, 0xf3, 0x54, 0xa5, 0x38, 0x29, 0xe5, 0x0a, 0x1f, 0x21, 0xa8, 0x36, 0x35, + 0x2b, 0x03, 0x9b, 0xad, 0x45, 0x5d, 0x5f, 0x2e, 0x12, 0x75, 0x85, 0x14, 0x38, 0x45, 0xf0, 0xed, + 0xe9, 0x8b, 0x6e, 0xb7, 0x16, 0x45, 0xd8, 0xf3, 0x41, 0x84, 0xd6, 0x17, 0xce, 0xe1, 0x38, 0x51, + 0x8b, 0x73, 0x09, 0xda, 0x78, 0x9f, 0x22, 0x2b, 0xe9, 0x94, 0x0a, 0x37, 0xa8, 0x7d, 0xb3, 0x4f, + 0xf6, 0x5f, 0xc0, 0x76, 0xde, 0xda, 0x97, 0x7d, 0x39, 0x69, 0xae, 0xb3, 0xf9, 0x59, 0x7e, 0x69, + 0xb5, 0xd4, 0xde, 0x9e, 0xc2, 0x07, 0xf7, 0xb7, 0x6d, 0x89, 0x67, 0x6f, 0xaf, 0x99, 0xee, 0xfb, + 0x7f, 0x0c, 0x66, 0xcf, 0x86, 0x3f, 0x2c, 0xd6, 0xc3, 0xcb, 0x41, 0x07, 0x23, 0x7f, 0xb4, 0x3c, + 0x4c, 0x56, 0x76, 0x60, 0xd2, 0xd3, 0x9e, 0x3a, 0xa4, 0x55, 0x3d, 0x6b, 0x4c, 0x1f, 0x44, 0x26, + 0xac, 0xf2, 0xd8, 0xd7, 0xa4, 0xaf, 0x54, 0x70, 0x18, 0xfb, 0x76, 0x11, 0xb6, 0xec, 0x73, 0x2b, + 0x8f, 0x43, 0x69, 0x33, 0xf6, 0xeb, 0x03, 0x14, 0x44, 0x99, 0x46, 0xe2, 0xfa, 0xdd, 0xa4, 0x59, + 0x8e, 0xb5, 0x86, 0xdd, 0x16, 0x15, 0x03, 0x99, 0x16, 0xa2, 0xef, 0x40, 0x50, 0xe1, 0x0d, 0xe2, + 0xfa, 0x94, 0x47, 0xdd, 0x3a, 0x6c, 0xf2, 0xb1, 0x52, 0xc8, 0x4a, 0x0a, 0x38, 0xfa, 0xc1, 0xa1, + 0x1b, 0x6d, 0x87, 0x33, 0x01, 0x9e, 0x8c, 0x48, 0xc5, 0x97, 0x5e, 0x39, 0x76, 0x15, 0xc4, 0x85, + 0xb0, 0x23, 0x5e, 0x39, 0x02, 0xfa, 0xba, 0x92, 0xaa, 0xd0, 0xe5, 0xb1, 0x1a, 0xc9, 0x71, 0x8c, + 0x82, 0xd0, 0x46, 0x0e, 0xb1, 0x5f, 0x37, 0x79, 0x3b, 0xe6, 0x2d, 0x58, 0xba, 0x7b, 0xf5, 0x1a, + 0x40, 0x71, 0xab, 0xd5, 0xdb, 0xb4, 0x86, 0x82, 0xf9, 0xc3, 0x22, 0x5e, 0xf6, 0xd8, 0xc0, 0x92, + 0x2c, 0xb3, 0xf9, 0xf6, 0x79, 0x30, 0x95, 0x2c, 0x1c, 0x73, 0x46, 0xfe, 0xf8, 0xdc, 0x1a, 0x3b, + 0x56, 0xd7, 0x9c, 0xc9, 0xc8, 0xff, 0x61, 0xa1, 0x97, 0xec, 0x87, 0x05, 0x99, 0x79, 0xc8, 0x4b, + 0x37, 0x28, 0x87, 0xcb, 0xe1, 0x60, 0x9c, 0x0f, 0xff, 0xe8, 0xf1, 0xb4, 0x48, 0xc6, 0x22, 0x7f, + 0x50, 0x7e, 0x25, 0xbc, 0x5c, 0xbe, 0x12, 0xed, 0xa2, 0xe0, 0x14, 0xac, 0x64, 0x6a, 0x93, 0xc3, + 0x15, 0x2b, 0xb3, 0x84, 0x80, 0x95, 0x4a, 0xb3, 0x77, 0x08, 0xde, 0x21, 0xaa, 0xb5, 0x5c, 0x96, + 0x3c, 0x91, 0xae, 0xa1, 0x3b, 0x15, 0xe9, 0xcf, 0x2a, 0x4f, 0x9a, 0x25, 0x34, 0x4d, 0xdf, 0xac, + 0x50, 0xe4, 0x01, 0xcb, 0x71, 0xc9, 0x4a, 0x58, 0xc6, 0x5b, 0xb5, 0x70, 0x9a, 0xb5, 0x84, 0xd7, + 0xc2, 0x9c, 0x8d, 0x70, 0x60, 0x9a, 0xb6, 0xaa, 0xa2, 0xc2, 0x06, 0xf1, 0x08, 0xa5, 0x0c, 0x64, + 0x4a, 0xac, 0x78, 0x6a, 0x44, 0xd2, 0xe4, 0xf3, 0x58, 0x44, 0x1f, 0xe5, 0xf1, 0x64, 0xca, 0x5b, + 0x2d, 0x70, 0x84, 0x15, 0x09, 0x40, 0xe6, 0x39, 0x84, 0xba, 0xe3, 0x19, 0x49, 0xf0, 0x4d, 0x70, + 0xe3, 0x73, 0x99, 0x22, 0x73, 0x20, 0xba, 0xbe, 0xc9, 0x6f, 0x16, 0x56, 0xe4, 0x2f, 0xa3, 0x77, + 0xbf, 0xb6, 0x33, 0x6a, 0x5d, 0xac, 0x8a, 0xd6, 0x32, 0x24, 0x0c, 0x90, 0xc5, 0x76, 0x7a, 0xb1, + 0xf4, 0xbe, 0x43, 0xde, 0xe6, 0x9a, 0xb5, 0x23, 0x7c, 0xef, 0xf1, 0x8b, 0xe7, 0xcf, 0x9f, 0xf7, + 0x57, 0x1d, 0x07, 0x23, 0x75, 0x8c, 0xd4, 0xe1, 0x1b, 0x9b, 0x04, 0x12, 0xa6, 0xb7, 0x59, 0x13, + 0xa4, 0xbc, 0xcf, 0x5b, 0x7c, 0x59, 0xc5, 0xcb, 0x5a, 0xe2, 0x84, 0x46, 0x09, 0x5f, 0x83, 0x9a, + 0xc7, 0x54, 0x18, 0x29, 0x5b, 0x8e, 0xcb, 0xa8, 0x72, 0x5d, 0x8c, 0x03, 0x0d, 0x8f, 0x1c, 0xc8, + 0xd7, 0x81, 0x1b, 0x95, 0x81, 0xab, 0x88, 0x57, 0xf8, 0x51, 0xfb, 0xcf, 0x42, 0xe4, 0x37, 0xa3, + 0xb2, 0x1b, 0x78, 0x19, 0xc7, 0xc0, 0x39, 0xa5, 0xb5, 0x05, 0x66, 0xe9, 0xf6, 0xcd, 0x40, 0x94, + 0x34, 0xdc, 0x37, 0x15, 0xf9, 0x4a, 0x1c, 0x1a, 0xf3, 0x05, 0x9c, 0x53, 0xe7, 0x2b, 0x3a, 0x99, + 0x01, 0x0a, 0x7b, 0x93, 0x03, 0xc8, 0xad, 0x43, 0x59, 0x59, 0xd7, 0x93, 0xce, 0x86, 0x3e, 0xd1, + 0x3e, 0xce, 0x74, 0x64, 0x3b, 0x21, 0x4f, 0x81, 0x3b, 0x55, 0xaa, 0x71, 0x36, 0xda, 0xb1, 0x9a, + 0x36, 0x81, 0x2f, 0x9a, 0x5b, 0x52, 0x71, 0x40, 0xf5, 0x02, 0xe0, 0xd5, 0x12, 0xe0, 0xa1, 0x7c, + 0x6c, 0x64, 0x57, 0xdf, 0xce, 0xae, 0x67, 0x73, 0xe5, 0x10, 0x2b, 0x27, 0x37, 0x2e, 0x4a, 0xad, + 0x2a, 0xf6, 0xba, 0x08, 0xef, 0xcd, 0x4f, 0x99, 0x54, 0xe9, 0xaa, 0xe4, 0x7d, 0x8b, 0x1d, 0x73, + 0xff, 0xff, 0xd3, 0xad, 0x83, 0xab, 0xad, 0x6c, 0x4b, 0x9b, 0xed, 0x75, 0xb2, 0x42, 0x9b, 0xaa, + 0x0d, 0xff, 0x5d, 0x55, 0x58, 0x87, 0xe0, 0x3d, 0xd2, 0xb4, 0x7b, 0x41, 0x62, 0x1e, 0x5c, 0x12, + 0xc4, 0xd7, 0x54, 0x70, 0x57, 0xf5, 0x91, 0x1f, 0x53, 0x55, 0x83, 0x51, 0xf5, 0xd2, 0x3f, 0x0a, + 0x50, 0x8d, 0x5a, 0x8b, 0x12, 0x40, 0x5e, 0xd4, 0x1e, 0x4d, 0xda, 0xaf, 0x46, 0x25, 0x89, 0xfa, + 0xeb, 0xc6, 0x78, 0x6f, 0xcf, 0x4e, 0x8d, 0xce, 0x57, 0xf0, 0xf4, 0xd7, 0xad, 0x72, 0x35, 0xf9, + 0xf1, 0x8e, 0xc9, 0xe2, 0xdb, 0x37, 0x3b, 0xa9, 0x8b, 0x71, 0x82, 0x26, 0xa0, 0xa6, 0x3a, 0x56, + 0x41, 0xf4, 0xcb, 0xc8, 0x95, 0xed, 0x2e, 0x02, 0x02, 0x88, 0x48, 0xe0, 0x36, 0xcc, 0x45, 0x60, + 0x44, 0xc9, 0xbe, 0x28, 0x94, 0xb6, 0x5b, 0xb7, 0x35, 0x1c, 0x10, 0x78, 0x69, 0x00, 0x08, 0xf4, + 0xd4, 0x54, 0x41, 0xf3, 0x90, 0x7b, 0xc2, 0x56, 0xe5, 0x8d, 0x71, 0xe2, 0x43, 0xee, 0x71, 0x23, + 0xae, 0x4d, 0xe7, 0x6b, 0x70, 0x15, 0x54, 0x02, 0x6e, 0x2d, 0x0c, 0xf4, 0x4d, 0x0a, 0x11, 0x86, + 0xbc, 0x1e, 0xab, 0xe8, 0xa6, 0x1d, 0x64, 0x99, 0x48, 0xa3, 0xe3, 0x99, 0x8c, 0x23, 0xa0, 0x07, + 0xeb, 0x41, 0x5f, 0x27, 0x57, 0xb0, 0x82, 0x4e, 0x82, 0x40, 0xde, 0x01, 0x03, 0xd8, 0xcc, 0xbd, + 0x66, 0xcb, 0x1f, 0x2e, 0x40, 0x56, 0xff, 0x42, 0xc4, 0xd6, 0x21, 0xf2, 0x37, 0x82, 0x57, 0xbb, + 0x49, 0xf8, 0x5b, 0xa1, 0xab, 0xdd, 0x2c, 0xfc, 0xad, 0xc0, 0x79, 0x25, 0x05, 0x2e, 0xef, 0x56, + 0xef, 0xda, 0x14, 0x4f, 0x40, 0x7d, 0xfd, 0x98, 0xf1, 0x13, 0x1a, 0x67, 0x65, 0x4c, 0x2d, 0xfc, + 0x80, 0x3e, 0x1b, 0x1d, 0x5c, 0x98, 0x72, 0x44, 0xf1, 0xac, 0x1c, 0x47, 0x55, 0xc5, 0xc6, 0x89, + 0x9c, 0x16, 0x79, 0xe0, 0xda, 0x27, 0x1b, 0x9d, 0x0a, 0xae, 0xff, 0x4e, 0x4f, 0x53, 0xba, 0xc4, + 0x20, 0x17, 0x02, 0xc4, 0x85, 0x0e, 0x37, 0x0a, 0x4c, 0xf0, 0x88, 0x1a, 0x95, 0x1a, 0x64, 0x80, + 0x17, 0x4e, 0x0a, 0x7a, 0xe0, 0xa6, 0x39, 0xaa, 0xb9, 0x9a, 0xb7, 0x09, 0x89, 0x34, 0x89, 0xea, + 0xa9, 0x8c, 0x42, 0x97, 0x4b, 0x95, 0x9f, 0x6e, 0x48, 0x5d, 0xaf, 0x69, 0xef, 0x58, 0xf7, 0xb0, + 0x39, 0x46, 0x4f, 0x33, 0xc7, 0xe4, 0x6e, 0x19, 0xf6, 0x27, 0x19, 0x0c, 0xfe, 0x19, 0xf2, 0xd9, + 0x5b, 0xdc, 0x43, 0xda, 0xec, 0x3d, 0x60, 0xab, 0x05, 0x43, 0x20, 0x70, 0x67, 0xf8, 0x84, 0x4b, + 0x05, 0x3b, 0x7d, 0xff, 0x68, 0x1b, 0xfd, 0x7a, 0x53, 0xa2, 0x67, 0xa5, 0xb5, 0x5a, 0xb4, 0xca, + 0xa2, 0x8c, 0xc4, 0x1f, 0xf2, 0x99, 0x31, 0x59, 0xaf, 0xd3, 0xe1, 0xfb, 0x76, 0xda, 0xb6, 0x4c, + 0xbc, 0xa3, 0xcb, 0xf3, 0xdb, 0xd1, 0xed, 0xaf, 0xfa, 0x30, 0xf3, 0x9f, 0x71, 0x0f, 0x6d, 0xe4, + 0xda, 0xdf, 0x37, 0xf0, 0xb7, 0x74, 0x53, 0x01, 0x20, 0x4d, 0x2b, 0x45, 0x43, 0xcc, 0x65, 0xaa, + 0xda, 0x74, 0xd2, 0xe0, 0x4e, 0x67, 0x02, 0xd0, 0x16, 0xb8, 0x26, 0xad, 0xa5, 0x3d, 0xb6, 0xb7, + 0x54, 0x49, 0x56, 0x4f, 0x02, 0x5c, 0x6d, 0xab, 0x89, 0xfa, 0xe9, 0x3b, 0xda, 0x16, 0xbd, 0xda, + 0x0e, 0x04, 0x5f, 0xe0, 0x2a, 0x37, 0xa9, 0xaf, 0xfe, 0x78, 0xda, 0x2c, 0x39, 0x4d, 0x46, 0xa0, + 0xe5, 0x19, 0x8e, 0xc9, 0x8d, 0x2a, 0x6e, 0x11, 0xd7, 0xad, 0x4a, 0x72, 0x58, 0x51, 0x59, 0xcf, + 0xb1, 0x5e, 0xdf, 0x95, 0x88, 0x5b, 0x55, 0xa5, 0x8f, 0x06, 0xbf, 0x29, 0xca, 0xb3, 0x7f, 0x87, + 0x14, 0x57, 0x8f, 0x7a, 0x3c, 0x0a, 0xf2, 0x4b, 0xbe, 0xd9, 0xf9, 0xbb, 0xbb, 0xcf, 0xd1, 0xb4, + 0x32, 0xb0, 0x14, 0x3b, 0xbd, 0x70, 0x97, 0xa3, 0x9a, 0x94, 0xcd, 0x69, 0x5c, 0xa7, 0xaa, 0x6a, + 0xe6, 0xaf, 0xe2, 0x8a, 0xcb, 0xaf, 0x2e, 0x92, 0x76, 0x36, 0x03, 0x94, 0x74, 0xe7, 0xe0, 0xc5, + 0xd3, 0x6e, 0xe7, 0xa0, 0xfb, 0xbc, 0xcb, 0x7b, 0x3b, 0xf6, 0xf2, 0x1a, 0xbf, 0x92, 0xa6, 0x9a, + 0x41, 0x0f, 0xca, 0xdd, 0xaa, 0xb0, 0x1b, 0x92, 0x0f, 0x77, 0xbb, 0x03, 0x80, 0xf7, 0x1e, 0x5a, + 0x71, 0xb0, 0x36, 0xad, 0xc8, 0x08, 0x8e, 0x84, 0x6d, 0xa2, 0xbd, 0xaa, 0xec, 0xa6, 0x62, 0xce, + 0x7e, 0x7b, 0x7b, 0xf6, 0x06, 0x66, 0x7e, 0x10, 0x28, 0xdb, 0xda, 0xf4, 0x77, 0x70, 0x4f, 0xed, + 0x62, 0xb1, 0xe6, 0x76, 0x33, 0x93, 0x1a, 0x15, 0x40, 0x67, 0x60, 0x05, 0x71, 0x0e, 0xea, 0xf3, + 0xec, 0x88, 0x36, 0x40, 0xa5, 0x1e, 0xfa, 0x3f, 0xd1, 0x1d, 0xa3, 0xb5, 0x93, 0x53, 0xd6, 0x72, + 0x45, 0x5d, 0xb0, 0x20, 0x19, 0xe1, 0xa5, 0xf7, 0xa8, 0x12, 0xe0, 0x70, 0xfa, 0xfe, 0xdd, 0xe8, + 0x1c, 0x10, 0xed, 0x38, 0x87, 0x00, 0x1d, 0x77, 0xdd, 0x23, 0x4f, 0xa8, 0xa7, 0x79, 0x05, 0xd6, + 0xe8, 0x97, 0x1d, 0xa2, 0x2a, 0x79, 0x15, 0x68, 0xc2, 0x28, 0x48, 0xa9, 0x4d, 0xdc, 0xa1, 0x3f, + 0x77, 0xbf, 0x78, 0xee, 0x4e, 0x45, 0x73, 0xe8, 0x1b, 0xc4, 0x2a, 0x95, 0x38, 0x7e, 0xcb, 0xc6, + 0xa0, 0x53, 0xbe, 0xd3, 0x0c, 0x2c, 0xba, 0x87, 0xff, 0x90, 0x09, 0xbd, 0xec, 0x30, 0xe4, 0x06, + 0xdc, 0x6f, 0x01, 0x1f, 0x6a, 0x1c, 0xa6, 0x3e, 0x16, 0xda, 0x05, 0xb8, 0xbc, 0x88, 0x20, 0x42, + 0x7f, 0x0a, 0x2a, 0x07, 0x15, 0x92, 0x5d, 0x3e, 0x07, 0x57, 0xf1, 0xe1, 0x00, 0x6d, 0x51, 0xd2, + 0xa0, 0x7e, 0x96, 0xd3, 0xa7, 0x0b, 0xcd, 0x99, 0x7b, 0x2e, 0x1a, 0x4d, 0x78, 0xf9, 0xe4, 0xe2, + 0xf3, 0x4c, 0x69, 0x7a, 0x36, 0x8a, 0xe4, 0x55, 0xd5, 0x04, 0x1b, 0x05, 0x32, 0x9a, 0x6f, 0x8e, + 0xcd, 0x44, 0x9c, 0x1d, 0xf1, 0x61, 0x63, 0x50, 0xbe, 0xeb, 0xb8, 0xe6, 0xdb, 0x7d, 0xe1, 0xd0, + 0x1a, 0xc6, 0x32, 0xbc, 0xf4, 0xf9, 0x1b, 0x52, 0x7b, 0x38, 0xe8, 0xb8, 0x09, 0x98, 0x06, 0x11, + 0xc3, 0xbb, 0xf7, 0x34, 0x56, 0x9b, 0x8e, 0x68, 0x13, 0xbd, 0x46, 0xac, 0xf7, 0xed, 0xd6, 0xe2, + 0x6a, 0x37, 0x1f, 0xd2, 0xff, 0xd5, 0x9e, 0x86, 0xed, 0xe6, 0x75, 0x16, 0xa4, 0xd6, 0x61, 0xd7, + 0xfd, 0x30, 0x1b, 0x22, 0x5c, 0x41, 0xec, 0x83, 0xc4, 0x34, 0x17, 0x22, 0xed, 0x97, 0x74, 0xd1, + 0xb3, 0x94, 0x30, 0x6c, 0xec, 0x3d, 0x3e, 0xe8, 0x76, 0xbb, 0x3f, 0xf5, 0xd9, 0x19, 0xd1, 0x2a, + 0xb8, 0x86, 0x55, 0x54, 0x44, 0x2d, 0x8d, 0x88, 0x1e, 0x21, 0xce, 0x10, 0x3a, 0x64, 0x75, 0xd9, + 0xd4, 0x13, 0xb1, 0xc6, 0x86, 0x70, 0x34, 0x18, 0xb7, 0x45, 0xbb, 0x46, 0xe9, 0x58, 0x15, 0x71, + 0xc4, 0x52, 0x65, 0x58, 0x10, 0x86, 0x42, 0x6b, 0x66, 0x19, 0x9c, 0xde, 0x8a, 0x2c, 0x85, 0xb3, + 0xb7, 0xc1, 0xa5, 0x60, 0x1a, 0x2c, 0xca, 0x24, 0x5a, 0x01, 0x0d, 0xc6, 0xa7, 0x97, 0x9c, 0x88, + 0xae, 0xbb, 0xe0, 0xb9, 0x9c, 0x8d, 0x91, 0x0e, 0xa8, 0x6c, 0x37, 0x4a, 0x53, 0x06, 0xb3, 0xbc, + 0x0a, 0xed, 0xec, 0xe9, 0xf0, 0x93, 0x18, 0x53, 0x2b, 0x56, 0x64, 0x00, 0xc2, 0xd3, 0xe1, 0x48, + 0xe4, 0x57, 0x28, 0x17, 0x91, 0x70, 0x28, 0x02, 0xae, 0x57, 0x97, 0x27, 0x17, 0x4d, 0xea, 0x0f, + 0x56, 0xef, 0x86, 0xaf, 0x46, 0x00, 0x42, 0x70, 0xed, 0x3a, 0x62, 0x9f, 0x3f, 0x7b, 0xca, 0xed, + 0x3d, 0x67, 0x84, 0x06, 0xa1, 0x7a, 0xc1, 0x73, 0x6f, 0x27, 0x9a, 0x1e, 0xcc, 0x66, 0x8c, 0x30, + 0xcb, 0xe8, 0x69, 0x2a, 0x17, 0xa1, 0x90, 0x57, 0x62, 0x25, 0xbb, 0xb1, 0x7d, 0xd5, 0x2b, 0x81, + 0x76, 0xee, 0x04, 0x5a, 0x28, 0x51, 0xe8, 0x7e, 0x55, 0x23, 0x49, 0x65, 0x96, 0xaf, 0x80, 0x45, + 0x4f, 0x32, 0xc3, 0x81, 0x48, 0xb6, 0xc2, 0xf9, 0x78, 0x12, 0x74, 0xf9, 0xf0, 0x1c, 0x87, 0x99, + 0x9e, 0xc1, 0x92, 0x39, 0x1a, 0x38, 0x58, 0x84, 0x0e, 0x85, 0x45, 0x0a, 0xd6, 0x50, 0x30, 0x25, + 0xf0, 0x50, 0xd0, 0xe3, 0x1a, 0x49, 0x94, 0x13, 0x89, 0x88, 0x51, 0xf6, 0x8a, 0x8c, 0xce, 0x4b, + 0xdb, 0xe1, 0xa1, 0x23, 0x92, 0x2a, 0x54, 0x95, 0x09, 0xa5, 0x01, 0xc3, 0xf2, 0xbd, 0x6c, 0x63, + 0xf7, 0x56, 0xac, 0xd6, 0xee, 0x94, 0xf1, 0x1a, 0x7d, 0x2c, 0xfd, 0x71, 0x22, 0xe5, 0xb0, 0x71, + 0x3e, 0x13, 0x6c, 0xa2, 0xe2, 0x58, 0xcd, 0xa9, 0xcd, 0x80, 0x7e, 0xf7, 0xfe, 0x26, 0xff, 0x13, + 0x54, 0x25, 0xc2, 0x61, 0x89, 0xec, 0x2f, 0x52, 0x09, 0x96, 0x73, 0x91, 0xc4, 0xa5, 0x00, 0xd4, + 0xe9, 0xca, 0xba, 0x7b, 0x03, 0xb6, 0x71, 0x25, 0xf6, 0xaa, 0xe5, 0x1b, 0xaa, 0x1a, 0xbf, 0xab, + 0x82, 0xcd, 0x65, 0x1c, 0xb3, 0x54, 0xc0, 0x46, 0xec, 0xb3, 0x77, 0x0a, 0xd0, 0x2e, 0x0b, 0xa6, + 0xb8, 0xa1, 0x30, 0x39, 0x61, 0x85, 0xbd, 0x68, 0x05, 0x2c, 0x92, 0x93, 0x89, 0xc8, 0xe9, 0xa1, + 0xb1, 0x14, 0xe1, 0x55, 0xb2, 0xd5, 0xaa, 0x83, 0xa0, 0x97, 0x16, 0x10, 0xa6, 0x76, 0xd2, 0x3f, + 0x88, 0x09, 0xbe, 0xcc, 0xac, 0x2d, 0x09, 0x49, 0x83, 0x07, 0x50, 0x01, 0xe6, 0x8a, 0x6f, 0xe8, + 0xb1, 0x3b, 0x9d, 0x0a, 0xdd, 0x1e, 0x74, 0xe4, 0x66, 0x16, 0xe9, 0x2a, 0x3b, 0x6c, 0x54, 0xbd, + 0x55, 0xe5, 0x63, 0xbb, 0xdd, 0xae, 0x50, 0xf9, 0x8c, 0x1e, 0xa0, 0x5f, 0x82, 0xfe, 0x02, 0x94, + 0x85, 0x50, 0xd8, 0xf7, 0x15, 0x77, 0x7e, 0xca, 0xb4, 0xc7, 0x88, 0xa3, 0x03, 0xf3, 0xfd, 0x10, + 0x22, 0x4d, 0xd4, 0x94, 0x5d, 0x94, 0x8f, 0xc8, 0x5b, 0xaf, 0x0b, 0xc3, 0xf5, 0x81, 0xbf, 0x43, + 0x68, 0xe3, 0x9e, 0x44, 0xae, 0x84, 0xba, 0xd7, 0xe0, 0xef, 0x12, 0xda, 0xd8, 0x36, 0xf5, 0x7e, + 0xa1, 0x32, 0xda, 0x21, 0xb1, 0x71, 0xbf, 0xf3, 0xf7, 0x4a, 0x74, 0xcf, 0xce, 0x77, 0x0a, 0x6d, + 0x3c, 0x14, 0xd1, 0x5d, 0x42, 0xb3, 0x79, 0x7e, 0x4b, 0x68, 0x63, 0x67, 0x44, 0xbf, 0x43, 0xa8, + 0xb8, 0xce, 0xf8, 0xca, 0xcb, 0xba, 0xa9, 0xa7, 0x8c, 0x9a, 0x36, 0x46, 0x0d, 0x94, 0x7d, 0x64, + 0xdf, 0x29, 0x0d, 0xcd, 0x97, 0xad, 0x0e, 0x16, 0x7d, 0x3e, 0xa7, 0xee, 0xaf, 0x1e, 0x45, 0x5a, + 0xb2, 0xd1, 0x07, 0x56, 0x24, 0xbf, 0xc9, 0xbe, 0x74, 0x38, 0x3f, 0xcd, 0x6e, 0xd8, 0xdc, 0x92, + 0x2f, 0xd6, 0x1d, 0x32, 0xc2, 0xf1, 0xde, 0xe3, 0xeb, 0x83, 0x9f, 0x5f, 0xfc, 0xfd, 0x65, 0xdf, + 0x1d, 0x63, 0xc7, 0xa7, 0xdf, 0x87, 0xcc, 0xea, 0xa9, 0x29, 0x91, 0xa9, 0xcf, 0xbb, 0xed, 0xae, + 0xa5, 0x4e, 0x9f, 0x1f, 0xd0, 0x27, 0x34, 0x15, 0x99, 0x1d, 0x3c, 0x70, 0x3e, 0xb8, 0xb6, 0xc8, + 0xbe, 0xb6, 0x5f, 0x98, 0x60, 0x5c, 0x0f, 0xf5, 0xff, 0x14, 0xe7, 0x5d, 0x3a, 0x1b, 0xbb, 0x94, + 0x8e, 0xa7, 0x9b, 0x3a, 0xbf, 0x47, 0x65, 0xa3, 0x5e, 0x21, 0xd6, 0x02, 0x2d, 0x21, 0x5b, 0x81, + 0xb5, 0x52, 0xf1, 0xe2, 0x61, 0xf1, 0x8d, 0xfa, 0xcf, 0x05, 0x77, 0xbb, 0xb7, 0xad, 0xaa, 0xec, + 0x41, 0x37, 0x9e, 0xe3, 0x00, 0x05, 0xbb, 0xa5, 0x84, 0xc9, 0xba, 0xc1, 0xbd, 0x5b, 0xeb, 0xd6, + 0xaf, 0x11, 0xdf, 0xc5, 0x32, 0xdb, 0x4d, 0xec, 0xf6, 0x3b, 0xe6, 0x1a, 0x8c, 0x1b, 0x2d, 0x7f, + 0x95, 0x49, 0x27, 0xb9, 0x26, 0x88, 0x6e, 0x15, 0x1b, 0x3e, 0xdc, 0x89, 0x50, 0xf6, 0xd7, 0x79, + 0x86, 0x3a, 0xc0, 0x3b, 0x79, 0xa6, 0x62, 0x68, 0x7d, 0x29, 0x89, 0xa2, 0x8f, 0x57, 0x3f, 0x13, + 0x6d, 0xc9, 0xb4, 0xf7, 0xe4, 0xb2, 0x48, 0xdb, 0xf6, 0xd4, 0xb6, 0x26, 0x19, 0x82, 0x6c, 0xbb, + 0xcb, 0xe1, 0xe6, 0xea, 0x55, 0xcf, 0x56, 0x76, 0xaa, 0x1f, 0x5d, 0xf7, 0xbb, 0xea, 0xc8, 0x7e, + 0xac, 0xf5, 0xf7, 0xf6, 0x62, 0x4f, 0x22, 0xd1, 0x25, 0x93, 0x15, 0xae, 0x5b, 0xfd, 0xb1, 0x5e, + 0x36, 0xff, 0x32, 0x19, 0xda, 0x5f, 0xba, 0xee, 0xe1, 0xc2, 0xca, 0xf3, 0x59, 0xf9, 0xc3, 0x17, + 0x1f, 0x56, 0x3f, 0x81, 0x3d, 0xe0, 0xfa, 0xd3, 0x9a, 0xef, 0x5f, 0x35, 0xdc, 0x1c, 0x6e, 0x15, + 0x8f, 0xca, 0xfb, 0x2d, 0xe7, 0x1b, 0x3b, 0xbd, 0x7f, 0x0a, 0xf7, 0x2b, 0x53, 0x9c, 0xd8, 0xcd, + 0x18, 0x54, 0xe6, 0xba, 0x5f, 0x6a, 0x28, 0xf5, 0xae, 0x72, 0xe6, 0x0f, 0x35, 0xbf, 0xf6, 0x15, + 0x8d, 0x0f, 0xed, 0x9b, 0xd6, 0x66, 0x23, 0xb9, 0x6e, 0x9f, 0x67, 0xf9, 0x83, 0x9d, 0xfa, 0xf7, + 0x36, 0xdd, 0x8d, 0xdd, 0x5d, 0xf7, 0xa0, 0x43, 0x37, 0x0b, 0xfc, 0xa3, 0xdb, 0x07, 0x5d, 0x45, + 0xe8, 0xa7, 0xf3, 0xff, 0x02, 0x06, 0x8f, 0xcc, 0x7b, 0x50, 0x1f, 0x00, 0x00 }; // Autogenerated from wled00/data/settings_sync.htm, do not edit!! -const uint16_t PAGE_settings_sync_length = 3345; +const uint16_t PAGE_settings_sync_length = 3304; const uint8_t PAGE_settings_sync[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xad, 0x5a, 0xeb, 0x73, 0xe2, 0x38, - 0x12, 0xff, 0xee, 0xbf, 0x42, 0xe3, 0xad, 0x9a, 0x83, 0x0d, 0x01, 0x13, 0x42, 0x26, 0x93, 0x60, - 0xcf, 0x85, 0x90, 0x49, 0xb8, 0x9d, 0x24, 0x0c, 0x24, 0xfb, 0xa8, 0xba, 0xaa, 0x2d, 0x61, 0x0b, - 0x70, 0x62, 0x5b, 0x5e, 0x4b, 0xce, 0xa3, 0x66, 0xe7, 0x7f, 0xbf, 0x6e, 0xc9, 0x36, 0xe0, 0xf0, - 0x9a, 0xab, 0xfd, 0x30, 0xc4, 0x96, 0xd4, 0xad, 0x56, 0x3f, 0x7e, 0xdd, 0x2d, 0x4f, 0xe7, 0x5d, - 0xef, 0xf6, 0xfc, 0xee, 0x8f, 0xc1, 0x05, 0x99, 0xc9, 0x30, 0x70, 0x3a, 0xf8, 0x4b, 0x02, 0x1a, - 0x4d, 0x6d, 0x93, 0x45, 0x26, 0xbc, 0x33, 0xea, 0x39, 0x9d, 0x90, 0x49, 0x4a, 0x22, 0x1a, 0x32, - 0xdb, 0x7c, 0xf2, 0xd9, 0x73, 0xcc, 0x13, 0x69, 0x12, 0x97, 0x47, 0x92, 0x45, 0xd2, 0x36, 0x9f, - 0x7d, 0x4f, 0xce, 0xec, 0xb6, 0x65, 0x99, 0x8e, 0xa1, 0x97, 0x1a, 0xa5, 0x39, 0x8f, 0x3d, 0xf9, - 0x2e, 0xdb, 0x57, 0x2f, 0x35, 0x3f, 0xf2, 0xa5, 0x4f, 0x83, 0x7d, 0xe1, 0xd2, 0x80, 0xd9, 0xcd, - 0x5a, 0x48, 0x5f, 0xfc, 0x30, 0x0d, 0x8b, 0xf7, 0x54, 0xb0, 0x44, 0xbd, 0xd0, 0x31, 0xbc, 0x47, - 0xdc, 0x24, 0x46, 0x69, 0xeb, 0x4c, 0x20, 0x77, 0x46, 0x13, 0xc1, 0x60, 0x93, 0x54, 0x4e, 0xf6, - 0x8f, 0x61, 0x54, 0xfa, 0x32, 0x60, 0xce, 0xe8, 0x35, 0x72, 0xc9, 0x88, 0x49, 0xe9, 0x47, 0x53, - 0xd1, 0x69, 0xe8, 0xc1, 0x8e, 0x70, 0x13, 0x3f, 0x96, 0x8e, 0xf1, 0x44, 0x13, 0x12, 0x70, 0xd7, - 0x8f, 0x6b, 0x9e, 0xed, 0x71, 0x37, 0x0d, 0x41, 0xcc, 0x1a, 0x0c, 0xd8, 0xef, 0x9a, 0xa7, 0x93, - 0x34, 0x72, 0xa5, 0xcf, 0x23, 0x32, 0xed, 0x7b, 0x15, 0x56, 0xfd, 0x96, 0x30, 0x99, 0x26, 0x11, - 0xf1, 0xea, 0x53, 0x26, 0x2f, 0x02, 0x86, 0x4b, 0xbb, 0xaf, 0x6a, 0xea, 0x7b, 0xb1, 0x54, 0xf2, - 0xe9, 0x34, 0x60, 0xb8, 0x5a, 0x13, 0xd5, 0xdd, 0x80, 0x0a, 0xf1, 0xc5, 0x17, 0xb2, 0x9e, 0x4d, - 0x99, 0x33, 0xdf, 0x63, 0x66, 0xb5, 0x86, 0xf3, 0xe6, 0x0d, 0x37, 0xf7, 0x36, 0x2c, 0x9a, 0xf3, - 0xbd, 0xaa, 0x54, 0xbf, 0x3d, 0xfb, 0x91, 0xc7, 0x9f, 0xeb, 0x3c, 0x66, 0x11, 0x2c, 0x90, 0x32, - 0x16, 0x27, 0x8d, 0xc6, 0x63, 0xc4, 0xeb, 0xcf, 0x01, 0x43, 0xa1, 0x1a, 0x3e, 0x68, 0x39, 0x99, - 0x50, 0x97, 0x89, 0x46, 0xea, 0xc5, 0xfb, 0x11, 0x97, 0xfe, 0xc4, 0x67, 0x49, 0x63, 0x91, 0x51, - 0xb7, 0xcc, 0xa8, 0x21, 0x32, 0xdd, 0x98, 0x35, 0xf3, 0x4f, 0xc1, 0x82, 0xc9, 0xe2, 0x6a, 0xea, - 0x3d, 0xc0, 0xfa, 0xa3, 0xc3, 0xf6, 0xa1, 0x6d, 0x7b, 0xf5, 0xd1, 0xa4, 0xde, 0xeb, 0xd7, 0x9f, - 0x68, 0x90, 0xb2, 0x4f, 0xcd, 0x6c, 0xe0, 0xe2, 0x5e, 0x0f, 0xbc, 0x7f, 0x5f, 0x59, 0x7a, 0xb7, - 0xad, 0xea, 0x49, 0xbb, 0x7d, 0x74, 0x5c, 0xa2, 0x83, 0x65, 0x56, 0x3e, 0x74, 0xb6, 0x4c, 0x99, - 0xbf, 0xdb, 0xcd, 0x6a, 0xcd, 0xda, 0xc6, 0xbd, 0x59, 0x5d, 0x90, 0x32, 0xe0, 0xd4, 0xfb, 0xcf, - 0xa8, 0xc2, 0x6a, 0xd2, 0x7e, 0x67, 0x55, 0xbf, 0x05, 0x4c, 0x12, 0x0e, 0xf4, 0x6e, 0xc2, 0xa8, - 0x64, 0x99, 0xa5, 0x2a, 0xa6, 0x36, 0xb9, 0x59, 0x3d, 0xe5, 0x75, 0x38, 0xf2, 0x99, 0x94, 0x89, - 0x3f, 0x4e, 0x25, 0xe8, 0x5a, 0x24, 0xae, 0x59, 0x63, 0xd5, 0x5a, 0x79, 0x5c, 0xbe, 0xc6, 0x0c, - 0x94, 0x22, 0xd9, 0x8b, 0x6c, 0x3c, 0xd0, 0x27, 0x9a, 0x33, 0x78, 0xb3, 0x90, 0x0a, 0xf0, 0x31, - 0xb3, 0x26, 0xab, 0x35, 0xaf, 0x3e, 0xe6, 0xde, 0x6b, 0x9d, 0xc6, 0xa0, 0x5a, 0xef, 0x7c, 0xe6, - 0x07, 0x5e, 0x85, 0xe3, 0x7a, 0xea, 0x79, 0x17, 0x4f, 0x20, 0x05, 0xda, 0x98, 0x45, 0x2c, 0xa9, - 0x98, 0x28, 0xb3, 0x59, 0xab, 0x54, 0x6d, 0xe7, 0xdb, 0x25, 0x93, 0xbf, 0x56, 0xaa, 0x35, 0xf0, - 0xd1, 0x5f, 0x69, 0x50, 0xa9, 0x7e, 0x5f, 0x4d, 0xc0, 0x92, 0x84, 0x27, 0x20, 0x27, 0x10, 0x40, - 0x38, 0x09, 0x1e, 0xb0, 0x7a, 0xc0, 0xa7, 0x15, 0xf3, 0x02, 0xc7, 0x49, 0xa6, 0x05, 0xb0, 0x23, - 0x99, 0xf8, 0x01, 0x53, 0xe7, 0x81, 0xf8, 0x49, 0xe0, 0xdc, 0x5f, 0xb2, 0x71, 0x3e, 0xc1, 0x18, - 0x9d, 0xf8, 0xd3, 0x34, 0xa1, 0x4a, 0x6d, 0xfa, 0x3c, 0x64, 0x42, 0x7d, 0xf4, 0x9f, 0xff, 0x46, - 0xfd, 0xc8, 0xe5, 0x61, 0x0c, 0xda, 0x63, 0x24, 0xa6, 0x53, 0x46, 0x3c, 0x2a, 0xe9, 0x3b, 0xf0, - 0x86, 0x05, 0x4d, 0x7f, 0x3e, 0x07, 0x77, 0x98, 0xf0, 0xa4, 0xf2, 0x60, 0x5b, 0xa7, 0x0f, 0x9d, - 0xe3, 0xd3, 0x87, 0xbd, 0xbd, 0xaa, 0xf2, 0xe4, 0x4b, 0x73, 0xaf, 0xf2, 0xb0, 0x07, 0x66, 0xa9, - 0xbb, 0x33, 0xe6, 0x3e, 0x32, 0xcf, 0xd6, 0xc3, 0x23, 0xb3, 0xaa, 0x4d, 0xe6, 0x38, 0x0f, 0xef, - 0x9b, 0xda, 0xeb, 0x87, 0x6b, 0xd6, 0x0e, 0x97, 0xd6, 0xce, 0x77, 0xbd, 0xc4, 0x5d, 0x31, 0x52, - 0xc1, 0xab, 0xc0, 0xc6, 0x56, 0x8d, 0xdb, 0x10, 0x9d, 0x25, 0x29, 0xd8, 0x9e, 0xbd, 0x5a, 0x90, - 0x9f, 0x79, 0x4d, 0x66, 0x73, 0xc3, 0x15, 0x73, 0xfc, 0x67, 0xfb, 0xe0, 0xb4, 0x24, 0xab, 0xcd, - 0x6a, 0x25, 0x89, 0x6c, 0x39, 0x17, 0x67, 0x34, 0x28, 0xc4, 0x59, 0xf2, 0x6d, 0xcd, 0xe5, 0x25, - 0x06, 0x1a, 0x21, 0x5f, 0xc1, 0x3e, 0x9e, 0x2f, 0xe2, 0x80, 0xbe, 0xda, 0xcc, 0xb1, 0x3e, 0x99, - 0x11, 0x8f, 0x98, 0x79, 0x62, 0x8e, 0x01, 0x5c, 0x1e, 0xc1, 0x3c, 0x8e, 0x55, 0xf8, 0xf4, 0x20, - 0xdf, 0x74, 0x41, 0xd1, 0xb9, 0x33, 0x7c, 0x13, 0xcf, 0xbe, 0x74, 0x67, 0x95, 0x18, 0xb1, 0xad, - 0x0f, 0x6e, 0xbc, 0x44, 0x52, 0xad, 0x7e, 0x73, 0xa9, 0x60, 0x04, 0x03, 0xed, 0x64, 0x49, 0x16, - 0x1b, 0x87, 0x4e, 0xc7, 0x10, 0x01, 0x8f, 0xa7, 0x6a, 0x09, 0xc6, 0x70, 0x69, 0x09, 0x0e, 0x2d, - 0x2e, 0x39, 0xb4, 0x0e, 0xcb, 0x5c, 0x70, 0xe8, 0x3b, 0x9e, 0xb7, 0x86, 0x96, 0x5f, 0x10, 0x0f, - 0x24, 0x33, 0xd1, 0xd1, 0x4e, 0x4c, 0xdb, 0xce, 0xe0, 0x04, 0x0e, 0xa6, 0xfc, 0xaa, 0x1e, 0x27, - 0x5c, 0x72, 0x97, 0x07, 0x70, 0x40, 0x85, 0xa4, 0x56, 0xad, 0xa2, 0x20, 0xd6, 0xc6, 0x15, 0xc1, - 0x48, 0xf2, 0x04, 0xbc, 0x0b, 0x41, 0xb4, 0x2f, 0x59, 0x88, 0x91, 0xe0, 0xf6, 0x41, 0x67, 0xd5, - 0xbf, 0xff, 0xce, 0x96, 0x01, 0x7d, 0x18, 0x83, 0xe3, 0x7e, 0x06, 0xfe, 0xe4, 0x9a, 0x7b, 0xac, - 0x4e, 0x06, 0x01, 0x43, 0x09, 0x19, 0x02, 0x1c, 0xf9, 0xed, 0xcb, 0x45, 0x8f, 0xf4, 0x07, 0xe0, - 0x9a, 0xb5, 0x25, 0x8e, 0x62, 0x99, 0x63, 0x4d, 0x71, 0xab, 0x56, 0x71, 0x95, 0xc2, 0x07, 0x64, - 0xff, 0x49, 0x01, 0x27, 0xe0, 0xa6, 0xb9, 0xa7, 0xa6, 0x4f, 0x4c, 0xb3, 0xba, 0x37, 0xc7, 0xc0, - 0x86, 0xa8, 0x3f, 0x88, 0x4f, 0xb1, 0x7d, 0x68, 0xd6, 0xde, 0x35, 0xab, 0xdf, 0x8d, 0x4e, 0x23, - 0x4b, 0x14, 0x1d, 0x65, 0x51, 0xe7, 0xdf, 0x7e, 0x88, 0x29, 0x87, 0xa4, 0x49, 0x00, 0xb8, 0xa1, - 0x8c, 0xec, 0x0a, 0x01, 0x98, 0x02, 0x0b, 0xd5, 0x82, 0x4e, 0x43, 0xa7, 0x48, 0x84, 0x01, 0x08, - 0x4a, 0xdc, 0xd9, 0x36, 0x41, 0x5b, 0x90, 0x8e, 0xc0, 0x61, 0x43, 0x83, 0xf8, 0xf0, 0x8e, 0x4f, - 0x7f, 0x0a, 0x33, 0x4b, 0xa1, 0xa3, 0x89, 0x49, 0x20, 0x81, 0xcd, 0x38, 0xcc, 0xc4, 0x5c, 0x40, - 0x2a, 0x85, 0xf0, 0x4e, 0xc7, 0xa1, 0x0f, 0xa9, 0x0c, 0x3d, 0x1f, 0x48, 0x3d, 0xff, 0x89, 0xa8, - 0x1c, 0x61, 0x9b, 0x92, 0x83, 0x7a, 0x9e, 0xb3, 0x31, 0x23, 0x1b, 0x9c, 0xb1, 0x20, 0xee, 0xc2, - 0x18, 0xc0, 0x91, 0xc4, 0x24, 0x04, 0xc0, 0x65, 0x9b, 0xfa, 0x05, 0xb9, 0xb9, 0x81, 0xef, 0x3e, - 0xda, 0xe6, 0x15, 0xf2, 0xfa, 0xd4, 0x69, 0xe8, 0x09, 0x10, 0x15, 0x58, 0x14, 0x34, 0xc6, 0x1a, - 0xa2, 0x2e, 0x12, 0x75, 0xa9, 0xfb, 0x38, 0xa7, 0x5b, 0xda, 0x45, 0x4b, 0x6a, 0x3a, 0x23, 0xfa, - 0xc4, 0xe6, 0x4b, 0x66, 0x09, 0xe4, 0x7e, 0xcd, 0x7f, 0x76, 0xa0, 0x53, 0x30, 0xa8, 0x38, 0x8d, - 0x41, 0x3d, 0x07, 0x30, 0xd4, 0x72, 0x94, 0x0d, 0xbb, 0x09, 0xa8, 0x07, 0x5c, 0x4f, 0xc2, 0x70, - 0xcb, 0xb9, 0xef, 0x0d, 0xc8, 0x00, 0x94, 0x7b, 0x42, 0x3a, 0x7e, 0x14, 0xa7, 0x32, 0x53, 0xcf, - 0xfd, 0xc0, 0xcc, 0x85, 0x8b, 0xd2, 0x70, 0xcc, 0x12, 0xd0, 0x96, 0x1f, 0xd9, 0x66, 0x13, 0xfe, - 0xd2, 0x17, 0xdb, 0x3c, 0x6a, 0xb7, 0x5b, 0x6d, 0x33, 0x57, 0x8f, 0x07, 0x8f, 0x09, 0xfb, 0x2b, - 0xf5, 0x13, 0x86, 0x56, 0x48, 0x9c, 0x83, 0xc8, 0x5b, 0xe6, 0x9a, 0x55, 0x0f, 0xf7, 0x07, 0x26, - 0xf9, 0xff, 0xb9, 0xe2, 0x11, 0x0c, 0x75, 0xac, 0x69, 0x92, 0xc6, 0x42, 0xc9, 0xbf, 0x24, 0x35, - 0x60, 0x89, 0x32, 0x35, 0xfe, 0x5d, 0xde, 0x46, 0xf9, 0x09, 0xb0, 0xd4, 0xd8, 0x70, 0xa2, 0x60, - 0xc1, 0x21, 0xc6, 0x32, 0xf5, 0x30, 0xa3, 0x1e, 0xee, 0x44, 0xdd, 0x91, 0x58, 0x1b, 0x11, 0x23, - 0x9b, 0x0c, 0x69, 0x32, 0xf5, 0xa3, 0x13, 0x8b, 0xd0, 0x54, 0x72, 0x9c, 0x05, 0x79, 0x25, 0xc8, - 0xdd, 0xc0, 0x1f, 0xf8, 0xd7, 0x2c, 0x9e, 0x0e, 0x8a, 0xa7, 0x56, 0xf1, 0x74, 0x58, 0x3c, 0xb5, - 0x8d, 0xe2, 0xf1, 0xa8, 0x78, 0xfa, 0x50, 0x3c, 0x1d, 0xeb, 0xa7, 0x86, 0x62, 0xaf, 0xb7, 0x18, - 0x41, 0xd6, 0x3b, 0x29, 0x16, 0xe4, 0x0a, 0xd7, 0x27, 0x50, 0x88, 0x3b, 0xe6, 0x2f, 0xd9, 0xc9, - 0x9a, 0xb9, 0xfb, 0xc3, 0x93, 0x53, 0x26, 0x59, 0x49, 0x71, 0x50, 0x54, 0x7e, 0xf0, 0xb8, 0x1b, - 0x49, 0xab, 0xd8, 0xa4, 0xf5, 0x96, 0x62, 0xb5, 0x5c, 0x87, 0x05, 0xc9, 0xe1, 0x8e, 0x9b, 0xb4, - 0xe7, 0x72, 0xb5, 0x77, 0x24, 0x39, 0x2a, 0x36, 0x39, 0xda, 0x55, 0xae, 0x0f, 0x05, 0xc9, 0x87, - 0x1d, 0x37, 0x39, 0x9e, 0xcb, 0x75, 0x9c, 0x93, 0x2c, 0x1a, 0x6b, 0xc8, 0x5c, 0xe6, 0x3f, 0xb1, - 0x93, 0x5d, 0x98, 0x0d, 0x9b, 0x05, 0xb3, 0xe1, 0x8e, 0xf6, 0x1a, 0x1e, 0xe4, 0x12, 0x0f, 0x0f, - 0x76, 0x3c, 0xe4, 0xb0, 0xb0, 0xd7, 0xb0, 0xb5, 0xe3, 0x26, 0x87, 0x73, 0xb9, 0x76, 0xb4, 0xd7, - 0xb0, 0x5d, 0x6c, 0xd2, 0xde, 0x55, 0xae, 0xc2, 0x5e, 0xc3, 0xa3, 0x1d, 0x37, 0xf9, 0x30, 0x97, - 0x6b, 0x47, 0x7b, 0x0d, 0x8f, 0x8b, 0x4d, 0x96, 0xcd, 0xd5, 0x50, 0xd1, 0x0d, 0x78, 0x0a, 0xb8, - 0x53, 0xd8, 0x2c, 0xe2, 0xcf, 0x09, 0x8d, 0xd7, 0xf1, 0xcb, 0xf8, 0x40, 0x4a, 0xe8, 0x26, 0xfe, - 0x74, 0x26, 0x23, 0x26, 0x44, 0xad, 0xd3, 0xc8, 0x88, 0x8c, 0xdd, 0xa8, 0xcf, 0x4d, 0xe7, 0x9c, - 0x07, 0x3c, 0x99, 0x13, 0xe6, 0x74, 0x14, 0x30, 0x75, 0x9d, 0xbe, 0x32, 0xe2, 0xdf, 0x4d, 0xe7, - 0x62, 0x32, 0x61, 0xae, 0x14, 0x73, 0x6a, 0xc4, 0xcd, 0x4d, 0x3b, 0x8e, 0x6e, 0xa1, 0x63, 0x84, - 0xca, 0x67, 0x8a, 0xf5, 0x3a, 0xe1, 0x31, 0x16, 0x13, 0xa2, 0x46, 0x36, 0xd3, 0x5c, 0x02, 0x78, - 0x8e, 0x79, 0x1a, 0x79, 0x02, 0xf9, 0x1b, 0x88, 0x40, 0x44, 0x37, 0x3e, 0xba, 0x1a, 0x11, 0x58, - 0x1a, 0x7b, 0x00, 0xdc, 0xae, 0xc4, 0x0e, 0x31, 0x9a, 0xb2, 0x93, 0x2d, 0x1c, 0x7b, 0xa6, 0xb3, - 0x81, 0x55, 0x96, 0xfc, 0xe2, 0x04, 0x54, 0x4a, 0xa0, 0xf0, 0xee, 0x0f, 0xb7, 0xf1, 0xeb, 0x2e, - 0xf2, 0x3b, 0x0b, 0xd8, 0x0b, 0x5d, 0xe6, 0xba, 0x8d, 0xfe, 0x6c, 0x91, 0x7e, 0x00, 0x3d, 0x85, - 0x1f, 0x0b, 0x72, 0x95, 0xb2, 0xec, 0x38, 0x3f, 0xc6, 0xec, 0x6a, 0x91, 0xd9, 0x35, 0x75, 0x13, - 0xfe, 0x63, 0xf4, 0xd7, 0x19, 0x3d, 0x26, 0xeb, 0x18, 0xaa, 0x02, 0x68, 0xb5, 0xa0, 0x2d, 0x4e, - 0x68, 0x24, 0x42, 0x5f, 0x88, 0x25, 0x0e, 0x59, 0x9e, 0x1d, 0xae, 0xcc, 0xb3, 0x56, 0x96, 0x67, - 0x5b, 0xf0, 0x60, 0xac, 0xcd, 0xb2, 0xca, 0x63, 0xc0, 0xe9, 0xc7, 0x9c, 0xcb, 0x62, 0x0a, 0x7a, - 0x6c, 0x02, 0x0d, 0x56, 0xf0, 0x9a, 0x29, 0x40, 0xd4, 0x3b, 0x0d, 0x1f, 0x4b, 0x8e, 0x82, 0x91, - 0x08, 0x03, 0x53, 0xa5, 0xe8, 0x7e, 0x24, 0x24, 0x8d, 0x5c, 0x46, 0xb0, 0x8d, 0x52, 0x49, 0xfa, - 0x22, 0x52, 0xa9, 0xd2, 0xcf, 0x27, 0x02, 0x98, 0x58, 0x7b, 0xe6, 0x2c, 0x82, 0x6f, 0xbe, 0xe8, - 0x43, 0x5f, 0xd3, 0x47, 0x46, 0xe4, 0xcc, 0x17, 0x73, 0x72, 0xc8, 0xc3, 0x2e, 0x7f, 0x62, 0x09, - 0x32, 0xdd, 0xa2, 0xba, 0x9b, 0x2e, 0xde, 0x87, 0x80, 0x94, 0x65, 0x21, 0x87, 0x8c, 0x06, 0xd2, - 0x0f, 0x99, 0x92, 0x2f, 0x0b, 0x70, 0x82, 0xfa, 0x4d, 0xb2, 0x89, 0x6d, 0xf2, 0x0d, 0x33, 0x8f, - 0xbd, 0x87, 0x0a, 0x39, 0xa4, 0x3e, 0x34, 0x76, 0x79, 0x08, 0x45, 0xc1, 0xeb, 0x16, 0xa9, 0xae, - 0x6f, 0xcd, 0x42, 0xd5, 0x50, 0x83, 0x38, 0x37, 0x4c, 0x3e, 0xf3, 0xe4, 0x91, 0xf4, 0xae, 0x7f, - 0x27, 0x8a, 0x4e, 0xe9, 0x16, 0x26, 0xef, 0x80, 0x1c, 0x78, 0x09, 0x16, 0x60, 0x24, 0x69, 0xe2, - 0x5e, 0x5f, 0x15, 0x8a, 0xca, 0x0a, 0xe0, 0x1b, 0xd8, 0x26, 0xa8, 0x0b, 0x03, 0x3c, 0xa8, 0x0e, - 0x5f, 0xa2, 0xdb, 0x08, 0x13, 0xbb, 0x11, 0x40, 0x84, 0x66, 0xbd, 0xd5, 0x24, 0x15, 0x71, 0x76, - 0x7e, 0x53, 0xed, 0x34, 0xf4, 0x0a, 0xa7, 0xb4, 0x12, 0x9b, 0x12, 0xd3, 0x39, 0x4b, 0xe4, 0x3e, - 0x88, 0x52, 0x2c, 0x2a, 0xf3, 0x03, 0xaf, 0xd1, 0x92, 0x40, 0xef, 0x68, 0xe6, 0x4f, 0x80, 0x57, - 0xa9, 0x90, 0x3c, 0x24, 0x58, 0xa2, 0xcf, 0xf9, 0x37, 0xf4, 0xbc, 0x3e, 0xa6, 0xaa, 0x9a, 0x11, - 0x6e, 0xa1, 0x4d, 0x73, 0x56, 0x54, 0x9b, 0x17, 0x83, 0x5d, 0xca, 0xc2, 0xc5, 0x53, 0x6d, 0x70, - 0x5f, 0x55, 0x00, 0x5f, 0xa7, 0x60, 0x44, 0x2c, 0x72, 0xb7, 0x58, 0xe2, 0x22, 0x0f, 0xad, 0x91, - 0xa4, 0xd8, 0x61, 0x44, 0xe0, 0x06, 0xd0, 0xf3, 0x95, 0xe5, 0xbb, 0xdf, 0x18, 0x4e, 0x47, 0xad, - 0x8f, 0x1f, 0x3f, 0x96, 0xc4, 0x30, 0xde, 0x86, 0x90, 0x8a, 0x18, 0x72, 0x8e, 0x12, 0x10, 0x0e, - 0xbc, 0x3b, 0x94, 0xcc, 0x12, 0x36, 0xb1, 0x8b, 0x5b, 0xa5, 0xa9, 0x2f, 0x67, 0xe9, 0xb8, 0xee, - 0xf2, 0xb0, 0xf1, 0x85, 0x79, 0x9f, 0x5f, 0xf4, 0x2f, 0x16, 0xe2, 0x50, 0x5b, 0xe2, 0x1d, 0xdb, - 0x9f, 0xe3, 0x80, 0x46, 0x8f, 0xa6, 0xa3, 0xc6, 0x3b, 0x0d, 0xea, 0xbc, 0xc3, 0xad, 0x46, 0x8f, - 0x7e, 0x8c, 0x0c, 0xf7, 0xf9, 0x64, 0x5f, 0xc0, 0x5e, 0x0c, 0x63, 0x44, 0xc3, 0xc4, 0x1c, 0x17, - 0xd6, 0xa4, 0x8c, 0x8b, 0x91, 0x3e, 0x3f, 0x7a, 0x9e, 0x50, 0x2a, 0xa0, 0x9e, 0x87, 0x28, 0x5b, - 0xd2, 0x40, 0xef, 0xac, 0xac, 0x01, 0x63, 0xc9, 0x44, 0xed, 0xa6, 0x55, 0x52, 0x00, 0x72, 0x0c, - 0xa1, 0x8d, 0x7c, 0xe3, 0xbe, 0xa8, 0xf1, 0xb2, 0x5f, 0x39, 0x46, 0xcf, 0x17, 0x18, 0xce, 0xde, - 0x3a, 0x0f, 0x85, 0xfa, 0x67, 0x04, 0xbd, 0x22, 0xa0, 0xc8, 0xf0, 0xb2, 0xbb, 0x6e, 0x11, 0x94, - 0x3c, 0x46, 0xb6, 0xaa, 0xb7, 0x61, 0x59, 0x2b, 0x4f, 0x93, 0xeb, 0x16, 0x40, 0x2c, 0x28, 0x07, - 0xc2, 0xbd, 0x8c, 0x75, 0x8b, 0xa0, 0x8e, 0xe9, 0xf9, 0x61, 0x08, 0xad, 0xf1, 0x1e, 0x29, 0x56, - 0xaf, 0x0d, 0x30, 0x90, 0xac, 0x58, 0xf4, 0xdb, 0x9a, 0x30, 0xa1, 0xc4, 0x58, 0x76, 0x88, 0x35, - 0xd7, 0x8c, 0x0c, 0x23, 0x7a, 0xdf, 0x0b, 0x5f, 0x1a, 0x60, 0x94, 0x92, 0x6b, 0xe8, 0x68, 0xf7, - 0xa3, 0x09, 0x47, 0xff, 0x50, 0xe5, 0xcb, 0x1d, 0xa0, 0x19, 0xb8, 0x47, 0xd9, 0xa7, 0xef, 0xb6, - 0xc4, 0x9c, 0x65, 0x2d, 0x9a, 0x94, 0x84, 0x3a, 0xd5, 0x7f, 0xe6, 0x89, 0x8b, 0x80, 0xf7, 0x42, - 0xc6, 0x45, 0x91, 0xb3, 0x25, 0xc6, 0x3e, 0xe7, 0xb9, 0x38, 0xb3, 0x71, 0x01, 0xb1, 0x64, 0x4a, - 0xc3, 0x90, 0x12, 0x97, 0x27, 0x58, 0x28, 0x80, 0x3e, 0xb6, 0x30, 0x1a, 0x5e, 0x66, 0x8c, 0x72, - 0xf0, 0x26, 0xd8, 0xcf, 0xf2, 0xc9, 0x04, 0xba, 0xdc, 0xd2, 0xe9, 0x7e, 0xbb, 0x5d, 0x79, 0xba, - 0xfd, 0x83, 0x76, 0x3b, 0x3b, 0xa0, 0x7a, 0x32, 0xe6, 0x2e, 0xbb, 0x22, 0x47, 0xe8, 0xb2, 0xe1, - 0x57, 0xee, 0xc3, 0x89, 0xcf, 0x20, 0xcf, 0x62, 0xfa, 0xd1, 0x09, 0x4d, 0x21, 0x1a, 0x02, 0xda, - 0x0d, 0x57, 0x8b, 0xe6, 0x78, 0xa4, 0xae, 0x90, 0x9d, 0x0e, 0x0b, 0xf3, 0xa6, 0xd1, 0xc5, 0x6a, - 0xee, 0xe4, 0xa7, 0x09, 0x45, 0x2f, 0xbf, 0xc3, 0x3c, 0x36, 0xf1, 0x93, 0xf0, 0x99, 0x26, 0x0c, - 0xaa, 0x1a, 0x3f, 0xf0, 0x88, 0xc7, 0x99, 0xc0, 0x72, 0x00, 0x8c, 0xe6, 0x06, 0xa9, 0xc7, 0xb2, - 0x6a, 0x45, 0xa4, 0x31, 0x22, 0x6a, 0x5d, 0x63, 0x1a, 0x0b, 0x17, 0xc0, 0x6d, 0x8e, 0xa7, 0x7a, - 0x73, 0xe7, 0x22, 0x4c, 0x03, 0x2a, 0x73, 0x4a, 0x7d, 0xd1, 0xbf, 0x45, 0x97, 0x67, 0x59, 0x7a, - 0x35, 0x34, 0x8d, 0x1f, 0x3d, 0x65, 0x17, 0x49, 0x6a, 0xbe, 0x44, 0x8c, 0x97, 0xb1, 0x05, 0x61, - 0x5f, 0x29, 0x30, 0x60, 0xd1, 0x54, 0xce, 0x20, 0x96, 0x0e, 0x0a, 0x3e, 0x82, 0x13, 0x96, 0x09, - 0xa2, 0x45, 0x10, 0x58, 0x34, 0xb8, 0x34, 0x08, 0x20, 0x7f, 0x33, 0x3c, 0xb6, 0x90, 0xcb, 0x56, - 0x3a, 0x7b, 0x83, 0xfb, 0xb9, 0x09, 0x72, 0x7c, 0xc9, 0x21, 0x76, 0x11, 0x5e, 0x55, 0x19, 0x08, - 0xd8, 0x56, 0x14, 0x2b, 0xd9, 0x95, 0x47, 0xc9, 0x80, 0x4a, 0x49, 0x2b, 0x8c, 0xf0, 0xfe, 0xa7, - 0x8f, 0xc7, 0xc7, 0xc7, 0xa7, 0xa4, 0x33, 0x76, 0x8c, 0x6e, 0xf0, 0x1a, 0x3d, 0xd6, 0xc8, 0xf5, - 0xd7, 0xbb, 0x3b, 0x82, 0xf5, 0x35, 0x16, 0x78, 0x78, 0xad, 0x4c, 0x50, 0x68, 0x97, 0x47, 0x11, - 0xe2, 0x16, 0x1c, 0x02, 0xce, 0xcf, 0x92, 0x88, 0x06, 0x64, 0xc6, 0x85, 0x14, 0x0a, 0x75, 0xb5, - 0x2d, 0x43, 0xfa, 0x4a, 0xfc, 0x10, 0xc0, 0x56, 0xaa, 0x33, 0x82, 0x60, 0x31, 0x54, 0x63, 0x90, - 0x44, 0x22, 0x55, 0xa9, 0x4e, 0xd4, 0xb5, 0x19, 0x00, 0xff, 0x78, 0x41, 0x52, 0x8c, 0x21, 0x32, - 0x66, 0x02, 0x33, 0x83, 0x00, 0x4c, 0x80, 0x6a, 0x1b, 0x6b, 0x06, 0x92, 0x42, 0x25, 0xc1, 0x23, - 0x86, 0x54, 0xc0, 0x0b, 0x5e, 0x04, 0x4b, 0xb4, 0x1a, 0x29, 0xc0, 0x32, 0x41, 0x87, 0x57, 0xde, - 0x60, 0x54, 0xc0, 0xfb, 0x51, 0x1c, 0x09, 0xfb, 0x04, 0xaf, 0xb5, 0x42, 0x50, 0x70, 0x1a, 0x06, - 0xcf, 0x1e, 0xb9, 0x18, 0x0d, 0x50, 0x6a, 0xe0, 0x12, 0xaa, 0x63, 0x21, 0x67, 0x14, 0x0f, 0xeb, - 0x1b, 0x3c, 0x5e, 0x75, 0x65, 0xdd, 0xa6, 0x94, 0x51, 0x76, 0x6f, 0x35, 0x58, 0xd8, 0xe5, 0x1f, - 0xf0, 0x6e, 0xc5, 0x70, 0x85, 0x77, 0x97, 0x3c, 0x5b, 0xef, 0xeb, 0x5c, 0xf1, 0x37, 0x29, 0x7c, - 0xd1, 0x19, 0xbb, 0x57, 0x6f, 0x9c, 0x71, 0xe5, 0xbd, 0x53, 0xf7, 0x47, 0x0a, 0x8c, 0x63, 0x6b, - 0xf1, 0x0a, 0x2a, 0x83, 0x2e, 0xe5, 0xd0, 0xe4, 0x2c, 0x95, 0x33, 0xd0, 0xec, 0x23, 0x8b, 0x4a, - 0x78, 0xd3, 0xfd, 0x65, 0x59, 0x90, 0x96, 0x99, 0xd7, 0xd1, 0xc6, 0x79, 0xc0, 0x68, 0xa2, 0xd4, - 0xaf, 0x08, 0x41, 0x41, 0x2c, 0x50, 0xe5, 0xb4, 0xa7, 0xe1, 0xb0, 0x4e, 0x54, 0xb5, 0xb7, 0x2b, - 0xf8, 0x8f, 0x51, 0x31, 0x2b, 0x80, 0x7f, 0x84, 0x37, 0x7d, 0x0b, 0xc0, 0x9f, 0x05, 0x45, 0xcb, - 0x41, 0xe7, 0x2e, 0x5b, 0x15, 0xc7, 0xfe, 0x49, 0xa3, 0xaa, 0x00, 0xda, 0x64, 0x53, 0xdc, 0x56, - 0x6d, 0xea, 0x18, 0x59, 0x33, 0x80, 0x6f, 0xdb, 0xca, 0xe4, 0xaf, 0x5a, 0x8b, 0xdd, 0x04, 0x14, - 0x97, 0xac, 0x74, 0x83, 0xcc, 0xbe, 0xd7, 0xa3, 0x2d, 0x7e, 0x90, 0x33, 0x1c, 0xdc, 0x0e, 0xd7, - 0xe6, 0x3d, 0x63, 0xf5, 0x1d, 0x64, 0x56, 0xa9, 0xa3, 0x26, 0xb2, 0x83, 0xba, 0x80, 0x42, 0x50, - 0xe9, 0xfb, 0x34, 0x80, 0xd0, 0x4c, 0x30, 0x4e, 0xb1, 0xec, 0x87, 0xc2, 0x11, 0x82, 0x0d, 0x4a, - 0x48, 0x08, 0xc2, 0x14, 0x3b, 0xa6, 0x2c, 0x2c, 0xf1, 0x72, 0x5e, 0xf9, 0xd0, 0x0d, 0xc3, 0x25, - 0x79, 0x2c, 0x2a, 0x4e, 0x31, 0x6c, 0x02, 0x95, 0xbf, 0x47, 0x26, 0x1c, 0x89, 0x39, 0x4c, 0x24, - 0x79, 0xd8, 0xbf, 0xcb, 0x51, 0x03, 0x3a, 0x8c, 0x64, 0x09, 0x94, 0x8d, 0xb7, 0x81, 0x70, 0xfd, - 0xf5, 0x7e, 0x74, 0x31, 0x5c, 0x52, 0xc2, 0xa1, 0xa5, 0x45, 0x1f, 0x64, 0x7b, 0x94, 0xf4, 0x97, - 0x6f, 0x3d, 0xd7, 0xe1, 0xd7, 0xc1, 0xd9, 0x68, 0x59, 0x8f, 0x47, 0x87, 0x9a, 0xc5, 0x79, 0xe0, - 0xe3, 0x11, 0xfb, 0xbd, 0x0d, 0xa1, 0x78, 0xfd, 0xf5, 0xbc, 0xdf, 0xd3, 0x4a, 0x2c, 0x4b, 0x90, - 0x05, 0xcf, 0x1d, 0x8f, 0x7d, 0x77, 0x13, 0x87, 0xde, 0x1b, 0x23, 0xaa, 0xfa, 0xe5, 0x32, 0xe1, - 0xe0, 0xd9, 0x5b, 0xa9, 0x2f, 0x57, 0xe7, 0xa5, 0x41, 0x3a, 0x86, 0x76, 0x73, 0x56, 0xbe, 0x45, - 0xd8, 0xe2, 0x7a, 0xdd, 0xeb, 0x79, 0x00, 0x6f, 0xed, 0x84, 0x7f, 0x2c, 0x80, 0xc3, 0xbf, 0xa4, - 0x5c, 0x11, 0xbf, 0xca, 0x1f, 0xf2, 0xf0, 0xcd, 0x12, 0x05, 0x86, 0xef, 0xc2, 0xdd, 0x43, 0x39, - 0x8a, 0x61, 0xe8, 0x9f, 0x0c, 0xe2, 0xc5, 0x5b, 0x8e, 0xad, 0xf8, 0x8c, 0x7b, 0x2b, 0xed, 0xfc, - 0xc1, 0x53, 0xc8, 0xf1, 0x08, 0x6b, 0x90, 0x68, 0xd0, 0xb1, 0xa1, 0x2e, 0xf4, 0xa6, 0x8c, 0xf4, - 0x07, 0x2a, 0xf5, 0xe0, 0x48, 0x80, 0x85, 0x22, 0xd1, 0xe1, 0x06, 0xbb, 0xa9, 0xb1, 0x7f, 0x9d, - 0x8d, 0xa1, 0x26, 0xfd, 0x17, 0x66, 0x2c, 0x55, 0x75, 0xe8, 0xa4, 0x47, 0x66, 0xb0, 0x37, 0x28, - 0xb7, 0x6e, 0xe4, 0x1d, 0xf0, 0x80, 0x43, 0x26, 0x46, 0x89, 0x34, 0x93, 0xa5, 0x70, 0xbe, 0xfa, - 0xb2, 0x11, 0xd5, 0xa1, 0x27, 0x73, 0x08, 0xc6, 0xdc, 0x6b, 0xe9, 0xa2, 0xff, 0xaa, 0xbf, 0x9a, - 0xce, 0xb2, 0x96, 0x8a, 0x5f, 0xac, 0x79, 0xb7, 0xf5, 0x4f, 0x57, 0x03, 0xed, 0x27, 0x80, 0x0d, - 0x51, 0x0d, 0x5c, 0x44, 0xdf, 0x23, 0x6c, 0x74, 0xad, 0x2b, 0x75, 0xe1, 0x76, 0x1b, 0x35, 0x6e, - 0x27, 0x93, 0x2d, 0xf7, 0x6c, 0x57, 0x50, 0x39, 0x93, 0x85, 0xcb, 0x44, 0xb2, 0xfd, 0x0e, 0xf0, - 0xea, 0x1c, 0x48, 0xd4, 0x0d, 0x22, 0x8a, 0x85, 0x8a, 0xeb, 0xe6, 0xf6, 0x38, 0x59, 0xb8, 0x0b, - 0xcc, 0x16, 0x5b, 0x6f, 0xbe, 0xf2, 0xcc, 0x0b, 0xb0, 0xa5, 0xfa, 0x0b, 0xab, 0x65, 0x87, 0xd4, - 0x4b, 0xfa, 0x6f, 0xbe, 0x69, 0x0a, 0x7f, 0x88, 0xfc, 0x60, 0x7d, 0xf5, 0x97, 0x53, 0x1b, 0x1b, - 0xc8, 0x5b, 0xdb, 0xc9, 0xe7, 0xd4, 0x39, 0x88, 0x0f, 0xd4, 0x15, 0x22, 0xba, 0x5a, 0x9c, 0x8a, - 0x59, 0xe0, 0x43, 0x2d, 0x92, 0xc1, 0x02, 0x8f, 0x16, 0xdc, 0x17, 0x54, 0x3d, 0xc1, 0xaf, 0x9e, - 0x72, 0x06, 0xb5, 0x97, 0xa0, 0x4f, 0xd9, 0x15, 0x14, 0x7e, 0xa1, 0x2f, 0x70, 0xd9, 0xa8, 0x3c, - 0xcf, 0x54, 0x3e, 0xc7, 0xba, 0x36, 0x07, 0xfb, 0x68, 0x5a, 0xcd, 0x15, 0x0f, 0xed, 0x82, 0x4c, - 0xd1, 0x83, 0x44, 0x0c, 0xf1, 0x91, 0x0b, 0xe7, 0xc7, 0xd8, 0x37, 0xea, 0x66, 0x57, 0x07, 0x03, - 0xf0, 0x55, 0x11, 0x89, 0xdf, 0x3d, 0x61, 0xa5, 0x33, 0x4f, 0xdd, 0x23, 0x96, 0x40, 0x92, 0x51, - 0x61, 0xdf, 0xa5, 0xa9, 0x47, 0x12, 0xa8, 0xad, 0xcb, 0xfd, 0x74, 0xb7, 0xf7, 0xa6, 0x9f, 0x6e, - 0x36, 0xdb, 0x88, 0x9d, 0xf8, 0xc7, 0xb2, 0xd6, 0xf6, 0xca, 0x2d, 0x0b, 0xd0, 0x1d, 0x7f, 0xd7, - 0xaf, 0x39, 0x3c, 0xb2, 0x8e, 0x4d, 0x07, 0x7f, 0x2d, 0x6b, 0x7d, 0x1f, 0xac, 0x62, 0x05, 0x7f, - 0xd7, 0x33, 0x6a, 0x7f, 0x38, 0xc2, 0x35, 0xf0, 0xbb, 0x81, 0xd1, 0xc7, 0x83, 0x26, 0xb4, 0xc9, - 0xf8, 0xbb, 0x9e, 0x51, 0xd3, 0x52, 0xbb, 0xa9, 0x3f, 0x1b, 0x58, 0x35, 0xb5, 0x50, 0xcd, 0xb2, - 0x54, 0x4b, 0xed, 0x36, 0x80, 0xd7, 0x2f, 0x8c, 0xc5, 0x58, 0x5d, 0x6b, 0x55, 0x21, 0xb2, 0x63, - 0x7a, 0xee, 0x87, 0x71, 0xc2, 0x9f, 0xea, 0x64, 0xc4, 0xa1, 0xc5, 0x1c, 0x73, 0x9a, 0x78, 0xba, - 0xd0, 0x47, 0xb0, 0xcc, 0x80, 0x91, 0xcc, 0x20, 0x28, 0x95, 0x3d, 0x8a, 0x8b, 0x50, 0x4c, 0x56, - 0x1b, 0xbf, 0x04, 0xff, 0xc8, 0x47, 0x5d, 0x63, 0xe1, 0x83, 0x31, 0x7e, 0xb8, 0x86, 0x3f, 0xf8, - 0x71, 0x1b, 0xbf, 0x74, 0xe3, 0x7f, 0x11, 0xfb, 0x1f, 0xa2, 0x19, 0x06, 0x2b, 0x32, 0x26, 0x00, - 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xad, 0x5a, 0xeb, 0x73, 0xda, 0x48, + 0x12, 0xff, 0xae, 0xbf, 0x62, 0xac, 0xad, 0xca, 0xc2, 0x1a, 0xf3, 0xb2, 0x71, 0x1c, 0x1b, 0x29, + 0x67, 0x0c, 0xb1, 0xb9, 0x8b, 0x6d, 0x02, 0xf6, 0x26, 0x5b, 0x75, 0x55, 0x5b, 0x83, 0x34, 0x80, + 0x6c, 0x49, 0xa3, 0xd5, 0x8c, 0xfc, 0xa8, 0x6c, 0xfe, 0xf7, 0xeb, 0x9e, 0x91, 0x04, 0xc8, 0xbc, + 0x72, 0xb5, 0x1f, 0x82, 0xc5, 0xa8, 0xbb, 0xa7, 0xa7, 0x1f, 0xbf, 0xee, 0x1e, 0xd2, 0xde, 0xeb, + 0xde, 0x5e, 0xdc, 0xfd, 0x31, 0xe8, 0x91, 0x99, 0x0c, 0x7c, 0xbb, 0x8d, 0x9f, 0xc4, 0xa7, 0xe1, + 0xd4, 0x32, 0x59, 0x68, 0xc2, 0x77, 0x46, 0x5d, 0xbb, 0x1d, 0x30, 0x49, 0x49, 0x48, 0x03, 0x66, + 0x99, 0x4f, 0x1e, 0x7b, 0x8e, 0x78, 0x2c, 0x4d, 0xe2, 0xf0, 0x50, 0xb2, 0x50, 0x5a, 0xe6, 0xb3, + 0xe7, 0xca, 0x99, 0xd5, 0xaa, 0xd7, 0x4d, 0xdb, 0xd0, 0xa4, 0x46, 0xe1, 0x9d, 0xcb, 0x9e, 0x3c, + 0x87, 0x1d, 0xa8, 0x2f, 0x15, 0x2f, 0xf4, 0xa4, 0x47, 0xfd, 0x03, 0xe1, 0x50, 0x9f, 0x59, 0x8d, + 0x4a, 0x40, 0x5f, 0xbc, 0x20, 0x09, 0xf2, 0xef, 0x89, 0x60, 0xb1, 0xfa, 0x42, 0xc7, 0xf0, 0x3d, + 0xe4, 0x26, 0x31, 0x0a, 0x5b, 0xa7, 0x0a, 0x39, 0x33, 0x1a, 0x0b, 0x06, 0x9b, 0x24, 0x72, 0x72, + 0x70, 0x02, 0xab, 0xd2, 0x93, 0x3e, 0xb3, 0x47, 0xaf, 0xa1, 0x43, 0x46, 0x4c, 0x4a, 0x2f, 0x9c, + 0x8a, 0x76, 0x4d, 0x2f, 0xb6, 0x85, 0x13, 0x7b, 0x91, 0xb4, 0x8d, 0x27, 0x1a, 0x13, 0x9f, 0x3b, + 0x5e, 0x54, 0x71, 0x2d, 0x97, 0x3b, 0x49, 0x00, 0x6a, 0x56, 0x60, 0xc1, 0xda, 0x6b, 0x9c, 0x4d, + 0x92, 0xd0, 0x91, 0x1e, 0x0f, 0xc9, 0xb4, 0xef, 0x96, 0x58, 0xf9, 0x7b, 0xcc, 0x64, 0x12, 0x87, + 0xc4, 0xad, 0x4e, 0x99, 0xec, 0xf9, 0x0c, 0x49, 0x3b, 0xaf, 0xea, 0xd5, 0x8f, 0x9c, 0x54, 0xf2, + 0xe9, 0xd4, 0x67, 0x48, 0xad, 0x99, 0xaa, 0x8e, 0x4f, 0x85, 0xf8, 0xec, 0x09, 0x59, 0x4d, 0x5f, + 0x99, 0x33, 0xcf, 0x65, 0x66, 0xb9, 0x82, 0xef, 0xcd, 0x1b, 0x6e, 0xee, 0x6f, 0x20, 0x9a, 0xcb, + 0xbd, 0x2a, 0x95, 0xbf, 0x3f, 0x7b, 0xa1, 0xcb, 0x9f, 0xab, 0x3c, 0x62, 0x21, 0x10, 0x48, 0x19, + 0x89, 0xd3, 0x5a, 0xed, 0x31, 0xe4, 0xd5, 0x67, 0x9f, 0xa1, 0x52, 0x35, 0x0f, 0xac, 0x1c, 0x4f, + 0xa8, 0xc3, 0x44, 0x2d, 0x71, 0xa3, 0x83, 0x90, 0x4b, 0x6f, 0xe2, 0xb1, 0xb8, 0xb6, 0x28, 0xa8, + 0x53, 0x14, 0x54, 0x13, 0xa9, 0x6d, 0xcc, 0x8a, 0xf9, 0xa7, 0x60, 0xfe, 0x64, 0x91, 0x9a, 0xba, + 0x0f, 0x40, 0x7f, 0x7c, 0xd4, 0x3a, 0xb2, 0x2c, 0xb7, 0x3a, 0x9a, 0x54, 0xbb, 0xfd, 0xea, 0x13, + 0xf5, 0x13, 0xf6, 0xb1, 0x91, 0x2e, 0xf4, 0xee, 0xf5, 0xc2, 0xbb, 0x77, 0xa5, 0xa5, 0xef, 0x56, + 0xbd, 0x7c, 0xda, 0x6a, 0x1d, 0x9f, 0x14, 0xf8, 0x80, 0xac, 0x9e, 0x2d, 0x9d, 0x2f, 0x73, 0x66, + 0xdf, 0xad, 0x46, 0xb9, 0x52, 0xdf, 0x26, 0xbd, 0x51, 0x5e, 0xd0, 0xd2, 0xe7, 0xd4, 0xfd, 0xf7, + 0xa8, 0xc4, 0x2a, 0xd2, 0xda, 0xab, 0x97, 0xbf, 0xfb, 0x4c, 0x12, 0x0e, 0xfc, 0x4e, 0xcc, 0xa8, + 0x64, 0xa9, 0xa7, 0x4a, 0xa6, 0x76, 0xb9, 0x59, 0x3e, 0xe3, 0x55, 0x38, 0xf2, 0xb9, 0x94, 0xb1, + 0x37, 0x4e, 0x24, 0xd8, 0x5a, 0xc4, 0x8e, 0x59, 0x61, 0xe5, 0x4a, 0x71, 0x5d, 0xbe, 0x46, 0x0c, + 0x8c, 0x22, 0xd9, 0x8b, 0xac, 0x3d, 0xd0, 0x27, 0x9a, 0x09, 0x78, 0x43, 0x48, 0x05, 0xc4, 0x98, + 0x59, 0x91, 0xe5, 0x8a, 0x5b, 0x1d, 0x73, 0xf7, 0xb5, 0x4a, 0x23, 0x30, 0xad, 0x7b, 0x31, 0xf3, + 0x7c, 0xb7, 0xc4, 0x91, 0x9e, 0xba, 0x6e, 0xef, 0x09, 0xb4, 0x40, 0x1f, 0xb3, 0x90, 0xc5, 0x25, + 0x13, 0x75, 0x36, 0x2b, 0xa5, 0xb2, 0x65, 0x7f, 0xbf, 0x64, 0xf2, 0xf7, 0x52, 0xb9, 0x02, 0x31, + 0xfa, 0x3b, 0xf5, 0x4b, 0xe5, 0x1f, 0xab, 0x19, 0x58, 0x1c, 0xf3, 0x18, 0xf4, 0x04, 0x06, 0x48, + 0x27, 0xc1, 0x7d, 0x56, 0xf5, 0xf9, 0xb4, 0x64, 0xf6, 0x70, 0x9d, 0xa4, 0x56, 0x00, 0x3f, 0x92, + 0x89, 0xe7, 0x33, 0x75, 0x1e, 0xc8, 0x9f, 0x18, 0xce, 0xfd, 0x39, 0x5d, 0xe7, 0x13, 0xcc, 0xd1, + 0x89, 0x37, 0x4d, 0x62, 0xaa, 0xcc, 0xa6, 0xcf, 0x43, 0x26, 0xd4, 0xc3, 0xf8, 0xf9, 0x6f, 0xd8, + 0x0f, 0x1d, 0x1e, 0x44, 0x60, 0x3d, 0x46, 0x22, 0x3a, 0x65, 0xc4, 0xa5, 0x92, 0xee, 0x41, 0x34, + 0x2c, 0x58, 0xfa, 0xd3, 0x05, 0x84, 0xc3, 0x84, 0xc7, 0xa5, 0x07, 0xab, 0x7e, 0xf6, 0xd0, 0x3e, + 0x39, 0x7b, 0xd8, 0xdf, 0x2f, 0xab, 0x48, 0xbe, 0x34, 0xf7, 0x4b, 0x0f, 0xfb, 0xe0, 0x96, 0xaa, + 0x33, 0x63, 0xce, 0x23, 0x73, 0x2d, 0xbd, 0x3c, 0x32, 0xcb, 0xda, 0x65, 0xb6, 0xfd, 0xf0, 0xae, + 0xa1, 0xa3, 0x7e, 0xb8, 0x86, 0x76, 0xb8, 0x44, 0x3b, 0xdf, 0xf5, 0x12, 0x77, 0xc5, 0x4c, 0x85, + 0xa8, 0x02, 0x1f, 0xd7, 0x2b, 0xdc, 0x82, 0xec, 0x2c, 0x68, 0xc1, 0xf6, 0xad, 0xd5, 0x8a, 0xfc, + 0xc6, 0x2b, 0x32, 0x7d, 0x37, 0x5c, 0xf1, 0x8e, 0xff, 0x66, 0x35, 0xcf, 0x0a, 0xba, 0x5a, 0xac, + 0x52, 0xd0, 0xc8, 0x92, 0x73, 0x75, 0x46, 0x83, 0x5c, 0x9d, 0xa5, 0xd8, 0xd6, 0x52, 0x5e, 0x22, + 0xe0, 0x11, 0xf2, 0x15, 0xfc, 0xe3, 0x7a, 0x22, 0xf2, 0xe9, 0xab, 0xc5, 0xec, 0xfa, 0x47, 0x33, + 0xe4, 0x21, 0x33, 0x4f, 0xcd, 0x31, 0x80, 0xcb, 0x23, 0xb8, 0xc7, 0xae, 0xe7, 0x31, 0x3d, 0xc8, + 0x36, 0x5d, 0x30, 0x74, 0x16, 0x0c, 0xdf, 0xc5, 0xb3, 0x27, 0x9d, 0x59, 0x29, 0x42, 0x6c, 0xeb, + 0x43, 0x18, 0x2f, 0xb1, 0x94, 0xcb, 0xdf, 0x1d, 0x2a, 0x18, 0xc1, 0x44, 0x3b, 0x5d, 0xd2, 0xc5, + 0xc2, 0xa5, 0xb3, 0x31, 0x64, 0xc0, 0xe3, 0x99, 0x22, 0xc1, 0x1c, 0x2e, 0x90, 0xe0, 0xd2, 0x22, + 0xc9, 0x51, 0xfd, 0xa8, 0x28, 0x05, 0x97, 0x7e, 0xe0, 0x79, 0x2b, 0xe8, 0xf9, 0x05, 0xf5, 0x40, + 0x33, 0x13, 0x03, 0xed, 0xd4, 0xb4, 0xac, 0x14, 0x4e, 0xe0, 0x60, 0x2a, 0xae, 0xaa, 0x51, 0xcc, + 0x25, 0x77, 0xb8, 0x0f, 0x07, 0x54, 0x48, 0x5a, 0xaf, 0x94, 0x14, 0xc4, 0x5a, 0x48, 0xe1, 0x8f, + 0x24, 0x8f, 0x21, 0xba, 0x10, 0x44, 0xfb, 0x92, 0x05, 0x98, 0x09, 0x4e, 0x1f, 0x6c, 0x56, 0xfe, + 0xfb, 0xef, 0x94, 0x0c, 0xf8, 0x83, 0x08, 0x02, 0xf7, 0x13, 0xc8, 0x27, 0xd7, 0xdc, 0x65, 0x55, + 0x32, 0xf0, 0x19, 0x6a, 0xc8, 0x10, 0xe0, 0xc8, 0xd7, 0xcf, 0xbd, 0x2e, 0xe9, 0x0f, 0x20, 0x34, + 0x2b, 0x4b, 0x12, 0xc5, 0xb2, 0xc4, 0x8a, 0x92, 0x56, 0x2e, 0x23, 0x95, 0xc2, 0x07, 0x14, 0xff, + 0x51, 0x01, 0x27, 0xe0, 0xa6, 0xb9, 0xaf, 0x5e, 0x9f, 0x9a, 0x66, 0x79, 0x7f, 0x8e, 0x81, 0x35, + 0x51, 0x7d, 0x10, 0x1f, 0x23, 0xeb, 0xc8, 0xac, 0xec, 0x35, 0xca, 0x3f, 0x8c, 0x76, 0x2d, 0x2d, + 0x14, 0x6d, 0xe5, 0x51, 0xfb, 0x5f, 0x5e, 0x80, 0x25, 0x87, 0x24, 0xb1, 0x0f, 0xb8, 0xa1, 0x9c, + 0xec, 0x08, 0x01, 0x98, 0x02, 0x84, 0x8a, 0xa0, 0x5d, 0xd3, 0x25, 0x12, 0x61, 0x00, 0x92, 0x12, + 0x77, 0xb6, 0x4c, 0xb0, 0x16, 0x94, 0x23, 0x08, 0xd8, 0xc0, 0x20, 0x1e, 0x7c, 0xc7, 0xa7, 0x3f, + 0x85, 0x99, 0x96, 0xd0, 0xd1, 0xc4, 0x24, 0x50, 0xc0, 0x66, 0x1c, 0xde, 0x44, 0x5c, 0x40, 0x29, + 0x85, 0xf4, 0x4e, 0xc6, 0x81, 0x07, 0xa5, 0x0c, 0x23, 0x1f, 0x58, 0x5d, 0xef, 0x89, 0xa8, 0x1a, + 0x61, 0x99, 0x92, 0x83, 0x79, 0x9e, 0xd3, 0x35, 0x23, 0x5d, 0x9c, 0x31, 0x3f, 0xea, 0xc0, 0x1a, + 0xc0, 0x91, 0xc4, 0x22, 0x04, 0xc0, 0x65, 0x99, 0xfa, 0x0b, 0x4a, 0x73, 0x7c, 0xcf, 0x79, 0xb4, + 0xcc, 0x2b, 0x94, 0xf5, 0xb1, 0x5d, 0xd3, 0x2f, 0x40, 0x55, 0x10, 0x91, 0xf3, 0x18, 0x6b, 0x98, + 0x3a, 0xc8, 0xd4, 0xa1, 0xce, 0xe3, 0x9c, 0x6f, 0x69, 0x17, 0xad, 0xa9, 0x69, 0x8f, 0xe8, 0x13, + 0x9b, 0x93, 0xcc, 0x62, 0xa8, 0xfd, 0x5a, 0xfe, 0xac, 0xa9, 0x4b, 0x30, 0x98, 0x38, 0x89, 0xc0, + 0x3c, 0x4d, 0x58, 0x3a, 0xb4, 0x95, 0x0f, 0x3b, 0x31, 0x98, 0x07, 0x42, 0x4f, 0xc2, 0xf2, 0xa1, + 0x7d, 0xdf, 0x1d, 0x90, 0x01, 0x18, 0xf7, 0x94, 0xb4, 0xbd, 0x30, 0x4a, 0x64, 0x6a, 0x9e, 0xfb, + 0x81, 0x99, 0x29, 0x17, 0x26, 0xc1, 0x98, 0xc5, 0x60, 0x2d, 0x2f, 0xb4, 0xcc, 0x06, 0xfc, 0xa5, + 0x2f, 0x96, 0x79, 0xdc, 0x6a, 0x1d, 0xb6, 0xcc, 0xcc, 0x3c, 0x2e, 0x3c, 0xc6, 0xec, 0xaf, 0xc4, + 0x8b, 0x19, 0x7a, 0x21, 0xb6, 0x9b, 0xa1, 0xbb, 0x2c, 0x35, 0xed, 0x1e, 0xee, 0x9b, 0x26, 0xf9, + 0xff, 0xa5, 0xe2, 0x11, 0x0c, 0x75, 0xac, 0x69, 0xcc, 0x93, 0x48, 0xa8, 0x03, 0x2c, 0xa9, 0x0d, + 0x60, 0xa2, 0x7c, 0x8d, 0x7f, 0x97, 0xf7, 0x51, 0x81, 0x02, 0x32, 0x35, 0x38, 0x9c, 0x2a, 0x5c, + 0xb0, 0x89, 0xb1, 0xcc, 0x3d, 0x4c, 0xb9, 0x87, 0x3b, 0x71, 0xb7, 0x25, 0x36, 0x47, 0xc4, 0x48, + 0x5f, 0x06, 0x34, 0x9e, 0x7a, 0xe1, 0x69, 0x9d, 0xd0, 0x44, 0x72, 0x7c, 0x0b, 0x0a, 0x4b, 0x50, + 0xbc, 0x86, 0x1f, 0xf0, 0xaf, 0x91, 0x3f, 0x35, 0xf3, 0xa7, 0xc3, 0xfc, 0xe9, 0x28, 0x7f, 0x6a, + 0x19, 0xf9, 0xe3, 0x71, 0xfe, 0xf4, 0x3e, 0x7f, 0x3a, 0xd1, 0x4f, 0x35, 0x25, 0x5e, 0x6f, 0x31, + 0x82, 0xb2, 0x77, 0x9a, 0x13, 0x64, 0x16, 0xd7, 0x27, 0x50, 0x90, 0x3b, 0xe6, 0x2f, 0xe9, 0xc9, + 0x1a, 0x59, 0xfc, 0xc3, 0x93, 0x5d, 0x64, 0x59, 0xc9, 0xd1, 0xcc, 0x5b, 0x3f, 0x78, 0xdc, 0x8d, + 0xe5, 0x30, 0xdf, 0xe4, 0xf0, 0x2d, 0xc7, 0x6a, 0xbd, 0x8e, 0x72, 0x96, 0xa3, 0x1d, 0x37, 0x69, + 0xcd, 0xf5, 0x6a, 0xed, 0xc8, 0x72, 0x9c, 0x6f, 0x72, 0xbc, 0xab, 0x5e, 0xef, 0x73, 0x96, 0xf7, + 0x3b, 0x6e, 0x72, 0x32, 0xd7, 0xeb, 0x24, 0x63, 0x59, 0x74, 0xd6, 0x90, 0x39, 0xcc, 0x7b, 0x62, + 0xa7, 0xbb, 0x08, 0x1b, 0x36, 0x72, 0x61, 0xc3, 0x1d, 0xfd, 0x35, 0x6c, 0x66, 0x1a, 0x0f, 0x9b, + 0x3b, 0x1e, 0x72, 0x98, 0xfb, 0x6b, 0x78, 0xb8, 0xe3, 0x26, 0x47, 0x73, 0xbd, 0x76, 0xf4, 0xd7, + 0xb0, 0x95, 0x6f, 0xd2, 0xda, 0x55, 0xaf, 0xdc, 0x5f, 0xc3, 0xe3, 0x1d, 0x37, 0x79, 0x3f, 0xd7, + 0x6b, 0x47, 0x7f, 0x0d, 0x4f, 0xf2, 0x4d, 0x96, 0xdd, 0x55, 0x53, 0xd9, 0x0d, 0x80, 0x0a, 0xc0, + 0x93, 0xfb, 0x2c, 0xe4, 0xcf, 0x31, 0x8d, 0xd6, 0xc9, 0x4b, 0xe5, 0x40, 0x4d, 0xe8, 0xc4, 0xde, + 0x74, 0x26, 0x43, 0x26, 0x44, 0xa5, 0x5d, 0x4b, 0x99, 0x8c, 0xdd, 0xb8, 0x2f, 0x4c, 0xfb, 0x82, + 0xfb, 0x3c, 0x9e, 0x33, 0x66, 0x7c, 0x14, 0x40, 0x75, 0x9d, 0xbd, 0x52, 0xe6, 0x6f, 0xa6, 0xdd, + 0x9b, 0x4c, 0x98, 0x23, 0xc5, 0x9c, 0x1b, 0x81, 0x73, 0xd3, 0x8e, 0xa3, 0x5b, 0x18, 0x19, 0xa1, + 0xf5, 0x99, 0x62, 0xc3, 0x4e, 0x78, 0x84, 0xdd, 0x84, 0xa8, 0x90, 0xcd, 0x3c, 0x97, 0x00, 0x9e, + 0x63, 0x9e, 0x84, 0xae, 0x40, 0xf9, 0x06, 0x22, 0x10, 0xd1, 0x93, 0x8f, 0x6e, 0x47, 0x04, 0xf6, + 0xc6, 0x2e, 0x20, 0xb7, 0x23, 0x71, 0x44, 0x0c, 0xa7, 0xec, 0x74, 0x8b, 0xc4, 0xae, 0x69, 0x6f, + 0x10, 0x95, 0x56, 0xbf, 0x28, 0x06, 0x93, 0x12, 0xe8, 0xbc, 0xfb, 0xc3, 0x6d, 0xf2, 0x3a, 0x8b, + 0xf2, 0xce, 0x7d, 0xf6, 0x42, 0x97, 0xa5, 0x6e, 0xe3, 0x3f, 0x5f, 0xe4, 0x1f, 0xc0, 0x50, 0xe1, + 0x45, 0x82, 0x5c, 0x25, 0x2c, 0x3d, 0xce, 0xcf, 0x09, 0xbb, 0x5a, 0x14, 0x76, 0x4d, 0x9d, 0x98, + 0xff, 0x1c, 0xff, 0x75, 0xca, 0x8f, 0xd5, 0x3a, 0x82, 0xb6, 0x00, 0x66, 0x2d, 0x98, 0x8b, 0x63, + 0x1a, 0x8a, 0xc0, 0x13, 0x62, 0x49, 0x42, 0x5a, 0x68, 0x87, 0x2b, 0x0b, 0x6d, 0x3d, 0x2d, 0xb4, + 0x87, 0xf0, 0x60, 0xac, 0x2d, 0xb3, 0x2a, 0x62, 0x20, 0xe8, 0xc7, 0x9c, 0xcb, 0xfc, 0x15, 0x0c, + 0xd9, 0x04, 0x26, 0x2c, 0xff, 0x35, 0x35, 0x80, 0xa8, 0xb6, 0x6b, 0x1e, 0xf6, 0x1c, 0xb9, 0x20, + 0x11, 0xf8, 0xa6, 0xaa, 0xd1, 0xfd, 0x50, 0x48, 0x1a, 0x3a, 0x8c, 0xe0, 0x1c, 0xa5, 0x8a, 0x74, + 0x2f, 0x54, 0xa5, 0xd2, 0xcb, 0x5e, 0xf8, 0xf0, 0x62, 0xed, 0x99, 0xd3, 0x0c, 0xbe, 0xf9, 0xac, + 0x0f, 0x7d, 0x4d, 0x1f, 0x19, 0x91, 0x33, 0x4f, 0xcc, 0xd9, 0xa1, 0x0e, 0x3b, 0xfc, 0x89, 0xc5, + 0x28, 0x74, 0x8b, 0xe9, 0x6e, 0x3a, 0x78, 0x21, 0x02, 0x5a, 0x16, 0x95, 0x1c, 0x32, 0xea, 0x4b, + 0x2f, 0x60, 0x4a, 0xbf, 0x34, 0xc1, 0x09, 0xda, 0x37, 0x4e, 0x5f, 0x6c, 0xd3, 0x6f, 0x98, 0x46, + 0xec, 0x3d, 0xb4, 0xc8, 0x01, 0xf5, 0x60, 0xb2, 0xcb, 0x52, 0x28, 0xf4, 0x5f, 0xb7, 0x68, 0x75, + 0x7d, 0x6b, 0xe6, 0xa6, 0x86, 0x1e, 0xc4, 0xbe, 0x61, 0xf2, 0x99, 0xc7, 0x8f, 0xa4, 0x7b, 0xfd, + 0x8d, 0x28, 0x3e, 0x65, 0x5b, 0x78, 0x79, 0x07, 0xec, 0x20, 0x4b, 0x30, 0x1f, 0x33, 0x49, 0x33, + 0x77, 0xfb, 0xaa, 0x53, 0x54, 0x5e, 0x80, 0xd8, 0xc0, 0x39, 0x41, 0xdd, 0x18, 0xe0, 0x41, 0x75, + 0xfa, 0x12, 0x3d, 0x47, 0x98, 0x38, 0x8e, 0x00, 0x22, 0x34, 0xaa, 0x87, 0x0d, 0x52, 0x12, 0xe7, + 0x17, 0x37, 0xe5, 0x76, 0x4d, 0x53, 0xd8, 0x05, 0x4a, 0x9c, 0x4a, 0x4c, 0xfb, 0x3c, 0x96, 0x07, + 0xa0, 0x4a, 0x4e, 0x54, 0x94, 0x07, 0x51, 0xa3, 0x35, 0x81, 0xe1, 0xd1, 0xcc, 0x9e, 0x00, 0xaf, + 0x12, 0x21, 0x79, 0x40, 0xb0, 0x47, 0x9f, 0xcb, 0xaf, 0xe9, 0xf7, 0xfa, 0x98, 0xaa, 0x6d, 0x46, + 0xb8, 0x85, 0x39, 0xcd, 0x5e, 0xd1, 0x6e, 0xf6, 0x06, 0xbb, 0xf4, 0x85, 0x8b, 0xa7, 0xda, 0x10, + 0xbe, 0xaa, 0x03, 0xbe, 0x4e, 0xc0, 0x89, 0xd8, 0xe5, 0x6e, 0xf1, 0x44, 0x2f, 0x4b, 0xad, 0x91, + 0xa4, 0x38, 0x62, 0x84, 0x10, 0x06, 0x30, 0xf4, 0x15, 0xf5, 0xbb, 0xdf, 0x98, 0x4e, 0xc7, 0x87, + 0x1f, 0x3e, 0x7c, 0x28, 0xa8, 0x61, 0xbc, 0x4d, 0x21, 0x95, 0x31, 0xe4, 0x02, 0x35, 0x20, 0x1c, + 0x64, 0xb7, 0x29, 0x99, 0xc5, 0x6c, 0x62, 0xe5, 0xd7, 0x4a, 0x53, 0x4f, 0xce, 0x92, 0x71, 0xd5, + 0xe1, 0x41, 0xed, 0x33, 0x73, 0x3f, 0xbd, 0xe8, 0x4f, 0xec, 0xc4, 0xa1, 0xb7, 0xc4, 0x4b, 0xb6, + 0x3f, 0xc7, 0x3e, 0x0d, 0x1f, 0x4d, 0x5b, 0xad, 0xb7, 0x6b, 0xd4, 0xde, 0xc3, 0xad, 0x46, 0x8f, + 0x5e, 0x84, 0x02, 0x0f, 0xf8, 0xe4, 0x40, 0xc0, 0x5e, 0x0c, 0x73, 0x44, 0xc3, 0xc4, 0x1c, 0x17, + 0xd6, 0x94, 0x8c, 0xde, 0x48, 0x9f, 0x1f, 0x23, 0x4f, 0x28, 0x13, 0x50, 0xd7, 0x45, 0x94, 0x2d, + 0x58, 0xa0, 0x7b, 0x5e, 0xb4, 0x80, 0xb1, 0xe4, 0xa2, 0x56, 0xa3, 0x5e, 0x30, 0x80, 0x92, 0x98, + 0xa6, 0x84, 0x00, 0x6d, 0x60, 0xd2, 0x2b, 0xc8, 0xfc, 0xf6, 0x6d, 0xf5, 0x90, 0x91, 0x99, 0xb5, + 0xd1, 0x5a, 0x25, 0x33, 0x80, 0xd9, 0xf4, 0x4d, 0x4a, 0xa0, 0x17, 0x75, 0xe4, 0x19, 0xf3, 0x60, + 0xb5, 0xbb, 0x9e, 0x40, 0x88, 0x70, 0xd7, 0x45, 0x3d, 0xf4, 0x54, 0x23, 0x50, 0x0b, 0x90, 0x69, + 0x78, 0xd9, 0x79, 0x43, 0x64, 0xa4, 0x54, 0xcd, 0x9c, 0xaa, 0xbb, 0x8a, 0x2c, 0xa5, 0x3a, 0xcc, + 0x4a, 0xef, 0x5a, 0x39, 0xef, 0x33, 0x0a, 0xb2, 0x4f, 0xbe, 0xce, 0x3c, 0xc9, 0xd6, 0x89, 0x3a, + 0xc9, 0x09, 0xd3, 0xaa, 0xbc, 0x36, 0x21, 0x3f, 0x14, 0x29, 0xb7, 0x89, 0x86, 0x24, 0x57, 0x99, + 0x81, 0x07, 0x36, 0xd6, 0x11, 0xb5, 0xd0, 0x72, 0x41, 0x00, 0x43, 0xff, 0x3e, 0xc9, 0xa9, 0xd7, + 0x22, 0x07, 0xc0, 0x4e, 0x4e, 0xf4, 0x75, 0xad, 0xa5, 0xc1, 0x1b, 0x03, 0x08, 0x2b, 0xb6, 0x0e, + 0x21, 0x28, 0x31, 0x96, 0x73, 0x61, 0xcd, 0x15, 0x2b, 0x43, 0x30, 0x3b, 0x70, 0x83, 0x97, 0x1a, + 0xc4, 0x63, 0x21, 0x2b, 0x34, 0xd0, 0x79, 0xe1, 0x84, 0x63, 0x6a, 0xa8, 0xce, 0xed, 0x0e, 0x80, + 0x1c, 0x32, 0xa3, 0x98, 0xce, 0x77, 0x5b, 0xe0, 0xa6, 0x5e, 0x5f, 0x8c, 0x3c, 0x12, 0xe8, 0x2e, + 0xe7, 0x13, 0x8f, 0x1d, 0xc4, 0xfa, 0x17, 0x32, 0xce, 0xfb, 0xbb, 0x2d, 0xf0, 0xf2, 0x29, 0x6b, + 0x43, 0xd2, 0x50, 0xcc, 0xab, 0x0b, 0x99, 0xd2, 0x20, 0xa0, 0xc4, 0xe1, 0x31, 0xf6, 0x48, 0x60, + 0x8f, 0x2d, 0x82, 0x86, 0x97, 0xa9, 0xa0, 0xac, 0x6e, 0x11, 0x9c, 0xe5, 0xf9, 0x64, 0x02, 0x26, + 0x2d, 0x9c, 0xee, 0xeb, 0xed, 0xca, 0xd3, 0x1d, 0x34, 0x5b, 0xad, 0xf4, 0x80, 0xea, 0xc9, 0x98, + 0x67, 0xd6, 0x8a, 0xf2, 0xa8, 0x3b, 0xa6, 0xdf, 0xb9, 0x07, 0x27, 0x3e, 0x87, 0x16, 0x03, 0x2b, + 0xaf, 0xae, 0xe5, 0x0a, 0xcc, 0x11, 0xcb, 0x6f, 0xb8, 0x22, 0x9a, 0x43, 0xb1, 0xba, 0x3e, 0xb7, + 0xdb, 0x2c, 0xc8, 0xe6, 0x65, 0x07, 0x1b, 0xd9, 0xd3, 0x5f, 0x26, 0x14, 0x7f, 0x95, 0xb8, 0xc3, + 0x12, 0x3e, 0xf1, 0xe2, 0xe0, 0x99, 0xc6, 0x0c, 0x1a, 0x3a, 0xcf, 0x77, 0x89, 0xcb, 0x99, 0xc0, + 0x4e, 0x08, 0x9c, 0xe6, 0xf8, 0x89, 0xcb, 0xd2, 0x46, 0x4d, 0x24, 0x11, 0x16, 0x93, 0xaa, 0x86, + 0x73, 0x16, 0x2c, 0xe0, 0xfa, 0xbc, 0x94, 0xe8, 0xcd, 0xed, 0x5e, 0x90, 0xf8, 0x54, 0x66, 0x9c, + 0xfa, 0x47, 0x8e, 0x2d, 0xb6, 0x3c, 0x4f, 0x3b, 0x0b, 0x43, 0xf3, 0x78, 0xe1, 0x53, 0x7a, 0x89, + 0xa6, 0xde, 0x17, 0x98, 0xf1, 0x22, 0x3a, 0x67, 0xec, 0x2b, 0x03, 0xfa, 0x2c, 0x9c, 0xca, 0x19, + 0xa4, 0x7c, 0x33, 0x97, 0x23, 0x38, 0x61, 0xa9, 0x22, 0x5a, 0x05, 0x81, 0xfd, 0x92, 0x43, 0x7d, + 0x1f, 0x5a, 0x17, 0x86, 0xc7, 0x16, 0x72, 0xd9, 0x4b, 0xe7, 0x6f, 0x4a, 0x5e, 0xe6, 0x82, 0x0c, + 0x5a, 0x33, 0x18, 0x5c, 0xac, 0x2c, 0xaa, 0x03, 0x06, 0x58, 0xcf, 0xfb, 0xb4, 0xf4, 0xba, 0xa7, + 0xe0, 0x40, 0x65, 0xa4, 0x15, 0x4e, 0x78, 0xf7, 0xcb, 0x87, 0x93, 0x93, 0x93, 0x33, 0xd2, 0x1e, + 0xdb, 0xd7, 0x5f, 0xee, 0xee, 0x08, 0x8e, 0x14, 0xd8, 0xd3, 0xe2, 0x55, 0x3a, 0x41, 0x65, 0x1d, + 0x1e, 0x86, 0x08, 0x27, 0xa0, 0x3c, 0x9c, 0x9b, 0xc5, 0x21, 0xf5, 0xc9, 0x8c, 0x0b, 0x29, 0xf6, + 0x74, 0x3a, 0xa1, 0x0f, 0x03, 0xfa, 0x4a, 0xbc, 0x00, 0x10, 0x5d, 0xaa, 0xb3, 0x81, 0x42, 0x11, + 0x34, 0xa0, 0x50, 0x37, 0x43, 0xd5, 0x9c, 0x4f, 0xd4, 0x55, 0x21, 0xd4, 0xba, 0xf1, 0x82, 0x86, + 0x98, 0x3b, 0x64, 0xcc, 0x04, 0x16, 0x43, 0x01, 0x68, 0x01, 0x03, 0x06, 0xb6, 0x49, 0x24, 0x81, + 0xe6, 0x89, 0x87, 0x0c, 0xb9, 0x40, 0x16, 0x7c, 0x11, 0x2c, 0xd6, 0xe6, 0xa3, 0x50, 0x89, 0x08, + 0x06, 0xba, 0x8a, 0x02, 0xa3, 0x04, 0x51, 0x8f, 0xea, 0x48, 0xd8, 0xc7, 0x7f, 0xad, 0xe4, 0x8a, + 0x42, 0xb0, 0x30, 0x78, 0x76, 0x49, 0x6f, 0x34, 0x40, 0xad, 0x41, 0x4a, 0xa0, 0x8e, 0x85, 0x92, + 0x51, 0x3d, 0x6c, 0xe9, 0xf0, 0x78, 0xe5, 0x95, 0xad, 0x2a, 0x5a, 0xa1, 0x18, 0xd5, 0xb8, 0x96, + 0x7b, 0xe3, 0x1f, 0x88, 0x69, 0x65, 0xe9, 0xb7, 0x21, 0x3d, 0x0f, 0x67, 0xdc, 0x56, 0x6d, 0x6a, + 0x1b, 0x69, 0xa3, 0x8c, 0xdf, 0xb6, 0xb5, 0x90, 0x5f, 0x74, 0xf0, 0x75, 0x62, 0xfe, 0xc8, 0xe2, + 0x95, 0x41, 0x9b, 0x36, 0xaa, 0xd7, 0xa3, 0x37, 0x51, 0xbb, 0xea, 0xca, 0xef, 0xfa, 0xcb, 0xe0, + 0x76, 0xb8, 0x16, 0x18, 0x8d, 0xd5, 0x17, 0x74, 0x69, 0x17, 0x8b, 0x96, 0x48, 0x0f, 0xea, 0x40, + 0x98, 0x42, 0x21, 0xf2, 0xa8, 0x0f, 0x3e, 0x8c, 0xd1, 0xa1, 0xd8, 0x12, 0x43, 0x53, 0x05, 0x5e, + 0x81, 0xf6, 0x0a, 0xbc, 0x95, 0xe0, 0x34, 0x91, 0xfa, 0x0f, 0x6f, 0xae, 0x95, 0x7f, 0x6f, 0x18, + 0x92, 0x64, 0x4e, 0x53, 0x92, 0x22, 0xd8, 0x04, 0xba, 0x62, 0x97, 0x4c, 0x38, 0x32, 0x73, 0x78, + 0x11, 0x67, 0xf1, 0xb1, 0x97, 0x85, 0x17, 0x74, 0xdf, 0xf1, 0x52, 0xd6, 0x1a, 0x6f, 0xd3, 0xf6, + 0xfa, 0xcb, 0xfd, 0xa8, 0x37, 0x5c, 0x32, 0xc2, 0x51, 0x5d, 0xab, 0x3e, 0x48, 0xf7, 0x28, 0xd8, + 0x2f, 0xdb, 0x7a, 0x6e, 0xc3, 0x2f, 0x83, 0xf3, 0xd1, 0xb2, 0x1d, 0x8f, 0x8f, 0xb4, 0x88, 0x0b, + 0xdf, 0xc3, 0x23, 0xf6, 0xbb, 0x1b, 0x80, 0xe3, 0xfa, 0xcb, 0x45, 0xbf, 0xab, 0x8d, 0x58, 0xd4, + 0xa0, 0xab, 0xe0, 0x82, 0xdc, 0xf1, 0xc8, 0x73, 0x36, 0x49, 0xe8, 0xbe, 0x71, 0xa2, 0xca, 0xc8, + 0x4b, 0xbc, 0x09, 0xdd, 0xce, 0x7d, 0xb9, 0x1a, 0xb8, 0x06, 0xc9, 0x18, 0x46, 0xb1, 0x59, 0x71, + 0xc2, 0xde, 0x12, 0x7a, 0x9d, 0xb4, 0x67, 0x86, 0x0e, 0xd7, 0xd8, 0x3a, 0x25, 0x12, 0x35, 0xca, + 0xec, 0x5a, 0xde, 0x83, 0xbf, 0xa4, 0x5c, 0x51, 0xd9, 0x55, 0x3c, 0x64, 0x85, 0x3d, 0x45, 0x14, + 0x4c, 0xdf, 0x85, 0xb9, 0xbc, 0x98, 0xc5, 0xb0, 0xf4, 0x4f, 0x26, 0xf1, 0xe2, 0x0d, 0xc0, 0xa6, + 0x5c, 0x56, 0xa5, 0x09, 0xf7, 0x56, 0xd6, 0xf9, 0x83, 0x27, 0x50, 0x04, 0x42, 0x90, 0x0e, 0x88, + 0x84, 0x81, 0x0d, 0x8d, 0x83, 0x3b, 0x65, 0xa4, 0x3f, 0x50, 0x18, 0x85, 0x2b, 0x3e, 0x76, 0x12, + 0x44, 0xa7, 0x1b, 0xec, 0xa6, 0xd6, 0x7e, 0x3d, 0x1f, 0x43, 0xd3, 0xf2, 0x2b, 0x42, 0x9b, 0x2a, + 0x4b, 0x1a, 0x1d, 0xc9, 0x0c, 0xf6, 0x06, 0xe3, 0x56, 0x8d, 0x6c, 0x3a, 0x1c, 0x70, 0x80, 0x6c, + 0xd4, 0x48, 0x0b, 0x59, 0x4a, 0xe7, 0xab, 0xcf, 0x1b, 0x7b, 0x1c, 0x98, 0x57, 0x6c, 0x82, 0x39, + 0xf7, 0x5a, 0xb8, 0x04, 0xbf, 0xea, 0xaf, 0xe6, 0xab, 0xd7, 0x97, 0xba, 0x23, 0x6c, 0x8a, 0xb6, + 0xcd, 0x16, 0x57, 0x03, 0x1d, 0x27, 0x80, 0x0d, 0x61, 0x05, 0x42, 0x44, 0xcf, 0xd8, 0x1b, 0x43, + 0xeb, 0x4a, 0x5d, 0x46, 0xdd, 0x86, 0xb5, 0xdb, 0xc9, 0x64, 0xcb, 0x1d, 0xd4, 0x15, 0xb4, 0x56, + 0x64, 0xe1, 0xa2, 0x8d, 0x6c, 0xbf, 0x1f, 0xbb, 0xba, 0x00, 0x16, 0x75, 0xbb, 0x86, 0x6a, 0xa1, + 0xe1, 0x3a, 0x99, 0x3f, 0x4e, 0x17, 0xee, 0xc9, 0x52, 0xe2, 0xfa, 0x9b, 0xe9, 0x64, 0x5e, 0xa1, + 0x97, 0x0a, 0x34, 0xb6, 0x53, 0x36, 0xa9, 0x16, 0xec, 0xdf, 0x78, 0x33, 0x30, 0xfd, 0x14, 0x7b, + 0x73, 0x7d, 0x7b, 0x90, 0x71, 0x1b, 0x1b, 0xd8, 0x0f, 0xb7, 0xb3, 0xcf, 0xb9, 0x33, 0x10, 0x1f, + 0xa8, 0xeb, 0x35, 0x0c, 0xb5, 0x28, 0x11, 0x33, 0xdf, 0x0b, 0x1f, 0x33, 0x58, 0xe0, 0xe1, 0x42, + 0xf8, 0x82, 0xa9, 0x27, 0xf8, 0x93, 0xa0, 0x9c, 0x41, 0x91, 0x16, 0xf4, 0x29, 0xbd, 0x9e, 0xc1, + 0x9f, 0xaf, 0x73, 0x5c, 0x36, 0x4a, 0xcf, 0xe0, 0xf5, 0xb4, 0xf1, 0xc9, 0xc0, 0x3e, 0x9c, 0x96, + 0x33, 0xc3, 0x43, 0x3f, 0x29, 0x13, 0x8c, 0x20, 0x18, 0x0d, 0xc3, 0x5c, 0x39, 0x2f, 0x9a, 0x0f, + 0x6d, 0x3a, 0x19, 0x40, 0xae, 0xca, 0x48, 0xfc, 0x51, 0x10, 0x28, 0xf3, 0x86, 0xe7, 0xd0, 0x1e, + 0xb1, 0x18, 0x8a, 0x8c, 0x4a, 0xfb, 0x0e, 0x4d, 0x5c, 0x12, 0x43, 0xf3, 0x55, 0x9c, 0x0b, 0x3b, + 0x5d, 0xf3, 0xcd, 0x24, 0xd2, 0x68, 0x21, 0x76, 0xe2, 0x9f, 0x7a, 0x7d, 0xdd, 0xb8, 0xd2, 0x3c, + 0xac, 0x03, 0xba, 0xe3, 0xe7, 0x7a, 0x9a, 0xa3, 0xe3, 0x3a, 0x0c, 0x6a, 0xf8, 0x59, 0xaf, 0xaf, + 0x1f, 0xa5, 0x54, 0xae, 0xe0, 0xe7, 0x7a, 0x41, 0xad, 0xf7, 0xc7, 0x48, 0x03, 0x9f, 0x1b, 0x04, + 0x7d, 0x68, 0x36, 0x60, 0xd2, 0xc2, 0xcf, 0xf5, 0x82, 0x1a, 0x75, 0xb5, 0x9b, 0xfa, 0xb3, 0x41, + 0x54, 0x43, 0x2b, 0xd5, 0x28, 0x6a, 0xb5, 0x34, 0x8f, 0x01, 0x78, 0xfd, 0x87, 0xb1, 0x08, 0xdb, + 0x30, 0x6d, 0x2a, 0x44, 0x76, 0x2c, 0xcf, 0xfd, 0x20, 0x8a, 0xf9, 0x53, 0x95, 0x8c, 0x38, 0xcc, + 0x20, 0x63, 0x4e, 0x63, 0x57, 0x77, 0x84, 0x08, 0x96, 0x29, 0x30, 0x92, 0x19, 0x24, 0xa5, 0xf2, + 0x47, 0x7e, 0x49, 0x88, 0xc5, 0x6a, 0xe3, 0xcf, 0xa4, 0x3f, 0xf3, 0x8b, 0xa7, 0xb1, 0xf0, 0x6b, + 0x2a, 0xfe, 0xaa, 0x0b, 0x7f, 0xf0, 0x97, 0x5f, 0xfc, 0x19, 0x18, 0xff, 0xff, 0xd4, 0xff, 0x00, + 0xfb, 0x96, 0x87, 0x40, 0x4f, 0x25, 0x00, 0x00 }; // Autogenerated from wled00/data/settings_time.htm, do not edit!! const uint16_t PAGE_settings_time_length = 3313; const uint8_t PAGE_settings_time[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xd5, 0x1a, 0x6b, 0x57, 0xdb, 0x38, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xd5, 0x1a, 0x6b, 0x57, 0xdb, 0x38, 0xf6, 0x7b, 0x7e, 0x85, 0x50, 0x7b, 0x98, 0x78, 0x70, 0x9e, 0x90, 0x16, 0x92, 0xd8, 0xdd, 0x10, 0xd2, 0x42, 0x4b, 0x02, 0x67, 0x92, 0x0e, 0xbb, 0xd3, 0xf6, 0x4c, 0x15, 0x5b, 0x49, 0x0c, 0x8e, 0xe4, 0xb5, 0x65, 0x02, 0x4b, 0xf9, 0xef, 0x7b, 0x25, 0x39, 0xce, 0xd3, 0xd0, 0x76, 0x66, 0x3f, @@ -1379,516 +1422,614 @@ const uint8_t PAGE_settings_time[] PROGMEM = { 0x4a, 0x66, 0xc4, 0xf3, 0xb2, 0x29, 0x03, 0xe9, 0xf7, 0x2e, 0x7e, 0x07, 0xc0, 0x1e, 0xbf, 0xe5, 0x91, 0x37, 0xf4, 0xc2, 0xe8, 0xc6, 0xc8, 0x24, 0xae, 0x0a, 0xc7, 0xd0, 0xfa, 0x20, 0x37, 0xff, 0x70, 0x02, 0x6b, 0x5a, 0xcc, 0x99, 0xa8, 0xbe, 0x71, 0x26, 0xfe, 0x2a, 0x9c, 0x49, 0xf7, 0x9f, - 0x73, 0x75, 0xcb, 0x36, 0x00, 0x38, 0x94, 0xcb, 0x0f, 0x80, 0xf1, 0x92, 0xdc, 0x78, 0x32, 0x14, - 0x2e, 0x21, 0x4c, 0x3b, 0x24, 0xd2, 0xca, 0x07, 0x6d, 0xc4, 0x47, 0x23, 0x70, 0x33, 0x0b, 0x0b, - 0xd7, 0x06, 0xfb, 0xf1, 0x62, 0x7b, 0x5d, 0xf6, 0xaa, 0x26, 0xaf, 0xb6, 0x74, 0xac, 0x4f, 0xde, - 0xd3, 0x00, 0x9f, 0x03, 0x7b, 0x76, 0x38, 0x73, 0x23, 0x94, 0x87, 0xf9, 0x22, 0xaa, 0x1c, 0xa2, - 0x09, 0x8f, 0xc3, 0xc8, 0x90, 0x5b, 0xb5, 0xe3, 0x30, 0x84, 0xe0, 0x8e, 0x54, 0x7b, 0x5c, 0xbb, - 0x32, 0x2f, 0x02, 0x2f, 0x01, 0x29, 0x74, 0xea, 0xa6, 0x61, 0x30, 0xc2, 0x76, 0xcc, 0x6e, 0x18, - 0x9f, 0x31, 0x19, 0x47, 0x60, 0xd2, 0x2e, 0xca, 0xd5, 0xe7, 0x44, 0x78, 0x22, 0x76, 0x37, 0xfc, - 0x0a, 0x44, 0x3a, 0xbc, 0xce, 0x7c, 0x0f, 0x8e, 0x20, 0xf3, 0x20, 0xfb, 0x58, 0xd6, 0x43, 0x1b, - 0xb2, 0x58, 0x66, 0xfd, 0x7c, 0x90, 0x91, 0xeb, 0xdc, 0xf9, 0x8b, 0x64, 0x27, 0xa7, 0x25, 0xf0, - 0xaa, 0xf8, 0x4a, 0xd6, 0x76, 0x34, 0x80, 0xc1, 0x62, 0xb9, 0xa2, 0xbd, 0xe0, 0x39, 0x67, 0xe3, - 0xed, 0xd4, 0xf6, 0x36, 0xa9, 0xed, 0x80, 0x23, 0xca, 0x3c, 0xc7, 0x2b, 0x2c, 0xab, 0xbc, 0xa7, - 0xa9, 0xed, 0xad, 0x53, 0x9b, 0xdb, 0x42, 0xae, 0xa2, 0xb6, 0x22, 0xfb, 0x4d, 0xeb, 0xc4, 0x6e, - 0x8f, 0x7f, 0x32, 0xe2, 0xc2, 0x49, 0x0d, 0x05, 0xbc, 0xe7, 0xd2, 0xb8, 0x36, 0x4f, 0xdb, 0xb0, - 0x0a, 0x47, 0xf3, 0xcb, 0x95, 0x45, 0x04, 0x53, 0xb1, 0xcb, 0xb3, 0x73, 0x79, 0x99, 0x1c, 0x45, - 0x88, 0xd1, 0x19, 0x82, 0x12, 0xd1, 0x94, 0x31, 0xfd, 0x1e, 0xcd, 0x78, 0x78, 0x13, 0x41, 0x66, - 0x86, 0x86, 0x32, 0xcb, 0xa7, 0x21, 0xa8, 0xa4, 0x37, 0x8f, 0xa7, 0xf3, 0x52, 0x39, 0x8a, 0x19, - 0x5e, 0xd3, 0x86, 0x34, 0x24, 0xee, 0xdb, 0x6d, 0x79, 0x57, 0x00, 0xd1, 0x70, 0xdf, 0x6e, 0x31, - 0xe2, 0xf3, 0x31, 0x52, 0x03, 0x88, 0x43, 0x18, 0x94, 0x35, 0x35, 0x7a, 0x32, 0x44, 0x5d, 0x9c, - 0x6b, 0x4e, 0x26, 0x84, 0x8d, 0x65, 0xc4, 0x8a, 0x54, 0x92, 0x20, 0x05, 0x30, 0xdf, 0x5c, 0x5e, - 0x58, 0xd8, 0x6f, 0xc1, 0x60, 0x05, 0x3a, 0xef, 0x9c, 0xa4, 0xe8, 0x92, 0xe5, 0x95, 0x0d, 0x31, - 0xaf, 0xe5, 0xbd, 0xb5, 0x25, 0x4b, 0x40, 0xe7, 0x64, 0x3b, 0x96, 0x6a, 0x56, 0x9b, 0x22, 0xb7, - 0x05, 0x8b, 0xa4, 0xae, 0x52, 0x9d, 0x6c, 0xc3, 0xd3, 0xfd, 0x51, 0x3c, 0xfd, 0x09, 0x9f, 0xa1, - 0x1a, 0x40, 0x01, 0xb9, 0x70, 0x0e, 0xcf, 0x09, 0xab, 0xa6, 0x65, 0x93, 0xeb, 0xcf, 0x0d, 0x9a, - 0x44, 0x48, 0x84, 0xc4, 0xf3, 0x8d, 0xe7, 0x56, 0xf6, 0x13, 0xa9, 0xaa, 0x53, 0x6b, 0xf3, 0x98, - 0x09, 0xc8, 0x96, 0x99, 0xba, 0x33, 0x7b, 0x36, 0x8b, 0xe8, 0xe8, 0xb5, 0x8b, 0x55, 0xef, 0x38, - 0xf1, 0xeb, 0x72, 0xe8, 0x04, 0xb2, 0xeb, 0xfa, 0x2e, 0x1b, 0x46, 0x41, 0xa3, 0x09, 0xce, 0x21, - 0x24, 0x81, 0x5d, 0x2d, 0xaf, 0x7a, 0xac, 0xf6, 0xbf, 0xbe, 0xf7, 0xda, 0xe3, 0xe8, 0x68, 0x49, - 0x38, 0x85, 0x04, 0x49, 0x92, 0x2f, 0xb5, 0xcf, 0xbe, 0xb7, 0x4f, 0x0c, 0x81, 0x6f, 0x13, 0x4b, - 0x82, 0xe4, 0x64, 0xc9, 0x0a, 0x9f, 0xed, 0x36, 0x2f, 0x1d, 0x54, 0x29, 0xe1, 0x6d, 0x9e, 0x4b, - 0x25, 0x2c, 0xe7, 0xe6, 0x3c, 0xaf, 0xee, 0x72, 0xfa, 0xdd, 0x17, 0x46, 0xfb, 0x4b, 0x9b, 0xd4, - 0xd7, 0xc4, 0xd6, 0xfd, 0x81, 0xdb, 0xa2, 0x25, 0x2c, 0x6b, 0x62, 0xeb, 0xff, 0x14, 0x96, 0x15, - 0x86, 0xa5, 0x89, 0xe7, 0xba, 0xb2, 0x1d, 0x80, 0x02, 0x75, 0x75, 0x17, 0x29, 0x5b, 0x6f, 0x0e, - 0x6d, 0x35, 0x18, 0xa1, 0x09, 0xa4, 0xcb, 0x68, 0x0a, 0xe6, 0xee, 0xee, 0x80, 0xcf, 0x49, 0xd2, - 0x5a, 0x3b, 0xa7, 0xef, 0xf9, 0xc0, 0xdd, 0x80, 0x86, 0x13, 0x3f, 0xe2, 0xc8, 0x81, 0x90, 0x32, - 0xa4, 0x28, 0x8e, 0xa8, 0x8b, 0x40, 0x6f, 0x75, 0x87, 0x41, 0xde, 0x39, 0x44, 0x12, 0xc1, 0x90, - 0x43, 0x1a, 0xf2, 0xbe, 0x7f, 0xd1, 0x43, 0x84, 0xb9, 0xe8, 0x74, 0x00, 0xa9, 0x74, 0xeb, 0xf2, - 0x0c, 0x39, 0x7c, 0x3a, 0x85, 0x81, 0xa8, 0x98, 0x93, 0x78, 0xdf, 0xc7, 0x60, 0xbf, 0xfa, 0x6a, - 0x57, 0x4c, 0x68, 0x42, 0x0f, 0x3a, 0x3b, 0x01, 0xbc, 0x3e, 0x9f, 0xed, 0x48, 0xd7, 0x85, 0xe4, - 0xde, 0x32, 0x4d, 0x2e, 0xcb, 0x24, 0x59, 0x81, 0xb9, 0x74, 0x44, 0x62, 0x5f, 0x20, 0xa2, 0x2b, - 0x3e, 0x59, 0x85, 0x42, 0x61, 0x23, 0x6f, 0xb7, 0x49, 0x82, 0x42, 0xf9, 0x3c, 0xc0, 0xdf, 0xf2, - 0xe9, 0x1d, 0x41, 0x17, 0xac, 0x74, 0x31, 0x1a, 0x21, 0xcd, 0xc0, 0x7a, 0x04, 0x6e, 0x95, 0x53, - 0x91, 0x4e, 0x9f, 0x6d, 0x6e, 0x2e, 0xb9, 0x9e, 0xd5, 0x83, 0x69, 0x55, 0x7e, 0x0a, 0x8b, 0x32, - 0xfe, 0xd4, 0x0e, 0x0b, 0x17, 0xe0, 0x62, 0x53, 0x32, 0x57, 0x9b, 0x03, 0xed, 0xe7, 0xf1, 0xe7, - 0x32, 0x36, 0x90, 0x1a, 0xee, 0x16, 0xce, 0xbd, 0xf1, 0x44, 0x2c, 0xef, 0x10, 0xad, 0x6f, 0xd1, - 0x5b, 0xde, 0x22, 0xf7, 0x43, 0x3c, 0x48, 0x9d, 0x4a, 0x3a, 0x3b, 0xfa, 0x50, 0x12, 0x9d, 0x52, - 0x9d, 0x4b, 0x94, 0x4b, 0xba, 0xb2, 0xe0, 0x12, 0xc7, 0x1e, 0xab, 0x97, 0x11, 0x89, 0x05, 0xd7, - 0xc1, 0x2f, 0x69, 0x4b, 0xd9, 0x2b, 0x77, 0xcf, 0xae, 0x1d, 0xc4, 0xd1, 0x44, 0xe2, 0x8d, 0x66, - 0x1e, 0x24, 0x9e, 0xba, 0xdf, 0x09, 0xff, 0x23, 0x48, 0xdb, 0x84, 0x52, 0x1c, 0xce, 0x0a, 0xbb, - 0x63, 0xd1, 0x80, 0xa4, 0x2a, 0x9d, 0xf4, 0x21, 0x1d, 0x50, 0x53, 0xa3, 0x91, 0x9e, 0x63, 0xe9, - 0x94, 0xcb, 0x63, 0xa0, 0x43, 0x4e, 0xf6, 0x4a, 0xad, 0x45, 0xf7, 0x34, 0x37, 0xbf, 0xa1, 0x6e, - 0x0a, 0x59, 0x13, 0xcb, 0xc1, 0xf9, 0x5f, 0xdd, 0x71, 0x25, 0x28, 0x37, 0x09, 0xe9, 0xc8, 0x7a, - 0xfa, 0x77, 0x33, 0x9a, 0x87, 0xd2, 0x0b, 0xa2, 0xa2, 0x65, 0x61, 0x1e, 0xdb, 0x05, 0x70, 0x2b, - 0x7f, 0x28, 0x94, 0xb4, 0x28, 0xec, 0x5c, 0x12, 0x4d, 0x13, 0x39, 0x25, 0x35, 0x27, 0x51, 0xb2, - 0x93, 0x47, 0x54, 0x90, 0xbf, 0x5f, 0x0a, 0xb9, 0x0f, 0xe8, 0x57, 0x0d, 0x53, 0x55, 0xd3, 0x6b, - 0x8d, 0x6d, 0x8f, 0xf9, 0x1e, 0xa3, 0x05, 0x7d, 0xad, 0x3f, 0x97, 0xb3, 0x14, 0xa8, 0x6c, 0x05, - 0xcf, 0xbb, 0xe0, 0x70, 0x68, 0xfa, 0xe7, 0x4f, 0xf5, 0xfd, 0xfd, 0x72, 0xa0, 0x5b, 0xcb, 0x8a, - 0xb1, 0x34, 0xd8, 0x87, 0xcf, 0xd5, 0xe5, 0xd9, 0x25, 0x76, 0xee, 0xa9, 0x1a, 0xbb, 0x24, 0xeb, - 0x59, 0xf8, 0x93, 0x88, 0x53, 0xfd, 0xcc, 0xeb, 0xbf, 0x2f, 0xac, 0x05, 0xc7, 0xf6, 0x25, 0x00, + 0x52, 0xdd, 0xb2, 0x95, 0x1f, 0x0e, 0xe4, 0xf2, 0x03, 0x60, 0xbb, 0x24, 0x37, 0x9e, 0x0c, 0x83, + 0x4b, 0xc8, 0xd2, 0xee, 0x88, 0xb4, 0xf0, 0x41, 0x1b, 0xf1, 0xd1, 0x08, 0x5c, 0xcc, 0xc2, 0xba, + 0xb5, 0xb1, 0x7e, 0xbc, 0xd8, 0x5e, 0x93, 0xbd, 0xaa, 0xc9, 0x6b, 0x2d, 0x1d, 0xe7, 0x93, 0xf7, + 0x34, 0xb8, 0xe7, 0xc0, 0x96, 0x1d, 0xce, 0xdc, 0x08, 0xe5, 0x61, 0xbe, 0x88, 0x2a, 0x87, 0x68, + 0xc2, 0xe3, 0x30, 0x32, 0xe4, 0x56, 0xed, 0x38, 0x0c, 0x21, 0xb0, 0x23, 0xd5, 0x1a, 0xd7, 0x6e, + 0xcc, 0x8b, 0xc0, 0x43, 0x40, 0xfa, 0x9c, 0xba, 0x68, 0x18, 0x8c, 0xb0, 0x1d, 0xb3, 0x1b, 0xc6, + 0x67, 0x4c, 0xc6, 0x10, 0x98, 0xb4, 0x8b, 0x72, 0xf5, 0x39, 0x11, 0x9e, 0x88, 0xdd, 0x0d, 0x9f, + 0x02, 0x51, 0x0e, 0xaf, 0x33, 0xdf, 0x03, 0xf1, 0x67, 0x1e, 0x62, 0x1f, 0xcb, 0x5a, 0x68, 0x43, + 0x16, 0xcb, 0xac, 0x9f, 0x0f, 0x32, 0xf2, 0x9c, 0x3b, 0x7f, 0x91, 0xe8, 0xe4, 0xb4, 0x04, 0x5e, + 0x15, 0x5f, 0xc9, 0xba, 0x8e, 0x06, 0x30, 0x58, 0x2c, 0x57, 0xb4, 0x07, 0x3c, 0xe7, 0x6c, 0xbc, + 0x9d, 0xda, 0xde, 0x26, 0xb5, 0x1d, 0x70, 0x42, 0x99, 0xe7, 0x78, 0x85, 0x65, 0x85, 0xf7, 0x34, + 0xb5, 0xbd, 0x75, 0x6a, 0x73, 0x5b, 0xc8, 0x55, 0xd4, 0x56, 0x64, 0xaf, 0x69, 0x9d, 0xd8, 0xed, + 0xb1, 0x4f, 0x46, 0x5b, 0x38, 0xa9, 0xa1, 0x80, 0xf7, 0x5c, 0x1a, 0xd3, 0xe6, 0x29, 0x1b, 0x56, + 0xa1, 0x68, 0x7e, 0xb1, 0xb2, 0x88, 0x5e, 0x2a, 0x6e, 0x79, 0x76, 0x2e, 0x2f, 0x13, 0xa3, 0x08, + 0x31, 0x3a, 0x43, 0x50, 0x1e, 0x9a, 0x32, 0x9e, 0xdf, 0xa3, 0x19, 0x0f, 0x6f, 0x22, 0xc8, 0xca, + 0xd0, 0x50, 0x66, 0xf8, 0x34, 0x04, 0x95, 0xf4, 0xe6, 0xb1, 0x74, 0x5e, 0x26, 0x47, 0x31, 0xc3, + 0x6b, 0xda, 0x90, 0x86, 0xc3, 0x7d, 0xbb, 0x2d, 0xef, 0x09, 0x20, 0x12, 0xee, 0xdb, 0x2d, 0x46, + 0x7c, 0x3e, 0x46, 0x6a, 0x00, 0x71, 0x08, 0x81, 0xb2, 0x9e, 0x46, 0x4f, 0x86, 0xa7, 0x8b, 0x73, + 0xcd, 0xc9, 0x84, 0xb0, 0xb1, 0x8c, 0x56, 0x91, 0x4a, 0x10, 0xa4, 0x00, 0xe6, 0x9b, 0xcb, 0xcb, + 0x0a, 0xfb, 0x2d, 0x18, 0xab, 0x40, 0xe7, 0x9d, 0x93, 0x14, 0x5d, 0xb2, 0xbc, 0xb2, 0x21, 0xe6, + 0xb5, 0x9c, 0xb7, 0xb6, 0x64, 0x09, 0xe8, 0x9c, 0x6c, 0xc7, 0x52, 0xcd, 0x6a, 0x51, 0xe4, 0xb6, + 0x60, 0x91, 0xd4, 0x55, 0xaa, 0x93, 0x6d, 0x78, 0xba, 0x3f, 0x8a, 0xa7, 0x3f, 0xe1, 0x33, 0x54, + 0x03, 0x28, 0x20, 0x17, 0xce, 0xe1, 0x39, 0x61, 0xd5, 0xb4, 0x6c, 0x72, 0xfd, 0xb9, 0x41, 0x93, + 0x08, 0x89, 0x90, 0x78, 0xbe, 0xf1, 0xdc, 0xca, 0x7e, 0x22, 0x55, 0x75, 0x6a, 0x6d, 0x1e, 0x33, + 0x01, 0x99, 0x32, 0x53, 0xf7, 0x65, 0xcf, 0x66, 0x10, 0x1d, 0xbd, 0x76, 0xb1, 0xea, 0x1d, 0x27, + 0x7e, 0x5d, 0x0e, 0x9d, 0x40, 0x66, 0x5d, 0xdf, 0x65, 0xc3, 0x28, 0x68, 0x34, 0xc1, 0x39, 0x84, + 0x24, 0xb0, 0xab, 0xe5, 0x55, 0x8f, 0xd5, 0xfe, 0xd7, 0xf7, 0x5e, 0x79, 0x1c, 0x1d, 0x2d, 0x09, + 0xa7, 0x90, 0x20, 0x49, 0x72, 0xa5, 0xf6, 0xd9, 0xf7, 0xf6, 0x88, 0x21, 0xe8, 0x6d, 0x62, 0x49, + 0x90, 0x9c, 0x2c, 0x59, 0xe1, 0xb3, 0x9d, 0xe6, 0xa5, 0x83, 0x2a, 0x25, 0xbc, 0xcd, 0xf3, 0xa8, + 0x84, 0xe5, 0xdc, 0x9c, 0xe7, 0xd5, 0x5d, 0x4e, 0xbf, 0xfb, 0xb2, 0x68, 0x7f, 0x69, 0x93, 0xfa, + 0x9a, 0xd8, 0xba, 0x3f, 0x70, 0x53, 0xb4, 0x84, 0x65, 0x4d, 0x6c, 0xfd, 0x9f, 0xc2, 0xb2, 0xc2, + 0xb0, 0x34, 0xf1, 0x5c, 0x57, 0xb6, 0x02, 0x50, 0xa0, 0xae, 0xed, 0x22, 0x65, 0xeb, 0xcd, 0xa1, + 0xad, 0x06, 0x23, 0x34, 0x81, 0x54, 0x19, 0x4d, 0xc1, 0xdc, 0xdd, 0x1d, 0xf0, 0x39, 0x49, 0x4a, + 0x6b, 0xe7, 0xf4, 0x1d, 0x1f, 0xb8, 0x1b, 0xd0, 0x70, 0xe2, 0x47, 0x1c, 0x39, 0x10, 0x52, 0x86, + 0x14, 0xc5, 0x11, 0x75, 0x11, 0xe8, 0xad, 0xee, 0x2e, 0xc8, 0xfb, 0x86, 0x48, 0x22, 0x18, 0x72, + 0x48, 0x41, 0xde, 0xf7, 0x2f, 0x7a, 0x88, 0x30, 0x17, 0x9d, 0x0e, 0x20, 0x8d, 0x6e, 0x5d, 0x9e, + 0x21, 0x87, 0x4f, 0xa7, 0x30, 0x10, 0x15, 0x73, 0x12, 0xef, 0xfb, 0x18, 0xec, 0x57, 0x5f, 0xeb, + 0x8a, 0x09, 0x4d, 0xe8, 0x41, 0x67, 0x27, 0x80, 0xd7, 0xe7, 0xb3, 0x1d, 0xe9, 0xba, 0x90, 0xdc, + 0x5b, 0xa6, 0xc8, 0x65, 0x99, 0x20, 0x2b, 0x30, 0x97, 0x8e, 0x48, 0xec, 0x0b, 0x44, 0x74, 0xb5, + 0x27, 0x2b, 0x50, 0x28, 0x6a, 0xe4, 0xcd, 0x36, 0x49, 0x50, 0x28, 0x9f, 0x07, 0xf8, 0x5b, 0x3e, + 0xbd, 0x23, 0xe8, 0x82, 0x95, 0x2e, 0x46, 0x23, 0xa4, 0x19, 0x58, 0x8f, 0xc0, 0xad, 0x72, 0x2a, + 0xd2, 0xe9, 0xb3, 0x8d, 0xcd, 0x25, 0xd7, 0xb3, 0x7a, 0x30, 0xad, 0xca, 0x4f, 0x61, 0x51, 0xc6, + 0x9f, 0xda, 0x61, 0xe1, 0x02, 0x5c, 0x6c, 0x4a, 0xe6, 0x6a, 0x63, 0xa0, 0xfd, 0x3c, 0xfe, 0x5c, + 0xc6, 0x06, 0x52, 0xc3, 0xdd, 0xc2, 0xb9, 0x37, 0x9e, 0x88, 0xe5, 0x1d, 0xa2, 0xf5, 0x2d, 0x7a, + 0xcb, 0x5b, 0xe4, 0x7e, 0x88, 0x07, 0xa9, 0x53, 0x49, 0x57, 0x47, 0x1f, 0x4a, 0xa2, 0x53, 0xaa, + 0x6b, 0x89, 0x72, 0x49, 0x47, 0x16, 0x5c, 0xe2, 0xd8, 0x63, 0xf5, 0x32, 0x22, 0xb1, 0xe0, 0x3a, + 0xf8, 0x25, 0x2d, 0x29, 0x7b, 0xe5, 0xde, 0xd9, 0xb5, 0x83, 0x38, 0x9a, 0x48, 0xbc, 0xd1, 0xcc, + 0x83, 0xa4, 0x53, 0xf7, 0x3a, 0xe1, 0x7f, 0x04, 0x29, 0x9b, 0x50, 0x8a, 0xc3, 0x59, 0x61, 0x77, + 0x2c, 0x1a, 0x90, 0x54, 0xa5, 0x93, 0x3e, 0xa4, 0x03, 0x6a, 0x6a, 0x34, 0xd2, 0x73, 0x2c, 0x9d, + 0x72, 0x79, 0x0c, 0x74, 0xc8, 0xc9, 0x5e, 0xa9, 0xb5, 0xe8, 0x9c, 0xe6, 0xe6, 0xb7, 0xd3, 0x4d, + 0x21, 0xeb, 0x61, 0x39, 0x38, 0xff, 0xab, 0xbb, 0xad, 0x04, 0xe5, 0x26, 0x21, 0x1d, 0x59, 0x4f, + 0xff, 0x66, 0x46, 0xf3, 0x50, 0x7a, 0x41, 0x54, 0xb4, 0x2c, 0xcc, 0x63, 0xbb, 0x00, 0x6e, 0xe5, + 0x8f, 0x84, 0x92, 0xf6, 0x84, 0x9d, 0x4b, 0xa2, 0x69, 0x22, 0xa7, 0xa4, 0xde, 0x24, 0x4a, 0x76, + 0xf2, 0x88, 0x0a, 0xf2, 0xb7, 0x4b, 0x21, 0xf7, 0x01, 0xfd, 0xaa, 0x61, 0xaa, 0x4a, 0x7a, 0xad, + 0xa9, 0xed, 0x31, 0xdf, 0x63, 0xb4, 0xa0, 0xaf, 0xf4, 0xe7, 0x72, 0x96, 0x02, 0x95, 0x6d, 0xe0, + 0x79, 0x07, 0x1c, 0x0e, 0x4d, 0xff, 0xf4, 0xa9, 0xbe, 0xbf, 0x5f, 0x0e, 0x74, 0x5b, 0x59, 0x31, + 0x96, 0x06, 0xfb, 0xf0, 0xb9, 0x9a, 0x3c, 0xbb, 0xbc, 0xce, 0x3d, 0x55, 0x5f, 0x97, 0x64, 0x2d, + 0x0b, 0x7f, 0x12, 0x71, 0xaa, 0x9f, 0x78, 0xfd, 0x17, 0x60, 0xbd, 0xb8, 0x9a, 0xf2, 0x25, 0x00, 0x00 }; // Autogenerated from wled00/data/settings_sec.htm, do not edit!! -const uint16_t PAGE_settings_sec_length = 2405; +const uint16_t PAGE_settings_sec_length = 2407; const uint8_t PAGE_settings_sec[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xa5, 0x58, 0x6d, 0x53, 0xdb, 0x48, - 0x12, 0xfe, 0xee, 0x5f, 0x31, 0x4c, 0xaa, 0x58, 0xeb, 0x22, 0x2c, 0x43, 0x72, 0x5b, 0x09, 0x20, - 0xe7, 0x20, 0x90, 0x0d, 0x57, 0x10, 0x28, 0x6c, 0x36, 0x77, 0x95, 0x4b, 0xa5, 0xc6, 0xd2, 0xd8, - 0x9a, 0x58, 0xd6, 0x68, 0x67, 0x46, 0x38, 0xbe, 0xec, 0xfe, 0xf7, 0x7b, 0x7a, 0x24, 0xd9, 0x86, - 0x40, 0x52, 0xa9, 0xfb, 0x00, 0xf6, 0xbc, 0x75, 0x4f, 0x3f, 0xdd, 0xfd, 0x74, 0x8f, 0x0f, 0xb7, - 0x4e, 0x2e, 0x5f, 0x8f, 0xfe, 0x7d, 0x75, 0xca, 0x32, 0x37, 0xcf, 0x07, 0x87, 0xf4, 0x9f, 0xe5, - 0xa2, 0x98, 0xc6, 0x5c, 0x16, 0x1c, 0x63, 0x29, 0xd2, 0xc1, 0xe1, 0x5c, 0x3a, 0xc1, 0x0a, 0x31, - 0x97, 0x31, 0xbf, 0x55, 0x72, 0x51, 0x6a, 0xe3, 0x38, 0x4b, 0x74, 0xe1, 0x64, 0xe1, 0x62, 0xbe, - 0x50, 0xa9, 0xcb, 0xe2, 0xbf, 0xf7, 0xfb, 0x7c, 0xd0, 0xa9, 0xb7, 0x76, 0xee, 0xad, 0xa5, 0xf2, - 0x56, 0x25, 0x72, 0xc7, 0x0f, 0x42, 0x55, 0x28, 0xa7, 0x44, 0xbe, 0x63, 0x13, 0x91, 0xcb, 0x78, - 0x37, 0x9c, 0x8b, 0x2f, 0x6a, 0x5e, 0xcd, 0x57, 0xe3, 0xca, 0x4a, 0xe3, 0x07, 0x62, 0x8c, 0x71, - 0xa1, 0x39, 0xeb, 0xdc, 0x53, 0xdd, 0x5c, 0x28, 0xc9, 0x84, 0xb1, 0x12, 0x4a, 0x2a, 0x37, 0xd9, - 0x79, 0x81, 0x59, 0xa7, 0x5c, 0x2e, 0x07, 0x17, 0xca, 0x26, 0x6c, 0x28, 0x9d, 0x53, 0xc5, 0xd4, - 0x1e, 0x46, 0xf5, 0xe4, 0xa1, 0x4d, 0x8c, 0x2a, 0xdd, 0xa0, 0x73, 0x2b, 0x0c, 0xcb, 0x75, 0xa2, - 0xca, 0xd0, 0xa9, 0xb9, 0xd4, 0x95, 0x0b, 0xd3, 0x38, 0xd5, 0x49, 0x35, 0xc7, 0x75, 0x43, 0x2c, - 0xc4, 0x5b, 0xbb, 0x07, 0x93, 0xaa, 0x48, 0x9c, 0xd2, 0x05, 0x7b, 0xdb, 0x0d, 0xbe, 0x2e, 0x54, - 0x91, 0xea, 0x45, 0x4f, 0x97, 0xb2, 0xe8, 0xf2, 0xcc, 0xb9, 0xd2, 0xee, 0x47, 0xd1, 0xac, 0xd0, - 0xbd, 0x45, 0x2e, 0xd3, 0xde, 0x54, 0x46, 0x13, 0x29, 0x5c, 0x65, 0xa4, 0x8d, 0x6c, 0xa3, 0x33, - 0x7a, 0x62, 0x65, 0x52, 0x19, 0xe5, 0x96, 0x3b, 0xed, 0x14, 0x0f, 0xfe, 0x5a, 0x09, 0x3d, 0xbe, - 0x2f, 0x74, 0x75, 0x90, 0x87, 0xfc, 0x93, 0x95, 0xf9, 0x64, 0x73, 0xf7, 0xcd, 0x37, 0xbb, 0xab, - 0x32, 0x15, 0x4e, 0x3e, 0xb4, 0x77, 0x7a, 0x96, 0x76, 0x65, 0xf0, 0xd5, 0x48, 0xdc, 0xa7, 0x60, - 0x74, 0x39, 0x77, 0x9a, 0x4b, 0xb2, 0xec, 0x78, 0xe9, 0x97, 0xd6, 0x5b, 0x95, 0xbd, 0x1c, 0x7f, - 0xde, 0xd8, 0x2c, 0xb7, 0xb7, 0xb9, 0x1e, 0x7f, 0x96, 0x89, 0xe3, 0x71, 0xec, 0x96, 0xa5, 0xd4, - 0x13, 0x9a, 0xdb, 0x3a, 0x32, 0x46, 0x2c, 0x7b, 0xca, 0xfa, 0xcf, 0x3b, 0x12, 0x72, 0x2d, 0xd2, - 0x7f, 0x0e, 0xbb, 0x32, 0x74, 0xf1, 0x56, 0x3f, 0xf8, 0x9a, 0x4b, 0xc7, 0x74, 0x9c, 0xf6, 0x12, - 0x03, 0x38, 0x64, 0xa3, 0xb6, 0xcb, 0x6b, 0xd8, 0x79, 0x70, 0xa0, 0x7b, 0xb0, 0xf2, 0xc8, 0x39, - 0xa3, 0xc6, 0x95, 0x93, 0x58, 0x30, 0x09, 0x0f, 0x65, 0x10, 0xde, 0x9f, 0x27, 0xdd, 0xb0, 0xcd, - 0xc9, 0x2f, 0x2e, 0xfa, 0x2c, 0x6e, 0x45, 0x2b, 0xe0, 0x9b, 0x8d, 0xc2, 0x2e, 0x0b, 0x88, 0x70, - 0x41, 0x98, 0xf6, 0xc6, 0x3a, 0x5d, 0xf6, 0x44, 0x09, 0x7c, 0xd2, 0xd7, 0x99, 0xca, 0xd3, 0xae, - 0xa6, 0xfd, 0x22, 0x4d, 0x4f, 0x6f, 0x71, 0x8b, 0x73, 0x65, 0x11, 0x8c, 0xd2, 0x74, 0x39, 0xdd, - 0x99, 0x87, 0xdd, 0x20, 0x1e, 0x7c, 0xfd, 0x4d, 0xba, 0xdf, 0xbb, 0x41, 0x08, 0x99, 0xc7, 0xc9, - 0xec, 0x8d, 0xca, 0x25, 0xc5, 0x58, 0x97, 0x10, 0xe4, 0xe3, 0x64, 0x96, 0x4c, 0xa6, 0x3c, 0x78, - 0x74, 0xb5, 0x84, 0xb7, 0xa5, 0x83, 0x53, 0x83, 0xbf, 0x1e, 0xd6, 0x23, 0x8d, 0xd1, 0x06, 0xe6, - 0x41, 0x0f, 0x32, 0xc1, 0xea, 0x5c, 0xf6, 0x72, 0x3d, 0xed, 0xf2, 0x53, 0x9a, 0x67, 0x0d, 0x78, - 0xf0, 0x38, 0x9b, 0x40, 0xb4, 0x87, 0x01, 0xa1, 0x6f, 0x00, 0xd7, 0x79, 0x33, 0x0f, 0xf4, 0x71, - 0x70, 0xa2, 0xa6, 0x95, 0x11, 0x1e, 0xed, 0x1a, 0x06, 0x36, 0x11, 0x8a, 0xa2, 0xee, 0x3f, 0xc5, - 0x59, 0x91, 0xe8, 0x79, 0x09, 0xd0, 0x25, 0x2b, 0xc5, 0x54, 0x32, 0x84, 0x84, 0xd8, 0x42, 0x2c, - 0x6c, 0x38, 0xc8, 0x66, 0x7a, 0x31, 0xd2, 0xc2, 0xba, 0xda, 0x47, 0xbb, 0xc1, 0x57, 0x8a, 0x7d, - 0x1d, 0x7b, 0x2b, 0x1c, 0x2d, 0x78, 0xb7, 0xa8, 0x02, 0x57, 0x7e, 0x3b, 0xba, 0x38, 0x8f, 0x25, - 0x6c, 0x49, 0x72, 0x61, 0x2d, 0x19, 0x42, 0x56, 0x75, 0xdd, 0xab, 0xc6, 0x94, 0x7d, 0x4e, 0xd2, - 0xe0, 0x85, 0x24, 0x97, 0xc2, 0x8c, 0xea, 0xcc, 0xe9, 0x36, 0x19, 0xe4, 0x7d, 0xe3, 0x96, 0x30, - 0x52, 0x14, 0x6a, 0xee, 0xef, 0x1b, 0xf3, 0x42, 0x17, 0xb0, 0xac, 0xd9, 0x11, 0x03, 0xae, 0xf6, - 0x50, 0xb7, 0xbd, 0x20, 0x02, 0x7b, 0x53, 0x9f, 0x91, 0x73, 0x7d, 0x4b, 0x81, 0xe1, 0x15, 0x01, - 0xd8, 0xbd, 0x97, 0xfd, 0xfe, 0x86, 0x39, 0x55, 0x49, 0xa0, 0x91, 0x2f, 0xc8, 0x9e, 0xd6, 0x98, - 0x42, 0x2e, 0xd8, 0xbf, 0x2e, 0xce, 0xdf, 0x22, 0x2f, 0xaf, 0xe5, 0x1f, 0x95, 0xb4, 0xee, 0xe0, - 0x3b, 0x8e, 0xdf, 0x50, 0xbd, 0x46, 0xc7, 0x65, 0xca, 0x42, 0xbb, 0x2d, 0xe1, 0x29, 0x39, 0x42, - 0xdc, 0x85, 0x7e, 0xc6, 0x3a, 0xa4, 0xb5, 0x1d, 0xc4, 0xcf, 0xe9, 0x16, 0xc1, 0x77, 0xfd, 0xbc, - 0x96, 0x2b, 0x37, 0x05, 0x4b, 0x92, 0x91, 0xcc, 0xc2, 0xad, 0x56, 0x40, 0x9d, 0xc0, 0x57, 0x97, - 0xc3, 0x11, 0x22, 0x3c, 0xaa, 0x0d, 0x82, 0x0f, 0xc8, 0x92, 0xc2, 0x5b, 0xf2, 0x46, 0x9b, 0xf9, - 0x09, 0x3c, 0x79, 0xd0, 0x64, 0x65, 0xd1, 0x04, 0x75, 0x97, 0x93, 0x7f, 0x11, 0x28, 0x3d, 0x0a, - 0x18, 0xfb, 0xa1, 0xff, 0x31, 0xac, 0x51, 0xa7, 0xb5, 0x22, 0xc0, 0xfc, 0xad, 0xc8, 0x2b, 0x50, - 0x24, 0x0f, 0xb7, 0x76, 0xd7, 0x90, 0x25, 0x99, 0x4c, 0x66, 0xef, 0xaa, 0xf9, 0x3a, 0xcf, 0xb7, - 0xba, 0x5b, 0x92, 0x4c, 0xe8, 0xcd, 0xe4, 0xb2, 0x07, 0x57, 0x25, 0x59, 0x37, 0xfa, 0xd0, 0xdf, - 0x79, 0xf9, 0x31, 0x0a, 0x90, 0xec, 0x1f, 0xf8, 0x31, 0xee, 0x6b, 0x4b, 0x91, 0x50, 0x0a, 0x8e, - 0xc4, 0x18, 0xff, 0x4f, 0x41, 0xe4, 0x30, 0x91, 0x0f, 0x33, 0x35, 0x71, 0xf8, 0x7c, 0x0d, 0x66, - 0x37, 0x3a, 0xc7, 0xb7, 0xa3, 0x9c, 0xc6, 0x57, 0x02, 0x7c, 0x4d, 0xf3, 0xa2, 0xb4, 0xe7, 0x3a, - 0x99, 0xd1, 0x11, 0x90, 0xb7, 0x4f, 0xe2, 0x61, 0x23, 0xe9, 0x0a, 0x11, 0x7a, 0x53, 0x36, 0x5f, - 0x4e, 0xf4, 0xa2, 0xf0, 0x72, 0xe1, 0x10, 0xfe, 0x56, 0xcf, 0x69, 0x03, 0xd8, 0x45, 0x2f, 0xce, - 0xa5, 0x57, 0xe0, 0xbf, 0xfb, 0xdd, 0xfe, 0xdb, 0xb5, 0x9a, 0x66, 0xab, 0xe9, 0xe6, 0xec, 0x19, - 0x1c, 0x65, 0x68, 0xf2, 0x44, 0x52, 0x06, 0xf0, 0x8f, 0x08, 0xe2, 0x24, 0xaf, 0x52, 0x69, 0xbb, - 0x2b, 0xeb, 0x82, 0xe0, 0xcf, 0x3f, 0x9b, 0x11, 0xd2, 0x95, 0x3e, 0x4f, 0xe4, 0x44, 0x54, 0xb9, - 0x43, 0xd2, 0x23, 0x17, 0x36, 0xd2, 0xe4, 0x6e, 0x8e, 0x03, 0x2a, 0x79, 0x8f, 0x69, 0xc0, 0xbd, - 0x45, 0x1d, 0x40, 0x9c, 0x38, 0xff, 0x13, 0x7f, 0x2a, 0x89, 0x5a, 0x1f, 0xda, 0x11, 0x3c, 0xed, - 0xf2, 0xf7, 0xe7, 0xa7, 0x27, 0x20, 0x51, 0x9b, 0xbe, 0xe2, 0xc8, 0x1b, 0xec, 0xb6, 0x69, 0xb0, - 0xa1, 0x6f, 0x88, 0xe0, 0xe3, 0xe4, 0xc6, 0x7d, 0x6c, 0x6a, 0x98, 0x1d, 0x75, 0xc7, 0xa7, 0x0d, - 0xae, 0xaa, 0x9d, 0x4e, 0x74, 0xbe, 0xbd, 0xdd, 0xf5, 0xb5, 0xa8, 0x1f, 0x76, 0x7d, 0xb1, 0x8a, - 0x69, 0x47, 0x3e, 0x74, 0xda, 0x00, 0x41, 0x52, 0x7e, 0xe6, 0xe4, 0x9c, 0xc2, 0x3a, 0x39, 0x2b, - 0xb9, 0x37, 0xb5, 0xde, 0x86, 0xf3, 0xf3, 0x12, 0x3c, 0x42, 0xe6, 0xb0, 0x0b, 0x9d, 0xca, 0x1e, - 0xbb, 0x42, 0xc6, 0x5a, 0xc9, 0x24, 0xf9, 0x91, 0xd1, 0xdd, 0xd8, 0xd9, 0x15, 0x98, 0x22, 0xbc, - 0x23, 0xd1, 0xde, 0x95, 0x18, 0x7a, 0x69, 0x41, 0x40, 0xbb, 0x3c, 0xcb, 0x93, 0xf8, 0x57, 0xbe, - 0xfa, 0xa1, 0xf8, 0xf1, 0xa7, 0x7e, 0x79, 0x9f, 0xc3, 0xdc, 0x75, 0xf1, 0x8a, 0x6c, 0xef, 0xb3, - 0x7d, 0x55, 0xc6, 0xbf, 0x72, 0x8f, 0x6f, 0xe7, 0x30, 0x6a, 0x4a, 0xee, 0xa1, 0xe7, 0x86, 0xc1, - 0x3f, 0xd4, 0x9c, 0x8a, 0x37, 0xab, 0x4c, 0x8e, 0x24, 0xf7, 0x74, 0x91, 0x58, 0x70, 0xe8, 0x01, - 0x36, 0xfa, 0x0d, 0x87, 0x51, 0xdd, 0x6c, 0x10, 0x99, 0x83, 0x23, 0x49, 0x73, 0xcc, 0x81, 0x16, - 0x0a, 0xfb, 0x04, 0x79, 0xd1, 0x61, 0x0a, 0x63, 0xfa, 0xf6, 0xc9, 0xf2, 0xa6, 0x19, 0x19, 0x4e, - 0x38, 0x43, 0x2b, 0x90, 0x69, 0xac, 0x94, 0xda, 0x52, 0x67, 0x90, 0xaa, 0x5b, 0xe6, 0x49, 0x25, - 0x06, 0xc7, 0x01, 0x8e, 0xc5, 0xdd, 0xb9, 0x4c, 0xe6, 0xe5, 0x31, 0xf5, 0x29, 0x70, 0x9c, 0x83, - 0x37, 0xa8, 0xdc, 0xc4, 0xbc, 0x1e, 0x70, 0x68, 0x4d, 0x72, 0x95, 0xcc, 0x62, 0xfe, 0x96, 0xd4, - 0xbe, 0x3a, 0x8c, 0xea, 0x05, 0x5c, 0x0d, 0x22, 0x06, 0x0f, 0x9f, 0xe9, 0xac, 0x0e, 0x1d, 0xd3, - 0x21, 0xca, 0xa0, 0xf5, 0xb9, 0x3b, 0x27, 0x6c, 0x35, 0x9e, 0x2b, 0xdc, 0x71, 0x28, 0x6e, 0xe5, - 0x7a, 0x4b, 0x66, 0x5a, 0xf1, 0xd9, 0xde, 0xa0, 0x33, 0x6c, 0x3a, 0x07, 0xb6, 0xcd, 0x6e, 0x7c, - 0x9d, 0xa7, 0xf8, 0xac, 0x4a, 0x60, 0xb3, 0x37, 0x68, 0x7b, 0x1a, 0x76, 0x75, 0xf6, 0x6e, 0x9f, - 0x1d, 0xaa, 0xa2, 0xac, 0x5c, 0x23, 0xba, 0x84, 0x71, 0x0b, 0x6d, 0x52, 0xee, 0x41, 0xc2, 0xfa, - 0xaa, 0x69, 0xf2, 0xdf, 0xad, 0xfa, 0x2f, 0xbe, 0x3e, 0x07, 0x58, 0xe2, 0x0b, 0xe2, 0x7c, 0x8a, - 0x96, 0xcc, 0x8f, 0x54, 0xb1, 0x31, 0xd2, 0x05, 0xd2, 0x86, 0x22, 0x39, 0xe6, 0x2b, 0xe2, 0x20, - 0x26, 0x0c, 0x20, 0xab, 0x14, 0x0e, 0xe1, 0x83, 0x15, 0x4f, 0x16, 0x7f, 0x83, 0x1a, 0x52, 0x3e, - 0x47, 0x80, 0x81, 0xe9, 0xd1, 0x3b, 0x19, 0x95, 0x70, 0xe6, 0x3b, 0x2d, 0x68, 0xdc, 0x0c, 0x38, - 0xc1, 0x9e, 0xb3, 0x54, 0x4d, 0x95, 0x63, 0xd8, 0x36, 0x06, 0x93, 0x00, 0x13, 0x03, 0xf8, 0xc9, - 0x25, 0xde, 0xed, 0x50, 0xa6, 0x73, 0x6d, 0xf6, 0x9f, 0x4c, 0x04, 0xf5, 0x8f, 0xdb, 0x4f, 0x5e, - 0xbe, 0x78, 0xf1, 0xe2, 0x80, 0xdd, 0x14, 0xb2, 0x48, 0xcc, 0xb2, 0x74, 0x32, 0x65, 0xce, 0x88, - 0xc2, 0xce, 0x95, 0xb5, 0x94, 0x21, 0xec, 0x18, 0x15, 0xcf, 0x20, 0xd7, 0x0b, 0xc7, 0x16, 0x99, - 0xa4, 0xfc, 0xcd, 0xd1, 0xb5, 0x50, 0xd1, 0x84, 0xa9, 0x21, 0x4b, 0x35, 0x7b, 0x77, 0x39, 0x62, - 0x20, 0x25, 0xb6, 0xd4, 0x95, 0x61, 0x63, 0x51, 0xcc, 0xb0, 0x48, 0x0b, 0xda, 0x84, 0x6c, 0x78, - 0x76, 0x11, 0x32, 0xe9, 0x92, 0x1e, 0x2b, 0x55, 0xb1, 0xd5, 0x69, 0x1d, 0x6b, 0xfc, 0x1f, 0xf1, - 0x17, 0x5b, 0x28, 0x03, 0x89, 0xd6, 0xb2, 0xee, 0xe5, 0xe8, 0x28, 0x60, 0x56, 0x4f, 0xdc, 0x42, - 0x18, 0xc9, 0xea, 0xb6, 0xeb, 0x1e, 0xee, 0x1e, 0xa8, 0xb1, 0xfe, 0xb2, 0x82, 0xfb, 0xdd, 0x65, - 0x6d, 0xe1, 0x15, 0x1c, 0x52, 0x66, 0x06, 0x40, 0x3c, 0xea, 0xa9, 0xfa, 0xc0, 0xe5, 0xd5, 0x1d, - 0xaf, 0x3c, 0xdb, 0x6b, 0x10, 0x1a, 0x69, 0x20, 0x48, 0x1d, 0x30, 0xc3, 0x35, 0x42, 0x86, 0xb8, - 0x67, 0x6d, 0x57, 0xc9, 0xd0, 0x62, 0x59, 0x14, 0x2b, 0x32, 0x90, 0x15, 0x92, 0x10, 0xd2, 0x4c, - 0xe4, 0x56, 0x37, 0x98, 0xbb, 0x4c, 0xa2, 0x7b, 0x30, 0x06, 0xb0, 0xb0, 0x56, 0x1d, 0x4c, 0x85, - 0xd4, 0x51, 0x26, 0x57, 0x33, 0xd4, 0x1f, 0x54, 0x79, 0xca, 0xc6, 0x92, 0x1a, 0xe9, 0x62, 0x0a, - 0x31, 0x1e, 0x4f, 0xa8, 0x43, 0x77, 0xd8, 0x28, 0x4f, 0x7b, 0x35, 0x36, 0x83, 0xce, 0x89, 0xb2, - 0xed, 0x6d, 0xea, 0x7d, 0x85, 0x76, 0x88, 0x02, 0x02, 0x3a, 0x64, 0x1a, 0x2a, 0xcd, 0x42, 0x01, - 0x73, 0x51, 0x30, 0x84, 0x0a, 0x72, 0x00, 0xf7, 0x48, 0x30, 0x30, 0x72, 0x82, 0xc4, 0xcb, 0x58, - 0xfd, 0x02, 0x58, 0xa1, 0x49, 0xc8, 0x8f, 0x6b, 0xdc, 0xd5, 0x3a, 0xae, 0x29, 0x53, 0x10, 0x70, - 0x75, 0x47, 0x43, 0x98, 0x83, 0x05, 0x96, 0xf5, 0xed, 0xbc, 0x6e, 0x35, 0xf1, 0xea, 0x73, 0x72, - 0x13, 0xb6, 0xa5, 0xf5, 0x95, 0xd2, 0xad, 0xc3, 0x48, 0x0d, 0xbc, 0x7d, 0x27, 0xb2, 0x58, 0x32, - 0x91, 0x24, 0xe4, 0x3e, 0x60, 0xf2, 0x5e, 0xbd, 0x51, 0xac, 0xe5, 0x27, 0x3a, 0x4d, 0x27, 0x65, - 0xfa, 0xa8, 0x0f, 0x1b, 0x8f, 0xbc, 0xe7, 0xb5, 0x34, 0xfa, 0x7b, 0x23, 0x12, 0x50, 0x24, 0x41, - 0x0e, 0x39, 0x3f, 0x38, 0x78, 0x3d, 0x6c, 0x7c, 0x77, 0x94, 0xe7, 0x6b, 0xb5, 0xa2, 0x48, 0x59, - 0xd3, 0x30, 0x22, 0xb6, 0xb0, 0x02, 0xc0, 0x25, 0x05, 0x46, 0x8b, 0xad, 0x19, 0xfc, 0x1f, 0xd9, - 0x70, 0xb4, 0x81, 0xb7, 0x87, 0x0f, 0x18, 0xe3, 0x32, 0x08, 0x0b, 0x07, 0x27, 0xcf, 0xbc, 0x0f, - 0x14, 0x45, 0x45, 0x22, 0xa9, 0x7d, 0x04, 0x7b, 0xd6, 0xad, 0x62, 0x1b, 0xf9, 0xc4, 0x3e, 0xd9, - 0xb3, 0xc1, 0xb0, 0x8d, 0xf2, 0x9a, 0x74, 0x40, 0x37, 0xcf, 0x06, 0x3f, 0xa0, 0xc8, 0x1b, 0x62, - 0xbb, 0xce, 0x85, 0x28, 0x2a, 0x91, 0x7b, 0xb7, 0xb4, 0x47, 0x57, 0xdc, 0x67, 0x06, 0xa7, 0x75, - 0x04, 0x1f, 0x99, 0xb4, 0x52, 0x85, 0xc6, 0xa6, 0x1f, 0xa5, 0xcf, 0x11, 0xa5, 0x4f, 0x73, 0x27, - 0x62, 0xd2, 0xaa, 0x04, 0x11, 0x5e, 0xa3, 0xab, 0xd3, 0xa6, 0xb9, 0x94, 0x68, 0x99, 0x7c, 0xec, - 0xd0, 0x46, 0x17, 0xb3, 0x9a, 0xf1, 0x9a, 0x96, 0x9d, 0x75, 0x32, 0x04, 0x5c, 0xcc, 0xa3, 0x06, - 0x70, 0x54, 0x24, 0xba, 0x73, 0x5b, 0x9e, 0x91, 0x7d, 0x4d, 0xe7, 0xde, 0x0a, 0x6f, 0xc6, 0x87, - 0x91, 0x58, 0x39, 0x62, 0xd0, 0x69, 0xf4, 0xad, 0x16, 0x7d, 0x94, 0x6e, 0xdc, 0xda, 0x37, 0xed, - 0x8d, 0xcf, 0x7d, 0x5f, 0xe6, 0x43, 0xae, 0xc4, 0x43, 0xb4, 0xd6, 0x37, 0x60, 0x2d, 0x74, 0x9d, - 0x87, 0xb1, 0xfb, 0x65, 0xa3, 0x97, 0x4d, 0x7b, 0xc3, 0x49, 0x8f, 0xa4, 0x84, 0xf7, 0x6e, 0x1d, - 0xfc, 0x32, 0xb8, 0xf1, 0xdb, 0x56, 0x88, 0xd6, 0x41, 0xb9, 0x66, 0xac, 0x47, 0xa1, 0x68, 0xad, - 0x64, 0x0d, 0x1a, 0x80, 0xa6, 0x41, 0xa2, 0xb3, 0x86, 0x82, 0xf0, 0x6a, 0x61, 0xb8, 0xf3, 0xd6, - 0xb8, 0x03, 0x46, 0x8b, 0xc5, 0xdd, 0x1d, 0x6b, 0x44, 0x3a, 0x0f, 0x43, 0xb2, 0xf7, 0x38, 0x26, - 0x8f, 0x54, 0xcf, 0x07, 0x31, 0xd9, 0x0b, 0x37, 0x2e, 0xff, 0x2d, 0x20, 0x1b, 0x78, 0x50, 0x06, - 0x75, 0xbe, 0x97, 0x42, 0xb5, 0x21, 0x54, 0x26, 0x1a, 0x74, 0xa2, 0xbb, 0x0f, 0x2c, 0x9f, 0x9a, - 0x97, 0xbf, 0x9f, 0x5e, 0xbf, 0xbf, 0x3e, 0x1b, 0x9d, 0xd6, 0xb5, 0x03, 0x74, 0x6b, 0xa8, 0xce, - 0x3c, 0x78, 0xa2, 0xe7, 0xdd, 0xd1, 0xa1, 0x87, 0x58, 0x4d, 0xb5, 0x77, 0xe5, 0xcd, 0x05, 0x91, - 0xc6, 0x1f, 0x15, 0xaa, 0x09, 0x8a, 0xe0, 0x64, 0x93, 0x46, 0x18, 0xb8, 0xdc, 0xc8, 0x1d, 0x4f, - 0x8c, 0xcd, 0x63, 0xcf, 0xab, 0x3b, 0x1d, 0x5e, 0xf5, 0x9a, 0xbc, 0x7c, 0xf3, 0x00, 0xdd, 0x87, - 0x2b, 0xea, 0xb6, 0x9e, 0x1c, 0x89, 0x80, 0xc7, 0x94, 0xf9, 0x29, 0x6a, 0x53, 0xaf, 0xcd, 0x9a, - 0xa3, 0x31, 0x1e, 0x59, 0x6d, 0xaa, 0x34, 0xe9, 0xd0, 0xfe, 0x6a, 0x81, 0x32, 0x9c, 0x55, 0xe3, - 0x1e, 0x5e, 0x8e, 0xd1, 0x91, 0x32, 0x89, 0xd6, 0x7a, 0xa6, 0x64, 0x44, 0x3d, 0x61, 0x84, 0xea, - 0x2d, 0xcc, 0x94, 0x7e, 0x4c, 0xf9, 0x34, 0xce, 0x51, 0x32, 0xf9, 0x80, 0xa6, 0x29, 0x14, 0x3a, - 0xec, 0x56, 0x1a, 0x22, 0x1b, 0xd6, 0xef, 0xed, 0x3e, 0xef, 0xf5, 0x77, 0xc6, 0xfd, 0x15, 0x6f, - 0xfd, 0x8c, 0x86, 0x85, 0x9a, 0xa9, 0xc8, 0xbf, 0x1e, 0xa8, 0x69, 0xd6, 0xc6, 0xee, 0x80, 0x19, - 0x77, 0x12, 0x23, 0x53, 0x45, 0xa1, 0xda, 0xb9, 0xaf, 0x7f, 0x73, 0x2b, 0xaa, 0xb7, 0xa4, 0x77, - 0x10, 0x58, 0x50, 0xc9, 0x9a, 0x52, 0x6d, 0x29, 0x13, 0x05, 0xe6, 0x71, 0xa8, 0x0e, 0xb3, 0x55, - 0x02, 0x77, 0x8e, 0x58, 0x56, 0xa1, 0x78, 0xf8, 0x59, 0x5f, 0x1f, 0x51, 0x06, 0xd0, 0xfd, 0x9b, - 0x25, 0x9e, 0xa3, 0xa8, 0x5b, 0x9a, 0x51, 0x03, 0x08, 0xc4, 0x40, 0x91, 0xf5, 0x2f, 0x15, 0xbe, - 0x25, 0xde, 0x6a, 0x2d, 0xea, 0x74, 0x93, 0x80, 0xed, 0xf5, 0x77, 0x7f, 0xdd, 0xd9, 0xeb, 0xef, - 0xed, 0xb1, 0xd7, 0x99, 0xc1, 0x5b, 0x4f, 0x81, 0x43, 0x87, 0x49, 0xb6, 0xa0, 0x97, 0x72, 0x53, - 0xb2, 0xce, 0x51, 0xcc, 0xf0, 0x08, 0x01, 0xf2, 0xb8, 0x54, 0x5d, 0x71, 0x7f, 0x0a, 0x8c, 0x71, - 0xae, 0xc7, 0xd1, 0x1c, 0x8f, 0x44, 0x69, 0xa2, 0xf3, 0xb3, 0xd7, 0xa7, 0xef, 0x86, 0xa7, 0xdf, - 0x7a, 0xa0, 0x73, 0x71, 0x36, 0x62, 0x79, 0xad, 0xc9, 0x1b, 0x88, 0x32, 0xd7, 0x5e, 0x74, 0x28, - 0x0d, 0xac, 0x82, 0x19, 0xd6, 0xa2, 0x58, 0x82, 0x56, 0xf1, 0x6a, 0x2b, 0x5a, 0x3e, 0xb0, 0xaa, - 0xe4, 0x94, 0xb9, 0xfe, 0x45, 0xcb, 0xfc, 0x23, 0x95, 0x08, 0x9f, 0xb6, 0xd4, 0xec, 0x4a, 0xd9, - 0x42, 0x5c, 0x51, 0xff, 0x0a, 0xf0, 0xdd, 0xf6, 0xf6, 0xdb, 0xee, 0xb6, 0xf3, 0x53, 0xed, 0x6d, - 0x44, 0x35, 0x07, 0x1f, 0xd4, 0xd5, 0x53, 0x8b, 0x4f, 0xbf, 0x32, 0xfe, 0x0f, 0xf4, 0xde, 0xf4, - 0x46, 0x75, 0x14, 0x00, 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xa5, 0x58, 0x6d, 0x53, 0xdb, 0x48, + 0x12, 0xfe, 0xee, 0x5f, 0x31, 0x9e, 0x54, 0xb1, 0xd6, 0x45, 0x58, 0x40, 0x72, 0x5b, 0x09, 0x58, + 0xce, 0x41, 0x20, 0x1b, 0xae, 0x20, 0x50, 0xd8, 0x6c, 0xee, 0x2a, 0x97, 0x4a, 0x8d, 0xa5, 0xb1, + 0x35, 0xb1, 0xac, 0xd1, 0xce, 0x8c, 0x70, 0x7c, 0xd9, 0xfd, 0xef, 0xf7, 0xf4, 0x48, 0x32, 0x86, + 0x40, 0x52, 0xa9, 0xfb, 0x00, 0xf6, 0xbc, 0x76, 0xf7, 0xd3, 0xdd, 0x4f, 0xf7, 0x78, 0xd0, 0x3d, + 0xbe, 0x78, 0x3d, 0xfe, 0xf7, 0xe5, 0x09, 0xcb, 0xdc, 0x22, 0x1f, 0x0e, 0xe8, 0x3f, 0xcb, 0x45, + 0x31, 0x8b, 0xb9, 0x2c, 0x38, 0xc6, 0x52, 0xa4, 0xc3, 0xc1, 0x42, 0x3a, 0xc1, 0x0a, 0xb1, 0x90, + 0x31, 0xbf, 0x51, 0x72, 0x59, 0x6a, 0xe3, 0x38, 0x4b, 0x74, 0xe1, 0x64, 0xe1, 0x62, 0xbe, 0x54, + 0xa9, 0xcb, 0xe2, 0xbf, 0xef, 0xec, 0xf0, 0x61, 0xa7, 0xde, 0xda, 0xb9, 0xb7, 0x96, 0xca, 0x1b, + 0x95, 0xc8, 0x6d, 0x3f, 0x08, 0x55, 0xa1, 0x9c, 0x12, 0xf9, 0xb6, 0x4d, 0x44, 0x2e, 0xe3, 0xdd, + 0x70, 0x21, 0xbe, 0xa8, 0x45, 0xb5, 0x58, 0x8f, 0x2b, 0x2b, 0x8d, 0x1f, 0x88, 0x09, 0xc6, 0x85, + 0xe6, 0xac, 0x73, 0x4f, 0x74, 0xa3, 0x50, 0x92, 0x09, 0x63, 0x25, 0x84, 0x54, 0x6e, 0xba, 0xfd, + 0x02, 0xb3, 0x4e, 0xb9, 0x5c, 0x0e, 0xcf, 0x95, 0x4d, 0xd8, 0x48, 0x3a, 0xa7, 0x8a, 0x99, 0x1d, + 0x44, 0xf5, 0xe4, 0xc0, 0x26, 0x46, 0x95, 0x6e, 0xd8, 0xb9, 0x11, 0x86, 0xe5, 0x3a, 0x51, 0x65, + 0xe8, 0xd4, 0x42, 0xea, 0xca, 0x85, 0x69, 0x9c, 0xea, 0xa4, 0x5a, 0x40, 0xdd, 0x10, 0x0b, 0x71, + 0x77, 0xf7, 0x60, 0x5a, 0x15, 0x89, 0x53, 0xba, 0x60, 0x6f, 0x7b, 0xc1, 0xd7, 0xa5, 0x2a, 0x52, + 0xbd, 0xec, 0xeb, 0x52, 0x16, 0x3d, 0x9e, 0x39, 0x57, 0xda, 0xfd, 0x28, 0x9a, 0x17, 0xba, 0xbf, + 0xcc, 0x65, 0xda, 0x9f, 0xc9, 0x68, 0x2a, 0x85, 0xab, 0x8c, 0xb4, 0x91, 0x6d, 0x64, 0x46, 0x4f, + 0xac, 0x4c, 0x2a, 0xa3, 0xdc, 0x6a, 0xbb, 0x9d, 0xe2, 0xc1, 0x5f, 0xeb, 0x4b, 0x8f, 0xee, 0x5f, + 0xba, 0x3e, 0xc8, 0x43, 0xfe, 0xc9, 0xca, 0x7c, 0xba, 0xb9, 0xfb, 0xfa, 0x9b, 0xdd, 0x55, 0x99, + 0x0a, 0x27, 0x1f, 0xda, 0x3b, 0x3b, 0x4d, 0x7b, 0x32, 0xf8, 0x6a, 0x24, 0xf4, 0x29, 0x18, 0x29, + 0xe7, 0x4e, 0x72, 0x49, 0x96, 0x1d, 0xad, 0xfc, 0xd2, 0xed, 0x56, 0x65, 0x2f, 0x26, 0x9f, 0x37, + 0x36, 0xcb, 0xad, 0x2d, 0xae, 0x27, 0x9f, 0x65, 0xe2, 0x78, 0x1c, 0xbb, 0x55, 0x29, 0xf5, 0x94, + 0xe6, 0xba, 0x87, 0xc6, 0x88, 0x55, 0x5f, 0x59, 0xff, 0x79, 0xe7, 0x86, 0x5c, 0x8b, 0xf4, 0x9f, + 0xa3, 0x9e, 0x0c, 0x5d, 0xdc, 0xdd, 0x09, 0xbe, 0xe6, 0xd2, 0x31, 0x1d, 0xa7, 0xfd, 0xc4, 0x00, + 0x0e, 0xd9, 0x88, 0xed, 0xf1, 0x1a, 0x76, 0x1e, 0x1c, 0xe8, 0x3e, 0xac, 0x3c, 0x74, 0xce, 0xa8, + 0x49, 0xe5, 0x24, 0x16, 0x4c, 0xc2, 0x43, 0x19, 0x84, 0xf7, 0xe7, 0x49, 0x36, 0x6c, 0x73, 0xf2, + 0x8b, 0x8b, 0x3e, 0x8b, 0x1b, 0xd1, 0x5e, 0xf0, 0xcd, 0x46, 0x61, 0x57, 0x05, 0xae, 0x70, 0x41, + 0x98, 0xf6, 0x27, 0x3a, 0x5d, 0xf5, 0x45, 0x09, 0x7c, 0xd2, 0xd7, 0x99, 0xca, 0xd3, 0x9e, 0xa6, + 0xfd, 0x22, 0x4d, 0x4f, 0x6e, 0xa0, 0xc5, 0x99, 0xb2, 0x08, 0x46, 0x69, 0x7a, 0x9c, 0x74, 0xe6, + 0x61, 0x2f, 0x88, 0x87, 0x5f, 0x7f, 0x93, 0xee, 0xf7, 0x5e, 0x10, 0xe2, 0xce, 0xa3, 0x64, 0xfe, + 0x46, 0xe5, 0x92, 0x62, 0xac, 0x47, 0x08, 0xf2, 0x49, 0x32, 0x4f, 0xa6, 0x33, 0x1e, 0x3c, 0xba, + 0x5a, 0xc2, 0xdb, 0xd2, 0xc1, 0xa9, 0xc1, 0x5f, 0x0f, 0xcb, 0x91, 0xc6, 0x68, 0x03, 0xf3, 0x20, + 0x07, 0x99, 0x60, 0x75, 0x2e, 0xfb, 0xb9, 0x9e, 0xf5, 0xf8, 0x09, 0xcd, 0xb3, 0x06, 0x3c, 0x78, + 0x9c, 0x4d, 0x71, 0xb5, 0x87, 0x01, 0xa1, 0x6f, 0x00, 0xd7, 0x59, 0x33, 0x0f, 0xf4, 0x71, 0x70, + 0xaa, 0x66, 0x95, 0x11, 0x1e, 0xed, 0x1a, 0x06, 0x36, 0x15, 0x8a, 0xa2, 0xee, 0x3f, 0xc5, 0x69, + 0x91, 0xe8, 0x45, 0x09, 0xd0, 0x25, 0x2b, 0xc5, 0x4c, 0x32, 0x84, 0x84, 0xe8, 0x22, 0x16, 0x36, + 0x1c, 0x64, 0x33, 0xbd, 0x1c, 0x6b, 0x61, 0x5d, 0xed, 0xa3, 0xdd, 0xe0, 0x2b, 0xc5, 0xbe, 0x8e, + 0xbd, 0x15, 0x8e, 0x16, 0xbc, 0x5b, 0x54, 0x01, 0x95, 0xdf, 0x8e, 0xcf, 0xcf, 0x62, 0x09, 0x5b, + 0x92, 0x5c, 0x58, 0x4b, 0x86, 0x90, 0x55, 0x3d, 0xf7, 0xaa, 0x31, 0x65, 0x9f, 0xd3, 0x6d, 0xf0, + 0x42, 0x92, 0x4b, 0x61, 0xc6, 0x75, 0xe6, 0xf4, 0x9a, 0x0c, 0xf2, 0xbe, 0x71, 0x2b, 0x18, 0x29, + 0x0a, 0xb5, 0xf0, 0xfa, 0xc6, 0xbc, 0xd0, 0x05, 0x2c, 0x6b, 0x76, 0xc4, 0x80, 0xab, 0x3d, 0xd4, + 0x6b, 0x15, 0x44, 0x60, 0x6f, 0xca, 0x33, 0x72, 0xa1, 0x6f, 0x28, 0x30, 0xbc, 0x20, 0x00, 0xbb, + 0xf7, 0x72, 0x67, 0x67, 0xc3, 0x9c, 0xaa, 0x24, 0xd0, 0xc8, 0x17, 0x64, 0x4f, 0x6b, 0x4c, 0x21, + 0x97, 0xec, 0x5f, 0xe7, 0x67, 0x6f, 0x91, 0x97, 0x57, 0xf2, 0x8f, 0x4a, 0x5a, 0x77, 0xf0, 0x1d, + 0xc7, 0x6f, 0x88, 0xbe, 0x45, 0xc7, 0x65, 0xca, 0x42, 0xba, 0x2d, 0xe1, 0x29, 0x39, 0x46, 0xdc, + 0x85, 0x7e, 0xc6, 0x3a, 0xa4, 0xb5, 0x1d, 0xc6, 0xcf, 0x49, 0x8b, 0xe0, 0xbb, 0x7e, 0xbe, 0xbd, + 0x57, 0x6e, 0x5e, 0x2c, 0xe9, 0x8e, 0x64, 0x1e, 0x76, 0xdb, 0x0b, 0xea, 0x04, 0xbe, 0xbc, 0x18, + 0x8d, 0x11, 0xe1, 0x51, 0x6d, 0x10, 0x7c, 0x40, 0x96, 0x14, 0xde, 0x92, 0x37, 0xda, 0x2c, 0x8e, + 0xe1, 0xc9, 0x83, 0x26, 0x2b, 0x8b, 0x26, 0xa8, 0x7b, 0x9c, 0xfc, 0x8b, 0x40, 0xe9, 0x53, 0xc0, + 0xd8, 0x0f, 0x3b, 0x1f, 0xc3, 0x1a, 0x75, 0x5a, 0x2b, 0x02, 0xcc, 0xdf, 0x88, 0xbc, 0x02, 0x45, + 0xf2, 0xb0, 0xbb, 0x7b, 0x0b, 0x59, 0x92, 0xc9, 0x64, 0xfe, 0xae, 0x5a, 0xdc, 0xe6, 0x79, 0xb7, + 0xd7, 0x95, 0x64, 0x42, 0x7f, 0x2e, 0x57, 0x7d, 0xb8, 0x2a, 0xc9, 0x7a, 0xd1, 0x87, 0x9d, 0xed, + 0x97, 0x1f, 0xa3, 0x00, 0xc9, 0xfe, 0x81, 0x1f, 0x41, 0x5f, 0x5b, 0x8a, 0x84, 0x52, 0x70, 0x2c, + 0x26, 0xf8, 0x7f, 0x02, 0x22, 0x87, 0x89, 0x7c, 0x94, 0xa9, 0xa9, 0xc3, 0xe7, 0x6b, 0x30, 0xbb, + 0xd1, 0x39, 0xbe, 0x1d, 0xe6, 0x34, 0xbe, 0x14, 0xe0, 0x6b, 0x9a, 0x17, 0xa5, 0x3d, 0xd3, 0xc9, + 0x9c, 0x8e, 0x80, 0xbc, 0x7d, 0x12, 0x8f, 0x9a, 0x9b, 0x2e, 0x11, 0xa1, 0xd7, 0x65, 0xf3, 0xe5, + 0x58, 0x2f, 0x0b, 0x7f, 0x2f, 0x1c, 0xc2, 0xdf, 0xea, 0x05, 0x6d, 0x00, 0xbb, 0xe8, 0xe5, 0x99, + 0xf4, 0x02, 0xfc, 0x77, 0xbf, 0xdb, 0x7f, 0xbb, 0x52, 0xb3, 0x6c, 0x3d, 0xdd, 0x9c, 0x3d, 0x85, + 0xa3, 0x0c, 0x4d, 0x1e, 0x4b, 0xca, 0x00, 0xfe, 0x11, 0x41, 0x9c, 0xe4, 0x55, 0x2a, 0x6d, 0x6f, + 0x6d, 0x5d, 0x10, 0xfc, 0xf9, 0x67, 0x33, 0x42, 0xba, 0xd2, 0xe7, 0xb1, 0x9c, 0x8a, 0x2a, 0x77, + 0x48, 0x7a, 0xe4, 0xc2, 0x46, 0x9a, 0xdc, 0xcd, 0x71, 0x40, 0x25, 0xef, 0x31, 0x0d, 0xb8, 0xb7, + 0xa8, 0x03, 0x88, 0x13, 0xe7, 0x7f, 0xe2, 0x4f, 0x25, 0x51, 0xeb, 0x43, 0x3b, 0x82, 0xa7, 0x3d, + 0xfe, 0xfe, 0xec, 0xe4, 0x18, 0x24, 0x6a, 0xd3, 0x57, 0x1c, 0x79, 0x83, 0xdd, 0x36, 0x0d, 0x36, + 0xe4, 0x8d, 0x10, 0x7c, 0x9c, 0xdc, 0xb8, 0x8f, 0x4d, 0x0d, 0xb3, 0xa3, 0xee, 0xf8, 0xb4, 0x81, + 0xaa, 0xda, 0xe9, 0x44, 0xe7, 0x5b, 0x5b, 0x3d, 0x5f, 0x8b, 0x76, 0xc2, 0x9e, 0x2f, 0x56, 0x31, + 0xed, 0xc8, 0x47, 0x4e, 0x1b, 0x20, 0x48, 0xc2, 0x4f, 0x9d, 0x5c, 0x50, 0x58, 0x27, 0xa7, 0x25, + 0xf7, 0xa6, 0xd6, 0xdb, 0x70, 0x7e, 0x51, 0x82, 0x47, 0xc8, 0x1c, 0x76, 0xae, 0x53, 0xd9, 0x67, + 0x97, 0xc8, 0x58, 0x2b, 0x99, 0x24, 0x3f, 0x32, 0xd2, 0x8d, 0x9d, 0x5e, 0x82, 0x29, 0xc2, 0x3b, + 0x37, 0xda, 0xbb, 0x37, 0x86, 0xfe, 0xb6, 0x20, 0xa0, 0x5d, 0x9e, 0xe5, 0xe9, 0xfa, 0x57, 0xbe, + 0xfa, 0xa1, 0xf8, 0xf1, 0xa7, 0x7e, 0x79, 0x9f, 0xc3, 0xdc, 0xdb, 0xe2, 0x15, 0xd9, 0xfe, 0x67, + 0xfb, 0xaa, 0x8c, 0x7f, 0xe5, 0x1e, 0xdf, 0xce, 0x20, 0x6a, 0x4a, 0xee, 0xc0, 0x73, 0xc3, 0xf0, + 0x1f, 0x6a, 0x41, 0xc5, 0x9b, 0x55, 0x26, 0x47, 0x92, 0x7b, 0xba, 0x48, 0x2c, 0x38, 0xf4, 0x00, + 0x1b, 0xfd, 0x86, 0x41, 0x54, 0x37, 0x1b, 0x44, 0xe6, 0xe0, 0x48, 0x92, 0x1c, 0x73, 0xa0, 0x85, + 0xc2, 0x3e, 0x45, 0x5e, 0x74, 0x98, 0xc2, 0x98, 0xbe, 0x7d, 0xb2, 0xbc, 0x69, 0x46, 0x46, 0x53, + 0xce, 0xd0, 0x0a, 0x64, 0x1a, 0x2b, 0xa5, 0xb6, 0xd4, 0x19, 0xa4, 0xea, 0x86, 0x79, 0x52, 0x89, + 0xc1, 0x71, 0x80, 0x63, 0x79, 0x77, 0x2e, 0x93, 0x79, 0x79, 0x44, 0x7d, 0x0a, 0x1c, 0xe7, 0xe0, + 0x0d, 0x2a, 0x37, 0x31, 0xaf, 0x07, 0x1c, 0x52, 0x93, 0x5c, 0x25, 0xf3, 0x98, 0xbf, 0x25, 0xb1, + 0xaf, 0x06, 0x51, 0xbd, 0x00, 0xd5, 0x70, 0xc5, 0xf0, 0xe1, 0x33, 0x9d, 0xf5, 0xa1, 0x23, 0x3a, + 0x44, 0x19, 0x74, 0x7b, 0xee, 0xce, 0x09, 0x5b, 0x4d, 0x16, 0x0a, 0x3a, 0x8e, 0xc4, 0x8d, 0xbc, + 0xdd, 0x92, 0x99, 0xf6, 0xfa, 0x6c, 0x6f, 0xd8, 0x19, 0x35, 0x9d, 0x03, 0xdb, 0x62, 0xd7, 0xbe, + 0xce, 0x53, 0x7c, 0x56, 0x25, 0xb0, 0xd9, 0x1b, 0xb6, 0x3d, 0x0d, 0xbb, 0x3c, 0x7d, 0xb7, 0xcf, + 0x06, 0xaa, 0x28, 0x2b, 0xd7, 0x5c, 0x5d, 0xc2, 0xb8, 0xa5, 0x36, 0x29, 0xf7, 0x20, 0x61, 0x7d, + 0xdd, 0x34, 0xf9, 0xef, 0x56, 0xfd, 0x17, 0x5f, 0x9f, 0x03, 0x2c, 0xf1, 0x05, 0x71, 0x3e, 0x43, + 0x4b, 0xe6, 0x47, 0xaa, 0xd8, 0x18, 0xe9, 0x02, 0x69, 0x43, 0x91, 0x1c, 0xf3, 0x35, 0x71, 0x10, + 0x13, 0x06, 0xb8, 0xab, 0x14, 0x0e, 0xe1, 0x83, 0x15, 0x4f, 0x16, 0x7f, 0x83, 0x18, 0x12, 0xbe, + 0x40, 0x80, 0x81, 0xe9, 0xd1, 0x3b, 0x19, 0x95, 0x70, 0xe6, 0x3b, 0x2d, 0x48, 0xdc, 0x0c, 0x38, + 0xc1, 0x9e, 0xb3, 0x54, 0xcd, 0x94, 0x63, 0xd8, 0x36, 0x01, 0x93, 0x00, 0x13, 0x03, 0xf8, 0xc9, + 0x25, 0xde, 0xed, 0x10, 0xa6, 0x73, 0x6d, 0xf6, 0x9f, 0x4c, 0x05, 0xf5, 0x8f, 0x5b, 0x4f, 0x5e, + 0xbe, 0x78, 0xf1, 0xe2, 0x80, 0x5d, 0x17, 0xb2, 0x48, 0xcc, 0xaa, 0x74, 0x32, 0x65, 0xce, 0x88, + 0xc2, 0x2e, 0x94, 0xb5, 0x94, 0x21, 0xec, 0x08, 0x15, 0xcf, 0x20, 0xd7, 0x0b, 0xc7, 0x96, 0x99, + 0xa4, 0xfc, 0xcd, 0xd1, 0xb5, 0x50, 0xd1, 0x84, 0xa9, 0x21, 0x4b, 0x35, 0x7b, 0x77, 0x31, 0x66, + 0x20, 0x25, 0xb6, 0xd2, 0x95, 0x61, 0x13, 0x51, 0xcc, 0xb1, 0x48, 0x0b, 0xda, 0x84, 0x6c, 0x74, + 0x7a, 0x1e, 0x32, 0xe9, 0x92, 0x3e, 0x2b, 0x55, 0xd1, 0xed, 0xb4, 0x8e, 0x35, 0x43, 0xe2, 0x2e, + 0xb6, 0x54, 0x06, 0xb7, 0x59, 0xcb, 0x7a, 0x17, 0xe3, 0xc3, 0x80, 0x59, 0x3d, 0x75, 0x4b, 0x61, + 0x24, 0xab, 0x5b, 0xae, 0x7b, 0x98, 0x7b, 0x90, 0x26, 0xfa, 0x4b, 0x1b, 0x8c, 0xef, 0x2e, 0x7c, + 0x5c, 0x99, 0xe1, 0x25, 0x9c, 0x51, 0x66, 0x06, 0x20, 0x3c, 0xea, 0xa5, 0xfa, 0xc4, 0xc5, 0xe5, + 0x1d, 0x8f, 0x3c, 0xdb, 0x6b, 0xd0, 0x19, 0x6b, 0xa0, 0x47, 0xdd, 0x2f, 0x83, 0x1a, 0x21, 0x43, + 0xcc, 0xb3, 0xb6, 0xa3, 0x64, 0x68, 0xaf, 0x2c, 0x0a, 0x15, 0x19, 0xc7, 0x0a, 0x49, 0xe8, 0x68, + 0x26, 0x72, 0xab, 0x1b, 0xbc, 0x5d, 0x26, 0xd1, 0x39, 0x18, 0x03, 0x48, 0x58, 0x2b, 0xae, 0xeb, + 0xb5, 0x1a, 0x67, 0x72, 0x3d, 0x43, 0xbd, 0x41, 0x95, 0xa7, 0x6c, 0x22, 0xa9, 0x89, 0x2e, 0x66, + 0xb8, 0xc6, 0x63, 0x09, 0x71, 0xe8, 0x0c, 0x1b, 0xe1, 0x69, 0x9f, 0x8e, 0x0d, 0x26, 0xc3, 0xce, + 0xb1, 0xb2, 0xad, 0x36, 0xf5, 0xbe, 0x42, 0x3b, 0x44, 0x00, 0x81, 0x1c, 0x32, 0x0d, 0x91, 0x66, + 0xa9, 0x80, 0xb7, 0x28, 0x18, 0xc2, 0x04, 0xf1, 0x0f, 0x3d, 0x12, 0x0c, 0x8c, 0x9c, 0x22, 0xe9, + 0x32, 0x56, 0x77, 0xff, 0x6b, 0x34, 0x09, 0xf5, 0x89, 0x37, 0x74, 0xa0, 0x6e, 0x63, 0x9a, 0xb2, + 0x04, 0xc1, 0x56, 0x77, 0x33, 0x84, 0x39, 0x18, 0x60, 0x55, 0x6b, 0xe7, 0x65, 0xab, 0xa9, 0x17, + 0x9f, 0x93, 0x9b, 0xb0, 0x2d, 0xad, 0x55, 0x4a, 0xbb, 0x83, 0x48, 0xd5, 0xa8, 0x1f, 0xcb, 0x62, + 0xc5, 0x44, 0x92, 0x90, 0xfb, 0x80, 0xc9, 0x7b, 0xf5, 0x46, 0xb1, 0x96, 0x9b, 0xe8, 0x34, 0x9d, + 0x94, 0xe9, 0x0f, 0x7c, 0x78, 0xf1, 0xbe, 0xf1, 0x21, 0xfd, 0xbd, 0x11, 0x09, 0xe8, 0x91, 0x20, + 0xc7, 0x3d, 0x3f, 0x38, 0x78, 0x35, 0x6a, 0x7c, 0x77, 0x98, 0xe7, 0xb7, 0x62, 0x45, 0x91, 0xb2, + 0xa6, 0x59, 0x44, 0x6c, 0x61, 0x05, 0x80, 0x4b, 0x0a, 0x8c, 0x16, 0x5b, 0x33, 0xfc, 0x3f, 0x32, + 0xe1, 0x70, 0x03, 0x6f, 0x0f, 0x1f, 0x30, 0x86, 0x32, 0x08, 0x0b, 0x07, 0x27, 0xcf, 0xbd, 0x0f, + 0x14, 0x45, 0x45, 0x22, 0xa9, 0x75, 0x04, 0x73, 0xd6, 0x6d, 0x62, 0x1b, 0xf5, 0xc4, 0x3c, 0xd9, + 0xb3, 0xe1, 0xa8, 0x8d, 0xf2, 0x9a, 0x70, 0x40, 0x35, 0xcf, 0x86, 0x3f, 0xa0, 0xc7, 0x6b, 0x62, + 0xba, 0xce, 0xb9, 0x28, 0x2a, 0x91, 0x7b, 0xb7, 0xb4, 0x47, 0xd7, 0xbc, 0x67, 0x86, 0x27, 0x75, + 0x04, 0x1f, 0x9a, 0xb4, 0x52, 0x85, 0xc6, 0xa6, 0x47, 0x11, 0x6c, 0x98, 0xea, 0xf0, 0x82, 0xaf, + 0x75, 0x22, 0x16, 0xad, 0x4a, 0x90, 0xe0, 0x15, 0x3a, 0x3a, 0x6d, 0x1a, 0xa5, 0x44, 0xcb, 0xe2, + 0x13, 0x87, 0x16, 0xba, 0x98, 0xd7, 0x6c, 0xd7, 0xb4, 0xeb, 0xac, 0x93, 0x21, 0xe0, 0x62, 0x1e, + 0x35, 0x80, 0xa3, 0x1a, 0x91, 0xce, 0x6d, 0x69, 0x46, 0xf6, 0x35, 0x5d, 0x7b, 0x7b, 0x79, 0x33, + 0x1e, 0x44, 0x62, 0xed, 0x88, 0x61, 0xa7, 0x91, 0xb7, 0x5e, 0xf4, 0x51, 0xba, 0xa1, 0xb5, 0x6f, + 0xd8, 0x1b, 0x9f, 0xfb, 0x9e, 0xcc, 0x87, 0x5c, 0x89, 0x47, 0x68, 0x2d, 0x6f, 0xc8, 0x5a, 0xe8, + 0x3a, 0x0f, 0x63, 0xf7, 0xcb, 0x46, 0x1f, 0x9b, 0xf6, 0x47, 0xd3, 0x3e, 0xdd, 0x12, 0xde, 0xd3, + 0x3a, 0xf8, 0x65, 0x78, 0xed, 0xb7, 0xad, 0x11, 0xad, 0x83, 0x72, 0xcd, 0x56, 0x8f, 0x43, 0xd1, + 0x5a, 0xc9, 0x1a, 0x34, 0x00, 0x4d, 0x83, 0x44, 0xe7, 0x16, 0x0a, 0xc2, 0xab, 0x85, 0xe1, 0xce, + 0x3b, 0xe3, 0x0e, 0x18, 0x2d, 0x16, 0x77, 0x77, 0xdc, 0x22, 0xd2, 0x79, 0x18, 0x92, 0xbd, 0xc7, + 0x31, 0x79, 0xa4, 0x72, 0x3e, 0x88, 0xc9, 0x5e, 0xb8, 0xa1, 0xfc, 0xb7, 0x80, 0x6c, 0xe0, 0x41, + 0x19, 0xd4, 0xf9, 0x5e, 0x0a, 0xd5, 0x86, 0x50, 0x89, 0x68, 0xd0, 0x89, 0xee, 0x3e, 0xae, 0x7c, + 0x6a, 0x5e, 0xfc, 0x7e, 0x72, 0xf5, 0xfe, 0xea, 0x74, 0x7c, 0x52, 0xd7, 0x0d, 0xd0, 0xad, 0xa1, + 0x1a, 0xf3, 0xe0, 0x89, 0xbe, 0x77, 0x47, 0x87, 0x1e, 0x61, 0x35, 0xd5, 0xde, 0xbd, 0x6f, 0x21, + 0x88, 0x34, 0xfe, 0xa8, 0x50, 0x4d, 0x50, 0x00, 0xa7, 0x9b, 0x34, 0xc2, 0xc0, 0xe5, 0x46, 0x6e, + 0x7b, 0x62, 0x6c, 0x1e, 0x7a, 0x5e, 0xdc, 0xc9, 0xe8, 0xb2, 0xdf, 0xe4, 0xe5, 0x9b, 0x07, 0xe8, + 0x3e, 0x5c, 0x53, 0xb7, 0xf5, 0xe4, 0x48, 0x04, 0x3c, 0xa1, 0xcc, 0x4f, 0x51, 0x9b, 0xfa, 0x6d, + 0xd6, 0x1c, 0x4e, 0xf0, 0xc0, 0x6a, 0x53, 0xa5, 0x49, 0x87, 0xf6, 0x17, 0x0b, 0x94, 0xe0, 0xac, + 0x9a, 0xf4, 0xf1, 0x6a, 0x8c, 0x0e, 0x95, 0x49, 0xb4, 0xd6, 0x73, 0x25, 0x23, 0xea, 0x07, 0x23, + 0x54, 0x6e, 0x61, 0x66, 0xf4, 0x43, 0xca, 0xa7, 0x49, 0x8e, 0x72, 0xc9, 0x87, 0x34, 0x4d, 0xa1, + 0xd0, 0x61, 0x37, 0xd2, 0x10, 0xd9, 0xb0, 0x9d, 0xfe, 0xee, 0xf3, 0xfe, 0xce, 0xf6, 0x64, 0x6f, + 0xcd, 0x5b, 0x3f, 0x23, 0x61, 0xa9, 0xe6, 0x2a, 0xf2, 0x2f, 0x07, 0x6a, 0x98, 0xb5, 0xb1, 0xdb, + 0x60, 0xc6, 0xed, 0xc4, 0xc8, 0x54, 0x51, 0xa8, 0x76, 0xee, 0xcb, 0xdf, 0xdc, 0x8a, 0xca, 0x2d, + 0xe9, 0x0d, 0x04, 0x16, 0x54, 0xb2, 0xa6, 0x54, 0x5b, 0xca, 0x44, 0x81, 0x79, 0x1c, 0xaa, 0xc3, + 0x7c, 0x9d, 0xc0, 0x9d, 0x43, 0x96, 0x55, 0x28, 0x1e, 0x7e, 0xd6, 0xd7, 0x47, 0x94, 0x01, 0x74, + 0xfe, 0x66, 0x85, 0xa7, 0x28, 0xea, 0x96, 0x66, 0xd4, 0xfc, 0x01, 0x31, 0x50, 0x64, 0xfd, 0x2b, + 0x85, 0x6f, 0x87, 0xbb, 0xad, 0x45, 0x9d, 0x5e, 0x12, 0xb0, 0xbd, 0x9d, 0xdd, 0x5f, 0xb7, 0xf7, + 0x76, 0xf6, 0x9e, 0xb1, 0xd7, 0x99, 0xc1, 0x3b, 0x4f, 0x81, 0x43, 0x47, 0x49, 0xb6, 0xa4, 0x57, + 0x72, 0x53, 0xb2, 0xce, 0x50, 0xcc, 0xf0, 0x00, 0x01, 0xf2, 0x50, 0xaa, 0xae, 0xb8, 0x3f, 0x05, + 0xc6, 0x24, 0xd7, 0x93, 0x68, 0x81, 0x07, 0xa2, 0x34, 0xd1, 0xd9, 0xe9, 0xeb, 0x93, 0x77, 0xa3, + 0x93, 0x6f, 0x3d, 0xd0, 0x39, 0x3f, 0x1d, 0xb3, 0xbc, 0x96, 0xe4, 0x0d, 0x44, 0x99, 0x6b, 0x15, + 0x1d, 0x49, 0x03, 0xab, 0x60, 0x86, 0xb5, 0x28, 0x96, 0xa0, 0x55, 0xbc, 0xd8, 0x8a, 0x96, 0x0f, + 0xac, 0x2a, 0x39, 0x65, 0xae, 0x7f, 0xcd, 0x32, 0xff, 0x40, 0x25, 0xc2, 0xa7, 0x2d, 0x35, 0xbb, + 0x52, 0xb6, 0x10, 0x57, 0xd4, 0xbf, 0x00, 0x7c, 0xb7, 0xb5, 0xfd, 0xb6, 0xb3, 0xed, 0xfc, 0x54, + 0x6b, 0x1b, 0x51, 0xcd, 0xc1, 0x07, 0x75, 0xf4, 0xd4, 0xde, 0xd3, 0x2f, 0x8c, 0xff, 0x03, 0x59, + 0x4d, 0xbf, 0x9d, 0x71, 0x14, 0x00, 0x00 }; // Autogenerated from wled00/data/settings_um.htm, do not edit!! -const uint16_t PAGE_settings_um_length = 2640; +const uint16_t PAGE_settings_um_length = 2786; const uint8_t PAGE_settings_um[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xcd, 0x59, 0xfb, 0x6f, 0xdb, 0x38, - 0x12, 0xfe, 0x3d, 0x7f, 0x85, 0xc2, 0x06, 0x89, 0x04, 0x2b, 0xb2, 0xd3, 0xee, 0x02, 0x5d, 0xdb, - 0x74, 0xae, 0x4d, 0xbb, 0x5b, 0x5f, 0x1f, 0x09, 0xe0, 0x7d, 0xe0, 0x90, 0x0b, 0x1a, 0x59, 0xa2, - 0x6d, 0x36, 0x32, 0xa9, 0x13, 0xa9, 0x3c, 0xce, 0xf1, 0xff, 0x7e, 0xdf, 0x50, 0x92, 0x1f, 0x69, - 0x52, 0xec, 0xf6, 0x70, 0xc0, 0xfd, 0x12, 0x4b, 0xe4, 0xcc, 0x68, 0x38, 0x8f, 0x6f, 0x66, 0x98, - 0xfe, 0xee, 0x9b, 0xd3, 0x93, 0x5f, 0xff, 0x71, 0xf6, 0xd6, 0x9b, 0xd9, 0x79, 0x36, 0xe8, 0xd7, - 0x7f, 0x45, 0x9c, 0x7a, 0x59, 0xac, 0xa6, 0x9c, 0x09, 0xc5, 0x06, 0xfd, 0xb9, 0xb0, 0xb1, 0x97, - 0xcc, 0xe2, 0xc2, 0x08, 0xcb, 0x59, 0x69, 0x27, 0x87, 0x2f, 0x9b, 0xd5, 0x1d, 0x15, 0xcf, 0x05, - 0x67, 0xd7, 0x52, 0xdc, 0xe4, 0xba, 0xb0, 0xcc, 0x4b, 0xb4, 0xb2, 0x42, 0x81, 0xec, 0x46, 0xa6, - 0x76, 0xc6, 0x7f, 0xec, 0x74, 0x56, 0xa4, 0x0f, 0xb6, 0x52, 0x71, 0x2d, 0x13, 0x71, 0xe8, 0x5e, - 0x42, 0xa9, 0xa4, 0x95, 0x71, 0x76, 0x68, 0x92, 0x38, 0x13, 0xfc, 0x28, 0x9c, 0xc7, 0xb7, 0x72, - 0x5e, 0xce, 0x57, 0xef, 0xa5, 0x11, 0x85, 0x7b, 0x89, 0xc7, 0x78, 0x57, 0x9a, 0x7d, 0xf5, 0xe5, - 0x41, 0xdf, 0x4a, 0x9b, 0x89, 0xc1, 0x6f, 0xa0, 0x9c, 0xeb, 0xd4, 0x1b, 0x09, 0x6b, 0xa5, 0x9a, - 0x9a, 0x7e, 0xbb, 0x5a, 0xef, 0x9b, 0xa4, 0x90, 0xb9, 0x1d, 0xec, 0x5c, 0xc7, 0x85, 0xa7, 0x6f, - 0x94, 0x28, 0xc2, 0x4c, 0x27, 0x32, 0x0f, 0xcb, 0x42, 0xdf, 0x98, 0x30, 0xe5, 0xa9, 0x4e, 0xca, - 0x39, 0xf4, 0x0b, 0xcb, 0xf9, 0xc9, 0x64, 0xca, 0x17, 0xcb, 0x30, 0x97, 0xca, 0xf0, 0xf3, 0x0b, - 0xfa, 0x3d, 0xa5, 0x5f, 0xd0, 0xf3, 0xdd, 0xa3, 0x50, 0x95, 0xf3, 0x8f, 0xbc, 0xd3, 0x9b, 0x94, - 0x2a, 0xb1, 0x52, 0x2b, 0x6f, 0x3a, 0x4c, 0x7d, 0x11, 0x2c, 0x0a, 0x61, 0xcb, 0x42, 0x79, 0x69, - 0x34, 0x15, 0xf6, 0x6d, 0x26, 0x48, 0xd4, 0xeb, 0x3b, 0xb7, 0xb5, 0x5c, 0x91, 0x4a, 0x73, 0xba, - 0x41, 0x2a, 0xf6, 0xf7, 0x99, 0x1e, 0x7f, 0x11, 0x89, 0x65, 0x9c, 0xdb, 0xbb, 0x5c, 0xe8, 0x09, - 0xad, 0xed, 0xbe, 0x2a, 0x8a, 0xf8, 0x2e, 0x92, 0xc6, 0xfd, 0x6e, 0xf1, 0xbf, 0xf3, 0x83, 0xc5, - 0x8d, 0x54, 0xa9, 0xbe, 0x89, 0x74, 0x2e, 0x94, 0xcf, 0x66, 0xd6, 0xe6, 0xa6, 0xdb, 0x6e, 0x4f, - 0xa5, 0x9d, 0x95, 0xe3, 0x28, 0xd1, 0xf3, 0xf6, 0x2b, 0x59, 0x24, 0x5a, 0xeb, 0x2b, 0x29, 0xda, - 0x7f, 0x7c, 0x78, 0xfb, 0xa6, 0x7d, 0x23, 0xaf, 0x64, 0xbb, 0xb1, 0xc6, 0xb3, 0xb2, 0x32, 0xcf, - 0xa1, 0xa9, 0x17, 0xd8, 0x86, 0xf4, 0xd7, 0x0f, 0xa5, 0xb7, 0x57, 0x54, 0x21, 0xfb, 0x6c, 0x44, - 0x36, 0xd9, 0xa4, 0xce, 0x74, 0x9c, 0xfe, 0x7d, 0xe4, 0x8b, 0xd0, 0xf2, 0xdd, 0x4e, 0xb0, 0xc8, - 0x84, 0xf5, 0x14, 0x4f, 0xa3, 0xa4, 0x10, 0xb1, 0x15, 0xb5, 0x01, 0x7c, 0x56, 0x59, 0x9d, 0x05, - 0x3d, 0x15, 0x41, 0xd8, 0x2b, 0x6b, 0x0b, 0x39, 0x2e, 0xad, 0xc0, 0x46, 0x91, 0xb0, 0x50, 0x04, - 0xe1, 0xc3, 0x75, 0xb2, 0x03, 0x3e, 0x67, 0xc5, 0xad, 0x6d, 0x7f, 0x89, 0xaf, 0xe3, 0x46, 0xc0, - 0x57, 0x84, 0xb1, 0xb9, 0x53, 0x10, 0x61, 0x83, 0x30, 0x8d, 0xc6, 0x3a, 0xbd, 0x8b, 0xe2, 0x1c, - 0x4a, 0xa7, 0x27, 0x33, 0x99, 0xa5, 0xbe, 0x22, 0xfa, 0x38, 0x4d, 0xdf, 0x5e, 0x43, 0x8b, 0x0f, - 0xd2, 0x20, 0xf0, 0x44, 0xe1, 0x33, 0xd2, 0x99, 0x85, 0x7e, 0xc0, 0x07, 0x8b, 0x34, 0x2a, 0xe7, - 0x9f, 0x73, 0x72, 0x6b, 0x1a, 0x15, 0xe6, 0x3a, 0xad, 0x9f, 0xf4, 0xe7, 0xc6, 0xeb, 0x69, 0x84, - 0x20, 0xfc, 0x3c, 0xcd, 0xa5, 0xe6, 0x2f, 0x7e, 0x0a, 0x7f, 0x11, 0xf6, 0x77, 0x3f, 0xe8, 0x4d, - 0x74, 0xe1, 0xd3, 0x49, 0x05, 0x02, 0x40, 0xf4, 0x2b, 0xce, 0x28, 0x13, 0x6a, 0x6a, 0x67, 0x3d, - 0xd1, 0x6a, 0x05, 0xc4, 0x1c, 0xe5, 0xa5, 0x99, 0xf9, 0xd5, 0xde, 0xb9, 0xb8, 0x08, 0x5c, 0xfc, - 0x54, 0x8b, 0x8c, 0xd6, 0x60, 0x8c, 0xc3, 0x23, 0xce, 0x2b, 0x05, 0xce, 0x3b, 0x17, 0xfb, 0xfb, - 0xd5, 0x63, 0x64, 0x66, 0x72, 0x62, 0x7d, 0x3a, 0xcf, 0x68, 0x12, 0x8d, 0xde, 0xbc, 0x22, 0x05, - 0xf8, 0x5a, 0x8d, 0x7a, 0xfd, 0xe4, 0xc3, 0xa3, 0xeb, 0x1f, 0x4f, 0x47, 0xc3, 0xa7, 0x18, 0xde, - 0x3f, 0xce, 0x31, 0x1c, 0x9d, 0x3e, 0xd8, 0x58, 0x3e, 0x6e, 0x36, 0x51, 0x14, 0xba, 0x80, 0xb7, - 0x60, 0x36, 0x24, 0xb1, 0xd1, 0x99, 0x88, 0x32, 0x3d, 0xf5, 0xd9, 0x5b, 0x5a, 0xf7, 0xea, 0x58, - 0x40, 0x9c, 0x78, 0x13, 0x99, 0x09, 0xe7, 0x55, 0x64, 0x6d, 0x01, 0xef, 0x7f, 0xa8, 0xd7, 0x11, - 0xd8, 0x60, 0x9c, 0xc8, 0x69, 0x59, 0xc4, 0x2e, 0x78, 0x2a, 0xaf, 0x7a, 0x93, 0x18, 0x0c, 0x69, - 0xf4, 0x4f, 0x35, 0x54, 0x08, 0xdd, 0x1c, 0x96, 0x15, 0x5e, 0x1e, 0x4f, 0x85, 0x97, 0xc6, 0x36, - 0xde, 0x45, 0xb4, 0x6d, 0xc4, 0xdb, 0x08, 0xd1, 0xc9, 0xe8, 0x03, 0x5d, 0x64, 0x4b, 0x1d, 0xa6, - 0xc8, 0x48, 0x27, 0x2f, 0xca, 0x0b, 0x6d, 0x75, 0xa2, 0xb3, 0xfd, 0x7d, 0xdf, 0x65, 0x69, 0x27, - 0xf4, 0x5d, 0x76, 0x73, 0xa2, 0xc8, 0x46, 0x56, 0x17, 0x90, 0x4a, 0x99, 0x39, 0xb4, 0x62, 0x4e, - 0x71, 0x90, 0x0c, 0x73, 0x16, 0x04, 0xf7, 0xf7, 0x35, 0x19, 0xf8, 0xe7, 0x39, 0x14, 0xfe, 0x19, - 0xf2, 0xbd, 0x8f, 0x3a, 0x15, 0x91, 0x77, 0x96, 0x89, 0xd8, 0x08, 0x0f, 0x86, 0x10, 0x85, 0x47, - 0x99, 0xe4, 0x0d, 0xcf, 0xa0, 0x52, 0xb8, 0x25, 0xd1, 0x6c, 0x4b, 0xac, 0x20, 0x25, 0x08, 0x40, - 0x95, 0x42, 0x5f, 0x07, 0x15, 0xf8, 0x06, 0x21, 0x04, 0x2b, 0xe7, 0x2c, 0x88, 0xa4, 0x82, 0x41, - 0xdf, 0xfd, 0xfa, 0xf1, 0x03, 0x67, 0x9f, 0xb4, 0x57, 0x63, 0x95, 0xf1, 0x10, 0x35, 0x36, 0xce, - 0xc8, 0x14, 0x6c, 0x0b, 0x2d, 0x7e, 0xde, 0x44, 0x0b, 0xce, 0x79, 0x0b, 0xf0, 0x20, 0x76, 0x39, - 0xf7, 0x3b, 0xf7, 0xdb, 0xb0, 0x32, 0x7c, 0x8c, 0x90, 0x7f, 0x45, 0x98, 0xcc, 0x44, 0x72, 0x45, - 0x29, 0x1b, 0x2c, 0x08, 0x06, 0x15, 0x17, 0x11, 0xc1, 0x68, 0x54, 0x88, 0x3c, 0x8b, 0x13, 0x24, - 0xd5, 0xf9, 0x05, 0x72, 0x0f, 0x7a, 0x9a, 0x72, 0x6c, 0x6c, 0xe1, 0x1f, 0xbe, 0x08, 0x7a, 0x72, - 0xe2, 0x33, 0x9c, 0x63, 0x2c, 0x0a, 0xd8, 0x5d, 0x44, 0x94, 0x9f, 0xc0, 0x2d, 0xc4, 0x34, 0x5e, - 0x55, 0x43, 0xd8, 0x09, 0x5f, 0x04, 0xc1, 0x82, 0xb2, 0x83, 0xe4, 0x4a, 0x64, 0x87, 0xec, 0xbb, - 0x5c, 0xa8, 0x73, 0x43, 0x22, 0x37, 0x20, 0xc8, 0xee, 0x72, 0x4a, 0x86, 0x73, 0x79, 0x11, 0x2c, - 0xf0, 0x2a, 0xa2, 0xeb, 0x38, 0x2b, 0xa1, 0x27, 0x91, 0x62, 0x11, 0x72, 0xe5, 0x04, 0x62, 0xd7, - 0x44, 0xb0, 0xb0, 0xbd, 0x43, 0xb8, 0xc1, 0xb5, 0xba, 0xe0, 0x2c, 0x93, 0x73, 0xc1, 0x7a, 0x63, - 0x40, 0xcc, 0xd5, 0xf2, 0x11, 0xfe, 0xfb, 0xfb, 0x7a, 0xa5, 0x7f, 0x78, 0xb4, 0x7a, 0x1e, 0xac, - 0xc3, 0xfb, 0x2b, 0x79, 0x85, 0x48, 0x1b, 0x71, 0xdb, 0x3b, 0x0e, 0x09, 0x88, 0x25, 0x32, 0x7a, - 0x2e, 0x7c, 0xcb, 0x07, 0x16, 0x5f, 0xa1, 0x0a, 0x38, 0x04, 0xaa, 0xd5, 0x92, 0xc3, 0xa3, 0x4e, - 0x10, 0x1c, 0x33, 0x44, 0x82, 0x9a, 0x0a, 0xd6, 0x65, 0xcf, 0x26, 0x93, 0x09, 0x5b, 0x2e, 0x45, - 0x66, 0xc4, 0xc2, 0xdc, 0x48, 0x9b, 0xcc, 0xfc, 0xca, 0xbe, 0xc1, 0x22, 0x41, 0x28, 0x31, 0xa4, - 0x34, 0xeb, 0x56, 0x4f, 0x27, 0x1f, 0xea, 0x27, 0x4a, 0xdb, 0xf5, 0xe2, 0xfb, 0x66, 0x15, 0xa9, - 0xc9, 0xba, 0x4e, 0xb1, 0x5e, 0x2a, 0x26, 0x71, 0x99, 0xd9, 0x6e, 0xe5, 0xdd, 0x25, 0xd9, 0xf8, - 0x71, 0xfb, 0x7e, 0x97, 0x45, 0xad, 0x9e, 0xc7, 0x56, 0xff, 0xdf, 0xdb, 0x74, 0x1d, 0xc2, 0xc8, - 0xe1, 0x33, 0x68, 0x46, 0xf1, 0x0e, 0x6d, 0xab, 0x82, 0x1a, 0x90, 0x51, 0x08, 0x99, 0xec, 0xb9, - 0x0a, 0xe5, 0x05, 0xd0, 0xe6, 0xd4, 0x95, 0xd5, 0x08, 0xc9, 0x5b, 0x48, 0x41, 0xc4, 0x41, 0x4d, - 0x2c, 0x83, 0xc0, 0x15, 0x7f, 0xae, 0xc2, 0x46, 0x92, 0x0c, 0x7a, 0xe4, 0x32, 0x8f, 0x02, 0xbd, - 0x09, 0xeb, 0x6f, 0x24, 0x04, 0x49, 0xda, 0xae, 0xd0, 0xb2, 0x52, 0x80, 0x22, 0xdf, 0xc2, 0x33, - 0xb6, 0x2f, 0x1b, 0xb7, 0x58, 0x0a, 0xfb, 0x73, 0x7b, 0x31, 0xe0, 0x1d, 0x20, 0xd3, 0xba, 0x38, - 0xd0, 0xda, 0x66, 0x5d, 0x70, 0x2a, 0x05, 0x8d, 0x1e, 0x5f, 0x51, 0x3f, 0x4d, 0xfa, 0x84, 0x2a, - 0x8f, 0xa8, 0xb1, 0x3a, 0x2d, 0x7d, 0x7a, 0x6d, 0x4e, 0x80, 0xfd, 0xcf, 0x52, 0xa0, 0x62, 0x02, - 0x14, 0x42, 0x18, 0x0f, 0x0d, 0xce, 0xca, 0xb0, 0x0a, 0x29, 0xed, 0xba, 0xa3, 0x16, 0x3f, 0xe8, - 0xcf, 0x0a, 0x2f, 0xc9, 0x62, 0x63, 0x38, 0x33, 0xf3, 0x8c, 0x0d, 0x0e, 0x7a, 0x6b, 0x9b, 0xcb, - 0xd0, 0x3c, 0x62, 0x73, 0x70, 0xb3, 0x52, 0x5d, 0x29, 0x28, 0x4c, 0x01, 0x68, 0x29, 0x78, 0xa4, - 0x4a, 0xb2, 0x32, 0xc5, 0x26, 0x3c, 0x1b, 0x1c, 0x6f, 0x7c, 0x1b, 0x22, 0x82, 0xee, 0xfa, 0xbd, - 0x85, 0xfd, 0x96, 0x75, 0xab, 0xcb, 0xc7, 0x0f, 0xaa, 0xd6, 0x36, 0x37, 0x38, 0xac, 0xe9, 0xab, - 0xe6, 0xb0, 0x06, 0x87, 0xdd, 0x3e, 0xd5, 0xb9, 0xb9, 0x08, 0xd1, 0xa2, 0x38, 0x93, 0x39, 0xdc, - 0xd3, 0x61, 0xd1, 0xf4, 0x5b, 0xaa, 0x57, 0x67, 0x6a, 0x51, 0x27, 0xe9, 0x58, 0xa3, 0xbc, 0xc5, - 0x8a, 0x75, 0x11, 0xca, 0x0e, 0x2e, 0xc7, 0xfa, 0x96, 0x85, 0x9a, 0x1f, 0x54, 0x69, 0xc1, 0x6c, - 0x51, 0x0a, 0x76, 0xd0, 0xf2, 0xd5, 0x31, 0xab, 0xe0, 0x14, 0xe1, 0xde, 0x45, 0x84, 0x54, 0x21, - 0xdf, 0x73, 0x32, 0x6a, 0xb8, 0xec, 0x6a, 0x7e, 0x59, 0x73, 0xed, 0x2d, 0xd4, 0x92, 0x5d, 0x86, - 0x75, 0x7c, 0x71, 0xbb, 0x11, 0x4f, 0xc7, 0xbe, 0x6e, 0xf1, 0x4b, 0x8f, 0x0a, 0x31, 0xc8, 0x36, - 0x6a, 0x31, 0xf3, 0xe6, 0x52, 0x71, 0x76, 0x78, 0xc4, 0x56, 0x96, 0x87, 0x08, 0xa8, 0x25, 0x15, - 0xfa, 0xa1, 0x2e, 0xb8, 0x0e, 0x3c, 0x54, 0xe8, 0x9c, 0xb3, 0x58, 0xdd, 0xad, 0x68, 0x6e, 0x6f, - 0x33, 0x76, 0xd0, 0x7b, 0x00, 0x1d, 0xdc, 0xf5, 0x53, 0x74, 0x8c, 0x2d, 0x85, 0x3c, 0x97, 0x9e, - 0x75, 0x43, 0xde, 0x7d, 0xfe, 0x63, 0x27, 0xbf, 0xed, 0xb1, 0xcb, 0xe5, 0x03, 0x3f, 0x21, 0x16, - 0xeb, 0x28, 0x10, 0x8d, 0xda, 0x44, 0x91, 0x8a, 0xdb, 0xd3, 0x89, 0x23, 0x68, 0x1d, 0xa1, 0xe0, - 0xd5, 0x24, 0x97, 0xde, 0xde, 0xc2, 0x2e, 0xbb, 0x1e, 0xce, 0xba, 0xb2, 0x1e, 0xe7, 0xc5, 0x71, - 0xb3, 0xdd, 0x97, 0x2a, 0x2f, 0xad, 0x47, 0xd6, 0xe7, 0x6c, 0x26, 0xd3, 0x14, 0x13, 0x86, 0x57, - 0xb5, 0xf2, 0x7b, 0x0b, 0xb1, 0xec, 0x12, 0xf7, 0xde, 0x42, 0x1e, 0x53, 0xe2, 0xc1, 0xac, 0xd0, - 0xb1, 0x56, 0x78, 0x12, 0xc3, 0x7b, 0x6c, 0x70, 0xd9, 0x95, 0x28, 0xa8, 0xff, 0xb5, 0xb4, 0xbd, - 0x45, 0xb1, 0x84, 0xb0, 0xb5, 0xda, 0x5b, 0x92, 0xf6, 0x16, 0xce, 0xc6, 0x9c, 0x14, 0x5f, 0x39, - 0x13, 0x0c, 0xdf, 0x16, 0xbd, 0xb7, 0xd0, 0x4b, 0x34, 0x43, 0x4e, 0x50, 0x1d, 0x3b, 0xbe, 0x9d, - 0x49, 0x13, 0x1e, 0xec, 0x2d, 0x9e, 0xb6, 0xdc, 0xf2, 0x20, 0xc0, 0xec, 0x32, 0x2e, 0x06, 0x97, - 0xcb, 0xad, 0xac, 0x7c, 0x53, 0xe8, 0x1c, 0x2d, 0x8e, 0xaa, 0xaa, 0xf5, 0x53, 0xdd, 0xb5, 0xc8, - 0x68, 0x7a, 0x08, 0x90, 0xb7, 0x9b, 0x73, 0x87, 0x79, 0x7d, 0xf7, 0x09, 0x9a, 0x36, 0x79, 0x14, - 0x9c, 0x1f, 0x5d, 0x50, 0x19, 0x97, 0xa8, 0x06, 0xc3, 0x4f, 0x67, 0xbf, 0xfd, 0x4a, 0x27, 0x93, - 0x91, 0x8d, 0xa7, 0x44, 0x05, 0xf7, 0x56, 0xd1, 0x51, 0x2d, 0xc2, 0x00, 0xf7, 0xf7, 0xeb, 0x82, - 0x5f, 0x2f, 0x05, 0x95, 0x0a, 0x02, 0xaf, 0xce, 0x82, 0x3d, 0xe9, 0x0a, 0x5b, 0x6f, 0x3b, 0x07, - 0x65, 0x14, 0x37, 0xfd, 0xf9, 0xaa, 0x32, 0xb5, 0x5a, 0xa6, 0x6a, 0x36, 0x34, 0xdf, 0xdc, 0x46, - 0x4e, 0xf6, 0xaa, 0x5e, 0x7f, 0x97, 0x6b, 0x27, 0x0b, 0xca, 0x39, 0xd1, 0x9b, 0x0b, 0x2e, 0xa6, - 0x37, 0x17, 0x5c, 0xc0, 0x6e, 0x2c, 0x3c, 0x18, 0x0a, 0xaa, 0xe5, 0x50, 0x57, 0x4a, 0x06, 0xcb, - 0xba, 0x23, 0x7a, 0x38, 0x3a, 0x50, 0x77, 0x79, 0x08, 0x12, 0xd7, 0xaa, 0xca, 0x08, 0x35, 0x08, - 0x46, 0xab, 0x6d, 0xd7, 0x40, 0x7f, 0x3d, 0x47, 0x84, 0x00, 0x5f, 0xb5, 0x92, 0x53, 0x66, 0xd9, - 0x96, 0x93, 0x4e, 0x73, 0x7a, 0xaa, 0x50, 0xc6, 0xc1, 0x26, 0x51, 0xc0, 0x68, 0x22, 0xa8, 0x38, - 0x7a, 0x64, 0x34, 0xf9, 0xb5, 0xdf, 0xb4, 0xe3, 0x03, 0x68, 0xd4, 0xe6, 0x44, 0x35, 0x82, 0x9d, - 0xe1, 0x04, 0x6e, 0x43, 0xb1, 0x35, 0xc8, 0xc8, 0xf5, 0xcc, 0x51, 0x81, 0x3a, 0xaa, 0x29, 0x6d, - 0x7c, 0x42, 0x8f, 0x6a, 0x36, 0xf1, 0x7d, 0xb1, 0xb9, 0x01, 0x8c, 0x6f, 0xca, 0xb8, 0x88, 0xe8, - 0xb4, 0x38, 0x3f, 0x2d, 0xc0, 0xd7, 0xd4, 0xb3, 0x52, 0xd0, 0x88, 0x74, 0x48, 0x81, 0xc8, 0x6d, - 0xb0, 0x1d, 0x77, 0x43, 0x35, 0xd1, 0xcd, 0x81, 0x1a, 0xed, 0x1f, 0x89, 0x2c, 0x52, 0xbd, 0xfa, - 0x3a, 0xc5, 0x0f, 0x22, 0x1b, 0x6d, 0xfe, 0x7a, 0x8a, 0xb5, 0xfb, 0xfb, 0x12, 0x93, 0xcd, 0x31, - 0xfd, 0x89, 0x9c, 0x39, 0x67, 0x3a, 0x4b, 0x51, 0x75, 0x6d, 0x97, 0xea, 0x0f, 0xed, 0x42, 0x43, - 0x94, 0x23, 0x4c, 0x09, 0xaf, 0xd2, 0x2f, 0xd8, 0x57, 0x96, 0xba, 0x62, 0x4c, 0x75, 0x13, 0xb4, - 0xdb, 0x38, 0x3d, 0xaa, 0xee, 0xbe, 0x1a, 0x9b, 0xbc, 0xc7, 0x5a, 0x80, 0xfa, 0x8d, 0xa9, 0x93, - 0xfa, 0xea, 0xc5, 0x44, 0x10, 0x64, 0x53, 0xef, 0x7e, 0xec, 0x46, 0x60, 0x4c, 0xc0, 0xac, 0xe5, - 0x7a, 0x6f, 0x82, 0xe2, 0x16, 0x6b, 0x27, 0x93, 0x69, 0xf4, 0xc5, 0xc0, 0xc4, 0xe1, 0x62, 0x2e, - 0xec, 0x4c, 0xa7, 0x5d, 0x86, 0x43, 0xb0, 0x65, 0x10, 0xd9, 0x19, 0x26, 0x5b, 0x4c, 0x32, 0x30, - 0x84, 0xbe, 0x6a, 0x7a, 0x73, 0x40, 0x4b, 0x51, 0x50, 0x95, 0x77, 0xed, 0x4a, 0x2a, 0x0d, 0x74, - 0xbe, 0x23, 0xa0, 0xcd, 0xa4, 0x12, 0x48, 0x2f, 0xe1, 0x84, 0xf9, 0x68, 0xec, 0x57, 0xfc, 0xe4, - 0xed, 0xea, 0xa6, 0x40, 0x60, 0x7a, 0x0b, 0xd7, 0x6d, 0x49, 0x05, 0x29, 0x9c, 0xb1, 0x90, 0x6a, - 0xa8, 0x23, 0xd9, 0x6c, 0x50, 0x60, 0xda, 0x47, 0x8a, 0x65, 0x4d, 0xb6, 0x42, 0xa3, 0x59, 0x31, - 0xe8, 0xcf, 0x5e, 0x0c, 0x08, 0x69, 0xfa, 0x6d, 0x3c, 0x5c, 0x86, 0x1b, 0x25, 0x6d, 0x55, 0x56, - 0x81, 0x0c, 0x3d, 0x46, 0x49, 0xea, 0xf8, 0x1a, 0x9c, 0xe6, 0x6c, 0x35, 0x57, 0x6c, 0x0f, 0x5d, - 0x4a, 0x63, 0xe2, 0xd2, 0xa5, 0x4a, 0x23, 0xc2, 0x9b, 0xb3, 0x42, 0x18, 0xe3, 0xf5, 0xe5, 0x60, - 0x14, 0x5f, 0x8b, 0x7e, 0x5b, 0x0e, 0x3c, 0xab, 0xbd, 0xfa, 0x1e, 0x46, 0xfe, 0x1b, 0x23, 0x58, - 0x55, 0x3c, 0x0c, 0x46, 0x92, 0xf0, 0xb1, 0x01, 0xa6, 0xba, 0x37, 0xa9, 0x6f, 0x01, 0xbe, 0xe1, - 0x8a, 0xe6, 0x0e, 0xa1, 0x6d, 0x60, 0xc4, 0xe3, 0x9c, 0xbf, 0x64, 0x21, 0x7a, 0x0c, 0x78, 0x02, - 0xa3, 0x1b, 0x75, 0xc8, 0x30, 0xe5, 0x9f, 0xf0, 0x41, 0xb8, 0x39, 0x78, 0x8a, 0xad, 0xc1, 0xd0, - 0x5c, 0x8f, 0xa8, 0x1b, 0x14, 0x18, 0x02, 0x05, 0xcd, 0xad, 0x6f, 0x2a, 0xc5, 0x9b, 0x41, 0xda, - 0x01, 0xf1, 0xef, 0x38, 0x53, 0x2a, 0xed, 0x9d, 0x1f, 0xd0, 0xb4, 0x8d, 0x55, 0xc0, 0xf1, 0x5c, - 0x82, 0x66, 0xb9, 0xd3, 0x6f, 0xd7, 0x37, 0x43, 0x7d, 0xf7, 0xe5, 0xc1, 0xdf, 0xe4, 0x9c, 0x2e, - 0x94, 0xbc, 0xb2, 0xc8, 0x7c, 0x56, 0xf7, 0xaf, 0x00, 0xa1, 0xa0, 0x07, 0x42, 0x47, 0x00, 0x87, - 0x88, 0x38, 0x05, 0x66, 0xeb, 0xf4, 0x0e, 0x78, 0x4f, 0x16, 0xe0, 0x0c, 0x51, 0x09, 0x18, 0x87, - 0x9b, 0xe7, 0x3b, 0x9e, 0xc4, 0x3b, 0x3d, 0x7d, 0x36, 0x4d, 0xc5, 0x18, 0x4d, 0x50, 0xcc, 0x5d, - 0x1c, 0x72, 0x96, 0x6b, 0x63, 0x19, 0xf8, 0x2a, 0x0d, 0x50, 0xd4, 0x49, 0x7d, 0xd2, 0x9b, 0x04, - 0xa4, 0xf2, 0xba, 0x29, 0xe4, 0x56, 0x63, 0x28, 0xbd, 0x61, 0x83, 0x9d, 0xcd, 0xc5, 0x99, 0xc8, - 0xf2, 0xd7, 0x54, 0x2f, 0x4a, 0x6b, 0x71, 0xf4, 0xaa, 0x5c, 0x55, 0x2f, 0x24, 0x33, 0xc9, 0x64, - 0x72, 0xc5, 0xd9, 0x3b, 0x52, 0xe6, 0xb8, 0xdf, 0xae, 0x36, 0xa0, 0x30, 0x24, 0xac, 0x78, 0x76, - 0x9e, 0x60, 0x7a, 0x4d, 0x4c, 0xaf, 0xe3, 0xe4, 0x6a, 0xcd, 0xb7, 0xf5, 0x95, 0x4a, 0x5f, 0x56, - 0x87, 0xcb, 0x8a, 0xa4, 0x80, 0x82, 0x26, 0x8f, 0x95, 0x3b, 0x75, 0x66, 0x4c, 0x99, 0xac, 0xda, - 0x0a, 0xd7, 0xf6, 0x77, 0xa7, 0x85, 0x10, 0xaa, 0x57, 0xfb, 0xb3, 0xab, 0x34, 0x9c, 0x39, 0xd8, - 0x7f, 0x76, 0xd4, 0xe9, 0x74, 0x7e, 0xe8, 0x79, 0x27, 0xdb, 0xb7, 0x02, 0x10, 0x9d, 0xee, 0x92, - 0x47, 0x20, 0x70, 0xe0, 0x6d, 0xca, 0xa5, 0xd8, 0xd8, 0x96, 0x8b, 0x39, 0xe3, 0x81, 0xd4, 0x9d, - 0xfd, 0x67, 0x3f, 0xbd, 0x7c, 0xf9, 0x92, 0xa4, 0x96, 0x59, 0xea, 0xc2, 0x9d, 0x9c, 0xb3, 0x9d, - 0x05, 0x51, 0x2d, 0xdd, 0xa5, 0x58, 0x65, 0x98, 0xd9, 0xf3, 0xcd, 0x5b, 0xc3, 0x32, 0x87, 0x83, - 0x9f, 0x0f, 0x76, 0x7e, 0xc9, 0xf4, 0x38, 0xce, 0xbc, 0x61, 0xdf, 0x94, 0xf9, 0xe0, 0x39, 0xb8, - 0xf0, 0x73, 0xe2, 0xfd, 0x72, 0x36, 0x3c, 0x35, 0x9e, 0xff, 0xee, 0x8f, 0x80, 0x8e, 0xde, 0x97, - 0xdb, 0x3a, 0xd5, 0x63, 0xcb, 0x60, 0xc7, 0x47, 0x5c, 0xdc, 0xd1, 0x9d, 0xa9, 0x9a, 0xd2, 0x8d, - 0x25, 0xdd, 0x91, 0xbc, 0x1d, 0x9d, 0xbd, 0x78, 0x1e, 0x56, 0x6b, 0xc2, 0x2b, 0xc4, 0xbf, 0x4a, - 0x89, 0x0c, 0xc4, 0x03, 0x3a, 0x4e, 0xbb, 0x1b, 0x50, 0x06, 0x92, 0x48, 0x0c, 0x89, 0xdd, 0xba, - 0x19, 0xa9, 0x3d, 0x55, 0xd7, 0xe2, 0x75, 0x37, 0xe8, 0x5a, 0xc5, 0x1f, 0x5e, 0xae, 0x82, 0x0b, - 0x63, 0x25, 0xb9, 0xd1, 0x09, 0xe6, 0x07, 0x1b, 0x8d, 0x07, 0xcd, 0x7e, 0xc1, 0x81, 0xb7, 0xb3, - 0x6a, 0x1f, 0xbd, 0x4d, 0x2c, 0x76, 0x8c, 0x03, 0x0f, 0x63, 0x67, 0x77, 0xab, 0xfb, 0x79, 0xfa, - 0x7b, 0xf5, 0x9d, 0x2b, 0x4d, 0xaf, 0xdf, 0xfc, 0xe0, 0x53, 0xdf, 0x03, 0x1f, 0xd9, 0x7d, 0xad, - 0x10, 0x4d, 0x12, 0xb5, 0x9d, 0x47, 0x67, 0xc3, 0xff, 0xbd, 0x71, 0x69, 0xda, 0xfe, 0x8b, 0xd6, - 0x75, 0x03, 0xfa, 0x77, 0x99, 0xd7, 0x71, 0x0e, 0x3c, 0x9a, 0xe5, 0xff, 0xa2, 0x81, 0xdd, 0xf8, - 0xff, 0x3d, 0x16, 0x76, 0x8c, 0xce, 0xa5, 0xef, 0xbb, 0x3b, 0x7f, 0xf2, 0x9b, 0x2b, 0x9f, 0xbe, - 0xff, 0xce, 0x28, 0x22, 0xce, 0x0a, 0xb9, 0x28, 0x55, 0x51, 0x25, 0x06, 0xcd, 0xb5, 0x5f, 0x03, - 0xfd, 0x51, 0x14, 0x35, 0xa9, 0x56, 0xfc, 0x6f, 0x70, 0x08, 0x98, 0x41, 0x88, 0x8b, 0x8c, 0x26, - 0x54, 0x26, 0x88, 0xa6, 0xff, 0x64, 0xfc, 0x07, 0xdc, 0x99, 0xc1, 0xa4, 0xdf, 0x18, 0x00, 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xcd, 0x59, 0x6d, 0x73, 0xdb, 0x36, + 0x12, 0xfe, 0xee, 0x5f, 0x41, 0x23, 0x1e, 0x9b, 0x1c, 0xd1, 0x94, 0x9c, 0xb4, 0x33, 0xa9, 0x24, + 0xd2, 0x97, 0x38, 0x69, 0xa3, 0xcb, 0x8b, 0x3d, 0xe3, 0xb4, 0x9d, 0x1b, 0xc7, 0x17, 0x53, 0x22, + 0x24, 0x21, 0xa6, 0x00, 0x16, 0x04, 0xfd, 0x72, 0xb2, 0xfe, 0xfb, 0x3d, 0x0b, 0xbe, 0x88, 0x72, + 0xec, 0x5c, 0x9b, 0x99, 0xce, 0xdc, 0x17, 0x8b, 0x04, 0x77, 0x17, 0x8b, 0xdd, 0x67, 0xdf, 0xe0, + 0xe1, 0xf6, 0xab, 0xe3, 0xa3, 0x8f, 0xff, 0x3a, 0x79, 0xed, 0xcc, 0xcd, 0x22, 0x8d, 0x86, 0xd5, + 0x5f, 0x1e, 0x27, 0x4e, 0x1a, 0xcb, 0x59, 0xc8, 0xb8, 0x64, 0xd1, 0x70, 0xc1, 0x4d, 0xec, 0x4c, + 0xe6, 0xb1, 0xce, 0xb9, 0x09, 0x59, 0x61, 0xa6, 0xfb, 0xcf, 0xeb, 0xd5, 0x2d, 0x19, 0x2f, 0x78, + 0xc8, 0xae, 0x04, 0xbf, 0xce, 0x94, 0x36, 0xcc, 0x99, 0x28, 0x69, 0xb8, 0x04, 0xd9, 0xb5, 0x48, + 0xcc, 0x3c, 0xfc, 0xb1, 0xd7, 0x6b, 0x48, 0xef, 0x7d, 0x4a, 0xf8, 0x95, 0x98, 0xf0, 0x7d, 0xfb, + 0xe2, 0x0b, 0x29, 0x8c, 0x88, 0xd3, 0xfd, 0x7c, 0x12, 0xa7, 0x3c, 0x3c, 0xf0, 0x17, 0xf1, 0x8d, + 0x58, 0x14, 0x8b, 0xe6, 0xbd, 0xc8, 0xb9, 0xb6, 0x2f, 0xf1, 0x18, 0xef, 0x52, 0xb1, 0xaf, 0x76, + 0x8e, 0x86, 0x46, 0x98, 0x94, 0x47, 0xbf, 0x82, 0x72, 0xa1, 0x12, 0xe7, 0x94, 0x1b, 0x23, 0xe4, + 0x2c, 0x1f, 0x76, 0xcb, 0xf5, 0x61, 0x3e, 0xd1, 0x22, 0x33, 0xd1, 0xd6, 0x55, 0xac, 0x9d, 0x24, + 0x4c, 0xd4, 0xa4, 0x58, 0x40, 0x9b, 0x41, 0x12, 0x60, 0xaf, 0xcf, 0xb3, 0x4c, 0xa8, 0xf0, 0xd9, + 0x4f, 0x7e, 0x12, 0x14, 0x8b, 0xcf, 0x59, 0x78, 0x76, 0x8e, 0x27, 0x9d, 0x5f, 0x25, 0xd5, 0x93, + 0x2a, 0x09, 0xce, 0xce, 0x07, 0xc4, 0xad, 0xae, 0x25, 0xd7, 0x7e, 0xaa, 0x26, 0x22, 0xf3, 0x0b, + 0xad, 0xae, 0x73, 0xbf, 0x58, 0x1c, 0x4d, 0x67, 0xe1, 0x72, 0xe5, 0x67, 0x42, 0xe6, 0xc4, 0x83, + 0xdf, 0x63, 0xfa, 0x05, 0x51, 0xb8, 0x7d, 0xe0, 0xcb, 0x62, 0xf1, 0x3e, 0xec, 0x0d, 0xa6, 0x85, + 0x9c, 0x18, 0xa1, 0xa4, 0x33, 0x1b, 0x25, 0x2e, 0xf7, 0x96, 0x9a, 0x9b, 0x42, 0x4b, 0x27, 0x09, + 0x66, 0xdc, 0xbc, 0x4e, 0x39, 0xe9, 0xf3, 0xf2, 0xd6, 0x7e, 0x5a, 0x35, 0xa4, 0x22, 0x3f, 0x6e, + 0x91, 0xf2, 0xdd, 0x5d, 0xa6, 0xc6, 0x5f, 0xf8, 0xc4, 0xb0, 0x30, 0x34, 0xb7, 0x19, 0x57, 0x53, + 0x5a, 0xdb, 0x7e, 0xa1, 0x75, 0x7c, 0x1b, 0x88, 0xdc, 0xfe, 0x6e, 0xf0, 0xbf, 0x71, 0xbd, 0xe5, + 0xb5, 0x90, 0x89, 0xba, 0x0e, 0x54, 0xc6, 0xa5, 0xcb, 0xe6, 0xc6, 0x64, 0x79, 0xbf, 0xdb, 0x9d, + 0x09, 0x33, 0x2f, 0xc6, 0xc1, 0x44, 0x2d, 0xba, 0x2f, 0x84, 0x9e, 0x28, 0xa5, 0x2e, 0x05, 0xef, + 0xfe, 0xfe, 0xee, 0xf5, 0xab, 0xee, 0xb5, 0xb8, 0x14, 0xdd, 0xda, 0x80, 0x4f, 0x8a, 0xd2, 0xa2, + 0xfb, 0x79, 0xb5, 0xc0, 0x5a, 0xd2, 0x5f, 0xde, 0x97, 0xde, 0x6d, 0xa8, 0x7c, 0xf6, 0x39, 0xe7, + 0xe9, 0xb4, 0x4d, 0x9d, 0xaa, 0x38, 0xf9, 0xe7, 0xa9, 0xcb, 0x7d, 0x13, 0x6e, 0xf7, 0xbc, 0x65, + 0xca, 0x8d, 0x23, 0xc3, 0x24, 0x98, 0x68, 0x1e, 0x1b, 0x5e, 0x19, 0xc0, 0x65, 0xa5, 0xa3, 0x98, + 0x37, 0x90, 0x01, 0x84, 0xbd, 0x30, 0x46, 0x8b, 0x71, 0x61, 0x38, 0x3e, 0xe8, 0x09, 0xf3, 0xb9, + 0xe7, 0xdf, 0x5f, 0x27, 0x3b, 0x60, 0x3b, 0xc3, 0x6f, 0x4c, 0xf7, 0x4b, 0x7c, 0x15, 0xd7, 0x02, + 0xbe, 0x22, 0x8c, 0xf3, 0x5b, 0x09, 0x11, 0xc6, 0x83, 0x4f, 0xc7, 0x2a, 0xb9, 0x0d, 0xe2, 0x0c, + 0x4a, 0x27, 0x47, 0x73, 0x91, 0x26, 0xae, 0x24, 0xfa, 0x38, 0x49, 0x5e, 0x5f, 0x41, 0x8b, 0x77, + 0x22, 0x07, 0x56, 0xb9, 0x76, 0x19, 0xe9, 0xcc, 0x7c, 0xd7, 0x0b, 0xa3, 0xe5, 0x2f, 0xdc, 0xfc, + 0xe6, 0x7a, 0x83, 0xa9, 0xd2, 0x2e, 0xa9, 0xce, 0xe1, 0x51, 0x3e, 0x2c, 0x71, 0x12, 0xa4, 0x5c, + 0xce, 0xcc, 0x7c, 0xc0, 0x3b, 0x1d, 0x8f, 0x30, 0x10, 0x64, 0x45, 0x3e, 0x77, 0xcb, 0x6f, 0x67, + 0xfc, 0xdc, 0xb3, 0x80, 0x28, 0x17, 0x19, 0xad, 0xe1, 0x74, 0xfb, 0x07, 0x61, 0x58, 0xc2, 0xed, + 0xac, 0x77, 0xbe, 0xbb, 0x5b, 0x3e, 0x06, 0xf9, 0x5c, 0x4c, 0x8d, 0x4b, 0x0a, 0x9e, 0x4e, 0x83, + 0xd3, 0x57, 0x2f, 0x08, 0x9d, 0xe1, 0x1a, 0xa3, 0xd5, 0xfa, 0xd1, 0xbb, 0x07, 0xd7, 0xdf, 0x1f, + 0x9f, 0x8e, 0x1e, 0x63, 0x78, 0xfb, 0x30, 0xc7, 0xe8, 0xf4, 0xf8, 0xde, 0x87, 0x41, 0x79, 0xb6, + 0x36, 0x28, 0xf3, 0x97, 0xb7, 0x1f, 0xe3, 0xd9, 0x07, 0x04, 0x9c, 0xcb, 0x84, 0xcc, 0x0a, 0x72, + 0x4e, 0x6d, 0x05, 0xe3, 0x10, 0x04, 0x3d, 0x06, 0x88, 0x8f, 0xb9, 0x06, 0x2a, 0x43, 0x13, 0x90, + 0x43, 0x00, 0x54, 0x9c, 0xb9, 0x7c, 0xa7, 0x50, 0x0d, 0x34, 0xcf, 0xd2, 0x78, 0x02, 0x09, 0x67, + 0xe7, 0x70, 0x16, 0xf3, 0x82, 0xbc, 0x18, 0xe7, 0x46, 0xbb, 0xfb, 0xcf, 0xbc, 0xdd, 0x5d, 0xd7, + 0xdc, 0xd3, 0xc2, 0x5b, 0x3d, 0xec, 0x0e, 0xae, 0xb5, 0xd2, 0x40, 0x01, 0xdc, 0x81, 0x7c, 0x92, + 0xab, 0x94, 0x07, 0xa9, 0x9a, 0xb9, 0xec, 0x35, 0xad, 0x3b, 0x15, 0xc6, 0x80, 0x3f, 0x67, 0x2a, + 0x52, 0x6e, 0xd1, 0x82, 0x04, 0xa2, 0x81, 0xaa, 0x77, 0xd5, 0x3a, 0xb4, 0x05, 0xe3, 0x54, 0xcc, + 0x0a, 0x1d, 0x5b, 0x50, 0x96, 0x68, 0x71, 0xa6, 0x31, 0x18, 0x92, 0xe0, 0x93, 0x1c, 0x49, 0x84, + 0x44, 0x86, 0xa3, 0x71, 0x27, 0x8b, 0x67, 0xdc, 0x49, 0x62, 0x13, 0x6f, 0x03, 0xc5, 0x2d, 0x1c, + 0x9f, 0x02, 0xf5, 0x8c, 0x36, 0xe8, 0xe3, 0x7c, 0x15, 0xfc, 0x11, 0xe9, 0x56, 0x5e, 0x90, 0x69, + 0x65, 0xd4, 0x44, 0xa5, 0x38, 0x94, 0x8d, 0xfe, 0x9e, 0xef, 0xda, 0x54, 0x11, 0x12, 0x45, 0x7a, + 0x6a, 0x94, 0x86, 0x54, 0x32, 0xee, 0xc8, 0xf0, 0x05, 0xe1, 0x6b, 0x32, 0xca, 0x98, 0xe7, 0xdd, + 0xdd, 0x55, 0x64, 0xe0, 0x5f, 0x64, 0x50, 0xf8, 0x67, 0xc8, 0x77, 0xde, 0xab, 0x84, 0x07, 0xce, + 0x49, 0xca, 0xe3, 0x9c, 0x3b, 0x30, 0x04, 0xd7, 0x0e, 0x45, 0xa8, 0x33, 0x3a, 0x81, 0x4a, 0xfe, + 0x86, 0xc4, 0x7c, 0x53, 0x62, 0x99, 0x9f, 0x3c, 0x0f, 0x54, 0x09, 0xf4, 0xb5, 0x29, 0x08, 0x7b, + 0x50, 0xe6, 0x61, 0xc5, 0x02, 0xe6, 0x17, 0x12, 0x06, 0x7d, 0xf3, 0xf1, 0xfd, 0xbb, 0x90, 0x7d, + 0x50, 0x4e, 0x95, 0x36, 0x73, 0x07, 0xe0, 0x35, 0x71, 0x4a, 0xa6, 0x60, 0x1b, 0x59, 0xe8, 0xe7, + 0x76, 0x16, 0x82, 0x57, 0x3b, 0xf0, 0x30, 0xdf, 0x0e, 0x43, 0xb7, 0x77, 0xb7, 0x99, 0xae, 0x46, + 0x0f, 0x11, 0x86, 0x5f, 0x11, 0x4e, 0xe6, 0x7c, 0x72, 0x49, 0xa9, 0xc0, 0x5b, 0x52, 0x4e, 0x95, + 0x21, 0xff, 0x9f, 0x30, 0x19, 0x88, 0xa9, 0xbb, 0xc6, 0x19, 0xdf, 0x84, 0x99, 0xac, 0x09, 0x7b, + 0xfe, 0x33, 0xcf, 0x5b, 0x12, 0x3c, 0x49, 0xae, 0x40, 0x90, 0x8a, 0xa1, 0x0d, 0xc9, 0x2a, 0x44, + 0x05, 0x42, 0x14, 0x82, 0xcc, 0x76, 0x48, 0x31, 0x79, 0x26, 0xce, 0xbd, 0x25, 0x5e, 0x79, 0x70, + 0x15, 0xa7, 0x05, 0xf4, 0x24, 0x52, 0x2c, 0x42, 0xae, 0x98, 0x12, 0x7a, 0x1b, 0x22, 0x58, 0xd8, + 0xdc, 0x02, 0x6e, 0x70, 0xad, 0xd2, 0x21, 0x4b, 0xc5, 0x82, 0xb3, 0xc1, 0x18, 0xa9, 0xeb, 0x72, + 0xf5, 0x00, 0xff, 0xdd, 0x5d, 0xb5, 0x32, 0xdc, 0x3f, 0x68, 0x9e, 0xa3, 0x16, 0xbe, 0xef, 0xcb, + 0xd3, 0x3c, 0xa9, 0xc5, 0x6d, 0x7e, 0x69, 0xca, 0x4f, 0x90, 0x2b, 0x04, 0xa0, 0x09, 0x23, 0x83, + 0x5d, 0xa8, 0x18, 0x8f, 0x90, 0x2d, 0x2b, 0xc9, 0xfe, 0x41, 0xcf, 0xf3, 0x0e, 0x19, 0x90, 0x20, + 0x67, 0x9c, 0xf5, 0xd9, 0x93, 0xe9, 0x74, 0xca, 0x56, 0x2b, 0x9e, 0xe6, 0x7c, 0x99, 0x5f, 0x0b, + 0x33, 0x99, 0xbb, 0xa5, 0x7d, 0xbd, 0xe5, 0x04, 0x50, 0x62, 0xc8, 0x2c, 0xac, 0x5f, 0x3e, 0x1d, + 0xbd, 0xab, 0x9e, 0x28, 0x7b, 0xac, 0x17, 0xdf, 0xd6, 0xab, 0xc8, 0x10, 0xac, 0x6f, 0x15, 0x1b, + 0x24, 0x7c, 0x1a, 0x17, 0xa9, 0xe9, 0x97, 0xde, 0x5d, 0x91, 0x8d, 0x1f, 0xb6, 0xef, 0x77, 0x59, + 0xd4, 0xa8, 0x45, 0x6c, 0xd4, 0xff, 0xbd, 0x4d, 0xd7, 0x10, 0x46, 0x0c, 0x9f, 0x40, 0x33, 0xc2, + 0x3b, 0xb4, 0x2d, 0x0b, 0xb5, 0x47, 0x46, 0xa1, 0xcc, 0x64, 0xce, 0xa4, 0x2f, 0xce, 0x91, 0x6d, + 0x8e, 0x6d, 0xb9, 0x0e, 0x10, 0xbc, 0x5a, 0x70, 0x22, 0xf6, 0x2a, 0x62, 0xe1, 0x79, 0xb6, 0x93, + 0x08, 0xa5, 0x5f, 0x4b, 0x12, 0xde, 0x80, 0x5c, 0xe6, 0x10, 0xd0, 0x6b, 0x58, 0x7f, 0x23, 0x20, + 0x48, 0xd2, 0x66, 0xe5, 0x17, 0xa5, 0x02, 0x84, 0x7c, 0x03, 0xcf, 0x98, 0xa1, 0xa8, 0xdd, 0x62, + 0x08, 0xf6, 0x67, 0xe6, 0x3c, 0x0a, 0x7b, 0xc8, 0x4c, 0xeb, 0x1a, 0x45, 0x6b, 0xed, 0xf2, 0x64, + 0x55, 0xf2, 0x6a, 0x3d, 0xbe, 0xa2, 0x7e, 0x9c, 0xf4, 0x11, 0x55, 0x1e, 0x50, 0xa3, 0x39, 0x2d, + 0x6d, 0xdd, 0x4a, 0x1d, 0xe8, 0x01, 0x8f, 0xe2, 0x6c, 0x9d, 0x3e, 0x18, 0x8e, 0x89, 0x94, 0xcd, + 0xb6, 0x9b, 0x4e, 0xe7, 0x90, 0xb1, 0xfe, 0x3a, 0x45, 0x74, 0xcf, 0x3e, 0xfd, 0xfe, 0xf9, 0xbc, + 0x3b, 0xf3, 0x99, 0x03, 0xb3, 0x34, 0xab, 0xee, 0xbf, 0x3f, 0x5d, 0x2f, 0x0f, 0x56, 0xde, 0x9d, + 0xfb, 0x29, 0xef, 0x94, 0x8f, 0xa0, 0x41, 0xc5, 0x40, 0xc6, 0x50, 0xbf, 0xa2, 0xe2, 0xeb, 0x23, + 0x00, 0xdb, 0xf5, 0x5a, 0x5b, 0xa3, 0xce, 0xfc, 0x2c, 0x38, 0x9a, 0x00, 0xe4, 0x23, 0x1f, 0x7e, + 0x43, 0xcf, 0xd6, 0xf8, 0x54, 0x22, 0x9b, 0xd8, 0x2e, 0xaf, 0x13, 0xee, 0x0d, 0xe7, 0xda, 0x99, + 0xa4, 0x71, 0x9e, 0x87, 0x2c, 0x5f, 0xa4, 0x2c, 0xda, 0xf3, 0x59, 0x21, 0x2f, 0x25, 0x0c, 0x61, + 0x0b, 0x1d, 0x81, 0x52, 0xc8, 0x49, 0x5a, 0x24, 0x70, 0x34, 0x10, 0x43, 0x49, 0xbd, 0x62, 0xbd, + 0x18, 0x66, 0xd1, 0xb0, 0x88, 0x76, 0x96, 0xf5, 0x29, 0x8d, 0xb7, 0x1a, 0x76, 0x8b, 0x68, 0xd8, + 0xcd, 0xa2, 0x8b, 0xb2, 0x9a, 0x96, 0xa8, 0x11, 0xbe, 0x7a, 0x00, 0x35, 0x50, 0xe2, 0xdb, 0x3b, + 0x1d, 0xb6, 0x8e, 0x00, 0x11, 0x5e, 0x7f, 0xfd, 0xde, 0xc1, 0xf7, 0x8e, 0xb1, 0xab, 0xab, 0x87, + 0x5d, 0x25, 0xd7, 0xa8, 0x51, 0x70, 0x97, 0x1a, 0xca, 0xda, 0x5d, 0x0a, 0xee, 0xda, 0x34, 0xce, + 0x99, 0x3a, 0xf7, 0xd1, 0xbc, 0x59, 0xa7, 0xdb, 0xcc, 0xad, 0xfd, 0xbc, 0xf6, 0x8f, 0x1c, 0x54, + 0xb9, 0x26, 0xaf, 0xd2, 0xcc, 0x58, 0xa1, 0x40, 0xc7, 0x92, 0xf5, 0x61, 0x30, 0x9b, 0xf0, 0xc7, + 0xea, 0x86, 0xf9, 0x3a, 0xdc, 0x2b, 0x03, 0x9b, 0x19, 0x5d, 0x70, 0xb6, 0xd7, 0x71, 0xe5, 0x21, + 0x2b, 0x0b, 0x02, 0x02, 0xb6, 0x0f, 0x8c, 0x97, 0x41, 0x3b, 0xb0, 0x32, 0xaa, 0x84, 0xdf, 0xd7, + 0xe1, 0x45, 0xc5, 0xb5, 0xb3, 0x94, 0x2b, 0x76, 0xe1, 0xaf, 0xfb, 0x8b, 0x75, 0x44, 0x1c, 0xba, + 0x1a, 0xb6, 0x76, 0xa8, 0x97, 0x00, 0xd9, 0x3a, 0x35, 0xac, 0x98, 0xb3, 0x10, 0x32, 0x64, 0xfb, + 0x07, 0xac, 0x71, 0x20, 0x44, 0xe0, 0x47, 0x48, 0x74, 0x33, 0x7d, 0x70, 0xed, 0x39, 0xe8, 0x31, + 0xb2, 0x90, 0xc5, 0xf2, 0xb6, 0xa1, 0xb9, 0xb9, 0x49, 0xd9, 0xde, 0x60, 0x33, 0xf9, 0x61, 0x99, + 0x3a, 0x4d, 0x3a, 0xc6, 0x86, 0x42, 0x8e, 0x4d, 0x30, 0xd5, 0x74, 0xd3, 0x7f, 0xfa, 0x63, 0x2f, + 0xbb, 0x19, 0xb0, 0x8b, 0x55, 0xed, 0x7f, 0x67, 0xc3, 0xf5, 0x0e, 0xd4, 0x6f, 0x0c, 0x12, 0x86, + 0xf9, 0x61, 0x03, 0x13, 0xdb, 0x5f, 0x39, 0x64, 0xd0, 0x90, 0xcd, 0x45, 0x92, 0x60, 0x02, 0x73, + 0xca, 0x51, 0x67, 0x67, 0xc9, 0x57, 0xfd, 0x9d, 0xa5, 0x59, 0x41, 0xd2, 0x21, 0x65, 0x03, 0x58, + 0x0a, 0xdb, 0x56, 0x3a, 0x4c, 0x63, 0x38, 0x84, 0x45, 0x17, 0x7d, 0xd1, 0x06, 0xdd, 0xf7, 0x4a, + 0xdb, 0x59, 0xe6, 0x2b, 0x08, 0xf3, 0xfc, 0x07, 0x25, 0xed, 0x2c, 0xad, 0xd9, 0x42, 0x52, 0xbc, + 0xf1, 0x0f, 0x18, 0xbe, 0x2d, 0x7a, 0x67, 0xa9, 0x57, 0xe8, 0xd0, 0xac, 0xa0, 0x0a, 0x0e, 0xae, + 0x99, 0x8b, 0xdc, 0xdf, 0xdb, 0xa1, 0xc4, 0x5d, 0xfa, 0x90, 0x60, 0x9d, 0xf0, 0x9b, 0xe3, 0xa9, + 0x45, 0x75, 0xe7, 0xc0, 0x5b, 0xed, 0x79, 0x98, 0xed, 0xc6, 0x3a, 0xba, 0x58, 0x6d, 0xc4, 0xeb, + 0x2b, 0xad, 0x32, 0xf4, 0x5d, 0xb2, 0x6c, 0x21, 0x1e, 0x1b, 0x25, 0x78, 0x4a, 0xa3, 0x92, 0x87, + 0x88, 0xbe, 0xd7, 0xcf, 0xda, 0x66, 0xb6, 0x0a, 0x0d, 0xef, 0xec, 0xe0, 0x9c, 0x7a, 0x0b, 0x81, + 0x12, 0x35, 0xfa, 0x70, 0xf2, 0xeb, 0x47, 0x3a, 0x99, 0x08, 0x4c, 0xd9, 0xf2, 0x22, 0xff, 0x95, + 0x0e, 0x2f, 0x17, 0x61, 0x80, 0xbb, 0xbb, 0x56, 0xb7, 0x5b, 0x2e, 0x79, 0xa5, 0x0a, 0x1c, 0xaf, + 0xd6, 0x82, 0x03, 0x61, 0xab, 0xed, 0x60, 0x33, 0xac, 0x44, 0x10, 0xd7, 0xc3, 0x48, 0x53, 0x2e, + 0x3b, 0x1d, 0x55, 0x76, 0x40, 0x3a, 0x6c, 0x7f, 0x46, 0x98, 0x0d, 0xca, 0xc1, 0x66, 0x3b, 0xd4, + 0x56, 0x16, 0x94, 0xb3, 0xa2, 0xdb, 0x0b, 0x16, 0xa6, 0xed, 0x05, 0x8b, 0xc1, 0xd6, 0xc2, 0xbd, + 0x09, 0xa8, 0x5c, 0xf6, 0x75, 0xa9, 0xa4, 0xb7, 0xaa, 0xda, 0xb4, 0xfb, 0x73, 0x12, 0xb5, 0xbc, + 0xfb, 0x20, 0xb1, 0xfd, 0xb3, 0x08, 0x50, 0x18, 0x61, 0xb4, 0xca, 0x76, 0x75, 0x9e, 0xad, 0x86, + 0x26, 0x1f, 0x15, 0x41, 0x36, 0x72, 0x8a, 0x34, 0xdd, 0x70, 0xd2, 0x71, 0x46, 0x4f, 0x65, 0xe2, + 0xb0, 0x09, 0x95, 0x28, 0x60, 0x34, 0xee, 0x95, 0x1c, 0x76, 0xd6, 0x10, 0x5f, 0xfb, 0x4d, 0x59, + 0x3e, 0xe4, 0x81, 0xca, 0x9c, 0x28, 0x91, 0xb0, 0x33, 0x9c, 0x10, 0x1a, 0x9f, 0x6f, 0x4c, 0x6d, + 0xa2, 0x35, 0x89, 0xd8, 0x4a, 0x83, 0x12, 0x4f, 0x1f, 0x3e, 0xa0, 0x71, 0xce, 0xdb, 0x45, 0x67, + 0xd9, 0xfe, 0x80, 0xc2, 0x53, 0xf7, 0x16, 0x3c, 0xa0, 0xd3, 0xe2, 0xfc, 0xb4, 0x00, 0x5f, 0x53, + 0x23, 0x4d, 0xa0, 0xe1, 0xc9, 0x88, 0x80, 0x18, 0x22, 0x58, 0x37, 0x8e, 0x34, 0x92, 0x53, 0xd5, + 0x94, 0x09, 0xa4, 0x2a, 0xeb, 0x77, 0xf5, 0x30, 0xbc, 0xbc, 0x81, 0xaa, 0x54, 0x20, 0x10, 0x55, + 0xd5, 0xac, 0x99, 0xdb, 0xcd, 0xee, 0xae, 0xc2, 0xe8, 0x77, 0x48, 0x7f, 0x02, 0x6b, 0xd3, 0xb9, + 0x4a, 0x13, 0xf4, 0x03, 0xa6, 0xaf, 0xa0, 0x20, 0xb1, 0xc0, 0x93, 0x92, 0xa8, 0xa0, 0x2e, 0x0a, + 0x26, 0xe6, 0x98, 0x17, 0xc9, 0x17, 0xd0, 0x49, 0x43, 0x7d, 0x3b, 0xe6, 0xd9, 0x29, 0x06, 0x02, + 0x98, 0x02, 0x7d, 0xc1, 0xae, 0x1c, 0xe7, 0xd9, 0x80, 0x75, 0x30, 0xc5, 0x12, 0x97, 0xf8, 0x06, + 0xd7, 0x98, 0xc3, 0x62, 0x7c, 0xcc, 0x67, 0x48, 0x9f, 0xbe, 0xe8, 0xd4, 0xac, 0x5e, 0xbb, 0x20, + 0xda, 0x99, 0x61, 0x39, 0xe5, 0x94, 0xcc, 0x69, 0x2e, 0x39, 0xb4, 0xd7, 0x06, 0xfd, 0x6e, 0x97, + 0x75, 0xec, 0x5c, 0x41, 0x49, 0xba, 0xc3, 0xba, 0x93, 0xe9, 0x2c, 0xf8, 0x92, 0xc3, 0x53, 0xfe, + 0x72, 0xc1, 0xcd, 0x5c, 0x25, 0x7d, 0x06, 0x33, 0xb0, 0x95, 0x17, 0x98, 0x39, 0x87, 0xdf, 0xc3, + 0x08, 0xf6, 0x54, 0x97, 0xf5, 0xdc, 0x81, 0x0c, 0xa5, 0x35, 0x75, 0x30, 0xb6, 0x15, 0x4b, 0x44, + 0x8e, 0x53, 0xdf, 0x52, 0x0a, 0x4e, 0x85, 0xe4, 0x88, 0x52, 0x6e, 0x85, 0xa1, 0x32, 0xaf, 0xf9, + 0x09, 0x34, 0xe5, 0xed, 0x0a, 0xc7, 0x80, 0xec, 0xaf, 0x5b, 0xae, 0x32, 0x33, 0xc1, 0x03, 0x3e, + 0x15, 0x69, 0x4b, 0xd2, 0x6e, 0xbe, 0xe0, 0xa1, 0x07, 0xca, 0x68, 0x45, 0xd6, 0x24, 0xb5, 0xb9, + 0x8e, 0x86, 0xf3, 0x67, 0x11, 0x25, 0xac, 0x61, 0x17, 0x0f, 0x17, 0x7e, 0xab, 0xd8, 0x35, 0x05, + 0x17, 0x09, 0x66, 0xc0, 0x28, 0xd6, 0x2d, 0x1f, 0xfc, 0x52, 0x6d, 0xdd, 0xcc, 0x4c, 0x9b, 0x03, + 0xa5, 0x54, 0x98, 0x26, 0x55, 0x21, 0x93, 0x80, 0xd2, 0xd6, 0x89, 0xe6, 0x79, 0xee, 0x0c, 0x45, + 0x74, 0x1a, 0x5f, 0xf1, 0x61, 0x57, 0x44, 0x8e, 0x51, 0x4e, 0x75, 0xdd, 0x25, 0xfe, 0x83, 0xf1, + 0xb2, 0x2c, 0x2b, 0x39, 0xc6, 0x2d, 0xff, 0xa1, 0xe1, 0xac, 0xbc, 0x60, 0xaa, 0x6e, 0x4e, 0xbe, + 0xe1, 0x8a, 0xfa, 0xde, 0xa5, 0x9b, 0xc3, 0x88, 0x87, 0x59, 0xf8, 0x9c, 0xf9, 0x68, 0x62, 0xe0, + 0x09, 0x8c, 0xa5, 0xd4, 0xfd, 0xc3, 0x94, 0x7f, 0xc2, 0x07, 0x7e, 0x7b, 0xa8, 0xe6, 0x1b, 0x43, + 0x6f, 0x7e, 0x75, 0x4a, 0xad, 0x19, 0xc7, 0x80, 0xcb, 0x69, 0x26, 0x7f, 0x55, 0x2a, 0x5e, 0xdf, + 0x55, 0xd8, 0x7c, 0xfe, 0x1b, 0xce, 0x94, 0x08, 0x73, 0xeb, 0x7a, 0x74, 0xa1, 0x81, 0x55, 0x64, + 0xf5, 0x85, 0x00, 0xcd, 0x6a, 0x6b, 0xd8, 0xad, 0x2e, 0xe0, 0x86, 0x76, 0xe7, 0xe8, 0x1f, 0x62, + 0x41, 0xf7, 0x76, 0x4e, 0xa1, 0x53, 0x97, 0x55, 0xbd, 0x39, 0x72, 0x99, 0x37, 0x00, 0xa1, 0x25, + 0x80, 0x43, 0x78, 0x9c, 0x20, 0xf5, 0xab, 0xe4, 0x16, 0x65, 0x83, 0x2c, 0x10, 0x32, 0xa0, 0x12, + 0xd5, 0x00, 0x6e, 0x5e, 0x6c, 0x39, 0x02, 0xef, 0xf4, 0xf4, 0x39, 0xaf, 0x0b, 0xcf, 0xe9, 0x14, + 0x65, 0xde, 0xe2, 0x30, 0x64, 0x99, 0xca, 0x0d, 0x03, 0x5f, 0xa9, 0x01, 0xca, 0x3d, 0xa9, 0x4f, + 0x7a, 0x93, 0x80, 0x44, 0x5c, 0xd5, 0x25, 0xde, 0x28, 0x0c, 0xdc, 0xd7, 0x2c, 0xda, 0x6a, 0x2f, + 0xce, 0x79, 0x9a, 0xbd, 0xa4, 0xb2, 0x53, 0x18, 0x83, 0xa3, 0x97, 0x55, 0xaf, 0x7c, 0x21, 0x99, + 0x93, 0x54, 0x4c, 0x2e, 0x43, 0xf6, 0x86, 0x94, 0x39, 0x1c, 0x76, 0xcb, 0x0f, 0x50, 0x18, 0x12, + 0x1a, 0x9e, 0xad, 0x47, 0x98, 0x5e, 0x12, 0xd3, 0xcb, 0x78, 0x72, 0xb9, 0xe6, 0xdb, 0xd8, 0xa5, + 0xd4, 0x97, 0x55, 0x70, 0x69, 0x48, 0x34, 0x14, 0xcc, 0xb3, 0x58, 0xda, 0x53, 0xa7, 0x79, 0x5e, + 0x4c, 0x9a, 0x86, 0xc3, 0x8e, 0x34, 0xfd, 0x99, 0xe6, 0x5c, 0x0e, 0x2a, 0x7f, 0xf6, 0xa5, 0x82, + 0x33, 0xa3, 0xdd, 0x27, 0x07, 0xbd, 0x5e, 0xef, 0x87, 0x81, 0x73, 0xb4, 0x79, 0xe3, 0x01, 0xd1, + 0xc9, 0x36, 0x79, 0x04, 0x02, 0x23, 0xa7, 0x2d, 0x97, 0xb0, 0xb1, 0x29, 0x17, 0x33, 0xd4, 0x3d, + 0xa9, 0x5b, 0xbb, 0x4f, 0x7e, 0x7a, 0xfe, 0xfc, 0x39, 0x49, 0x2d, 0xd2, 0xc4, 0xc2, 0x9d, 0x9c, + 0xb3, 0x19, 0x05, 0x41, 0x25, 0xdd, 0x86, 0x58, 0x69, 0x98, 0xf9, 0xd3, 0xf6, 0xe5, 0x6c, 0x91, + 0xc1, 0xc1, 0x4f, 0xa3, 0xad, 0x5f, 0x52, 0x35, 0x8e, 0x53, 0x67, 0x34, 0xcc, 0x8b, 0x2c, 0x7a, + 0x0a, 0x2e, 0xfc, 0x1c, 0x39, 0xbf, 0x9c, 0x8c, 0x8e, 0x73, 0xc7, 0x7d, 0xf3, 0xbb, 0x47, 0x47, + 0x1f, 0x8a, 0x4d, 0x9d, 0xaa, 0x91, 0x2c, 0xda, 0x72, 0x81, 0x8b, 0x5b, 0xba, 0x9a, 0x96, 0x33, + 0xba, 0x18, 0xa6, 0xfb, 0x9f, 0xd7, 0xa7, 0x27, 0xcf, 0x9e, 0xfa, 0xe5, 0x1a, 0x77, 0x34, 0xff, + 0xa3, 0x10, 0x88, 0x40, 0x3c, 0xa0, 0x17, 0x35, 0xdb, 0x1e, 0x45, 0x20, 0x89, 0xc4, 0x00, 0xdc, + 0xaf, 0x7a, 0x9a, 0xca, 0x53, 0x55, 0x49, 0x5f, 0xf7, 0x89, 0xb6, 0x89, 0xfc, 0xe1, 0x79, 0x03, + 0x2e, 0x8c, 0xcc, 0xe4, 0x46, 0x2b, 0x38, 0xdc, 0x6b, 0xf5, 0x2f, 0x34, 0xd7, 0x7a, 0x7b, 0xce, + 0x56, 0xd3, 0x58, 0x3a, 0xed, 0x6c, 0x6e, 0x19, 0x23, 0x07, 0x23, 0x75, 0x7f, 0xa3, 0x89, 0x7a, + 0x7c, 0xbf, 0xea, 0x6a, 0x9b, 0x26, 0xf3, 0x6f, 0x6e, 0xf8, 0xd8, 0x7e, 0xe0, 0x23, 0xbb, 0xaf, + 0x15, 0xa2, 0x51, 0xa5, 0xb2, 0xf3, 0xe9, 0xc9, 0xe8, 0xef, 0x37, 0x2e, 0xdd, 0x24, 0xfc, 0x45, + 0xeb, 0xda, 0xcb, 0x87, 0xef, 0x32, 0xaf, 0xe5, 0x8c, 0x1c, 0xba, 0xa7, 0xf8, 0x8b, 0x06, 0xb6, + 0x57, 0x1b, 0xdf, 0x63, 0x61, 0xcb, 0x68, 0x5d, 0xfa, 0xb6, 0xbf, 0xf5, 0x27, 0xf7, 0x6c, 0x7c, + 0xfa, 0xf6, 0x3b, 0x51, 0x44, 0x9c, 0x65, 0xe6, 0xa2, 0x50, 0x45, 0x95, 0x88, 0xea, 0x2b, 0xcd, + 0x3a, 0xf5, 0x07, 0x41, 0x50, 0x87, 0x9a, 0xfe, 0x7b, 0xf2, 0x10, 0x72, 0x06, 0x65, 0x5c, 0x44, + 0x34, 0x65, 0x65, 0x4a, 0xd1, 0xf4, 0x0f, 0xa3, 0xff, 0x02, 0xb7, 0x8e, 0x56, 0xe1, 0x46, 0x1a, + 0x00, 0x00 }; // Autogenerated from wled00/data/settings_2D.htm, do not edit!! -const uint16_t PAGE_settings_2D_length = 1745; +const uint16_t PAGE_settings_2D_length = 3161; const uint8_t PAGE_settings_2D[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x95, 0x58, 0x5b, 0x6f, 0xdb, 0x36, - 0x14, 0x7e, 0xd7, 0xaf, 0x60, 0x88, 0xa2, 0x93, 0x5a, 0x59, 0x8e, 0xbb, 0x0b, 0x8a, 0x58, 0x52, - 0xd6, 0x34, 0xd9, 0x92, 0x21, 0x41, 0x83, 0xba, 0x4b, 0x31, 0xac, 0x43, 0x4b, 0x4b, 0xc7, 0x16, - 0x1b, 0x89, 0x14, 0x48, 0xca, 0x49, 0xe6, 0xe6, 0xbf, 0xef, 0x90, 0x92, 0xaf, 0x71, 0xda, 0xee, - 0x25, 0x36, 0xc9, 0x73, 0x3f, 0xdf, 0xb9, 0x38, 0xf1, 0xde, 0xf1, 0x9b, 0xd7, 0xef, 0xfe, 0xba, - 0x3c, 0x21, 0x85, 0xa9, 0xca, 0x34, 0xb6, 0x7f, 0x49, 0xc9, 0xc4, 0x34, 0xa1, 0x20, 0x28, 0x9e, - 0x81, 0xe5, 0x69, 0x5c, 0x81, 0x61, 0x24, 0x2b, 0x98, 0xd2, 0x60, 0x12, 0xda, 0x98, 0x49, 0xef, - 0x25, 0xed, 0x6e, 0x3d, 0xc1, 0x2a, 0x48, 0xe8, 0x8c, 0xc3, 0x4d, 0x2d, 0x95, 0xa1, 0x24, 0x93, - 0xc2, 0x80, 0x40, 0xb2, 0x1b, 0x9e, 0x9b, 0x22, 0xf9, 0x79, 0x7f, 0x7f, 0x49, 0xba, 0xf5, 0x94, - 0xc3, 0x8c, 0x67, 0xd0, 0x73, 0x87, 0x90, 0x0b, 0x6e, 0x38, 0x2b, 0x7b, 0x3a, 0x63, 0x25, 0x24, - 0x83, 0xb0, 0x62, 0xb7, 0xbc, 0x6a, 0xaa, 0xe5, 0xb9, 0xd1, 0xa0, 0xdc, 0x81, 0x8d, 0xf1, 0x2c, - 0x24, 0x7d, 0xa0, 0x39, 0x8d, 0x0d, 0x37, 0x25, 0xa4, 0x2f, 0x8e, 0xc9, 0x08, 0x4c, 0xaf, 0xa9, - 0xe3, 0x7e, 0x7b, 0x11, 0xeb, 0x4c, 0xf1, 0xda, 0xa4, 0xde, 0x8c, 0x29, 0x52, 0xca, 0x8c, 0xd7, - 0x61, 0x9e, 0xe4, 0x32, 0x6b, 0x2a, 0x34, 0x26, 0xc4, 0x8b, 0x64, 0x6f, 0x30, 0x9c, 0x34, 0x22, - 0x33, 0x5c, 0x0a, 0x72, 0xea, 0x07, 0xf3, 0x1b, 0x2e, 0x72, 0x79, 0x13, 0xc9, 0x1a, 0x84, 0x4f, - 0x0b, 0x63, 0x6a, 0x7d, 0xd0, 0xef, 0x5f, 0x0b, 0x19, 0xdd, 0x94, 0x90, 0x47, 0x53, 0xe8, 0x4f, - 0x80, 0x99, 0x46, 0x81, 0xee, 0xbf, 0x38, 0xa6, 0xc1, 0xfd, 0x92, 0xf7, 0x68, 0x9b, 0xb7, 0x8f, - 0x01, 0x33, 0x5c, 0x4c, 0x35, 0x0d, 0xe9, 0x47, 0x0d, 0xe5, 0x64, 0x9d, 0x7a, 0x7a, 0x96, 0xfb, - 0x10, 0xcc, 0x15, 0xa0, 0x28, 0x41, 0xac, 0x5c, 0x73, 0x52, 0x82, 0x35, 0xea, 0xe8, 0xce, 0x3d, - 0xad, 0x48, 0x4b, 0xc9, 0xf2, 0x3f, 0x46, 0x3e, 0x84, 0x22, 0xd9, 0xdb, 0x0f, 0xe6, 0x25, 0x18, - 0x62, 0x92, 0x3c, 0xca, 0x14, 0xda, 0x01, 0x1d, 0x93, 0x4f, 0x5b, 0x3f, 0x69, 0x30, 0x34, 0x11, - 0xea, 0x7d, 0x65, 0x8c, 0xe2, 0xe3, 0xc6, 0x00, 0x3e, 0xa8, 0x8c, 0x86, 0x10, 0x84, 0xdb, 0xf7, - 0xe6, 0xae, 0x06, 0xb4, 0xcc, 0xc0, 0xad, 0xe9, 0x7f, 0x66, 0x33, 0xb6, 0x10, 0xf0, 0x80, 0x90, - 0xe9, 0x3b, 0x81, 0x22, 0x44, 0x10, 0xe6, 0xd1, 0x58, 0xe6, 0x77, 0x11, 0xab, 0xd1, 0xbf, 0xfc, - 0x75, 0xc1, 0xcb, 0xdc, 0x37, 0x96, 0x9e, 0xe5, 0xf9, 0xc9, 0x0c, 0xad, 0x38, 0xe7, 0x1a, 0x73, - 0x0c, 0xca, 0xa7, 0xd6, 0x66, 0x1a, 0xfa, 0x41, 0x92, 0xce, 0x7f, 0x07, 0x73, 0xe5, 0x07, 0xe1, - 0x9f, 0x67, 0x7e, 0x70, 0xbf, 0x9b, 0x18, 0x94, 0x92, 0x0a, 0x6d, 0x44, 0x62, 0x44, 0x89, 0x96, - 0x25, 0x44, 0xa5, 0x9c, 0xfa, 0xf4, 0xc4, 0xde, 0x93, 0x2e, 0x02, 0x18, 0x48, 0x32, 0xe1, 0x25, - 0x38, 0x5f, 0x10, 0x16, 0x0a, 0x7d, 0x3e, 0xef, 0xee, 0xe5, 0xc4, 0x22, 0x6f, 0xc2, 0xa7, 0x8d, - 0x62, 0x2e, 0x64, 0xad, 0x2f, 0x64, 0xc2, 0xb8, 0xcd, 0xd9, 0x07, 0x71, 0x26, 0x32, 0x59, 0xd5, - 0x18, 0x39, 0x20, 0x35, 0x9b, 0x02, 0xc9, 0x99, 0x61, 0x7b, 0x98, 0x8e, 0xb5, 0x28, 0x8f, 0x30, - 0x7d, 0xd4, 0x2a, 0x38, 0xa0, 0x49, 0xd2, 0xe5, 0x11, 0xe1, 0xe1, 0xe4, 0x45, 0xb5, 0x92, 0x46, - 0x66, 0xb2, 0x7c, 0xfa, 0xd4, 0x77, 0x90, 0xd9, 0x0f, 0x7d, 0x87, 0xa5, 0xc4, 0x52, 0x94, 0x23, - 0x23, 0x15, 0x4a, 0xb5, 0x39, 0x3c, 0x33, 0x50, 0x59, 0xef, 0xb3, 0xb3, 0x9a, 0x06, 0xc1, 0x97, - 0x2f, 0x1d, 0x19, 0xf2, 0x57, 0x35, 0x1a, 0xfc, 0x1b, 0xca, 0x27, 0x17, 0x32, 0x87, 0x88, 0x5c, - 0x96, 0xc0, 0x34, 0x10, 0x0c, 0x04, 0x28, 0xf2, 0xfe, 0xfc, 0xe4, 0x98, 0x9c, 0x5d, 0xa2, 0x49, - 0xe1, 0x86, 0x44, 0xbd, 0x29, 0x31, 0x74, 0xd2, 0x82, 0xc0, 0x52, 0x39, 0x4c, 0x58, 0xf1, 0x87, - 0x0e, 0xa4, 0x88, 0x51, 0xfa, 0xdc, 0x3d, 0x1f, 0x50, 0x1a, 0x3c, 0x5f, 0x81, 0xaf, 0xaf, 0xa3, - 0xcf, 0xfa, 0xb0, 0x4e, 0x06, 0xfb, 0x34, 0xdc, 0x1b, 0x04, 0xf7, 0xb6, 0x0e, 0xb0, 0xbe, 0x2e, - 0x99, 0x80, 0x52, 0x27, 0xbf, 0xfc, 0xb4, 0x02, 0x3f, 0x66, 0x08, 0xb0, 0x1a, 0x82, 0x39, 0x9f, - 0xf8, 0x74, 0x1f, 0xa3, 0x90, 0x58, 0x90, 0x52, 0x8d, 0xa6, 0xd3, 0x20, 0x9a, 0xb1, 0xb2, 0x81, - 0xa0, 0xc3, 0xab, 0x7b, 0xa8, 0xea, 0x9c, 0xcf, 0xf0, 0x45, 0x9b, 0x3b, 0xcc, 0x58, 0xce, 0x75, - 0x5d, 0xb2, 0xbb, 0x84, 0x0a, 0x29, 0x30, 0x49, 0x33, 0xc9, 0x73, 0x82, 0x45, 0x02, 0xa6, 0xd5, - 0xe4, 0x07, 0xc3, 0xaf, 0x31, 0x8d, 0xd1, 0xf4, 0x6b, 0x1a, 0xae, 0x0c, 0xab, 0x6d, 0xbf, 0x39, - 0x43, 0x60, 0xe7, 0xd1, 0x68, 0x12, 0x5d, 0x5c, 0x9e, 0x76, 0x06, 0x3c, 0xdb, 0x7e, 0xb8, 0xea, - 0x1e, 0x86, 0xb6, 0x2e, 0x44, 0x6b, 0x72, 0xed, 0x64, 0xa0, 0x96, 0xcc, 0x62, 0x54, 0x81, 0x88, - 0x4a, 0x10, 0x53, 0x53, 0x0c, 0xd1, 0x33, 0x11, 0x2f, 0x95, 0x04, 0x13, 0xa9, 0x7c, 0xcb, 0x86, - 0x3d, 0x65, 0x08, 0xab, 0xfb, 0x21, 0x3c, 0x7f, 0x1e, 0x20, 0x4c, 0xdd, 0x09, 0x4b, 0xd1, 0xb1, - 0xa5, 0x8f, 0xb0, 0xa5, 0x6b, 0x6c, 0xbd, 0x1e, 0x06, 0xa8, 0x6a, 0xd9, 0xd6, 0xa0, 0xb5, 0x10, - 0x85, 0x41, 0x98, 0xb7, 0x7c, 0x8f, 0x79, 0x87, 0x25, 0xfe, 0xa8, 0x7f, 0x0b, 0xad, 0x26, 0xd9, - 0x1f, 0x9a, 0x18, 0x9e, 0x89, 0xa1, 0x59, 0x37, 0xd3, 0xec, 0x50, 0x88, 0xf9, 0xec, 0x1a, 0xc6, - 0x56, 0x60, 0x9c, 0x47, 0xdb, 0xd1, 0x49, 0x93, 0x95, 0x8b, 0x6d, 0x9e, 0x87, 0xad, 0xbe, 0x4f, - 0x31, 0xe6, 0x8c, 0xf0, 0x3c, 0xa1, 0xb5, 0x28, 0x9f, 0xcc, 0xe1, 0x9e, 0xa6, 0x4f, 0xe6, 0xfb, - 0x88, 0x0f, 0x38, 0xa4, 0xf4, 0xe0, 0x87, 0xb8, 0x50, 0x24, 0x2b, 0x99, 0xd6, 0x09, 0xd5, 0x55, - 0x49, 0xd3, 0x1f, 0xee, 0x9d, 0x10, 0x62, 0x29, 0xe3, 0xb1, 0x4a, 0x07, 0xb1, 0x6e, 0xea, 0x54, - 0x9b, 0xb8, 0x6f, 0x3f, 0x09, 0x42, 0xfd, 0x80, 0xc4, 0xd8, 0x0f, 0x21, 0x43, 0xbb, 0x5c, 0x1b, - 0xbf, 0xb4, 0xa4, 0x47, 0x34, 0xfd, 0x20, 0x3e, 0x98, 0x58, 0xd6, 0xce, 0x07, 0xe7, 0x75, 0x82, - 0x38, 0x4c, 0xdf, 0x49, 0xec, 0xe6, 0xed, 0xed, 0x2e, 0x8a, 0x01, 0x4d, 0x8f, 0xa4, 0x31, 0xb2, - 0x5a, 0x23, 0x42, 0x55, 0x4e, 0x7e, 0xba, 0x43, 0xcf, 0xdb, 0xc7, 0xf4, 0x9c, 0xc3, 0xc4, 0x7c, - 0x43, 0xd1, 0x5b, 0x3e, 0x2d, 0xcc, 0x4e, 0x3d, 0xe8, 0xe7, 0x07, 0xf1, 0x46, 0x71, 0xac, 0x67, - 0xd7, 0x32, 0x76, 0xba, 0x78, 0xf5, 0x98, 0xea, 0x53, 0xa9, 0xf8, 0xbf, 0x38, 0x20, 0x59, 0xf9, - 0x0d, 0x03, 0xae, 0xb0, 0xef, 0xf1, 0x6c, 0x83, 0x6c, 0xcb, 0x86, 0x11, 0x28, 0xec, 0xce, 0x58, - 0xfa, 0x80, 0x26, 0x70, 0x51, 0x37, 0x98, 0x41, 0xec, 0xf4, 0x09, 0xcd, 0x0a, 0xc8, 0xae, 0xc7, - 0xf2, 0x96, 0xae, 0x5b, 0x34, 0xc2, 0xc9, 0xd9, 0xc7, 0xec, 0xa6, 0x9f, 0x86, 0x22, 0xe2, 0x02, - 0xe7, 0xac, 0x79, 0x95, 0x7f, 0x66, 0x19, 0x4a, 0x38, 0x7d, 0x77, 0x71, 0xee, 0xd3, 0x31, 0x20, - 0xee, 0x00, 0xdb, 0x3d, 0x0d, 0xd7, 0x11, 0xb6, 0x82, 0x79, 0x87, 0xe8, 0xdd, 0x75, 0x37, 0xb4, - 0xdd, 0x46, 0x24, 0xb0, 0xa8, 0x3f, 0x11, 0x27, 0x83, 0x2f, 0x5f, 0xe0, 0x6f, 0xd1, 0x1b, 0xfc, - 0x13, 0xa1, 0x0c, 0x39, 0x03, 0x7f, 0x43, 0xea, 0x5a, 0xbf, 0x98, 0x6f, 0xd6, 0x06, 0xae, 0x01, - 0x9b, 0x15, 0x91, 0x0c, 0x96, 0x25, 0x01, 0x76, 0x02, 0xec, 0xb6, 0x20, 0x80, 0x1d, 0x7a, 0xc6, - 0x46, 0x2c, 0x6a, 0x7b, 0xde, 0xb2, 0x89, 0xf2, 0x23, 0x16, 0xcd, 0x83, 0xbe, 0xb4, 0xd6, 0x14, - 0x0e, 0x29, 0x17, 0x25, 0x46, 0x95, 0x1e, 0x74, 0x1d, 0x6e, 0xc9, 0x88, 0xf2, 0x1f, 0x32, 0xa6, - 0x83, 0x6d, 0x86, 0x7b, 0x0f, 0x33, 0xd5, 0x2e, 0x23, 0xb1, 0x23, 0x4e, 0x7f, 0xe5, 0x95, 0x5d, - 0x5e, 0x48, 0xa3, 0x4a, 0x6c, 0xb3, 0x8e, 0x3f, 0xd3, 0xb6, 0x3a, 0x91, 0xd0, 0x11, 0xc4, 0xfd, - 0x76, 0x05, 0xb3, 0x53, 0x17, 0xe7, 0xa0, 0x6d, 0xfa, 0x09, 0xc5, 0x41, 0x85, 0x49, 0x43, 0xd7, - 0x2b, 0xcf, 0xd5, 0xa4, 0xfd, 0xf6, 0x51, 0x2f, 0xb2, 0x3a, 0x9a, 0x50, 0x82, 0x0b, 0x57, 0x21, - 0x6d, 0xb5, 0x4a, 0x6d, 0x37, 0x23, 0x5b, 0xbc, 0x5d, 0x7d, 0x1a, 0x89, 0x93, 0xe8, 0x66, 0xf3, - 0xae, 0x80, 0xb2, 0xc6, 0xda, 0xf3, 0x62, 0x9c, 0xf6, 0x06, 0x83, 0xd3, 0xa2, 0xa5, 0x3d, 0x50, - 0xd4, 0x9a, 0x95, 0x3c, 0xbb, 0x4e, 0xe8, 0xa9, 0x55, 0x7b, 0x18, 0xf7, 0xdb, 0x87, 0x0e, 0x35, - 0xbb, 0x79, 0xbc, 0x25, 0xd3, 0x91, 0x65, 0x3a, 0x62, 0xd9, 0xf5, 0x8a, 0x6f, 0x83, 0x43, 0x37, - 0xe3, 0x8a, 0xa3, 0x8d, 0x23, 0x36, 0x83, 0x15, 0x49, 0xa1, 0x16, 0xe2, 0x8b, 0x17, 0xa9, 0x87, - 0x2b, 0x1d, 0xa2, 0xc2, 0x6e, 0x74, 0x78, 0x1a, 0xe1, 0x56, 0x52, 0x13, 0xdc, 0x0a, 0x5c, 0xa2, - 0x57, 0x45, 0x66, 0x03, 0xe1, 0x06, 0xd5, 0x22, 0x0c, 0x6f, 0x2e, 0x2e, 0x5b, 0x43, 0x0a, 0xdc, - 0x67, 0xf1, 0x62, 0x03, 0x5a, 0xe1, 0x5a, 0x47, 0x76, 0x8b, 0x09, 0x46, 0xe4, 0x41, 0x4d, 0x0e, - 0x70, 0x95, 0xb4, 0xda, 0x96, 0xa5, 0xe6, 0x3d, 0x2c, 0x47, 0xb4, 0xed, 0x82, 0x21, 0xd1, 0xed, - 0x92, 0x68, 0xa3, 0x1a, 0x97, 0x7d, 0xb3, 0x9d, 0x7a, 0xc4, 0x73, 0x69, 0x4d, 0x68, 0x87, 0x92, - 0x03, 0x87, 0x0b, 0xf4, 0xf2, 0xc7, 0xb4, 0xed, 0x98, 0xba, 0x5b, 0x5d, 0x97, 0x17, 0x39, 0xc7, - 0xe5, 0x4e, 0xa3, 0x5c, 0x4d, 0xfc, 0xf7, 0xb7, 0xa7, 0xc1, 0xb2, 0xa4, 0xbb, 0xfd, 0xf7, 0xf2, - 0x3d, 0xed, 0x22, 0x29, 0x9a, 0x6a, 0x0c, 0x0a, 0x73, 0xcf, 0x85, 0xb5, 0xcc, 0x8e, 0x78, 0xfc, - 0x7c, 0xf1, 0x92, 0x2e, 0xac, 0xc5, 0xa5, 0x9d, 0xdc, 0x2e, 0xd8, 0x3b, 0xee, 0x53, 0x34, 0xe9, - 0xfb, 0xd9, 0xad, 0x47, 0xab, 0x46, 0xd5, 0x66, 0x40, 0x6f, 0x5b, 0x74, 0x61, 0x85, 0x7e, 0x45, - 0xe6, 0x4a, 0xe2, 0xc0, 0x82, 0xcb, 0xf1, 0x26, 0xb4, 0xcd, 0x81, 0x47, 0x16, 0xed, 0x6d, 0x5b, - 0xf8, 0x42, 0xf6, 0xd5, 0xf7, 0xcb, 0xf6, 0xb6, 0x84, 0xef, 0x98, 0x44, 0x5b, 0x18, 0xea, 0x82, - 0x72, 0xb4, 0x0b, 0x0c, 0x38, 0x83, 0xbc, 0x55, 0x8e, 0xbf, 0x35, 0x80, 0x1e, 0x1b, 0x3f, 0x6f, - 0x57, 0xa2, 0xbd, 0x47, 0xe6, 0xce, 0xb7, 0x66, 0xce, 0x06, 0xbe, 0xbc, 0xaf, 0x0d, 0x9c, 0xab, - 0x5d, 0x7e, 0xec, 0x18, 0x34, 0xdb, 0x16, 0xed, 0x9a, 0x32, 0x1b, 0x5a, 0xbf, 0x63, 0xc2, 0x2c, - 0xe0, 0x69, 0xc7, 0xcb, 0xd6, 0x76, 0x10, 0xf3, 0xd4, 0x7b, 0x85, 0xf9, 0xb2, 0x55, 0x43, 0xb8, - 0xc6, 0x6f, 0xb9, 0x6b, 0xdf, 0x03, 0x5b, 0xd5, 0x15, 0xce, 0x1a, 0x52, 0x17, 0x77, 0xda, 0x81, - 0xc0, 0x2e, 0xc5, 0x2d, 0x10, 0x2c, 0x81, 0x29, 0x80, 0x68, 0x14, 0xbb, 0x56, 0x14, 0x91, 0x0b, - 0x42, 0x5b, 0xc9, 0x44, 0x17, 0xb2, 0x29, 0x73, 0x32, 0x06, 0xc2, 0x94, 0xb2, 0x45, 0x9f, 0x93, - 0x09, 0xae, 0xdd, 0x04, 0x7b, 0x5e, 0xaf, 0xc4, 0x10, 0xe3, 0x17, 0x32, 0x76, 0x79, 0xea, 0x29, - 0x1b, 0x52, 0xd4, 0x97, 0x83, 0x0a, 0x89, 0x36, 0x4c, 0xd9, 0x4d, 0x99, 0xdc, 0x70, 0x53, 0xe0, - 0x4f, 0x8d, 0x1b, 0xe8, 0xba, 0x0b, 0x69, 0x41, 0x66, 0x7f, 0x80, 0x58, 0xdd, 0x4e, 0x86, 0x8f, - 0x46, 0xa2, 0x40, 0xc2, 0xd1, 0x1e, 0x54, 0xa2, 0xb1, 0xc5, 0x42, 0x1e, 0x44, 0x9e, 0x33, 0xe4, - 0x84, 0x65, 0x45, 0xc7, 0x9a, 0x31, 0x41, 0x0a, 0x6c, 0x6a, 0x68, 0xec, 0x64, 0x02, 0x38, 0x87, - 0x8c, 0xf3, 0x46, 0xae, 0xf2, 0x45, 0x98, 0xc8, 0xfb, 0x28, 0x6d, 0xa9, 0xbe, 0x96, 0x1c, 0xa9, - 0xba, 0x5b, 0xec, 0x0e, 0xb2, 0x31, 0x28, 0xb7, 0xcf, 0xdb, 0x4e, 0xb2, 0x1d, 0x45, 0x6c, 0x11, - 0xcb, 0xf0, 0x74, 0xd4, 0xae, 0x6f, 0xac, 0x56, 0xb5, 0x76, 0x12, 0x2e, 0x3a, 0xa9, 0xfb, 0xeb, - 0xb9, 0xd6, 0xfa, 0xf5, 0x3e, 0xff, 0x7f, 0x5a, 0xb6, 0xb7, 0x36, 0x0e, 0xec, 0x18, 0xc2, 0x0f, - 0x3b, 0xaa, 0xec, 0xdc, 0xb2, 0xff, 0x50, 0xf8, 0x0f, 0x92, 0x1e, 0x9c, 0x00, 0x60, 0x10, 0x00, - 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xc5, 0x59, 0x5b, 0x77, 0xdb, 0x36, + 0x12, 0x7e, 0xd7, 0xaf, 0x80, 0xd1, 0xae, 0x4b, 0x5a, 0xd4, 0xcd, 0x4d, 0x7a, 0x5a, 0x49, 0xa4, + 0x36, 0x8e, 0xd3, 0xd8, 0x7b, 0xe2, 0x44, 0xc7, 0x72, 0xed, 0xe4, 0xb4, 0x3d, 0x2d, 0x4d, 0x42, + 0x12, 0x12, 0x0a, 0x60, 0x49, 0x50, 0xb6, 0xeb, 0xf8, 0xbf, 0xef, 0x0c, 0xc0, 0x9b, 0x28, 0xd9, + 0x69, 0xb7, 0x0f, 0xfb, 0x60, 0x99, 0xc4, 0x65, 0x66, 0x30, 0xf3, 0xcd, 0x0d, 0x1c, 0xef, 0x1d, + 0xbf, 0x7b, 0x79, 0xf1, 0x61, 0xfa, 0x8a, 0x2c, 0xd5, 0x2a, 0xf2, 0xc6, 0xf8, 0x4b, 0x22, 0x5f, + 0x2c, 0x5c, 0xca, 0x04, 0x85, 0x77, 0xe6, 0x87, 0xde, 0x78, 0xc5, 0x94, 0x4f, 0x82, 0xa5, 0x9f, + 0xa4, 0x4c, 0xb9, 0x34, 0x53, 0xf3, 0xce, 0xf7, 0x34, 0x1f, 0x6d, 0x09, 0x7f, 0xc5, 0x5c, 0xba, + 0xe6, 0xec, 0x26, 0x96, 0x89, 0xa2, 0x24, 0x90, 0x42, 0x31, 0x01, 0xcb, 0x6e, 0x78, 0xa8, 0x96, + 0xee, 0xf3, 0x7e, 0xbf, 0x5c, 0xda, 0x98, 0x0a, 0xd9, 0x9a, 0x07, 0xac, 0xa3, 0x5f, 0x1c, 0x2e, + 0xb8, 0xe2, 0x7e, 0xd4, 0x49, 0x03, 0x3f, 0x62, 0xee, 0xc0, 0x59, 0xf9, 0xb7, 0x7c, 0x95, 0xad, + 0xca, 0xf7, 0x2c, 0x65, 0x89, 0x7e, 0xf1, 0xaf, 0xe1, 0x5d, 0x48, 0xba, 0xc5, 0xd9, 0x1b, 0x2b, + 0xae, 0x22, 0xe6, 0x1d, 0x1e, 0x93, 0x19, 0x53, 0x9d, 0x2c, 0x1e, 0xf7, 0xcc, 0xc0, 0x38, 0x0d, + 0x12, 0x1e, 0x2b, 0xaf, 0xb5, 0xf6, 0x13, 0x12, 0xc9, 0x80, 0xc7, 0x8e, 0xe2, 0x2b, 0x26, 0x33, + 0xe5, 0x84, 0x6e, 0x28, 0x83, 0x6c, 0x05, 0x42, 0x39, 0x30, 0xe1, 0xee, 0x69, 0xbe, 0x53, 0x5f, + 0xb0, 0x28, 0x75, 0xbf, 0x7b, 0xe6, 0x04, 0xea, 0xd6, 0x15, 0x59, 0x14, 0x8d, 0xe6, 0x99, 0x08, + 0x14, 0x97, 0x82, 0x9c, 0x58, 0xf6, 0xfd, 0x0d, 0x17, 0xa1, 0xbc, 0xe9, 0xca, 0x98, 0x09, 0x8b, + 0x2e, 0x95, 0x8a, 0xd3, 0x61, 0xaf, 0xf7, 0x49, 0xc8, 0xee, 0x4d, 0xc4, 0xc2, 0xee, 0x82, 0xf5, + 0xe6, 0xcc, 0x57, 0x59, 0xc2, 0xd2, 0xde, 0xe1, 0x31, 0xb5, 0x1f, 0xca, 0xbd, 0x47, 0xcd, 0xbd, + 0x3d, 0x50, 0xa7, 0xe2, 0x62, 0x91, 0x52, 0x87, 0xfe, 0x96, 0xb2, 0x68, 0x5e, 0x5f, 0xbd, 0x38, + 0x0d, 0x2d, 0x66, 0xdf, 0x27, 0x0c, 0x48, 0x09, 0x82, 0x74, 0xd5, 0xab, 0x88, 0xa1, 0xa8, 0x47, + 0x77, 0x7a, 0xaa, 0x5a, 0x1a, 0x49, 0x3f, 0xfc, 0xcf, 0xcc, 0x62, 0x8e, 0x72, 0xf7, 0xfa, 0xf6, + 0x7d, 0xc4, 0x14, 0x11, 0x6e, 0xd8, 0x0d, 0x12, 0x90, 0x83, 0xe5, 0x9b, 0x2c, 0x6a, 0xb4, 0x40, + 0xed, 0x91, 0xe8, 0x02, 0xdf, 0x17, 0x4a, 0x25, 0xfc, 0x3a, 0x53, 0x0c, 0x26, 0x92, 0x80, 0x3a, + 0xcc, 0x76, 0x9a, 0xe3, 0xea, 0x2e, 0x66, 0x20, 0x99, 0x62, 0xb7, 0xaa, 0xf7, 0xd1, 0x5f, 0xfb, + 0x05, 0x81, 0xad, 0x85, 0x7e, 0x7a, 0x27, 0x80, 0x84, 0xb2, 0x9d, 0xb0, 0x7b, 0x2d, 0xc3, 0xbb, + 0xae, 0x1f, 0xc3, 0xf9, 0xc2, 0x97, 0x4b, 0x1e, 0x85, 0x96, 0xc0, 0xf5, 0x7e, 0x18, 0xbe, 0x5a, + 0x83, 0x14, 0x6f, 0x78, 0x0a, 0x08, 0x60, 0x89, 0x45, 0x51, 0x66, 0xea, 0x58, 0xb6, 0xeb, 0xdd, + 0xbf, 0x66, 0xea, 0xd2, 0xb2, 0x9d, 0x9f, 0x4e, 0xe1, 0x67, 0x36, 0xef, 0x9e, 0x4d, 0x5f, 0x36, + 0xe8, 0x83, 0x4d, 0x68, 0x65, 0x18, 0xfb, 0x61, 0x37, 0x45, 0x96, 0x24, 0x32, 0x81, 0x83, 0x00, + 0x45, 0x00, 0x5a, 0x2a, 0x23, 0xd6, 0x8d, 0xe4, 0xc2, 0xa2, 0xaf, 0x70, 0x9c, 0xe4, 0x6a, 0x02, + 0x6d, 0x93, 0x39, 0x8f, 0x98, 0x3e, 0x30, 0x20, 0x2b, 0x01, 0xc5, 0xbc, 0xc9, 0xc7, 0xe5, 0x1c, + 0xc1, 0x3b, 0xe7, 0x8b, 0x2c, 0xf1, 0xb5, 0x5e, 0xcd, 0x81, 0xc9, 0xdc, 0xe7, 0x68, 0xd8, 0x5f, + 0xc4, 0xa9, 0x08, 0xe4, 0x2a, 0x06, 0xf5, 0x32, 0x12, 0xfb, 0x0b, 0x46, 0x42, 0x5f, 0xf9, 0x7b, + 0x60, 0xb3, 0x9a, 0x29, 0x66, 0x60, 0x63, 0x8a, 0x0c, 0x86, 0xd4, 0x75, 0x73, 0x63, 0x03, 0xb2, + 0x34, 0xbd, 0x6e, 0x9c, 0x48, 0x25, 0x03, 0x19, 0xed, 0xef, 0x5b, 0x1a, 0x6d, 0x7d, 0xc7, 0xd2, + 0x70, 0x74, 0x71, 0x45, 0x34, 0x53, 0x32, 0x01, 0xaa, 0x68, 0xe8, 0x53, 0xc5, 0x56, 0xa8, 0xa2, + 0xe0, 0x34, 0xa6, 0xb6, 0xfd, 0xf9, 0x73, 0xbe, 0x0c, 0xf6, 0xaf, 0x62, 0x10, 0xf8, 0x47, 0xa0, + 0x4f, 0xce, 0x64, 0xc8, 0xba, 0x64, 0x1a, 0x31, 0x3f, 0x65, 0x04, 0x14, 0xc1, 0x12, 0x72, 0xf5, + 0xe6, 0xd5, 0x31, 0x39, 0x9d, 0x82, 0x48, 0xce, 0x06, 0xc5, 0x74, 0x93, 0xa2, 0xa3, 0xa9, 0xd9, + 0x36, 0xae, 0xd2, 0xc0, 0x41, 0xf2, 0x13, 0x8d, 0x64, 0x00, 0x32, 0x6d, 0xeb, 0xe9, 0x21, 0xa5, + 0x76, 0xbb, 0x42, 0x68, 0x2f, 0xed, 0x7e, 0x4c, 0x27, 0xb1, 0x3b, 0xe8, 0x53, 0x67, 0x6f, 0x50, + 0x3b, 0x30, 0x5a, 0xed, 0x9e, 0xcf, 0x2d, 0xda, 0x87, 0x03, 0xbb, 0x08, 0x5a, 0x9a, 0x82, 0x94, + 0xd4, 0xee, 0xae, 0xfd, 0x28, 0x63, 0x76, 0x8e, 0x5f, 0x3d, 0xb1, 0x8a, 0x43, 0xbe, 0x86, 0x99, + 0x54, 0xdd, 0x81, 0x71, 0x42, 0x9e, 0xc6, 0x91, 0x7f, 0xe7, 0x52, 0x21, 0x05, 0xd8, 0x63, 0x2d, + 0x79, 0x48, 0xc0, 0x69, 0x98, 0x32, 0x66, 0xb6, 0xec, 0xd1, 0x53, 0x9b, 0xae, 0x41, 0xca, 0x4f, + 0xd4, 0x09, 0x13, 0xff, 0xc6, 0xaa, 0x89, 0x93, 0x2e, 0xe5, 0xcd, 0x85, 0xf4, 0x53, 0x65, 0xbc, + 0x61, 0x60, 0xdf, 0xa3, 0xd3, 0x0b, 0x23, 0x98, 0xc2, 0x09, 0xed, 0x00, 0x5c, 0x00, 0x64, 0x4e, + 0x2e, 0xce, 0xde, 0xb8, 0x0c, 0xb0, 0x14, 0x44, 0x7e, 0x9a, 0xbe, 0xc5, 0x68, 0xa2, 0x26, 0x39, + 0x8c, 0x86, 0x14, 0x29, 0x51, 0x27, 0x00, 0xfd, 0x26, 0x17, 0x26, 0x5a, 0x58, 0x79, 0xd4, 0xd0, + 0x0e, 0xa0, 0xa5, 0xf1, 0x05, 0x5f, 0x69, 0xd3, 0x16, 0x87, 0xc8, 0x57, 0xb8, 0x70, 0x8a, 0x62, + 0x93, 0x55, 0xc8, 0x06, 0x7a, 0xaa, 0xb3, 0xaa, 0x3d, 0x77, 0x13, 0x06, 0x87, 0x0a, 0xd0, 0x15, + 0x35, 0x53, 0x8a, 0x98, 0x72, 0x0e, 0x7f, 0xe8, 0xf7, 0x6b, 0x27, 0xcb, 0x62, 0xb4, 0x16, 0x9a, + 0x1e, 0xc3, 0x02, 0x9e, 0x4a, 0xb9, 0x82, 0xdd, 0x90, 0xf7, 0x67, 0x6f, 0x4e, 0xc0, 0x72, 0xe7, + 0xec, 0x8f, 0x8c, 0xa5, 0x6a, 0xa4, 0x1e, 0xf7, 0xb5, 0x9a, 0x20, 0x95, 0x9a, 0xd4, 0x92, 0xa7, + 0xc0, 0x3f, 0x8d, 0xc1, 0x65, 0xd8, 0x05, 0xb8, 0xba, 0xa3, 0x47, 0x52, 0x05, 0x21, 0x2c, 0xf5, + 0xdc, 0x67, 0x28, 0x03, 0x20, 0x45, 0x3d, 0xee, 0x70, 0x15, 0x5d, 0x56, 0x27, 0xcc, 0x90, 0x46, + 0xf0, 0xc9, 0xd9, 0x2b, 0x08, 0x98, 0x98, 0x37, 0x7d, 0x37, 0xbb, 0x80, 0x13, 0xf6, 0xcc, 0x71, + 0xc0, 0x18, 0xc6, 0x3e, 0x78, 0x92, 0x1f, 0x65, 0xb2, 0x3a, 0x06, 0x97, 0x1a, 0xe5, 0x98, 0x11, + 0x79, 0x1c, 0xb1, 0x28, 0x3a, 0x1a, 0xd8, 0xba, 0x0b, 0xd1, 0x01, 0x1f, 0xbb, 0xe8, 0x60, 0xe9, + 0xcf, 0xfd, 0x5f, 0xd1, 0x89, 0x15, 0xc0, 0x5b, 0xe8, 0x30, 0x53, 0xcd, 0x6b, 0xe8, 0xb9, 0x14, + 0xa1, 0x5a, 0x29, 0x10, 0x0e, 0x50, 0x20, 0x4b, 0x87, 0x48, 0xe6, 0xc6, 0x98, 0xd0, 0x4e, 0x21, + 0x36, 0xea, 0x9d, 0x18, 0x77, 0x0c, 0x66, 0x01, 0x39, 0x1a, 0x2f, 0xb1, 0x5e, 0x0e, 0xd8, 0x0b, + 0x30, 0x92, 0x25, 0x4c, 0x74, 0x23, 0x26, 0x16, 0x6a, 0x39, 0x02, 0xbc, 0xab, 0x31, 0xb3, 0xe7, + 0x32, 0xb1, 0x4c, 0xb0, 0x55, 0x23, 0x31, 0x66, 0x23, 0xd1, 0x6e, 0xdb, 0x05, 0x17, 0x10, 0x48, + 0x2f, 0xf3, 0x1a, 0xcb, 0x3c, 0x58, 0xd6, 0xe9, 0x80, 0x5b, 0xac, 0xcc, 0x32, 0x7b, 0x5b, 0x40, + 0x8b, 0xb9, 0x79, 0x14, 0x6f, 0xc8, 0xa1, 0x09, 0x36, 0x85, 0xf1, 0xdc, 0x2a, 0x32, 0x1a, 0xc5, + 0x8d, 0x0c, 0xb3, 0xdf, 0xc7, 0xe0, 0x38, 0x84, 0x87, 0x2e, 0x8d, 0x45, 0xf4, 0xf5, 0x3d, 0x7b, + 0xc0, 0x74, 0x9e, 0x10, 0x8d, 0x3a, 0x97, 0xa6, 0xab, 0x88, 0x7a, 0x7a, 0x1b, 0xc1, 0xb9, 0xf1, + 0x75, 0xe2, 0xfd, 0x22, 0x06, 0xe3, 0x34, 0x8b, 0xbd, 0x54, 0x8d, 0x7b, 0xf8, 0x9f, 0x40, 0x38, + 0x19, 0x92, 0x31, 0x24, 0x26, 0x16, 0x00, 0x41, 0x9d, 0x6d, 0xa7, 0xb8, 0xf8, 0x88, 0x42, 0x38, + 0xe5, 0x22, 0x06, 0xa0, 0x53, 0xf4, 0x7f, 0x0a, 0x5b, 0x7f, 0x51, 0x63, 0x19, 0xeb, 0x63, 0xe4, + 0xca, 0x87, 0xb4, 0x7f, 0x21, 0x21, 0x07, 0x9b, 0xd1, 0x5d, 0x2b, 0x06, 0xd4, 0x3b, 0x92, 0x4a, + 0xc9, 0x55, 0x6d, 0x11, 0x70, 0xd6, 0xec, 0xbc, 0x1d, 0x6c, 0xcf, 0xff, 0x22, 0xdb, 0x37, 0x6c, + 0xae, 0xbe, 0xc0, 0xf7, 0x9c, 0x2f, 0x96, 0x6a, 0x27, 0x5b, 0xad, 0x87, 0x77, 0x09, 0x07, 0xa4, + 0x6b, 0xcf, 0xde, 0xa9, 0x80, 0xcb, 0xbf, 0x28, 0xc9, 0x89, 0x4c, 0xf8, 0x9f, 0x50, 0xf4, 0xf8, + 0xd1, 0x17, 0xe4, 0xb9, 0x84, 0x44, 0xc4, 0x83, 0x8d, 0x65, 0x0d, 0x91, 0x66, 0x2c, 0x01, 0x5f, + 0x80, 0x58, 0xcc, 0x40, 0x22, 0xcd, 0x9a, 0x60, 0x7e, 0x76, 0x69, 0xb0, 0x64, 0xc1, 0xa7, 0x6b, + 0x79, 0x4b, 0xeb, 0x02, 0xce, 0xb6, 0x04, 0x34, 0x54, 0x8e, 0x21, 0x28, 0x89, 0x14, 0x18, 0xa4, + 0xc4, 0xba, 0xba, 0x3d, 0xb1, 0x4b, 0x5a, 0xb5, 0xbd, 0x57, 0x34, 0xa7, 0x2c, 0xb2, 0xd5, 0x35, + 0x4b, 0x28, 0x59, 0x71, 0x81, 0x42, 0x12, 0xc0, 0x99, 0x4b, 0x0f, 0x9f, 0x3f, 0xa7, 0x85, 0xe0, + 0x5f, 0xdf, 0x6f, 0x7a, 0xd0, 0xf4, 0x2a, 0x77, 0xa0, 0x87, 0x2d, 0xf6, 0xe4, 0x76, 0x07, 0xa7, + 0x93, 0xff, 0x9d, 0xd3, 0xc9, 0xa3, 0x9c, 0x72, 0x0b, 0xce, 0xe7, 0x10, 0x83, 0xc9, 0xfb, 0xe1, + 0x36, 0xd7, 0xf7, 0x3b, 0xb9, 0xf6, 0x77, 0x70, 0xed, 0xef, 0x30, 0xf3, 0x87, 0x1d, 0x14, 0x3f, + 0xfc, 0x03, 0x8a, 0x28, 0xee, 0x98, 0x7b, 0x96, 0x34, 0x02, 0xcf, 0x21, 0xc5, 0x13, 0x25, 0xe3, + 0x4e, 0x04, 0x20, 0x86, 0x72, 0x24, 0x81, 0x48, 0x4b, 0xb8, 0x20, 0x5f, 0xa1, 0x33, 0xa6, 0xf6, + 0xb8, 0xc7, 0x35, 0x34, 0xc0, 0xb3, 0xbd, 0xdf, 0x21, 0xd6, 0x73, 0x08, 0xda, 0x89, 0x7a, 0x11, + 0x7e, 0x84, 0xec, 0x21, 0x14, 0x26, 0x34, 0x8b, 0x5e, 0x33, 0x08, 0x38, 0x0c, 0x62, 0x22, 0x75, + 0x44, 0x2d, 0xba, 0x54, 0x11, 0x27, 0x8f, 0x7e, 0xbb, 0x43, 0xdc, 0xc8, 0x64, 0x16, 0x56, 0x84, + 0x3a, 0x35, 0x76, 0x07, 0x9f, 0x3f, 0xb3, 0x9f, 0x55, 0x67, 0xf0, 0x2b, 0xe4, 0x89, 0x95, 0x5c, + 0x33, 0x6b, 0x83, 0x6a, 0x2d, 0x61, 0xdf, 0x6f, 0xc6, 0x51, 0x77, 0x30, 0x7a, 0x92, 0x53, 0x11, + 0x17, 0xeb, 0xdc, 0xbc, 0xfe, 0x48, 0x41, 0x78, 0x7c, 0x94, 0xdf, 0x82, 0x61, 0xfa, 0xda, 0x2c, + 0x13, 0x50, 0xe2, 0x5a, 0x30, 0xd7, 0x22, 0x9c, 0x54, 0xa1, 0x7c, 0x73, 0xe2, 0xb2, 0x98, 0x10, + 0x2e, 0x3b, 0x50, 0xa3, 0x0d, 0x79, 0xcd, 0xe1, 0x7d, 0x17, 0x01, 0x36, 0xeb, 0x6a, 0xc7, 0x62, + 0xa1, 0x13, 0x21, 0x24, 0xa1, 0xb6, 0xc1, 0xd1, 0x7c, 0xb7, 0x23, 0x6b, 0x63, 0x47, 0xf9, 0x18, + 0xaf, 0x8d, 0x9d, 0xe7, 0x63, 0xc9, 0x06, 0xf7, 0xd2, 0x3f, 0x9c, 0x74, 0x73, 0xbc, 0x94, 0x36, + 0x70, 0xa3, 0x89, 0x1a, 0x32, 0xe8, 0x4b, 0xa2, 0x09, 0x1b, 0xaa, 0x52, 0x45, 0x90, 0x11, 0xe0, + 0x24, 0xfd, 0x11, 0x1b, 0x87, 0x23, 0x06, 0x59, 0xa6, 0x4a, 0x29, 0x7d, 0xc8, 0x3c, 0x01, 0x66, + 0x1e, 0x47, 0xc1, 0xf8, 0x3d, 0x3b, 0x10, 0xe3, 0x32, 0x1f, 0xec, 0xef, 0x97, 0x29, 0x45, 0x19, + 0x35, 0xc5, 0xae, 0x15, 0x4d, 0xf8, 0x50, 0xda, 0x93, 0xb0, 0xc3, 0x3a, 0x03, 0xe0, 0x94, 0xe1, + 0x88, 0x1c, 0x72, 0x7b, 0x12, 0x74, 0x04, 0x8c, 0x88, 0x51, 0xe6, 0xfa, 0xfb, 0xfb, 0xec, 0x5f, + 0x87, 0x30, 0x90, 0xc1, 0x40, 0x06, 0x35, 0xf9, 0xcf, 0xbf, 0x03, 0xce, 0xd5, 0xc3, 0xfb, 0xdf, + 0x7f, 0xcd, 0x35, 0x05, 0x7b, 0xe2, 0x61, 0x66, 0x1f, 0x24, 0xd5, 0xe4, 0x87, 0xfa, 0x64, 0x36, + 0x8c, 0xed, 0x83, 0xb4, 0x9a, 0xbc, 0x2a, 0x27, 0x6b, 0x3b, 0x4e, 0xca, 0xc1, 0xf4, 0xa1, 0xb2, + 0x30, 0xbb, 0x05, 0xa4, 0x84, 0x58, 0xbe, 0xd9, 0xf7, 0x6a, 0x67, 0xa9, 0xb8, 0xe7, 0xba, 0x8d, + 0x89, 0x89, 0x99, 0x80, 0x9a, 0xd5, 0x61, 0xf9, 0x0c, 0x94, 0xda, 0xd0, 0xfc, 0xe4, 0x3b, 0xdc, + 0xc7, 0x77, 0xfc, 0xd0, 0x0f, 0xd9, 0x82, 0x56, 0xec, 0x4d, 0x41, 0x89, 0x15, 0xed, 0x1e, 0x74, + 0x7f, 0xa6, 0xd0, 0xca, 0x11, 0x1c, 0xf8, 0x02, 0x9a, 0x20, 0x48, 0xc3, 0xac, 0x6b, 0x1a, 0xd8, + 0xbc, 0xbe, 0xd7, 0xc5, 0xe4, 0x15, 0x8e, 0x78, 0xdf, 0x3d, 0xeb, 0x4f, 0xe0, 0x6f, 0x08, 0x65, + 0x13, 0x48, 0xb2, 0x64, 0x98, 0x66, 0xdc, 0x7c, 0xb9, 0xee, 0x26, 0x75, 0x79, 0xff, 0x12, 0xfb, + 0xe0, 0x5b, 0x28, 0xe4, 0x0f, 0xa1, 0x00, 0x7a, 0x30, 0x0e, 0xd7, 0x77, 0xd0, 0x96, 0x35, 0x7b, + 0x83, 0xad, 0x9f, 0x2e, 0x42, 0x10, 0x07, 0xf7, 0x06, 0xb0, 0x35, 0x30, 0x69, 0xdd, 0xb2, 0xca, + 0x54, 0x50, 0xe4, 0xef, 0x98, 0xfe, 0x50, 0x4d, 0xcb, 0x1d, 0xd3, 0x57, 0xd5, 0x34, 0xdf, 0x31, + 0x5d, 0x1a, 0xce, 0x1e, 0x29, 0xf7, 0xcc, 0x57, 0xcb, 0x2e, 0x40, 0xce, 0x52, 0x8e, 0xdf, 0x96, + 0xe8, 0x57, 0xe5, 0x88, 0x70, 0xa2, 0x36, 0xb7, 0x1f, 0xe0, 0xdc, 0x5d, 0xa3, 0xbb, 0x42, 0x23, + 0xb5, 0x11, 0xad, 0x9a, 0x9e, 0x3a, 0x10, 0x8e, 0x1e, 0xc4, 0x72, 0xfb, 0x1c, 0xb2, 0x9e, 0xd5, + 0x77, 0xfa, 0x4e, 0x73, 0x99, 0xb3, 0x45, 0xc9, 0xa0, 0x3a, 0x71, 0xad, 0xe6, 0xd2, 0x4e, 0xdf, + 0xee, 0xa9, 0x11, 0x8e, 0x46, 0x90, 0x32, 0xb5, 0x71, 0xdc, 0x81, 0xde, 0x9f, 0xaa, 0x44, 0x7e, + 0x62, 0x33, 0x04, 0x83, 0x4b, 0xef, 0x58, 0x14, 0xe9, 0x32, 0xbf, 0x9c, 0xf8, 0x5b, 0xcc, 0xff, + 0xb6, 0xb9, 0xfe, 0x9f, 0xa6, 0x42, 0x4d, 0xa5, 0x4e, 0x00, 0xb1, 0x45, 0xc7, 0xa9, 0x72, 0xc9, + 0x51, 0xb1, 0xc4, 0x89, 0x1b, 0x33, 0xe7, 0xe5, 0x4c, 0xd6, 0x98, 0xb9, 0x2c, 0x67, 0xe6, 0xd5, + 0xe0, 0x0c, 0x06, 0x8b, 0xa0, 0xb9, 0x76, 0xfd, 0x83, 0xa4, 0xdd, 0x77, 0xa6, 0x6e, 0x84, 0xff, + 0x1b, 0x96, 0xf8, 0x76, 0xdb, 0x12, 0x37, 0x4b, 0xae, 0xd8, 0x96, 0x21, 0xd6, 0xce, 0xd4, 0x91, + 0x10, 0x65, 0xf8, 0x41, 0x82, 0xc1, 0x31, 0x9c, 0x4c, 0xdb, 0xf0, 0xd8, 0x49, 0x7a, 0x87, 0xc3, + 0x69, 0x1b, 0x7e, 0x31, 0x90, 0x4e, 0xd6, 0x6d, 0x99, 0x8f, 0xad, 0xf5, 0x18, 0xd2, 0x80, 0x0e, + 0x21, 0xca, 0x29, 0x2f, 0x30, 0x19, 0x1a, 0xca, 0xd7, 0x6c, 0xc1, 0xc5, 0x14, 0xe0, 0x69, 0xd9, + 0xfa, 0xdd, 0x4f, 0x02, 0x0b, 0x55, 0xd2, 0x7d, 0x0e, 0x3c, 0xfa, 0xce, 0xe1, 0x81, 0x86, 0xee, + 0xf4, 0xd4, 0x2e, 0x69, 0xe4, 0x0b, 0x9b, 0x20, 0x6a, 0x12, 0xc2, 0x34, 0x75, 0x21, 0x91, 0x96, + 0xd1, 0xf3, 0xca, 0xb5, 0x32, 0x1d, 0x67, 0x51, 0xb0, 0x06, 0x4c, 0x60, 0x06, 0xe3, 0x6d, 0xe5, + 0xbf, 0xb7, 0xee, 0x5c, 0x07, 0xdc, 0x3d, 0x98, 0xce, 0x26, 0x41, 0xdb, 0xb5, 0xc2, 0x09, 0x04, + 0xde, 0x81, 0x7d, 0xb0, 0x3a, 0xb0, 0x6e, 0xcd, 0xe3, 0x30, 0x85, 0xe1, 0x78, 0x6b, 0xb8, 0x14, + 0x2e, 0x67, 0xee, 0x94, 0xe4, 0x3b, 0x83, 0xfd, 0x7d, 0x78, 0xac, 0x6f, 0x4b, 0x86, 0x75, 0xda, + 0x89, 0x33, 0x9f, 0x34, 0x76, 0x0f, 0xad, 0x82, 0xfd, 0x60, 0xd8, 0xd9, 0xc5, 0xbe, 0x39, 0xdc, + 0x3c, 0xbb, 0x6d, 0x9c, 0xdd, 0x18, 0xd0, 0xb2, 0x9b, 0x96, 0x48, 0x58, 0xf8, 0x0f, 0xed, 0x30, + 0x97, 0x78, 0x7d, 0xf8, 0xac, 0x1f, 0xdf, 0x92, 0x17, 0x09, 0xf7, 0x23, 0xda, 0x64, 0x21, 0x13, + 0x5f, 0x2c, 0x58, 0x35, 0x8c, 0x1d, 0x2d, 0xe4, 0x12, 0x80, 0x48, 0xef, 0x10, 0x6c, 0x31, 0x00, + 0x44, 0xb6, 0x39, 0x3e, 0xb6, 0x07, 0xd0, 0x97, 0x6a, 0x8f, 0x3d, 0x3b, 0x06, 0x6f, 0xad, 0x2e, + 0x04, 0x28, 0xf0, 0x4e, 0xf8, 0x2d, 0xd9, 0x28, 0x95, 0x0f, 0x4e, 0xdc, 0x37, 0x2f, 0xa1, 0x5a, + 0xa6, 0x6d, 0xd5, 0xa6, 0x50, 0xcb, 0xd2, 0xb6, 0x80, 0xff, 0x2e, 0xbe, 0x1f, 0x88, 0x87, 0x16, + 0xd4, 0xea, 0xe6, 0x8a, 0x71, 0xac, 0x93, 0x8c, 0xf7, 0x6f, 0xbe, 0xc2, 0x2b, 0x49, 0x92, 0x25, + 0x11, 0xf4, 0xf4, 0x3a, 0xef, 0x04, 0x29, 0x66, 0x0e, 0x58, 0xa8, 0x17, 0x8c, 0x7b, 0xe6, 0x62, + 0x15, 0x6f, 0xcb, 0xa0, 0x22, 0xc4, 0x56, 0xd8, 0xa5, 0x33, 0x5d, 0x0f, 0x02, 0x58, 0x56, 0x2d, + 0xdd, 0xb6, 0xe1, 0xd3, 0x6f, 0x69, 0x51, 0xd7, 0xcf, 0xe6, 0x50, 0x4f, 0x32, 0xb5, 0x94, 0xd8, + 0xd0, 0xc9, 0x14, 0xef, 0x3b, 0xb1, 0xbf, 0xcb, 0xdb, 0x39, 0x28, 0x19, 0x13, 0x08, 0x64, 0x1b, + 0x63, 0x4b, 0x16, 0xc5, 0x47, 0xd4, 0x6b, 0x8d, 0xaf, 0x33, 0xe8, 0xb2, 0x44, 0x5e, 0xa3, 0x9a, + 0x17, 0xac, 0x43, 0x83, 0x88, 0x07, 0x9f, 0x5c, 0x7a, 0x82, 0x6c, 0x27, 0xe3, 0x9e, 0x99, 0xf0, + 0x4c, 0x71, 0xb9, 0x7b, 0x4f, 0xab, 0xdc, 0x74, 0x84, 0x9b, 0x8e, 0xa0, 0xbf, 0xaf, 0xf6, 0x6d, + 0xec, 0x48, 0xb3, 0xeb, 0x15, 0x07, 0x19, 0x67, 0xfe, 0x9a, 0x55, 0x4b, 0x96, 0x49, 0x41, 0x7e, + 0x79, 0xe8, 0xb5, 0x0e, 0x8f, 0x09, 0x94, 0x71, 0x78, 0x4f, 0x0b, 0x6f, 0x33, 0x50, 0x7a, 0x4c, + 0x24, 0x94, 0x28, 0x18, 0x40, 0xab, 0xae, 0x0b, 0x15, 0xa1, 0x2f, 0x94, 0x0a, 0x35, 0xbc, 0x3b, + 0x9b, 0x1a, 0x41, 0x96, 0x68, 0x69, 0x04, 0x55, 0xad, 0x16, 0x74, 0x6a, 0x4d, 0xbe, 0x93, 0x17, + 0xd8, 0x5b, 0x5d, 0xd9, 0xe0, 0x98, 0x68, 0x6e, 0x65, 0xb3, 0xd5, 0xda, 0x6e, 0xc8, 0x40, 0x36, + 0x83, 0x83, 0x72, 0xd1, 0x46, 0x3f, 0x56, 0xb6, 0xd6, 0xe6, 0x76, 0x8a, 0xb4, 0x52, 0x03, 0xbf, + 0xbc, 0xba, 0x18, 0xea, 0xe2, 0x62, 0xab, 0xdd, 0x1e, 0x2f, 0xbf, 0xf5, 0x72, 0x74, 0xbd, 0xc6, + 0x2b, 0x14, 0x5f, 0xc1, 0x79, 0x1f, 0xd1, 0x34, 0x12, 0x87, 0x52, 0x08, 0xd6, 0x55, 0xa6, 0xfa, + 0x26, 0xaf, 0x8d, 0xf0, 0x86, 0xc6, 0x31, 0x97, 0x63, 0xb7, 0xb8, 0xc0, 0xb6, 0xbf, 0xf1, 0xf6, + 0x17, 0x6a, 0x54, 0xb3, 0x21, 0x70, 0xd2, 0x32, 0x6a, 0x3a, 0x66, 0x15, 0xd9, 0x29, 0xa3, 0xb9, + 0x02, 0x08, 0xbf, 0xd0, 0x17, 0x42, 0x4f, 0xd8, 0x7a, 0xa2, 0x55, 0x1b, 0x1c, 0x7e, 0x5f, 0xb6, + 0x38, 0xdf, 0xef, 0x68, 0xf6, 0xb6, 0x1a, 0xbd, 0xd6, 0x53, 0xdb, 0x51, 0xc1, 0x55, 0xe7, 0x6c, + 0x00, 0x91, 0x36, 0x24, 0x3a, 0x43, 0x9a, 0x4f, 0x89, 0x54, 0x51, 0x04, 0x6b, 0x92, 0xa2, 0xbf, + 0x7e, 0x8c, 0xd8, 0xe5, 0xdf, 0x20, 0x86, 0xe2, 0x35, 0x2e, 0x4a, 0x1a, 0x98, 0xcd, 0xbf, 0x4c, + 0x4c, 0x8f, 0x76, 0xa1, 0xaf, 0x7e, 0x29, 0xf2, 0xc5, 0x0b, 0x91, 0xd6, 0x63, 0xf7, 0x21, 0xe7, + 0xbb, 0x48, 0x6f, 0x5c, 0x7c, 0x6c, 0xd3, 0x6e, 0x6d, 0xde, 0x7a, 0x6c, 0x00, 0xfa, 0xa9, 0x1b, + 0x8f, 0xcb, 0x5d, 0xbc, 0x5a, 0x3b, 0xee, 0x36, 0xfe, 0xc2, 0xbd, 0xc6, 0x06, 0xd3, 0xfa, 0x9d, + 0x46, 0xeb, 0xe9, 0x4b, 0x8d, 0x59, 0xd1, 0x29, 0x17, 0x28, 0x0e, 0x64, 0x24, 0x93, 0xe1, 0x57, + 0x73, 0x1f, 0x65, 0x99, 0x42, 0x10, 0x48, 0xf1, 0x0a, 0x7f, 0x2a, 0xe3, 0x2c, 0x82, 0xba, 0x9f, + 0xdc, 0x40, 0xec, 0x27, 0xe6, 0x03, 0x08, 0x76, 0xce, 0xc6, 0x42, 0x04, 0x60, 0x2f, 0x81, 0xc7, + 0x0d, 0x57, 0x4b, 0x12, 0x27, 0xac, 0xe3, 0x27, 0x3a, 0x5d, 0x84, 0x60, 0x65, 0xf4, 0xca, 0x2e, + 0xb2, 0x68, 0x5d, 0xa2, 0xf4, 0x29, 0xf1, 0xaf, 0x21, 0xaf, 0x01, 0x4e, 0x3c, 0x4d, 0x4a, 0x48, + 0x85, 0xbd, 0x37, 0xf1, 0xe7, 0x73, 0xd4, 0xcc, 0x9c, 0x0b, 0xbf, 0x20, 0x67, 0x76, 0x5d, 0xbd, + 0x38, 0x7f, 0x7b, 0xfa, 0xf6, 0xf5, 0x90, 0x7c, 0x90, 0x19, 0x90, 0xbb, 0x23, 0x82, 0x01, 0x5d, + 0x25, 0x49, 0x16, 0x87, 0x28, 0x04, 0xf3, 0x83, 0x65, 0x2e, 0x05, 0x54, 0x69, 0x70, 0x28, 0xc5, + 0x12, 0x60, 0x32, 0xc7, 0x7b, 0x7b, 0xb5, 0x64, 0x77, 0xc4, 0x4f, 0x18, 0x76, 0xb7, 0x18, 0x15, + 0x58, 0xd8, 0x6d, 0x21, 0x37, 0x7d, 0xe2, 0xa7, 0x03, 0xf1, 0x37, 0xba, 0x21, 0x76, 0xf2, 0xc0, + 0xa0, 0x63, 0x42, 0x1e, 0x35, 0xec, 0x66, 0x84, 0x28, 0x74, 0xd3, 0x8c, 0xf4, 0x10, 0xa4, 0x5a, + 0xcd, 0x28, 0x65, 0xa2, 0x42, 0x9a, 0x7f, 0x46, 0x83, 0x81, 0xb7, 0xda, 0x2d, 0xf0, 0x13, 0xc9, + 0x23, 0x1e, 0xf4, 0xf2, 0x69, 0x0f, 0xfa, 0xee, 0x59, 0xcd, 0x85, 0xaa, 0x3b, 0x90, 0x1d, 0xe1, + 0xda, 0xdc, 0x87, 0xb4, 0x5e, 0xe4, 0x36, 0x21, 0x3c, 0x85, 0xa7, 0x90, 0x21, 0xeb, 0x01, 0xe6, + 0x87, 0x95, 0x04, 0x45, 0xc5, 0xcb, 0xbb, 0x54, 0xfb, 0x73, 0x69, 0xdb, 0xd4, 0x98, 0xe1, 0x55, + 0xa5, 0x66, 0xa8, 0xd5, 0xc9, 0xb5, 0xde, 0x17, 0x72, 0xb0, 0x1a, 0x94, 0xe2, 0x8a, 0xa4, 0xfc, + 0x4f, 0x46, 0x40, 0x53, 0x3d, 0x20, 0xb4, 0x84, 0xd4, 0x54, 0x9b, 0x42, 0x4a, 0xb2, 0xf2, 0x82, + 0x62, 0x55, 0xaa, 0xfc, 0x04, 0xbf, 0x80, 0x90, 0x58, 0x72, 0x58, 0x95, 0x8f, 0xe6, 0x96, 0xaf, + 0xac, 0x04, 0x2a, 0x6a, 0xc2, 0xac, 0x0a, 0xc2, 0xfa, 0x0e, 0xd6, 0xf4, 0x05, 0x35, 0xa5, 0x6f, + 0xe8, 0xbc, 0x8c, 0xd5, 0x50, 0x8d, 0x14, 0x6b, 0x4c, 0xb3, 0xa1, 0x77, 0xe7, 0xad, 0x27, 0xcc, + 0x98, 0xa7, 0x8a, 0xee, 0xc7, 0x14, 0xf0, 0xe0, 0xbd, 0xf6, 0x63, 0xfd, 0x59, 0xab, 0x34, 0x4b, + 0x6e, 0x0b, 0xfd, 0xa9, 0x2b, 0xb7, 0x91, 0xbe, 0x44, 0x27, 0x7e, 0x10, 0xb0, 0x18, 0x34, 0xdf, + 0x35, 0x1b, 0x77, 0xc3, 0xab, 0x26, 0x5a, 0x0d, 0x6a, 0xb5, 0x2f, 0x10, 0xb4, 0x77, 0x18, 0x76, + 0x16, 0x7e, 0x9c, 0x1a, 0x32, 0x80, 0xae, 0x9f, 0xf4, 0x64, 0x13, 0x5b, 0x60, 0xc8, 0xb7, 0x52, + 0x81, 0x58, 0x85, 0x80, 0x68, 0x4e, 0x1f, 0x72, 0x9e, 0xa7, 0x37, 0xc2, 0x72, 0xaf, 0x65, 0xc6, + 0xf1, 0xdb, 0xb0, 0xcf, 0x05, 0x6a, 0x1a, 0xec, 0x86, 0x8e, 0x79, 0x67, 0xfc, 0x54, 0x94, 0xc8, + 0x63, 0xe6, 0x4b, 0x66, 0x4a, 0xd8, 0x1f, 0x19, 0x98, 0x1e, 0x7c, 0x0b, 0x1c, 0xa7, 0x80, 0x09, + 0x5a, 0xd6, 0x40, 0xe0, 0x85, 0x01, 0x1a, 0xee, 0xe8, 0x0c, 0xa0, 0x64, 0xf2, 0x21, 0xa9, 0xa9, + 0xa5, 0xaf, 0x48, 0xcc, 0x6f, 0xc1, 0x38, 0xf0, 0x60, 0xde, 0x64, 0xca, 0xb5, 0xa1, 0x11, 0x60, + 0x5c, 0x87, 0x0f, 0x07, 0x44, 0x2b, 0xf7, 0xf6, 0xf3, 0xad, 0x82, 0xad, 0x19, 0x56, 0x25, 0x68, + 0xfd, 0x8a, 0x8c, 0x83, 0x48, 0x20, 0x05, 0xf9, 0x84, 0x2d, 0xc0, 0xb5, 0x12, 0x33, 0x95, 0xa3, + 0xa2, 0xb0, 0xb3, 0xf7, 0x85, 0xf2, 0xeb, 0xf1, 0x4a, 0xaa, 0xf5, 0x54, 0x29, 0xd5, 0xc3, 0xea, + 0xb0, 0x82, 0x81, 0xf9, 0xb4, 0x55, 0x70, 0xed, 0x61, 0x5d, 0x89, 0x55, 0x00, 0x7e, 0xd3, 0xff, + 0x2f, 0xd2, 0xdc, 0xdf, 0x0a, 0xe3, 0x1f, 0x00, 0x00 }; // Autogenerated from wled00/data/settings_pin.htm, do not edit!! const uint16_t PAGE_settings_pin_length = 471; const uint8_t PAGE_settings_pin[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x5d, 0x52, 0x4d, 0x6f, 0x13, 0x31, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0x5d, 0x52, 0x4d, 0x6f, 0x13, 0x31, 0x10, 0xbd, 0xef, 0xaf, 0x30, 0x73, 0x69, 0x82, 0x92, 0x6c, 0xa8, 0xa8, 0x04, 0xaa, 0xbd, 0x42, 0x81, 0x1e, 0xb8, 0x94, 0x48, 0xe5, 0x52, 0x55, 0x55, 0xe5, 0xd8, 0xb3, 0x89, 0x55, 0x7f, 0x2c, 0xb6, 0x37, 0x21, 0x54, 0xfc, 0x77, 0xc6, 0xbb, 0xa1, 0xa0, 0x5c, 0xd6, 0x7e, 0x33, 0xe3, 0x37, diff --git a/wled00/html_simple.h b/wled00/html_simple.h index 6c775506e..80810b31f 100644 --- a/wled00/html_simple.h +++ b/wled00/html_simple.h @@ -7,1126 +7,1125 @@ */ // Autogenerated from wled00/data/simple.htm, do not edit!! -const uint16_t PAGE_simple_L = 17905; +const uint16_t PAGE_simple_L = 17902; const uint8_t PAGE_simple[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xcd, 0x7d, 0x69, 0x77, 0xe2, 0x3c, - 0xd2, 0xe8, 0xf7, 0xfc, 0x0a, 0xda, 0x3d, 0x93, 0xc6, 0x83, 0x03, 0x66, 0xdf, 0x9a, 0x64, 0x08, - 0x09, 0xd9, 0x57, 0xb2, 0xf7, 0xed, 0xf3, 0xb6, 0x17, 0x01, 0x4e, 0x8c, 0xed, 0xd8, 0x66, 0x0b, - 0xcd, 0x7b, 0xce, 0xfd, 0x6f, 0xf7, 0x87, 0xdd, 0x2a, 0xc9, 0x36, 0xb6, 0x81, 0x24, 0xfd, 0x3c, - 0x77, 0xce, 0x7b, 0x9f, 0x99, 0x0e, 0xb6, 0x2c, 0x95, 0xa4, 0x52, 0xa9, 0x36, 0x95, 0xa4, 0xef, - 0x5f, 0xf6, 0x2e, 0x5a, 0x37, 0x8f, 0x97, 0xfb, 0x89, 0xbe, 0x3b, 0xd0, 0xb7, 0x13, 0xdf, 0xf1, - 0x27, 0xa1, 0x4b, 0x46, 0xaf, 0xc1, 0x11, 0x83, 0xc3, 0x04, 0x22, 0xa9, 0xf0, 0x33, 0x20, 0xae, - 0x94, 0x30, 0xa4, 0x01, 0x69, 0x70, 0x23, 0x8d, 0x8c, 0x2d, 0xd3, 0x76, 0xb9, 0xc4, 0x86, 0x62, - 0x1a, 0x2e, 0x31, 0xdc, 0x06, 0x37, 0xd6, 0x54, 0xb7, 0xdf, 0x50, 0xc9, 0x48, 0x53, 0xc8, 0x16, - 0x7d, 0x11, 0x34, 0x43, 0x73, 0x35, 0x49, 0xdf, 0x72, 0x14, 0x49, 0x27, 0x8d, 0xac, 0x30, 0x80, - 0x84, 0xc1, 0x70, 0xe0, 0xbf, 0x73, 0x3e, 0xd0, 0x0d, 0xa5, 0x2f, 0xd9, 0x0e, 0x01, 0x20, 0x43, - 0xb7, 0xbb, 0x55, 0xe1, 0xa2, 0x95, 0xb9, 0x7d, 0x32, 0x20, 0x5b, 0x8a, 0xa9, 0x9b, 0x36, 0x97, - 0x08, 0xaa, 0xfb, 0x9a, 0xa3, 0xff, 0x85, 0x60, 0xf8, 0x5f, 0xa6, 0xc4, 0xe1, 0xbc, 0xa2, 0x92, - 0x65, 0xe9, 0x64, 0x6b, 0x60, 0xca, 0x1a, 0xfc, 0x8c, 0x89, 0xbc, 0x05, 0x09, 0x5b, 0x8a, 0x64, - 0x49, 0xb2, 0x4e, 0xb0, 0xa4, 0xae, 0x19, 0x2f, 0x09, 0x9b, 0xe8, 0x0d, 0xce, 0xe9, 0x43, 0x77, - 0x94, 0xa1, 0x9b, 0xd0, 0x00, 0x0e, 0x74, 0xab, 0x6f, 0x93, 0x6e, 0x83, 0x53, 0x25, 0x57, 0xaa, - 0x69, 0x03, 0xa9, 0x47, 0x32, 0x93, 0x2d, 0xfc, 0x52, 0x97, 0x25, 0x87, 0x94, 0x0a, 0x42, 0xb3, - 0xd9, 0xdc, 0x6d, 0x36, 0xf7, 0x9b, 0xfb, 0xf0, 0x17, 0x7f, 0x0f, 0x9a, 0xad, 0x03, 0x7c, 0x6a, - 0xf7, 0xe0, 0xcf, 0x91, 0x7e, 0x75, 0xf3, 0xa2, 0x9c, 0xb7, 0xfa, 0xe6, 0x09, 0xa6, 0xed, 0xdd, - 0xea, 0x47, 0xd7, 0xed, 0x23, 0x7c, 0xbc, 0x62, 0xb9, 0x7b, 0x34, 0xef, 0x61, 0xe6, 0x32, 0xf3, - 0x88, 0x29, 0xfb, 0xd9, 0xe3, 0xeb, 0xfd, 0xf6, 0xed, 0xc5, 0x51, 0xf6, 0x19, 0x92, 0x32, 0x97, - 0xe3, 0x8b, 0x49, 0xef, 0xfc, 0x80, 0x34, 0x6f, 0xcf, 0x26, 0xfb, 0xd5, 0x83, 0x92, 0x72, 0xd5, - 0x3a, 0xd9, 0xbb, 0x6f, 0xf6, 0xad, 0xe6, 0xde, 0x53, 0xae, 0x5b, 0xb9, 0x3c, 0x7b, 0xde, 0xed, - 0xe4, 0xaf, 0xee, 0xc5, 0xca, 0xd5, 0x49, 0x4e, 0x3c, 0x91, 0x9e, 0x5a, 0xb9, 0x5e, 0xb7, 0x55, - 0xed, 0xb7, 0x8c, 0x57, 0x73, 0x68, 0x9e, 0xf7, 0x9a, 0xd7, 0xbd, 0xc7, 0xf2, 0xdb, 0xd9, 0xa4, - 0x39, 0x3d, 0xd7, 0x6f, 0xd5, 0xab, 0x43, 0xfd, 0x41, 0x6b, 0xea, 0x17, 0xb9, 0xb3, 0xbd, 0xe6, - 0x5e, 0x29, 0xbf, 0x7f, 0xf7, 0x7a, 0x7e, 0xd8, 0x24, 0x62, 0x93, 0x36, 0x44, 0x6f, 0xdf, 0xbc, - 0x74, 0x86, 0x57, 0x83, 0x56, 0x8b, 0xdb, 0xde, 0x48, 0x7c, 0x77, 0x35, 0x57, 0x27, 0xdb, 0xf7, - 0xa7, 0xfb, 0x7b, 0xdf, 0x33, 0xec, 0x39, 0xf1, 0xdd, 0x51, 0x6c, 0xcd, 0x72, 0xb7, 0x37, 0xba, - 0x43, 0x43, 0x71, 0x35, 0xd3, 0x48, 0x74, 0x09, 0x51, 0x65, 0x49, 0x79, 0x49, 0xf2, 0xb3, 0xf9, - 0x48, 0xb2, 0x13, 0x30, 0xe4, 0xa6, 0x32, 0x1c, 0x00, 0xe6, 0xd3, 0x3d, 0xe2, 0xee, 0xeb, 0x04, - 0x1f, 0x9d, 0xdd, 0xe9, 0x8d, 0xd4, 0x3b, 0x87, 0x31, 0x48, 0x72, 0x48, 0x3d, 0x1c, 0xff, 0x43, - 0xfc, 0x29, 0xe8, 0x8b, 0xac, 0x8a, 0x4d, 0x24, 0x97, 0x78, 0xb9, 0x93, 0x1c, 0xab, 0x85, 0xe3, - 0xeb, 0x7a, 0xda, 0x9d, 0x5a, 0xde, 0xc0, 0x69, 0x8a, 0x84, 0x35, 0x66, 0x9e, 0xa5, 0x91, 0xe4, - 0x65, 0x10, 0xf4, 0xb4, 0x63, 0x2b, 0x0d, 0x4e, 0xb3, 0xcd, 0xf4, 0xb3, 0x83, 0xaf, 0x92, 0xaa, - 0xee, 0x8f, 0x00, 0xc6, 0xa9, 0xe6, 0xc0, 0xe8, 0x13, 0x3b, 0xc9, 0xe9, 0x26, 0xd4, 0x27, 0x90, - 0xc6, 0xf6, 0x4c, 0xb1, 0x34, 0xe5, 0xa5, 0x61, 0x90, 0x71, 0x02, 0xf3, 0xb7, 0x90, 0x80, 0x2e, - 0x21, 0x05, 0x33, 0x7d, 0xb5, 0xe8, 0x03, 0x27, 0xcc, 0x28, 0xa5, 0xd6, 0x72, 0x25, 0x51, 0x18, - 0xf7, 0x09, 0xd1, 0x4f, 0xb5, 0x5e, 0xdf, 0x35, 0x88, 0xe3, 0xd4, 0xbe, 0x64, 0x59, 0x4a, 0xd3, - 0xe8, 0xe9, 0xa4, 0x96, 0x2b, 0x7b, 0x19, 0xf6, 0x34, 0x9b, 0x50, 0x4c, 0xd4, 0x38, 0x45, 0x37, - 0x95, 0x97, 0xb1, 0xe6, 0x10, 0x68, 0x88, 0x34, 0x35, 0x87, 0x6e, 0xed, 0xc7, 0x4c, 0x31, 0x07, - 0x96, 0x69, 0x40, 0x83, 0x6a, 0x58, 0xe7, 0x50, 0x4b, 0xdf, 0x63, 0x21, 0xc1, 0xb4, 0xb0, 0x88, - 0x53, 0x9b, 0xcd, 0xe7, 0x3f, 0xe7, 0xbc, 0x40, 0x5b, 0x96, 0x36, 0x8d, 0x24, 0xa7, 0x19, 0x16, - 0x94, 0x23, 0x06, 0x34, 0x39, 0xc9, 0x43, 0x9b, 0x61, 0x16, 0xd0, 0x86, 0x26, 0xb3, 0x7c, 0x24, - 0x1f, 0x25, 0xff, 0x1a, 0xcc, 0x13, 0xa3, 0x47, 0xbc, 0xac, 0x43, 0x0b, 0xc8, 0x93, 0x5c, 0x76, - 0x74, 0x4d, 0x25, 0xb6, 0x93, 0x84, 0xfc, 0x75, 0x1c, 0x10, 0xf7, 0x63, 0x2c, 0xbb, 0x1f, 0x60, - 0xd9, 0x65, 0x58, 0xb6, 0xb1, 0x32, 0xd7, 0x1c, 0x2a, 0x7d, 0x8a, 0x6c, 0xf7, 0x5d, 0x64, 0xd3, - 0xcc, 0x4e, 0xe3, 0x1a, 0x7f, 0x6e, 0x68, 0x19, 0xe8, 0xca, 0xd0, 0x4a, 0x7e, 0xa3, 0x3d, 0xfc, - 0xc1, 0x2a, 0xa4, 0x99, 0xb8, 0x9f, 0xdf, 0x84, 0x19, 0x34, 0x56, 0x27, 0x2e, 0x34, 0x16, 0x72, - 0x1d, 0xc1, 0xc4, 0xb5, 0x47, 0x92, 0x9e, 0xa4, 0xdd, 0xe2, 0x10, 0x85, 0xf0, 0x8d, 0x70, 0x8d, - 0xc6, 0xa2, 0x2b, 0xd0, 0x13, 0x75, 0xda, 0x71, 0xa1, 0x3b, 0x9b, 0x9b, 0x49, 0x45, 0x27, 0x92, - 0x1d, 0x94, 0x72, 0x79, 0xc1, 0x34, 0x4e, 0xa1, 0x21, 0x49, 0x9e, 0x9f, 0x0b, 0x59, 0x51, 0x44, - 0xcc, 0x01, 0xd8, 0x1b, 0x6d, 0x40, 0x60, 0x50, 0x92, 0x49, 0x9f, 0x76, 0x81, 0x64, 0xfb, 0x69, - 0xe8, 0x33, 0x60, 0xbb, 0xd5, 0xd7, 0x74, 0x15, 0x4a, 0x42, 0xce, 0xe2, 0xe7, 0xf3, 0xeb, 0x5e, - 0xfe, 0x8d, 0xef, 0x19, 0x6f, 0x5e, 0xc0, 0x04, 0x71, 0xa7, 0x30, 0x51, 0x36, 0xfe, 0xdd, 0x05, - 0xf6, 0xb3, 0xd5, 0x95, 0x14, 0x32, 0xf3, 0x9e, 0x06, 0x9a, 0x3e, 0xad, 0xdd, 0x1f, 0x01, 0xd3, - 0x70, 0xea, 0x80, 0xce, 0xda, 0xd0, 0xd6, 0x93, 0x94, 0x9f, 0xe0, 0xf7, 0xcc, 0xd8, 0xec, 0x76, - 0x73, 0x75, 0x9f, 0xef, 0x51, 0xb6, 0xe7, 0xf3, 0x16, 0x55, 0xac, 0x1e, 0x9c, 0xf5, 0x9a, 0x94, - 0xb3, 0x34, 0x9b, 0xc6, 0x6d, 0xb3, 0xe9, 0xb0, 0xe9, 0x9a, 0xc5, 0xbf, 0x83, 0x76, 0xb3, 0x79, - 0xf0, 0x34, 0xe8, 0x35, 0xd7, 0xfe, 0xb7, 0x3b, 0x68, 0x36, 0x7b, 0x0f, 0xe3, 0xeb, 0x56, 0xf3, - 0x55, 0x79, 0x3c, 0x7e, 0x3a, 0x6a, 0xde, 0x3c, 0xb6, 0x8e, 0x9b, 0xe7, 0xe3, 0xd6, 0x9b, 0xd9, - 0xdc, 0x6d, 0x01, 0x8b, 0x1a, 0x3f, 0x1e, 0x1e, 0xed, 0x3a, 0xe5, 0xbd, 0x8a, 0x76, 0x31, 0x7e, - 0xeb, 0x0d, 0xf2, 0x67, 0x0f, 0x67, 0xc6, 0xdb, 0x53, 0xeb, 0xc5, 0x35, 0x9e, 0x15, 0xf9, 0x3c, - 0x75, 0xa5, 0x1f, 0x9f, 0x4a, 0xc7, 0xf9, 0xa1, 0x7e, 0x7b, 0x6a, 0xe9, 0xd6, 0x7d, 0xe9, 0xf6, - 0xf5, 0x5e, 0x33, 0x49, 0xa7, 0x9a, 0x3d, 0x9e, 0x12, 0xf1, 0xf9, 0x56, 0x3f, 0x1e, 0x3f, 0xd9, - 0x45, 0xe3, 0x46, 0xdd, 0xcf, 0x9f, 0x1a, 0xae, 0x7a, 0x39, 0x6a, 0xf6, 0x52, 0x5d, 0x37, 0xd3, - 0x95, 0x9d, 0x53, 0xe7, 0x40, 0x3f, 0x3f, 0x1d, 0xf6, 0xf5, 0xc1, 0xd5, 0xf3, 0x89, 0x56, 0x3e, - 0xbf, 0xdc, 0xdb, 0x3f, 0xea, 0x8d, 0x6f, 0x06, 0xc0, 0xd3, 0xa4, 0xd2, 0x40, 0xd5, 0x53, 0x9d, - 0xc3, 0xdb, 0xdd, 0xfe, 0xfe, 0x91, 0x7a, 0xd8, 0x9e, 0x48, 0x2f, 0x65, 0xa7, 0xb0, 0x9f, 0x99, - 0xbe, 0xf5, 0x8f, 0x3b, 0xcf, 0xad, 0xf2, 0xee, 0xd5, 0xd5, 0x69, 0x77, 0x6f, 0x6c, 0x5a, 0xed, - 0x8c, 0x56, 0x92, 0x5e, 0x3b, 0xfb, 0xfa, 0x7e, 0x7b, 0xef, 0x61, 0x52, 0x79, 0xba, 0xbb, 0x7f, - 0x9e, 0xe6, 0xed, 0xe9, 0xa0, 0x70, 0x5e, 0x6a, 0xeb, 0x4f, 0x57, 0x85, 0xfe, 0x30, 0x65, 0x3c, - 0x38, 0x07, 0x47, 0x7b, 0x67, 0x57, 0xed, 0x7c, 0xaf, 0x39, 0x91, 0xb2, 0x85, 0x66, 0xaf, 0x69, - 0xbb, 0x77, 0x67, 0xfd, 0xee, 0x4b, 0xef, 0xb9, 0xbb, 0xdf, 0x94, 0xb5, 0x56, 0x7f, 0x3c, 0xec, - 0x1c, 0x8d, 0xf7, 0x6f, 0x5b, 0x83, 0xa1, 0x7a, 0xd9, 0xd7, 0xae, 0xd4, 0x9b, 0x92, 0x3d, 0x3a, - 0x7a, 0x3e, 0xed, 0x5c, 0x3f, 0xed, 0x8f, 0xf7, 0xfa, 0xed, 0xea, 0xee, 0x91, 0x63, 0x9a, 0x47, - 0xc5, 0xfc, 0xcd, 0xd1, 0xf5, 0x91, 0x79, 0x74, 0xbb, 0x57, 0x79, 0x99, 0x9e, 0x3f, 0x1d, 0x95, - 0x6f, 0x9f, 0x9b, 0xd3, 0x33, 0xfb, 0x3a, 0x23, 0x9d, 0x65, 0xf6, 0xc6, 0xd2, 0x85, 0x65, 0xbe, - 0x49, 0xfd, 0xea, 0xe9, 0x41, 0xcb, 0x79, 0xcc, 0xbd, 0x9d, 0xe7, 0x1e, 0x2f, 0xde, 0x9c, 0xdc, - 0x69, 0x7e, 0xf2, 0x4a, 0xce, 0xad, 0xc2, 0xdb, 0xc3, 0xf3, 0x6b, 0x45, 0x7e, 0xb8, 0xc9, 0xf4, - 0xcf, 0x76, 0x4f, 0x9f, 0x33, 0xc5, 0xfc, 0xe3, 0x5e, 0xf3, 0xa8, 0x93, 0x2a, 0x0f, 0x4b, 0xa5, - 0x8a, 0x91, 0x3f, 0x4c, 0x1d, 0x5e, 0x5f, 0xaa, 0x4f, 0x6a, 0x76, 0x98, 0xbf, 0x79, 0x53, 0xaf, - 0x9f, 0xd4, 0xbb, 0xb3, 0x9b, 0xee, 0x91, 0x5e, 0x3c, 0xec, 0x9e, 0xf4, 0xd4, 0xac, 0x5c, 0xee, - 0x8c, 0x5e, 0xd5, 0xea, 0x7d, 0x75, 0x68, 0xd9, 0xea, 0x65, 0xe5, 0xea, 0xe6, 0x62, 0x40, 0xa4, - 0xb7, 0xe2, 0xcd, 0xe5, 0xc5, 0xf5, 0xb1, 0xbe, 0xb7, 0xf7, 0x7c, 0x78, 0xf7, 0x7c, 0x20, 0x36, - 0xcf, 0xcf, 0xae, 0x1e, 0x9d, 0xc1, 0xb5, 0x7d, 0xa2, 0x0f, 0xac, 0xe9, 0xeb, 0x5d, 0xf9, 0x65, - 0x28, 0x1f, 0x5d, 0xb5, 0x72, 0x07, 0x9d, 0xa3, 0x97, 0x76, 0x27, 0x75, 0x66, 0x90, 0xd6, 0x71, - 0xa1, 0x72, 0x7c, 0xdc, 0xbe, 0x6b, 0xf5, 0xaf, 0xba, 0xc3, 0xf1, 0xc9, 0x99, 0x95, 0x9b, 0xde, - 0x56, 0xad, 0xc1, 0x6b, 0xf6, 0xee, 0xe4, 0xf6, 0xba, 0x64, 0x13, 0x57, 0x3c, 0xb0, 0xc4, 0xce, - 0xf3, 0xdd, 0xe3, 0xf5, 0x75, 0x3b, 0xf5, 0xf0, 0x5c, 0x4e, 0x5d, 0x68, 0xb7, 0x9d, 0x97, 0xcc, - 0xc1, 0xd1, 0xdb, 0x30, 0x3b, 0xd0, 0x0e, 0x9f, 0xee, 0x27, 0xa9, 0x5e, 0xe5, 0x31, 0x7b, 0x7d, - 0xfb, 0xe2, 0x5e, 0x0e, 0x5e, 0x8f, 0x34, 0xf7, 0xfa, 0xe6, 0xe1, 0xee, 0xfc, 0xed, 0xad, 0xe5, - 0x0e, 0xdb, 0x97, 0x27, 0xca, 0xa1, 0xf8, 0x76, 0xbd, 0x7b, 0x90, 0x7a, 0xac, 0x66, 0x5a, 0x46, - 0x7f, 0x57, 0xca, 0x89, 0xa3, 0xa2, 0x79, 0xd8, 0x75, 0xf6, 0x6f, 0xcf, 0x7a, 0x0f, 0x67, 0x97, - 0xfb, 0xdd, 0x8b, 0xe2, 0x93, 0x72, 0x3c, 0x11, 0xdb, 0x47, 0x97, 0xda, 0xdd, 0x74, 0xdc, 0x7b, - 0x96, 0x4b, 0x67, 0x47, 0xc3, 0xbb, 0x94, 0xf9, 0x54, 0x18, 0xe5, 0x5e, 0x5e, 0x4a, 0x99, 0x37, - 0xe3, 0x68, 0xb2, 0x77, 0x62, 0xf7, 0x86, 0x67, 0xb9, 0xdc, 0x34, 0x25, 0xdf, 0x57, 0xc6, 0xb7, - 0x07, 0xaf, 0x5a, 0x59, 0x3a, 0xad, 0x74, 0xaf, 0x8e, 0xdf, 0xc6, 0x46, 0xeb, 0xb9, 0xe2, 0x1e, - 0x59, 0x96, 0x7a, 0x54, 0x95, 0x1f, 0xf7, 0x3a, 0x77, 0xc7, 0x77, 0xad, 0xab, 0x23, 0x43, 0xb3, - 0xee, 0xc5, 0x43, 0xd9, 0x55, 0x74, 0xe5, 0xa6, 0x3c, 0x6a, 0x4d, 0x4f, 0x07, 0x0f, 0x52, 0xe7, - 0xce, 0xbe, 0xea, 0x9c, 0x9f, 0x4d, 0x65, 0xe9, 0xf8, 0x78, 0xb7, 0x9f, 0xbb, 0xd4, 0x1e, 0xec, - 0x07, 0xb9, 0xa7, 0x96, 0x9a, 0xf2, 0x2b, 0x51, 0xd4, 0xbd, 0x9b, 0x8b, 0xea, 0xfe, 0xd5, 0xfe, - 0x11, 0xb9, 0x17, 0xef, 0x2e, 0xef, 0xaf, 0x14, 0xf5, 0xaa, 0xa2, 0xbb, 0x97, 0x17, 0xfb, 0xc3, - 0x54, 0xb9, 0xf4, 0x9a, 0x3b, 0x9a, 0xdc, 0xde, 0x98, 0xc7, 0xe4, 0xde, 0xea, 0x3e, 0x5f, 0x69, - 0x87, 0x87, 0x87, 0x45, 0x98, 0x4a, 0x7b, 0xa7, 0xcf, 0x59, 0xf9, 0xb0, 0x77, 0x35, 0x79, 0x70, - 0x6e, 0xa1, 0x43, 0x27, 0x8f, 0x72, 0x2f, 0xd5, 0x9a, 0xc0, 0xff, 0x4a, 0x55, 0x72, 0xa8, 0x5c, - 0x8c, 0x80, 0x61, 0x1f, 0x67, 0xf5, 0x92, 0x2c, 0x1a, 0x7b, 0xe5, 0xe7, 0x83, 0x94, 0xdc, 0x69, - 0x66, 0xd5, 0xd6, 0xd3, 0xdd, 0x64, 0x30, 0xae, 0x3c, 0x1d, 0x67, 0x8e, 0x1e, 0xdd, 0xc9, 0xa5, - 0x2b, 0x1f, 0x4f, 0x74, 0xeb, 0x2a, 0x73, 0x7a, 0xf0, 0xdc, 0x79, 0x15, 0xc5, 0x9b, 0x81, 0x7a, - 0x7e, 0xf4, 0x34, 0xb1, 0x0f, 0x88, 0x9e, 0x9a, 0xa6, 0xec, 0xa7, 0x63, 0xdb, 0x4c, 0x19, 0xb7, - 0xfd, 0xfc, 0xa5, 0x7d, 0x7e, 0x74, 0x30, 0x3e, 0x29, 0xdd, 0xdb, 0x0f, 0xe7, 0x67, 0x77, 0xb9, - 0xc9, 0x0d, 0xb9, 0xbe, 0x3f, 0xec, 0x3c, 0x77, 0x94, 0x17, 0xf7, 0xf4, 0xb8, 0x4b, 0xb2, 0xb6, - 0x52, 0x76, 0xac, 0xe9, 0xe8, 0x25, 0x2f, 0x97, 0xee, 0x0a, 0x2f, 0x85, 0x4a, 0xc7, 0xce, 0x37, - 0x07, 0xd9, 0xcb, 0x51, 0xe6, 0x4a, 0xeb, 0xf6, 0x9d, 0xa3, 0xdc, 0xf0, 0x6c, 0xa4, 0x54, 0x4a, - 0xf9, 0x0b, 0xed, 0xea, 0xea, 0xfa, 0xdc, 0x24, 0xaa, 0x75, 0xd9, 0x3d, 0x34, 0x3a, 0x63, 0x05, - 0x78, 0x63, 0x4a, 0xda, 0xdb, 0xdf, 0x2f, 0x95, 0x95, 0x93, 0xb7, 0x9b, 0xde, 0xae, 0x7e, 0xd5, - 0x7b, 0xb6, 0x9e, 0x7b, 0x37, 0x7b, 0xc6, 0xb1, 0x7b, 0x60, 0x3c, 0xe4, 0x5e, 0xe5, 0xc1, 0xc3, - 0x71, 0xa9, 0x7d, 0xb1, 0x7b, 0xfa, 0x54, 0x1e, 0x3b, 0x76, 0xea, 0xf8, 0xe9, 0xed, 0xd1, 0x90, - 0x9f, 0x55, 0xf9, 0xa5, 0x35, 0xdc, 0xef, 0xde, 0x8a, 0x87, 0x23, 0x7d, 0xfc, 0x2a, 0xbb, 0xb7, - 0xbd, 0xe3, 0xf2, 0xdb, 0xf5, 0x43, 0xfb, 0xfc, 0xd8, 0x19, 0x75, 0x26, 0xfa, 0xf8, 0x2d, 0x77, - 0xff, 0xe8, 0x4a, 0x85, 0xc9, 0xb3, 0xad, 0x65, 0xba, 0xce, 0x50, 0x37, 0x8c, 0xf6, 0xdd, 0xe5, - 0xd4, 0x34, 0xac, 0x4b, 0xf1, 0xfa, 0xb4, 0x68, 0xde, 0x9d, 0x9f, 0xbc, 0xbc, 0x74, 0xf7, 0xf5, - 0x83, 0x82, 0xe2, 0xdc, 0xec, 0x9d, 0x37, 0x9d, 0xde, 0x5b, 0x2b, 0x5f, 0x39, 0x28, 0xf7, 0x3a, - 0x27, 0x77, 0xbd, 0xce, 0x53, 0x79, 0x90, 0x51, 0xf6, 0x47, 0x27, 0xcd, 0xd3, 0xc1, 0xe4, 0xe4, - 0x2d, 0x93, 0x19, 0x96, 0xfb, 0x25, 0xd2, 0x3b, 0x6c, 0x97, 0xcf, 0xec, 0xc3, 0xc2, 0xf3, 0xb1, - 0x95, 0x79, 0x9a, 0x14, 0x5e, 0xf3, 0x39, 0xa9, 0x72, 0x53, 0xce, 0x4e, 0x8c, 0xc3, 0xbb, 0xeb, - 0xd6, 0x81, 0xde, 0x6d, 0x3f, 0x9d, 0xbb, 0xae, 0x9a, 0x6b, 0x2b, 0xb7, 0x92, 0x34, 0x2d, 0x91, - 0xea, 0xe5, 0x4b, 0x7f, 0xa8, 0x4c, 0xaf, 0x45, 0xf3, 0x72, 0x98, 0x7d, 0xcb, 0xbe, 0x65, 0xf6, - 0x76, 0x53, 0x95, 0xb1, 0x36, 0x69, 0xb6, 0xd5, 0xb3, 0xdb, 0x6c, 0xcf, 0x18, 0xec, 0x16, 0x26, - 0xcd, 0x71, 0xa9, 0x62, 0x8d, 0x0f, 0x95, 0xfb, 0x67, 0xbd, 0x6d, 0xef, 0x1a, 0x0f, 0x93, 0xd3, - 0xe7, 0xe7, 0x52, 0xfe, 0xf6, 0xa0, 0x37, 0x3a, 0x3f, 0xb8, 0x3b, 0x68, 0x1e, 0xb7, 0xdf, 0x26, - 0xed, 0x71, 0xea, 0xde, 0x1c, 0x18, 0xe5, 0xb3, 0xa6, 0x26, 0xdf, 0xc9, 0xc3, 0x92, 0x4e, 0x0e, - 0xaf, 0x77, 0x8b, 0x8e, 0x92, 0x15, 0xbb, 0xa7, 0xae, 0x6c, 0xab, 0x76, 0xe6, 0xf8, 0xf5, 0xae, - 0xf4, 0x68, 0xa7, 0xcc, 0xd1, 0xb8, 0xed, 0x5e, 0x1f, 0xee, 0x97, 0xcf, 0x0a, 0x6f, 0x07, 0x55, - 0xf1, 0xf5, 0x7c, 0xb7, 0xf4, 0x78, 0xbd, 0x6f, 0x9a, 0xc5, 0xec, 0x4b, 0xfb, 0x58, 0x92, 0x5f, - 0xf3, 0xe7, 0xe4, 0xf0, 0xee, 0x44, 0x25, 0xdd, 0x4c, 0xdf, 0x39, 0x6b, 0xb7, 0x3b, 0x96, 0x5b, - 0x1c, 0x54, 0x1e, 0x06, 0xc7, 0xaf, 0x7b, 0x7b, 0x4d, 0xe3, 0x5a, 0x54, 0x0a, 0xd9, 0xca, 0x60, - 0x32, 0x98, 0xd8, 0x57, 0x6f, 0x57, 0xc3, 0xe9, 0xa5, 0xe1, 0x58, 0xd7, 0xe3, 0x6e, 0xf3, 0xf1, - 0xc5, 0x72, 0xfb, 0x6f, 0x36, 0xa0, 0xe5, 0x26, 0x3b, 0x39, 0xef, 0x74, 0x0b, 0xf7, 0xee, 0xee, - 0xd9, 0x59, 0x75, 0xef, 0xea, 0x26, 0x5b, 0x1d, 0x9e, 0xa6, 0x7a, 0x72, 0xa1, 0xdc, 0x6b, 0x9f, - 0x5e, 0xe6, 0x95, 0x1b, 0xb1, 0xd2, 0xae, 0x1c, 0x15, 0xd4, 0xa7, 0xc9, 0xb1, 0x5e, 0xc8, 0x1e, - 0x38, 0x93, 0xea, 0xfd, 0xe1, 0xdb, 0xe9, 0xee, 0xc5, 0xe1, 0xdb, 0xfd, 0xf3, 0x75, 0xa7, 0x7a, - 0x7e, 0xda, 0xba, 0xb8, 0xdd, 0x6d, 0xb5, 0xaf, 0x52, 0xc3, 0x83, 0xfe, 0x6e, 0xe6, 0xae, 0xfc, - 0xf4, 0x76, 0x3b, 0x3e, 0xd9, 0xef, 0xdc, 0x0c, 0xf6, 0x6c, 0xed, 0x38, 0x75, 0x8b, 0xb4, 0x9f, - 0x91, 0xdb, 0x0f, 0xed, 0xb3, 0xd3, 0x53, 0xe7, 0xb9, 0xa7, 0x35, 0xdd, 0x82, 0x65, 0x95, 0x87, - 0xba, 0x35, 0x91, 0x73, 0xee, 0xdb, 0x7e, 0xe5, 0xa8, 0x32, 0xe9, 0x4f, 0x0f, 0x2f, 0xf6, 0x76, - 0x4f, 0xf2, 0x9d, 0x83, 0x5e, 0xe9, 0xea, 0x32, 0x9b, 0xdb, 0xd5, 0x2e, 0xf3, 0x8f, 0x67, 0xe3, - 0x9c, 0xbd, 0xd7, 0x76, 0xef, 0x6f, 0xf7, 0x1e, 0x4e, 0x53, 0xc4, 0x31, 0x46, 0xf9, 0xc3, 0xea, - 0xd5, 0xe4, 0xb5, 0x3b, 0x90, 0xf7, 0x0c, 0xf9, 0xec, 0xf4, 0xf9, 0xe0, 0xb6, 0x6d, 0xbd, 0xbe, - 0x3e, 0xc9, 0xc6, 0x7d, 0xa7, 0x27, 0xea, 0xfd, 0xfb, 0x51, 0x75, 0x7c, 0x9b, 0x2f, 0xbe, 0xde, - 0x1c, 0xbe, 0x5e, 0x56, 0xdf, 0x5e, 0x6f, 0xed, 0xd3, 0xf2, 0xcb, 0xeb, 0xc9, 0x73, 0xe5, 0xf1, - 0xf9, 0xe9, 0xad, 0x27, 0x66, 0x2d, 0xb9, 0x9a, 0x9a, 0x5e, 0x55, 0x9c, 0x87, 0x27, 0xeb, 0x71, - 0x72, 0x72, 0xa0, 0xb5, 0x8f, 0x6f, 0xce, 0x9d, 0xa3, 0xf1, 0xd8, 0x9a, 0x5e, 0x17, 0x0a, 0xbd, - 0xfd, 0x0b, 0xe3, 0x2e, 0x93, 0x22, 0x40, 0x48, 0xea, 0xe1, 0x5e, 0x26, 0xa7, 0x5f, 0xe5, 0x87, - 0x9d, 0xe2, 0x34, 0xfb, 0xfa, 0x76, 0xf4, 0xe6, 0x3e, 0xdc, 0x9e, 0x5f, 0xee, 0x97, 0x4c, 0xf5, - 0xf1, 0x58, 0xbc, 0x7c, 0xbd, 0xd5, 0xee, 0x8f, 0xdd, 0xde, 0xc9, 0xc1, 0xc9, 0xd9, 0xd1, 0xe9, - 0x63, 0x49, 0x54, 0x27, 0xe4, 0x71, 0x6a, 0xc8, 0x72, 0xca, 0x69, 0x9f, 0x9c, 0xbc, 0x9e, 0x1b, - 0xe2, 0xfd, 0x5b, 0xce, 0x3e, 0x75, 0xcf, 0xe4, 0xdd, 0xab, 0xfb, 0x4b, 0xe3, 0xd1, 0x1d, 0x1c, - 0x4b, 0x85, 0xfb, 0xd7, 0xf6, 0xb5, 0x29, 0x67, 0xaa, 0x83, 0xc1, 0x70, 0xaa, 0x5c, 0xdd, 0x8d, - 0xca, 0x5a, 0xb7, 0x75, 0x3e, 0x7a, 0xb0, 0xf5, 0xfe, 0x5b, 0x6f, 0xef, 0x74, 0x6f, 0x04, 0x2a, - 0x79, 0xaa, 0x72, 0x58, 0x9c, 0x3c, 0x9f, 0x54, 0x0b, 0x15, 0x65, 0x8f, 0xb8, 0xa9, 0xb6, 0xf4, - 0xd0, 0xed, 0xa4, 0x4e, 0x5f, 0xcc, 0xcc, 0xbd, 0x9b, 0x1a, 0x75, 0x94, 0x57, 0xc9, 0x7e, 0x2d, - 0xbd, 0x3c, 0xdd, 0xc8, 0x2f, 0x85, 0x73, 0xe9, 0xe4, 0xd5, 0xba, 0x90, 0x5f, 0xf6, 0xf7, 0x2d, - 0x47, 0x52, 0xaa, 0xa7, 0x59, 0xfb, 0xfa, 0xfc, 0xe1, 0xb8, 0x77, 0x29, 0xdb, 0xf7, 0xd3, 0x3d, - 0xf5, 0xf1, 0x99, 0x94, 0xdc, 0xdd, 0xab, 0xe6, 0x9b, 0xfb, 0x22, 0x3f, 0xb6, 0xc4, 0xf1, 0x1e, - 0x29, 0xdc, 0x1a, 0xe7, 0x9a, 0x35, 0x30, 0x9e, 0x40, 0x77, 0x19, 0x66, 0x86, 0xcf, 0xdd, 0xd2, - 0x49, 0xb7, 0x3c, 0x22, 0xd9, 0x6c, 0xee, 0x70, 0xd8, 0xad, 0xe6, 0xf6, 0x47, 0x99, 0x32, 0x31, - 0x76, 0x33, 0x29, 0xe3, 0xb2, 0x6c, 0xc9, 0xa0, 0x74, 0x5e, 0x1d, 0x3f, 0xc9, 0x9a, 0xf8, 0xdc, - 0xea, 0x58, 0xe6, 0x79, 0x15, 0x3a, 0x7e, 0xf3, 0xf2, 0x5c, 0x3e, 0x3e, 0x1b, 0x5b, 0xf2, 0x7d, - 0xcf, 0xb4, 0x9a, 0x72, 0xdf, 0x95, 0x2f, 0xee, 0x5f, 0xa6, 0x6e, 0xb3, 0x9d, 0x3f, 0x49, 0x65, - 0x5e, 0x4d, 0xb1, 0xd3, 0xec, 0x9c, 0xdf, 0xe7, 0x0e, 0x72, 0xf2, 0x69, 0xd7, 0x70, 0xfa, 0xd6, - 0x6e, 0x41, 0xaa, 0xaa, 0x83, 0xb7, 0x72, 0xe6, 0x70, 0x92, 0xc9, 0xa8, 0x4a, 0xfe, 0xe2, 0xe1, - 0xfc, 0xa9, 0x00, 0xb4, 0x3a, 0x7d, 0xb8, 0xbd, 0xcb, 0xa9, 0x8f, 0xd7, 0xce, 0x5e, 0xb5, 0xfc, - 0x7a, 0x72, 0x5a, 0xae, 0xbe, 0x4a, 0x6f, 0x43, 0xe8, 0xda, 0x51, 0x76, 0x74, 0xf9, 0x70, 0x53, - 0xce, 0x97, 0x8b, 0xf2, 0x7d, 0xe7, 0xc0, 0x54, 0x76, 0xcd, 0xee, 0x5e, 0x8e, 0x1c, 0x5d, 0xbf, - 0x1d, 0x8b, 0xca, 0x59, 0x4b, 0x04, 0xdd, 0x6d, 0x7c, 0x25, 0xf6, 0xba, 0xa3, 0x61, 0x47, 0x1d, - 0xa9, 0xd9, 0x42, 0x37, 0x3b, 0x04, 0xaa, 0x3f, 0xbd, 0xdc, 0xcf, 0x1f, 0x1f, 0x1f, 0x9e, 0x96, - 0x86, 0x2d, 0x35, 0x63, 0x14, 0x8d, 0x8a, 0x9a, 0x2f, 0xde, 0x5e, 0x9c, 0x5c, 0x1a, 0x25, 0xa3, - 0x6f, 0x83, 0x80, 0xb4, 0xef, 0xf2, 0x92, 0x9a, 0x37, 0xde, 0x72, 0xda, 0x8d, 0x76, 0x7e, 0x5a, - 0xc8, 0x16, 0xf6, 0x0d, 0xd2, 0x3d, 0xcd, 0x1c, 0x1f, 0x9c, 0xea, 0xf7, 0x4f, 0xee, 0xd3, 0xbd, - 0xf4, 0x6a, 0xee, 0xf7, 0x0b, 0x93, 0xce, 0xf3, 0xc8, 0x39, 0x90, 0x33, 0xa5, 0x41, 0xd5, 0x96, - 0xda, 0xba, 0x73, 0x3a, 0x28, 0x0c, 0x0f, 0x5f, 0xae, 0xee, 0xf5, 0x51, 0xf9, 0x26, 0x33, 0x26, - 0x4f, 0x6f, 0xcf, 0x87, 0x87, 0xa4, 0x3c, 0x79, 0xd2, 0x6e, 0xdf, 0xac, 0xe3, 0xe2, 0x7d, 0xf3, - 0x7e, 0xf7, 0x74, 0xef, 0x7c, 0x7c, 0x7d, 0x32, 0x19, 0x5f, 0x3f, 0x1a, 0x6d, 0xf3, 0xe1, 0x60, - 0xa2, 0x48, 0x27, 0x93, 0xf3, 0xd2, 0xde, 0x75, 0x65, 0xf7, 0xdc, 0xc8, 0x99, 0xd5, 0xf3, 0x57, - 0x18, 0x61, 0x77, 0x64, 0x4b, 0xc5, 0x1b, 0xe3, 0xe8, 0xf9, 0xe1, 0x6c, 0x57, 0x1f, 0x1c, 0xb5, - 0x9f, 0xf2, 0xd3, 0xcb, 0xc7, 0x87, 0xfc, 0x99, 0x5b, 0x1d, 0x15, 0x07, 0x83, 0xc3, 0xe1, 0xf8, - 0x71, 0x34, 0x9a, 0x5c, 0x8e, 0x88, 0x7d, 0x5a, 0x25, 0x9d, 0x91, 0xf3, 0xf6, 0x70, 0xfe, 0x7c, - 0xfb, 0x60, 0xbf, 0xc8, 0xaf, 0xca, 0xc1, 0xc5, 0xdd, 0x7d, 0x4e, 0xde, 0x97, 0xf7, 0x0e, 0x4e, - 0xb4, 0xfc, 0xd9, 0xe9, 0xdd, 0xcd, 0xfd, 0xdb, 0xdb, 0xfd, 0x61, 0xbb, 0x58, 0xd8, 0x1d, 0x66, - 0x72, 0x76, 0x33, 0xfb, 0xfa, 0x62, 0x96, 0xf4, 0x6a, 0xb7, 0xdd, 0xbb, 0x93, 0x77, 0x87, 0x76, - 0xf7, 0x6e, 0xf7, 0xbe, 0xdd, 0xd6, 0xef, 0xee, 0xb3, 0xc3, 0xde, 0xe4, 0x62, 0xac, 0x38, 0xa9, - 0xca, 0x7d, 0x26, 0x03, 0xfc, 0xe9, 0xe9, 0x58, 0x23, 0xa7, 0x7a, 0xf5, 0xfe, 0xa1, 0x59, 0x21, - 0x07, 0xa7, 0x45, 0xc5, 0xde, 0x2d, 0x77, 0xfb, 0x17, 0x67, 0xd3, 0x89, 0x5e, 0x91, 0x9f, 0xaf, - 0xee, 0x0f, 0x9e, 0x77, 0xb3, 0xf2, 0x7d, 0xc6, 0x7c, 0x29, 0xdd, 0x2a, 0xaf, 0xc4, 0x70, 0xec, - 0x72, 0xbb, 0x72, 0x58, 0x1e, 0xba, 0xce, 0x40, 0x7d, 0x35, 0x0f, 0x07, 0x6f, 0xd5, 0xaa, 0x3d, - 0x9a, 0x92, 0xfd, 0xcc, 0xe5, 0x1b, 0x28, 0x08, 0x85, 0xc1, 0xe8, 0xee, 0xe1, 0xf4, 0x79, 0xfa, - 0x58, 0x19, 0x55, 0x9e, 0x8b, 0x0f, 0xfd, 0x27, 0x72, 0x98, 0x97, 0x2e, 0x1f, 0xca, 0x45, 0xd5, - 0xd2, 0x2e, 0x8a, 0xe4, 0x3c, 0x73, 0xf1, 0x36, 0x56, 0x0e, 0xca, 0x6f, 0x2f, 0x5d, 0xdd, 0xcd, - 0x38, 0x6a, 0x91, 0x94, 0x1f, 0x95, 0x57, 0xf9, 0xc2, 0x1c, 0x77, 0xaf, 0x7b, 0xb9, 0xdc, 0x75, - 0xb1, 0x58, 0x29, 0x4a, 0x6e, 0x6e, 0xf4, 0xf0, 0x50, 0x29, 0xdf, 0x67, 0x1f, 0xc5, 0xde, 0x95, - 0x58, 0xae, 0x16, 0xaa, 0x65, 0xf2, 0x78, 0x93, 0xdd, 0x7f, 0x99, 0x9a, 0xfb, 0xaf, 0x67, 0x8f, - 0xa0, 0x03, 0x1e, 0xaa, 0x95, 0xab, 0xd1, 0xc9, 0x81, 0x7d, 0x7d, 0x50, 0x92, 0x8f, 0x1f, 0x6f, - 0xf6, 0x5a, 0xad, 0xa7, 0xc7, 0x83, 0xfd, 0x7b, 0x65, 0x50, 0x3c, 0xc8, 0x02, 0x1a, 0x73, 0x5a, - 0xb1, 0xf0, 0x58, 0xbd, 0x77, 0xb5, 0xdd, 0xe1, 0x8b, 0x7e, 0x59, 0x2c, 0x3f, 0xba, 0xbb, 0x4f, - 0x67, 0xcd, 0x7b, 0x7d, 0x98, 0xeb, 0x3e, 0xbe, 0xed, 0x9d, 0x95, 0xaf, 0x52, 0xc5, 0x36, 0x70, - 0xf2, 0x4e, 0xfe, 0xe2, 0xad, 0xf8, 0x0c, 0x32, 0xec, 0x48, 0x52, 0x5c, 0xf9, 0xfe, 0xd2, 0x1c, - 0x0f, 0xaf, 0x7a, 0xe7, 0xd3, 0x43, 0x7d, 0x78, 0xa2, 0x4b, 0xe3, 0xea, 0xd8, 0x90, 0x2f, 0x06, - 0xee, 0x50, 0x7a, 0x36, 0x33, 0x77, 0x9d, 0x71, 0x15, 0x38, 0x72, 0xe7, 0x7a, 0x7c, 0xa6, 0x0c, - 0x81, 0x2c, 0x9f, 0xc6, 0xed, 0x7e, 0xbf, 0xe4, 0x94, 0xfb, 0xce, 0xab, 0xad, 0xdd, 0xb7, 0x9c, - 0x5e, 0x33, 0xe7, 0xe4, 0x8d, 0x36, 0xa8, 0xcd, 0x85, 0xa3, 0xf2, 0x45, 0x4a, 0x72, 0x26, 0xe3, - 0xc9, 0x93, 0xec, 0x9e, 0x9e, 0x8a, 0xf9, 0xfd, 0xaa, 0xdc, 0x57, 0xae, 0x4b, 0x8f, 0x6f, 0xd5, - 0xc1, 0x91, 0xdc, 0x16, 0x6f, 0xab, 0xa5, 0x13, 0x71, 0x72, 0xd0, 0x2c, 0xcb, 0x93, 0xea, 0x34, - 0xa5, 0xe7, 0x32, 0x99, 0x72, 0xfe, 0x39, 0x75, 0x98, 0xd3, 0xc4, 0xfd, 0x03, 0x35, 0x57, 0x1e, - 0x36, 0xef, 0xce, 0x8f, 0x32, 0xf7, 0xfd, 0xd6, 0xe3, 0xf0, 0xfe, 0xf5, 0x68, 0x4f, 0x7a, 0x9c, - 0x48, 0xaa, 0x23, 0xea, 0xca, 0x5d, 0xfb, 0x2e, 0xa5, 0x5e, 0xe8, 0x87, 0x83, 0xdd, 0x49, 0xe6, - 0xf5, 0xa2, 0xac, 0x94, 0x32, 0xc3, 0xa7, 0x07, 0xd1, 0xbd, 0x26, 0xb7, 0xee, 0xf1, 0xd5, 0xa8, - 0x54, 0x98, 0x02, 0xf9, 0x36, 0x47, 0x0f, 0xa5, 0xc9, 0x1e, 0x79, 0x6b, 0x3e, 0x64, 0x2a, 0xf7, - 0x83, 0x4a, 0xab, 0xd7, 0xcf, 0x54, 0x8b, 0x17, 0xd5, 0x8b, 0x89, 0x73, 0xde, 0x7a, 0x34, 0x9c, - 0x87, 0xfb, 0xab, 0x54, 0xd9, 0x6a, 0xbd, 0x55, 0x32, 0xe7, 0x67, 0x4f, 0xc5, 0xf2, 0x53, 0xf3, - 0xe8, 0x60, 0x5f, 0xbd, 0x19, 0xa7, 0x24, 0xab, 0x72, 0x97, 0x3a, 0xca, 0x9f, 0xdf, 0xde, 0x11, - 0x98, 0x53, 0x63, 0x6d, 0x94, 0xd2, 0x15, 0xe5, 0xf5, 0x39, 0x5b, 0xce, 0x3d, 0x94, 0x1f, 0xc7, - 0xc5, 0xde, 0x71, 0xf3, 0xf6, 0xea, 0xe0, 0xf1, 0xf2, 0xaa, 0x74, 0x35, 0x9d, 0x5c, 0x77, 0x7b, - 0xa4, 0x95, 0xba, 0x52, 0x8a, 0xf7, 0x46, 0xf3, 0xac, 0xd5, 0x3c, 0x6c, 0x8f, 0x4a, 0x37, 0xc7, - 0x2e, 0x71, 0xf3, 0x96, 0x91, 0xa9, 0xe4, 0xe5, 0xc2, 0x63, 0xab, 0x79, 0xb4, 0x3b, 0xca, 0x17, - 0xcd, 0xae, 0x75, 0x73, 0x3d, 0x75, 0x8b, 0x97, 0xcf, 0xa0, 0x93, 0xde, 0x54, 0x4e, 0x1e, 0x9b, - 0xfb, 0x57, 0x27, 0x15, 0xa3, 0xdd, 0xdb, 0x55, 0x40, 0x2d, 0xbe, 0x1d, 0x03, 0xed, 0xbf, 0x1e, - 0x76, 0x76, 0x4f, 0xcc, 0xfd, 0x83, 0xf2, 0xc9, 0xd3, 0xd5, 0xe9, 0x99, 0xf5, 0x6c, 0x16, 0x87, - 0x7d, 0x29, 0x73, 0x79, 0x94, 0x9b, 0x0e, 0x77, 0xef, 0x2f, 0x5a, 0x37, 0x9d, 0xbd, 0x27, 0xe9, - 0xd9, 0x7a, 0xbd, 0x2a, 0x55, 0x52, 0x4f, 0x52, 0xb6, 0xf2, 0xdc, 0x3b, 0xe8, 0x3d, 0x9e, 0xdd, - 0x54, 0x8c, 0xdd, 0xfe, 0xf3, 0x89, 0xd2, 0xb6, 0x4f, 0x5a, 0x8f, 0xed, 0xd2, 0xf4, 0xa4, 0xf3, - 0x74, 0x7d, 0xda, 0x2e, 0xba, 0xd7, 0xc5, 0xc7, 0x93, 0xfe, 0xed, 0xdb, 0xdb, 0xf9, 0xfd, 0x59, - 0x31, 0x37, 0xd8, 0x1d, 0x0d, 0x2f, 0xcf, 0xb4, 0xd3, 0xf2, 0xe4, 0x72, 0x52, 0xb8, 0x95, 0xae, - 0x7b, 0x6d, 0xed, 0xf8, 0xa9, 0x79, 0xd7, 0x76, 0x94, 0xa7, 0xdc, 0xe1, 0xed, 0x51, 0xff, 0xf6, - 0x52, 0xd9, 0x97, 0x0e, 0x8b, 0xf7, 0xf7, 0x7b, 0xa3, 0xd1, 0x60, 0xa4, 0x5e, 0x76, 0xf5, 0xe2, - 0x89, 0xd4, 0x1a, 0x5d, 0x54, 0xcc, 0x6c, 0xaa, 0xdb, 0x6e, 0xed, 0xca, 0xa5, 0xfe, 0x68, 0x78, - 0xfa, 0x56, 0xd1, 0xcf, 0xae, 0x2f, 0xc6, 0xdd, 0xe7, 0xcb, 0xf3, 0x8a, 0x26, 0xd9, 0x55, 0xf1, - 0xba, 0xd5, 0xd2, 0xae, 0x5b, 0xc7, 0x76, 0x7e, 0xd8, 0x7b, 0x3d, 0xec, 0x96, 0x4e, 0x5f, 0x7b, - 0xb7, 0x8f, 0x8f, 0x4e, 0xb1, 0xff, 0x36, 0x1a, 0x56, 0xdd, 0xb3, 0xa3, 0x8b, 0x5b, 0x3b, 0x33, - 0xb1, 0x46, 0xd7, 0xce, 0xf9, 0xdd, 0x48, 0x7d, 0xca, 0x58, 0xa9, 0xc1, 0x6e, 0xc5, 0x28, 0xdf, - 0xe5, 0x80, 0x2b, 0x8a, 0x37, 0x29, 0xe9, 0xba, 0x7f, 0x69, 0x9d, 0xf7, 0x9d, 0xf3, 0xf6, 0xc5, - 0xeb, 0xc4, 0xdc, 0xcf, 0x0d, 0x45, 0x67, 0xf8, 0x7a, 0xa3, 0x59, 0xbd, 0x49, 0xb1, 0x72, 0x74, - 0xdc, 0xa4, 0x2e, 0x8b, 0x06, 0x9f, 0xe8, 0x9a, 0xf6, 0x40, 0x72, 0x93, 0xdf, 0xd0, 0x80, 0xfa, - 0xc6, 0xcf, 0x6b, 0xb6, 0x69, 0xba, 0xb3, 0xad, 0x2d, 0x65, 0x2b, 0x5b, 0xfb, 0x9a, 0xcd, 0x66, - 0xeb, 0xf8, 0xd8, 0xad, 0x7d, 0xed, 0x76, 0xbb, 0xf4, 0x31, 0x57, 0x43, 0x47, 0x11, 0x7d, 0xcc, - 0xd7, 0xbe, 0xe6, 0xf3, 0x79, 0xfa, 0x58, 0xa8, 0x7d, 0x2d, 0x14, 0x0a, 0xf4, 0xb1, 0x58, 0xfb, - 0x5a, 0x2c, 0x16, 0xe9, 0x63, 0xa9, 0xf6, 0xb5, 0x54, 0x2a, 0xd1, 0xc7, 0x4a, 0xed, 0x6b, 0xa5, - 0x52, 0xa1, 0x8f, 0x72, 0xed, 0xab, 0x2c, 0xcb, 0xf4, 0x51, 0xa9, 0x7d, 0x55, 0x14, 0x85, 0x3e, - 0x92, 0xda, 0x57, 0x42, 0x08, 0x7d, 0x54, 0x6b, 0x5f, 0x55, 0x55, 0xa5, 0x8f, 0x36, 0xa4, 0x16, - 0x58, 0x6d, 0x3d, 0xa8, 0x82, 0xb0, 0x47, 0x1d, 0x1e, 0x2b, 0x12, 0x3c, 0xba, 0x00, 0x4c, 0x4c, - 0xb3, 0xca, 0xcc, 0x9a, 0xdd, 0x93, 0xa5, 0x64, 0xbe, 0x20, 0x24, 0xfc, 0x7f, 0x62, 0xba, 0xca, - 0xd3, 0x6f, 0xae, 0xbc, 0xfc, 0x11, 0x4c, 0xfb, 0x24, 0x85, 0xc0, 0xfb, 0x79, 0x24, 0x96, 0x29, - 0x2b, 0xe6, 0x84, 0xc4, 0xe2, 0xcf, 0x72, 0xbe, 0x3e, 0xcb, 0x57, 0xcc, 0x0a, 0x09, 0xff, 0x5f, - 0x34, 0x93, 0xdb, 0xaf, 0x95, 0x45, 0x6b, 0x82, 0x4f, 0x96, 0xff, 0x04, 0xa5, 0x4a, 0x79, 0x96, - 0x26, 0x5b, 0xb5, 0x6c, 0xc1, 0x9a, 0x24, 0x2a, 0xf0, 0x2f, 0xeb, 0x7d, 0x85, 0xb4, 0x2a, 0xbc, - 0x8a, 0x89, 0x32, 0xfe, 0xa5, 0xf9, 0xd5, 0x9a, 0x61, 0x1a, 0x88, 0x11, 0x79, 0xe0, 0xd6, 0x20, - 0xdb, 0x1c, 0xfd, 0x88, 0x33, 0xea, 0x3e, 0xd8, 0x92, 0x98, 0xc7, 0x64, 0x20, 0x81, 0x82, 0x3f, - 0xd4, 0xa9, 0xc3, 0x61, 0x2e, 0x9b, 0xea, 0x74, 0x36, 0x90, 0xec, 0x9e, 0x66, 0xd4, 0xc4, 0x3a, - 0xba, 0x94, 0x7a, 0xb6, 0x39, 0x34, 0x54, 0xe6, 0xe9, 0xab, 0xb1, 0x26, 0xc2, 0xb0, 0xf2, 0xf5, - 0xb0, 0x41, 0x7d, 0x48, 0xf4, 0x11, 0x71, 0x35, 0x45, 0x12, 0xee, 0x88, 0xad, 0x4a, 0x86, 0x24, - 0x38, 0x92, 0xe1, 0x6c, 0x39, 0xc4, 0xd6, 0xba, 0x2c, 0xa3, 0xa3, 0xbd, 0x91, 0x5a, 0x16, 0xda, - 0x55, 0x8f, 0x02, 0xea, 0xf2, 0x75, 0x97, 0x4c, 0xdc, 0x2d, 0x49, 0xd7, 0x7a, 0x46, 0x4d, 0x21, - 0xe8, 0x3e, 0xa8, 0xa3, 0x53, 0xf0, 0x45, 0x73, 0xb7, 0x58, 0x33, 0x15, 0x49, 0xd7, 0xd1, 0x8d, - 0xc3, 0x3a, 0xe2, 0x7d, 0x1a, 0x02, 0x6c, 0x80, 0xaf, 0x13, 0xc5, 0xff, 0x30, 0x30, 0xdf, 0x56, - 0xa5, 0x3a, 0xcb, 0x89, 0xcb, 0xb9, 0xfc, 0xfa, 0x24, 0x6b, 0xab, 0xaf, 0xf5, 0xfa, 0x3a, 0xba, - 0x9b, 0xbc, 0x1e, 0xbb, 0x36, 0xf4, 0xc4, 0x92, 0x6c, 0x68, 0x59, 0xdd, 0x51, 0x6c, 0x53, 0xd7, - 0x65, 0xc9, 0x66, 0x9e, 0xd4, 0x5a, 0x09, 0xba, 0xb3, 0x48, 0x8b, 0x76, 0xcc, 0x91, 0xf9, 0x44, - 0xa8, 0x2c, 0x45, 0xac, 0x40, 0x91, 0xdf, 0x27, 0x08, 0xbe, 0x96, 0x15, 0xc5, 0x7f, 0xd6, 0x19, - 0x1c, 0xfa, 0x68, 0x99, 0x8e, 0x46, 0xc7, 0xa3, 0xab, 0x4d, 0x88, 0x5a, 0x37, 0x41, 0x6e, 0x32, - 0xd8, 0x5b, 0x32, 0xe9, 0x4b, 0x23, 0x0d, 0x60, 0x63, 0x63, 0xe7, 0x5f, 0xe5, 0x5e, 0x08, 0xc4, - 0xa8, 0xbf, 0x80, 0x31, 0x1a, 0xc7, 0x81, 0xbc, 0x6d, 0x69, 0x86, 0x4a, 0x26, 0xb5, 0xad, 0x6c, - 0x64, 0x2c, 0x83, 0x5c, 0x1e, 0xbe, 0x43, 0x9f, 0x6c, 0x62, 0x11, 0x09, 0xd1, 0xe2, 0x3d, 0x85, - 0xbf, 0xd1, 0x31, 0x54, 0xb0, 0x61, 0x75, 0xd3, 0x92, 0x14, 0xcd, 0x9d, 0x02, 0x89, 0xd0, 0x3e, - 0x32, 0x68, 0x5e, 0x62, 0x22, 0xe7, 0xcc, 0x2d, 0x9f, 0x86, 0x90, 0x34, 0x81, 0x20, 0x73, 0xf8, - 0x77, 0x2e, 0x09, 0x52, 0x6d, 0xa4, 0x41, 0x6e, 0xa2, 0x0a, 0xd6, 0x2c, 0x8a, 0x2f, 0x95, 0x0f, - 0x7f, 0x9e, 0x51, 0xa2, 0x50, 0x89, 0x62, 0xda, 0x94, 0x2e, 0x59, 0xd7, 0xe5, 0xa1, 0xeb, 0x9a, - 0xc6, 0x0c, 0x88, 0x41, 0xd7, 0x0c, 0x02, 0x95, 0x2b, 0x43, 0xdb, 0x01, 0x18, 0x96, 0xa9, 0xc5, - 0xfb, 0xb1, 0x3c, 0x78, 0xb2, 0x69, 0xab, 0x84, 0xe1, 0x30, 0xdc, 0x68, 0x9a, 0x31, 0x91, 0xce, - 0x3b, 0x42, 0xbc, 0x34, 0x26, 0x86, 0x89, 0xb7, 0xba, 0x44, 0xbc, 0x0a, 0x5f, 0x1f, 0x68, 0x86, - 0x47, 0x0c, 0x05, 0x9c, 0x84, 0xf8, 0xea, 0x0d, 0x0e, 0xbe, 0x7b, 0x2d, 0xae, 0xf5, 0x11, 0x69, - 0xb3, 0x45, 0x05, 0x01, 0x84, 0x02, 0x3f, 0x4f, 0xeb, 0x92, 0x4c, 0xf4, 0xc5, 0x9c, 0xb3, 0x24, - 0x55, 0xd5, 0x8c, 0x1e, 0x12, 0x17, 0x20, 0x4e, 0x9c, 0x7f, 0x45, 0xa7, 0x39, 0xcb, 0x13, 0x1b, - 0x5d, 0xd9, 0x04, 0xe0, 0x83, 0x1a, 0xcc, 0x0f, 0x25, 0xc9, 0x00, 0xca, 0x7d, 0x3e, 0x91, 0x4a, - 0x40, 0x49, 0xbe, 0x6e, 0xb3, 0x46, 0x2c, 0xb5, 0xb9, 0xc4, 0xc7, 0xb1, 0x36, 0xb6, 0x01, 0xa8, - 0xd1, 0x83, 0x09, 0xa4, 0x92, 0x1a, 0xb4, 0x13, 0xe7, 0xb1, 0xbe, 0x65, 0xeb, 0xf3, 0xf4, 0xd8, - 0x46, 0x3f, 0x9b, 0x1d, 0xaf, 0xd7, 0x35, 0x2d, 0x68, 0xa7, 0x4e, 0xba, 0xc0, 0x51, 0xbc, 0x7a, - 0xc2, 0xe4, 0x15, 0x54, 0xe5, 0xca, 0x7c, 0x40, 0x81, 0xd9, 0x79, 0x9a, 0x11, 0x5b, 0xd0, 0xd1, - 0x84, 0x34, 0x74, 0x4d, 0x8f, 0x78, 0xf3, 0x39, 0x44, 0x56, 0x1a, 0x7d, 0xf9, 0xce, 0x2a, 0x4f, - 0x1d, 0x1b, 0x05, 0xf4, 0xe9, 0xc1, 0xf8, 0x81, 0xa4, 0xd1, 0x43, 0xe3, 0x92, 0xc3, 0x3e, 0x22, - 0x3d, 0xf8, 0x88, 0xcf, 0xd6, 0x55, 0xcd, 0xb1, 0x74, 0x69, 0x5a, 0xd3, 0x0c, 0x9a, 0x2e, 0xa3, - 0x47, 0xb8, 0xee, 0xd5, 0xbb, 0x45, 0x49, 0x31, 0x51, 0xa0, 0x1c, 0x92, 0x52, 0x99, 0xd3, 0x97, - 0x54, 0x73, 0x0c, 0x73, 0x04, 0x92, 0xe8, 0x1f, 0x31, 0xe1, 0xf7, 0x20, 0xcf, 0x0b, 0xab, 0x53, - 0x69, 0xca, 0xca, 0xbc, 0xf1, 0xc4, 0x79, 0xba, 0x3f, 0xec, 0x79, 0xee, 0x47, 0xda, 0xde, 0x42, - 0x8e, 0x76, 0xd5, 0xe8, 0x82, 0x84, 0x74, 0x71, 0xc9, 0x63, 0xcb, 0x73, 0x53, 0x33, 0xe4, 0x2e, - 0x38, 0xc2, 0x3c, 0xfd, 0x42, 0xa6, 0xae, 0x37, 0x15, 0x18, 0x7f, 0x44, 0x9c, 0xfb, 0x04, 0xb2, - 0xe5, 0x0d, 0x7f, 0x05, 0xc1, 0x8d, 0x24, 0x3d, 0x9a, 0x93, 0x0e, 0xcb, 0xfa, 0xac, 0x09, 0x2d, - 0xd4, 0x22, 0x07, 0x10, 0x0a, 0xa3, 0xed, 0x50, 0x97, 0x35, 0x5d, 0x50, 0x99, 0xd1, 0x09, 0x82, - 0x42, 0x9d, 0x4d, 0x21, 0x10, 0x0e, 0x24, 0x09, 0x28, 0x13, 0xf2, 0x48, 0x5a, 0x4b, 0x13, 0x37, - 0xad, 0xe9, 0xb3, 0x95, 0x38, 0x0f, 0xa8, 0x89, 0x35, 0x6a, 0xa0, 0xa9, 0xaa, 0x4e, 0xe6, 0x69, - 0xe8, 0xf6, 0xec, 0xdd, 0xb9, 0xba, 0x5c, 0x03, 0x14, 0x49, 0x78, 0xd3, 0xff, 0xdd, 0x92, 0x5d, - 0xdd, 0x04, 0xf6, 0x45, 0xf1, 0xf4, 0xb7, 0x27, 0x7c, 0xf9, 0x83, 0x09, 0x5f, 0x40, 0x74, 0xc2, - 0x64, 0xf0, 0x1b, 0xe6, 0xcf, 0x5c, 0x4f, 0x8e, 0xcb, 0x16, 0xef, 0x13, 0x9d, 0x18, 0xee, 0xc0, - 0x12, 0x37, 0x88, 0x49, 0x0e, 0xd0, 0x0d, 0xe2, 0x38, 0x26, 0x11, 0x0c, 0xa4, 0x51, 0x70, 0x8f, - 0xc8, 0x7b, 0x10, 0x24, 0xfe, 0x8b, 0x36, 0xc0, 0xb5, 0x40, 0x69, 0x09, 0x9b, 0x5d, 0x80, 0xf5, - 0x11, 0x80, 0xd2, 0xfb, 0xc5, 0x71, 0x51, 0x4f, 0x82, 0x51, 0xb6, 0x67, 0x21, 0xf9, 0xe5, 0xcd, - 0x3e, 0xca, 0x8d, 0x30, 0x21, 0xb1, 0xe5, 0x2b, 0x34, 0x16, 0x1f, 0x3c, 0x43, 0xd7, 0x7c, 0xa4, - 0x6c, 0x21, 0x1b, 0x09, 0x72, 0xac, 0x97, 0x77, 0xd8, 0x71, 0x6f, 0x15, 0x71, 0xc1, 0x88, 0x6c, - 0x82, 0xfa, 0xca, 0x88, 0x84, 0x05, 0xa8, 0x6c, 0x4e, 0x70, 0xe0, 0x70, 0x04, 0xd8, 0xd0, 0x03, - 0xd9, 0x4f, 0x7c, 0x2a, 0x10, 0x69, 0x05, 0x40, 0x1d, 0xe3, 0x1a, 0xe5, 0x3b, 0x61, 0x21, 0xbc, - 0xbe, 0x6a, 0x67, 0x00, 0x7a, 0x6c, 0x7f, 0x16, 0xa2, 0x9e, 0x60, 0x62, 0x24, 0x42, 0x6c, 0xb7, - 0x2b, 0x64, 0xf9, 0x7f, 0xa5, 0x8b, 0x0e, 0x9f, 0x20, 0x92, 0x43, 0xb6, 0x60, 0x32, 0xd3, 0x56, - 0x6f, 0x45, 0x39, 0x3b, 0xb0, 0x85, 0xad, 0x22, 0x65, 0x3b, 0xb1, 0x69, 0x49, 0xe9, 0x08, 0x1b, - 0x01, 0xf3, 0x27, 0xce, 0x6b, 0xd7, 0x28, 0x0b, 0x11, 0x16, 0xbc, 0x76, 0x18, 0xf3, 0x7c, 0x9c, - 0x4f, 0xfa, 0xb3, 0xb4, 0xab, 0x93, 0x49, 0x9d, 0x4e, 0xca, 0x2d, 0x10, 0xb7, 0x03, 0xc7, 0xd7, - 0x04, 0x9e, 0x87, 0x8e, 0xab, 0x75, 0xa7, 0x5b, 0x1e, 0xc2, 0xfd, 0xe4, 0x80, 0x8b, 0x67, 0x03, - 0xc9, 0x9f, 0xae, 0x16, 0xc3, 0xb3, 0x2a, 0x5d, 0x76, 0xea, 0x9e, 0x40, 0xd9, 0x22, 0xb8, 0x1a, - 0xe5, 0x78, 0xda, 0x8a, 0x6b, 0x4a, 0x8e, 0x3b, 0x5b, 0xe8, 0x0b, 0x6b, 0x1b, 0x5b, 0x44, 0xc2, - 0x98, 0x78, 0x73, 0xab, 0x0a, 0x7d, 0xfc, 0x84, 0xa2, 0xe8, 0x8d, 0xb3, 0x2d, 0xa9, 0xda, 0xd0, - 0xa9, 0x01, 0x72, 0x03, 0xe9, 0x99, 0x45, 0xdd, 0x6c, 0x8d, 0x36, 0x54, 0x64, 0x88, 0x2b, 0x22, - 0x1e, 0x97, 0xf9, 0xdc, 0x43, 0x72, 0x0b, 0xbe, 0xf0, 0x6b, 0xa5, 0x6b, 0x2e, 0x87, 0x3c, 0x30, - 0xc6, 0x26, 0xd6, 0x77, 0x3d, 0xed, 0xf4, 0xcd, 0x71, 0xd0, 0xff, 0x6c, 0x1d, 0x94, 0xed, 0x01, - 0x53, 0x69, 0xba, 0x92, 0x4a, 0x34, 0x23, 0x01, 0x74, 0x23, 0x2c, 0x1e, 0x13, 0x39, 0xfc, 0x63, - 0x13, 0x24, 0xc9, 0x00, 0x04, 0xb1, 0x6d, 0xd3, 0x0e, 0xc1, 0x58, 0xc2, 0xe1, 0x57, 0x39, 0xb7, - 0x1a, 0xf2, 0x3c, 0x0d, 0x52, 0x5d, 0x5a, 0xd2, 0x1c, 0x7c, 0xc2, 0x61, 0x5d, 0x5c, 0x08, 0x71, - 0x24, 0xab, 0x50, 0x87, 0xdd, 0x3e, 0xce, 0xdc, 0x2c, 0xf6, 0x77, 0xed, 0xb0, 0x99, 0xfc, 0x2a, - 0x24, 0x3e, 0x52, 0x16, 0xc0, 0xd7, 0x57, 0xce, 0x9c, 0x74, 0xc1, 0x09, 0xc6, 0x09, 0x44, 0x52, - 0x98, 0x46, 0x51, 0x87, 0x8a, 0x4c, 0xd4, 0xf9, 0x57, 0x94, 0x94, 0xc2, 0x57, 0x03, 0x94, 0x13, - 0x67, 0xe6, 0x8f, 0x60, 0x7e, 0xfe, 0xd5, 0xa6, 0x4c, 0xd4, 0x4f, 0xc8, 0x81, 0x9a, 0xa4, 0xea, - 0x6e, 0xa0, 0x75, 0x32, 0x7d, 0x93, 0x65, 0x72, 0x5c, 0x69, 0xa5, 0x0a, 0x13, 0xeb, 0x68, 0x2a, - 0x51, 0xc4, 0x8e, 0x52, 0xd4, 0x64, 0x43, 0x53, 0x85, 0xca, 0x8f, 0xa8, 0xca, 0x34, 0xff, 0x0a, - 0xf3, 0xc3, 0x80, 0x9a, 0x3f, 0xab, 0x91, 0x2d, 0x20, 0x17, 0x42, 0x34, 0x8a, 0xf4, 0xba, 0x4c, - 0xc1, 0xcb, 0x83, 0x2b, 0x55, 0xc5, 0x85, 0x26, 0x0f, 0x3d, 0xd5, 0x06, 0xbd, 0xf1, 0xec, 0x3d, - 0x1d, 0x07, 0xe5, 0xfc, 0xd7, 0x17, 0x43, 0xf8, 0xfa, 0x32, 0x5a, 0x99, 0x8f, 0x21, 0x35, 0x41, - 0xb5, 0x0f, 0x0f, 0xb5, 0xec, 0xe5, 0x03, 0x85, 0xc4, 0x2b, 0xa6, 0x06, 0x65, 0xd4, 0xd9, 0x0a, - 0x0d, 0x83, 0xe5, 0x4a, 0xcb, 0xae, 0xe1, 0x0f, 0x47, 0x31, 0x48, 0xa5, 0xf0, 0xe9, 0xb7, 0x48, - 0xbd, 0x91, 0xdc, 0xa2, 0x5f, 0x65, 0x45, 0x0c, 0xca, 0xa9, 0xda, 0xc8, 0x2f, 0x00, 0x8f, 0x9e, - 0xd8, 0x29, 0x54, 0xa9, 0xca, 0x1d, 0xd6, 0x27, 0xb1, 0xdb, 0x2b, 0x9a, 0x85, 0xf4, 0x30, 0xff, - 0xda, 0x27, 0x92, 0xed, 0xce, 0x96, 0x55, 0x81, 0x6a, 0x44, 0xea, 0x97, 0x02, 0xa9, 0x6f, 0x13, - 0x75, 0x0e, 0xb8, 0x9e, 0x2d, 0xd8, 0x12, 0xe5, 0xbd, 0xf8, 0x1a, 0x62, 0xcb, 0xa0, 0x26, 0x6b, - 0x33, 0x1a, 0x8d, 0x02, 0x26, 0x13, 0x8c, 0x91, 0x8d, 0x43, 0x6b, 0x01, 0xea, 0x70, 0x1e, 0xa8, - 0xf5, 0xf8, 0x17, 0xc5, 0x86, 0x01, 0xd9, 0x22, 0x6a, 0x8f, 0x38, 0x5e, 0x3f, 0x73, 0x68, 0x23, - 0xcd, 0xff, 0x0d, 0xca, 0x5e, 0xd7, 0x06, 0x55, 0xdf, 0x49, 0xb0, 0xe9, 0x3b, 0xeb, 0xda, 0xe6, - 0x60, 0x16, 0x4c, 0xd1, 0x80, 0x83, 0xce, 0x5d, 0x73, 0xf6, 0x3e, 0x6f, 0x0a, 0x18, 0xc5, 0xdc, - 0x57, 0xea, 0x50, 0x91, 0xf7, 0x8d, 0xc6, 0x3c, 0x22, 0xcd, 0xab, 0xb9, 0x28, 0x86, 0xb9, 0x64, - 0x20, 0x54, 0x3d, 0x94, 0x16, 0xd8, 0x24, 0xa2, 0x91, 0x0f, 0x4e, 0x22, 0x0c, 0x2a, 0x08, 0xcf, - 0x58, 0xe0, 0xdf, 0x33, 0xf4, 0x44, 0xbf, 0x4a, 0x8f, 0xee, 0x66, 0xbe, 0x24, 0xf9, 0xf6, 0x6d, - 0x51, 0x91, 0x24, 0x3b, 0xa6, 0x3e, 0x74, 0x09, 0x9d, 0x86, 0xd4, 0x79, 0x41, 0xe7, 0x06, 0xf2, - 0x02, 0xc6, 0x89, 0xf0, 0xc9, 0x6b, 0x6e, 0x25, 0x32, 0x25, 0x42, 0x86, 0x53, 0x6c, 0xea, 0x78, - 0x0c, 0x7f, 0x89, 0x0d, 0x87, 0x6c, 0xe0, 0x78, 0x57, 0xfc, 0x26, 0x7a, 0x35, 0xe5, 0xb0, 0x2a, - 0x26, 0x58, 0x03, 0xac, 0x47, 0x8d, 0x1c, 0x60, 0x28, 0xd8, 0xfd, 0x78, 0xf9, 0x50, 0xf3, 0x70, - 0x8e, 0x49, 0xf6, 0x56, 0x0f, 0x1b, 0x85, 0xd1, 0x1d, 0x55, 0x51, 0x25, 0x3d, 0xe1, 0xab, 0x28, - 0x02, 0x66, 0x04, 0xa0, 0x27, 0x7e, 0xfe, 0xb5, 0xf7, 0x77, 0x40, 0x7c, 0x15, 0xbb, 0x22, 0xc0, - 0x90, 0xff, 0x1e, 0x0c, 0x11, 0x94, 0xb8, 0xaf, 0xe3, 0xbf, 0x05, 0xa3, 0xdb, 0x45, 0x18, 0x2f, - 0x7f, 0x0d, 0x46, 0xb7, 0x5b, 0xe9, 0x66, 0xbb, 0x1e, 0x98, 0x04, 0x48, 0x5b, 0xe1, 0xab, 0x22, - 0xab, 0x32, 0x05, 0x39, 0x96, 0x25, 0xfd, 0xff, 0x09, 0x44, 0xb5, 0x40, 0x44, 0x84, 0xe8, 0xc1, - 0x92, 0x87, 0x32, 0x32, 0x38, 0x8f, 0x72, 0x0b, 0x2b, 0xe9, 0x7e, 0x25, 0x4f, 0x8d, 0x91, 0x99, - 0xb8, 0x9a, 0x1e, 0xf3, 0xfc, 0xb2, 0xbe, 0xe2, 0xf3, 0x79, 0x9c, 0x47, 0xf8, 0x2f, 0x17, 0x91, - 0x75, 0xe8, 0xbd, 0xf3, 0x08, 0x0b, 0x5d, 0x7a, 0x21, 0xb6, 0x84, 0x3e, 0x10, 0x59, 0xd3, 0xd1, - 0x95, 0x92, 0xce, 0x81, 0x36, 0x80, 0x4a, 0xa5, 0xe0, 0x3b, 0x57, 0x82, 0x94, 0x90, 0x0f, 0x66, - 0x51, 0xa0, 0xd6, 0x07, 0x13, 0x8b, 0x18, 0x73, 0x60, 0xdf, 0xd6, 0xd0, 0x8d, 0x74, 0x9d, 0xea, - 0x21, 0xa1, 0x9c, 0xf4, 0x51, 0x27, 0x21, 0x6e, 0x91, 0x66, 0x85, 0x67, 0x61, 0xc9, 0x37, 0x0f, - 0x05, 0x0a, 0xd1, 0x38, 0xa1, 0x9f, 0x33, 0xdf, 0x5b, 0x86, 0xbe, 0x01, 0x09, 0xd2, 0x14, 0xc2, - 0x26, 0x5a, 0xd8, 0x97, 0xe5, 0xf5, 0x5c, 0xac, 0xaf, 0x77, 0x25, 0x46, 0xec, 0xbd, 0x98, 0x78, - 0xf5, 0xe6, 0xe9, 0x72, 0xdd, 0x3e, 0xdf, 0xca, 0x85, 0x18, 0xff, 0x72, 0x13, 0x6b, 0x35, 0xbf, - 0x8d, 0x9e, 0x4d, 0x6b, 0x0f, 0x0d, 0x83, 0x4a, 0x36, 0xa8, 0x54, 0x79, 0x59, 0x61, 0xb5, 0x50, - 0xa6, 0xb8, 0xd6, 0x9b, 0x84, 0xba, 0xfb, 0x27, 0x6a, 0x71, 0xfb, 0xc3, 0x01, 0x18, 0xb6, 0xcc, - 0xe0, 0x40, 0x0d, 0x04, 0xb8, 0x9c, 0xa6, 0x26, 0x70, 0xca, 0xf8, 0xf5, 0xe4, 0x42, 0xcc, 0x57, - 0x5c, 0x16, 0xff, 0x68, 0xc5, 0x2c, 0xd3, 0x56, 0x77, 0xc9, 0x65, 0xb3, 0x6e, 0x08, 0x42, 0x96, - 0x15, 0x1a, 0x15, 0xab, 0x9a, 0x8c, 0x6e, 0x52, 0xfa, 0xf2, 0x3e, 0x2e, 0xd6, 0xea, 0x7b, 0xc0, - 0x7e, 0x3e, 0x00, 0xbb, 0x1a, 0x0b, 0xa1, 0x89, 0xf2, 0x37, 0x71, 0xb1, 0x52, 0xdd, 0x44, 0x0d, - 0x6b, 0x3d, 0xdd, 0xfc, 0xc9, 0x50, 0xbd, 0x0b, 0xe5, 0xd3, 0xdd, 0xcc, 0x42, 0x6b, 0x2e, 0x6d, - 0xe2, 0x10, 0x17, 0xc4, 0x8d, 0xae, 0x39, 0xee, 0x2c, 0xa4, 0x36, 0xe4, 0xb2, 0xc5, 0x90, 0x9e, - 0xbb, 0x35, 0xad, 0x31, 0xeb, 0x73, 0x91, 0x32, 0xf1, 0xe6, 0xb1, 0x8f, 0x9e, 0x4a, 0x44, 0xd1, - 0xc1, 0xff, 0x51, 0x8c, 0xa1, 0x77, 0x3b, 0x28, 0xe3, 0xbb, 0xc7, 0x80, 0x0c, 0xe2, 0x7e, 0x6a, - 0x66, 0x8e, 0x44, 0x9a, 0x13, 0xc2, 0x88, 0x9f, 0x39, 0x3a, 0xef, 0xbf, 0x76, 0x48, 0x8f, 0x06, - 0x8d, 0xae, 0x12, 0xfc, 0x39, 0xaa, 0xd1, 0x51, 0xee, 0x2f, 0x78, 0x41, 0x9b, 0xc2, 0x57, 0xbb, - 0x27, 0xb3, 0x84, 0x11, 0xfb, 0x41, 0x4e, 0x2e, 0x30, 0x31, 0x13, 0x05, 0x9d, 0xee, 0xab, 0x41, - 0x82, 0xaf, 0xbd, 0xa0, 0x64, 0x94, 0x6d, 0x8d, 0x66, 0x66, 0x3e, 0x1c, 0xe6, 0xc1, 0x5a, 0xf2, - 0x15, 0xc8, 0x03, 0x17, 0xb2, 0xb2, 0x3a, 0xc3, 0x7a, 0x08, 0xe8, 0xe4, 0x8e, 0xbe, 0x68, 0x8c, - 0x43, 0x7a, 0xa8, 0x79, 0x44, 0xdc, 0xd0, 0xa8, 0x20, 0xa2, 0x82, 0x12, 0xd2, 0x35, 0x43, 0xe9, - 0x11, 0x5c, 0xc7, 0xdc, 0xbe, 0xef, 0x59, 0xd8, 0x71, 0x5f, 0xd5, 0x12, 0x1b, 0x61, 0x24, 0x92, - 0x5d, 0x35, 0x13, 0xa2, 0x24, 0x8f, 0x58, 0x0d, 0xc9, 0x81, 0x2d, 0x75, 0xe8, 0x39, 0xbf, 0xd1, - 0x2f, 0xe5, 0x0f, 0x17, 0x36, 0x05, 0x03, 0x1a, 0xb7, 0x96, 0x98, 0xfe, 0x62, 0x19, 0x63, 0x79, - 0x82, 0xe4, 0xd5, 0xa4, 0x28, 0xc0, 0xff, 0xf8, 0x85, 0x75, 0xa5, 0xe8, 0x9a, 0xc5, 0x4c, 0xea, - 0x68, 0x52, 0xcc, 0x85, 0x1d, 0x71, 0xad, 0x52, 0x9f, 0x36, 0xe2, 0xef, 0x23, 0x1f, 0x56, 0xa0, - 0x9e, 0xad, 0xe8, 0x37, 0xfa, 0xbc, 0x01, 0xc4, 0xd6, 0xc4, 0xf1, 0xf5, 0xf8, 0xdc, 0x42, 0xdd, - 0x2b, 0x84, 0x38, 0x7b, 0xd8, 0x56, 0x82, 0x69, 0xd9, 0x9d, 0xec, 0xa2, 0xd9, 0x60, 0x49, 0x3a, - 0xfc, 0xae, 0xaf, 0x3a, 0xf7, 0x4e, 0xd5, 0x39, 0xde, 0x03, 0xc3, 0xda, 0xef, 0x03, 0xfb, 0xa8, - 0x37, 0x79, 0xfe, 0xbd, 0x51, 0x64, 0xbd, 0xa1, 0x6e, 0x53, 0x8f, 0x5a, 0x17, 0x4a, 0xec, 0x4a, - 0x07, 0xe8, 0x4a, 0x3d, 0x63, 0x9e, 0x7e, 0x55, 0x1c, 0x9f, 0x2c, 0x73, 0x4b, 0xec, 0x30, 0x1b, - 0xf6, 0xde, 0x44, 0xf4, 0x13, 0x9f, 0x6c, 0x17, 0x38, 0xa4, 0xcf, 0xe1, 0x61, 0xcb, 0x51, 0xc7, - 0x2f, 0xc0, 0x97, 0x83, 0x19, 0x13, 0xca, 0x5d, 0x8a, 0xe7, 0x2e, 0x05, 0xb5, 0xaf, 0xe8, 0x2f, - 0x68, 0x54, 0x2c, 0x6c, 0x7a, 0xf6, 0xf9, 0x49, 0xd1, 0x8d, 0xc8, 0x0c, 0x03, 0x18, 0x27, 0xb1, - 0x7f, 0x0a, 0xa1, 0x24, 0x24, 0xc3, 0x9f, 0xb3, 0x4f, 0xaa, 0x55, 0xbe, 0x47, 0x6f, 0xa9, 0x61, - 0xef, 0xb8, 0x83, 0x2a, 0x0b, 0xaa, 0xc2, 0x75, 0x15, 0xff, 0x9f, 0x18, 0x9f, 0xe8, 0x21, 0x2d, - 0x6c, 0xd9, 0x3b, 0x9c, 0x73, 0xea, 0x8b, 0xa5, 0x27, 0x86, 0x48, 0x6a, 0x40, 0xad, 0x90, 0xc6, - 0xd8, 0xa1, 0xae, 0x46, 0x74, 0x95, 0xad, 0x4b, 0xae, 0xfc, 0xb2, 0x2a, 0x71, 0x5e, 0xab, 0xb1, - 0x85, 0xc9, 0x28, 0x82, 0x83, 0xee, 0xcb, 0xab, 0x30, 0x59, 0xeb, 0x9a, 0xca, 0xd0, 0x59, 0xc2, - 0x27, 0x4b, 0x5e, 0x05, 0xa5, 0xb4, 0x12, 0x4a, 0x20, 0x11, 0x34, 0xc3, 0xc0, 0x05, 0x52, 0x0b, - 0x28, 0x99, 0x39, 0x9c, 0x85, 0xf7, 0x72, 0x03, 0x4a, 0xa2, 0xb9, 0xd7, 0x29, 0x88, 0xf3, 0xb4, - 0xa5, 0x85, 0x3c, 0x26, 0x11, 0x23, 0x30, 0xb0, 0xb4, 0x02, 0xff, 0x1d, 0x5b, 0xa6, 0x11, 0x13, - 0xd9, 0x98, 0xd6, 0x5c, 0x8a, 0x2a, 0x0d, 0xcb, 0x3e, 0xc1, 0x28, 0xbd, 0x00, 0xc2, 0xd2, 0x13, - 0xe0, 0x34, 0x6b, 0x05, 0x35, 0x09, 0xbb, 0xba, 0x17, 0x8e, 0xfd, 0x80, 0x1f, 0x15, 0x16, 0x94, - 0x53, 0x8c, 0xf0, 0x23, 0x04, 0xbb, 0x35, 0xf6, 0x00, 0xfb, 0x4b, 0x02, 0xd6, 0x24, 0x04, 0x2d, - 0x34, 0x99, 0x43, 0xd4, 0xe2, 0x01, 0x66, 0xa6, 0xf7, 0x02, 0x1a, 0xcc, 0x4e, 0x81, 0xb6, 0xf4, - 0xa3, 0x35, 0xa9, 0xd2, 0xca, 0x35, 0xa9, 0xd2, 0xca, 0x35, 0xa9, 0xd2, 0xaa, 0x35, 0x29, 0x18, - 0xfd, 0xb4, 0xe5, 0xb8, 0xce, 0x6c, 0x69, 0x66, 0x2d, 0x66, 0x08, 0xe4, 0x18, 0xdb, 0xb3, 0x0f, - 0x56, 0x0e, 0xe9, 0x3a, 0xc2, 0x6c, 0xc5, 0xf2, 0x40, 0x9f, 0x28, 0x2f, 0x42, 0x1a, 0xa7, 0xa1, - 0xb9, 0xda, 0x4f, 0xb5, 0x6c, 0x7a, 0xc5, 0x84, 0xe6, 0xd2, 0xb0, 0x82, 0x19, 0xa7, 0xf4, 0x5f, - 0xf4, 0xb0, 0xfd, 0x86, 0x74, 0xb3, 0x45, 0x17, 0xd3, 0x68, 0x85, 0x4c, 0x5f, 0xf3, 0xaa, 0x65, - 0x2f, 0x2b, 0x88, 0x6d, 0x61, 0x34, 0xc5, 0x6a, 0xf4, 0x86, 0xc5, 0x9f, 0xd8, 0xa2, 0x07, 0x15, - 0x50, 0xe2, 0x77, 0x05, 0x1f, 0xd7, 0x92, 0x6f, 0xdc, 0x63, 0xf0, 0x97, 0x64, 0x09, 0x88, 0xa7, - 0x50, 0x55, 0x3e, 0x3b, 0x2e, 0x2c, 0x28, 0xbe, 0xb0, 0x4a, 0x4d, 0x0e, 0xb5, 0x34, 0x28, 0x53, - 0x0c, 0xf9, 0x78, 0x96, 0x65, 0x89, 0x18, 0x20, 0x8d, 0x49, 0x3e, 0x86, 0xad, 0xff, 0x0e, 0xc1, - 0x79, 0x47, 0xb0, 0x47, 0xd0, 0x5d, 0xa3, 0xcf, 0x44, 0xfd, 0x54, 0xd9, 0x12, 0x1f, 0x6a, 0x6a, - 0x4d, 0xea, 0x02, 0xda, 0x43, 0xa8, 0x65, 0x09, 0x81, 0xbf, 0x88, 0xe3, 0x56, 0xf8, 0x8b, 0xa2, - 0x6a, 0xe4, 0xfb, 0xed, 0x88, 0x54, 0x10, 0xcf, 0x15, 0xaf, 0xd5, 0x07, 0xec, 0x89, 0x62, 0x06, - 0x39, 0x0e, 0x6b, 0x46, 0xc7, 0xb6, 0xea, 0x91, 0xde, 0x02, 0xc5, 0xc5, 0xc5, 0xac, 0xce, 0x2e, - 0x0c, 0x99, 0xda, 0x3a, 0xf1, 0xe4, 0x11, 0x58, 0x02, 0xac, 0x7e, 0xfa, 0x4f, 0x5c, 0xa1, 0xb8, - 0xd9, 0xa6, 0x4b, 0x97, 0x5c, 0x8b, 0x2a, 0xe9, 0xf1, 0x54, 0xcf, 0x5f, 0xf7, 0x6d, 0x4d, 0xba, - 0x47, 0x48, 0x89, 0xa5, 0x9e, 0x7a, 0xf6, 0x5e, 0x48, 0xe5, 0xa2, 0xcf, 0xb4, 0x47, 0x60, 0x72, - 0x05, 0x2b, 0x23, 0xfe, 0x72, 0x79, 0xe9, 0xf3, 0x96, 0x19, 0x28, 0xf6, 0xa1, 0x55, 0xe5, 0x6c, - 0x7e, 0x69, 0xf9, 0x14, 0x99, 0x31, 0xb5, 0x85, 0xd6, 0xad, 0xe3, 0x31, 0xe5, 0xfb, 0x5d, 0x21, - 0x5c, 0x74, 0xfc, 0xa6, 0x51, 0xb5, 0x9d, 0xfe, 0xc9, 0xad, 0x50, 0xd9, 0x23, 0x1a, 0x0d, 0x5d, - 0x61, 0xd3, 0x1d, 0xf7, 0x68, 0xf6, 0x51, 0xc4, 0x48, 0x48, 0x8b, 0x0c, 0xd4, 0x62, 0x4f, 0xbd, - 0x8e, 0x29, 0xeb, 0x62, 0x48, 0x21, 0x5b, 0xc7, 0xd5, 0xde, 0x99, 0xe9, 0x61, 0xd5, 0x84, 0x05, - 0x70, 0x45, 0x1c, 0xa9, 0x61, 0x35, 0x9c, 0x35, 0x9f, 0xe9, 0x05, 0x44, 0x5d, 0x25, 0xd0, 0x8b, - 0x3c, 0xeb, 0xde, 0x07, 0x81, 0x26, 0x90, 0xc3, 0x5f, 0x49, 0x0d, 0x99, 0xfd, 0xab, 0x75, 0xd4, - 0x40, 0x34, 0x51, 0xec, 0x82, 0xf8, 0x28, 0x46, 0xa5, 0x2d, 0x12, 0x0a, 0x03, 0x89, 0xf1, 0x29, - 0xb3, 0x71, 0x5f, 0x73, 0x09, 0x68, 0x01, 0x12, 0x15, 0xf6, 0x68, 0xc6, 0x2d, 0x09, 0x0b, 0xcc, - 0x6b, 0xd9, 0x64, 0xb4, 0xc2, 0xe5, 0x50, 0x09, 0xbb, 0xe3, 0x82, 0xd9, 0x1e, 0xe3, 0xa9, 0xf3, - 0xb4, 0xaa, 0xfa, 0x0b, 0x93, 0x11, 0x83, 0x72, 0x45, 0x51, 0x9f, 0x9c, 0x90, 0x61, 0x06, 0x8b, - 0x97, 0x0b, 0x8d, 0x57, 0xfc, 0xa4, 0xf9, 0xbd, 0x40, 0x42, 0x76, 0xa1, 0x41, 0x6e, 0x05, 0x5e, - 0xeb, 0x3f, 0xb2, 0xbf, 0x43, 0xad, 0xff, 0xd0, 0xf8, 0x4e, 0x77, 0xc3, 0x6b, 0x4b, 0x0e, 0x0c, - 0xcf, 0xcb, 0xd4, 0x13, 0x34, 0x8b, 0xde, 0xac, 0xf4, 0x0d, 0xd0, 0x45, 0x10, 0xa0, 0x15, 0xc9, - 0x56, 0xfa, 0xcc, 0x26, 0xf9, 0xc8, 0xeb, 0x4e, 0xe7, 0xe9, 0x2a, 0xc7, 0x79, 0x48, 0xe6, 0x84, - 0x45, 0x51, 0x08, 0x09, 0xa8, 0x71, 0x44, 0x22, 0x7c, 0x70, 0x07, 0xe0, 0xba, 0x5a, 0x23, 0x23, - 0x16, 0x34, 0x81, 0x99, 0x4a, 0x8c, 0x57, 0x44, 0xa7, 0xe6, 0xfa, 0x7a, 0xe2, 0x8a, 0x2e, 0xc5, - 0x56, 0x74, 0x2a, 0x7e, 0x18, 0x16, 0x10, 0x9e, 0x7d, 0x85, 0x8a, 0x17, 0x47, 0x59, 0xa8, 0x44, - 0x94, 0x3d, 0xdf, 0x31, 0x10, 0x0f, 0xc0, 0x59, 0x61, 0xb5, 0xff, 0x25, 0x6b, 0xb4, 0xc0, 0xaf, - 0xec, 0xca, 0x92, 0xde, 0xbe, 0x2c, 0x82, 0x57, 0x16, 0x63, 0x26, 0xed, 0xca, 0x4f, 0x86, 0xe9, - 0x26, 0x6b, 0x80, 0x1e, 0x85, 0xf4, 0x4d, 0x1d, 0xdb, 0x8e, 0xce, 0x60, 0x83, 0x7f, 0xcf, 0x84, - 0x83, 0xd1, 0x14, 0x80, 0x9f, 0x2f, 0x2b, 0x62, 0xab, 0x88, 0x37, 0x08, 0x87, 0x5c, 0xf5, 0xd5, - 0x73, 0x34, 0xc6, 0xdc, 0xa9, 0x2b, 0x33, 0x32, 0x9f, 0xda, 0x32, 0xf7, 0x72, 0xe4, 0xc5, 0xaa, - 0x56, 0x3a, 0xb7, 0x6c, 0xe7, 0xad, 0x87, 0xb6, 0x9e, 0x23, 0x3a, 0x72, 0x9f, 0x9f, 0xff, 0x7b, - 0x40, 0x54, 0x4d, 0x4a, 0x00, 0x7e, 0x12, 0x92, 0xae, 0x27, 0x24, 0x43, 0x4d, 0x24, 0x69, 0x09, - 0x4a, 0xa6, 0xfc, 0x2c, 0xe4, 0xfb, 0x62, 0x90, 0x52, 0x2b, 0x3c, 0xeb, 0xef, 0x7b, 0xd5, 0xfd, - 0x3a, 0x02, 0xf8, 0x8b, 0xe5, 0xc4, 0x7c, 0x1e, 0xdd, 0x96, 0xb3, 0x28, 0xb0, 0x08, 0x23, 0x78, - 0xa7, 0x70, 0x11, 0x2d, 0x08, 0xde, 0x4b, 0x0d, 0x82, 0x92, 0xf2, 0xe5, 0x02, 0x82, 0x5c, 0xac, - 0xc1, 0xfa, 0xcb, 0xa6, 0xd4, 0xeb, 0xe5, 0x4d, 0x8b, 0xe2, 0x07, 0x0b, 0xab, 0x2c, 0x1c, 0xef, - 0xbd, 0xba, 0xd1, 0x11, 0x04, 0x0d, 0x0f, 0x05, 0x3f, 0x79, 0xa0, 0x4b, 0xe9, 0xd2, 0x3f, 0x23, - 0x93, 0xcb, 0x0b, 0xb5, 0x5b, 0x01, 0x2d, 0x68, 0x73, 0xb1, 0x90, 0x5d, 0xf4, 0x24, 0xa8, 0xa3, - 0x8c, 0x62, 0x7c, 0x65, 0x1d, 0x85, 0x74, 0xee, 0xb3, 0x75, 0x2c, 0x41, 0x0b, 0xb9, 0x1e, 0x11, - 0xc1, 0x0b, 0x6b, 0x6d, 0xe1, 0x7e, 0x0c, 0x31, 0x1e, 0x31, 0x64, 0xcd, 0x31, 0xaf, 0x24, 0x1b, - 0x15, 0xdc, 0x6a, 0x4c, 0x77, 0x18, 0x27, 0xbe, 0x67, 0xbc, 0x73, 0x18, 0x30, 0xbe, 0x17, 0x7e, - 0x00, 0x89, 0x09, 0x4d, 0x6d, 0x70, 0xca, 0x88, 0x4b, 0x28, 0xba, 0xe4, 0x38, 0x0d, 0xce, 0x8b, - 0xec, 0xe1, 0xb6, 0x71, 0x37, 0x34, 0x34, 0x39, 0x81, 0x7b, 0xf9, 0x13, 0xb7, 0x47, 0xe9, 0x74, - 0xfa, 0x7b, 0x06, 0xf2, 0x6f, 0x27, 0x36, 0xbe, 0x1b, 0xa6, 0xb7, 0x75, 0x99, 0x02, 0x88, 0x15, - 0x4c, 0xd0, 0xba, 0xe0, 0xdd, 0xa7, 0x29, 0x6e, 0x7b, 0xa3, 0x63, 0xda, 0xf6, 0x54, 0xf0, 0x41, - 0x25, 0x0c, 0x42, 0x54, 0x27, 0x71, 0x2c, 0x8d, 0xa4, 0x0e, 0x85, 0xf3, 0x85, 0x41, 0xfe, 0x9e, - 0x09, 0x00, 0x2f, 0x9a, 0x26, 0xf7, 0xb8, 0x6d, 0xaf, 0x62, 0x9a, 0xb6, 0xe1, 0x55, 0xe7, 0x45, - 0x7b, 0x72, 0x34, 0x13, 0xf4, 0x9e, 0xf3, 0xbe, 0x7b, 0x9f, 0x31, 0xfe, 0x6c, 0x39, 0x15, 0xa8, - 0x0a, 0xcb, 0x61, 0x2a, 0x1b, 0xa4, 0xc4, 0x06, 0xad, 0x83, 0x3e, 0x5f, 0x9a, 0x63, 0x84, 0x67, - 0x1a, 0x8a, 0x8e, 0x7b, 0xfe, 0x01, 0x68, 0xaf, 0xa7, 0x13, 0x9a, 0x9a, 0xe4, 0xa1, 0x11, 0x9a, - 0x0f, 0x85, 0x06, 0x7e, 0x72, 0xdb, 0x9b, 0x5f, 0x27, 0x44, 0xac, 0x74, 0xeb, 0xdf, 0x33, 0xda, - 0xf6, 0x77, 0x2b, 0x68, 0x58, 0x10, 0x4a, 0xc5, 0x6d, 0xd3, 0xb2, 0xdf, 0x33, 0x16, 0x74, 0x80, - 0x55, 0xb1, 0xa8, 0x77, 0x51, 0xed, 0x11, 0x97, 0xd8, 0x88, 0xd5, 0x79, 0x04, 0xb4, 0xbe, 0xbe, - 0xca, 0x52, 0xc9, 0xaf, 0x72, 0xb9, 0x46, 0x2c, 0xb9, 0xf1, 0x51, 0x8d, 0xe7, 0x38, 0x81, 0x96, - 0x3a, 0x4a, 0x53, 0x57, 0xd6, 0xba, 0x81, 0xd5, 0xe6, 0x72, 0xea, 0xfa, 0x6a, 0x69, 0xd9, 0x48, - 0xb5, 0xfe, 0x90, 0xf9, 0x68, 0xf6, 0x2b, 0xfb, 0x36, 0x06, 0xb9, 0x68, 0x8e, 0xd3, 0x20, 0xf7, - 0xa8, 0xb7, 0x38, 0xcd, 0x0e, 0xc9, 0xc8, 0x38, 0xc4, 0xc5, 0xb0, 0x5e, 0x87, 0xfb, 0xb6, 0xa6, - 0xd7, 0x52, 0xee, 0x1d, 0x44, 0xb7, 0x4c, 0xa3, 0xab, 0xf5, 0x3e, 0xea, 0x77, 0xeb, 0x32, 0xdc, - 0xe9, 0x9e, 0xde, 0xba, 0x64, 0xdd, 0xdd, 0x58, 0x51, 0x5f, 0x4e, 0xce, 0xaf, 0xef, 0xee, 0xfe, - 0xc4, 0x82, 0x09, 0x1b, 0xab, 0x2e, 0x4c, 0xa3, 0xb4, 0x4e, 0x36, 0x41, 0x91, 0xd6, 0x02, 0x18, - 0xb4, 0x7c, 0xa2, 0xaf, 0x72, 0xdb, 0x07, 0xba, 0x89, 0x4b, 0xc7, 0xb2, 0xed, 0x9f, 0x15, 0x81, - 0xd0, 0x22, 0xb4, 0xaa, 0xe9, 0x58, 0x54, 0x0b, 0xba, 0x4b, 0x1b, 0x97, 0x08, 0x85, 0xbd, 0x46, - 0x3b, 0x73, 0x83, 0x27, 0x9c, 0x60, 0x7f, 0x68, 0xeb, 0x25, 0x46, 0x23, 0xd1, 0x29, 0xb3, 0x90, - 0x0e, 0x09, 0x0f, 0x38, 0x4a, 0x5f, 0x8a, 0x20, 0xf6, 0x69, 0xd7, 0xd6, 0x28, 0x50, 0x7a, 0x42, - 0x04, 0x24, 0x12, 0x17, 0x52, 0x00, 0x26, 0x0e, 0x1f, 0xcd, 0xdb, 0xe0, 0xd8, 0x81, 0x11, 0x37, - 0xb6, 0xa4, 0xe9, 0x49, 0xb7, 0xaf, 0x39, 0xf0, 0x11, 0xd8, 0x56, 0x83, 0xcb, 0x15, 0x8b, 0xf0, - 0xa4, 0x19, 0x0d, 0x2e, 0xcb, 0x25, 0xc2, 0x07, 0x35, 0x80, 0xfe, 0xa0, 0x0f, 0xe1, 0x2d, 0x9b, - 0xab, 0x70, 0x2b, 0xdb, 0xe3, 0x31, 0xb8, 0xc5, 0x2c, 0xf7, 0x7e, 0x98, 0xe8, 0x4a, 0x44, 0xf2, - 0x32, 0xa1, 0x83, 0x59, 0xd9, 0x57, 0x64, 0x46, 0xd1, 0x52, 0xa1, 0x51, 0xf0, 0x4a, 0x06, 0xe1, - 0x9f, 0xcb, 0x1c, 0xc2, 0x53, 0x70, 0xb9, 0xf0, 0xb0, 0x5d, 0x0d, 0x01, 0xa3, 0xc8, 0xfb, 0x02, - 0x8e, 0xc8, 0x34, 0x89, 0x55, 0xe3, 0xc8, 0x6d, 0xd3, 0xdc, 0x09, 0xcc, 0xbe, 0x18, 0x3f, 0x84, - 0x62, 0xbd, 0x02, 0x82, 0x37, 0x56, 0x34, 0x8a, 0x56, 0xd1, 0xea, 0x7c, 0x0a, 0x78, 0x87, 0xea, - 0x5f, 0x54, 0xd5, 0xa1, 0xd0, 0x37, 0x02, 0x08, 0xaf, 0x8a, 0xb3, 0x35, 0x5e, 0x01, 0x23, 0xd4, - 0x3d, 0xc8, 0xb2, 0x20, 0x90, 0x6f, 0x56, 0x2b, 0xc9, 0x7d, 0xed, 0x76, 0x45, 0xf8, 0x8f, 0xe3, - 0xbf, 0x25, 0x36, 0xe8, 0xd1, 0x2c, 0x0d, 0xee, 0x9a, 0xa8, 0x01, 0xbf, 0x5e, 0xd2, 0xae, 0x6c, - 0xf8, 0xb8, 0xbd, 0x02, 0xa1, 0x14, 0xf2, 0x46, 0x1c, 0xb4, 0xe4, 0x81, 0xf6, 0x20, 0x5f, 0x78, - 0xa3, 0xbf, 0x0e, 0xb8, 0x5f, 0x62, 0x3b, 0x10, 0x2a, 0x1f, 0xb5, 0x5d, 0xa9, 0x44, 0x2a, 0x78, - 0x24, 0x3a, 0xd8, 0x31, 0xd0, 0x90, 0x77, 0x6a, 0xa0, 0x45, 0x3e, 0xdf, 0x05, 0x60, 0x32, 0xe1, - 0x1a, 0xee, 0x25, 0x7b, 0x90, 0xb8, 0x47, 0x4b, 0xf1, 0xdd, 0x6e, 0xd0, 0x52, 0x8b, 0xb1, 0xfe, - 0xa8, 0x1b, 0xf8, 0x5f, 0xb8, 0x12, 0x06, 0xff, 0xbd, 0x5e, 0x74, 0xd7, 0x75, 0x21, 0x81, 0x6b, - 0x24, 0x4b, 0xfd, 0x10, 0x45, 0x31, 0x3a, 0x14, 0xbb, 0xa0, 0x49, 0xbf, 0xbc, 0xd3, 0x85, 0xd0, - 0x30, 0x7c, 0x97, 0xed, 0xcf, 0x0c, 0x85, 0x28, 0x46, 0xfa, 0x70, 0xa9, 0x19, 0x2f, 0xef, 0x76, - 0x41, 0xec, 0xae, 0x1f, 0x85, 0xe5, 0xc6, 0x33, 0xd8, 0x1b, 0x41, 0xeb, 0x87, 0xe4, 0xdd, 0xc6, - 0x77, 0x3f, 0x3d, 0xc2, 0x08, 0x5a, 0xa9, 0x84, 0x1a, 0xde, 0x9a, 0x4a, 0xc6, 0xfb, 0xb0, 0x31, - 0xff, 0x67, 0x49, 0x14, 0x74, 0x81, 0x6e, 0x04, 0xf1, 0x07, 0x36, 0x21, 0xc6, 0x7b, 0x88, 0xf1, - 0x4a, 0x7c, 0x0e, 0x37, 0xb6, 0xa1, 0x46, 0xa6, 0x2e, 0x48, 0x20, 0x73, 0xb0, 0x0a, 0xfa, 0x52, - 0xd4, 0x11, 0x98, 0x85, 0x54, 0xcc, 0x60, 0x48, 0x97, 0x60, 0xd2, 0x89, 0x89, 0x91, 0x47, 0xa2, - 0xd0, 0xc3, 0x06, 0xd2, 0x08, 0x2b, 0xc1, 0x1a, 0xda, 0x96, 0x4e, 0xd6, 0x84, 0x2b, 0x6c, 0x65, - 0x51, 0xe5, 0x05, 0x22, 0xbf, 0x5e, 0xcf, 0x6d, 0x29, 0xd7, 0x63, 0x07, 0x22, 0xc5, 0xf9, 0x52, - 0x3c, 0x1b, 0x8b, 0x58, 0xe0, 0x02, 0x39, 0x10, 0xe5, 0x5f, 0x98, 0x63, 0xe4, 0x4b, 0xce, 0x10, - 0x46, 0xd6, 0x48, 0xaf, 0x8d, 0x85, 0xf8, 0xba, 0x0b, 0x6a, 0x06, 0x3d, 0x12, 0x53, 0x10, 0x83, - 0x9e, 0xdc, 0xc2, 0xf0, 0xc4, 0x3b, 0x14, 0x65, 0x11, 0xf1, 0xc6, 0x8e, 0x49, 0x12, 0x7d, 0x21, - 0x06, 0x16, 0x38, 0xb4, 0x8a, 0x4a, 0x31, 0x71, 0x8d, 0x14, 0xc3, 0x1c, 0x8e, 0x4b, 0xac, 0x06, - 0x27, 0x19, 0xd3, 0x95, 0x2d, 0x8c, 0xcb, 0xb3, 0x8d, 0xd0, 0xd4, 0x8a, 0x63, 0xe2, 0xe5, 0x2f, - 0xf5, 0xf3, 0xe4, 0x83, 0x7e, 0x9e, 0xbc, 0xd3, 0xcf, 0x0d, 0xbf, 0xa3, 0xd5, 0xac, 0x2f, 0xaf, - 0xab, 0xe2, 0x9a, 0xce, 0x96, 0xc0, 0x68, 0x7b, 0xbf, 0x8b, 0x1b, 0xef, 0xd3, 0x83, 0x17, 0x63, - 0xf1, 0x29, 0x61, 0xb7, 0x71, 0x7d, 0xb0, 0x9b, 0xc0, 0x26, 0x1b, 0x44, 0x77, 0xa2, 0xc2, 0xd4, - 0x8e, 0x00, 0x61, 0x48, 0xf9, 0x23, 0x84, 0x5d, 0x87, 0xd1, 0x81, 0x18, 0xba, 0xee, 0xc9, 0xc9, - 0x65, 0xcd, 0x45, 0x7c, 0x4f, 0x73, 0xd9, 0xf8, 0x78, 0xa4, 0x23, 0x3f, 0x6c, 0xbc, 0xfd, 0x2e, - 0xf4, 0x96, 0xbb, 0xb0, 0xf1, 0x89, 0x3e, 0x2c, 0xba, 0x70, 0xf0, 0x61, 0x17, 0x36, 0x3e, 0xee, - 0xc3, 0xa7, 0xbb, 0xb0, 0xb1, 0xaa, 0x0f, 0xf2, 0xdf, 0x1d, 0x86, 0xdd, 0xff, 0xb1, 0x61, 0x88, - 0xd1, 0xe5, 0x98, 0xf5, 0x64, 0xe3, 0x13, 0x64, 0x49, 0xe5, 0xb3, 0x4f, 0x97, 0x4b, 0x3a, 0x7a, - 0xac, 0xcf, 0x1b, 0xcb, 0xe3, 0x76, 0xff, 0x3e, 0xc7, 0x59, 0xdf, 0xeb, 0x8d, 0xbf, 0x36, 0x72, - 0x4b, 0x5d, 0x05, 0x2b, 0x83, 0xf5, 0x6c, 0x63, 0x75, 0xd7, 0xe0, 0x3b, 0xae, 0x79, 0x7f, 0xd4, - 0xb5, 0x15, 0xc3, 0xd9, 0x8c, 0xdb, 0x0a, 0x0c, 0x12, 0x35, 0x0b, 0xd2, 0xb4, 0xf5, 0xff, 0xf1, - 0x5e, 0xc6, 0x6d, 0xae, 0x8e, 0x6e, 0xba, 0xce, 0xa7, 0xd8, 0x0d, 0x1d, 0x07, 0xb0, 0xa6, 0x20, - 0x7f, 0x94, 0xd9, 0x28, 0x8e, 0xbe, 0x44, 0x19, 0xbe, 0x8a, 0x10, 0xf6, 0xc5, 0x84, 0x7c, 0x08, - 0x5e, 0xe6, 0xc9, 0xc4, 0x49, 0xc8, 0xae, 0x11, 0x36, 0xe7, 0xd9, 0x2a, 0x08, 0xb6, 0x0a, 0x87, - 0x7c, 0x3b, 0xbb, 0x6c, 0x9d, 0x7e, 0xaa, 0x6c, 0x16, 0xca, 0xe6, 0xfe, 0x62, 0xd9, 0x1c, 0x94, - 0xcd, 0x2f, 0x9b, 0xa9, 0x31, 0x32, 0xf1, 0xc3, 0xe7, 0xde, 0x13, 0xca, 0x5e, 0x90, 0xda, 0xd2, - 0x58, 0xf8, 0xdf, 0xbd, 0x88, 0xbd, 0xcf, 0xcd, 0x2b, 0x2f, 0xf3, 0x12, 0xd9, 0x75, 0x41, 0xcb, - 0x59, 0x10, 0x1b, 0xa3, 0x15, 0xf4, 0xea, 0x72, 0xe1, 0x0c, 0x89, 0x90, 0x73, 0x18, 0xdb, 0x8e, - 0xcb, 0x07, 0x0b, 0x19, 0xf8, 0x8d, 0xad, 0x27, 0x50, 0x3a, 0x14, 0x38, 0x8b, 0xb6, 0x19, 0x15, - 0x27, 0xd3, 0xa0, 0xae, 0x6a, 0xec, 0x48, 0xf0, 0x9d, 0x67, 0x36, 0x76, 0xc4, 0xc4, 0x5e, 0xac, - 0x0b, 0x84, 0x2c, 0x6c, 0x4c, 0x34, 0xfc, 0x22, 0xd4, 0x21, 0x92, 0xf7, 0x5c, 0x3f, 0x4b, 0xe5, - 0x43, 0xcb, 0x19, 0xbe, 0xef, 0x22, 0xeb, 0xe5, 0x8c, 0xeb, 0x4b, 0xb4, 0x6d, 0x8b, 0x99, 0xa9, - 0x39, 0xeb, 0xb1, 0xbb, 0x0f, 0x96, 0x86, 0xf2, 0x49, 0xe2, 0xde, 0x60, 0x99, 0x17, 0xc8, 0xf5, - 0x74, 0x46, 0x96, 0x9c, 0x70, 0x2c, 0x42, 0xd4, 0x15, 0x1d, 0x0f, 0xfb, 0x16, 0x68, 0xc3, 0xf3, - 0xb9, 0x22, 0x6b, 0xf8, 0x9f, 0xc9, 0xaa, 0x0e, 0x85, 0x1f, 0x65, 0x0e, 0x34, 0xed, 0x4f, 0x5d, - 0x09, 0xe2, 0xff, 0x8c, 0x2b, 0x61, 0x19, 0x63, 0xb8, 0xc6, 0x83, 0x8b, 0xbc, 0xd3, 0x0f, 0xb0, - 0x16, 0xf6, 0xe4, 0xf5, 0xf4, 0x53, 0x1c, 0x0f, 0xc7, 0xf7, 0xc9, 0x14, 0xc4, 0x6a, 0xc8, 0x27, - 0xf3, 0x69, 0x2e, 0x7b, 0x14, 0x54, 0x1d, 0x45, 0x68, 0x90, 0xce, 0x94, 0xbd, 0xf5, 0x38, 0xdd, - 0xf8, 0x63, 0xa4, 0x7e, 0x46, 0x9d, 0xfd, 0x2c, 0x52, 0x23, 0x2c, 0xda, 0x63, 0xa3, 0xb1, 0xed, - 0x4e, 0xe8, 0xbe, 0xf7, 0xab, 0x0e, 0xa3, 0xaf, 0x3d, 0xd9, 0xb3, 0x4d, 0x4b, 0x35, 0xc7, 0x06, - 0x76, 0xd1, 0x27, 0x7b, 0x8f, 0xd5, 0x21, 0x82, 0x68, 0x6c, 0xe4, 0x3a, 0x2f, 0x29, 0xa9, 0x30, - 0x6c, 0x53, 0x27, 0x4a, 0xa4, 0x15, 0xe1, 0x3a, 0x2e, 0x25, 0x7d, 0x7d, 0x25, 0x74, 0x8a, 0xd2, - 0x90, 0xcb, 0x35, 0x95, 0xa0, 0x93, 0x70, 0x03, 0x6b, 0xd9, 0x23, 0x5d, 0x69, 0xa8, 0xbb, 0xf1, - 0x39, 0xdb, 0x0d, 0x7a, 0x10, 0x80, 0x5e, 0x2c, 0xab, 0x72, 0xab, 0x18, 0xdf, 0x86, 0x47, 0x00, - 0x7f, 0xc4, 0xf8, 0x36, 0x56, 0x73, 0xbe, 0xee, 0x84, 0x32, 0x14, 0x60, 0x7d, 0xef, 0x70, 0xbe, - 0x8d, 0x3f, 0x64, 0x7d, 0x71, 0xce, 0xb7, 0xf1, 0x17, 0x59, 0x9f, 0xd7, 0xb8, 0x44, 0x84, 0xf5, - 0x45, 0xf9, 0x0c, 0xae, 0xc0, 0x73, 0x09, 0x3c, 0xee, 0x74, 0x0b, 0x4b, 0x88, 0xa1, 0x26, 0x01, - 0xfd, 0xb3, 0x99, 0x49, 0xc5, 0xea, 0x77, 0x29, 0xc1, 0xbc, 0xc8, 0x5f, 0xc5, 0xa8, 0x10, 0x0c, - 0x67, 0xf2, 0xe8, 0x40, 0xfa, 0x40, 0x5f, 0xb2, 0x16, 0x04, 0xb1, 0x60, 0xcc, 0x1f, 0x0c, 0xda, - 0x07, 0x63, 0xb6, 0xf1, 0x27, 0xd2, 0x4a, 0xd2, 0x3f, 0x1e, 0xb4, 0x8d, 0xc4, 0xff, 0xd0, 0xa0, - 0xf9, 0xad, 0xfb, 0xeb, 0xa3, 0x06, 0xf3, 0x8d, 0xb8, 0x2e, 0xf9, 0x60, 0xd8, 0xc2, 0xb9, 0x82, - 0xa9, 0x25, 0x6d, 0xc7, 0xab, 0xc1, 0xf0, 0x8c, 0xc0, 0x73, 0xb5, 0xca, 0x7e, 0x49, 0x44, 0xb4, - 0xff, 0x77, 0xc7, 0xdd, 0xdb, 0x22, 0x1b, 0x5b, 0x6b, 0x62, 0x6b, 0x4b, 0x52, 0x58, 0x2c, 0xfb, - 0x05, 0x82, 0x73, 0x4e, 0xde, 0x59, 0x48, 0x89, 0x83, 0xc2, 0x35, 0xcc, 0x00, 0x79, 0x74, 0xab, - 0x73, 0x58, 0xbf, 0xc2, 0x8d, 0xb2, 0x74, 0x7c, 0x07, 0x3d, 0x3f, 0xcf, 0x58, 0xe3, 0x12, 0x92, - 0x0e, 0xf2, 0x80, 0x9e, 0xa5, 0x1c, 0x3a, 0x49, 0xdc, 0x32, 0x7a, 0xfe, 0x51, 0xbf, 0xda, 0xdd, - 0xee, 0xc5, 0xf5, 0x58, 0x3c, 0x39, 0xe8, 0x99, 0x78, 0xbc, 0xd5, 0x79, 0xe7, 0xb6, 0xbf, 0x7f, - 0x8b, 0x47, 0xfb, 0xee, 0xd2, 0xe3, 0xae, 0xda, 0xad, 0xe6, 0x23, 0xfc, 0xb4, 0x8a, 0xed, 0x61, - 0xb7, 0x48, 0xcf, 0xf6, 0x7d, 0x38, 0xef, 0x5c, 0x8b, 0x47, 0x4d, 0xdb, 0x29, 0x28, 0x25, 0x7a, - 0x98, 0xf8, 0xb5, 0x71, 0x75, 0x9b, 0xdd, 0x85, 0x3c, 0x93, 0xe7, 0xf1, 0xa8, 0xf2, 0x78, 0x75, - 0x8b, 0x89, 0xc7, 0xca, 0x7e, 0xff, 0x49, 0x19, 0x37, 0x9b, 0x7b, 0xce, 0x19, 0xbc, 0x96, 0xf7, - 0x9a, 0x8a, 0x3a, 0x7a, 0x3d, 0xc0, 0x02, 0xbb, 0x72, 0xe7, 0xf6, 0x7a, 0xf7, 0xae, 0xd5, 0xbf, - 0xd1, 0x1f, 0xab, 0xf2, 0x9e, 0xd9, 0x1c, 0xef, 0x9d, 0x9d, 0xdf, 0x97, 0x8d, 0xaa, 0x31, 0x6e, - 0x69, 0xd6, 0xd4, 0xbd, 0x3a, 0x2f, 0x3c, 0x55, 0x5c, 0xd9, 0xbe, 0x39, 0x1c, 0xec, 0x0d, 0xda, - 0x05, 0xf3, 0xf2, 0x6d, 0xaa, 0xab, 0xe3, 0xeb, 0x57, 0x2b, 0xdb, 0xe9, 0xa8, 0xc6, 0x5d, 0xe6, - 0x7c, 0xf8, 0x34, 0x7c, 0x7b, 0x05, 0x03, 0x62, 0x77, 0x3a, 0x79, 0x78, 0x33, 0x76, 0xc7, 0x79, - 0xad, 0xf7, 0x42, 0xda, 0xfb, 0xdd, 0x87, 0xe9, 0xed, 0xb0, 0x7f, 0x92, 0x99, 0xb6, 0xcf, 0xc4, - 0xd6, 0xe4, 0xb8, 0x3b, 0x7d, 0x7d, 0x78, 0xda, 0xbf, 0x50, 0x4a, 0x99, 0x8e, 0x5d, 0xcd, 0xc8, - 0xdd, 0xf2, 0xf0, 0xa8, 0x55, 0x3c, 0x1f, 0xab, 0x65, 0xd3, 0x3e, 0x1b, 0x35, 0x2f, 0x57, 0x1e, - 0x3f, 0xbe, 0xc2, 0x6c, 0x7d, 0x19, 0x05, 0x6b, 0x99, 0xc1, 0x1a, 0x66, 0x90, 0x63, 0x49, 0x99, - 0x8e, 0x29, 0xd2, 0x36, 0x79, 0x1d, 0x12, 0xc7, 0x3d, 0x76, 0xf0, 0x24, 0x67, 0x6e, 0xfb, 0x9a, - 0x74, 0x41, 0x6f, 0xed, 0xaf, 0x55, 0xc5, 0x63, 0xa5, 0xa3, 0xab, 0x79, 0x2d, 0xdd, 0x74, 0x48, - 0x02, 0xdf, 0xfe, 0xac, 0x7c, 0x40, 0x4f, 0x47, 0x86, 0xe3, 0xa2, 0x85, 0x95, 0xc0, 0xb3, 0xb3, - 0x3f, 0x80, 0x41, 0xfd, 0x26, 0xa8, 0x62, 0xd3, 0xd7, 0x05, 0x5b, 0x30, 0xba, 0xd7, 0x98, 0xca, - 0x3a, 0x23, 0x9b, 0xa6, 0x9b, 0x60, 0x67, 0xb5, 0xc7, 0xed, 0x03, 0xc7, 0x92, 0x02, 0x88, 0xa8, - 0x51, 0x9e, 0x49, 0x2a, 0x49, 0x8c, 0x35, 0xb7, 0xef, 0x7d, 0x42, 0xf8, 0x74, 0x87, 0x32, 0xb2, - 0x8c, 0xac, 0x28, 0x56, 0x0a, 0x75, 0x60, 0x1d, 0xed, 0x7d, 0x71, 0x1f, 0x58, 0x07, 0xe6, 0xd8, - 0x4e, 0xc8, 0xd3, 0x44, 0x53, 0xb3, 0x15, 0xd3, 0x34, 0x5f, 0x34, 0x42, 0x57, 0xb8, 0xdd, 0x3e, - 0x49, 0xc0, 0xac, 0xf7, 0x0e, 0xc6, 0xef, 0xbb, 0xae, 0xe5, 0xd4, 0x32, 0x99, 0xb1, 0x4e, 0xd4, - 0x34, 0xa8, 0x19, 0x8a, 0x39, 0xb4, 0x1d, 0x92, 0x46, 0x27, 0xa6, 0x95, 0x01, 0x25, 0x45, 0xb2, - 0x7b, 0x78, 0x9c, 0xff, 0x7f, 0xc9, 0x60, 0x56, 0xbe, 0x70, 0xf4, 0x4c, 0xf9, 0x84, 0x62, 0x0e, - 0x06, 0x43, 0x03, 0xb4, 0x1e, 0xc6, 0xc9, 0x59, 0x45, 0x1b, 0x4b, 0x73, 0x93, 0x2d, 0x70, 0xae, - 0x9b, 0x68, 0xb8, 0xf7, 0xde, 0x83, 0xa7, 0x79, 0x28, 0x75, 0x96, 0xe6, 0xea, 0x8b, 0xf1, 0xc7, - 0x64, 0x13, 0x60, 0x19, 0x4f, 0x34, 0x0f, 0x46, 0x6d, 0xe3, 0x53, 0x44, 0xb3, 0x6e, 0xcc, 0x19, - 0xd1, 0xe8, 0xe1, 0x01, 0xdf, 0x88, 0xf3, 0x30, 0x8d, 0x79, 0xc9, 0xfc, 0xd3, 0x03, 0xb8, 0xa8, - 0x78, 0xc0, 0x03, 0x7d, 0xa2, 0x4c, 0xf8, 0x94, 0x79, 0x20, 0x98, 0x56, 0x9a, 0x15, 0x99, 0x0a, - 0xc3, 0xfa, 0xe6, 0x1f, 0xd5, 0x8f, 0x87, 0xc0, 0xeb, 0xa6, 0xa2, 0x59, 0x02, 0x98, 0x92, 0xcc, - 0x5f, 0x2b, 0x58, 0x8c, 0x2b, 0x3b, 0x7b, 0xc0, 0x86, 0x84, 0xb1, 0xc3, 0x0e, 0x96, 0x17, 0xd8, - 0x99, 0xed, 0x82, 0xcb, 0x0e, 0x3e, 0x17, 0xa0, 0x50, 0xe3, 0x4b, 0x56, 0x30, 0xcc, 0x73, 0x32, - 0x06, 0xa3, 0xd2, 0xc1, 0x17, 0xcd, 0xb9, 0x30, 0xd8, 0x2f, 0x12, 0x3f, 0x7b, 0xa2, 0x1d, 0x64, - 0x8f, 0xd7, 0x3d, 0x79, 0x8c, 0x4f, 0x8a, 0xe2, 0x36, 0xe8, 0x81, 0xf9, 0x1a, 0x54, 0xd2, 0xf8, - 0x41, 0x77, 0x00, 0xfd, 0x14, 0x2c, 0x5c, 0x43, 0x27, 0x6a, 0xe3, 0xc7, 0x17, 0x78, 0xf1, 0xa3, - 0x0a, 0xdb, 0x93, 0x86, 0x18, 0xbc, 0x80, 0xb4, 0x80, 0x37, 0x05, 0x5e, 0xf1, 0x67, 0x68, 0xe3, - 0x1e, 0x4d, 0x66, 0x5e, 0x36, 0xb6, 0xb2, 0x02, 0xa0, 0xc2, 0xbd, 0xa5, 0x5a, 0x31, 0x2d, 0xd2, - 0x6b, 0x99, 0x43, 0xc3, 0x85, 0x47, 0x20, 0xba, 0xe0, 0x11, 0xaa, 0x80, 0x4c, 0xc6, 0xd0, 0x81, - 0x7a, 0x44, 0x01, 0xf4, 0x65, 0x68, 0x39, 0xa6, 0xb3, 0x1f, 0xd7, 0x6e, 0x94, 0x05, 0x35, 0x38, - 0x46, 0x5e, 0xe8, 0x4e, 0x90, 0x11, 0x37, 0x7e, 0x40, 0xdb, 0x90, 0x2f, 0x34, 0x66, 0x73, 0x81, - 0xf8, 0x0f, 0xba, 0xff, 0x60, 0x9d, 0x37, 0x38, 0x4e, 0xb0, 0x8e, 0xa0, 0xbc, 0x75, 0x3e, 0x1c, - 0xe0, 0xcf, 0xc0, 0x6d, 0x64, 0xf1, 0xef, 0x69, 0x87, 0xbd, 0x9d, 0x42, 0xcb, 0xb0, 0x16, 0xf8, - 0x41, 0xc1, 0x80, 0xa5, 0x94, 0x6e, 0xaf, 0x31, 0xa3, 0x77, 0x55, 0xd4, 0x66, 0xc8, 0xde, 0x6b, - 0xc0, 0xf3, 0xed, 0x17, 0x4e, 0x90, 0x7b, 0xb5, 0xd9, 0xd0, 0xd6, 0x6b, 0x1c, 0x37, 0x17, 0x24, - 0xdd, 0xea, 0x4b, 0xf0, 0xb9, 0x57, 0x4b, 0x97, 0x04, 0x57, 0x92, 0x6b, 0xe9, 0x0a, 0x14, 0xa4, - 0x0b, 0x0a, 0x98, 0x08, 0x59, 0xf0, 0x75, 0x60, 0xd5, 0x58, 0xac, 0xbb, 0x53, 0x9b, 0x31, 0xb7, - 0x7c, 0xed, 0x8b, 0x28, 0xd8, 0x3d, 0x19, 0xef, 0x24, 0x78, 0xc5, 0x55, 0x4b, 0x7c, 0xef, 0x93, - 0x09, 0xbc, 0x43, 0xb3, 0xa9, 0xa5, 0x82, 0x29, 0x96, 0x32, 0x00, 0xb5, 0x1c, 0x33, 0x59, 0x9a, - 0x8a, 0x09, 0x80, 0x32, 0x9d, 0x18, 0x98, 0x6b, 0x2e, 0x80, 0x0e, 0xd3, 0xf8, 0x01, 0x03, 0x93, - 0xcd, 0x0a, 0xb9, 0x82, 0x50, 0x10, 0x82, 0x29, 0x2c, 0x05, 0xf3, 0x3c, 0xdd, 0x03, 0x1e, 0x31, - 0x94, 0xd3, 0x9a, 0x99, 0x99, 0x0c, 0x24, 0x27, 0x0d, 0x82, 0x8a, 0xfb, 0x29, 0x40, 0x99, 0x9c, - 0x90, 0x2d, 0x0b, 0xd9, 0x45, 0x11, 0x2a, 0xc7, 0x9c, 0x34, 0xed, 0x8d, 0x62, 0xe2, 0xed, 0x03, - 0x69, 0x68, 0x75, 0xa6, 0x50, 0xcd, 0xe2, 0xbf, 0x6c, 0x2e, 0x9f, 0x7e, 0xb6, 0x68, 0xd1, 0x9c, - 0x98, 0xcb, 0x09, 0x79, 0x2c, 0x9d, 0xfb, 0xa0, 0x42, 0x02, 0x98, 0x24, 0xb6, 0x5f, 0x25, 0x94, - 0xcb, 0x43, 0xb9, 0xea, 0x9f, 0x17, 0x2b, 0x40, 0x91, 0x7c, 0xf6, 0x8f, 0xca, 0xfd, 0xac, 0x07, - 0x97, 0x5b, 0x80, 0x89, 0xa6, 0xea, 0xe4, 0x2e, 0x08, 0xb2, 0x6a, 0x51, 0x9b, 0x2d, 0xc9, 0xcf, - 0xbe, 0xa8, 0xde, 0x96, 0xe5, 0xcd, 0x4d, 0xbc, 0x4f, 0x02, 0xa6, 0x11, 0x9e, 0x5d, 0xe1, 0x53, - 0xe7, 0x76, 0x9e, 0xe4, 0x37, 0x37, 0x23, 0xf2, 0x66, 0x1e, 0xc0, 0x74, 0x60, 0x0a, 0x26, 0x89, - 0xe0, 0xf2, 0x33, 0xe0, 0x94, 0x1e, 0x1d, 0x7a, 0x57, 0x32, 0xa4, 0xa9, 0x51, 0x85, 0x17, 0x25, - 0x5c, 0x82, 0xde, 0x4a, 0x6c, 0x30, 0x08, 0x31, 0xe3, 0xa2, 0x6c, 0xef, 0x48, 0x4d, 0x12, 0x7e, - 0x66, 0x13, 0x77, 0x68, 0x1b, 0x09, 0x35, 0x74, 0xc3, 0xc6, 0xee, 0x94, 0x7e, 0x0a, 0x65, 0xdd, - 0xdf, 0x6d, 0x9d, 0xaf, 0xc9, 0xec, 0xec, 0x4e, 0x5b, 0xc8, 0x56, 0xe8, 0x85, 0x1c, 0xe1, 0x42, - 0x9a, 0xb3, 0x3f, 0xb0, 0xb0, 0xd6, 0xa0, 0x98, 0xd8, 0x68, 0x34, 0x2e, 0xe4, 0x67, 0x98, 0x9c, - 0x78, 0x26, 0x98, 0x03, 0x5f, 0xd2, 0x40, 0x42, 0x3d, 0xb7, 0x1f, 0x2e, 0x04, 0x19, 0x42, 0x45, - 0xc8, 0xe6, 0x26, 0x67, 0xd2, 0x22, 0x5c, 0xa3, 0x81, 0x8a, 0xb4, 0xd9, 0xc5, 0xb4, 0x2f, 0x4d, - 0xdb, 0x96, 0xa6, 0x69, 0xcd, 0xa1, 0xbf, 0x91, 0x6a, 0xf1, 0xde, 0x89, 0x69, 0xab, 0xdb, 0x03, - 0xc4, 0x2a, 0x2c, 0xf6, 0x81, 0xa3, 0x07, 0x21, 0xe2, 0x8d, 0x0f, 0x30, 0x8d, 0xd2, 0x74, 0x16, - 0xa5, 0x71, 0x12, 0xb1, 0x2b, 0x2d, 0x48, 0x28, 0x95, 0x4e, 0x8c, 0xb4, 0xdc, 0xab, 0x43, 0x15, - 0x14, 0xb5, 0x1c, 0xdd, 0x04, 0xcb, 0x09, 0xc4, 0xbf, 0xfe, 0x02, 0xf3, 0xe2, 0x24, 0x62, 0x59, - 0x9d, 0x3a, 0x22, 0xd1, 0x5b, 0x75, 0xe7, 0x3d, 0x8c, 0x7b, 0x86, 0x71, 0xc3, 0x4d, 0xd3, 0xe9, - 0xb4, 0xc3, 0xd1, 0x58, 0x4e, 0xae, 0xc6, 0x51, 0xef, 0x60, 0xbd, 0x0b, 0x4c, 0x16, 0x61, 0x99, - 0x0b, 0x58, 0x6c, 0x96, 0x09, 0x4e, 0x43, 0x85, 0x22, 0xc4, 0x9e, 0x76, 0x28, 0x03, 0x33, 0xed, - 0xa6, 0x0e, 0x2d, 0x58, 0x1c, 0xc1, 0xc4, 0xf1, 0x82, 0xd1, 0x10, 0xeb, 0xc6, 0x77, 0xc7, 0x43, - 0x5b, 0xdd, 0x48, 0xa5, 0x78, 0xe7, 0x87, 0xf1, 0x33, 0x56, 0xb3, 0x19, 0xaf, 0x73, 0x0d, 0x64, - 0x0f, 0x2a, 0x6d, 0xd2, 0x5f, 0x84, 0x9c, 0x5c, 0x02, 0x0d, 0x70, 0xfb, 0x2a, 0xc7, 0xf3, 0x1f, - 0x94, 0x14, 0x7c, 0xfc, 0xca, 0xb2, 0xc5, 0x09, 0xf0, 0x35, 0x74, 0xe4, 0x27, 0xe4, 0xf1, 0xce, - 0xe1, 0xa0, 0x01, 0x71, 0xd0, 0xef, 0x20, 0x33, 0x80, 0x16, 0xe2, 0xa0, 0x42, 0x9f, 0x07, 0x2e, - 0xfd, 0x8c, 0x8e, 0x83, 0x1a, 0x57, 0x84, 0xbf, 0x8b, 0x6f, 0xee, 0x96, 0xcc, 0x09, 0x8b, 0xa1, - 0xa6, 0xfc, 0x05, 0x71, 0x0b, 0x39, 0xb4, 0x37, 0x98, 0x86, 0x28, 0xa1, 0x24, 0xbd, 0x03, 0x3d, - 0x00, 0xfe, 0x83, 0xd3, 0xe6, 0xc8, 0x25, 0x83, 0x24, 0x87, 0x4a, 0xc8, 0xad, 0x06, 0xf4, 0xc4, - 0x09, 0xc7, 0x9d, 0x8b, 0x73, 0xe8, 0x15, 0x9e, 0x7f, 0xa2, 0x75, 0xa7, 0x49, 0x80, 0xc5, 0x87, - 0xe8, 0x6e, 0x11, 0x6a, 0x33, 0x8b, 0x92, 0x59, 0x63, 0x1d, 0xfd, 0xed, 0x30, 0x26, 0x5e, 0xf3, - 0xbe, 0x0b, 0x0b, 0xca, 0x8d, 0x40, 0xf5, 0xbd, 0x45, 0xb3, 0x18, 0xbd, 0x34, 0xbe, 0xc4, 0x09, - 0x68, 0x15, 0x00, 0x6f, 0x0e, 0xc0, 0x8c, 0x22, 0x3b, 0xc9, 0x08, 0x4d, 0x73, 0x78, 0xc8, 0x6c, - 0x08, 0x41, 0xca, 0x56, 0x17, 0x13, 0x69, 0x8c, 0x40, 0x28, 0x31, 0x87, 0x89, 0xaa, 0xaa, 0x46, - 0x12, 0xf3, 0x98, 0x28, 0xcb, 0x72, 0x24, 0xb1, 0x80, 0x89, 0x92, 0x24, 0x45, 0x12, 0x8b, 0x98, - 0x58, 0xad, 0x56, 0x23, 0x89, 0xa5, 0x55, 0x89, 0x15, 0x4c, 0xac, 0x54, 0x2a, 0x91, 0x44, 0x19, - 0x13, 0x0b, 0x85, 0x42, 0x24, 0x51, 0xc1, 0xc4, 0x7c, 0x3e, 0x1f, 0x49, 0x24, 0x98, 0x98, 0xcd, - 0x66, 0x23, 0x89, 0x2a, 0x26, 0xe2, 0x4d, 0x4e, 0xe1, 0x44, 0x1b, 0x13, 0x95, 0x5c, 0x34, 0x67, - 0x8f, 0xe6, 0x54, 0xa2, 0x89, 0x3a, 0x4d, 0x2c, 0x29, 0x91, 0x44, 0x13, 0x12, 0xe9, 0xa1, 0xb7, - 0x39, 0xb1, 0x20, 0x24, 0x16, 0x7f, 0xf0, 0x84, 0xdd, 0x48, 0x46, 0x47, 0xf6, 0xf0, 0x99, 0x8f, - 0x25, 0xf7, 0xbd, 0xf4, 0x52, 0x24, 0xdd, 0x95, 0xd7, 0x00, 0x0e, 0x1d, 0xa8, 0x1b, 0x2b, 0x20, - 0xf9, 0x25, 0xb2, 0x65, 0x51, 0x48, 0x2c, 0xfe, 0xac, 0x2f, 0xd1, 0xff, 0x54, 0x1d, 0x94, 0xab, - 0x51, 0xb3, 0xd3, 0x9f, 0xc6, 0x5d, 0x4d, 0x77, 0xd1, 0x4b, 0xa1, 0x19, 0xb8, 0xcf, 0x22, 0x29, - 0xa6, 0x2b, 0x90, 0xaf, 0x16, 0x27, 0xa8, 0x38, 0xfa, 0x29, 0x41, 0xd1, 0xb8, 0x96, 0x38, 0x41, - 0xc5, 0xc7, 0x24, 0xbf, 0x6a, 0x48, 0x0b, 0xab, 0x06, 0x9f, 0x12, 0x54, 0xb1, 0x58, 0x5c, 0x26, - 0xa8, 0x52, 0xa9, 0xf4, 0x49, 0x82, 0x8a, 0x53, 0x2e, 0x25, 0x28, 0x45, 0x51, 0x96, 0x09, 0x2a, - 0x3e, 0x45, 0xd4, 0x55, 0xb3, 0x81, 0x12, 0x14, 0x29, 0xe4, 0x96, 0x09, 0xaa, 0x40, 0x72, 0xcb, - 0x04, 0x55, 0xa8, 0x48, 0xab, 0x09, 0x2a, 0x7e, 0x5e, 0xf3, 0x0a, 0x6a, 0x02, 0x64, 0xae, 0xa4, - 0x26, 0x48, 0x2f, 0xae, 0xa1, 0xa6, 0x35, 0x07, 0x3d, 0xaf, 0x25, 0xa5, 0xb5, 0x47, 0x3e, 0xaf, - 0x23, 0xa5, 0x35, 0x87, 0x3f, 0xbf, 0x4b, 0x47, 0x43, 0x03, 0x38, 0x2c, 0x17, 0xe2, 0x53, 0x68, - 0x1a, 0xed, 0xf6, 0x90, 0x4f, 0xb1, 0xab, 0x9b, 0x56, 0x5c, 0xfc, 0x45, 0xd5, 0x12, 0x8c, 0xfb, - 0xe5, 0x05, 0x73, 0xed, 0x3d, 0x54, 0x50, 0x1b, 0x48, 0x34, 0x93, 0x5e, 0x32, 0x45, 0x04, 0xf3, - 0xdd, 0x6b, 0xa5, 0x50, 0x0c, 0x3b, 0x0d, 0x0b, 0xaf, 0x49, 0x6a, 0x63, 0x58, 0x74, 0x32, 0x2e, - 0x1e, 0xe4, 0x1e, 0x5f, 0x07, 0x93, 0x44, 0x3a, 0x4f, 0x3a, 0xfc, 0xe6, 0x26, 0xc8, 0xba, 0x74, - 0x89, 0x17, 0x7c, 0xcd, 0xca, 0x8b, 0x63, 0x6e, 0x38, 0x41, 0xca, 0x22, 0xd4, 0xe6, 0x08, 0x95, - 0xd8, 0xc6, 0x2f, 0xbc, 0x96, 0xe9, 0x1f, 0x33, 0xda, 0x98, 0x39, 0xff, 0x0b, 0x5a, 0x6d, 0x0c, - 0x75, 0x7d, 0x1e, 0xeb, 0x75, 0xe7, 0x45, 0x33, 0x5a, 0x9d, 0x0e, 0x76, 0x5d, 0xeb, 0x26, 0xbf, - 0x30, 0xb5, 0x8c, 0x9f, 0xc5, 0xae, 0xdb, 0xfa, 0xe8, 0xfe, 0xb3, 0xf5, 0x18, 0xc1, 0x7b, 0xe8, - 0x28, 0x4a, 0xc0, 0x18, 0x44, 0x8c, 0xb0, 0x2b, 0xe9, 0xb0, 0xc1, 0x4e, 0x9f, 0x10, 0x14, 0x98, - 0xe9, 0x85, 0x87, 0x32, 0xa3, 0x38, 0x0e, 0xa6, 0x50, 0x4b, 0x3c, 0x09, 0x22, 0x71, 0x87, 0xea, - 0xba, 0xa0, 0xea, 0x72, 0x29, 0x6a, 0xf7, 0xd5, 0xb8, 0x34, 0xc7, 0xa7, 0xb8, 0x8c, 0x03, 0xad, - 0x4e, 0x7b, 0x99, 0x69, 0xb8, 0x7a, 0x83, 0x93, 0x74, 0x9d, 0x5e, 0xe4, 0x15, 0xba, 0xd4, 0xca, - 0xe4, 0xe7, 0x73, 0xc9, 0x99, 0x1a, 0x4a, 0x22, 0xe8, 0xb2, 0x7f, 0x9d, 0xd6, 0x8c, 0x03, 0x5a, - 0x00, 0x43, 0xa6, 0xd1, 0x88, 0x47, 0xfe, 0x5a, 0xb6, 0xe9, 0x9a, 0xa0, 0x5f, 0x01, 0xc6, 0xa9, - 0xd5, 0x28, 0x0a, 0x49, 0x5a, 0x75, 0x23, 0x22, 0xa1, 0x7b, 0xbe, 0x84, 0x86, 0xd4, 0x23, 0x0b, - 0x14, 0x8e, 0xdf, 0xbf, 0xbd, 0x6c, 0x50, 0x1e, 0x14, 0xcf, 0x24, 0xd7, 0x06, 0xf8, 0x89, 0x33, - 0x30, 0x21, 0xd2, 0x89, 0x4b, 0x1d, 0xcf, 0x1a, 0x4a, 0xd0, 0xa5, 0x31, 0x16, 0x6d, 0x7e, 0x74, - 0xf9, 0x85, 0x5b, 0x27, 0xf3, 0x19, 0x44, 0x81, 0x42, 0xe3, 0x79, 0x5f, 0x4d, 0x5c, 0x5d, 0xfb, - 0x42, 0x3f, 0x00, 0x52, 0xe9, 0x26, 0xe9, 0x0d, 0x62, 0x60, 0xac, 0x0d, 0x88, 0xdd, 0x23, 0x7b, - 0x84, 0x58, 0xf8, 0xc6, 0x34, 0x07, 0x4a, 0x67, 0x38, 0xb4, 0x3c, 0x58, 0x92, 0x2f, 0xe4, 0xbe, - 0x03, 0x3a, 0xc7, 0x42, 0x62, 0x0b, 0x1c, 0x17, 0xd1, 0x0f, 0x7a, 0x69, 0x20, 0x9e, 0xdf, 0xbf, - 0x03, 0x4b, 0x03, 0x6c, 0x35, 0x67, 0x38, 0x48, 0x5b, 0x7d, 0xc0, 0x8d, 0x93, 0xc9, 0x56, 0x73, - 0x62, 0x26, 0x2b, 0x56, 0xc4, 0x98, 0x56, 0x41, 0x4b, 0xf9, 0xb4, 0x13, 0x4f, 0xaf, 0x77, 0x89, - 0xab, 0xf4, 0x93, 0xef, 0x8d, 0x6a, 0x1f, 0x9d, 0xe1, 0xd2, 0xd4, 0x49, 0x3f, 0x83, 0xa1, 0xc1, - 0x09, 0xb3, 0x01, 0x71, 0xfb, 0xa6, 0x5a, 0xe3, 0xa0, 0xbb, 0xdc, 0x9c, 0x47, 0x68, 0x46, 0x12, - 0x66, 0x0e, 0xa1, 0xdf, 0x93, 0xfc, 0x22, 0x65, 0x16, 0x57, 0xc8, 0x01, 0x0f, 0x68, 0x15, 0x82, - 0x66, 0xce, 0xa7, 0x61, 0x5c, 0xa1, 0x5e, 0x7a, 0x6b, 0x9e, 0x69, 0x38, 0x26, 0xcc, 0x14, 0xdd, - 0xec, 0x01, 0xf1, 0x86, 0x2b, 0x4b, 0xa8, 0x26, 0x71, 0xe8, 0x0e, 0x16, 0x2f, 0x2e, 0x37, 0x21, - 0x21, 0xa4, 0x04, 0xe8, 0xfb, 0x41, 0xbe, 0x84, 0xe7, 0xf3, 0x75, 0xe8, 0xbc, 0x21, 0x2a, 0xb4, - 0x19, 0xa0, 0x77, 0x35, 0x03, 0x28, 0x6f, 0xca, 0x2e, 0x78, 0xf3, 0xb5, 0x6b, 0xd2, 0xf0, 0x4d, - 0x29, 0x98, 0x19, 0x62, 0xdd, 0xfc, 0x0e, 0x40, 0x7c, 0xdd, 0xd6, 0x04, 0xdd, 0xd6, 0x9b, 0xfb, - 0x60, 0x91, 0xc0, 0x87, 0x1f, 0xe6, 0x4f, 0x98, 0x42, 0x3b, 0x74, 0x54, 0xdb, 0x30, 0x43, 0x1f, - 0x09, 0x70, 0x31, 0xbe, 0x16, 0x7c, 0x01, 0xb5, 0xdb, 0x87, 0x96, 0x74, 0x04, 0x2f, 0x39, 0xfb, - 0xd3, 0x7f, 0xca, 0xfd, 0x04, 0x42, 0x5a, 0xe4, 0x30, 0xf0, 0xa6, 0x41, 0xa0, 0x25, 0xfa, 0xa2, - 0x23, 0x4c, 0xfa, 0xc4, 0xa7, 0xbc, 0xec, 0x79, 0xc8, 0x4e, 0xb6, 0x1b, 0x60, 0xed, 0x91, 0xef, - 0x48, 0xe3, 0xae, 0xdf, 0x84, 0xc2, 0x4f, 0x7e, 0xce, 0x71, 0x5f, 0xc0, 0xce, 0xd9, 0xdc, 0xf4, - 0xd8, 0x21, 0x5e, 0x22, 0x37, 0x07, 0xd5, 0x8e, 0xf8, 0xfc, 0x71, 0x69, 0xac, 0xeb, 0x61, 0x16, - 0xc2, 0xe1, 0xac, 0x6c, 0xc1, 0xa4, 0xe4, 0x43, 0x66, 0x06, 0x65, 0xc2, 0x18, 0xbd, 0x00, 0x03, - 0x81, 0x93, 0xd2, 0x26, 0x06, 0x98, 0x1a, 0x62, 0xdd, 0xf9, 0x6e, 0xfa, 0x18, 0x71, 0x00, 0x23, - 0xe6, 0x0f, 0xe7, 0xe7, 0x12, 0x1f, 0xa3, 0x1e, 0x1e, 0x1a, 0xaf, 0x95, 0x04, 0xb5, 0x02, 0xff, - 0xcf, 0x83, 0x35, 0x11, 0x0e, 0x5e, 0xf8, 0xf4, 0x75, 0x83, 0xcc, 0xc1, 0xb1, 0x7e, 0x12, 0x5d, - 0x82, 0xee, 0x8e, 0x13, 0x52, 0x52, 0x3d, 0x2f, 0xbf, 0xc3, 0x46, 0x34, 0x9c, 0x82, 0x1e, 0xa6, - 0xa4, 0x4d, 0x54, 0x5b, 0x1a, 0x43, 0xd2, 0xa5, 0x4d, 0x46, 0xac, 0x44, 0xfb, 0x61, 0x91, 0xb7, - 0xfd, 0x40, 0x73, 0x79, 0xa0, 0x58, 0x34, 0x01, 0xfb, 0x1a, 0xb5, 0xa1, 0xe9, 0xff, 0x04, 0x75, - 0x85, 0x80, 0x58, 0xec, 0x83, 0xf2, 0xaf, 0x44, 0x5c, 0x6d, 0xba, 0x0b, 0x5f, 0xb2, 0x81, 0xf1, - 0xc0, 0x90, 0x3c, 0x0a, 0xe4, 0x9c, 0x2f, 0x1c, 0x44, 0xca, 0x3c, 0x8c, 0x55, 0xf6, 0xd7, 0xca, - 0xcb, 0x0b, 0x17, 0x03, 0xa7, 0x23, 0xe9, 0x1b, 0xfc, 0xaa, 0x5b, 0x28, 0xe9, 0x85, 0x02, 0xe8, - 0xd1, 0xc3, 0xeb, 0x14, 0xa9, 0x5b, 0x70, 0x97, 0xae, 0xaf, 0xf2, 0xc2, 0xda, 0xdc, 0x74, 0x54, - 0x22, 0x79, 0x43, 0x4e, 0x84, 0xbe, 0x39, 0xbe, 0xc1, 0xc5, 0x0c, 0x74, 0x10, 0x34, 0xa0, 0x53, - 0x33, 0x20, 0xc0, 0x24, 0xeb, 0x91, 0xb7, 0xfa, 0xc1, 0xaf, 0xa3, 0x0c, 0x7f, 0x1b, 0x9a, 0x0d, - 0xe2, 0xbe, 0x1e, 0xa2, 0x37, 0xb6, 0x38, 0x42, 0xa5, 0x0e, 0x1e, 0xc3, 0x71, 0x78, 0x73, 0x76, - 0x4a, 0x85, 0x8f, 0xe2, 0xbb, 0x0a, 0x1a, 0xee, 0x0e, 0x47, 0x0f, 0x84, 0x05, 0xfb, 0x07, 0x1b, - 0x00, 0xb6, 0x19, 0x2e, 0x57, 0xf9, 0xf7, 0x24, 0x7a, 0x6e, 0x43, 0x90, 0xf4, 0x5e, 0xcd, 0xc1, - 0xb1, 0xb0, 0x0d, 0xcf, 0x7e, 0xf4, 0x72, 0x34, 0xc2, 0x97, 0x2b, 0xe2, 0x28, 0x7b, 0x75, 0x60, - 0xff, 0x41, 0xd4, 0x0d, 0xcc, 0x11, 0x88, 0x49, 0x5a, 0x01, 0x3f, 0x17, 0x72, 0x55, 0x11, 0x28, - 0x16, 0x7a, 0x17, 0xe6, 0x43, 0x71, 0x54, 0xec, 0x63, 0xab, 0x18, 0x3e, 0xf8, 0xd9, 0xd8, 0xd9, - 0xdc, 0x1c, 0x3b, 0xa1, 0x1b, 0x22, 0x81, 0xdf, 0xde, 0x13, 0xb9, 0x03, 0xe6, 0x27, 0x71, 0xd3, - 0x17, 0x97, 0xfb, 0xe7, 0x80, 0x2a, 0xc8, 0xa0, 0xa0, 0x3b, 0x16, 0xe8, 0x60, 0xec, 0x50, 0x19, - 0x1f, 0x38, 0xef, 0xd2, 0x63, 0x67, 0x7b, 0x2b, 0xbb, 0xb9, 0x19, 0x6a, 0x25, 0x63, 0xfe, 0x42, - 0x11, 0x9a, 0x02, 0xe4, 0x13, 0xe0, 0x9e, 0x6b, 0x01, 0xae, 0x89, 0x67, 0xf5, 0x99, 0x09, 0x6a, - 0x13, 0x26, 0xba, 0x12, 0xc8, 0x30, 0xf5, 0x0b, 0x27, 0x7c, 0x11, 0xc3, 0x36, 0x1d, 0x62, 0x2a, - 0xd2, 0xcc, 0x30, 0xce, 0x43, 0x38, 0x5e, 0x9d, 0x0c, 0xbd, 0xa1, 0x2b, 0x8f, 0x49, 0x6f, 0x00, - 0x40, 0xf4, 0x84, 0x7d, 0x3d, 0xc4, 0xbd, 0x1e, 0x1a, 0x88, 0xdd, 0x8e, 0x6b, 0xa3, 0x52, 0xc2, - 0x84, 0x09, 0x95, 0x5e, 0x47, 0xa0, 0x4f, 0x10, 0xd4, 0xbe, 0xce, 0x24, 0xb7, 0x9f, 0xee, 0xea, - 0x26, 0xd0, 0xaa, 0x9b, 0xa9, 0x94, 0x0a, 0x88, 0x56, 0x27, 0x9c, 0x9a, 0x74, 0xb7, 0x68, 0xf2, - 0xbf, 0x4c, 0x3e, 0x93, 0x2f, 0xe1, 0x67, 0x63, 0xf5, 0xe7, 0x2d, 0xfc, 0xfa, 0x2f, 0x87, 0xcf, - 0x94, 0x44, 0xe4, 0xa2, 0xe6, 0x8e, 0x99, 0xe2, 0x12, 0x5c, 0x2a, 0x99, 0x6d, 0xa0, 0xcb, 0x00, - 0xd8, 0x3e, 0x87, 0xbe, 0xce, 0xa9, 0x83, 0xe2, 0x49, 0x48, 0x70, 0x78, 0xa0, 0x82, 0xe7, 0x1a, - 0xd2, 0x53, 0x0d, 0xe7, 0xf7, 0x6f, 0x73, 0xc7, 0x09, 0x0a, 0x38, 0x20, 0xd6, 0xcc, 0x21, 0x52, - 0x14, 0xfe, 0x40, 0x11, 0xc8, 0x2d, 0x7c, 0x31, 0x01, 0xfb, 0xa8, 0x4a, 0xa4, 0x1a, 0x08, 0x00, - 0x86, 0x7f, 0xbb, 0x58, 0xdd, 0xdc, 0xc4, 0x64, 0x4c, 0x33, 0x52, 0x34, 0xfc, 0x01, 0xd3, 0xbf, - 0x63, 0x53, 0x36, 0x37, 0xd9, 0xf7, 0x50, 0x7e, 0x2f, 0x1d, 0x53, 0xdc, 0xad, 0x92, 0xf8, 0x2f, - 0x2c, 0xe2, 0x10, 0x34, 0x16, 0xf4, 0x90, 0xe3, 0x0a, 0x06, 0xdb, 0x36, 0xc7, 0x38, 0x85, 0x00, - 0x3f, 0x80, 0x51, 0xcf, 0x83, 0xf5, 0xeb, 0xbb, 0x6b, 0x6f, 0x7f, 0x77, 0x55, 0xdf, 0xf7, 0x4e, - 0x0f, 0xc3, 0xe7, 0xb6, 0xff, 0x31, 0x23, 0xf3, 0xef, 0x19, 0x57, 0x0d, 0x7f, 0xa2, 0x47, 0xda, - 0xe3, 0x27, 0x77, 0x0e, 0x4a, 0xa3, 0xf7, 0x39, 0x03, 0xc5, 0x7f, 0x2d, 0xaa, 0xb1, 0x3c, 0x37, - 0x9b, 0x37, 0x2a, 0x5e, 0x6c, 0x15, 0xf4, 0x9f, 0xf8, 0x68, 0xa1, 0xbe, 0xe7, 0xcd, 0x4d, 0xfa, - 0xf3, 0x83, 0xfc, 0x5c, 0x3c, 0xa5, 0x0d, 0x2a, 0x6c, 0x16, 0xaf, 0xd0, 0xb5, 0xb0, 0xe3, 0xed, - 0x52, 0x97, 0xa6, 0xb8, 0x9e, 0x10, 0xf2, 0xbe, 0x05, 0x79, 0x2d, 0xef, 0x5b, 0x08, 0x9a, 0x9f, - 0x94, 0xb6, 0x9c, 0x50, 0xf3, 0x24, 0x4b, 0xbb, 0x93, 0x74, 0x5f, 0x97, 0xa5, 0x99, 0x7f, 0xff, - 0xfe, 0xe2, 0x17, 0xe2, 0x19, 0x5c, 0x18, 0x43, 0xd6, 0x7c, 0xcf, 0x19, 0x08, 0xbd, 0xd7, 0x7a, - 0x46, 0x12, 0xbd, 0xe3, 0x7e, 0x46, 0xbf, 0x37, 0x6e, 0x1a, 0xb4, 0xc3, 0x1d, 0xfa, 0xb7, 0x96, - 0x54, 0x09, 0x5e, 0xdd, 0x0a, 0x69, 0x86, 0x10, 0x3c, 0x5a, 0x8b, 0xc7, 0x57, 0x3d, 0xee, 0xa2, - 0x71, 0xc3, 0x0e, 0x9a, 0x57, 0xdd, 0xc7, 0xdd, 0x87, 0x98, 0x7a, 0xd5, 0x77, 0x42, 0xcf, 0xe8, - 0x3a, 0x5f, 0xcc, 0x3d, 0x6b, 0x97, 0xde, 0x4f, 0xcc, 0x94, 0x0c, 0x3a, 0xc1, 0x64, 0x05, 0xf5, - 0x6b, 0xe2, 0x1d, 0x6d, 0x00, 0x4c, 0x80, 0xaa, 0x92, 0x1d, 0xff, 0x00, 0x24, 0x7a, 0x6b, 0x2d, - 0x88, 0xcf, 0x2a, 0xfd, 0x0f, 0x45, 0x0e, 0x99, 0x10, 0xa5, 0x65, 0x0e, 0x06, 0x20, 0x55, 0x90, - 0xc5, 0x5a, 0x53, 0x2e, 0xc6, 0x08, 0x2c, 0x8d, 0xa8, 0xc8, 0x04, 0xf0, 0x24, 0x33, 0xd9, 0x94, - 0x6c, 0xe0, 0x00, 0x31, 0xa3, 0xc1, 0x17, 0x6c, 0x84, 0xb2, 0x1b, 0x8a, 0x6d, 0x50, 0x3d, 0x71, - 0x29, 0xa1, 0x41, 0x05, 0x2d, 0x7d, 0xde, 0x16, 0xf9, 0x70, 0x57, 0x1b, 0x21, 0x35, 0xf4, 0x1d, - 0x39, 0x0c, 0xaa, 0xb4, 0x60, 0x99, 0xf4, 0x2a, 0x1d, 0xe2, 0x57, 0xc3, 0x07, 0xeb, 0x12, 0xf0, - 0x2b, 0x8c, 0x4c, 0x4d, 0x4d, 0x00, 0xb7, 0xab, 0x27, 0xc9, 0xef, 0xdf, 0x90, 0xf0, 0xa5, 0xe1, - 0x7d, 0x45, 0xad, 0x2f, 0x9c, 0xf1, 0x3d, 0x85, 0x93, 0xea, 0x9b, 0x16, 0x83, 0xff, 0x81, 0xba, - 0x99, 0x04, 0x79, 0xfa, 0xf2, 0xfb, 0x77, 0x9c, 0x39, 0x0b, 0x81, 0x1a, 0x1a, 0xd2, 0x43, 0x97, - 0x78, 0xa3, 0xb7, 0x18, 0x43, 0x96, 0xfb, 0x14, 0x68, 0xa6, 0x8b, 0x4b, 0x79, 0x81, 0x38, 0xc2, - 0xd2, 0xf0, 0x0b, 0xea, 0x37, 0x51, 0x51, 0xc1, 0xc7, 0x14, 0x4e, 0x12, 0xe1, 0xed, 0x04, 0x46, - 0x19, 0xf3, 0xc4, 0x06, 0xcb, 0x57, 0x68, 0xfc, 0xd1, 0xfa, 0x10, 0x2f, 0xd8, 0xaf, 0x8c, 0xbf, - 0xae, 0xf6, 0x9f, 0x42, 0x0c, 0x5b, 0x93, 0xf2, 0xe6, 0x20, 0xa8, 0x0c, 0xb6, 0x86, 0x4d, 0x0c, - 0x0d, 0xbe, 0xdf, 0xec, 0xcf, 0x61, 0x6a, 0x15, 0x6a, 0x08, 0x55, 0xb4, 0x22, 0xc8, 0x00, 0x5d, - 0xed, 0xcf, 0xd0, 0x40, 0xbc, 0x00, 0xc7, 0xff, 0x10, 0x16, 0xc8, 0x07, 0x58, 0xf0, 0xe2, 0x2b, - 0xff, 0x5f, 0x23, 0x81, 0x2a, 0xa9, 0x7f, 0x86, 0x08, 0xb6, 0xbe, 0xf8, 0x9f, 0xc2, 0x43, 0xd2, - 0x5b, 0xbe, 0x84, 0x29, 0xfd, 0xe3, 0x27, 0xe8, 0x7b, 0x7d, 0xad, 0x8b, 0xc9, 0x2c, 0x35, 0x3d, - 0x34, 0x58, 0x02, 0xf7, 0xef, 0xfa, 0x97, 0x3a, 0xb7, 0x06, 0x17, 0x8b, 0x05, 0xd0, 0xcf, 0x61, - 0x45, 0x60, 0x51, 0x89, 0xb7, 0x47, 0x14, 0x41, 0xc8, 0x51, 0xb1, 0xa1, 0xde, 0x5c, 0x12, 0xac, - 0xab, 0x53, 0x00, 0xb5, 0x58, 0x3f, 0xf3, 0x07, 0xe4, 0xea, 0x34, 0x60, 0xbf, 0x20, 0x48, 0x80, - 0xf1, 0x41, 0x46, 0xcf, 0x90, 0x01, 0x86, 0xe7, 0xab, 0xcf, 0x2e, 0xa8, 0xcf, 0xf4, 0x8b, 0x63, - 0xda, 0xa0, 0x19, 0xe2, 0xd2, 0x17, 0xd8, 0xad, 0x60, 0xcc, 0x6d, 0xbb, 0xf0, 0x87, 0x47, 0xe8, - 0xb4, 0xa3, 0x3c, 0x49, 0x35, 0x7e, 0x2d, 0x2f, 0xbc, 0x27, 0xd8, 0xd1, 0x8e, 0x09, 0x3c, 0x61, - 0xcc, 0x0b, 0xf8, 0x03, 0xb9, 0x0c, 0x25, 0xe7, 0xaf, 0xba, 0xcc, 0xf9, 0x51, 0xa0, 0x98, 0x94, - 0xfb, 0xb9, 0x83, 0x7f, 0x50, 0x48, 0xc4, 0x42, 0x9a, 0x28, 0x9f, 0x49, 0x7a, 0xc5, 0xf8, 0x3a, - 0x95, 0xec, 0x60, 0x36, 0xce, 0x83, 0x05, 0xfb, 0x5f, 0x6c, 0xf9, 0x08, 0xf7, 0x84, 0xf2, 0x61, - 0x3d, 0x79, 0xbe, 0xd4, 0xe7, 0x80, 0x67, 0x21, 0xa3, 0xa7, 0x0c, 0x8d, 0x9f, 0x79, 0x72, 0x8f, - 0x09, 0x2a, 0xf1, 0x67, 0xdd, 0x47, 0x89, 0xe0, 0xc6, 0xa9, 0x99, 0x15, 0xa8, 0xbb, 0x0c, 0x17, - 0xca, 0xc0, 0xba, 0xe4, 0x7d, 0xec, 0x32, 0x95, 0x1d, 0xd1, 0xec, 0xe1, 0xcd, 0xa1, 0x78, 0x63, - 0x2b, 0xd3, 0x2e, 0xc3, 0x10, 0x15, 0xe5, 0x6c, 0x61, 0xce, 0x81, 0xf6, 0xf3, 0x3c, 0x5a, 0xe8, - 0x9a, 0x31, 0x24, 0xde, 0x2d, 0xeb, 0x81, 0x6a, 0xe8, 0x20, 0x66, 0x3d, 0x83, 0x07, 0x73, 0x82, - 0xec, 0xac, 0xa3, 0x80, 0x85, 0x51, 0xb0, 0x86, 0x4e, 0x3f, 0xf9, 0xc3, 0x15, 0x0c, 0x81, 0x69, - 0x30, 0x2e, 0xff, 0x13, 0x75, 0x7b, 0x9a, 0x0c, 0x5a, 0x3e, 0x1d, 0x84, 0x58, 0x14, 0x57, 0x42, - 0x49, 0xa0, 0x78, 0x58, 0x60, 0x7f, 0x6e, 0xae, 0x43, 0xf0, 0x9c, 0xe7, 0xb6, 0x7f, 0x51, 0x20, - 0xff, 0x98, 0x85, 0x14, 0x19, 0x97, 0xdf, 0xe1, 0x82, 0xf8, 0xcc, 0x6f, 0x2c, 0xea, 0xc1, 0x3f, - 0xe4, 0xf2, 0x1b, 0x8d, 0x72, 0xc8, 0xe6, 0x59, 0xec, 0x2d, 0xea, 0x95, 0xf3, 0x48, 0x6c, 0x8b, - 0x7f, 0x24, 0x10, 0x8e, 0x9a, 0xdf, 0xe4, 0xb9, 0x17, 0x58, 0xc2, 0xe2, 0x2b, 0x7e, 0xd1, 0x05, - 0xfc, 0x54, 0x6a, 0xce, 0x06, 0x91, 0x85, 0x93, 0x47, 0xcc, 0x1d, 0x46, 0xde, 0x97, 0xcd, 0xe4, - 0x82, 0x9b, 0x20, 0xf1, 0x32, 0x83, 0xde, 0x8f, 0x11, 0x08, 0x2b, 0x4f, 0x14, 0x8f, 0x18, 0x14, - 0xe4, 0xd1, 0xb7, 0x6f, 0x45, 0xc0, 0x90, 0x92, 0x34, 0xb6, 0x86, 0x11, 0xcc, 0x22, 0xc4, 0x2c, - 0x5c, 0x9f, 0x0b, 0x13, 0x5d, 0xd7, 0x46, 0x84, 0x6a, 0x79, 0x5c, 0xf2, 0x14, 0x1e, 0x79, 0x50, - 0x0c, 0x5d, 0xea, 0xe5, 0xf2, 0x13, 0xbd, 0x14, 0x35, 0xcd, 0x28, 0xd8, 0xf5, 0xc3, 0x2c, 0xa0, - 0x28, 0x51, 0x9d, 0xf4, 0x78, 0xb4, 0x88, 0x7f, 0xf0, 0x92, 0x14, 0x7c, 0x11, 0xd0, 0x87, 0x77, - 0xd3, 0xd3, 0xaf, 0x89, 0x32, 0x82, 0x0f, 0xa0, 0x61, 0xf9, 0xd1, 0x10, 0x5e, 0x2e, 0x78, 0x73, - 0x48, 0x8f, 0xc6, 0x32, 0x90, 0x74, 0xd7, 0x49, 0xa3, 0xf4, 0xc7, 0xb8, 0x0d, 0x1f, 0x88, 0xe2, - 0x2e, 0x13, 0x35, 0xed, 0xea, 0x42, 0x95, 0xe5, 0x40, 0x6f, 0x86, 0xb2, 0x36, 0x21, 0x7d, 0x22, - 0x59, 0x99, 0x2c, 0xc9, 0xd7, 0xcd, 0x86, 0x99, 0x76, 0xcd, 0x36, 0x5e, 0xe0, 0x90, 0xcc, 0x32, - 0xca, 0x72, 0x7c, 0x90, 0xd6, 0xd8, 0x06, 0x9b, 0x82, 0x3b, 0x47, 0x8f, 0x91, 0xa4, 0x2b, 0x14, - 0xa2, 0xca, 0xd5, 0x9d, 0x6d, 0x28, 0xb8, 0x63, 0x34, 0x92, 0x0e, 0xfc, 0x3f, 0xd3, 0x80, 0x17, - 0x3e, 0x00, 0x01, 0xdf, 0xc4, 0x1d, 0xb1, 0x96, 0xe5, 0x81, 0xa5, 0x26, 0x9a, 0x5c, 0xcd, 0xd9, - 0x46, 0xb5, 0x9e, 0xe6, 0x2d, 0x8a, 0xff, 0xa2, 0xe6, 0x09, 0xb5, 0x6d, 0xa1, 0x60, 0x51, 0xa4, - 0x99, 0x06, 0x4d, 0xcf, 0xac, 0xd5, 0x3d, 0x5e, 0x43, 0xd2, 0x43, 0xca, 0x62, 0x90, 0x96, 0xc0, - 0x76, 0x17, 0xcc, 0x9f, 0x60, 0xa5, 0xc7, 0x85, 0x07, 0xe4, 0xe1, 0x4d, 0xa0, 0xff, 0x1d, 0xb0, - 0x18, 0x7c, 0xbb, 0x00, 0xb2, 0x52, 0x37, 0x2d, 0x4e, 0xa0, 0x5a, 0x34, 0x9d, 0xd5, 0x20, 0x35, - 0xb8, 0x93, 0xe1, 0xb0, 0x2f, 0xbd, 0x0c, 0x39, 0xd0, 0x25, 0x47, 0xc4, 0x4e, 0x53, 0x0b, 0xdf, - 0xb9, 0xd7, 0xdc, 0x7e, 0x92, 0x13, 0xd3, 0xd9, 0x42, 0x9a, 0x43, 0xfd, 0x0a, 0xf2, 0x1d, 0x9a, - 0xc0, 0x8c, 0x39, 0x64, 0xec, 0x98, 0x4d, 0x83, 0x29, 0x31, 0xc4, 0xa8, 0x20, 0x6e, 0x4b, 0xd6, - 0xfd, 0x2c, 0x9d, 0xa1, 0xf5, 0x7f, 0xfe, 0x37, 0x80, 0xc2, 0x4c, 0x8a, 0x41, 0xd3, 0xf0, 0x01, - 0x54, 0x7e, 0x98, 0x24, 0x23, 0xb0, 0x3e, 0xb0, 0xe8, 0x3c, 0x01, 0x1c, 0x4c, 0x9a, 0x73, 0x18, - 0xe2, 0x43, 0xff, 0xd1, 0x5b, 0x2c, 0xb6, 0x13, 0xff, 0xcb, 0xf8, 0xc7, 0x4c, 0x9f, 0xd3, 0x1f, - 0xbf, 0x99, 0xdc, 0xee, 0x50, 0xd3, 0xd1, 0x6d, 0x9e, 0x1e, 0x69, 0x2a, 0x1f, 0xfb, 0xd6, 0x01, - 0xed, 0x5d, 0xd2, 0x13, 0x40, 0x15, 0x94, 0x0b, 0x63, 0xae, 0xb1, 0xd6, 0xd5, 0xd2, 0x0e, 0x4d, - 0x4f, 0x71, 0xff, 0x4c, 0x24, 0xc1, 0x40, 0x61, 0x69, 0x36, 0xe8, 0xfa, 0x02, 0x97, 0x50, 0x77, - 0x07, 0x3c, 0x17, 0x87, 0x73, 0x6b, 0xa1, 0xd9, 0xc9, 0x09, 0x31, 0x13, 0x34, 0x3d, 0xa4, 0xe9, - 0x7c, 0x3c, 0x7b, 0x1b, 0x48, 0x25, 0x81, 0xb4, 0x02, 0x94, 0x03, 0x20, 0x5f, 0x76, 0x7d, 0x80, - 0x04, 0x6c, 0x12, 0x5b, 0x1a, 0xec, 0x44, 0x73, 0x5e, 0x76, 0xae, 0x9b, 0x67, 0x9c, 0x90, 0xf4, - 0xbe, 0x66, 0xb2, 0x62, 0xae, 0xc0, 0x87, 0xc8, 0xcb, 0x03, 0x81, 0x9c, 0x20, 0x5a, 0xcf, 0x3e, - 0x4c, 0xc2, 0x01, 0x52, 0x57, 0xc2, 0x0b, 0x22, 0xe2, 0x04, 0x23, 0xde, 0x96, 0x26, 0xa0, 0x13, - 0x54, 0xe9, 0x44, 0xfb, 0xb2, 0x83, 0xdd, 0xa7, 0x14, 0xda, 0xb5, 0x9c, 0x78, 0xb6, 0xb3, 0x66, - 0x2b, 0x21, 0xa9, 0x2a, 0x30, 0x2e, 0x07, 0xb3, 0x0d, 0x24, 0x65, 0xa9, 0x53, 0x60, 0xf0, 0x3b, - 0x53, 0x07, 0xd4, 0x71, 0xcc, 0x00, 0x33, 0x69, 0x08, 0xe2, 0x1f, 0xb1, 0x07, 0x8f, 0x6e, 0x0a, - 0x9b, 0x88, 0xc8, 0x0c, 0xd1, 0x6a, 0x16, 0xcc, 0x67, 0x96, 0x31, 0xc3, 0x32, 0x01, 0xdd, 0xfe, - 0x73, 0x19, 0xb7, 0xfb, 0xc6, 0x48, 0xb3, 0x4d, 0x63, 0x40, 0x9b, 0x4f, 0xd2, 0x18, 0xd9, 0x4b, - 0xed, 0x66, 0x0c, 0x7a, 0xb0, 0x09, 0x3c, 0xd2, 0x21, 0xd2, 0xc7, 0x9a, 0x95, 0xe2, 0xbc, 0xd2, - 0x60, 0x7b, 0x52, 0x7a, 0xf8, 0xc5, 0xbc, 0x5b, 0x2f, 0xa3, 0x28, 0xbb, 0x59, 0x9e, 0xd0, 0xfe, - 0x66, 0xa1, 0xf0, 0xa4, 0xc6, 0x49, 0x13, 0x44, 0x57, 0x25, 0xd1, 0x32, 0xea, 0x31, 0x05, 0x83, - 0x49, 0xec, 0x78, 0x8c, 0x95, 0x17, 0x5a, 0xe5, 0x97, 0xd8, 0xce, 0xf2, 0x0b, 0x47, 0x26, 0xba, - 0x71, 0xfd, 0x0f, 0x9b, 0x9b, 0xe6, 0xf7, 0x42, 0xd8, 0x93, 0x4b, 0x21, 0xff, 0x30, 0x7f, 0x52, - 0x99, 0x64, 0x84, 0x64, 0x52, 0x1a, 0xe8, 0xb5, 0xee, 0x05, 0x8b, 0xfd, 0x30, 0x7e, 0x36, 0x9c, - 0xb4, 0x69, 0x00, 0xe3, 0x68, 0x84, 0x2b, 0xa6, 0x2b, 0x0d, 0xa1, 0x76, 0x18, 0x29, 0x20, 0x07, - 0x63, 0x1b, 0x1b, 0x83, 0x9f, 0xb0, 0x4d, 0xde, 0xd4, 0x89, 0x08, 0x29, 0x7f, 0x5b, 0xcd, 0x3f, - 0x66, 0x0e, 0x1a, 0xd7, 0xd4, 0x77, 0x0b, 0x4f, 0x3b, 0xf0, 0xaf, 0xe6, 0xef, 0x9c, 0x02, 0x14, - 0xa3, 0x29, 0x4f, 0x03, 0xf2, 0x00, 0xa5, 0xde, 0x6f, 0xe2, 0x3b, 0x2b, 0xec, 0xef, 0x2b, 0xa0, - 0x07, 0x35, 0xd2, 0xa3, 0x41, 0x39, 0xfa, 0x39, 0xb1, 0x69, 0xc8, 0x8e, 0x55, 0xa7, 0x8f, 0x91, - 0x28, 0x72, 0x9a, 0x53, 0x36, 0x27, 0x9c, 0xbf, 0xf3, 0xea, 0x1f, 0x33, 0x63, 0xee, 0x78, 0xc1, - 0xc6, 0xc1, 0x26, 0x10, 0x6c, 0x71, 0x12, 0xbf, 0xf0, 0x5c, 0x02, 0x1b, 0x07, 0x29, 0x3b, 0x9c, - 0x77, 0x6a, 0x24, 0x15, 0x75, 0xac, 0x92, 0x88, 0xc0, 0x0b, 0x4e, 0x89, 0xa4, 0xed, 0xe0, 0x82, - 0x20, 0x4a, 0x6c, 0x6c, 0x86, 0xb6, 0x96, 0x3d, 0xc7, 0x4f, 0x22, 0x61, 0x4d, 0x5c, 0xbb, 0xf5, - 0x25, 0x01, 0x7c, 0x1a, 0xda, 0xb0, 0x18, 0x80, 0x1d, 0x4e, 0x52, 0x5c, 0x8e, 0xa9, 0x4b, 0xa1, - 0x3e, 0x40, 0xb6, 0xa8, 0x74, 0x87, 0x2e, 0x5c, 0x8e, 0x6d, 0xbf, 0x17, 0x81, 0xc2, 0x05, 0xb8, - 0x9d, 0x47, 0x8f, 0xd8, 0x61, 0x2d, 0x08, 0x36, 0xa3, 0xb1, 0x9d, 0x46, 0x0c, 0x28, 0x3d, 0xb7, - 0x64, 0xcd, 0x8e, 0x1a, 0x2c, 0x15, 0xd9, 0xa2, 0xc4, 0x8a, 0xc8, 0xa1, 0x22, 0xa1, 0x5d, 0xd4, - 0xe1, 0x1d, 0x4b, 0xa4, 0x87, 0xa7, 0x9f, 0x78, 0x0d, 0xfb, 0xfb, 0x07, 0xa0, 0x60, 0x9f, 0xa0, - 0x56, 0x40, 0x47, 0xc6, 0x6f, 0xd5, 0x87, 0x9b, 0x6d, 0x68, 0x97, 0x43, 0x8f, 0x9f, 0xdb, 0x73, - 0x43, 0x87, 0xd2, 0xa7, 0x44, 0xa6, 0xc3, 0x30, 0xe5, 0xc5, 0xdf, 0xc1, 0x17, 0x99, 0xdf, 0x81, - 0x4a, 0xe8, 0x85, 0x06, 0x05, 0x33, 0xcf, 0x80, 0x99, 0x87, 0xf1, 0x41, 0xe1, 0x1e, 0x23, 0x98, - 0x5f, 0x0b, 0x14, 0xfe, 0x0a, 0x9b, 0xc0, 0x32, 0xf6, 0x9a, 0xda, 0x4a, 0x63, 0x8d, 0x2e, 0x04, - 0xf1, 0x33, 0x05, 0x57, 0xe3, 0x72, 0x35, 0xfa, 0x93, 0xcf, 0xd5, 0x3c, 0xb7, 0xd0, 0x7e, 0xe7, - 0x32, 0x9f, 0xe3, 0xea, 0x34, 0x35, 0xcb, 0x3e, 0x56, 0xc2, 0x1f, 0x2b, 0xb9, 0x52, 0x89, 0x9b, - 0x7b, 0xef, 0x3b, 0x21, 0xa7, 0x8c, 0x6c, 0x44, 0x3c, 0x3b, 0x1c, 0xae, 0xf0, 0x71, 0x0d, 0x4f, - 0x67, 0xda, 0x21, 0x69, 0xb0, 0xa3, 0xd8, 0xf3, 0x32, 0xcf, 0x62, 0x01, 0xb5, 0x34, 0x84, 0x8e, - 0x71, 0x19, 0xd0, 0x43, 0x1c, 0xfc, 0x83, 0xbd, 0x06, 0xde, 0xe5, 0xa6, 0x69, 0xd0, 0x30, 0x3f, - 0xf3, 0x1e, 0xa2, 0xf6, 0x04, 0x05, 0x4a, 0x57, 0x2e, 0x75, 0xd2, 0x32, 0x07, 0x78, 0x0f, 0x08, - 0x96, 0x90, 0x50, 0x5a, 0x2d, 0x3c, 0xf9, 0x00, 0x49, 0xff, 0xee, 0x97, 0xf7, 0x96, 0x5c, 0x74, - 0x9f, 0x75, 0x49, 0x0d, 0xef, 0xcb, 0x0f, 0xfd, 0x27, 0x56, 0x28, 0xb1, 0xe2, 0xce, 0x42, 0x45, - 0x58, 0x65, 0x9e, 0x00, 0x67, 0x0e, 0x4d, 0x0a, 0x09, 0x7a, 0x38, 0x8f, 0xc4, 0x19, 0x7b, 0x4b, - 0xa9, 0x9e, 0x67, 0xed, 0x9b, 0x67, 0x54, 0x7a, 0x39, 0xbf, 0x31, 0x63, 0x84, 0x61, 0x4d, 0xe2, - 0x43, 0x06, 0x89, 0x00, 0x0a, 0x34, 0x1b, 0x2e, 0x89, 0x2e, 0x0a, 0xc3, 0x37, 0xd4, 0x0b, 0x34, - 0xc8, 0x2d, 0x36, 0x1a, 0x12, 0x0a, 0xff, 0x1d, 0xee, 0x3c, 0x03, 0xba, 0x13, 0x7d, 0x9e, 0xe3, - 0xfc, 0xfb, 0x05, 0xac, 0x12, 0xb4, 0xe0, 0x39, 0x20, 0x43, 0x55, 0xbe, 0x8b, 0x3b, 0x66, 0xaa, - 0xc1, 0x45, 0x22, 0xd2, 0x13, 0x1a, 0x9e, 0xca, 0xe6, 0xa0, 0x2c, 0x51, 0xd3, 0x5c, 0x0d, 0x00, - 0xa1, 0x42, 0x82, 0xd9, 0xce, 0xcd, 0x84, 0x09, 0x26, 0xa9, 0xbd, 0x08, 0xb7, 0x4e, 0x74, 0x51, - 0xa8, 0xa5, 0x71, 0x89, 0x1f, 0xb9, 0x2d, 0xbb, 0x56, 0xcb, 0xe7, 0x2d, 0x78, 0xd9, 0x28, 0x9b, - 0xb9, 0x30, 0x67, 0xe6, 0xec, 0x37, 0x10, 0x70, 0x2d, 0x26, 0x9b, 0x03, 0x50, 0x35, 0x14, 0x73, - 0x14, 0x95, 0x73, 0x46, 0xf8, 0x51, 0x61, 0x66, 0x44, 0x88, 0xdd, 0x8c, 0x9a, 0xe7, 0x5e, 0x94, - 0xf5, 0x27, 0xed, 0x72, 0x16, 0x55, 0xfe, 0x19, 0xb3, 0x3c, 0x70, 0xf0, 0x0d, 0x75, 0x95, 0xae, - 0x75, 0x62, 0x65, 0x09, 0xac, 0x8d, 0x46, 0x72, 0x33, 0x3f, 0xff, 0x67, 0xdd, 0x5a, 0x11, 0x02, - 0x0e, 0x2c, 0x05, 0xf2, 0x57, 0xdd, 0x5a, 0xcb, 0x53, 0x23, 0xf0, 0x7c, 0x78, 0xd6, 0x08, 0xf5, - 0x94, 0x08, 0x54, 0xa8, 0x13, 0xdf, 0x3f, 0x40, 0x89, 0x9c, 0x99, 0x81, 0x62, 0xdd, 0xfd, 0x4e, - 0x7c, 0xf2, 0x76, 0x81, 0xbc, 0xc9, 0x0f, 0xf7, 0x67, 0x63, 0xa6, 0xa9, 0x35, 0x7c, 0xa0, 0xcb, - 0xa8, 0x30, 0x1a, 0xec, 0x05, 0xac, 0x60, 0x84, 0xf1, 0xd9, 0xa9, 0x04, 0x28, 0xf1, 0x1d, 0x10, - 0x08, 0x4f, 0x64, 0x90, 0x38, 0xba, 0x75, 0x0b, 0x1d, 0x12, 0x22, 0xe0, 0x3b, 0x68, 0x09, 0x63, - 0x57, 0x24, 0x1c, 0xc9, 0x88, 0x8a, 0x3b, 0x06, 0x33, 0xd2, 0x2a, 0xe8, 0xf9, 0x9b, 0x17, 0xdd, - 0x24, 0x77, 0xdd, 0xb9, 0xdb, 0xe3, 0xf8, 0xef, 0xa2, 0x3f, 0xf3, 0x57, 0x64, 0xf9, 0x37, 0x7a, - 0x66, 0xb1, 0xc3, 0xe6, 0xb6, 0xb8, 0xe3, 0x84, 0x72, 0x38, 0x43, 0x19, 0xd4, 0xdd, 0xa4, 0xc9, - 0xd7, 0xcc, 0x46, 0xb5, 0x5a, 0x45, 0xdd, 0xa0, 0x87, 0xcb, 0x6d, 0x80, 0x36, 0x24, 0x79, 0x74, - 0xa7, 0x1e, 0xba, 0x03, 0x3d, 0xc9, 0x75, 0x27, 0x40, 0x87, 0x58, 0x4c, 0x53, 0x85, 0xa5, 0xe2, - 0x22, 0x28, 0xff, 0xc2, 0x62, 0x3f, 0x1a, 0xae, 0xc4, 0xe0, 0xff, 0x41, 0x6d, 0xa4, 0x44, 0xea, - 0x6f, 0xd4, 0x7b, 0x5f, 0xeb, 0x5a, 0xb8, 0xe9, 0x7c, 0xab, 0x11, 0xc7, 0xe9, 0xff, 0x93, 0x21, - 0xf2, 0x56, 0xec, 0x71, 0x7c, 0x02, 0x8d, 0xd0, 0x6f, 0x0f, 0xd3, 0xe8, 0x48, 0x78, 0x59, 0x7e, - 0x2d, 0x1a, 0x3d, 0x5f, 0x28, 0xe2, 0xd2, 0xf4, 0x70, 0x69, 0x32, 0x5c, 0x0a, 0xa1, 0x8d, 0x61, - 0x9c, 0xf0, 0xed, 0xbd, 0xbd, 0x60, 0xc0, 0xf7, 0x98, 0xad, 0xee, 0x6f, 0xa6, 0x5b, 0x8d, 0xd8, - 0xc8, 0x02, 0x73, 0x92, 0x05, 0x24, 0x91, 0x95, 0x11, 0xb4, 0x5f, 0x3d, 0x48, 0x09, 0x7a, 0x2a, - 0x30, 0xf7, 0x2e, 0xaa, 0x67, 0xac, 0xcb, 0x88, 0xdb, 0x34, 0xba, 0xc9, 0xa0, 0xd5, 0xd8, 0x0f, - 0x87, 0xa5, 0xc4, 0x43, 0x68, 0x83, 0xa6, 0xf3, 0x75, 0x5c, 0xbc, 0x72, 0xd8, 0x2a, 0x28, 0x22, - 0xc7, 0x6b, 0x57, 0xcb, 0x71, 0x80, 0xfa, 0xf8, 0x79, 0x78, 0xe1, 0x2e, 0xfc, 0x8d, 0xad, 0xc0, - 0x84, 0xb7, 0x66, 0x2c, 0x56, 0xf2, 0x16, 0x69, 0x3f, 0x08, 0x95, 0x39, 0x5f, 0x5c, 0x7f, 0x65, - 0xc6, 0x3f, 0xc9, 0x20, 0xc1, 0xc2, 0x7b, 0xb3, 0x0d, 0x90, 0x4e, 0xac, 0x13, 0xe8, 0x41, 0x00, - 0xa2, 0x68, 0xa0, 0x37, 0x4b, 0x88, 0x46, 0x7b, 0x60, 0x3a, 0xef, 0x7d, 0x87, 0xaf, 0x0d, 0x50, - 0x79, 0x78, 0x3e, 0xea, 0x5a, 0x62, 0x38, 0x14, 0xeb, 0xe4, 0xbb, 0x0f, 0xaf, 0x4e, 0x10, 0x29, - 0xd4, 0x8e, 0x06, 0xf5, 0xdd, 0xc5, 0x96, 0xd0, 0xd9, 0x2b, 0xe8, 0x82, 0x24, 0xd8, 0x8d, 0x2f, - 0x59, 0x6c, 0x58, 0xb4, 0x1e, 0x87, 0xe7, 0xed, 0x06, 0x3a, 0x99, 0x32, 0x50, 0xc3, 0xbf, 0xc0, - 0xf0, 0x11, 0x98, 0x9f, 0x49, 0xd0, 0xe1, 0x27, 0xf7, 0x53, 0x90, 0xe0, 0x27, 0xff, 0xb3, 0x4e, - 0xdd, 0x2b, 0x50, 0x98, 0xb3, 0x41, 0x07, 0x70, 0x78, 0x03, 0xdb, 0xe3, 0x59, 0xf7, 0xf4, 0x6c, - 0x24, 0x74, 0x7d, 0xaf, 0x48, 0x93, 0x96, 0xd3, 0x02, 0x50, 0xc1, 0x66, 0x17, 0x9f, 0x1a, 0xb0, - 0xda, 0xad, 0x6c, 0x1d, 0xea, 0xf7, 0xbf, 0x40, 0x07, 0x10, 0x33, 0x7a, 0x34, 0x25, 0x4b, 0x5b, - 0x15, 0x4e, 0xc9, 0xfd, 0x9c, 0x7f, 0x01, 0xb4, 0x36, 0x6c, 0x40, 0x98, 0xdd, 0x20, 0x19, 0x1f, - 0x1f, 0xd8, 0x9f, 0xc0, 0x25, 0xf6, 0x0b, 0x23, 0x2e, 0x50, 0x97, 0x12, 0xd0, 0x12, 0x17, 0xd0, - 0x4a, 0xe7, 0x41, 0xd8, 0xd9, 0xf3, 0x7f, 0xfe, 0xe2, 0x3d, 0x05, 0xe8, 0x57, 0xe8, 0x60, 0xa7, - 0xc4, 0xda, 0x93, 0x9d, 0x30, 0xfa, 0xec, 0xd9, 0xd4, 0x68, 0xc0, 0x43, 0xfd, 0x57, 0x94, 0x5a, - 0xe8, 0x34, 0xbb, 0xa0, 0xb7, 0xa0, 0x04, 0x13, 0x8d, 0x2a, 0x42, 0xfe, 0xca, 0x25, 0xbb, 0x21, - 0x65, 0xa1, 0xa7, 0x92, 0x39, 0x5b, 0x9d, 0x04, 0x8d, 0x92, 0x7e, 0x09, 0x2f, 0x4c, 0xae, 0x9c, - 0xb6, 0x74, 0x31, 0x54, 0x70, 0xd0, 0x4f, 0xc3, 0x09, 0xe8, 0x42, 0x01, 0x64, 0x84, 0x97, 0x46, - 0xe3, 0x1e, 0x3f, 0xec, 0x6c, 0x68, 0x8f, 0x28, 0xd6, 0xe5, 0xbd, 0x42, 0x85, 0x0d, 0xe6, 0xac, - 0x00, 0x2d, 0xa7, 0xc5, 0xb4, 0x1c, 0x54, 0x02, 0x7c, 0xef, 0x5f, 0xdc, 0x34, 0x09, 0x1d, 0x12, - 0xce, 0xad, 0x30, 0x76, 0x16, 0xde, 0x3d, 0xa6, 0x71, 0xe3, 0x7a, 0xab, 0xa7, 0x54, 0x87, 0xac, - 0x1e, 0x5f, 0xbf, 0xc6, 0x81, 0x08, 0xa9, 0xcc, 0x41, 0x9f, 0xc3, 0x0a, 0x30, 0x9b, 0x6f, 0xe8, - 0xce, 0xff, 0xd2, 0x08, 0xcc, 0x5f, 0x92, 0xee, 0x4b, 0x4e, 0xd3, 0x75, 0x6d, 0x0d, 0x14, 0x2c, - 0x92, 0xe4, 0xc0, 0x20, 0xe0, 0x78, 0xd0, 0x47, 0x25, 0x3f, 0x89, 0x3a, 0xce, 0xd8, 0x99, 0x28, - 0x35, 0xa0, 0x3e, 0xc1, 0x6c, 0x30, 0x73, 0x9e, 0xa6, 0x64, 0xdc, 0x7a, 0xd2, 0x5c, 0x58, 0xb2, - 0x30, 0xdb, 0xbf, 0x17, 0x45, 0xa6, 0x39, 0xe5, 0x7c, 0x67, 0xd8, 0xaf, 0xd5, 0x37, 0x09, 0x86, - 0xce, 0xeb, 0xa7, 0x7d, 0xfb, 0xa7, 0x10, 0x3a, 0xae, 0x99, 0xa5, 0xf0, 0xbf, 0x80, 0xbd, 0xb3, - 0x8b, 0xeb, 0x50, 0x85, 0x58, 0xb7, 0xa3, 0x23, 0x66, 0x80, 0x60, 0xac, 0xe1, 0x52, 0x2c, 0x48, - 0xc3, 0xf1, 0x9c, 0xbe, 0x11, 0x80, 0xeb, 0x60, 0x07, 0xc1, 0x8b, 0xcc, 0x2c, 0xa1, 0x20, 0xd1, - 0x4d, 0x9c, 0x34, 0xc2, 0xce, 0x53, 0xef, 0xa0, 0x98, 0x10, 0xc5, 0x86, 0xa3, 0x57, 0x68, 0x3c, - 0x7b, 0x9a, 0xed, 0x04, 0xfc, 0xab, 0x75, 0x86, 0xe2, 0x44, 0x18, 0xe8, 0x24, 0x17, 0xbf, 0x68, - 0x30, 0xbc, 0xea, 0xba, 0x70, 0xe6, 0xfa, 0x6b, 0xbf, 0x74, 0x53, 0x0c, 0x47, 0x7d, 0xd4, 0x1f, - 0x0a, 0xd9, 0x55, 0x41, 0x29, 0xde, 0x36, 0x35, 0x5c, 0x3b, 0x0e, 0x80, 0xe1, 0x72, 0xc3, 0xdf, - 0x04, 0x06, 0x64, 0x18, 0xd9, 0xec, 0xb6, 0x2d, 0xfa, 0xe4, 0x48, 0x8d, 0x34, 0xeb, 0x1f, 0xb3, - 0xc8, 0xe7, 0xb9, 0xf9, 0x8b, 0xaf, 0x83, 0x55, 0xe7, 0x86, 0xa0, 0x4a, 0xaa, 0x1a, 0x06, 0x29, - 0x24, 0xd7, 0x95, 0x7d, 0xd5, 0x65, 0x30, 0xf5, 0xde, 0x2d, 0x3c, 0x8f, 0xa3, 0x10, 0x97, 0x7b, - 0x58, 0xc0, 0x4a, 0xf8, 0x78, 0xdd, 0x70, 0xd8, 0x0a, 0xee, 0x0b, 0xa4, 0x6e, 0x02, 0x6d, 0x44, - 0x68, 0xc4, 0x07, 0x43, 0x38, 0xb5, 0xc7, 0x74, 0xb6, 0x68, 0x4f, 0x7f, 0x3c, 0xbc, 0xf0, 0x41, - 0xd4, 0x1f, 0xc3, 0x57, 0xf8, 0x1b, 0xc5, 0x99, 0x5f, 0x0c, 0x51, 0x07, 0x7c, 0xa5, 0x11, 0xda, - 0x20, 0x08, 0x64, 0x04, 0x96, 0xae, 0x6c, 0x13, 0xe9, 0x65, 0xee, 0xeb, 0x06, 0x78, 0xae, 0x43, - 0x58, 0x35, 0xf8, 0xb6, 0xf6, 0x8c, 0x07, 0xea, 0x7e, 0xf8, 0x96, 0xd2, 0x83, 0x90, 0x0a, 0x34, - 0x31, 0x51, 0xd9, 0x6c, 0x88, 0x6c, 0x5d, 0x71, 0x73, 0x93, 0x2c, 0x35, 0xd4, 0x1b, 0xd4, 0x15, - 0x8d, 0x24, 0xab, 0x1a, 0xd9, 0x9e, 0x84, 0xdb, 0xe8, 0x69, 0xaa, 0xe1, 0x0a, 0x23, 0xda, 0x2a, - 0x28, 0x54, 0x0d, 0xca, 0x23, 0x1a, 0x34, 0xd6, 0xc0, 0x53, 0x23, 0x3f, 0xd7, 0xa3, 0xe0, 0x68, - 0x8c, 0x6f, 0xa9, 0x68, 0x05, 0x21, 0x6d, 0x75, 0x1e, 0x37, 0xfa, 0x43, 0x27, 0xc4, 0xf2, 0xfe, - 0x82, 0xde, 0xd2, 0x57, 0x76, 0xf0, 0xcb, 0xfa, 0xef, 0x8b, 0xb3, 0x4c, 0x78, 0xaf, 0xcd, 0xec, - 0x24, 0xae, 0xf8, 0x26, 0x22, 0xb6, 0x58, 0x11, 0xdf, 0x49, 0xc4, 0x0a, 0xe0, 0x79, 0x56, 0xf1, - 0xfc, 0x8a, 0xe2, 0xae, 0xcc, 0xfc, 0xb2, 0x12, 0x3a, 0xcd, 0x4d, 0x73, 0xd5, 0xbc, 0x42, 0xe1, - 0x15, 0x9c, 0x98, 0x56, 0xe8, 0x7f, 0xea, 0xd0, 0x0e, 0x80, 0xf2, 0xed, 0x31, 0xe4, 0xf8, 0x9e, - 0x1c, 0xe3, 0xe3, 0xad, 0x57, 0x8c, 0x20, 0x22, 0xc4, 0x40, 0xa9, 0x20, 0xda, 0x3a, 0x27, 0xd6, - 0x93, 0x50, 0x48, 0xca, 0xc0, 0xba, 0x0c, 0x0b, 0xee, 0x04, 0xc1, 0xb5, 0x37, 0x63, 0x07, 0xf4, - 0x76, 0x7c, 0xf0, 0x03, 0x75, 0x76, 0xb8, 0xff, 0x86, 0xb2, 0x09, 0xb0, 0x5b, 0xd9, 0x77, 0x3e, - 0xa6, 0xc9, 0x53, 0xf5, 0x6d, 0x45, 0x6e, 0x9a, 0x6c, 0xb0, 0xa0, 0x0f, 0x51, 0x98, 0x19, 0xc3, - 0x01, 0xb1, 0x35, 0xa5, 0xf6, 0x45, 0x9c, 0xf3, 0xb5, 0x60, 0x41, 0x75, 0xd1, 0x1a, 0x3f, 0xb6, - 0x79, 0x36, 0x76, 0x7e, 0xff, 0x4e, 0x26, 0x31, 0x20, 0x8e, 0x8c, 0x13, 0x41, 0xcc, 0x1c, 0x8c, - 0x94, 0x43, 0xcd, 0x68, 0x6a, 0x55, 0x33, 0x5b, 0x7a, 0xe9, 0xe8, 0x67, 0xd3, 0x71, 0xa9, 0x55, - 0x01, 0x16, 0xf6, 0xd8, 0xc1, 0xbd, 0x64, 0xe8, 0xb8, 0x76, 0x1c, 0x8c, 0xa9, 0xf7, 0xe3, 0xf6, - 0xdd, 0x70, 0x34, 0x0b, 0xa1, 0x1a, 0x35, 0xcf, 0x54, 0x59, 0xea, 0x7c, 0xe7, 0x67, 0x91, 0x70, - 0xc2, 0xd0, 0xba, 0x32, 0x2f, 0x84, 0x5e, 0x16, 0xc1, 0x7a, 0xde, 0x56, 0xe0, 0x20, 0x6a, 0x78, - 0xd9, 0xe0, 0xfe, 0xb3, 0x80, 0x48, 0x9d, 0xe7, 0x3c, 0x0d, 0x18, 0xd4, 0x7c, 0x30, 0xcc, 0xeb, - 0xe6, 0x4e, 0x60, 0xa4, 0x37, 0x4c, 0x21, 0xb4, 0xd6, 0xe7, 0x6d, 0x7f, 0xde, 0xdc, 0x8c, 0xac, - 0x8b, 0x81, 0xb4, 0x07, 0xd3, 0x32, 0x30, 0xeb, 0x31, 0x00, 0x91, 0xc6, 0x1f, 0x26, 0x71, 0xb3, - 0x01, 0xfc, 0xee, 0x78, 0xbf, 0x35, 0x17, 0x38, 0xac, 0x30, 0x46, 0xaf, 0x36, 0x8d, 0x41, 0xa4, - 0x08, 0xfa, 0xe3, 0xd8, 0xcd, 0x3f, 0x8c, 0x5b, 0xf4, 0x2a, 0x34, 0x2d, 0x62, 0xd0, 0xfa, 0xc6, - 0xe8, 0x62, 0xc6, 0x60, 0xa6, 0xd9, 0xb7, 0xd1, 0xb7, 0x9a, 0x6b, 0x0f, 0x41, 0x53, 0xc4, 0x19, - 0xf3, 0xea, 0x9c, 0x92, 0x9e, 0xa4, 0x63, 0x08, 0xff, 0x12, 0x3e, 0xc3, 0x21, 0x11, 0x8b, 0xde, - 0xf9, 0x11, 0xa8, 0x38, 0x92, 0xc4, 0x33, 0x4a, 0xd0, 0x14, 0xc0, 0x9d, 0xe2, 0x04, 0x3d, 0xf7, - 0x71, 0x9e, 0xc3, 0xf4, 0x04, 0xf8, 0x26, 0xdb, 0x9a, 0x60, 0xe8, 0x4d, 0x74, 0xfa, 0xe9, 0xd4, - 0xc5, 0xaf, 0xef, 0x0d, 0x6d, 0xf6, 0xa6, 0x0e, 0x6d, 0x78, 0xbd, 0x91, 0xbc, 0x57, 0x97, 0x65, - 0x6d, 0x4b, 0x2a, 0x61, 0x09, 0x78, 0x53, 0x39, 0x5d, 0xe1, 0xec, 0x40, 0x27, 0x20, 0x69, 0xa8, - 0x5a, 0x06, 0xed, 0x50, 0x6c, 0xd7, 0x38, 0xe8, 0x17, 0xfa, 0x77, 0x71, 0x07, 0x17, 0x90, 0x6a, - 0xf8, 0x8c, 0x3b, 0xc0, 0x41, 0x0b, 0x09, 0xee, 0xf9, 0xc9, 0x64, 0x45, 0x6f, 0xcc, 0x45, 0x1a, - 0x61, 0xbd, 0x62, 0x5d, 0x24, 0x26, 0xda, 0x97, 0x17, 0x44, 0x98, 0xad, 0x48, 0x57, 0x1a, 0x71, - 0x41, 0x03, 0xd9, 0x00, 0x01, 0x29, 0x65, 0x82, 0x8e, 0xc5, 0x24, 0x80, 0x93, 0x4a, 0xcd, 0x7d, - 0x6d, 0xcb, 0x5b, 0xf2, 0x40, 0x64, 0x19, 0x7e, 0xa8, 0x57, 0xc8, 0xcf, 0x74, 0x6e, 0x26, 0xfc, - 0xaa, 0x3d, 0xd7, 0x12, 0x9d, 0xc4, 0x0b, 0x31, 0x5c, 0x0f, 0x2c, 0x93, 0x86, 0x81, 0x3b, 0x5a, - 0xbd, 0xa5, 0xce, 0x15, 0x11, 0xe3, 0x21, 0x23, 0xce, 0x8f, 0xa3, 0x07, 0xf3, 0x87, 0x6c, 0xa3, - 0x49, 0xb7, 0xb5, 0xe5, 0x79, 0x32, 0x05, 0x5b, 0xd0, 0x04, 0xa5, 0x2e, 0x31, 0x60, 0x9e, 0x41, - 0x64, 0x2f, 0xde, 0xc0, 0x18, 0xd2, 0x16, 0x6f, 0x60, 0xb0, 0x31, 0x7e, 0x8e, 0x5b, 0x26, 0x16, - 0xc9, 0x18, 0x1e, 0x8f, 0x0f, 0xef, 0xc5, 0xa2, 0x73, 0x29, 0x29, 0xc5, 0x09, 0x5c, 0xca, 0xa6, - 0x7f, 0x35, 0x5c, 0xb1, 0x5a, 0xc0, 0x62, 0xe7, 0x04, 0x00, 0x84, 0x85, 0xea, 0xac, 0x60, 0xa4, - 0xed, 0x22, 0x6a, 0x1d, 0x8f, 0x04, 0xe0, 0x51, 0x4e, 0x87, 0x88, 0xe9, 0x3e, 0x20, 0x25, 0xaf, - 0x3c, 0x66, 0xfa, 0x29, 0x18, 0xb8, 0x74, 0xbd, 0xb9, 0x49, 0x7f, 0xb6, 0xa9, 0x64, 0x0d, 0x95, - 0x69, 0x06, 0x65, 0xe8, 0x77, 0x5e, 0x58, 0x16, 0x79, 0xc1, 0x77, 0x67, 0x22, 0xac, 0x16, 0x78, - 0x41, 0x0e, 0x6d, 0x22, 0x90, 0x34, 0x8d, 0xc8, 0xdd, 0xdc, 0x14, 0xc1, 0x88, 0x60, 0xcf, 0x0c, - 0xb5, 0x2a, 0xfa, 0x4d, 0x7c, 0xf7, 0xb9, 0xff, 0x81, 0xf9, 0xc9, 0xc5, 0x1a, 0x3d, 0x39, 0xd7, - 0xf7, 0x28, 0x0e, 0xd0, 0x47, 0x9f, 0xe8, 0x06, 0xab, 0x88, 0x5f, 0x38, 0x46, 0x37, 0x9e, 0x57, - 0x3d, 0x8b, 0xb9, 0x71, 0xcd, 0x9c, 0x18, 0xe6, 0xb0, 0xd7, 0x4f, 0xd0, 0xab, 0x8e, 0x30, 0xd4, - 0xd0, 0x91, 0x46, 0x24, 0xc1, 0xc2, 0xf1, 0x62, 0x45, 0x72, 0xb5, 0xe0, 0x0c, 0x3f, 0x5a, 0x83, - 0xe7, 0xa1, 0x8d, 0xe4, 0xc9, 0x63, 0x9e, 0x33, 0xcd, 0x71, 0xf0, 0x62, 0x88, 0xa3, 0x6b, 0xea, - 0xc0, 0x8c, 0x65, 0xa9, 0x62, 0x96, 0x66, 0xa8, 0x65, 0x09, 0xda, 0x8d, 0x04, 0x58, 0x48, 0x09, - 0x53, 0x81, 0x89, 0x86, 0xce, 0xe1, 0x79, 0x88, 0x7a, 0x29, 0xb3, 0xa0, 0x2b, 0x94, 0x34, 0x63, - 0x8a, 0xab, 0xc1, 0x8b, 0x4a, 0xc3, 0x89, 0xc2, 0x27, 0x3c, 0x18, 0x20, 0x03, 0xf4, 0xf0, 0x01, - 0x10, 0x46, 0xba, 0x3b, 0x09, 0x47, 0x16, 0x21, 0xfe, 0x42, 0xac, 0x28, 0x5b, 0x0f, 0xb1, 0x9d, - 0xc5, 0x86, 0x80, 0x50, 0x20, 0xe5, 0x9f, 0x73, 0xcf, 0x2f, 0xe4, 0xf7, 0xef, 0xa0, 0x0a, 0x7e, - 0x16, 0x12, 0x30, 0x20, 0x02, 0xc3, 0xe2, 0x26, 0xc4, 0x4e, 0xa3, 0x61, 0x5a, 0x42, 0x9e, 0xe4, - 0x79, 0xdf, 0x47, 0x46, 0x39, 0xb1, 0xd9, 0xf8, 0xc8, 0xef, 0xec, 0x68, 0xb8, 0x54, 0xf1, 0x71, - 0x84, 0x3a, 0xe8, 0x20, 0x64, 0x87, 0xb3, 0x40, 0xa8, 0x72, 0xcc, 0x39, 0x8d, 0xdb, 0xdb, 0x93, - 0x5f, 0xa0, 0x1c, 0x72, 0x32, 0x68, 0x21, 0x18, 0x5b, 0x0d, 0xe6, 0x78, 0xc6, 0x75, 0xf6, 0x70, - 0x9c, 0x36, 0x8a, 0xc2, 0xb4, 0x61, 0x8e, 0x93, 0x3c, 0xc6, 0x63, 0x50, 0x43, 0x20, 0x16, 0x62, - 0x4b, 0x78, 0x9f, 0x73, 0x61, 0xe0, 0x05, 0xdd, 0x24, 0x07, 0xfc, 0x1b, 0xa6, 0xdb, 0x8e, 0x2f, - 0x14, 0x00, 0x07, 0xdf, 0x66, 0xdc, 0x88, 0x63, 0x72, 0xe1, 0x1b, 0x5f, 0xc3, 0x48, 0x55, 0xac, - 0x39, 0x22, 0x5d, 0x42, 0x63, 0x21, 0xe4, 0xd0, 0x13, 0xc2, 0x7c, 0xef, 0x66, 0xe0, 0x56, 0x37, - 0x04, 0xdc, 0xec, 0x46, 0xf0, 0xdc, 0x0a, 0x0c, 0x95, 0x47, 0xcb, 0x7e, 0x0b, 0x97, 0x28, 0xa0, - 0x4f, 0xb8, 0x8b, 0x4a, 0x63, 0xba, 0x03, 0xc5, 0x4c, 0x1d, 0xcf, 0x65, 0xb5, 0x91, 0x63, 0xdf, - 0xde, 0xb4, 0xb7, 0x2a, 0xdc, 0x5c, 0xc0, 0x6b, 0x4d, 0x6a, 0xee, 0x5f, 0x8c, 0x95, 0x4b, 0xfe, - 0x0f, 0xab, 0x12, 0x3d, 0x1e, 0x0f, 0x20, 0xd8, 0x41, 0x3d, 0x5c, 0x51, 0x40, 0x0d, 0xa2, 0x23, - 0xa6, 0x51, 0x95, 0x61, 0xa1, 0x52, 0xb0, 0x94, 0x8f, 0xf5, 0x0a, 0xbf, 0x00, 0xcf, 0x87, 0x74, - 0x0a, 0xe2, 0xe9, 0x14, 0xde, 0x6f, 0x8d, 0x44, 0x85, 0x37, 0x5f, 0x0b, 0x4f, 0x4b, 0x3c, 0xd4, - 0x01, 0xa6, 0x8e, 0x63, 0x81, 0xe1, 0x40, 0xd8, 0xce, 0x84, 0xbf, 0xb6, 0xe2, 0xb0, 0x6c, 0xdc, - 0x7b, 0x77, 0xaa, 0x44, 0x76, 0xea, 0xcc, 0x4c, 0xa3, 0xc6, 0x0e, 0x8a, 0xc1, 0xbf, 0x61, 0xad, - 0x21, 0x7c, 0x8a, 0xd2, 0xcc, 0x3b, 0x39, 0x06, 0x4c, 0xd1, 0xf0, 0x39, 0x39, 0x42, 0xd2, 0x3f, - 0x5b, 0x86, 0xfd, 0xf2, 0xb1, 0x93, 0x34, 0xbc, 0x1d, 0xaa, 0x78, 0xfc, 0x96, 0x3f, 0x0c, 0xc1, - 0x41, 0xe7, 0x0d, 0x56, 0x64, 0x87, 0x0b, 0x1d, 0x78, 0x8e, 0xf7, 0x05, 0x01, 0xc1, 0x85, 0x52, - 0xf0, 0x72, 0x2e, 0xde, 0x33, 0x2b, 0xfc, 0x7b, 0x5b, 0xa2, 0xb6, 0x2c, 0x03, 0xb2, 0xb0, 0x66, - 0xe3, 0x1d, 0xf0, 0x17, 0x9b, 0xfc, 0xe1, 0x0a, 0x77, 0x0b, 0xdb, 0xef, 0x9d, 0x88, 0xe3, 0x3d, - 0xf0, 0x6c, 0x6f, 0x98, 0xdf, 0x3f, 0x16, 0x0f, 0x46, 0x17, 0xa0, 0x56, 0x75, 0x80, 0x66, 0xfb, - 0xe3, 0x1e, 0x9c, 0x7b, 0xf0, 0xc2, 0xbd, 0xf0, 0x20, 0xad, 0xec, 0x06, 0xbb, 0x31, 0xc5, 0x8f, - 0xc9, 0xf4, 0xb2, 0x00, 0x1b, 0x0a, 0x81, 0x6c, 0x5d, 0x86, 0xe1, 0xd5, 0xd7, 0x7e, 0x41, 0x4e, - 0x85, 0x33, 0x9a, 0xc1, 0x60, 0x8d, 0xf2, 0x4e, 0x8f, 0x8f, 0x9b, 0x6b, 0x24, 0x6e, 0xac, 0xd1, - 0xcc, 0xa3, 0x95, 0xa6, 0xdd, 0xea, 0xbc, 0xfe, 0x31, 0xe4, 0x1f, 0xe5, 0xf6, 0x97, 0x2e, 0xd8, - 0x9b, 0xdf, 0x31, 0x76, 0xa6, 0x70, 0xac, 0x6c, 0x7d, 0xfd, 0xa7, 0x46, 0xdc, 0xba, 0x8c, 0x62, - 0x30, 0x14, 0x35, 0xe3, 0xfb, 0x5a, 0xc8, 0x5c, 0x71, 0xe0, 0xd3, 0x2f, 0x3e, 0xed, 0xc5, 0x6e, - 0xd4, 0x17, 0x5f, 0xcc, 0xec, 0xaf, 0x15, 0xf0, 0x97, 0x6d, 0x5d, 0x2f, 0x77, 0xee, 0xd7, 0xe7, - 0x5b, 0xe3, 0xc5, 0x8f, 0x90, 0xd8, 0x3c, 0x04, 0x65, 0xb3, 0x46, 0x97, 0x8a, 0x50, 0xd8, 0xd6, - 0x16, 0x0b, 0xfe, 0x04, 0xc5, 0xf1, 0xa2, 0x8d, 0xf3, 0x79, 0xf4, 0xf8, 0x8a, 0xc8, 0x49, 0x9a, - 0xe1, 0x6d, 0x13, 0xe1, 0x13, 0x15, 0xbd, 0xc6, 0xd5, 0x17, 0xcd, 0x5b, 0x20, 0x3b, 0x48, 0x5b, - 0x39, 0x86, 0xa1, 0xa3, 0x34, 0xe3, 0x3d, 0xf4, 0xb0, 0xb0, 0x02, 0xd2, 0xe6, 0xe6, 0xaa, 0x16, - 0xd0, 0x2b, 0xd7, 0x40, 0x33, 0x33, 0xef, 0x34, 0x32, 0x4e, 0xce, 0x64, 0xd2, 0x97, 0x46, 0x9a, - 0x69, 0xd7, 0x38, 0x67, 0x60, 0x9a, 0x18, 0xd6, 0x46, 0x01, 0xd5, 0xfc, 0x13, 0x76, 0x63, 0xfd, - 0x0c, 0x9f, 0x4a, 0x1a, 0xee, 0xe6, 0x72, 0x03, 0xff, 0x42, 0x2f, 0x57, 0xe0, 0xea, 0xf3, 0xdd, - 0x8c, 0xb6, 0xe0, 0x6f, 0xf4, 0x72, 0x11, 0x95, 0xb3, 0x9e, 0x36, 0x80, 0x5b, 0x7f, 0xf1, 0x83, - 0x7d, 0xc8, 0xcf, 0xf9, 0x72, 0x71, 0x8c, 0x9d, 0x59, 0x5f, 0x1c, 0x4c, 0xb3, 0x5a, 0xa0, 0xb6, - 0x87, 0x69, 0x8c, 0x06, 0x95, 0x04, 0x4e, 0xe1, 0x28, 0x54, 0xef, 0x34, 0x4f, 0xd2, 0x10, 0xf9, - 0x59, 0x6c, 0x24, 0x84, 0xe5, 0x7a, 0xba, 0x93, 0x5a, 0x78, 0x33, 0x5b, 0x77, 0xa2, 0x92, 0x2e, - 0x7a, 0x33, 0x62, 0x40, 0xfd, 0xb3, 0x26, 0x7d, 0xc5, 0x30, 0x4e, 0xca, 0x2b, 0x20, 0xc3, 0x28, - 0xd5, 0x48, 0x1c, 0x0e, 0xbd, 0x29, 0x29, 0xda, 0xdd, 0xa5, 0x4e, 0x2e, 0x1b, 0xb4, 0x7c, 0x1c, - 0x71, 0xec, 0x98, 0xe4, 0x15, 0x68, 0x73, 0x26, 0x2b, 0x61, 0x45, 0xec, 0x8f, 0x25, 0x8c, 0x85, - 0x0e, 0x09, 0x5e, 0x35, 0x12, 0xab, 0x41, 0x2e, 0x19, 0x2d, 0x4b, 0x60, 0xf1, 0x00, 0xb9, 0xf8, - 0xd8, 0xe2, 0xf9, 0x63, 0x24, 0x8e, 0x5b, 0x16, 0xb9, 0x1d, 0x30, 0xbc, 0x19, 0x1a, 0xd4, 0xf3, - 0x7a, 0x64, 0x0f, 0x1a, 0xae, 0x27, 0x82, 0x1d, 0x4f, 0x15, 0xd3, 0x90, 0xfa, 0xe1, 0xdf, 0x3e, - 0x67, 0xf9, 0x1b, 0xdf, 0xfc, 0x1d, 0x71, 0x5e, 0x08, 0x23, 0x8d, 0x5e, 0x8c, 0x8c, 0x8d, 0x1b, - 0xa9, 0x3b, 0x30, 0x02, 0x31, 0x0a, 0x09, 0x8f, 0x86, 0x23, 0xf5, 0x05, 0xd3, 0x5d, 0x6f, 0xf4, - 0x2e, 0xad, 0x5c, 0xe2, 0x82, 0xe5, 0x0a, 0x3f, 0x3c, 0xbd, 0x4d, 0x9d, 0xe3, 0xeb, 0xb1, 0xcf, - 0xd4, 0x27, 0xee, 0x7d, 0x13, 0x10, 0x01, 0x54, 0xa4, 0x25, 0xdd, 0xb5, 0x76, 0x6e, 0xc4, 0x96, - 0x5c, 0xb2, 0x4d, 0xc9, 0xcf, 0x0f, 0xdd, 0x91, 0xd4, 0xec, 0x41, 0x65, 0xaf, 0x0f, 0x6d, 0x5f, - 0xc4, 0x0c, 0xb4, 0xbc, 0x85, 0x2a, 0x7a, 0x6b, 0x4c, 0x03, 0x57, 0xaa, 0x80, 0xc0, 0x67, 0xfd, - 0x9a, 0x28, 0x38, 0xf0, 0x6f, 0x84, 0x77, 0x8d, 0x82, 0x36, 0x17, 0xd9, 0xca, 0x19, 0x84, 0x46, - 0x7b, 0x8b, 0xa2, 0xa9, 0xa2, 0xc8, 0xd7, 0x55, 0x73, 0x46, 0xd2, 0xfd, 0x70, 0xb6, 0x7c, 0x29, - 0x96, 0x8f, 0x9f, 0x43, 0x6b, 0x75, 0x92, 0xa4, 0x89, 0x92, 0x8c, 0x71, 0xd1, 0x7d, 0x7a, 0xae, - 0x59, 0x1f, 0xd7, 0xb1, 0xf8, 0x3a, 0x6b, 0x1c, 0x24, 0xce, 0x17, 0x08, 0x21, 0x14, 0x3b, 0xfe, - 0x5d, 0x08, 0x4b, 0x8b, 0x2f, 0x41, 0xef, 0x3c, 0x06, 0xcb, 0xf6, 0x9e, 0xb3, 0x53, 0xbb, 0x40, - 0x98, 0xd7, 0x43, 0x38, 0xbb, 0x0e, 0xb9, 0x86, 0xec, 0x30, 0x32, 0x0f, 0x42, 0x1f, 0x7a, 0x11, - 0x77, 0x52, 0xd8, 0x99, 0x54, 0x0f, 0x83, 0xee, 0x93, 0x49, 0x87, 0x1a, 0x3c, 0x9e, 0x27, 0x1c, - 0x9e, 0xfc, 0x70, 0x74, 0x37, 0xe2, 0x2e, 0xa8, 0xbb, 0x18, 0x51, 0x8e, 0xeb, 0x49, 0x1d, 0x2f, - 0x57, 0x29, 0xb2, 0x2b, 0xda, 0xbf, 0x8e, 0x06, 0xf7, 0x45, 0xb3, 0xaa, 0xc2, 0xd5, 0xd0, 0x14, - 0xcf, 0x8d, 0x0c, 0x43, 0x12, 0x69, 0xc1, 0x10, 0xa4, 0x6e, 0x24, 0xc5, 0x91, 0xdc, 0xa1, 0x4d, - 0x4d, 0x1e, 0x6f, 0xd4, 0xc0, 0xca, 0xd3, 0x6c, 0x33, 0xdd, 0x62, 0xf9, 0x9d, 0xd1, 0x8d, 0x89, - 0xb7, 0x68, 0x38, 0xb8, 0xd6, 0xed, 0xf9, 0x4c, 0x8c, 0x34, 0xf3, 0x97, 0x18, 0xe9, 0x9e, 0xf7, - 0x2b, 0xe3, 0x6c, 0x81, 0xb6, 0x18, 0x64, 0xe2, 0x2f, 0x96, 0x75, 0x34, 0x59, 0xa7, 0x3d, 0x5d, - 0x7d, 0xa2, 0xc9, 0x9a, 0xe5, 0x46, 0x3c, 0xcd, 0x28, 0x21, 0xfe, 0x53, 0xa0, 0x2b, 0xb8, 0xfc, - 0xaf, 0x30, 0x5a, 0x4f, 0x02, 0xb4, 0x86, 0x9b, 0xff, 0x42, 0xf4, 0x91, 0x66, 0x44, 0x99, 0x82, - 0x4f, 0x02, 0x1e, 0x53, 0x40, 0xfb, 0x29, 0xe8, 0x11, 0xba, 0xce, 0x5c, 0x06, 0x67, 0x5b, 0xdc, - 0x89, 0x20, 0x82, 0xe0, 0x46, 0x8f, 0x5a, 0x2c, 0xa9, 0xc5, 0x2e, 0xe6, 0x48, 0x72, 0x80, 0x09, - 0xe8, 0x2b, 0xfc, 0x0b, 0x93, 0x93, 0x77, 0xe9, 0xcf, 0xec, 0xc3, 0x42, 0x4b, 0xa7, 0xe2, 0x2d, - 0x86, 0xd0, 0x67, 0x81, 0x11, 0xa0, 0x27, 0xcb, 0x40, 0x93, 0x33, 0xd6, 0xd7, 0xda, 0x3a, 0x58, - 0x01, 0x82, 0xe6, 0x31, 0x60, 0xf4, 0x16, 0x94, 0xd9, 0x02, 0x33, 0x5e, 0x50, 0xc0, 0x2a, 0x22, - 0xc7, 0x10, 0x81, 0x55, 0x34, 0x1e, 0x4b, 0xdf, 0x5d, 0x54, 0xf5, 0x6b, 0xcd, 0x4c, 0x0b, 0x12, - 0x23, 0xda, 0x68, 0x9c, 0x31, 0x66, 0x81, 0x75, 0x6c, 0x6e, 0x46, 0xcf, 0x85, 0x68, 0x34, 0x5c, - 0x36, 0x0b, 0x56, 0x73, 0xb4, 0xcd, 0xcd, 0x0f, 0xb1, 0x4d, 0x23, 0x20, 0xde, 0x05, 0x12, 0x9f, - 0xf1, 0x6c, 0x9a, 0x09, 0xb9, 0x2f, 0xd8, 0x9c, 0x64, 0x78, 0x2a, 0x36, 0x56, 0x49, 0xb0, 0x80, - 0x91, 0x06, 0xe1, 0x29, 0x31, 0x78, 0x02, 0xcc, 0x3c, 0x2a, 0x02, 0x21, 0xa5, 0xf6, 0xe3, 0x87, - 0x09, 0xac, 0xc3, 0x04, 0x2e, 0x61, 0xa6, 0x65, 0x21, 0x0c, 0xfc, 0xa7, 0xf0, 0x03, 0xff, 0x0f, - 0xea, 0x4d, 0x3d, 0x4b, 0xab, 0x8e, 0x99, 0x06, 0xab, 0x2d, 0x16, 0xb0, 0xdb, 0xd1, 0x25, 0xd2, - 0x4b, 0x77, 0x27, 0xa0, 0xa9, 0x08, 0x80, 0x43, 0x04, 0xb6, 0x13, 0xad, 0x12, 0xe0, 0xbe, 0x57, - 0x2b, 0x54, 0x59, 0xcb, 0xb1, 0x82, 0xd4, 0xd7, 0x12, 0x2b, 0xfa, 0x5e, 0x69, 0x54, 0xc6, 0x22, - 0x82, 0xd1, 0x89, 0x29, 0x2a, 0xde, 0x35, 0x2d, 0x2b, 0x95, 0x33, 0x45, 0x71, 0xc3, 0x5a, 0xd3, - 0xdc, 0xdb, 0xaf, 0xd7, 0x57, 0xc2, 0xd2, 0x05, 0xd7, 0x03, 0x0e, 0x0e, 0x71, 0xe9, 0x87, 0x2d, - 0xe8, 0xe0, 0x7b, 0x32, 0x38, 0xc1, 0xc6, 0x3b, 0x20, 0x13, 0x0f, 0xf3, 0x5c, 0x1c, 0xff, 0x9b, - 0xc1, 0x50, 0xdd, 0xcc, 0x58, 0x7b, 0x01, 0xcd, 0x67, 0xee, 0x29, 0x26, 0x36, 0x0c, 0x11, 0xdb, - 0x26, 0xe8, 0x9b, 0xc4, 0xc9, 0x64, 0x5f, 0x49, 0x35, 0xb2, 0x15, 0x7e, 0x3b, 0x4f, 0x77, 0xe2, - 0x63, 0xb5, 0xbc, 0xd0, 0x57, 0xb6, 0x73, 0xfe, 0x6b, 0x5e, 0x2c, 0x01, 0x46, 0x0b, 0x85, 0x46, - 0xa3, 0xaf, 0xd0, 0x94, 0x54, 0x23, 0x8f, 0x29, 0x62, 0x25, 0x94, 0x02, 0x00, 0x18, 0x67, 0x62, - 0x07, 0x14, 0xfb, 0xc3, 0x43, 0x47, 0xbf, 0xf1, 0xab, 0xef, 0xe0, 0x61, 0x4d, 0x7d, 0x65, 0x8e, - 0x27, 0x5f, 0x21, 0x2f, 0x2b, 0x82, 0x5d, 0xfc, 0x8b, 0x9f, 0x0b, 0xd5, 0xac, 0xc8, 0xc8, 0x45, - 0x31, 0xba, 0x76, 0xc4, 0x81, 0xb8, 0x38, 0x35, 0x99, 0x2e, 0x58, 0xe0, 0xf7, 0x88, 0xee, 0x1f, - 0x1c, 0xb4, 0x1c, 0xec, 0x67, 0x27, 0x91, 0x3a, 0xb9, 0xaf, 0x78, 0xcd, 0x9b, 0x40, 0x42, 0x4b, - 0xb3, 0x1c, 0xbd, 0xb2, 0xd4, 0x1e, 0x24, 0xd8, 0x29, 0xcc, 0x1c, 0x75, 0xd9, 0x27, 0x59, 0xcd, - 0x30, 0x4f, 0xd7, 0xdc, 0x92, 0x4a, 0x2b, 0xe2, 0x56, 0xef, 0x3a, 0x8e, 0xec, 0x34, 0x8d, 0xc7, - 0x84, 0xb1, 0x66, 0x79, 0xa2, 0xec, 0x9d, 0x4d, 0xe1, 0x92, 0x3e, 0x61, 0xa1, 0x05, 0x2e, 0xef, - 0xda, 0x53, 0x04, 0x93, 0x8c, 0xac, 0xc0, 0xb9, 0x2c, 0x0a, 0x60, 0x84, 0x2b, 0xd7, 0xc1, 0x1a, - 0x12, 0x6e, 0x15, 0xf2, 0x37, 0xa0, 0x87, 0x2a, 0x6d, 0xe0, 0xae, 0x7d, 0xda, 0x2d, 0xb6, 0x0d, - 0x94, 0x9f, 0x7b, 0x07, 0x04, 0xf1, 0xb3, 0x79, 0x24, 0xdf, 0x6c, 0x8e, 0x5b, 0x81, 0x22, 0xfd, - 0x10, 0x05, 0xef, 0xa0, 0x97, 0x75, 0x67, 0x35, 0xd2, 0x96, 0xc6, 0xcf, 0x01, 0x98, 0x59, 0xb5, - 0xc8, 0x21, 0xc5, 0xd0, 0xb0, 0x5a, 0xb8, 0x95, 0x73, 0x8c, 0x5f, 0x5c, 0xb5, 0x91, 0x3b, 0x72, - 0x2c, 0x46, 0x14, 0xa1, 0xb8, 0xde, 0xfa, 0xe9, 0x7d, 0xdc, 0x93, 0x1d, 0x0b, 0xc5, 0x27, 0xe8, - 0xa7, 0xd1, 0x30, 0xe1, 0xbf, 0xe1, 0xd3, 0xfc, 0x0b, 0xce, 0x4c, 0x13, 0x30, 0x17, 0x41, 0xf0, - 0xf2, 0xf9, 0x0b, 0x61, 0x2c, 0x99, 0x69, 0x0b, 0x60, 0x7c, 0x37, 0xd3, 0x83, 0x9d, 0xf8, 0x21, - 0x2b, 0x4b, 0xd8, 0x48, 0x65, 0xf1, 0x6c, 0x59, 0x01, 0xf4, 0xba, 0x9a, 0x9b, 0x8c, 0x9e, 0xf9, - 0xb4, 0xb4, 0x17, 0x38, 0xcc, 0x75, 0xe8, 0x0d, 0x06, 0xb8, 0xe8, 0xb7, 0x38, 0xc6, 0x60, 0xbd, - 0x36, 0x12, 0x58, 0xbc, 0xb8, 0xd1, 0xc6, 0x8b, 0x10, 0x8a, 0xfb, 0x3c, 0x82, 0x38, 0x7e, 0x9c, - 0x80, 0x2e, 0xbf, 0x72, 0xed, 0x7d, 0x11, 0xab, 0xa9, 0x61, 0x50, 0xc9, 0xe2, 0x1c, 0x24, 0x6d, - 0xb1, 0x9f, 0xc8, 0xfc, 0xa1, 0xe1, 0xb9, 0x4f, 0xce, 0xca, 0xc8, 0x4c, 0x1a, 0x3a, 0xe6, 0x05, - 0x54, 0xdc, 0x40, 0x6b, 0x41, 0xe1, 0xbb, 0xc5, 0x4b, 0xa7, 0x5b, 0x12, 0x1e, 0x02, 0x53, 0x77, - 0x62, 0xed, 0x35, 0x82, 0x10, 0x0d, 0xaf, 0xd1, 0xd1, 0xfc, 0xfc, 0xf6, 0x56, 0x96, 0x7a, 0xbd, - 0xd8, 0xba, 0xfe, 0x3c, 0x7a, 0xd0, 0x8b, 0xc1, 0x62, 0x9d, 0x56, 0xd9, 0xfc, 0x75, 0x3f, 0xca, - 0x0c, 0x23, 0x45, 0x35, 0x73, 0xe8, 0x44, 0xb1, 0xe6, 0x2b, 0x4c, 0x74, 0x4f, 0x70, 0x9a, 0x5e, - 0x1a, 0x91, 0xc4, 0xe3, 0xeb, 0x10, 0x08, 0x8e, 0x0e, 0x3d, 0x27, 0x28, 0x89, 0x6a, 0x16, 0x7b, - 0x62, 0x07, 0x38, 0x71, 0xe1, 0x50, 0xf0, 0x21, 0xbb, 0x6b, 0x62, 0xa1, 0x77, 0x2f, 0x59, 0xab, - 0xb2, 0x3e, 0xb4, 0x93, 0x2b, 0x57, 0xbe, 0x96, 0xbf, 0x84, 0x0d, 0x48, 0xf6, 0x75, 0xce, 0xe2, - 0x3f, 0xff, 0xab, 0xb5, 0xe2, 0x14, 0xd9, 0xc5, 0xfd, 0xbc, 0xbc, 0x70, 0xde, 0xc8, 0xd2, 0xe8, - 0xd0, 0xb1, 0xa0, 0xd1, 0xb6, 0x34, 0x44, 0x61, 0x22, 0x32, 0x8f, 0x3b, 0x73, 0x68, 0x74, 0xe8, - 0x71, 0xdd, 0xe8, 0x7f, 0x8a, 0x30, 0xe8, 0xa1, 0xc1, 0xd6, 0x28, 0x82, 0xc8, 0x88, 0x34, 0xdb, - 0xc8, 0xa3, 0xde, 0xd0, 0x43, 0x91, 0x9c, 0x9d, 0x78, 0xc2, 0x0f, 0xf1, 0x67, 0x2d, 0xb4, 0x4b, - 0xa4, 0x2f, 0x39, 0x47, 0xb6, 0x49, 0xa3, 0xe1, 0xe8, 0x06, 0xf7, 0x48, 0x9c, 0x11, 0x59, 0x5a, - 0xb2, 0x65, 0x51, 0x1b, 0x8b, 0x5d, 0x9b, 0x50, 0x16, 0xd0, 0xe9, 0xad, 0x62, 0x8b, 0x73, 0x7f, - 0x39, 0x3b, 0xcc, 0xa7, 0x95, 0x97, 0x64, 0x28, 0x5c, 0xd0, 0x8b, 0x68, 0x0b, 0x0c, 0x47, 0xba, - 0x25, 0x36, 0x12, 0xe6, 0xe6, 0x9f, 0xee, 0x1c, 0x64, 0x81, 0x51, 0xf6, 0x30, 0xe5, 0x24, 0x83, - 0x1d, 0x4b, 0xfc, 0xef, 0xdf, 0xe1, 0xa6, 0xbb, 0xb1, 0x77, 0x13, 0x0f, 0xcb, 0x03, 0x04, 0xfa, - 0xe8, 0x01, 0x68, 0xa8, 0xcd, 0x3f, 0x04, 0xc8, 0xf4, 0xc2, 0xd1, 0x42, 0x57, 0x21, 0xf3, 0x3f, - 0x18, 0xe6, 0x7f, 0x7a, 0x1e, 0xa4, 0x1b, 0xd3, 0x12, 0xfe, 0xab, 0xb5, 0x2a, 0x86, 0xce, 0x73, - 0x23, 0x7d, 0x49, 0xfa, 0xe3, 0x21, 0xf2, 0x61, 0x92, 0xa2, 0x76, 0x32, 0x33, 0x42, 0x59, 0x06, - 0xbf, 0xf7, 0x4b, 0x8d, 0x31, 0x1b, 0xee, 0xd6, 0x44, 0xf4, 0xcf, 0x15, 0xa2, 0x2c, 0xca, 0xc4, - 0x73, 0x84, 0x52, 0x49, 0xe7, 0x5f, 0x66, 0x66, 0xbc, 0xd8, 0xbb, 0x99, 0xe3, 0xeb, 0xe2, 0x17, - 0x3c, 0x35, 0x2d, 0xc9, 0xda, 0xb8, 0x2d, 0x02, 0x33, 0xfc, 0x2e, 0xf2, 0x41, 0xc2, 0x77, 0x4c, - 0xd8, 0xc6, 0x04, 0x63, 0x3b, 0x9d, 0xcd, 0x6d, 0x6e, 0x7e, 0xaa, 0x7f, 0x8d, 0x86, 0x87, 0x0e, - 0x80, 0x03, 0x5d, 0x5d, 0x3e, 0x4f, 0x9b, 0xdb, 0xda, 0xd2, 0x38, 0x8f, 0x22, 0xb7, 0x1a, 0x0e, - 0xb6, 0x2d, 0xbb, 0x65, 0xf8, 0x41, 0x4e, 0x12, 0x4e, 0xc2, 0x17, 0xc7, 0x6b, 0x02, 0x48, 0x98, - 0x75, 0x30, 0xba, 0xb8, 0x9f, 0xf4, 0xb3, 0xc8, 0xc4, 0xb5, 0x35, 0x8f, 0xf4, 0x43, 0x8c, 0x82, - 0x9d, 0x42, 0x16, 0x56, 0x3d, 0xf0, 0x8e, 0x7b, 0x1f, 0x95, 0x87, 0x04, 0x63, 0x81, 0xeb, 0xc1, - 0x49, 0xc8, 0xb8, 0x43, 0x37, 0xc5, 0x45, 0x4f, 0x47, 0xb6, 0x20, 0x6d, 0x2b, 0x19, 0xd3, 0x63, - 0xfd, 0xab, 0xca, 0x63, 0x8a, 0xec, 0x8e, 0x58, 0x8b, 0x7d, 0x66, 0xf5, 0x00, 0xce, 0xf8, 0x18, - 0x5c, 0x7a, 0x4a, 0x28, 0x1e, 0xc7, 0x1c, 0xa6, 0x80, 0xe0, 0x6c, 0x44, 0x22, 0xa4, 0xd3, 0x69, - 0x97, 0x29, 0x4f, 0xbe, 0x77, 0xc5, 0xd7, 0x18, 0x48, 0x9d, 0xf1, 0x06, 0x0c, 0xa0, 0xf1, 0x77, - 0x32, 0x40, 0x3e, 0xff, 0x80, 0xf0, 0xcd, 0x4d, 0xf6, 0x64, 0xf2, 0x8b, 0xfd, 0xd8, 0x09, 0xdc, - 0xfd, 0x93, 0x30, 0x79, 0xef, 0x0b, 0xcc, 0x46, 0x7e, 0x87, 0x4e, 0xca, 0xdf, 0xbf, 0xa3, 0x92, - 0x0e, 0xa4, 0x30, 0xa4, 0xd6, 0x66, 0xa8, 0x11, 0x87, 0x5a, 0x03, 0x69, 0x02, 0x2d, 0xc5, 0xd7, - 0x56, 0xe6, 0xc7, 0x6f, 0xf3, 0x40, 0x95, 0x5b, 0xea, 0xc6, 0xdc, 0x3b, 0x0b, 0xce, 0xd3, 0xd1, - 0x96, 0x4f, 0x62, 0x03, 0x2d, 0x0d, 0x72, 0x70, 0xf4, 0xcc, 0x38, 0x7a, 0x78, 0x1c, 0x8c, 0xf9, - 0x72, 0xae, 0x81, 0x89, 0x7b, 0x50, 0xd1, 0x5b, 0x4b, 0x39, 0xda, 0xfa, 0x8c, 0xe1, 0x63, 0xe0, - 0xde, 0xcf, 0x49, 0x41, 0x82, 0xf0, 0xe6, 0x04, 0x9c, 0x7d, 0x1f, 0xe4, 0x1b, 0x5a, 0x1f, 0x65, - 0x5b, 0x9c, 0x28, 0xe7, 0xe7, 0xdb, 0xf8, 0x9e, 0xf1, 0x6e, 0x88, 0x48, 0x7c, 0xcf, 0xe0, 0x62, - 0x2b, 0xfe, 0xf6, 0xdd, 0x81, 0xbe, 0x9d, 0xf8, 0xbf, 0xc2, 0x82, 0x48, 0xff, 0x03, 0xc4, 0x00, - 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xcd, 0x7d, 0x69, 0x77, 0xe2, 0xba, + 0xb2, 0xe8, 0xf7, 0xfc, 0x0a, 0xda, 0x7d, 0x4e, 0x1a, 0x1f, 0x1c, 0x30, 0xf3, 0xd4, 0x24, 0x87, + 0x90, 0x90, 0x79, 0x24, 0x73, 0xbf, 0x5e, 0xb7, 0x3d, 0x08, 0x70, 0x62, 0x6c, 0xc7, 0x36, 0x53, + 0x68, 0xee, 0x5a, 0xef, 0xbf, 0xbd, 0x1f, 0xf6, 0xaa, 0x24, 0xdb, 0xd8, 0x06, 0x92, 0xf4, 0xde, + 0xef, 0xac, 0xfb, 0x7a, 0xef, 0x80, 0x91, 0xa5, 0x92, 0x54, 0x2a, 0xd5, 0xa4, 0x92, 0xf4, 0xfd, + 0xcb, 0xde, 0x45, 0xeb, 0xe6, 0xf1, 0x72, 0x3f, 0xd1, 0x77, 0x07, 0xfa, 0x76, 0xe2, 0x3b, 0x7e, + 0x25, 0x74, 0xc9, 0xe8, 0x35, 0x38, 0x62, 0x70, 0x98, 0x40, 0x24, 0x15, 0xbe, 0x06, 0xc4, 0x95, + 0x12, 0x86, 0x34, 0x20, 0x0d, 0x6e, 0xa4, 0x91, 0xb1, 0x65, 0xda, 0x2e, 0x97, 0xd8, 0x50, 0x4c, + 0xc3, 0x25, 0x86, 0xdb, 0xe0, 0xc6, 0x9a, 0xea, 0xf6, 0x1b, 0x2a, 0x19, 0x69, 0x0a, 0xd9, 0xa2, + 0x3f, 0x04, 0xcd, 0xd0, 0x5c, 0x4d, 0xd2, 0xb7, 0x1c, 0x45, 0xd2, 0x49, 0x23, 0x2b, 0x0c, 0x20, + 0x61, 0x30, 0x1c, 0xf8, 0xbf, 0x39, 0x1f, 0xe8, 0x86, 0xd2, 0x97, 0x6c, 0x87, 0x00, 0x90, 0xa1, + 0xdb, 0xdd, 0xaa, 0x70, 0xd1, 0xca, 0xdc, 0x3e, 0x19, 0x90, 0x2d, 0xc5, 0xd4, 0x4d, 0x9b, 0x4b, + 0x04, 0xd5, 0x7d, 0xcd, 0xd1, 0x7f, 0x21, 0x18, 0xfe, 0x9b, 0x29, 0x71, 0x38, 0xaf, 0xa8, 0x64, + 0x59, 0x3a, 0xd9, 0x1a, 0x98, 0xb2, 0x06, 0x5f, 0x63, 0x22, 0x6f, 0x41, 0xc2, 0x96, 0x22, 0x59, + 0x92, 0xac, 0x13, 0x2c, 0xa9, 0x6b, 0xc6, 0x4b, 0xc2, 0x26, 0x7a, 0x83, 0x73, 0xfa, 0xd0, 0x1d, + 0x65, 0xe8, 0x26, 0x34, 0x80, 0x03, 0xdd, 0xea, 0xdb, 0xa4, 0xdb, 0xe0, 0x54, 0xc9, 0x95, 0x6a, + 0xda, 0x40, 0xea, 0x91, 0xcc, 0x64, 0x0b, 0xdf, 0xd4, 0x65, 0xc9, 0x21, 0xa5, 0x82, 0xd0, 0x6c, + 0x36, 0x77, 0x9b, 0xcd, 0xfd, 0xe6, 0x3e, 0x7c, 0xe2, 0xf7, 0x41, 0xb3, 0x75, 0x80, 0x4f, 0xed, + 0x1e, 0x7c, 0x1c, 0xe9, 0x57, 0x37, 0x2f, 0xca, 0x79, 0xab, 0x6f, 0x9e, 0x60, 0xda, 0xde, 0xad, + 0x7e, 0x74, 0xdd, 0x3e, 0xc2, 0xc7, 0x2b, 0x96, 0xbb, 0x47, 0xf3, 0x1e, 0x66, 0x2e, 0x33, 0x8f, + 0x98, 0xb2, 0x9f, 0x3d, 0xbe, 0xde, 0x6f, 0xdf, 0x5e, 0x1c, 0x65, 0x9f, 0x21, 0x29, 0x73, 0x39, + 0xbe, 0x98, 0xf4, 0xce, 0x0f, 0x48, 0xf3, 0xf6, 0x6c, 0xb2, 0x5f, 0x3d, 0x28, 0x29, 0x57, 0xad, + 0x93, 0xbd, 0xfb, 0x66, 0xdf, 0x6a, 0xee, 0x3d, 0xe5, 0xba, 0x95, 0xcb, 0xb3, 0xe7, 0xdd, 0x4e, + 0xfe, 0xea, 0x5e, 0xac, 0x5c, 0x9d, 0xe4, 0xc4, 0x13, 0xe9, 0xa9, 0x95, 0xeb, 0x75, 0x5b, 0xd5, + 0x7e, 0xcb, 0x78, 0x35, 0x87, 0xe6, 0x79, 0xaf, 0x79, 0xdd, 0x7b, 0x2c, 0xbf, 0x9d, 0x4d, 0x9a, + 0xd3, 0x73, 0xfd, 0x56, 0xbd, 0x3a, 0xd4, 0x1f, 0xb4, 0xa6, 0x7e, 0x91, 0x3b, 0xdb, 0x6b, 0xee, + 0x95, 0xf2, 0xfb, 0x77, 0xaf, 0xe7, 0x87, 0x4d, 0x22, 0x36, 0x69, 0x43, 0xf4, 0xf6, 0xcd, 0x4b, + 0x67, 0x78, 0x35, 0x68, 0xb5, 0xb8, 0xed, 0x8d, 0xc4, 0x77, 0x57, 0x73, 0x75, 0xb2, 0x7d, 0x7f, + 0xba, 0xbf, 0xf7, 0x3d, 0xc3, 0x9e, 0x13, 0xdf, 0x1d, 0xc5, 0xd6, 0x2c, 0x77, 0x7b, 0xa3, 0x3b, + 0x34, 0x14, 0x57, 0x33, 0x8d, 0x44, 0x97, 0x10, 0x55, 0x96, 0x94, 0x97, 0x24, 0x3f, 0x9b, 0x8f, + 0x24, 0x3b, 0x01, 0x43, 0x6e, 0x2a, 0xc3, 0x01, 0x60, 0x3e, 0xdd, 0x23, 0xee, 0xbe, 0x4e, 0xf0, + 0xd1, 0xd9, 0x9d, 0xde, 0x48, 0xbd, 0x73, 0x18, 0x83, 0x24, 0x87, 0xd4, 0xc3, 0xf1, 0x3f, 0xc4, + 0x9f, 0x82, 0xbe, 0xc8, 0xaa, 0xd8, 0x44, 0x72, 0x89, 0x97, 0x3b, 0xc9, 0xb1, 0x5a, 0x38, 0xbe, + 0xae, 0xa7, 0xdd, 0xa9, 0xe5, 0x0d, 0x9c, 0xa6, 0x48, 0x58, 0x63, 0xe6, 0x59, 0x1a, 0x49, 0x5e, + 0x06, 0x41, 0x4f, 0x3b, 0xb6, 0xd2, 0xe0, 0x34, 0xdb, 0x4c, 0x3f, 0x3b, 0xf8, 0x53, 0x52, 0xd5, + 0xfd, 0x11, 0xc0, 0x38, 0xd5, 0x1c, 0x18, 0x7d, 0x62, 0x27, 0x39, 0xdd, 0x84, 0xfa, 0x04, 0xd2, + 0xd8, 0x9e, 0x29, 0x96, 0xa6, 0xbc, 0x34, 0x0c, 0x32, 0x4e, 0x60, 0xfe, 0x16, 0x12, 0xd0, 0x25, + 0xa4, 0x60, 0xa6, 0xaf, 0x16, 0x7d, 0xe0, 0x84, 0x19, 0xa5, 0xd4, 0x5a, 0xae, 0x24, 0x0a, 0xe3, + 0x3e, 0x21, 0xfa, 0xa9, 0xd6, 0xeb, 0xbb, 0x06, 0x71, 0x9c, 0xda, 0x97, 0x2c, 0x4b, 0x69, 0x1a, + 0x3d, 0x9d, 0xd4, 0x72, 0x65, 0x2f, 0xc3, 0x9e, 0x66, 0x13, 0x8a, 0x89, 0x1a, 0xa7, 0xe8, 0xa6, + 0xf2, 0x32, 0xd6, 0x1c, 0x02, 0x0d, 0x91, 0xa6, 0xe6, 0xd0, 0xad, 0xfd, 0x98, 0x29, 0xe6, 0xc0, + 0x32, 0x0d, 0x68, 0x50, 0x0d, 0xeb, 0x1c, 0x6a, 0xe9, 0x7b, 0x2c, 0x24, 0x98, 0x16, 0x16, 0x71, + 0x6a, 0xb3, 0xf9, 0xfc, 0xe7, 0x9c, 0x17, 0x68, 0xcb, 0xd2, 0xa6, 0x91, 0xe4, 0x34, 0xc3, 0x82, + 0x72, 0xc4, 0x80, 0x26, 0x27, 0x79, 0x68, 0x33, 0xcc, 0x02, 0xda, 0xd0, 0x64, 0x96, 0x8f, 0xe4, + 0xa3, 0xe4, 0x5f, 0x83, 0x79, 0x62, 0xf4, 0x88, 0x97, 0x75, 0x68, 0x01, 0x79, 0x92, 0xcb, 0x8e, + 0xae, 0xa9, 0xc4, 0x76, 0x92, 0x90, 0xbf, 0x8e, 0x03, 0xe2, 0x7e, 0x8c, 0x65, 0xf7, 0x03, 0x2c, + 0xbb, 0x0c, 0xcb, 0x36, 0x56, 0xe6, 0x9a, 0x43, 0xa5, 0x4f, 0x91, 0xed, 0xbe, 0x8b, 0x6c, 0x9a, + 0xd9, 0x69, 0x5c, 0xe3, 0xd7, 0x0d, 0x2d, 0x03, 0x5d, 0x19, 0x5a, 0xc9, 0x6f, 0xb4, 0x87, 0x3f, + 0x58, 0x85, 0x34, 0x13, 0xf7, 0xf3, 0x9b, 0x30, 0x83, 0xc6, 0xea, 0xc4, 0x85, 0xc6, 0x42, 0xae, + 0x23, 0x98, 0xb8, 0xf6, 0x48, 0xd2, 0x93, 0xb4, 0x5b, 0x1c, 0xa2, 0x10, 0xde, 0x11, 0xae, 0xd1, + 0x58, 0x74, 0x05, 0x7a, 0xa2, 0x4e, 0x3b, 0x2e, 0x74, 0x67, 0x73, 0x33, 0xa9, 0xe8, 0x44, 0xb2, + 0x83, 0x52, 0x2e, 0x2f, 0x98, 0xc6, 0x29, 0x34, 0x24, 0xc9, 0xf3, 0x73, 0x21, 0x2b, 0x8a, 0x88, + 0x39, 0x00, 0x7b, 0xa3, 0x0d, 0x08, 0x0c, 0x4a, 0x32, 0xe9, 0xd3, 0x2e, 0x90, 0x6c, 0x3f, 0x0d, + 0x7d, 0x06, 0x6c, 0xb7, 0xfa, 0x9a, 0xae, 0x42, 0x49, 0xc8, 0x59, 0xfc, 0x7c, 0x7e, 0xdd, 0xcb, + 0xbf, 0xf1, 0x3d, 0xe3, 0xcd, 0x0b, 0x98, 0x20, 0xee, 0x14, 0x26, 0xca, 0xc6, 0xbf, 0xbb, 0xc0, + 0x7e, 0xb6, 0xba, 0x92, 0x42, 0x66, 0xde, 0xd3, 0x40, 0xd3, 0xa7, 0xb5, 0xfb, 0x23, 0x60, 0x1a, + 0x4e, 0x1d, 0xd0, 0x59, 0x1b, 0xda, 0x7a, 0x92, 0xf2, 0x13, 0x7c, 0x9f, 0x19, 0x9b, 0xdd, 0x6e, + 0xae, 0xee, 0xf3, 0x3d, 0xca, 0xf6, 0x7c, 0xde, 0xa2, 0x8a, 0xd5, 0x83, 0xb3, 0x5e, 0x93, 0x72, + 0x96, 0x66, 0xd3, 0xb8, 0x6d, 0x36, 0x1d, 0x36, 0x5d, 0xb3, 0xf8, 0x39, 0x68, 0x37, 0x9b, 0x07, + 0x4f, 0x83, 0x5e, 0x73, 0xed, 0xbf, 0xdd, 0x41, 0xb3, 0xd9, 0x7b, 0x18, 0x5f, 0xb7, 0x9a, 0xaf, + 0xca, 0xe3, 0xf1, 0xd3, 0x51, 0xf3, 0xe6, 0xb1, 0x75, 0xdc, 0x3c, 0x1f, 0xb7, 0xde, 0xcc, 0xe6, + 0x6e, 0x0b, 0x58, 0xd4, 0xf8, 0xf1, 0xf0, 0x68, 0xd7, 0x29, 0xef, 0x55, 0xb4, 0x8b, 0xf1, 0x5b, + 0x6f, 0x90, 0x3f, 0x7b, 0x38, 0x33, 0xde, 0x9e, 0x5a, 0x2f, 0xae, 0xf1, 0xac, 0xc8, 0xe7, 0xa9, + 0x2b, 0xfd, 0xf8, 0x54, 0x3a, 0xce, 0x0f, 0xf5, 0xdb, 0x53, 0x4b, 0xb7, 0xee, 0x4b, 0xb7, 0xaf, + 0xf7, 0x9a, 0x49, 0x3a, 0xd5, 0xec, 0xf1, 0x94, 0x88, 0xcf, 0xb7, 0xfa, 0xf1, 0xf8, 0xc9, 0x2e, + 0x1a, 0x37, 0xea, 0x7e, 0xfe, 0xd4, 0x70, 0xd5, 0xcb, 0x51, 0xb3, 0x97, 0xea, 0xba, 0x99, 0xae, + 0xec, 0x9c, 0x3a, 0x07, 0xfa, 0xf9, 0xe9, 0xb0, 0xaf, 0x0f, 0xae, 0x9e, 0x4f, 0xb4, 0xf2, 0xf9, + 0xe5, 0xde, 0xfe, 0x51, 0x6f, 0x7c, 0x33, 0x00, 0x9e, 0x26, 0x95, 0x06, 0xaa, 0x9e, 0xea, 0x1c, + 0xde, 0xee, 0xf6, 0xf7, 0x8f, 0xd4, 0xc3, 0xf6, 0x44, 0x7a, 0x29, 0x3b, 0x85, 0xfd, 0xcc, 0xf4, + 0xad, 0x7f, 0xdc, 0x79, 0x6e, 0x95, 0x77, 0xaf, 0xae, 0x4e, 0xbb, 0x7b, 0x63, 0xd3, 0x6a, 0x67, + 0xb4, 0x92, 0xf4, 0xda, 0xd9, 0xd7, 0xf7, 0xdb, 0x7b, 0x0f, 0x93, 0xca, 0xd3, 0xdd, 0xfd, 0xf3, + 0x34, 0x6f, 0x4f, 0x07, 0x85, 0xf3, 0x52, 0x5b, 0x7f, 0xba, 0x2a, 0xf4, 0x87, 0x29, 0xe3, 0xc1, + 0x39, 0x38, 0xda, 0x3b, 0xbb, 0x6a, 0xe7, 0x7b, 0xcd, 0x89, 0x94, 0x2d, 0x34, 0x7b, 0x4d, 0xdb, + 0xbd, 0x3b, 0xeb, 0x77, 0x5f, 0x7a, 0xcf, 0xdd, 0xfd, 0xa6, 0xac, 0xb5, 0xfa, 0xe3, 0x61, 0xe7, + 0x68, 0xbc, 0x7f, 0xdb, 0x1a, 0x0c, 0xd5, 0xcb, 0xbe, 0x76, 0xa5, 0xde, 0x94, 0xec, 0xd1, 0xd1, + 0xf3, 0x69, 0xe7, 0xfa, 0x69, 0x7f, 0xbc, 0xd7, 0x6f, 0x57, 0x77, 0x8f, 0x1c, 0xd3, 0x3c, 0x2a, + 0xe6, 0x6f, 0x8e, 0xae, 0x8f, 0xcc, 0xa3, 0xdb, 0xbd, 0xca, 0xcb, 0xf4, 0xfc, 0xe9, 0xa8, 0x7c, + 0xfb, 0xdc, 0x9c, 0x9e, 0xd9, 0xd7, 0x19, 0xe9, 0x2c, 0xb3, 0x37, 0x96, 0x2e, 0x2c, 0xf3, 0x4d, + 0xea, 0x57, 0x4f, 0x0f, 0x5a, 0xce, 0x63, 0xee, 0xed, 0x3c, 0xf7, 0x78, 0xf1, 0xe6, 0xe4, 0x4e, + 0xf3, 0x93, 0x57, 0x72, 0x6e, 0x15, 0xde, 0x1e, 0x9e, 0x5f, 0x2b, 0xf2, 0xc3, 0x4d, 0xa6, 0x7f, + 0xb6, 0x7b, 0xfa, 0x9c, 0x29, 0xe6, 0x1f, 0xf7, 0x9a, 0x47, 0x9d, 0x54, 0x79, 0x58, 0x2a, 0x55, + 0x8c, 0xfc, 0x61, 0xea, 0xf0, 0xfa, 0x52, 0x7d, 0x52, 0xb3, 0xc3, 0xfc, 0xcd, 0x9b, 0x7a, 0xfd, + 0xa4, 0xde, 0x9d, 0xdd, 0x74, 0x8f, 0xf4, 0xe2, 0x61, 0xf7, 0xa4, 0xa7, 0x66, 0xe5, 0x72, 0x67, + 0xf4, 0xaa, 0x56, 0xef, 0xab, 0x43, 0xcb, 0x56, 0x2f, 0x2b, 0x57, 0x37, 0x17, 0x03, 0x22, 0xbd, + 0x15, 0x6f, 0x2e, 0x2f, 0xae, 0x8f, 0xf5, 0xbd, 0xbd, 0xe7, 0xc3, 0xbb, 0xe7, 0x03, 0xb1, 0x79, + 0x7e, 0x76, 0xf5, 0xe8, 0x0c, 0xae, 0xed, 0x13, 0x7d, 0x60, 0x4d, 0x5f, 0xef, 0xca, 0x2f, 0x43, + 0xf9, 0xe8, 0xaa, 0x95, 0x3b, 0xe8, 0x1c, 0xbd, 0xb4, 0x3b, 0xa9, 0x33, 0x83, 0xb4, 0x8e, 0x0b, + 0x95, 0xe3, 0xe3, 0xf6, 0x5d, 0xab, 0x7f, 0xd5, 0x1d, 0x8e, 0x4f, 0xce, 0xac, 0xdc, 0xf4, 0xb6, + 0x6a, 0x0d, 0x5e, 0xb3, 0x77, 0x27, 0xb7, 0xd7, 0x25, 0x9b, 0xb8, 0xe2, 0x81, 0x25, 0x76, 0x9e, + 0xef, 0x1e, 0xaf, 0xaf, 0xdb, 0xa9, 0x87, 0xe7, 0x72, 0xea, 0x42, 0xbb, 0xed, 0xbc, 0x64, 0x0e, + 0x8e, 0xde, 0x86, 0xd9, 0x81, 0x76, 0xf8, 0x74, 0x3f, 0x49, 0xf5, 0x2a, 0x8f, 0xd9, 0xeb, 0xdb, + 0x17, 0xf7, 0x72, 0xf0, 0x7a, 0xa4, 0xb9, 0xd7, 0x37, 0x0f, 0x77, 0xe7, 0x6f, 0x6f, 0x2d, 0x77, + 0xd8, 0xbe, 0x3c, 0x51, 0x0e, 0xc5, 0xb7, 0xeb, 0xdd, 0x83, 0xd4, 0x63, 0x35, 0xd3, 0x32, 0xfa, + 0xbb, 0x52, 0x4e, 0x1c, 0x15, 0xcd, 0xc3, 0xae, 0xb3, 0x7f, 0x7b, 0xd6, 0x7b, 0x38, 0xbb, 0xdc, + 0xef, 0x5e, 0x14, 0x9f, 0x94, 0xe3, 0x89, 0xd8, 0x3e, 0xba, 0xd4, 0xee, 0xa6, 0xe3, 0xde, 0xb3, + 0x5c, 0x3a, 0x3b, 0x1a, 0xde, 0xa5, 0xcc, 0xa7, 0xc2, 0x28, 0xf7, 0xf2, 0x52, 0xca, 0xbc, 0x19, + 0x47, 0x93, 0xbd, 0x13, 0xbb, 0x37, 0x3c, 0xcb, 0xe5, 0xa6, 0x29, 0xf9, 0xbe, 0x32, 0xbe, 0x3d, + 0x78, 0xd5, 0xca, 0xd2, 0x69, 0xa5, 0x7b, 0x75, 0xfc, 0x36, 0x36, 0x5a, 0xcf, 0x15, 0xf7, 0xc8, + 0xb2, 0xd4, 0xa3, 0xaa, 0xfc, 0xb8, 0xd7, 0xb9, 0x3b, 0xbe, 0x6b, 0x5d, 0x1d, 0x19, 0x9a, 0x75, + 0x2f, 0x1e, 0xca, 0xae, 0xa2, 0x2b, 0x37, 0xe5, 0x51, 0x6b, 0x7a, 0x3a, 0x78, 0x90, 0x3a, 0x77, + 0xf6, 0x55, 0xe7, 0xfc, 0x6c, 0x2a, 0x4b, 0xc7, 0xc7, 0xbb, 0xfd, 0xdc, 0xa5, 0xf6, 0x60, 0x3f, + 0xc8, 0x3d, 0xb5, 0xd4, 0x94, 0x5f, 0x89, 0xa2, 0xee, 0xdd, 0x5c, 0x54, 0xf7, 0xaf, 0xf6, 0x8f, + 0xc8, 0xbd, 0x78, 0x77, 0x79, 0x7f, 0xa5, 0xa8, 0x57, 0x15, 0xdd, 0xbd, 0xbc, 0xd8, 0x1f, 0xa6, + 0xca, 0xa5, 0xd7, 0xdc, 0xd1, 0xe4, 0xf6, 0xc6, 0x3c, 0x26, 0xf7, 0x56, 0xf7, 0xf9, 0x4a, 0x3b, + 0x3c, 0x3c, 0x2c, 0xc2, 0x54, 0xda, 0x3b, 0x7d, 0xce, 0xca, 0x87, 0xbd, 0xab, 0xc9, 0x83, 0x73, + 0x0b, 0x1d, 0x3a, 0x79, 0x94, 0x7b, 0xa9, 0xd6, 0x04, 0xfe, 0x2b, 0x55, 0xc9, 0xa1, 0x72, 0x31, + 0x02, 0x86, 0x7d, 0x9c, 0xd5, 0x4b, 0xb2, 0x68, 0xec, 0x95, 0x9f, 0x0f, 0x52, 0x72, 0xa7, 0x99, + 0x55, 0x5b, 0x4f, 0x77, 0x93, 0xc1, 0xb8, 0xf2, 0x74, 0x9c, 0x39, 0x7a, 0x74, 0x27, 0x97, 0xae, + 0x7c, 0x3c, 0xd1, 0xad, 0xab, 0xcc, 0xe9, 0xc1, 0x73, 0xe7, 0x55, 0x14, 0x6f, 0x06, 0xea, 0xf9, + 0xd1, 0xd3, 0xc4, 0x3e, 0x20, 0x7a, 0x6a, 0x9a, 0xb2, 0x9f, 0x8e, 0x6d, 0x33, 0x65, 0xdc, 0xf6, + 0xf3, 0x97, 0xf6, 0xf9, 0xd1, 0xc1, 0xf8, 0xa4, 0x74, 0x6f, 0x3f, 0x9c, 0x9f, 0xdd, 0xe5, 0x26, + 0x37, 0xe4, 0xfa, 0xfe, 0xb0, 0xf3, 0xdc, 0x51, 0x5e, 0xdc, 0xd3, 0xe3, 0x2e, 0xc9, 0xda, 0x4a, + 0xd9, 0xb1, 0xa6, 0xa3, 0x97, 0xbc, 0x5c, 0xba, 0x2b, 0xbc, 0x14, 0x2a, 0x1d, 0x3b, 0xdf, 0x1c, + 0x64, 0x2f, 0x47, 0x99, 0x2b, 0xad, 0xdb, 0x77, 0x8e, 0x72, 0xc3, 0xb3, 0x91, 0x52, 0x29, 0xe5, + 0x2f, 0xb4, 0xab, 0xab, 0xeb, 0x73, 0x93, 0xa8, 0xd6, 0x65, 0xf7, 0xd0, 0xe8, 0x8c, 0x15, 0xe0, + 0x8d, 0x29, 0x69, 0x6f, 0x7f, 0xbf, 0x54, 0x56, 0x4e, 0xde, 0x6e, 0x7a, 0xbb, 0xfa, 0x55, 0xef, + 0xd9, 0x7a, 0xee, 0xdd, 0xec, 0x19, 0xc7, 0xee, 0x81, 0xf1, 0x90, 0x7b, 0x95, 0x07, 0x0f, 0xc7, + 0xa5, 0xf6, 0xc5, 0xee, 0xe9, 0x53, 0x79, 0xec, 0xd8, 0xa9, 0xe3, 0xa7, 0xb7, 0x47, 0x43, 0x7e, + 0x56, 0xe5, 0x97, 0xd6, 0x70, 0xbf, 0x7b, 0x2b, 0x1e, 0x8e, 0xf4, 0xf1, 0xab, 0xec, 0xde, 0xf6, + 0x8e, 0xcb, 0x6f, 0xd7, 0x0f, 0xed, 0xf3, 0x63, 0x67, 0xd4, 0x99, 0xe8, 0xe3, 0xb7, 0xdc, 0xfd, + 0xa3, 0x2b, 0x15, 0x26, 0xcf, 0xb6, 0x96, 0xe9, 0x3a, 0x43, 0xdd, 0x30, 0xda, 0x77, 0x97, 0x53, + 0xd3, 0xb0, 0x2e, 0xc5, 0xeb, 0xd3, 0xa2, 0x79, 0x77, 0x7e, 0xf2, 0xf2, 0xd2, 0xdd, 0xd7, 0x0f, + 0x0a, 0x8a, 0x73, 0xb3, 0x77, 0xde, 0x74, 0x7a, 0x6f, 0xad, 0x7c, 0xe5, 0xa0, 0xdc, 0xeb, 0x9c, + 0xdc, 0xf5, 0x3a, 0x4f, 0xe5, 0x41, 0x46, 0xd9, 0x1f, 0x9d, 0x34, 0x4f, 0x07, 0x93, 0x93, 0xb7, + 0x4c, 0x66, 0x58, 0xee, 0x97, 0x48, 0xef, 0xb0, 0x5d, 0x3e, 0xb3, 0x0f, 0x0b, 0xcf, 0xc7, 0x56, + 0xe6, 0x69, 0x52, 0x78, 0xcd, 0xe7, 0xa4, 0xca, 0x4d, 0x39, 0x3b, 0x31, 0x0e, 0xef, 0xae, 0x5b, + 0x07, 0x7a, 0xb7, 0xfd, 0x74, 0xee, 0xba, 0x6a, 0xae, 0xad, 0xdc, 0x4a, 0xd2, 0xb4, 0x44, 0xaa, + 0x97, 0x2f, 0xfd, 0xa1, 0x32, 0xbd, 0x16, 0xcd, 0xcb, 0x61, 0xf6, 0x2d, 0xfb, 0x96, 0xd9, 0xdb, + 0x4d, 0x55, 0xc6, 0xda, 0xa4, 0xd9, 0x56, 0xcf, 0x6e, 0xb3, 0x3d, 0x63, 0xb0, 0x5b, 0x98, 0x34, + 0xc7, 0xa5, 0x8a, 0x35, 0x3e, 0x54, 0xee, 0x9f, 0xf5, 0xb6, 0xbd, 0x6b, 0x3c, 0x4c, 0x4e, 0x9f, + 0x9f, 0x4b, 0xf9, 0xdb, 0x83, 0xde, 0xe8, 0xfc, 0xe0, 0xee, 0xa0, 0x79, 0xdc, 0x7e, 0x9b, 0xb4, + 0xc7, 0xa9, 0x7b, 0x73, 0x60, 0x94, 0xcf, 0x9a, 0x9a, 0x7c, 0x27, 0x0f, 0x4b, 0x3a, 0x39, 0xbc, + 0xde, 0x2d, 0x3a, 0x4a, 0x56, 0xec, 0x9e, 0xba, 0xb2, 0xad, 0xda, 0x99, 0xe3, 0xd7, 0xbb, 0xd2, + 0xa3, 0x9d, 0x32, 0x47, 0xe3, 0xb6, 0x7b, 0x7d, 0xb8, 0x5f, 0x3e, 0x2b, 0xbc, 0x1d, 0x54, 0xc5, + 0xd7, 0xf3, 0xdd, 0xd2, 0xe3, 0xf5, 0xbe, 0x69, 0x16, 0xb3, 0x2f, 0xed, 0x63, 0x49, 0x7e, 0xcd, + 0x9f, 0x93, 0xc3, 0xbb, 0x13, 0x95, 0x74, 0x33, 0x7d, 0xe7, 0xac, 0xdd, 0xee, 0x58, 0x6e, 0x71, + 0x50, 0x79, 0x18, 0x1c, 0xbf, 0xee, 0xed, 0x35, 0x8d, 0x6b, 0x51, 0x29, 0x64, 0x2b, 0x83, 0xc9, + 0x60, 0x62, 0x5f, 0xbd, 0x5d, 0x0d, 0xa7, 0x97, 0x86, 0x63, 0x5d, 0x8f, 0xbb, 0xcd, 0xc7, 0x17, + 0xcb, 0xed, 0xbf, 0xd9, 0x80, 0x96, 0x9b, 0xec, 0xe4, 0xbc, 0xd3, 0x2d, 0xdc, 0xbb, 0xbb, 0x67, + 0x67, 0xd5, 0xbd, 0xab, 0x9b, 0x6c, 0x75, 0x78, 0x9a, 0xea, 0xc9, 0x85, 0x72, 0xaf, 0x7d, 0x7a, + 0x99, 0x57, 0x6e, 0xc4, 0x4a, 0xbb, 0x72, 0x54, 0x50, 0x9f, 0x26, 0xc7, 0x7a, 0x21, 0x7b, 0xe0, + 0x4c, 0xaa, 0xf7, 0x87, 0x6f, 0xa7, 0xbb, 0x17, 0x87, 0x6f, 0xf7, 0xcf, 0xd7, 0x9d, 0xea, 0xf9, + 0x69, 0xeb, 0xe2, 0x76, 0xb7, 0xd5, 0xbe, 0x4a, 0x0d, 0x0f, 0xfa, 0xbb, 0x99, 0xbb, 0xf2, 0xd3, + 0xdb, 0xed, 0xf8, 0x64, 0xbf, 0x73, 0x33, 0xd8, 0xb3, 0xb5, 0xe3, 0xd4, 0x2d, 0xd2, 0x7e, 0x46, + 0x6e, 0x3f, 0xb4, 0xcf, 0x4e, 0x4f, 0x9d, 0xe7, 0x9e, 0xd6, 0x74, 0x0b, 0x96, 0x55, 0x1e, 0xea, + 0xd6, 0x44, 0xce, 0xb9, 0x6f, 0xfb, 0x95, 0xa3, 0xca, 0xa4, 0x3f, 0x3d, 0xbc, 0xd8, 0xdb, 0x3d, + 0xc9, 0x77, 0x0e, 0x7a, 0xa5, 0xab, 0xcb, 0x6c, 0x6e, 0x57, 0xbb, 0xcc, 0x3f, 0x9e, 0x8d, 0x73, + 0xf6, 0x5e, 0xdb, 0xbd, 0xbf, 0xdd, 0x7b, 0x38, 0x4d, 0x11, 0xc7, 0x18, 0xe5, 0x0f, 0xab, 0x57, + 0x93, 0xd7, 0xee, 0x40, 0xde, 0x33, 0xe4, 0xb3, 0xd3, 0xe7, 0x83, 0xdb, 0xb6, 0xf5, 0xfa, 0xfa, + 0x24, 0x1b, 0xf7, 0x9d, 0x9e, 0xa8, 0xf7, 0xef, 0x47, 0xd5, 0xf1, 0x6d, 0xbe, 0xf8, 0x7a, 0x73, + 0xf8, 0x7a, 0x59, 0x7d, 0x7b, 0xbd, 0xb5, 0x4f, 0xcb, 0x2f, 0xaf, 0x27, 0xcf, 0x95, 0xc7, 0xe7, + 0xa7, 0xb7, 0x9e, 0x98, 0xb5, 0xe4, 0x6a, 0x6a, 0x7a, 0x55, 0x71, 0x1e, 0x9e, 0xac, 0xc7, 0xc9, + 0xc9, 0x81, 0xd6, 0x3e, 0xbe, 0x39, 0x77, 0x8e, 0xc6, 0x63, 0x6b, 0x7a, 0x5d, 0x28, 0xf4, 0xf6, + 0x2f, 0x8c, 0xbb, 0x4c, 0x8a, 0x00, 0x21, 0xa9, 0x87, 0x7b, 0x99, 0x9c, 0x7e, 0x95, 0x1f, 0x76, + 0x8a, 0xd3, 0xec, 0xeb, 0xdb, 0xd1, 0x9b, 0xfb, 0x70, 0x7b, 0x7e, 0xb9, 0x5f, 0x32, 0xd5, 0xc7, + 0x63, 0xf1, 0xf2, 0xf5, 0x56, 0xbb, 0x3f, 0x76, 0x7b, 0x27, 0x07, 0x27, 0x67, 0x47, 0xa7, 0x8f, + 0x25, 0x51, 0x9d, 0x90, 0xc7, 0xa9, 0x21, 0xcb, 0x29, 0xa7, 0x7d, 0x72, 0xf2, 0x7a, 0x6e, 0x88, + 0xf7, 0x6f, 0x39, 0xfb, 0xd4, 0x3d, 0x93, 0x77, 0xaf, 0xee, 0x2f, 0x8d, 0x47, 0x77, 0x70, 0x2c, + 0x15, 0xee, 0x5f, 0xdb, 0xd7, 0xa6, 0x9c, 0xa9, 0x0e, 0x06, 0xc3, 0xa9, 0x72, 0x75, 0x37, 0x2a, + 0x6b, 0xdd, 0xd6, 0xf9, 0xe8, 0xc1, 0xd6, 0xfb, 0x6f, 0xbd, 0xbd, 0xd3, 0xbd, 0x11, 0xa8, 0xe4, + 0xa9, 0xca, 0x61, 0x71, 0xf2, 0x7c, 0x52, 0x2d, 0x54, 0x94, 0x3d, 0xe2, 0xa6, 0xda, 0xd2, 0x43, + 0xb7, 0x93, 0x3a, 0x7d, 0x31, 0x33, 0xf7, 0x6e, 0x6a, 0xd4, 0x51, 0x5e, 0x25, 0xfb, 0xb5, 0xf4, + 0xf2, 0x74, 0x23, 0xbf, 0x14, 0xce, 0xa5, 0x93, 0x57, 0xeb, 0x42, 0x7e, 0xd9, 0xdf, 0xb7, 0x1c, + 0x49, 0xa9, 0x9e, 0x66, 0xed, 0xeb, 0xf3, 0x87, 0xe3, 0xde, 0xa5, 0x6c, 0xdf, 0x4f, 0xf7, 0xd4, + 0xc7, 0x67, 0x52, 0x72, 0x77, 0xaf, 0x9a, 0x6f, 0xee, 0x8b, 0xfc, 0xd8, 0x12, 0xc7, 0x7b, 0xa4, + 0x70, 0x6b, 0x9c, 0x6b, 0xd6, 0xc0, 0x78, 0x02, 0xdd, 0x65, 0x98, 0x19, 0x3e, 0x77, 0x4b, 0x27, + 0xdd, 0xf2, 0x88, 0x64, 0xb3, 0xb9, 0xc3, 0x61, 0xb7, 0x9a, 0xdb, 0x1f, 0x65, 0xca, 0xc4, 0xd8, + 0xcd, 0xa4, 0x8c, 0xcb, 0xb2, 0x25, 0x83, 0xd2, 0x79, 0x75, 0xfc, 0x24, 0x6b, 0xe2, 0x73, 0xab, + 0x63, 0x99, 0xe7, 0x55, 0xe8, 0xf8, 0xcd, 0xcb, 0x73, 0xf9, 0xf8, 0x6c, 0x6c, 0xc9, 0xf7, 0x3d, + 0xd3, 0x6a, 0xca, 0x7d, 0x57, 0xbe, 0xb8, 0x7f, 0x99, 0xba, 0xcd, 0x76, 0xfe, 0x24, 0x95, 0x79, + 0x35, 0xc5, 0x4e, 0xb3, 0x73, 0x7e, 0x9f, 0x3b, 0xc8, 0xc9, 0xa7, 0x5d, 0xc3, 0xe9, 0x5b, 0xbb, + 0x05, 0xa9, 0xaa, 0x0e, 0xde, 0xca, 0x99, 0xc3, 0x49, 0x26, 0xa3, 0x2a, 0xf9, 0x8b, 0x87, 0xf3, + 0xa7, 0x02, 0xd0, 0xea, 0xf4, 0xe1, 0xf6, 0x2e, 0xa7, 0x3e, 0x5e, 0x3b, 0x7b, 0xd5, 0xf2, 0xeb, + 0xc9, 0x69, 0xb9, 0xfa, 0x2a, 0xbd, 0x0d, 0xa1, 0x6b, 0x47, 0xd9, 0xd1, 0xe5, 0xc3, 0x4d, 0x39, + 0x5f, 0x2e, 0xca, 0xf7, 0x9d, 0x03, 0x53, 0xd9, 0x35, 0xbb, 0x7b, 0x39, 0x72, 0x74, 0xfd, 0x76, + 0x2c, 0x2a, 0x67, 0x2d, 0x11, 0x74, 0xb7, 0xf1, 0x95, 0xd8, 0xeb, 0x8e, 0x86, 0x1d, 0x75, 0xa4, + 0x66, 0x0b, 0xdd, 0xec, 0x10, 0xa8, 0xfe, 0xf4, 0x72, 0x3f, 0x7f, 0x7c, 0x7c, 0x78, 0x5a, 0x1a, + 0xb6, 0xd4, 0x8c, 0x51, 0x34, 0x2a, 0x6a, 0xbe, 0x78, 0x7b, 0x71, 0x72, 0x69, 0x94, 0x8c, 0xbe, + 0x0d, 0x02, 0xd2, 0xbe, 0xcb, 0x4b, 0x6a, 0xde, 0x78, 0xcb, 0x69, 0x37, 0xda, 0xf9, 0x69, 0x21, + 0x5b, 0xd8, 0x37, 0x48, 0xf7, 0x34, 0x73, 0x7c, 0x70, 0xaa, 0xdf, 0x3f, 0xb9, 0x4f, 0xf7, 0xd2, + 0xab, 0xb9, 0xdf, 0x2f, 0x4c, 0x3a, 0xcf, 0x23, 0xe7, 0x40, 0xce, 0x94, 0x06, 0x55, 0x5b, 0x6a, + 0xeb, 0xce, 0xe9, 0xa0, 0x30, 0x3c, 0x7c, 0xb9, 0xba, 0xd7, 0x47, 0xe5, 0x9b, 0xcc, 0x98, 0x3c, + 0xbd, 0x3d, 0x1f, 0x1e, 0x92, 0xf2, 0xe4, 0x49, 0xbb, 0x7d, 0xb3, 0x8e, 0x8b, 0xf7, 0xcd, 0xfb, + 0xdd, 0xd3, 0xbd, 0xf3, 0xf1, 0xf5, 0xc9, 0x64, 0x7c, 0xfd, 0x68, 0xb4, 0xcd, 0x87, 0x83, 0x89, + 0x22, 0x9d, 0x4c, 0xce, 0x4b, 0x7b, 0xd7, 0x95, 0xdd, 0x73, 0x23, 0x67, 0x56, 0xcf, 0x5f, 0x61, + 0x84, 0xdd, 0x91, 0x2d, 0x15, 0x6f, 0x8c, 0xa3, 0xe7, 0x87, 0xb3, 0x5d, 0x7d, 0x70, 0xd4, 0x7e, + 0xca, 0x4f, 0x2f, 0x1f, 0x1f, 0xf2, 0x67, 0x6e, 0x75, 0x54, 0x1c, 0x0c, 0x0e, 0x87, 0xe3, 0xc7, + 0xd1, 0x68, 0x72, 0x39, 0x22, 0xf6, 0x69, 0x95, 0x74, 0x46, 0xce, 0xdb, 0xc3, 0xf9, 0xf3, 0xed, + 0x83, 0xfd, 0x22, 0xbf, 0x2a, 0x07, 0x17, 0x77, 0xf7, 0x39, 0x79, 0x5f, 0xde, 0x3b, 0x38, 0xd1, + 0xf2, 0x67, 0xa7, 0x77, 0x37, 0xf7, 0x6f, 0x6f, 0xf7, 0x87, 0xed, 0x62, 0x61, 0x77, 0x98, 0xc9, + 0xd9, 0xcd, 0xec, 0xeb, 0x8b, 0x59, 0xd2, 0xab, 0xdd, 0x76, 0xef, 0x4e, 0xde, 0x1d, 0xda, 0xdd, + 0xbb, 0xdd, 0xfb, 0x76, 0x5b, 0xbf, 0xbb, 0xcf, 0x0e, 0x7b, 0x93, 0x8b, 0xb1, 0xe2, 0xa4, 0x2a, + 0xf7, 0x99, 0x0c, 0xf0, 0xa7, 0xa7, 0x63, 0x8d, 0x9c, 0xea, 0xd5, 0xfb, 0x87, 0x66, 0x85, 0x1c, + 0x9c, 0x16, 0x15, 0x7b, 0xb7, 0xdc, 0xed, 0x5f, 0x9c, 0x4d, 0x27, 0x7a, 0x45, 0x7e, 0xbe, 0xba, + 0x3f, 0x78, 0xde, 0xcd, 0xca, 0xf7, 0x19, 0xf3, 0xa5, 0x74, 0xab, 0xbc, 0x12, 0xc3, 0xb1, 0xcb, + 0xed, 0xca, 0x61, 0x79, 0xe8, 0x3a, 0x03, 0xf5, 0xd5, 0x3c, 0x1c, 0xbc, 0x55, 0xab, 0xf6, 0x68, + 0x4a, 0xf6, 0x33, 0x97, 0x6f, 0xa0, 0x20, 0x14, 0x06, 0xa3, 0xbb, 0x87, 0xd3, 0xe7, 0xe9, 0x63, + 0x65, 0x54, 0x79, 0x2e, 0x3e, 0xf4, 0x9f, 0xc8, 0x61, 0x5e, 0xba, 0x7c, 0x28, 0x17, 0x55, 0x4b, + 0xbb, 0x28, 0x92, 0xf3, 0xcc, 0xc5, 0xdb, 0x58, 0x39, 0x28, 0xbf, 0xbd, 0x74, 0x75, 0x37, 0xe3, + 0xa8, 0x45, 0x52, 0x7e, 0x54, 0x5e, 0xe5, 0x0b, 0x73, 0xdc, 0xbd, 0xee, 0xe5, 0x72, 0xd7, 0xc5, + 0x62, 0xa5, 0x28, 0xb9, 0xb9, 0xd1, 0xc3, 0x43, 0xa5, 0x7c, 0x9f, 0x7d, 0x14, 0x7b, 0x57, 0x62, + 0xb9, 0x5a, 0xa8, 0x96, 0xc9, 0xe3, 0x4d, 0x76, 0xff, 0x65, 0x6a, 0xee, 0xbf, 0x9e, 0x3d, 0x82, + 0x0e, 0x78, 0xa8, 0x56, 0xae, 0x46, 0x27, 0x07, 0xf6, 0xf5, 0x41, 0x49, 0x3e, 0x7e, 0xbc, 0xd9, + 0x6b, 0xb5, 0x9e, 0x1e, 0x0f, 0xf6, 0xef, 0x95, 0x41, 0xf1, 0x20, 0x0b, 0x68, 0xcc, 0x69, 0xc5, + 0xc2, 0x63, 0xf5, 0xde, 0xd5, 0x76, 0x87, 0x2f, 0xfa, 0x65, 0xb1, 0xfc, 0xe8, 0xee, 0x3e, 0x9d, + 0x35, 0xef, 0xf5, 0x61, 0xae, 0xfb, 0xf8, 0xb6, 0x77, 0x56, 0xbe, 0x4a, 0x15, 0xdb, 0xc0, 0xc9, + 0x3b, 0xf9, 0x8b, 0xb7, 0xe2, 0x33, 0xc8, 0xb0, 0x23, 0x49, 0x71, 0xe5, 0xfb, 0x4b, 0x73, 0x3c, + 0xbc, 0xea, 0x9d, 0x4f, 0x0f, 0xf5, 0xe1, 0x89, 0x2e, 0x8d, 0xab, 0x63, 0x43, 0xbe, 0x18, 0xb8, + 0x43, 0xe9, 0xd9, 0xcc, 0xdc, 0x75, 0xc6, 0x55, 0xe0, 0xc8, 0x9d, 0xeb, 0xf1, 0x99, 0x32, 0x04, + 0xb2, 0x7c, 0x1a, 0xb7, 0xfb, 0xfd, 0x92, 0x53, 0xee, 0x3b, 0xaf, 0xb6, 0x76, 0xdf, 0x72, 0x7a, + 0xcd, 0x9c, 0x93, 0x37, 0xda, 0xa0, 0x36, 0x17, 0x8e, 0xca, 0x17, 0x29, 0xc9, 0x99, 0x8c, 0x27, + 0x4f, 0xb2, 0x7b, 0x7a, 0x2a, 0xe6, 0xf7, 0xab, 0x72, 0x5f, 0xb9, 0x2e, 0x3d, 0xbe, 0x55, 0x07, + 0x47, 0x72, 0x5b, 0xbc, 0xad, 0x96, 0x4e, 0xc4, 0xc9, 0x41, 0xb3, 0x2c, 0x4f, 0xaa, 0xd3, 0x94, + 0x9e, 0xcb, 0x64, 0xca, 0xf9, 0xe7, 0xd4, 0x61, 0x4e, 0x13, 0xf7, 0x0f, 0xd4, 0x5c, 0x79, 0xd8, + 0xbc, 0x3b, 0x3f, 0xca, 0xdc, 0xf7, 0x5b, 0x8f, 0xc3, 0xfb, 0xd7, 0xa3, 0x3d, 0xe9, 0x71, 0x22, + 0xa9, 0x8e, 0xa8, 0x2b, 0x77, 0xed, 0xbb, 0x94, 0x7a, 0xa1, 0x1f, 0x0e, 0x76, 0x27, 0x99, 0xd7, + 0x8b, 0xb2, 0x52, 0xca, 0x0c, 0x9f, 0x1e, 0x44, 0xf7, 0x9a, 0xdc, 0xba, 0xc7, 0x57, 0xa3, 0x52, + 0x61, 0x0a, 0xe4, 0xdb, 0x1c, 0x3d, 0x94, 0x26, 0x7b, 0xe4, 0xad, 0xf9, 0x90, 0xa9, 0xdc, 0x0f, + 0x2a, 0xad, 0x5e, 0x3f, 0x53, 0x2d, 0x5e, 0x54, 0x2f, 0x26, 0xce, 0x79, 0xeb, 0xd1, 0x70, 0x1e, + 0xee, 0xaf, 0x52, 0x65, 0xab, 0xf5, 0x56, 0xc9, 0x9c, 0x9f, 0x3d, 0x15, 0xcb, 0x4f, 0xcd, 0xa3, + 0x83, 0x7d, 0xf5, 0x66, 0x9c, 0x92, 0xac, 0xca, 0x5d, 0xea, 0x28, 0x7f, 0x7e, 0x7b, 0x47, 0x60, + 0x4e, 0x8d, 0xb5, 0x51, 0x4a, 0x57, 0x94, 0xd7, 0xe7, 0x6c, 0x39, 0xf7, 0x50, 0x7e, 0x1c, 0x17, + 0x7b, 0xc7, 0xcd, 0xdb, 0xab, 0x83, 0xc7, 0xcb, 0xab, 0xd2, 0xd5, 0x74, 0x72, 0xdd, 0xed, 0x91, + 0x56, 0xea, 0x4a, 0x29, 0xde, 0x1b, 0xcd, 0xb3, 0x56, 0xf3, 0xb0, 0x3d, 0x2a, 0xdd, 0x1c, 0xbb, + 0xc4, 0xcd, 0x5b, 0x46, 0xa6, 0x92, 0x97, 0x0b, 0x8f, 0xad, 0xe6, 0xd1, 0xee, 0x28, 0x5f, 0x34, + 0xbb, 0xd6, 0xcd, 0xf5, 0xd4, 0x2d, 0x5e, 0x3e, 0x83, 0x4e, 0x7a, 0x53, 0x39, 0x79, 0x6c, 0xee, + 0x5f, 0x9d, 0x54, 0x8c, 0x76, 0x6f, 0x57, 0x01, 0xb5, 0xf8, 0x76, 0x0c, 0xb4, 0xff, 0x7a, 0xd8, + 0xd9, 0x3d, 0x31, 0xf7, 0x0f, 0xca, 0x27, 0x4f, 0x57, 0xa7, 0x67, 0xd6, 0xb3, 0x59, 0x1c, 0xf6, + 0xa5, 0xcc, 0xe5, 0x51, 0x6e, 0x3a, 0xdc, 0xbd, 0xbf, 0x68, 0xdd, 0x74, 0xf6, 0x9e, 0xa4, 0x67, + 0xeb, 0xf5, 0xaa, 0x54, 0x49, 0x3d, 0x49, 0xd9, 0xca, 0x73, 0xef, 0xa0, 0xf7, 0x78, 0x76, 0x53, + 0x31, 0x76, 0xfb, 0xcf, 0x27, 0x4a, 0xdb, 0x3e, 0x69, 0x3d, 0xb6, 0x4b, 0xd3, 0x93, 0xce, 0xd3, + 0xf5, 0x69, 0xbb, 0xe8, 0x5e, 0x17, 0x1f, 0x4f, 0xfa, 0xb7, 0x6f, 0x6f, 0xe7, 0xf7, 0x67, 0xc5, + 0xdc, 0x60, 0x77, 0x34, 0xbc, 0x3c, 0xd3, 0x4e, 0xcb, 0x93, 0xcb, 0x49, 0xe1, 0x56, 0xba, 0xee, + 0xb5, 0xb5, 0xe3, 0xa7, 0xe6, 0x5d, 0xdb, 0x51, 0x9e, 0x72, 0x87, 0xb7, 0x47, 0xfd, 0xdb, 0x4b, + 0x65, 0x5f, 0x3a, 0x2c, 0xde, 0xdf, 0xef, 0x8d, 0x46, 0x83, 0x91, 0x7a, 0xd9, 0xd5, 0x8b, 0x27, + 0x52, 0x6b, 0x74, 0x51, 0x31, 0xb3, 0xa9, 0x6e, 0xbb, 0xb5, 0x2b, 0x97, 0xfa, 0xa3, 0xe1, 0xe9, + 0x5b, 0x45, 0x3f, 0xbb, 0xbe, 0x18, 0x77, 0x9f, 0x2f, 0xcf, 0x2b, 0x9a, 0x64, 0x57, 0xc5, 0xeb, + 0x56, 0x4b, 0xbb, 0x6e, 0x1d, 0xdb, 0xf9, 0x61, 0xef, 0xf5, 0xb0, 0x5b, 0x3a, 0x7d, 0xed, 0xdd, + 0x3e, 0x3e, 0x3a, 0xc5, 0xfe, 0xdb, 0x68, 0x58, 0x75, 0xcf, 0x8e, 0x2e, 0x6e, 0xed, 0xcc, 0xc4, + 0x1a, 0x5d, 0x3b, 0xe7, 0x77, 0x23, 0xf5, 0x29, 0x63, 0xa5, 0x06, 0xbb, 0x15, 0xa3, 0x7c, 0x97, + 0x03, 0xae, 0x28, 0xde, 0xa4, 0xa4, 0xeb, 0xfe, 0xa5, 0x75, 0xde, 0x77, 0xce, 0xdb, 0x17, 0xaf, + 0x13, 0x73, 0x3f, 0x37, 0x14, 0x9d, 0xe1, 0xeb, 0x8d, 0x66, 0xf5, 0x26, 0xc5, 0xca, 0xd1, 0x71, + 0x93, 0xba, 0x2c, 0x1a, 0x7c, 0xa2, 0x6b, 0xda, 0x03, 0xc9, 0x4d, 0x7e, 0x43, 0x03, 0xea, 0x1b, + 0x3f, 0xaf, 0xd9, 0xa6, 0xe9, 0xce, 0xb6, 0xb6, 0x94, 0xad, 0x6c, 0xed, 0x6b, 0x36, 0x9b, 0xad, + 0xe3, 0x63, 0xb7, 0xf6, 0xb5, 0xdb, 0xed, 0xd2, 0xc7, 0x5c, 0x0d, 0x1d, 0x45, 0xf4, 0x31, 0x5f, + 0xfb, 0x9a, 0xcf, 0xe7, 0xe9, 0x63, 0xa1, 0xf6, 0xb5, 0x50, 0x28, 0xd0, 0xc7, 0x62, 0xed, 0x6b, + 0xb1, 0x58, 0xa4, 0x8f, 0xa5, 0xda, 0xd7, 0x52, 0xa9, 0x44, 0x1f, 0x2b, 0xb5, 0xaf, 0x95, 0x4a, + 0x85, 0x3e, 0xca, 0xb5, 0xaf, 0xb2, 0x2c, 0xd3, 0x47, 0xa5, 0xf6, 0x55, 0x51, 0x14, 0xfa, 0x48, + 0x6a, 0x5f, 0x09, 0x21, 0xf4, 0x51, 0xad, 0x7d, 0x55, 0x55, 0x95, 0x3e, 0xda, 0x90, 0x5a, 0x60, + 0xb5, 0xf5, 0xa0, 0x0a, 0xc2, 0x1e, 0x75, 0x78, 0xac, 0x48, 0xf0, 0xe8, 0x02, 0x30, 0x31, 0xcd, + 0x2a, 0x33, 0x6b, 0x76, 0x4f, 0x96, 0x92, 0xf9, 0x82, 0x90, 0xf0, 0xff, 0xc4, 0x74, 0x95, 0xa7, + 0xef, 0x5c, 0x79, 0xf9, 0x25, 0x98, 0xf6, 0x49, 0x0a, 0x81, 0xf7, 0xf3, 0x48, 0x2c, 0x53, 0x56, + 0xcc, 0x09, 0x89, 0xc5, 0xc7, 0x72, 0xbe, 0x3e, 0xcb, 0x57, 0xcc, 0x0a, 0x09, 0xff, 0x2f, 0x9a, + 0xc9, 0xed, 0xd7, 0xca, 0xa2, 0x35, 0xc1, 0x27, 0xcb, 0x7f, 0x82, 0x52, 0xa5, 0x3c, 0x4b, 0x93, + 0xad, 0x5a, 0xb6, 0x60, 0x4d, 0x12, 0x15, 0xf8, 0xcb, 0x7a, 0x6f, 0x21, 0xad, 0x0a, 0x3f, 0xc5, + 0x44, 0x19, 0x3f, 0x69, 0x7e, 0xb5, 0x66, 0x98, 0x06, 0x62, 0x44, 0x1e, 0xb8, 0x35, 0xc8, 0x36, + 0x47, 0x3f, 0xe2, 0x8c, 0xba, 0x0f, 0xb6, 0x24, 0xe6, 0x31, 0x19, 0x48, 0xa0, 0xe0, 0x0f, 0x75, + 0xea, 0x70, 0x98, 0xcb, 0xa6, 0x3a, 0x9d, 0x0d, 0x24, 0xbb, 0xa7, 0x19, 0x35, 0xb1, 0x8e, 0x2e, + 0xa5, 0x9e, 0x6d, 0x0e, 0x0d, 0x95, 0x79, 0xfa, 0x6a, 0xac, 0x89, 0x30, 0xac, 0x7c, 0x3d, 0x6c, + 0x50, 0x1f, 0x12, 0x7d, 0x44, 0x5c, 0x4d, 0x91, 0x84, 0x3b, 0x62, 0xab, 0x92, 0x21, 0x09, 0x8e, + 0x64, 0x38, 0x5b, 0x0e, 0xb1, 0xb5, 0x2e, 0xcb, 0xe8, 0x68, 0x6f, 0xa4, 0x96, 0x85, 0x76, 0xd5, + 0xa3, 0x80, 0xba, 0x7c, 0xdd, 0x25, 0x13, 0x77, 0x4b, 0xd2, 0xb5, 0x9e, 0x51, 0x53, 0x08, 0xba, + 0x0f, 0xea, 0xe8, 0x14, 0x7c, 0xd1, 0xdc, 0x2d, 0xd6, 0x4c, 0x45, 0xd2, 0x75, 0x74, 0xe3, 0xb0, + 0x8e, 0x78, 0xaf, 0x86, 0x00, 0x1b, 0xe0, 0xeb, 0x44, 0xf1, 0x5f, 0x0c, 0xcc, 0xb7, 0x55, 0xa9, + 0xce, 0x72, 0xe2, 0x72, 0x2e, 0xbf, 0x3e, 0xc9, 0xda, 0xea, 0x6b, 0xbd, 0xbe, 0x8e, 0xee, 0x26, + 0xaf, 0xc7, 0xae, 0x0d, 0x3d, 0xb1, 0x24, 0x1b, 0x5a, 0x56, 0x77, 0x14, 0xdb, 0xd4, 0x75, 0x59, + 0xb2, 0x99, 0x27, 0xb5, 0x56, 0x82, 0xee, 0x2c, 0xd2, 0xa2, 0x1d, 0x73, 0x64, 0x3e, 0x11, 0x2a, + 0x4b, 0x11, 0x2b, 0x50, 0xe4, 0xf7, 0x09, 0x82, 0xaf, 0x65, 0x45, 0xf1, 0x9f, 0x75, 0x06, 0x87, + 0x3e, 0x5a, 0xa6, 0xa3, 0xd1, 0xf1, 0xe8, 0x6a, 0x13, 0xa2, 0xd6, 0x4d, 0x90, 0x9b, 0x0c, 0xf6, + 0x96, 0x4c, 0xfa, 0xd2, 0x48, 0x03, 0xd8, 0xd8, 0xd8, 0xf9, 0x57, 0xb9, 0x17, 0x02, 0x31, 0xea, + 0x2f, 0x60, 0x8c, 0xc6, 0x71, 0x20, 0x6f, 0x5b, 0x9a, 0xa1, 0x92, 0x49, 0x6d, 0x2b, 0x1b, 0x19, + 0xcb, 0x20, 0x97, 0x87, 0xef, 0xd0, 0x2b, 0x9b, 0x58, 0x44, 0x42, 0xb4, 0x78, 0x4f, 0xe1, 0x77, + 0x74, 0x0c, 0x15, 0x6c, 0x58, 0xdd, 0xb4, 0x24, 0x45, 0x73, 0xa7, 0x40, 0x22, 0xb4, 0x8f, 0x0c, + 0x9a, 0x97, 0x98, 0xc8, 0x39, 0x73, 0xcb, 0xa7, 0x21, 0x24, 0x4d, 0x20, 0xc8, 0x1c, 0x7e, 0xce, + 0x25, 0x41, 0xaa, 0x8d, 0x34, 0xc8, 0x4d, 0x54, 0xc1, 0x9a, 0x45, 0xf1, 0xa5, 0xf2, 0xe1, 0xd7, + 0x33, 0x4a, 0x14, 0x2a, 0x51, 0x4c, 0x9b, 0xd2, 0x25, 0xeb, 0xba, 0x3c, 0x74, 0x5d, 0xd3, 0x98, + 0x01, 0x31, 0xe8, 0x9a, 0x41, 0xa0, 0x72, 0x65, 0x68, 0x3b, 0x00, 0xc3, 0x32, 0xb5, 0x78, 0x3f, + 0x96, 0x07, 0x4f, 0x36, 0x6d, 0x95, 0x30, 0x1c, 0x86, 0x1b, 0x4d, 0x33, 0x26, 0xd2, 0x79, 0x47, + 0x88, 0x97, 0xc6, 0xc4, 0x30, 0xf1, 0x56, 0x97, 0x88, 0x57, 0xe1, 0xeb, 0x03, 0xcd, 0xf0, 0x88, + 0xa1, 0x80, 0x93, 0x10, 0x7f, 0x7a, 0x83, 0x83, 0xbf, 0xbd, 0x16, 0xd7, 0xfa, 0x88, 0xb4, 0xd9, + 0xa2, 0x82, 0x00, 0x42, 0x81, 0x9f, 0xa7, 0x75, 0x49, 0x26, 0xfa, 0x62, 0xce, 0x59, 0x92, 0xaa, + 0x6a, 0x46, 0x0f, 0x89, 0x0b, 0x10, 0x27, 0xce, 0xbf, 0xa2, 0xd3, 0x9c, 0xe5, 0x89, 0x8d, 0xae, + 0x6c, 0x02, 0xf0, 0x41, 0x0d, 0xe6, 0x87, 0x92, 0x64, 0x00, 0xe5, 0x3e, 0x9f, 0x48, 0x25, 0xa0, + 0x24, 0x5f, 0xb7, 0x59, 0x23, 0x96, 0xda, 0x5c, 0xe2, 0xe3, 0x58, 0x1b, 0xdb, 0x00, 0xd4, 0xe8, + 0xc1, 0x04, 0x52, 0x49, 0x0d, 0xda, 0x89, 0xf3, 0x58, 0xdf, 0xb2, 0xf5, 0x79, 0x7a, 0x6c, 0xa3, + 0x9f, 0xcd, 0x8e, 0xd7, 0xeb, 0x9a, 0x16, 0xb4, 0x53, 0x27, 0x5d, 0xe0, 0x28, 0x5e, 0x3d, 0x61, + 0xf2, 0x0a, 0xaa, 0x72, 0x65, 0x3e, 0xa0, 0xc0, 0xec, 0x3c, 0xcd, 0x88, 0x2d, 0xe8, 0x68, 0x42, + 0x1a, 0xba, 0xa6, 0x47, 0xbc, 0xf9, 0x1c, 0x22, 0x2b, 0x8d, 0xbe, 0x7c, 0x67, 0x95, 0xa7, 0x8e, + 0x8d, 0x02, 0xfa, 0xf4, 0x60, 0xfc, 0x40, 0xd2, 0xe8, 0xa1, 0x71, 0xc9, 0x61, 0x1f, 0x91, 0x1e, + 0x7c, 0xc4, 0x67, 0xeb, 0xaa, 0xe6, 0x58, 0xba, 0x34, 0xad, 0x69, 0x06, 0x4d, 0x97, 0xd1, 0x23, + 0x5c, 0xf7, 0xea, 0xdd, 0xa2, 0xa4, 0x98, 0x28, 0x50, 0x0e, 0x49, 0xa9, 0xcc, 0xe9, 0x4b, 0xaa, + 0x39, 0x86, 0x39, 0x02, 0x49, 0xf4, 0x43, 0x4c, 0xf8, 0x3d, 0xc8, 0xf3, 0xc2, 0xea, 0x54, 0x9a, + 0xb2, 0x32, 0x6f, 0x3c, 0x71, 0x9e, 0xee, 0x0f, 0x7b, 0x9e, 0xfb, 0x91, 0xb6, 0xb7, 0x90, 0xa3, + 0x5d, 0x35, 0xba, 0x20, 0x21, 0x5d, 0x5c, 0xf2, 0xd8, 0xf2, 0xdc, 0xd4, 0x0c, 0xb9, 0x0b, 0x8e, + 0x30, 0x4f, 0xbf, 0x90, 0xa9, 0xeb, 0x4d, 0x05, 0xc6, 0x1f, 0x11, 0xe7, 0x3e, 0x81, 0x6c, 0x79, + 0xc3, 0x5f, 0x41, 0x70, 0x23, 0x49, 0x8f, 0xe6, 0xa4, 0xc3, 0xb2, 0x3e, 0x6b, 0x42, 0x0b, 0xb5, + 0xc8, 0x01, 0x84, 0xc2, 0x68, 0x3b, 0xd4, 0x65, 0x4d, 0x17, 0x54, 0x66, 0x74, 0x82, 0xa0, 0x50, + 0x67, 0x53, 0x08, 0x84, 0x03, 0x49, 0x02, 0xca, 0x84, 0x3c, 0x92, 0xd6, 0xd2, 0xc4, 0x4d, 0x6b, + 0xfa, 0x6c, 0x25, 0xce, 0x03, 0x6a, 0x62, 0x8d, 0x1a, 0x68, 0xaa, 0xaa, 0x93, 0x79, 0x1a, 0xba, + 0x3d, 0x7b, 0x77, 0xae, 0x2e, 0xd7, 0x00, 0x45, 0x12, 0xde, 0xf4, 0x7f, 0xb7, 0x64, 0x57, 0x37, + 0x81, 0x7d, 0x51, 0x3c, 0xfd, 0xed, 0x09, 0x5f, 0xfe, 0x60, 0xc2, 0x17, 0x10, 0x9d, 0x30, 0x19, + 0xfc, 0x86, 0xf9, 0x33, 0xd7, 0x93, 0xe3, 0xb2, 0xc5, 0xfb, 0x44, 0x27, 0x86, 0x3b, 0xb0, 0xc4, + 0x0d, 0x62, 0x92, 0x03, 0x74, 0x83, 0x38, 0x8e, 0x49, 0x04, 0x03, 0x69, 0x14, 0xdc, 0x23, 0xf2, + 0x1e, 0x04, 0x89, 0xff, 0xa2, 0x0d, 0x70, 0x2d, 0x50, 0x5a, 0xc2, 0x66, 0x17, 0x60, 0x7d, 0x04, + 0xa0, 0xf4, 0x7e, 0x71, 0x5c, 0xd4, 0x93, 0x60, 0x94, 0xed, 0x59, 0x48, 0x7e, 0x79, 0xb3, 0x8f, + 0x72, 0x23, 0x4c, 0x48, 0x6c, 0xf9, 0x0a, 0x8d, 0xc5, 0x07, 0xcf, 0xd0, 0x35, 0x1f, 0x29, 0x5b, + 0xc8, 0x46, 0x82, 0x1c, 0xeb, 0xe5, 0x1d, 0x76, 0xdc, 0x5b, 0x45, 0x5c, 0x30, 0x22, 0x9b, 0xa0, + 0xbe, 0x32, 0x22, 0x61, 0x01, 0x2a, 0x9b, 0x13, 0x1c, 0x38, 0x1c, 0x01, 0x36, 0xf4, 0x40, 0xf6, + 0x13, 0x9f, 0x0a, 0x44, 0x5a, 0x01, 0x50, 0xc7, 0xb8, 0x46, 0xf9, 0x4e, 0x58, 0x08, 0xaf, 0xaf, + 0xda, 0x19, 0x80, 0x1e, 0xdb, 0x9f, 0x85, 0xa8, 0x27, 0x98, 0x18, 0x89, 0x10, 0xdb, 0xed, 0x0a, + 0x59, 0xfe, 0x5f, 0xe9, 0xa2, 0xc3, 0x27, 0x88, 0xe4, 0x90, 0x2d, 0x98, 0xcc, 0xb4, 0xd5, 0x5b, + 0x51, 0xce, 0x0e, 0x6c, 0x61, 0xab, 0x48, 0xd9, 0x4e, 0x6c, 0x5a, 0x52, 0x3a, 0xc2, 0x46, 0xc0, + 0xfc, 0x89, 0xf3, 0xda, 0x35, 0xca, 0x42, 0x84, 0x05, 0xaf, 0x1d, 0xc6, 0x3c, 0x1f, 0xe7, 0x93, + 0xfe, 0x2c, 0xed, 0xea, 0x64, 0x52, 0xa7, 0x93, 0x72, 0x0b, 0xc4, 0xed, 0xc0, 0xf1, 0x35, 0x81, + 0xe7, 0xa1, 0xe3, 0x6a, 0xdd, 0xe9, 0x96, 0x87, 0x70, 0x3f, 0x39, 0xe0, 0xe2, 0xd9, 0x40, 0xf2, + 0xa7, 0xab, 0xc5, 0xf0, 0xac, 0x4a, 0x97, 0x9d, 0xba, 0x27, 0x50, 0xb6, 0x08, 0xae, 0x46, 0x39, + 0x9e, 0xb6, 0xe2, 0x9a, 0x92, 0xe3, 0xce, 0x16, 0xfa, 0xc2, 0xda, 0xc6, 0x16, 0x91, 0x30, 0x26, + 0xde, 0xdc, 0xaa, 0x42, 0x1f, 0x3f, 0xa1, 0x28, 0x7a, 0xe3, 0x6c, 0x4b, 0xaa, 0x36, 0x74, 0x6a, + 0x80, 0xdc, 0x40, 0x7a, 0x66, 0x51, 0x37, 0x5b, 0xa3, 0x0d, 0x15, 0x19, 0xe2, 0x8a, 0x88, 0xc7, + 0x65, 0x3e, 0xf7, 0x90, 0xdc, 0x82, 0x37, 0xfc, 0x5a, 0xe9, 0x9a, 0xcb, 0x21, 0x0f, 0x8c, 0xb1, + 0x89, 0xf5, 0x5d, 0x4f, 0x3b, 0x7d, 0x73, 0x1c, 0xf4, 0x3f, 0x5b, 0x07, 0x65, 0x7b, 0xc0, 0x54, + 0x9a, 0xae, 0xa4, 0x12, 0xcd, 0x48, 0x00, 0xdd, 0x08, 0x8b, 0xc7, 0x44, 0x0e, 0x3f, 0x6c, 0x82, + 0x24, 0x19, 0x80, 0x20, 0xb6, 0x6d, 0xda, 0x21, 0x18, 0x4b, 0x38, 0xfc, 0x2a, 0xe7, 0x56, 0x43, + 0x9e, 0xa7, 0x41, 0xaa, 0x4b, 0x4b, 0x9a, 0x83, 0x4f, 0x38, 0xac, 0x8b, 0x0b, 0x21, 0x8e, 0x64, + 0x15, 0xea, 0xb0, 0xdb, 0xc7, 0x99, 0x9b, 0xc5, 0xfe, 0xae, 0x1d, 0x36, 0x93, 0x5f, 0x85, 0xc4, + 0x47, 0xca, 0x02, 0xf8, 0xfa, 0xca, 0x99, 0x93, 0x2e, 0x38, 0xc1, 0x38, 0x81, 0x48, 0x0a, 0xd3, + 0x28, 0xea, 0x50, 0x91, 0x89, 0x3a, 0xff, 0x8a, 0x92, 0x52, 0xf8, 0x6a, 0x80, 0x72, 0xe2, 0xcc, + 0xfc, 0x11, 0xcc, 0xcf, 0xbf, 0xda, 0x94, 0x89, 0xfa, 0x09, 0x39, 0x50, 0x93, 0x54, 0xdd, 0x0d, + 0xb4, 0x4e, 0xa6, 0x6f, 0xb2, 0x4c, 0x8e, 0x2b, 0xad, 0x54, 0x61, 0x62, 0x1d, 0x4d, 0x25, 0x8a, + 0xd8, 0x51, 0x8a, 0x9a, 0x6c, 0x68, 0xaa, 0x50, 0xf9, 0x11, 0x55, 0x99, 0xe6, 0x5f, 0x61, 0x7e, + 0x18, 0x50, 0xf3, 0x67, 0x35, 0xb2, 0x05, 0xe4, 0x42, 0x88, 0x46, 0x91, 0x5e, 0x97, 0x29, 0x78, + 0x79, 0x70, 0xa5, 0xaa, 0xb8, 0xd0, 0xe4, 0xa1, 0xa7, 0xda, 0xa0, 0x37, 0x9e, 0xbd, 0xa7, 0xe3, + 0xa0, 0x9c, 0xff, 0xfa, 0x62, 0x08, 0x5f, 0x5f, 0x46, 0x2b, 0xf3, 0x31, 0xa4, 0x26, 0xa8, 0xf6, + 0xe1, 0xa1, 0x96, 0xfd, 0xf8, 0x40, 0x21, 0xf1, 0x8a, 0xa9, 0x41, 0x19, 0x75, 0xb6, 0x42, 0xc3, + 0x60, 0xb9, 0xd2, 0xb2, 0x6b, 0xf8, 0xc3, 0x51, 0x0c, 0x52, 0x29, 0x7c, 0xfa, 0x2e, 0x52, 0x6f, + 0x24, 0xb7, 0xe8, 0x57, 0x59, 0x11, 0x83, 0x72, 0xaa, 0x36, 0xf2, 0x0b, 0xc0, 0xa3, 0x27, 0x76, + 0x0a, 0x55, 0xaa, 0x72, 0x87, 0xf5, 0x49, 0xec, 0xf6, 0x8a, 0x66, 0x21, 0x3d, 0xcc, 0xbf, 0xf6, + 0x89, 0x64, 0xbb, 0xb3, 0x65, 0x55, 0xa0, 0x1a, 0x91, 0xfa, 0xa5, 0x40, 0xea, 0xdb, 0x44, 0x9d, + 0x03, 0xae, 0x67, 0x0b, 0xb6, 0x44, 0x79, 0x2f, 0xfe, 0x0c, 0xb1, 0x65, 0x50, 0x93, 0xb5, 0x19, + 0x8d, 0x46, 0x01, 0x93, 0x09, 0xc6, 0xc8, 0xc6, 0xa1, 0xb5, 0x00, 0x75, 0x38, 0x0f, 0xd4, 0x7a, + 0xfc, 0x8d, 0x62, 0xc3, 0x80, 0x6c, 0x11, 0xb5, 0x47, 0x1c, 0xaf, 0x9f, 0x39, 0xb4, 0x91, 0xe6, + 0xff, 0x06, 0x65, 0xaf, 0x6b, 0x83, 0xaa, 0xef, 0x24, 0xd8, 0xf4, 0x9d, 0x75, 0x6d, 0x73, 0x30, + 0x0b, 0xa6, 0x68, 0xc0, 0x41, 0xe7, 0xae, 0x39, 0x7b, 0x9f, 0x37, 0x05, 0x8c, 0x62, 0xee, 0x2b, + 0x75, 0xa8, 0xc8, 0xfb, 0x46, 0x63, 0x1e, 0x91, 0xe6, 0xd5, 0x5c, 0x14, 0xc3, 0x5c, 0x32, 0x10, + 0xaa, 0x1e, 0x4a, 0x0b, 0x6c, 0x12, 0xd1, 0xc8, 0x07, 0x27, 0x11, 0x06, 0x15, 0x84, 0x67, 0x2c, + 0xf0, 0xef, 0x19, 0x7a, 0xa2, 0x5f, 0xa5, 0x47, 0x77, 0x33, 0x5f, 0x92, 0x7c, 0xfb, 0xb6, 0xa8, + 0x48, 0x92, 0x1d, 0x53, 0x1f, 0xba, 0x84, 0x4e, 0x43, 0xea, 0xbc, 0xa0, 0x73, 0x03, 0x79, 0x01, + 0xe3, 0x44, 0xf8, 0xe4, 0x35, 0xb7, 0x12, 0x99, 0x12, 0x21, 0xc3, 0x29, 0x36, 0x75, 0x3c, 0x86, + 0xbf, 0xc4, 0x86, 0x43, 0x36, 0x70, 0xbc, 0x2b, 0x7e, 0x13, 0xbd, 0x9a, 0x72, 0x58, 0x15, 0x13, + 0xac, 0x01, 0xd6, 0xa3, 0x46, 0x0e, 0x30, 0x14, 0xec, 0x7e, 0xbc, 0x7c, 0xa8, 0x79, 0x38, 0xc7, + 0x24, 0x7b, 0xab, 0x87, 0x8d, 0xc2, 0xe8, 0x8e, 0xaa, 0xa8, 0x92, 0x9e, 0xf0, 0x55, 0x14, 0x01, + 0x33, 0x02, 0xd0, 0x13, 0x3f, 0xff, 0xda, 0xfb, 0x3b, 0x20, 0xbe, 0x8a, 0x5d, 0x11, 0x60, 0xc8, + 0x7f, 0x0f, 0x86, 0x08, 0x4a, 0xdc, 0xd7, 0xf1, 0xdf, 0x82, 0xd1, 0xed, 0x22, 0x8c, 0x97, 0xbf, + 0x06, 0xa3, 0xdb, 0xad, 0x74, 0xb3, 0x5d, 0x0f, 0x4c, 0x02, 0xa4, 0xad, 0xf0, 0x55, 0x91, 0x55, + 0x99, 0x82, 0x1c, 0xcb, 0x92, 0xfe, 0xff, 0x04, 0xa2, 0x5a, 0x20, 0x22, 0x42, 0xf4, 0x60, 0xc9, + 0x43, 0x19, 0x19, 0x9c, 0x47, 0xb9, 0x85, 0x95, 0x74, 0xbf, 0x92, 0xa7, 0xc6, 0xc8, 0x4c, 0x5c, + 0x4d, 0x8f, 0x79, 0x7e, 0x59, 0x5f, 0xf1, 0xf9, 0x3c, 0xce, 0x23, 0xfc, 0xcb, 0x45, 0x64, 0x1d, + 0x7a, 0xef, 0x3c, 0xc2, 0x42, 0x97, 0x5e, 0x88, 0x2d, 0xa1, 0x0f, 0x44, 0xd6, 0x74, 0x74, 0xa5, + 0xa4, 0x73, 0xa0, 0x0d, 0xa0, 0x52, 0x29, 0xf8, 0xce, 0x95, 0x20, 0x25, 0xe4, 0x83, 0x59, 0x14, + 0xa8, 0xf5, 0xc1, 0xc4, 0x22, 0xc6, 0x1c, 0xd8, 0xb7, 0x35, 0x74, 0x23, 0x5d, 0xa7, 0x7a, 0x48, + 0x28, 0x27, 0x7d, 0xd4, 0x49, 0x88, 0x5b, 0xa4, 0x59, 0xe1, 0x59, 0x58, 0xf2, 0xcd, 0x43, 0x81, + 0x42, 0x34, 0x4e, 0xe8, 0xe7, 0xcc, 0xf7, 0x96, 0xa1, 0x6f, 0x40, 0x82, 0x34, 0x85, 0xb0, 0x89, + 0x16, 0xf6, 0x65, 0x79, 0x3d, 0x17, 0xeb, 0xeb, 0x5d, 0x89, 0x11, 0x7b, 0x2f, 0x26, 0x5e, 0xbd, + 0x79, 0xba, 0x5c, 0xb7, 0xcf, 0xb7, 0x72, 0x21, 0xc6, 0xbf, 0xdc, 0xc4, 0x5a, 0xcd, 0x6f, 0xa3, + 0x67, 0xd3, 0xda, 0x43, 0xc3, 0xa0, 0x92, 0x0d, 0x2a, 0x55, 0x5e, 0x56, 0x58, 0x2d, 0x94, 0x29, + 0xae, 0xf5, 0x26, 0xa1, 0xee, 0xfe, 0x89, 0x5a, 0xdc, 0xfe, 0x70, 0x00, 0x86, 0x2d, 0x33, 0x38, + 0x50, 0x03, 0x01, 0x2e, 0xa7, 0xa9, 0x09, 0x9c, 0x32, 0x7e, 0x3d, 0xb9, 0x10, 0xf3, 0x15, 0x97, + 0xc5, 0x3f, 0x5a, 0x31, 0xcb, 0xb4, 0xd5, 0x5d, 0x72, 0xd9, 0xac, 0x1b, 0x82, 0x90, 0x65, 0x85, + 0x46, 0xc5, 0xaa, 0x26, 0xa3, 0x9b, 0x94, 0xfe, 0x78, 0x1f, 0x17, 0x6b, 0xf5, 0x3d, 0x60, 0x3f, + 0x1f, 0x80, 0x5d, 0x8d, 0x85, 0xd0, 0x44, 0xf9, 0x9b, 0xb8, 0x58, 0xa9, 0x6e, 0xa2, 0x86, 0xb5, + 0x9e, 0x6e, 0xfe, 0x64, 0xa8, 0xde, 0x85, 0xf2, 0xe9, 0x6e, 0x66, 0xa1, 0x35, 0x97, 0x36, 0x71, + 0x88, 0x0b, 0xe2, 0x46, 0xd7, 0x1c, 0x77, 0x16, 0x52, 0x1b, 0x72, 0xd9, 0x62, 0x48, 0xcf, 0xdd, + 0x9a, 0xd6, 0x98, 0xf5, 0xb9, 0x48, 0x99, 0x78, 0xf3, 0xd8, 0x47, 0x4f, 0x25, 0xa2, 0xe8, 0xe0, + 0x7f, 0x14, 0x63, 0xe8, 0xdd, 0x0e, 0xca, 0xf8, 0xee, 0x31, 0x20, 0x83, 0xb8, 0x9f, 0x9a, 0x99, + 0x23, 0x91, 0xe6, 0x84, 0x30, 0xe2, 0x67, 0x8e, 0xce, 0xfb, 0xaf, 0x1d, 0xd2, 0xa3, 0x41, 0xa3, + 0xab, 0x04, 0x7f, 0x8e, 0x6a, 0x74, 0x94, 0xfb, 0x0b, 0x5e, 0xd0, 0xa6, 0xf0, 0xd5, 0xee, 0xc9, + 0x2c, 0x61, 0xc4, 0xbe, 0x90, 0x93, 0x0b, 0x4c, 0xcc, 0x44, 0x41, 0xa7, 0xfb, 0x6a, 0x90, 0xe0, + 0x6b, 0x2f, 0x28, 0x19, 0x65, 0x5b, 0xa3, 0x99, 0x99, 0x0f, 0x87, 0x79, 0xb0, 0x96, 0x7c, 0x05, + 0xf2, 0xc0, 0x85, 0xac, 0xac, 0xce, 0xb0, 0x1e, 0x02, 0x3a, 0xb9, 0xa3, 0x2f, 0x1a, 0xe3, 0x90, + 0x1e, 0x6a, 0x1e, 0x11, 0x37, 0x34, 0x2a, 0x88, 0xa8, 0xa0, 0x84, 0x74, 0xcd, 0x50, 0x7a, 0x04, + 0xd7, 0x31, 0xb7, 0xef, 0x7b, 0x16, 0x76, 0xdc, 0x57, 0xb5, 0xc4, 0x46, 0x18, 0x89, 0x64, 0x57, + 0xcd, 0x84, 0x28, 0xc9, 0x23, 0x56, 0x43, 0x72, 0x60, 0x4b, 0x1d, 0x7a, 0xce, 0x6f, 0xf4, 0x4b, + 0xf9, 0xc3, 0x85, 0x4d, 0xc1, 0x80, 0xc6, 0xad, 0x25, 0xa6, 0xbf, 0x58, 0xc6, 0x58, 0x9e, 0x20, + 0x79, 0x35, 0x29, 0x0a, 0xf0, 0x1f, 0xbf, 0xb0, 0xae, 0x14, 0x5d, 0xb3, 0x98, 0x49, 0x1d, 0x4d, + 0x8a, 0xb9, 0xb0, 0x23, 0xae, 0x55, 0xea, 0xd3, 0x46, 0xfc, 0x7d, 0xe4, 0xc3, 0x0a, 0xd4, 0xb3, + 0x15, 0xfd, 0x46, 0x9f, 0x37, 0x80, 0xd8, 0x9a, 0x38, 0xbe, 0x1e, 0x9f, 0x5b, 0xa8, 0x7b, 0x85, + 0x10, 0x67, 0x0f, 0xdb, 0x4a, 0x30, 0x2d, 0xbb, 0x93, 0x5d, 0x34, 0x1b, 0x2c, 0x49, 0x87, 0xef, + 0xf5, 0x55, 0xe7, 0xde, 0xa9, 0x3a, 0xc7, 0x7b, 0x60, 0x58, 0xfb, 0x7d, 0x60, 0x1f, 0xf5, 0x26, + 0xcf, 0xbf, 0x37, 0x8a, 0xac, 0x37, 0xd4, 0x6d, 0xea, 0x51, 0xeb, 0x42, 0x89, 0x5d, 0xe9, 0x00, + 0x5d, 0xa9, 0x67, 0xcc, 0xd3, 0xaf, 0x8a, 0xe3, 0x93, 0x65, 0x6e, 0x89, 0x1d, 0x66, 0xc3, 0xde, + 0x9b, 0x88, 0x7e, 0xe2, 0x93, 0xed, 0x02, 0x87, 0xf4, 0x39, 0x3c, 0x6c, 0x39, 0xea, 0xf8, 0x05, + 0xf8, 0x72, 0x30, 0x63, 0x42, 0xb9, 0x4b, 0xf1, 0xdc, 0xa5, 0xa0, 0xf6, 0x15, 0xfd, 0x05, 0x8d, + 0x8a, 0x85, 0x4d, 0xcf, 0x3e, 0x3f, 0x29, 0xba, 0x11, 0x99, 0x61, 0x00, 0xe3, 0x24, 0xf6, 0x4f, + 0x21, 0x94, 0x84, 0x64, 0xf8, 0x73, 0xf6, 0x49, 0xb5, 0xca, 0xf7, 0xe8, 0x2d, 0x35, 0xec, 0x1d, + 0x77, 0x50, 0x65, 0x41, 0x55, 0xb8, 0xae, 0xe2, 0xff, 0x89, 0xf1, 0x89, 0x1e, 0xd2, 0xc2, 0x96, + 0xbd, 0xc3, 0x39, 0xa7, 0xbe, 0x58, 0x7a, 0x62, 0x88, 0xa4, 0x06, 0xd4, 0x0a, 0x69, 0x8c, 0x1d, + 0xea, 0x6a, 0x44, 0x57, 0xd9, 0xba, 0xe4, 0xca, 0x37, 0xab, 0x12, 0xe7, 0xb5, 0x1a, 0x5b, 0x98, + 0x8c, 0x22, 0x38, 0xe8, 0xbe, 0xbc, 0x0a, 0x93, 0xb5, 0xae, 0xa9, 0x0c, 0x9d, 0x25, 0x7c, 0xb2, + 0xe4, 0x55, 0x50, 0x4a, 0x2b, 0xa1, 0x04, 0x12, 0x41, 0x33, 0x0c, 0x5c, 0x20, 0xb5, 0x80, 0x92, + 0x99, 0xc3, 0x59, 0x78, 0x2f, 0x37, 0xa0, 0x24, 0x9a, 0x7b, 0x9d, 0x82, 0x38, 0x4f, 0x5b, 0x5a, + 0xc8, 0x63, 0x12, 0x31, 0x02, 0x03, 0x4b, 0x2b, 0xf0, 0xdf, 0xb1, 0x65, 0x1a, 0x31, 0x91, 0x8d, + 0x69, 0xcd, 0xa5, 0xa8, 0xd2, 0xb0, 0xec, 0x13, 0x8c, 0xd2, 0x0b, 0x20, 0x2c, 0x3d, 0x01, 0x4e, + 0xb3, 0x56, 0x50, 0x93, 0xb0, 0xab, 0x7b, 0xe1, 0xd8, 0x0f, 0xf8, 0x51, 0x61, 0x41, 0x39, 0xc5, + 0x08, 0x3f, 0x42, 0xb0, 0x5b, 0x63, 0x0f, 0xb0, 0xbf, 0x24, 0x60, 0x4d, 0x42, 0xd0, 0x42, 0x93, + 0x39, 0x44, 0x2d, 0x1e, 0x60, 0x66, 0x7a, 0x2f, 0xa0, 0xc1, 0xec, 0x14, 0x68, 0x4b, 0x3f, 0x5a, + 0x93, 0x2a, 0xad, 0x5c, 0x93, 0x2a, 0xad, 0x5c, 0x93, 0x2a, 0xad, 0x5a, 0x93, 0x82, 0xd1, 0x4f, + 0x5b, 0x8e, 0xeb, 0xcc, 0x96, 0x66, 0xd6, 0x62, 0x86, 0x40, 0x8e, 0xb1, 0x3d, 0xfb, 0x60, 0xe5, + 0x90, 0xae, 0x23, 0xcc, 0x56, 0x2c, 0x0f, 0xf4, 0x89, 0xf2, 0x22, 0xa4, 0x71, 0x1a, 0x9a, 0xab, + 0xfd, 0x54, 0xcb, 0xa6, 0x57, 0x4c, 0x68, 0x2e, 0x0d, 0x2b, 0x98, 0x71, 0x4a, 0xff, 0x45, 0x0f, + 0xdb, 0x6f, 0x48, 0x37, 0x5b, 0x74, 0x31, 0x8d, 0x56, 0xc8, 0xf4, 0x35, 0xaf, 0x5a, 0xf6, 0x63, + 0x05, 0xb1, 0x2d, 0x8c, 0xa6, 0x58, 0x8d, 0xde, 0xb0, 0xf8, 0x13, 0x5b, 0xf4, 0xa0, 0x02, 0x4a, + 0xfc, 0xae, 0xe0, 0xe3, 0x5a, 0xf2, 0x8d, 0x7b, 0x0c, 0xfe, 0x92, 0x2c, 0x01, 0xf1, 0x14, 0xaa, + 0xca, 0x67, 0xc7, 0x85, 0x05, 0xc5, 0x17, 0x56, 0xa9, 0xc9, 0xa1, 0x96, 0x06, 0x65, 0x8a, 0x21, + 0x1f, 0xcf, 0xb2, 0x2c, 0x11, 0x03, 0xa4, 0x31, 0xc9, 0xc7, 0xb0, 0xf5, 0xdf, 0x21, 0x38, 0xef, + 0x08, 0xf6, 0x08, 0xba, 0x6b, 0xf4, 0x99, 0xa8, 0x9f, 0x2a, 0x5b, 0xe2, 0x43, 0x4d, 0xad, 0x49, + 0x5d, 0x40, 0x7b, 0x08, 0xb5, 0x2c, 0x21, 0xf0, 0x17, 0x71, 0xdc, 0x0a, 0x7f, 0x51, 0x54, 0x8d, + 0x7c, 0xbf, 0x1d, 0x91, 0x0a, 0xe2, 0xb9, 0xe2, 0xb5, 0xfa, 0x80, 0x3d, 0x51, 0xcc, 0x20, 0xc7, + 0x61, 0xcd, 0xe8, 0xd8, 0x56, 0x3d, 0xd2, 0x5b, 0xa0, 0xb8, 0xb8, 0x98, 0xd5, 0xd9, 0x85, 0x21, + 0x53, 0x5b, 0x27, 0x9e, 0x3c, 0x02, 0x4b, 0x80, 0xd5, 0x4f, 0xff, 0xc4, 0x15, 0x8a, 0x9b, 0x6d, + 0xba, 0x74, 0xc9, 0xb5, 0xa8, 0x92, 0x1e, 0x4f, 0xf5, 0xfc, 0x75, 0xef, 0xd6, 0xa4, 0x7b, 0x84, + 0x94, 0x58, 0xea, 0xa9, 0x67, 0xef, 0x85, 0x54, 0x2e, 0xfa, 0x4c, 0x7b, 0x04, 0x26, 0x57, 0xb0, + 0x32, 0xe2, 0x2f, 0x97, 0x97, 0x3e, 0x6f, 0x99, 0x81, 0x62, 0x1f, 0x5a, 0x55, 0xce, 0xe6, 0x97, + 0x96, 0x4f, 0x91, 0x19, 0x53, 0x5b, 0x68, 0xdd, 0x3a, 0x1e, 0x53, 0xbe, 0xdf, 0x15, 0xc2, 0x45, + 0xc7, 0x6f, 0x1a, 0x55, 0xdb, 0xe9, 0x47, 0x6e, 0x85, 0xca, 0x1e, 0xd1, 0x68, 0xe8, 0x0a, 0x9b, + 0xee, 0xb8, 0x47, 0xb3, 0x8f, 0x22, 0x46, 0x42, 0x5a, 0x64, 0xa0, 0x16, 0x7b, 0xea, 0x75, 0x4c, + 0x59, 0x17, 0x43, 0x0a, 0xd9, 0x3a, 0xae, 0xf6, 0xce, 0x4c, 0x0f, 0xab, 0x26, 0x2c, 0x80, 0x2b, + 0xe2, 0x48, 0x0d, 0xab, 0xe1, 0xac, 0xf9, 0x4c, 0x2f, 0x20, 0xea, 0x2a, 0x81, 0x5e, 0xe4, 0x59, + 0xf7, 0x3e, 0x08, 0x34, 0x81, 0x1c, 0xfe, 0x4a, 0x6a, 0xc8, 0xec, 0x5f, 0xad, 0xa3, 0x06, 0xa2, + 0x89, 0x62, 0x17, 0xc4, 0x47, 0x31, 0x2a, 0x6d, 0x91, 0x50, 0x18, 0x48, 0x8c, 0x4f, 0x99, 0x8d, + 0xfb, 0x9a, 0x4b, 0x40, 0x0b, 0x90, 0xa8, 0xb0, 0x47, 0x33, 0x6e, 0x49, 0x58, 0x60, 0x5e, 0xcb, + 0x26, 0xa3, 0x15, 0x2e, 0x87, 0x4a, 0xd8, 0x1d, 0x17, 0xcc, 0xf6, 0x18, 0x4f, 0x9d, 0xa7, 0x55, + 0xd5, 0x5f, 0x98, 0x8c, 0x18, 0x94, 0x2b, 0x8a, 0xfa, 0xe4, 0x84, 0x0c, 0x33, 0x58, 0xbc, 0x5c, + 0x68, 0xbc, 0xe2, 0x27, 0xcd, 0xef, 0x05, 0x12, 0xb2, 0x0b, 0x0d, 0x72, 0x2b, 0xf0, 0x5a, 0xff, + 0x91, 0xfd, 0x1d, 0x6a, 0xfd, 0x87, 0xc6, 0x77, 0xba, 0x1b, 0x5e, 0x5b, 0x72, 0x60, 0x78, 0x5e, + 0xa6, 0x9e, 0xa0, 0x59, 0xf4, 0x66, 0xa5, 0x6f, 0x80, 0x2e, 0x82, 0x00, 0xad, 0x48, 0xb6, 0xd2, + 0x67, 0x36, 0xc9, 0x47, 0x5e, 0x77, 0x3a, 0x4f, 0x57, 0x39, 0xce, 0x43, 0x32, 0x27, 0x2c, 0x8a, + 0x42, 0x48, 0x40, 0x8d, 0x23, 0x12, 0xe1, 0x83, 0x3b, 0x00, 0xd7, 0xd5, 0x1a, 0x19, 0xb1, 0xa0, + 0x09, 0xcc, 0x54, 0x62, 0xbc, 0x22, 0x3a, 0x35, 0xd7, 0xd7, 0x13, 0x57, 0x74, 0x29, 0xb6, 0xa2, + 0x53, 0xf1, 0xc3, 0xb0, 0x80, 0xf0, 0xec, 0x2b, 0x54, 0xbc, 0x38, 0xca, 0x42, 0x25, 0xa2, 0xec, + 0xf9, 0x8e, 0x81, 0x78, 0x00, 0xce, 0x0a, 0xab, 0xfd, 0x2f, 0x59, 0xa3, 0x05, 0x7e, 0x65, 0x57, + 0x96, 0xf4, 0xf6, 0x65, 0x11, 0xbc, 0xb2, 0x18, 0x33, 0x69, 0x57, 0xbe, 0x32, 0x4c, 0x37, 0x59, + 0x03, 0xf4, 0x28, 0xa4, 0x6f, 0xea, 0xd8, 0x76, 0x74, 0x06, 0x1b, 0xfc, 0x7b, 0x26, 0x1c, 0x8c, + 0xa6, 0x00, 0xfc, 0x7c, 0x59, 0x11, 0x5b, 0x45, 0xbc, 0x41, 0x38, 0xe4, 0xaa, 0xb7, 0x9e, 0xa3, + 0x31, 0xe6, 0x4e, 0x5d, 0x99, 0x91, 0xf9, 0xd4, 0x96, 0xb9, 0x97, 0x23, 0x2f, 0x56, 0xb5, 0xd2, + 0xb9, 0x65, 0x3b, 0x6f, 0x3d, 0xb4, 0xf5, 0x1c, 0xd1, 0x91, 0xfb, 0xfc, 0xfc, 0xdf, 0x03, 0xa2, + 0x6a, 0x52, 0x02, 0xf0, 0x93, 0x90, 0x74, 0x3d, 0x21, 0x19, 0x6a, 0x22, 0x49, 0x4b, 0x50, 0x32, + 0xe5, 0x67, 0x21, 0xdf, 0x17, 0x83, 0x94, 0x5a, 0xe1, 0x59, 0x7f, 0xdf, 0xab, 0xee, 0xd7, 0x11, + 0xc0, 0x5f, 0x2c, 0x27, 0xe6, 0xf3, 0xe8, 0xb6, 0x9c, 0x45, 0x81, 0x45, 0x18, 0xc1, 0x3b, 0x85, + 0x8b, 0x68, 0x41, 0xf0, 0x5e, 0x6a, 0x10, 0x94, 0x94, 0x2f, 0x17, 0x10, 0xe4, 0x62, 0x0d, 0xd6, + 0x5f, 0x36, 0xa5, 0x5e, 0x2f, 0x6f, 0x5a, 0x14, 0x3f, 0x58, 0x58, 0x65, 0xe1, 0x78, 0xef, 0xd5, + 0x8d, 0x8e, 0x20, 0x68, 0x78, 0x28, 0xf8, 0xc9, 0x03, 0x5d, 0x4a, 0x97, 0xfe, 0x19, 0x99, 0x5c, + 0x5e, 0xa8, 0xdd, 0x0a, 0x68, 0x41, 0x9b, 0x8b, 0x85, 0xec, 0xa2, 0x27, 0x41, 0x1d, 0x65, 0x14, + 0xe3, 0x2b, 0xeb, 0x28, 0xa4, 0x73, 0x9f, 0xad, 0x63, 0x09, 0x5a, 0xc8, 0xf5, 0x88, 0x08, 0x5e, + 0x58, 0x6b, 0x0b, 0xf7, 0x63, 0x88, 0xf1, 0x88, 0x21, 0x6b, 0x8e, 0x79, 0x25, 0xd9, 0xa8, 0xe0, + 0x56, 0x63, 0xba, 0xc3, 0x38, 0xf1, 0x3d, 0xe3, 0x9d, 0xc3, 0x80, 0xf1, 0xbd, 0xf0, 0x05, 0x48, + 0x4c, 0x68, 0x6a, 0x83, 0x53, 0x46, 0x5c, 0x42, 0xd1, 0x25, 0xc7, 0x69, 0x70, 0x5e, 0x64, 0x0f, + 0xb7, 0x8d, 0xbb, 0xa1, 0xa1, 0xc9, 0x09, 0xdc, 0xcb, 0x9f, 0xb8, 0x3d, 0x4a, 0xa7, 0xd3, 0xdf, + 0x33, 0x90, 0x7f, 0x3b, 0xb1, 0xf1, 0xdd, 0x30, 0xbd, 0xad, 0xcb, 0x14, 0x40, 0xac, 0x60, 0x82, + 0xd6, 0x05, 0xbf, 0x7d, 0x9a, 0xe2, 0xb6, 0x37, 0x3a, 0xa6, 0x6d, 0x4f, 0x05, 0x1f, 0x54, 0xc2, + 0x20, 0x44, 0x75, 0x12, 0xc7, 0xd2, 0x48, 0xea, 0x50, 0x38, 0x5f, 0x18, 0xe4, 0xef, 0x99, 0x00, + 0xf0, 0xa2, 0x69, 0x72, 0x8f, 0xdb, 0xf6, 0x2a, 0xa6, 0x69, 0x1b, 0x5e, 0x75, 0x5e, 0xb4, 0x27, + 0x47, 0x33, 0x41, 0xef, 0x39, 0xef, 0xbd, 0xf7, 0x1a, 0xe3, 0xcf, 0x96, 0x53, 0x81, 0xaa, 0xb0, + 0x1c, 0xa6, 0xb2, 0x41, 0x4a, 0x6c, 0xd0, 0x3a, 0xe8, 0xf3, 0xa5, 0x39, 0x46, 0x78, 0xa6, 0xa1, + 0xe8, 0xb8, 0xe7, 0x1f, 0x80, 0xf6, 0x7a, 0x3a, 0xa1, 0xa9, 0x49, 0x1e, 0x1a, 0xa1, 0xf9, 0x50, + 0x68, 0xe0, 0x27, 0xb7, 0xbd, 0xf9, 0x75, 0x42, 0xc4, 0x4a, 0xb7, 0xfe, 0x3d, 0xa3, 0x6d, 0x7f, + 0xb7, 0x82, 0x86, 0x05, 0xa1, 0x54, 0xdc, 0x36, 0x2d, 0xfb, 0x3d, 0x63, 0x41, 0x07, 0x58, 0x15, + 0x8b, 0x7a, 0x17, 0xd5, 0x1e, 0x71, 0x89, 0x8d, 0x58, 0x9d, 0x47, 0x40, 0xeb, 0xeb, 0xab, 0x2c, + 0x95, 0xfc, 0x2a, 0x97, 0x6b, 0xc4, 0x92, 0x1b, 0x1f, 0xd5, 0x78, 0x8e, 0x13, 0x68, 0xa9, 0xa3, + 0x34, 0x75, 0x65, 0xad, 0x1b, 0x58, 0x6d, 0x2e, 0xa7, 0xae, 0xaf, 0x96, 0x96, 0x8d, 0x54, 0xeb, + 0x0f, 0x99, 0x8f, 0x66, 0xbf, 0xb2, 0x6f, 0x63, 0x90, 0x8b, 0xe6, 0x38, 0x0d, 0x72, 0x8f, 0x7a, + 0x8b, 0xd3, 0xec, 0x90, 0x8c, 0x8c, 0x43, 0x5c, 0x0c, 0xeb, 0x75, 0xb8, 0x6f, 0x6b, 0x7a, 0x2d, + 0xe5, 0xde, 0x41, 0x74, 0xcb, 0x34, 0xba, 0x5a, 0xef, 0xa3, 0x7e, 0xb7, 0x2e, 0xc3, 0x9d, 0xee, + 0xe9, 0xad, 0x4b, 0xd6, 0xdd, 0x8d, 0x15, 0xf5, 0xe5, 0xe4, 0xfc, 0xfa, 0xee, 0xee, 0x4f, 0x2c, + 0x98, 0xb0, 0xb1, 0xea, 0xc2, 0x34, 0x4a, 0xeb, 0x64, 0x13, 0x14, 0x69, 0x2d, 0x80, 0x41, 0xcb, + 0x27, 0xfa, 0x2a, 0xb7, 0x7d, 0xa0, 0x9b, 0xb8, 0x74, 0x2c, 0xdb, 0xfe, 0x59, 0x11, 0x08, 0x2d, + 0x42, 0xab, 0x9a, 0x8e, 0x45, 0xb5, 0xa0, 0xbb, 0xb4, 0x71, 0x89, 0x50, 0xd8, 0x6b, 0xb4, 0x33, + 0x37, 0x78, 0xc2, 0x09, 0xf6, 0x87, 0xb6, 0x5e, 0x62, 0x34, 0x12, 0x9d, 0x32, 0x0b, 0xe9, 0x90, + 0xf0, 0x80, 0xa3, 0xf4, 0xa5, 0x08, 0x62, 0xaf, 0x76, 0x6d, 0x8d, 0x02, 0xa5, 0x27, 0x44, 0x40, + 0x22, 0x71, 0x21, 0x05, 0x60, 0xe2, 0xf0, 0xd1, 0xbc, 0x0d, 0x8e, 0x1d, 0x18, 0x71, 0x63, 0x4b, + 0x9a, 0x9e, 0x74, 0xfb, 0x9a, 0x03, 0x2f, 0x81, 0x6d, 0x35, 0xb8, 0x5c, 0xb1, 0x08, 0x4f, 0x9a, + 0xd1, 0xe0, 0xb2, 0x5c, 0x22, 0x7c, 0x50, 0x03, 0xe8, 0x0f, 0xfa, 0x10, 0x7e, 0x65, 0x73, 0x15, + 0x6e, 0x65, 0x7b, 0x3c, 0x06, 0xb7, 0x98, 0xe5, 0xde, 0x17, 0x13, 0x5d, 0x89, 0x48, 0x5e, 0x26, + 0x74, 0x30, 0x2b, 0x7b, 0x8b, 0xcc, 0x28, 0x5a, 0x2a, 0x34, 0x0a, 0x5e, 0xc9, 0x20, 0xfc, 0x73, + 0x99, 0x43, 0x78, 0x0a, 0x2e, 0x17, 0x1e, 0xb6, 0xab, 0x21, 0x60, 0x14, 0x79, 0x5f, 0xc0, 0x11, + 0x99, 0x26, 0xb1, 0x6a, 0x1c, 0xb9, 0x6d, 0x9a, 0x3b, 0x81, 0xd9, 0x17, 0xe3, 0x87, 0x50, 0xac, + 0x57, 0x40, 0xf0, 0xc6, 0x8a, 0x46, 0xd1, 0x2a, 0x5a, 0x9d, 0x4f, 0x01, 0xef, 0x50, 0xfd, 0x8b, + 0xaa, 0x3a, 0x14, 0xfa, 0x46, 0x00, 0xe1, 0x55, 0x71, 0xb6, 0xc6, 0x2b, 0x60, 0x84, 0xba, 0x07, + 0x59, 0x16, 0x04, 0xf2, 0xcd, 0x6a, 0x25, 0xb9, 0xaf, 0xdd, 0xae, 0x08, 0xff, 0x38, 0xfe, 0x5b, + 0x62, 0x83, 0x1e, 0xcd, 0xd2, 0xe0, 0xae, 0x89, 0x1a, 0xf0, 0xeb, 0x25, 0xed, 0xca, 0x86, 0x97, + 0xdb, 0x2b, 0x10, 0x4a, 0x21, 0x6f, 0xc4, 0x41, 0x4b, 0x1e, 0x68, 0x0f, 0xf2, 0x85, 0x37, 0xfa, + 0xeb, 0x80, 0xfb, 0x25, 0xb6, 0x03, 0xa1, 0xf2, 0x51, 0xdb, 0x95, 0x4a, 0xa4, 0x82, 0x47, 0xa2, + 0x83, 0x1d, 0x03, 0x0d, 0x79, 0xa7, 0x06, 0x5a, 0xe4, 0xf3, 0x5d, 0x00, 0x26, 0x13, 0xae, 0xe1, + 0x5e, 0xb2, 0x07, 0x89, 0x7b, 0xb4, 0x14, 0xdf, 0xed, 0x06, 0x2d, 0xb5, 0x18, 0xeb, 0x8f, 0xba, + 0x81, 0xff, 0xc2, 0x95, 0x30, 0xf8, 0xef, 0xf5, 0xa2, 0xbb, 0xae, 0x0b, 0x09, 0x5c, 0x23, 0x59, + 0xea, 0x87, 0x28, 0x8a, 0xd1, 0xa1, 0xd8, 0x05, 0x4d, 0xfa, 0xe5, 0x9d, 0x2e, 0x84, 0x86, 0xe1, + 0xbb, 0x6c, 0x7f, 0x66, 0x28, 0x44, 0x31, 0xd2, 0x87, 0x4b, 0xcd, 0x78, 0x79, 0xb7, 0x0b, 0x62, + 0x77, 0xfd, 0x28, 0x2c, 0x37, 0x9e, 0xc1, 0xde, 0x08, 0x5a, 0x3f, 0x24, 0xef, 0x36, 0xbe, 0xfb, + 0xe9, 0x11, 0x46, 0xd0, 0x4a, 0x25, 0xd4, 0xf0, 0xd6, 0x54, 0x32, 0xde, 0x87, 0x8d, 0xf9, 0x3f, + 0x4b, 0xa2, 0xa0, 0x0b, 0x74, 0x23, 0x88, 0x3f, 0xb0, 0x09, 0x31, 0xde, 0x43, 0x8c, 0x57, 0xe2, + 0x73, 0xb8, 0xb1, 0x0d, 0x35, 0x32, 0x75, 0x41, 0x02, 0x99, 0x83, 0x55, 0xd0, 0x97, 0xa2, 0x8e, + 0xc0, 0x2c, 0xa4, 0x62, 0x06, 0x43, 0xba, 0x04, 0x93, 0x4e, 0x4c, 0x8c, 0x3c, 0x12, 0x85, 0x1e, + 0x36, 0x90, 0x46, 0x58, 0x09, 0xd6, 0xd0, 0xb6, 0x74, 0xb2, 0x26, 0x5c, 0x61, 0x2b, 0x8b, 0x2a, + 0x2f, 0x10, 0xf9, 0xf5, 0x7a, 0x6e, 0x4b, 0xb9, 0x1e, 0x3b, 0x10, 0x29, 0xce, 0x97, 0xe2, 0xd9, + 0x58, 0xc4, 0x02, 0x17, 0xc8, 0x81, 0x28, 0xff, 0xc2, 0x1c, 0x23, 0x5f, 0x72, 0x86, 0x30, 0xb2, + 0x46, 0x7a, 0x6d, 0x2c, 0xc4, 0xd7, 0x5d, 0x50, 0x33, 0xe8, 0x91, 0x98, 0x82, 0x18, 0xf4, 0xe4, + 0x16, 0x86, 0x27, 0xde, 0xa1, 0x28, 0x8b, 0x88, 0x37, 0x76, 0x4c, 0x92, 0xe8, 0x0b, 0x31, 0xb0, + 0xc0, 0xa1, 0x55, 0x54, 0x8a, 0x89, 0x6b, 0xa4, 0x18, 0xe6, 0x70, 0x5c, 0x62, 0x35, 0x38, 0xc9, + 0x98, 0xae, 0x6c, 0x61, 0x5c, 0x9e, 0x6d, 0x84, 0xa6, 0x56, 0x1c, 0x13, 0x2f, 0x7f, 0xa9, 0x9f, + 0x27, 0x1f, 0xf4, 0xf3, 0xe4, 0x9d, 0x7e, 0x6e, 0xf8, 0x1d, 0xad, 0x66, 0x7d, 0x79, 0x5d, 0x15, + 0xd7, 0x74, 0xb6, 0x04, 0x46, 0xdb, 0xfb, 0x5d, 0xdc, 0x78, 0x9f, 0x1e, 0xbc, 0x18, 0x8b, 0x4f, + 0x09, 0xbb, 0x8d, 0xeb, 0x83, 0xdd, 0x04, 0x36, 0xd9, 0x20, 0xba, 0x13, 0x15, 0xa6, 0x76, 0x04, + 0x08, 0x43, 0xca, 0x1f, 0x21, 0xec, 0x3a, 0x8c, 0x0e, 0xc4, 0xd0, 0x75, 0x4f, 0x4e, 0x2e, 0x6b, + 0x2e, 0xe2, 0x7b, 0x9a, 0xcb, 0xc6, 0xc7, 0x23, 0x1d, 0xf9, 0x62, 0xe3, 0xed, 0x77, 0xa1, 0xb7, + 0xdc, 0x85, 0x8d, 0x4f, 0xf4, 0x61, 0xd1, 0x85, 0x83, 0x0f, 0xbb, 0xb0, 0xf1, 0x71, 0x1f, 0x3e, + 0xdd, 0x85, 0x8d, 0x55, 0x7d, 0x90, 0xff, 0xee, 0x30, 0xec, 0xfe, 0x8f, 0x0d, 0x43, 0x8c, 0x2e, + 0xc7, 0xac, 0x27, 0x1b, 0x9f, 0x20, 0x4b, 0x2a, 0x9f, 0x7d, 0xba, 0x5c, 0xd2, 0xd1, 0x63, 0x7d, + 0xde, 0x58, 0x1e, 0xb7, 0xfb, 0xf7, 0x39, 0xce, 0xfa, 0x5e, 0x6f, 0xfc, 0xb5, 0x91, 0x5b, 0xea, + 0x2a, 0x58, 0x19, 0xac, 0x67, 0x1b, 0xab, 0xbb, 0x06, 0xef, 0x71, 0xcd, 0xfb, 0xa3, 0xae, 0xad, + 0x18, 0xce, 0x66, 0xdc, 0x56, 0x60, 0x90, 0xa8, 0x59, 0x90, 0xa6, 0xad, 0xff, 0x8f, 0xf7, 0x32, + 0x6e, 0x73, 0x75, 0x74, 0xd3, 0x75, 0x3e, 0xc5, 0x6e, 0xe8, 0x38, 0x80, 0x35, 0x05, 0xf9, 0xa3, + 0xcc, 0x46, 0x71, 0xf4, 0x25, 0xca, 0xf0, 0x55, 0x84, 0xb0, 0x2f, 0x26, 0xe4, 0x43, 0xf0, 0x32, + 0x4f, 0x26, 0x4e, 0x42, 0x76, 0x8d, 0xb0, 0x39, 0xcf, 0x56, 0x41, 0xb0, 0x55, 0x38, 0xe4, 0xdb, + 0xd9, 0x65, 0xeb, 0xf4, 0x53, 0x65, 0xb3, 0x50, 0x36, 0xf7, 0x17, 0xcb, 0xe6, 0xa0, 0x6c, 0x7e, + 0xd9, 0x4c, 0x8d, 0x91, 0x89, 0x1f, 0x3e, 0xf7, 0x9e, 0x50, 0xf6, 0x82, 0xd4, 0x96, 0xc6, 0xc2, + 0x7f, 0xef, 0x45, 0xec, 0x7d, 0x6e, 0x5e, 0x79, 0x99, 0x97, 0xc8, 0xae, 0x0b, 0x5a, 0xce, 0x82, + 0xd8, 0x18, 0xad, 0xa0, 0x57, 0x97, 0x0b, 0x67, 0x48, 0x84, 0x9c, 0xc3, 0xd8, 0x76, 0x5c, 0x3e, + 0x58, 0xc8, 0xc0, 0x6f, 0x6c, 0x3d, 0x81, 0xd2, 0xa1, 0xc0, 0x59, 0xb4, 0xcd, 0xa8, 0x38, 0x99, + 0x06, 0x75, 0x55, 0x63, 0x47, 0x82, 0xf7, 0x3c, 0xb3, 0xb1, 0x23, 0x26, 0xf6, 0x62, 0x5d, 0x20, + 0x64, 0x61, 0x63, 0xa2, 0xe1, 0x17, 0xa1, 0x0e, 0x91, 0xbc, 0xe7, 0xfa, 0x59, 0x2a, 0x1f, 0x5a, + 0xce, 0xf0, 0x7d, 0x17, 0x59, 0x2f, 0x67, 0x5c, 0x5f, 0xa2, 0x6d, 0x5b, 0xcc, 0x4c, 0xcd, 0x59, + 0x8f, 0xdd, 0x7d, 0xb0, 0x34, 0x94, 0x4f, 0x12, 0xf7, 0x06, 0xcb, 0xbc, 0x40, 0xae, 0xa7, 0x33, + 0xb2, 0xe4, 0x84, 0x63, 0x11, 0xa2, 0xae, 0xe8, 0x78, 0xd8, 0xb7, 0x40, 0x1b, 0x9e, 0xcf, 0x15, + 0x59, 0xc3, 0xff, 0x4c, 0x56, 0x75, 0x28, 0xfc, 0x28, 0x73, 0xa0, 0x69, 0x7f, 0xea, 0x4a, 0x10, + 0xff, 0x67, 0x5c, 0x09, 0xcb, 0x18, 0xc3, 0x35, 0x1e, 0x5c, 0xe4, 0x9d, 0x7e, 0x80, 0xb5, 0xb0, + 0x27, 0xaf, 0xa7, 0x9f, 0xe2, 0x78, 0x38, 0xbe, 0x4f, 0xa6, 0x20, 0x56, 0x43, 0x3e, 0x99, 0x4f, + 0x73, 0xd9, 0xa3, 0xa0, 0xea, 0x28, 0x42, 0x83, 0x74, 0xa6, 0xec, 0xad, 0xc7, 0xe9, 0xc6, 0x1f, + 0x23, 0xf5, 0x33, 0xea, 0xec, 0x67, 0x91, 0x1a, 0x61, 0xd1, 0x1e, 0x1b, 0x8d, 0x6d, 0x77, 0x42, + 0xf7, 0xbd, 0x5f, 0x75, 0x18, 0x7d, 0xed, 0xc9, 0x9e, 0x6d, 0x5a, 0xaa, 0x39, 0x36, 0xb0, 0x8b, + 0x3e, 0xd9, 0x7b, 0xac, 0x0e, 0x11, 0x44, 0x63, 0x23, 0xd7, 0x79, 0x49, 0x49, 0x85, 0x61, 0x9b, + 0x3a, 0x51, 0x22, 0xad, 0x08, 0xd7, 0x71, 0x29, 0xe9, 0xeb, 0x2b, 0xa1, 0x53, 0x94, 0x86, 0x5c, + 0xae, 0xa9, 0x04, 0x9d, 0x84, 0x1b, 0x58, 0xcb, 0x1e, 0xe9, 0x4a, 0x43, 0xdd, 0x8d, 0xcf, 0xd9, + 0x6e, 0xd0, 0x83, 0x00, 0xf4, 0x62, 0x59, 0x95, 0x5b, 0xc5, 0xf8, 0x36, 0x3c, 0x02, 0xf8, 0x23, + 0xc6, 0xb7, 0xb1, 0x9a, 0xf3, 0x75, 0x27, 0x94, 0xa1, 0x00, 0xeb, 0x7b, 0x87, 0xf3, 0x6d, 0xfc, + 0x21, 0xeb, 0x8b, 0x73, 0xbe, 0x8d, 0xbf, 0xc8, 0xfa, 0xbc, 0xc6, 0x25, 0x22, 0xac, 0x2f, 0xca, + 0x67, 0x70, 0x05, 0x9e, 0x4b, 0xe0, 0x71, 0xa7, 0x5b, 0x58, 0x42, 0x0c, 0x35, 0x09, 0xe8, 0x9f, + 0xcd, 0x4c, 0x2a, 0x56, 0xbf, 0x4b, 0x09, 0xe6, 0x45, 0xfe, 0x2a, 0x46, 0x85, 0x60, 0x38, 0x93, + 0x47, 0x07, 0xd2, 0x07, 0xfa, 0x92, 0xb5, 0x20, 0x88, 0x05, 0x63, 0xfe, 0x60, 0xd0, 0x3e, 0x18, + 0xb3, 0x8d, 0x3f, 0x91, 0x56, 0x92, 0xfe, 0xf1, 0xa0, 0x6d, 0x24, 0xfe, 0x87, 0x06, 0xcd, 0x6f, + 0xdd, 0x5f, 0x1f, 0x35, 0x98, 0x6f, 0xc4, 0x75, 0xc9, 0x07, 0xc3, 0x16, 0xce, 0x15, 0x4c, 0x2d, + 0x69, 0x3b, 0x5e, 0x0d, 0x86, 0x67, 0x04, 0x9e, 0xab, 0x55, 0xf6, 0x4b, 0x22, 0xa2, 0xfd, 0xbf, + 0x3b, 0xee, 0xde, 0x16, 0xd9, 0xd8, 0x5a, 0x13, 0x5b, 0x5b, 0x92, 0xc2, 0x62, 0xd9, 0x2f, 0x10, + 0x9c, 0x73, 0xf2, 0xce, 0x42, 0x4a, 0x1c, 0x14, 0xae, 0x61, 0x06, 0xc8, 0xa3, 0x5b, 0x9d, 0xc3, + 0xfa, 0x15, 0x6e, 0x94, 0xa5, 0xe3, 0x3b, 0xe8, 0xf9, 0x79, 0xc6, 0x1a, 0x97, 0x90, 0x74, 0x90, + 0x07, 0xf4, 0x2c, 0xe5, 0xd0, 0x49, 0xe2, 0x96, 0xd1, 0xf3, 0x8f, 0xfa, 0xd5, 0xee, 0x76, 0x2f, + 0xae, 0xc7, 0xe2, 0xc9, 0x41, 0xcf, 0xc4, 0xe3, 0xad, 0xce, 0x3b, 0xb7, 0xfd, 0xfd, 0x5b, 0x3c, + 0xda, 0x77, 0x97, 0x1e, 0x77, 0xd5, 0x6e, 0x35, 0x1f, 0xe1, 0xab, 0x55, 0x6c, 0x0f, 0xbb, 0x45, + 0x7a, 0xb6, 0xef, 0xc3, 0x79, 0xe7, 0x5a, 0x3c, 0x6a, 0xda, 0x4e, 0x41, 0x29, 0xd1, 0xc3, 0xc4, + 0xaf, 0x8d, 0xab, 0xdb, 0xec, 0x2e, 0xe4, 0x99, 0x3c, 0x8f, 0x47, 0x95, 0xc7, 0xab, 0x5b, 0x4c, + 0x3c, 0x56, 0xf6, 0xfb, 0x4f, 0xca, 0xb8, 0xd9, 0xdc, 0x73, 0xce, 0xe0, 0x67, 0x79, 0xaf, 0xa9, + 0xa8, 0xa3, 0xd7, 0x03, 0x2c, 0xb0, 0x2b, 0x77, 0x6e, 0xaf, 0x77, 0xef, 0x5a, 0xfd, 0x1b, 0xfd, + 0xb1, 0x2a, 0xef, 0x99, 0xcd, 0xf1, 0xde, 0xd9, 0xf9, 0x7d, 0xd9, 0xa8, 0x1a, 0xe3, 0x96, 0x66, + 0x4d, 0xdd, 0xab, 0xf3, 0xc2, 0x53, 0xc5, 0x95, 0xed, 0x9b, 0xc3, 0xc1, 0xde, 0xa0, 0x5d, 0x30, + 0x2f, 0xdf, 0xa6, 0xba, 0x3a, 0xbe, 0x7e, 0xb5, 0xb2, 0x9d, 0x8e, 0x6a, 0xdc, 0x65, 0xce, 0x87, + 0x4f, 0xc3, 0xb7, 0x57, 0x30, 0x20, 0x76, 0xa7, 0x93, 0x87, 0x37, 0x63, 0x77, 0x9c, 0xd7, 0x7a, + 0x2f, 0xa4, 0xbd, 0xdf, 0x7d, 0x98, 0xde, 0x0e, 0xfb, 0x27, 0x99, 0x69, 0xfb, 0x4c, 0x6c, 0x4d, + 0x8e, 0xbb, 0xd3, 0xd7, 0x87, 0xa7, 0xfd, 0x0b, 0xa5, 0x94, 0xe9, 0xd8, 0xd5, 0x8c, 0xdc, 0x2d, + 0x0f, 0x8f, 0x5a, 0xc5, 0xf3, 0xb1, 0x5a, 0x36, 0xed, 0xb3, 0x51, 0xf3, 0x72, 0xe5, 0xf1, 0xe3, + 0x2b, 0xcc, 0xd6, 0x97, 0x51, 0xb0, 0x96, 0x19, 0xac, 0x61, 0x06, 0x39, 0x96, 0x94, 0xe9, 0x98, + 0x22, 0x6d, 0x93, 0xd7, 0x21, 0x71, 0xdc, 0x63, 0x07, 0x4f, 0x72, 0xe6, 0xb6, 0xaf, 0x49, 0x17, + 0xf4, 0xd6, 0xfe, 0x5a, 0x55, 0x3c, 0x56, 0x3a, 0xba, 0x9a, 0xd7, 0xd2, 0x4d, 0x87, 0x24, 0xf0, + 0xd7, 0x9f, 0x95, 0x0f, 0xe8, 0xe9, 0xc8, 0x70, 0x5c, 0xb4, 0xb0, 0x12, 0x78, 0x76, 0xf6, 0x07, + 0x30, 0xa8, 0xdf, 0x04, 0x55, 0x6c, 0xfa, 0x73, 0xc1, 0x16, 0x8c, 0xee, 0x35, 0xa6, 0xb2, 0xce, + 0xc8, 0xa6, 0xe9, 0x26, 0xd8, 0x59, 0xed, 0x71, 0xfb, 0xc0, 0xb1, 0xa4, 0x00, 0x22, 0x6a, 0x94, + 0x67, 0x92, 0x4a, 0x12, 0x63, 0xcd, 0xed, 0x7b, 0xaf, 0x10, 0x3e, 0xdd, 0xa1, 0x8c, 0x2c, 0x23, + 0x2b, 0x8a, 0x95, 0x42, 0x1d, 0x58, 0x47, 0x7b, 0x5f, 0xdc, 0x07, 0xd6, 0x81, 0x39, 0xb6, 0x13, + 0xf2, 0x34, 0xd1, 0xd4, 0x6c, 0xc5, 0x34, 0xcd, 0x17, 0x8d, 0xd0, 0x15, 0x6e, 0xb7, 0x4f, 0x12, + 0x30, 0xeb, 0xbd, 0x83, 0xf1, 0xfb, 0xae, 0x6b, 0x39, 0xb5, 0x4c, 0x66, 0xac, 0x13, 0x35, 0x0d, + 0x6a, 0x86, 0x62, 0x0e, 0x6d, 0x87, 0xa4, 0xd1, 0x89, 0x69, 0x65, 0x40, 0x49, 0x91, 0xec, 0x1e, + 0x1e, 0xe7, 0xff, 0x5f, 0x32, 0x98, 0x95, 0x2f, 0x1c, 0x3d, 0x53, 0x3e, 0xa1, 0x98, 0x83, 0xc1, + 0xd0, 0x00, 0xad, 0x87, 0x71, 0x72, 0x56, 0xd1, 0xc6, 0xd2, 0xdc, 0x64, 0x0b, 0x9c, 0xeb, 0x26, + 0x1a, 0xee, 0xbd, 0xf7, 0xe0, 0x69, 0x1e, 0x4a, 0x9d, 0xa5, 0xb9, 0xfa, 0x62, 0xfc, 0x31, 0xd9, + 0x04, 0x58, 0xc6, 0x13, 0xcd, 0x83, 0x51, 0xdb, 0xf8, 0x14, 0xd1, 0xac, 0x1b, 0x73, 0x46, 0x34, + 0x7a, 0x78, 0xc0, 0x37, 0xe2, 0x3c, 0x4c, 0x63, 0x5e, 0x32, 0xff, 0xf4, 0x00, 0x2e, 0x2a, 0x1e, + 0xf0, 0x40, 0x9f, 0x28, 0x13, 0x3e, 0x65, 0x1e, 0x08, 0xa6, 0x95, 0x66, 0x45, 0xa6, 0xc2, 0xb0, + 0xbe, 0xf9, 0x47, 0xf5, 0xe3, 0x21, 0xf0, 0xba, 0xa9, 0x68, 0x96, 0x00, 0xa6, 0x24, 0xf3, 0xd7, + 0x0a, 0x16, 0xe3, 0xca, 0xce, 0x1e, 0xb0, 0x21, 0x61, 0xec, 0xb0, 0x83, 0xe5, 0x05, 0x76, 0x66, + 0xbb, 0xe0, 0xb2, 0x83, 0xcf, 0x05, 0x28, 0xd4, 0xf8, 0x92, 0x15, 0x0c, 0xf3, 0x9c, 0x8c, 0xc1, + 0xa8, 0x74, 0xf0, 0x87, 0xe6, 0x5c, 0x18, 0xec, 0x1b, 0x89, 0x9f, 0x3d, 0xd1, 0x0e, 0xb2, 0xc7, + 0xeb, 0x9e, 0x3c, 0xc6, 0x27, 0x45, 0x71, 0x1b, 0xf4, 0xc0, 0x7c, 0x0d, 0x2a, 0x69, 0xfc, 0xa0, + 0x3b, 0x80, 0x7e, 0x0a, 0x16, 0xae, 0xa1, 0x13, 0xb5, 0xf1, 0xe3, 0x0b, 0xfc, 0xf0, 0xa3, 0x0a, + 0xdb, 0x93, 0x86, 0x18, 0xfc, 0x00, 0x69, 0x01, 0xbf, 0x14, 0xf8, 0x89, 0x5f, 0x43, 0x1b, 0xf7, + 0x68, 0x32, 0xf3, 0xb2, 0xb1, 0x95, 0x15, 0x00, 0x15, 0xee, 0x2d, 0xd5, 0x8a, 0x69, 0x91, 0x5e, + 0xcb, 0x1c, 0x1a, 0x2e, 0x3c, 0x02, 0xd1, 0x05, 0x8f, 0x50, 0x05, 0x64, 0x32, 0x86, 0x0e, 0xd4, + 0x23, 0x0a, 0xa0, 0x2f, 0x43, 0xcb, 0x31, 0x9d, 0x7d, 0xb9, 0x76, 0xa3, 0x2c, 0xa8, 0xc1, 0x31, + 0xf2, 0x42, 0x77, 0x82, 0x8c, 0xb8, 0xf1, 0x03, 0xda, 0x86, 0x7c, 0xa1, 0x31, 0x9b, 0x0b, 0xc4, + 0x7f, 0xd0, 0xfd, 0x07, 0xeb, 0xbc, 0xc1, 0x71, 0x82, 0x75, 0x04, 0xe5, 0xad, 0xf3, 0xe1, 0x00, + 0xbf, 0x06, 0x6e, 0x23, 0x8b, 0x9f, 0xa7, 0x1d, 0xf6, 0xeb, 0x14, 0x5a, 0x86, 0xb5, 0xc0, 0x17, + 0x0a, 0x06, 0x2c, 0xa5, 0x74, 0x7b, 0x8d, 0x19, 0xbd, 0xab, 0xa2, 0x36, 0x43, 0xf6, 0x5e, 0x03, + 0x9e, 0x6f, 0xbf, 0x70, 0x82, 0xdc, 0xab, 0xcd, 0x86, 0xb6, 0x5e, 0xe3, 0xb8, 0xb9, 0x20, 0xe9, + 0x56, 0x5f, 0x82, 0xd7, 0xbd, 0x5a, 0xba, 0x24, 0xb8, 0x92, 0x5c, 0x4b, 0x57, 0xa0, 0x20, 0x5d, + 0x50, 0xc0, 0x44, 0xc8, 0x82, 0x3f, 0x07, 0x56, 0x8d, 0xc5, 0xba, 0x3b, 0xb5, 0x19, 0x73, 0xcb, + 0xd7, 0xbe, 0x88, 0x82, 0xdd, 0x93, 0xf1, 0x4e, 0x82, 0x57, 0x5c, 0xb5, 0xc4, 0xdf, 0x7d, 0x32, + 0x81, 0xdf, 0xd0, 0x6c, 0x6a, 0xa9, 0x60, 0x8a, 0xa5, 0x0c, 0x40, 0x2d, 0xc7, 0x4c, 0x96, 0xa6, + 0x62, 0x02, 0xa0, 0x4c, 0x27, 0x06, 0xe6, 0x9a, 0x0b, 0xa0, 0xc3, 0x34, 0x7e, 0xc0, 0xc0, 0x64, + 0xb3, 0x42, 0xae, 0x20, 0x14, 0x84, 0x60, 0x0a, 0x4b, 0xc1, 0x3c, 0x4f, 0xf7, 0x80, 0x47, 0x0c, + 0xe5, 0xb4, 0x66, 0x66, 0x26, 0x03, 0xc9, 0x49, 0x83, 0xa0, 0xe2, 0x7e, 0x0a, 0x50, 0x26, 0x27, + 0x64, 0xcb, 0x42, 0x76, 0x51, 0x84, 0xca, 0x31, 0x27, 0x4d, 0x7b, 0xa3, 0x98, 0x78, 0xfb, 0x40, + 0x1a, 0x5a, 0x9d, 0x29, 0x54, 0xb3, 0xf8, 0x97, 0xcd, 0xe5, 0xd3, 0xcf, 0x16, 0x2d, 0x9a, 0x13, + 0x73, 0x39, 0x21, 0x8f, 0xa5, 0x73, 0x1f, 0x54, 0x48, 0x00, 0x93, 0xc4, 0xf6, 0xab, 0x84, 0x72, + 0x79, 0x28, 0x57, 0xfd, 0xf3, 0x62, 0x05, 0x28, 0x92, 0xcf, 0xfe, 0x51, 0xb9, 0x9f, 0xf5, 0xe0, + 0x72, 0x0b, 0x30, 0xd1, 0x54, 0x9d, 0xdc, 0x05, 0x41, 0x56, 0x2d, 0x6a, 0xb3, 0x25, 0xf9, 0xd9, + 0x17, 0xd5, 0xdb, 0xb2, 0xbc, 0xb9, 0x89, 0xf7, 0x49, 0xc0, 0x34, 0xc2, 0xb3, 0x2b, 0x7c, 0xea, + 0xdc, 0xce, 0x93, 0xfc, 0xe6, 0x66, 0x44, 0xde, 0xcc, 0x03, 0x98, 0x0e, 0x4c, 0xc1, 0x24, 0x11, + 0x5c, 0x7e, 0x06, 0x9c, 0xd2, 0xa3, 0x43, 0xef, 0x4a, 0x86, 0x34, 0x35, 0xaa, 0xf0, 0xa2, 0x84, + 0x4b, 0xd0, 0x5b, 0x89, 0x0d, 0x06, 0x21, 0x66, 0x5c, 0x94, 0xed, 0x1d, 0xa9, 0x49, 0xc2, 0xcf, + 0x6c, 0xe2, 0x0e, 0x6d, 0x23, 0xa1, 0x86, 0x6e, 0xd8, 0xd8, 0x9d, 0xd2, 0x57, 0xa1, 0xac, 0xfb, + 0xbb, 0xad, 0xf3, 0x35, 0x99, 0x9d, 0xdd, 0x69, 0x0b, 0xd9, 0x0a, 0xbd, 0x90, 0x23, 0x5c, 0x48, + 0x73, 0xf6, 0x07, 0x16, 0xd6, 0x1a, 0x14, 0x13, 0x1b, 0x8d, 0xc6, 0x85, 0xfc, 0x0c, 0x93, 0x13, + 0xcf, 0x04, 0x73, 0xe0, 0x4d, 0x1a, 0x48, 0xa8, 0xe7, 0xf6, 0xc3, 0x85, 0x20, 0x43, 0xa8, 0x08, + 0xd9, 0xdc, 0xe4, 0x4c, 0x5a, 0x84, 0x6b, 0x34, 0x50, 0x91, 0x36, 0xbb, 0x98, 0xf6, 0xa5, 0x69, + 0xdb, 0xd2, 0x34, 0xad, 0x39, 0xf4, 0x3b, 0x52, 0x2d, 0xde, 0x3b, 0x31, 0x6d, 0x75, 0x7b, 0x80, + 0x58, 0x85, 0xc5, 0x3e, 0x70, 0xf4, 0x20, 0x44, 0xbc, 0xf1, 0x01, 0xa6, 0x51, 0x9a, 0xce, 0xa2, + 0x34, 0x4e, 0x22, 0x76, 0xa5, 0x05, 0x09, 0xa5, 0xd2, 0x89, 0x91, 0x96, 0x7b, 0x75, 0xa8, 0x82, + 0xa2, 0x96, 0xa3, 0x9b, 0x60, 0x39, 0x81, 0xf8, 0xd7, 0x5f, 0x60, 0x5e, 0x9c, 0x44, 0x2c, 0xab, + 0x53, 0x47, 0x24, 0x7a, 0xab, 0xee, 0xbc, 0x87, 0x71, 0xcf, 0x30, 0x6e, 0xb8, 0x69, 0x3a, 0x9d, + 0x76, 0x38, 0x1a, 0xcb, 0xc9, 0xd5, 0x38, 0xea, 0x1d, 0xac, 0x77, 0x81, 0xc9, 0x22, 0x2c, 0x73, + 0x01, 0x8b, 0xcd, 0x32, 0xc1, 0x69, 0xa8, 0x50, 0x84, 0xd8, 0xd3, 0x0e, 0x65, 0x60, 0xa6, 0xdd, + 0xd4, 0xa1, 0x05, 0x8b, 0x23, 0x98, 0x38, 0x5e, 0x30, 0x1a, 0x62, 0xdd, 0xf8, 0xee, 0x78, 0x68, + 0xab, 0x1b, 0xa9, 0x14, 0xef, 0xfc, 0x30, 0x7e, 0xc6, 0x6a, 0x36, 0xe3, 0x75, 0xae, 0x81, 0xec, + 0x41, 0xa5, 0x4d, 0xfa, 0x8b, 0x90, 0x93, 0x4b, 0xa0, 0x01, 0x6e, 0x5f, 0xe5, 0x78, 0xfe, 0x83, + 0x92, 0x82, 0x8f, 0x5f, 0x59, 0xb6, 0x38, 0x01, 0xde, 0x86, 0x8e, 0xfc, 0x84, 0x3c, 0xde, 0x39, + 0x1c, 0x34, 0x20, 0x0e, 0xfa, 0x1d, 0x64, 0x06, 0xd0, 0x42, 0x1c, 0x54, 0xe8, 0xf5, 0xc0, 0xa5, + 0xaf, 0xd1, 0x71, 0x50, 0xe3, 0x8a, 0xf0, 0xb9, 0x78, 0xe7, 0x6e, 0xc9, 0x9c, 0xb0, 0x18, 0x6a, + 0xca, 0x5f, 0x10, 0xb7, 0x90, 0x43, 0x7b, 0x83, 0x69, 0x88, 0x12, 0x4a, 0xd2, 0x3b, 0xd0, 0x03, + 0xe0, 0x3f, 0x38, 0x6d, 0x8e, 0x5c, 0x32, 0x48, 0x72, 0xa8, 0x84, 0xdc, 0x6a, 0x40, 0x4f, 0x9c, + 0x70, 0xdc, 0xb9, 0x38, 0x87, 0x5e, 0xe1, 0xf9, 0x27, 0x5a, 0x77, 0x9a, 0x04, 0x58, 0x7c, 0x88, + 0xee, 0x16, 0xa1, 0x36, 0xb3, 0x28, 0x99, 0x35, 0xd6, 0xd1, 0xdf, 0x0e, 0x63, 0xe2, 0x35, 0xef, + 0xbd, 0xb0, 0xa0, 0xdc, 0x08, 0x54, 0xdf, 0x5b, 0x34, 0x8b, 0xd1, 0x4b, 0xe3, 0x4b, 0x9c, 0x80, + 0x56, 0x01, 0xf0, 0xe6, 0x00, 0xcc, 0x28, 0xb2, 0x93, 0x8c, 0xd0, 0x34, 0x87, 0x87, 0xcc, 0x86, + 0x10, 0xa4, 0x6c, 0x75, 0x31, 0x91, 0xc6, 0x08, 0x84, 0x12, 0x73, 0x98, 0xa8, 0xaa, 0x6a, 0x24, + 0x31, 0x8f, 0x89, 0xb2, 0x2c, 0x47, 0x12, 0x0b, 0x98, 0x28, 0x49, 0x52, 0x24, 0xb1, 0x88, 0x89, + 0xd5, 0x6a, 0x35, 0x92, 0x58, 0x5a, 0x95, 0x58, 0xc1, 0xc4, 0x4a, 0xa5, 0x12, 0x49, 0x94, 0x31, + 0xb1, 0x50, 0x28, 0x44, 0x12, 0x15, 0x4c, 0xcc, 0xe7, 0xf3, 0x91, 0x44, 0x82, 0x89, 0xd9, 0x6c, + 0x36, 0x92, 0xa8, 0x62, 0x22, 0xde, 0xe4, 0x14, 0x4e, 0xb4, 0x31, 0x51, 0xc9, 0x45, 0x73, 0xf6, + 0x68, 0x4e, 0x25, 0x9a, 0xa8, 0xd3, 0xc4, 0x92, 0x12, 0x49, 0x34, 0x21, 0x91, 0x1e, 0x7a, 0x9b, + 0x13, 0x0b, 0x42, 0x62, 0xf1, 0x81, 0x27, 0xec, 0x46, 0x32, 0x3a, 0xb2, 0x87, 0xcf, 0x7c, 0x2c, + 0xb9, 0xef, 0xa5, 0x97, 0x22, 0xe9, 0xae, 0xbc, 0x06, 0x70, 0xe8, 0x40, 0xdd, 0x58, 0x01, 0xc9, + 0x2f, 0x91, 0x2d, 0x8b, 0x42, 0x62, 0xf1, 0xb1, 0xbe, 0x44, 0xff, 0x53, 0x75, 0x50, 0xae, 0x46, + 0xcd, 0x4e, 0x7f, 0x1a, 0x77, 0x35, 0xdd, 0x45, 0x2f, 0x85, 0x66, 0xe0, 0x3e, 0x8b, 0xa4, 0x98, + 0xae, 0x40, 0xbe, 0x5a, 0x9c, 0xa0, 0xe2, 0xe8, 0xa7, 0x04, 0x45, 0xe3, 0x5a, 0xe2, 0x04, 0x15, + 0x1f, 0x93, 0xfc, 0xaa, 0x21, 0x2d, 0xac, 0x1a, 0x7c, 0x4a, 0x50, 0xc5, 0x62, 0x71, 0x99, 0xa0, + 0x4a, 0xa5, 0xd2, 0x27, 0x09, 0x2a, 0x4e, 0xb9, 0x94, 0xa0, 0x14, 0x45, 0x59, 0x26, 0xa8, 0xf8, + 0x14, 0x51, 0x57, 0xcd, 0x06, 0x4a, 0x50, 0xa4, 0x90, 0x5b, 0x26, 0xa8, 0x02, 0xc9, 0x2d, 0x13, + 0x54, 0xa1, 0x22, 0xad, 0x26, 0xa8, 0xf8, 0x79, 0xcd, 0x2b, 0xa8, 0x09, 0x90, 0xb9, 0x92, 0x9a, + 0x20, 0xbd, 0xb8, 0x86, 0x9a, 0xd6, 0x1c, 0xf4, 0xbc, 0x96, 0x94, 0xd6, 0x1e, 0xf9, 0xbc, 0x8e, + 0x94, 0xd6, 0x1c, 0xfe, 0xfc, 0x2e, 0x1d, 0x0d, 0x0d, 0xe0, 0xb0, 0x5c, 0x88, 0x4f, 0xa1, 0x69, + 0xb4, 0xdb, 0x43, 0x3e, 0xc5, 0xae, 0x6e, 0x5a, 0x71, 0xf1, 0x17, 0x55, 0x4b, 0x30, 0xee, 0x97, + 0x17, 0xcc, 0xb5, 0xf7, 0x50, 0x41, 0x6d, 0x20, 0xd1, 0x4c, 0x7a, 0xc9, 0x14, 0x11, 0xcc, 0x77, + 0xaf, 0x95, 0x42, 0x31, 0xec, 0x34, 0x2c, 0xbc, 0x26, 0xa9, 0x8d, 0x61, 0xd1, 0xc9, 0xb8, 0x78, + 0x90, 0x7b, 0x7c, 0x1d, 0x4c, 0x12, 0xe9, 0x3c, 0xe9, 0xf0, 0x9b, 0x9b, 0x20, 0xeb, 0xd2, 0x25, + 0x5e, 0xf0, 0x35, 0x2b, 0x2f, 0x8e, 0xb9, 0xe1, 0x04, 0x29, 0x8b, 0x50, 0x9b, 0x23, 0x54, 0x62, + 0x1b, 0xbf, 0xf0, 0x5a, 0xa6, 0x7f, 0xcc, 0x68, 0x63, 0xe6, 0xfc, 0x2f, 0x68, 0xb5, 0x31, 0xd4, + 0xf5, 0x79, 0xac, 0xd7, 0x9d, 0x17, 0xcd, 0x68, 0x75, 0x3a, 0xd8, 0x75, 0xad, 0x9b, 0xfc, 0xc2, + 0xd4, 0x32, 0x7e, 0x16, 0xbb, 0x6e, 0xeb, 0xa3, 0xfb, 0xcf, 0xd6, 0x63, 0x04, 0xef, 0xa1, 0xa3, + 0x28, 0x01, 0x63, 0x10, 0x31, 0xc2, 0xae, 0xa4, 0xc3, 0x06, 0x3b, 0x7d, 0x42, 0x50, 0x60, 0xa6, + 0x17, 0x1e, 0xca, 0x8c, 0xe2, 0x38, 0x98, 0x42, 0x2d, 0xf1, 0x24, 0x88, 0xc4, 0x1d, 0xaa, 0xeb, + 0x82, 0xaa, 0xcb, 0xa5, 0xa8, 0xdd, 0x57, 0xe3, 0xd2, 0x1c, 0x9f, 0xe2, 0x32, 0x0e, 0xb4, 0x3a, + 0xed, 0x65, 0xa6, 0xe1, 0xea, 0x0d, 0x4e, 0xd2, 0x75, 0x7a, 0x91, 0x57, 0xe8, 0x52, 0x2b, 0x93, + 0x9f, 0xcf, 0x25, 0x67, 0x6a, 0x28, 0x89, 0xa0, 0xcb, 0xfe, 0x75, 0x5a, 0x33, 0x0e, 0x68, 0x01, + 0x0c, 0x99, 0x46, 0x23, 0x1e, 0xf9, 0x6b, 0xd9, 0xa6, 0x6b, 0x82, 0x7e, 0x05, 0x18, 0xa7, 0x56, + 0xa3, 0x28, 0x24, 0x69, 0xd5, 0x8d, 0x88, 0x84, 0xee, 0xf9, 0x12, 0x1a, 0x52, 0x8f, 0x2c, 0x50, + 0x38, 0x7e, 0xff, 0xf6, 0xb2, 0x41, 0x79, 0x50, 0x3c, 0x93, 0x5c, 0x1b, 0xe0, 0x27, 0xce, 0xc0, + 0x84, 0x48, 0x27, 0x2e, 0x75, 0x3c, 0x6b, 0x28, 0x41, 0x97, 0xc6, 0x58, 0xb4, 0xf9, 0xd1, 0xe5, + 0x17, 0x6e, 0x9d, 0xcc, 0x67, 0x10, 0x05, 0x0a, 0x8d, 0xe7, 0x7d, 0x35, 0x71, 0x75, 0xed, 0x0b, + 0xfd, 0x00, 0x48, 0xa5, 0x9b, 0xa4, 0x37, 0x88, 0x81, 0xb1, 0x36, 0x20, 0x76, 0x8f, 0xec, 0x11, + 0x62, 0xe1, 0x2f, 0xa6, 0x39, 0x50, 0x3a, 0xc3, 0xa1, 0xe5, 0xc1, 0x92, 0x7c, 0x21, 0xf7, 0x1d, + 0xd0, 0x39, 0x16, 0x12, 0x5b, 0xe0, 0xb8, 0x88, 0x7e, 0xd0, 0x4b, 0x03, 0xf1, 0xfc, 0xfe, 0x1d, + 0x58, 0x1a, 0x60, 0xab, 0x39, 0xc3, 0x41, 0xda, 0xea, 0x03, 0x6e, 0x9c, 0x4c, 0xb6, 0x9a, 0x13, + 0x33, 0x59, 0xb1, 0x22, 0xc6, 0xb4, 0x0a, 0x5a, 0xca, 0xa7, 0x9d, 0x78, 0x7a, 0xbd, 0x4b, 0x5c, + 0xa5, 0x9f, 0x7c, 0x6f, 0x54, 0xfb, 0xe8, 0x0c, 0x97, 0xa6, 0x4e, 0xfa, 0x19, 0x0c, 0x0d, 0x4e, + 0x98, 0x0d, 0x88, 0xdb, 0x37, 0xd5, 0x1a, 0x07, 0xdd, 0xe5, 0xe6, 0x3c, 0x42, 0x33, 0x92, 0x30, + 0x73, 0x08, 0x7d, 0x9f, 0xe4, 0x17, 0x29, 0xb3, 0xb8, 0x42, 0x0e, 0x78, 0x40, 0xab, 0x10, 0x34, + 0x73, 0x3e, 0x0d, 0xe3, 0x0a, 0xf5, 0xd2, 0x5b, 0xf3, 0x4c, 0xc3, 0x31, 0x61, 0xa6, 0xe8, 0x66, + 0x0f, 0x88, 0x37, 0x5c, 0x59, 0x42, 0x35, 0x89, 0x43, 0x77, 0xb0, 0x78, 0x71, 0xb9, 0x09, 0x09, + 0x21, 0x25, 0x40, 0xdf, 0x0f, 0xf2, 0x25, 0x3c, 0x9f, 0xaf, 0x43, 0xe7, 0x0d, 0x51, 0xa1, 0xcd, + 0x00, 0xbd, 0xab, 0x19, 0x40, 0x79, 0x53, 0x76, 0xc1, 0x9b, 0xaf, 0x5d, 0x93, 0x86, 0x6f, 0x4a, + 0xc1, 0xcc, 0x10, 0xeb, 0xe6, 0x77, 0x00, 0xe2, 0xeb, 0xb6, 0x26, 0xe8, 0xb6, 0xde, 0xdc, 0x07, + 0x8b, 0x04, 0x5e, 0xfc, 0x30, 0x7f, 0xc2, 0x14, 0xda, 0xa1, 0xa3, 0xda, 0x86, 0x19, 0xfa, 0x48, + 0x80, 0x8b, 0xf1, 0xb5, 0xe0, 0x0d, 0xa8, 0xdd, 0x3e, 0xb4, 0xa4, 0x23, 0x78, 0xc9, 0xd9, 0x9f, + 0xfe, 0x53, 0xee, 0x27, 0x10, 0xd2, 0x22, 0x87, 0x81, 0x37, 0x0d, 0x02, 0x2d, 0xd1, 0x1f, 0x3a, + 0xc2, 0xa4, 0x4f, 0x7c, 0xca, 0xcb, 0x9e, 0x87, 0xec, 0x64, 0xbb, 0x01, 0xd6, 0x1e, 0xf9, 0x8e, + 0x34, 0xee, 0xfa, 0x4d, 0x28, 0xfc, 0xe4, 0xe7, 0x1c, 0xf7, 0x05, 0xec, 0x9c, 0xcd, 0x4d, 0x8f, + 0x1d, 0xe2, 0x25, 0x72, 0x73, 0x50, 0xed, 0x88, 0xcf, 0x1f, 0x97, 0xc6, 0xba, 0x1e, 0x66, 0x21, + 0x1c, 0xce, 0xca, 0x16, 0x4c, 0x4a, 0x3e, 0x64, 0x66, 0x50, 0x26, 0x8c, 0xd1, 0x0b, 0x30, 0x10, + 0x38, 0x29, 0x6d, 0x62, 0x80, 0xa9, 0x21, 0xd6, 0x9d, 0xef, 0xa6, 0x8f, 0x11, 0x07, 0x30, 0x62, + 0xfe, 0x70, 0x7e, 0x2e, 0xf1, 0x31, 0xea, 0xe1, 0xa1, 0xf1, 0x5a, 0x49, 0x50, 0x2b, 0xf0, 0x7f, + 0x1e, 0xac, 0x89, 0x70, 0xf0, 0xc2, 0xa7, 0xaf, 0x1b, 0x64, 0x0e, 0x8e, 0xf5, 0x93, 0xe8, 0x12, + 0x74, 0x77, 0x9c, 0x90, 0x92, 0xea, 0x79, 0xf9, 0x1d, 0x36, 0xa2, 0xe1, 0x14, 0xf4, 0x30, 0x25, + 0x6d, 0xa2, 0xda, 0xd2, 0x18, 0x92, 0x2e, 0x6d, 0x32, 0x62, 0x25, 0xda, 0x0f, 0x8b, 0xbc, 0xed, + 0x07, 0x9a, 0xcb, 0x03, 0xc5, 0xa2, 0x09, 0xd8, 0xdb, 0xa8, 0x0d, 0x4d, 0xff, 0x13, 0xd4, 0x15, + 0x02, 0x62, 0xb1, 0x0f, 0xca, 0xbf, 0x12, 0x71, 0xb5, 0xe9, 0x2e, 0x7c, 0xc9, 0x06, 0xc6, 0x03, + 0x43, 0xf2, 0x28, 0x90, 0x73, 0xbe, 0x70, 0x10, 0x29, 0xf3, 0x30, 0x56, 0xd9, 0x5f, 0x2b, 0x2f, + 0x2f, 0x5c, 0x0c, 0x9c, 0x8e, 0xa4, 0x6f, 0xf0, 0xab, 0x6e, 0xa1, 0xa4, 0x17, 0x0a, 0xa0, 0x47, + 0x0f, 0xaf, 0x53, 0xa4, 0x6e, 0xc1, 0x5d, 0xba, 0xbe, 0xca, 0x0b, 0x6b, 0x73, 0xd3, 0x51, 0x89, + 0xe4, 0x0d, 0x39, 0x11, 0xfa, 0xe6, 0xf8, 0x06, 0x17, 0x33, 0xd0, 0x41, 0xd0, 0x80, 0x4e, 0xcd, + 0x80, 0x00, 0x93, 0xac, 0x47, 0xde, 0xea, 0x07, 0xbf, 0x8e, 0x32, 0xfc, 0x6d, 0x68, 0x36, 0x88, + 0xfb, 0x7a, 0x88, 0xde, 0xd8, 0xe2, 0x08, 0x95, 0x3a, 0x78, 0x0c, 0xc7, 0xe1, 0xcd, 0xd9, 0x29, + 0x15, 0x3e, 0x8a, 0xef, 0x2a, 0x68, 0xb8, 0x3b, 0x1c, 0x3d, 0x10, 0x16, 0xec, 0x1f, 0x6c, 0x00, + 0xd8, 0x66, 0xb8, 0x5c, 0xe5, 0xdf, 0x93, 0xe8, 0xb9, 0x0d, 0x41, 0xd2, 0x7b, 0x35, 0x07, 0xc7, + 0xc2, 0x36, 0x3c, 0xfb, 0xd1, 0xcb, 0xd1, 0x08, 0x5f, 0xae, 0x88, 0xa3, 0xec, 0xd5, 0x81, 0xfd, + 0x07, 0x51, 0x37, 0x30, 0x47, 0x20, 0x26, 0x69, 0x05, 0xfc, 0x5c, 0xc8, 0x55, 0x45, 0xa0, 0x58, + 0xe8, 0x5d, 0x98, 0x0f, 0xc5, 0x51, 0xb1, 0x8f, 0xad, 0x62, 0xf8, 0xe0, 0x67, 0x63, 0x67, 0x73, + 0x73, 0xec, 0x84, 0x6e, 0x88, 0x04, 0x7e, 0x7b, 0x4f, 0xe4, 0x0e, 0x98, 0x9f, 0xc4, 0x4d, 0x5f, + 0x5c, 0xee, 0x9f, 0x03, 0xaa, 0x20, 0x83, 0x82, 0xee, 0x58, 0xa0, 0x83, 0xb1, 0x43, 0x65, 0x7c, + 0xe0, 0xbc, 0x4b, 0x8f, 0x9d, 0xed, 0xad, 0xec, 0xe6, 0x66, 0xa8, 0x95, 0x8c, 0xf9, 0x0b, 0x45, + 0x68, 0x0a, 0x90, 0x4f, 0x80, 0x7b, 0xae, 0x05, 0xb8, 0x26, 0x9e, 0xd5, 0x67, 0x26, 0xa8, 0x4d, + 0x98, 0xe8, 0x4a, 0x20, 0xc3, 0xd4, 0x2f, 0x9c, 0xf0, 0x45, 0x0c, 0xdb, 0x74, 0x88, 0xa9, 0x48, + 0x33, 0xc3, 0x38, 0x0f, 0xe1, 0x78, 0x75, 0x32, 0xf4, 0x86, 0xae, 0x3c, 0x26, 0xbd, 0x01, 0x00, + 0xd1, 0x13, 0xf6, 0xf5, 0x10, 0xf7, 0x7a, 0x68, 0x20, 0x76, 0x3b, 0xae, 0x8d, 0x4a, 0x09, 0x13, + 0x26, 0x54, 0x7a, 0x1d, 0x81, 0x3e, 0x41, 0x50, 0xfb, 0x3a, 0x93, 0xdc, 0x7e, 0xba, 0xab, 0x9b, + 0x40, 0xab, 0x6e, 0xa6, 0x52, 0x2a, 0x20, 0x5a, 0x9d, 0x70, 0x6a, 0xd2, 0xdd, 0xa2, 0xc9, 0xff, + 0x32, 0xf9, 0x4c, 0xbe, 0x84, 0xaf, 0x8d, 0xd5, 0xaf, 0xb7, 0xf0, 0xed, 0xbf, 0x1c, 0x3e, 0x53, + 0x12, 0x91, 0x8b, 0x9a, 0x3b, 0x66, 0x8a, 0x4b, 0x70, 0xa9, 0x64, 0xb6, 0x81, 0x2e, 0x03, 0x60, + 0xfb, 0x1c, 0xfa, 0x3a, 0xa7, 0x0e, 0x8a, 0x27, 0x21, 0xc1, 0xe1, 0x81, 0x0a, 0x9e, 0x6b, 0x48, + 0x4f, 0x35, 0x9c, 0xdf, 0xbf, 0xcd, 0x1d, 0x27, 0x28, 0xe0, 0x80, 0x58, 0x33, 0x87, 0x48, 0x51, + 0xf8, 0x05, 0x45, 0x20, 0xb7, 0xf0, 0xc5, 0x04, 0xec, 0xa3, 0x2a, 0x91, 0x6a, 0x20, 0x00, 0x18, + 0xfe, 0xed, 0x62, 0x75, 0x73, 0x13, 0x93, 0x31, 0xcd, 0x48, 0xd1, 0xf0, 0x07, 0x4c, 0xff, 0x8e, + 0x4d, 0xd9, 0xdc, 0x64, 0xef, 0x43, 0xf9, 0xbd, 0x74, 0x4c, 0x71, 0xb7, 0x4a, 0xe2, 0xbf, 0xb0, + 0x88, 0x43, 0xd0, 0x58, 0xd0, 0x43, 0x8e, 0x2b, 0x18, 0x6c, 0xdb, 0x1c, 0xe3, 0x14, 0x02, 0xfc, + 0x00, 0x46, 0x3d, 0x0f, 0xd6, 0xaf, 0xef, 0xae, 0xbd, 0xfd, 0xdd, 0x55, 0x7d, 0xdf, 0x3b, 0x3d, + 0x0c, 0x9f, 0xdb, 0xfe, 0xc7, 0x8c, 0xcc, 0xbf, 0x67, 0x5c, 0x35, 0xfc, 0x8a, 0x1e, 0x69, 0x8f, + 0xaf, 0xdc, 0x39, 0x28, 0x8d, 0xde, 0xeb, 0x0c, 0x14, 0xff, 0xb5, 0xa8, 0xc6, 0xf2, 0xdc, 0x6c, + 0xde, 0xa8, 0x78, 0xb1, 0x55, 0xd0, 0x7f, 0xe2, 0xa3, 0x85, 0xfa, 0x9e, 0x37, 0x37, 0xe9, 0xd7, + 0x0f, 0xf2, 0x73, 0xf1, 0x94, 0x36, 0xa8, 0xb0, 0x59, 0xfc, 0x84, 0xae, 0x85, 0x1d, 0x6f, 0x97, + 0xba, 0x34, 0xc5, 0xf5, 0x84, 0x90, 0xf7, 0x2d, 0xc8, 0x6b, 0x79, 0xef, 0x42, 0xd0, 0xfc, 0xa4, + 0xb4, 0xe5, 0x84, 0x9a, 0x27, 0x59, 0xda, 0x9d, 0xa4, 0xfb, 0xba, 0x2c, 0xcd, 0xfc, 0xfb, 0xf7, + 0x17, 0xbf, 0x10, 0xcf, 0xe0, 0xc2, 0x18, 0xb2, 0xe6, 0x7b, 0xce, 0x40, 0xe8, 0xbd, 0xd6, 0x33, + 0x92, 0xe8, 0x1d, 0xf7, 0x33, 0xfa, 0xbd, 0x71, 0xd3, 0xa0, 0x1d, 0xee, 0xd0, 0xcf, 0x5a, 0x52, + 0x25, 0x78, 0x75, 0x2b, 0xa4, 0x19, 0x42, 0xf0, 0x68, 0x2d, 0x1e, 0x5f, 0xf5, 0xb8, 0x8b, 0xc6, + 0x0d, 0x3b, 0x68, 0x5e, 0x75, 0x1f, 0x77, 0x1f, 0x62, 0xea, 0x55, 0xdf, 0x09, 0x3d, 0xa3, 0xeb, + 0x7c, 0x31, 0xf7, 0xac, 0x5d, 0x7a, 0x3f, 0x31, 0x53, 0x32, 0xe8, 0x04, 0x93, 0x15, 0xd4, 0xaf, + 0x89, 0x77, 0xb4, 0x01, 0x30, 0x01, 0xaa, 0x4a, 0x76, 0xfc, 0x03, 0x90, 0xe8, 0xad, 0xb5, 0x20, + 0x3e, 0xab, 0xf4, 0x1f, 0x8a, 0x1c, 0x32, 0x21, 0x4a, 0xcb, 0x1c, 0x0c, 0x40, 0xaa, 0x20, 0x8b, + 0xb5, 0xa6, 0x5c, 0x8c, 0x11, 0x58, 0x1a, 0x51, 0x91, 0x09, 0xe0, 0x49, 0x66, 0xb2, 0x29, 0xd9, + 0xc0, 0x01, 0x62, 0x46, 0x83, 0x2f, 0xd8, 0x08, 0x65, 0x37, 0x14, 0xdb, 0xa0, 0x7a, 0xe2, 0x52, + 0x42, 0x83, 0x0a, 0x5a, 0xfa, 0xbc, 0x2d, 0xf2, 0xe1, 0xae, 0x36, 0x42, 0x6a, 0xe8, 0x3b, 0x72, + 0x18, 0x54, 0x69, 0xc1, 0x32, 0xe9, 0x55, 0x3a, 0xc4, 0xaf, 0x86, 0x0f, 0xd6, 0x25, 0xe0, 0x5b, + 0x18, 0x99, 0x9a, 0x9a, 0x00, 0x6e, 0x57, 0x4f, 0x92, 0xdf, 0xbf, 0x21, 0xe1, 0x4b, 0xc3, 0x7b, + 0x8b, 0x5a, 0x5f, 0x38, 0xe3, 0x7b, 0x0a, 0x27, 0xd5, 0x37, 0x2d, 0x06, 0xff, 0x03, 0x75, 0x33, + 0x09, 0xf2, 0xf4, 0xe5, 0xf7, 0xef, 0x38, 0x73, 0x16, 0x02, 0x35, 0x34, 0xa4, 0x87, 0x2e, 0xf1, + 0x46, 0x6f, 0x31, 0x86, 0x2c, 0xf7, 0x29, 0xd0, 0x4c, 0x17, 0x97, 0xf2, 0x02, 0x71, 0x84, 0xa5, + 0xe1, 0x17, 0xd4, 0x6f, 0xa2, 0xa2, 0x82, 0x8f, 0x29, 0x9c, 0x24, 0xc2, 0xdb, 0x09, 0x8c, 0x32, + 0xe6, 0x89, 0x0d, 0x96, 0xaf, 0xd0, 0xf8, 0xa3, 0xf5, 0x21, 0x5e, 0xb0, 0x5f, 0x19, 0x7f, 0x5d, + 0xed, 0x3f, 0x85, 0x18, 0xb6, 0x26, 0xe5, 0xcd, 0x41, 0x50, 0x19, 0x6c, 0x0d, 0x9b, 0x18, 0x1a, + 0x7c, 0xbf, 0xd9, 0x9f, 0xc3, 0xd4, 0x2a, 0xd4, 0x10, 0xaa, 0x68, 0x45, 0x90, 0x01, 0xba, 0xda, + 0x9f, 0xa1, 0x81, 0x78, 0x01, 0x8e, 0xff, 0x21, 0x2c, 0x90, 0x0f, 0xb0, 0xe0, 0xc5, 0x57, 0xfe, + 0xbf, 0x46, 0x02, 0x55, 0x52, 0xff, 0x0c, 0x11, 0x6c, 0x7d, 0xf1, 0x3f, 0x85, 0x87, 0xa4, 0xb7, + 0x7c, 0x09, 0x53, 0xfa, 0xc7, 0x4f, 0xd0, 0xf7, 0xfa, 0x5a, 0x17, 0x93, 0x59, 0x6a, 0x7a, 0x68, + 0xb0, 0x04, 0xee, 0xdf, 0xf5, 0x2f, 0x75, 0x6e, 0x0d, 0x2e, 0x16, 0x0b, 0xa0, 0x9f, 0xc3, 0x8a, + 0xc0, 0xa2, 0x12, 0x6f, 0x8f, 0x28, 0x82, 0x90, 0xa3, 0x62, 0x43, 0xbd, 0xb9, 0x24, 0x58, 0x57, + 0xa7, 0x00, 0x6a, 0xb1, 0x7e, 0xe6, 0x0f, 0xc8, 0xd5, 0x69, 0xc0, 0x7e, 0x41, 0x90, 0x00, 0xe3, + 0x83, 0x8c, 0x9e, 0x21, 0x03, 0x0c, 0xcf, 0x57, 0x9f, 0x5d, 0x50, 0x9f, 0xe9, 0x1b, 0xc7, 0xb4, + 0x41, 0x33, 0xc4, 0xa5, 0x2f, 0xb0, 0x5b, 0xc1, 0x98, 0xdb, 0x76, 0xe1, 0x83, 0x47, 0xe8, 0xb4, + 0xa3, 0x3c, 0x49, 0x35, 0x7e, 0x2d, 0x2f, 0xbc, 0x27, 0xd8, 0xd1, 0x8e, 0x09, 0x3c, 0x61, 0xcc, + 0x0b, 0xf8, 0x03, 0xb9, 0x0c, 0x25, 0xe7, 0xaf, 0xba, 0xcc, 0xf9, 0x51, 0xa0, 0x98, 0x94, 0xfb, + 0xb9, 0x83, 0x1f, 0x28, 0x24, 0x62, 0x21, 0x4d, 0x94, 0xcf, 0x24, 0xbd, 0x62, 0x7c, 0x9d, 0x4a, + 0x76, 0x30, 0x1b, 0xe7, 0xc1, 0x82, 0xfd, 0x2f, 0xb6, 0x7c, 0x84, 0x7b, 0x42, 0xf9, 0xb0, 0x9e, + 0x3c, 0x5f, 0xea, 0x73, 0xc0, 0xb3, 0x90, 0xd1, 0x53, 0x86, 0xc6, 0xcf, 0x3c, 0xb9, 0xc7, 0x04, + 0x95, 0xf8, 0xb3, 0xee, 0xa3, 0x44, 0x70, 0xe3, 0xd4, 0xcc, 0x0a, 0xd4, 0x5d, 0x86, 0x0b, 0x65, + 0x60, 0x5d, 0xf2, 0x3e, 0x76, 0x99, 0xca, 0x8e, 0x68, 0xf6, 0xf0, 0xe6, 0x50, 0xbc, 0xb1, 0x95, + 0x69, 0x97, 0x61, 0x88, 0x8a, 0x72, 0xb6, 0x30, 0xe7, 0x40, 0xfb, 0x79, 0x1e, 0x2d, 0x74, 0xcd, + 0x18, 0x12, 0xef, 0x96, 0xf5, 0x40, 0x35, 0x74, 0x10, 0xb3, 0x9e, 0xc1, 0x83, 0x39, 0x41, 0x76, + 0xd6, 0x51, 0xc0, 0xc2, 0x28, 0x58, 0x43, 0xa7, 0x9f, 0xfc, 0xe1, 0x0a, 0x86, 0xc0, 0x34, 0x18, + 0x97, 0xff, 0x89, 0xba, 0x3d, 0x4d, 0x06, 0x2d, 0x9f, 0x0e, 0x42, 0x2c, 0x8a, 0x2b, 0xa1, 0x24, + 0x50, 0x3c, 0x2c, 0xb0, 0x3f, 0x37, 0xd7, 0x21, 0x78, 0xce, 0x73, 0xdb, 0xbf, 0x28, 0x90, 0x7f, + 0xcc, 0x42, 0x8a, 0x8c, 0xcb, 0xef, 0x70, 0x41, 0x7c, 0xe6, 0x37, 0x16, 0xf5, 0xe0, 0x1f, 0x72, + 0xf9, 0x8d, 0x46, 0x39, 0x64, 0xf3, 0x2c, 0xf6, 0x16, 0xf5, 0xca, 0x79, 0x24, 0xb6, 0xc5, 0x3f, + 0x12, 0x08, 0x47, 0xcd, 0x6f, 0xf2, 0xdc, 0x0b, 0x2c, 0x61, 0xf1, 0x15, 0xbf, 0xe8, 0x02, 0x7e, + 0x2a, 0x35, 0x67, 0x83, 0xc8, 0xc2, 0xc9, 0x23, 0xe6, 0x0e, 0x23, 0xef, 0xcb, 0x66, 0x72, 0xc1, + 0x4d, 0x90, 0x78, 0x99, 0x41, 0xef, 0xc7, 0x08, 0x84, 0x95, 0x27, 0x8a, 0x47, 0x0c, 0x0a, 0xf2, + 0xe8, 0xdb, 0xb7, 0x22, 0x60, 0x48, 0x49, 0x1a, 0x5b, 0xc3, 0x08, 0x66, 0x11, 0x62, 0x16, 0xae, + 0xcf, 0x85, 0x89, 0xae, 0x6b, 0x23, 0x42, 0xb5, 0x3c, 0x2e, 0x79, 0x0a, 0x8f, 0x3c, 0x28, 0x86, + 0x2e, 0xf5, 0x72, 0xf9, 0x89, 0x5e, 0x8a, 0x9a, 0x66, 0x14, 0xec, 0xfa, 0x61, 0x16, 0x50, 0x94, + 0xa8, 0x4e, 0x7a, 0x3c, 0x5a, 0xc4, 0x3f, 0x78, 0x49, 0x0a, 0xfe, 0x10, 0xd0, 0x87, 0x77, 0xd3, + 0xd3, 0xaf, 0x89, 0x32, 0x82, 0x17, 0xa0, 0x61, 0xf9, 0xd1, 0x10, 0x5e, 0x2e, 0xf8, 0xe5, 0x90, + 0x1e, 0x8d, 0x65, 0x20, 0xe9, 0xae, 0x93, 0x46, 0xe9, 0x8f, 0x71, 0x1b, 0x3e, 0x10, 0xc5, 0x5d, + 0x26, 0x6a, 0xda, 0xd5, 0x85, 0x2a, 0xcb, 0x81, 0xde, 0x0c, 0x65, 0x6d, 0x42, 0xfa, 0x44, 0xb2, + 0x32, 0x59, 0x92, 0xaf, 0x9b, 0x0d, 0x33, 0xed, 0x9a, 0x6d, 0xbc, 0xc0, 0x21, 0x99, 0x65, 0x94, + 0xe5, 0xf8, 0x20, 0xad, 0xb1, 0x0d, 0x36, 0x05, 0x77, 0x8e, 0x1e, 0x23, 0x49, 0x57, 0x28, 0x44, + 0x95, 0xab, 0x3b, 0xdb, 0x50, 0x70, 0xc7, 0x68, 0x24, 0x1d, 0xf8, 0x3f, 0xd3, 0x80, 0x1f, 0x7c, + 0x00, 0x02, 0xde, 0x89, 0x3b, 0x62, 0x2d, 0xcb, 0x03, 0x4b, 0x4d, 0x34, 0xb9, 0x9a, 0xb3, 0x8d, + 0x6a, 0x3d, 0xcd, 0x5b, 0x14, 0xff, 0x45, 0xcd, 0x13, 0x6a, 0xdb, 0x42, 0xc1, 0xa2, 0x48, 0x33, + 0x0d, 0x9a, 0x9e, 0x59, 0xab, 0x7b, 0xbc, 0x86, 0xa4, 0x87, 0x94, 0xc5, 0x20, 0x2d, 0x81, 0xed, + 0x2e, 0x98, 0x3f, 0xc1, 0x4a, 0x8f, 0x0b, 0x0f, 0xc8, 0xc3, 0x9b, 0x40, 0xff, 0x3b, 0x60, 0x31, + 0xf8, 0x76, 0x01, 0x64, 0xa5, 0x6e, 0x5a, 0x9c, 0x40, 0xb5, 0x68, 0x3a, 0xab, 0x41, 0x6a, 0x70, + 0x27, 0xc3, 0x61, 0x5f, 0x7a, 0x19, 0x72, 0xa0, 0x4b, 0x8e, 0x88, 0x9d, 0xa6, 0x16, 0xbe, 0x73, + 0xaf, 0xb9, 0xfd, 0x24, 0x27, 0xa6, 0xb3, 0x85, 0x34, 0x87, 0xfa, 0x15, 0xe4, 0x3b, 0x34, 0x81, + 0x19, 0x73, 0xc8, 0xd8, 0x31, 0x9b, 0x06, 0x53, 0x62, 0x88, 0x51, 0x41, 0xdc, 0x96, 0xac, 0xfb, + 0x59, 0x3a, 0x43, 0xeb, 0xff, 0xfc, 0x6f, 0x00, 0x85, 0x99, 0x14, 0x83, 0xa6, 0xe1, 0x03, 0xa8, + 0xfc, 0x30, 0x49, 0x46, 0x60, 0x7d, 0x60, 0xd1, 0x79, 0x02, 0x38, 0x98, 0x34, 0xe7, 0x30, 0xc4, + 0x87, 0xfe, 0xd1, 0x5b, 0x2c, 0xb6, 0xff, 0x97, 0xf1, 0x8f, 0x99, 0x3e, 0xc7, 0x4f, 0xbf, 0x91, + 0xdc, 0xee, 0x50, 0xd3, 0xd1, 0x69, 0x9e, 0x1e, 0x69, 0x2a, 0x1f, 0x7d, 0xd5, 0x01, 0xd5, 0x5d, + 0xd2, 0x13, 0x40, 0x12, 0x94, 0x05, 0x63, 0xa6, 0xb1, 0xd6, 0xd5, 0xd2, 0x0e, 0x4d, 0x4f, 0x71, + 0xff, 0x4c, 0x24, 0xc1, 0x3a, 0x61, 0x69, 0x36, 0x28, 0xfa, 0x02, 0x97, 0x50, 0x77, 0x07, 0x3c, + 0x17, 0x03, 0x73, 0x6b, 0xa1, 0xc9, 0xc9, 0x09, 0x31, 0xf3, 0x33, 0x3d, 0xa4, 0xe9, 0x7c, 0x2c, + 0x77, 0x1b, 0xa8, 0x24, 0x81, 0x64, 0x02, 0x44, 0x03, 0x00, 0x5f, 0x76, 0x3d, 0x70, 0x04, 0xac, + 0x11, 0x5b, 0x1a, 0xec, 0x44, 0x33, 0x5e, 0x76, 0xae, 0x9b, 0x67, 0x9c, 0x90, 0xf4, 0xde, 0x66, + 0xb2, 0x62, 0xae, 0xc0, 0x87, 0x08, 0xcb, 0x83, 0x80, 0x3c, 0x20, 0x52, 0xcb, 0x3e, 0xcc, 0xbe, + 0x01, 0x92, 0x55, 0xc2, 0x8b, 0x1e, 0xe2, 0x04, 0x23, 0xd6, 0x90, 0x26, 0xa0, 0x11, 0x54, 0xe8, + 0x44, 0xfb, 0xb2, 0x83, 0x3d, 0xa7, 0x94, 0xd9, 0xb5, 0x9c, 0x58, 0xae, 0xb3, 0x66, 0x2b, 0x21, + 0xa9, 0x2a, 0xf0, 0x2b, 0x07, 0x73, 0x0d, 0x24, 0x25, 0xde, 0x1f, 0x30, 0xf3, 0x9d, 0xa9, 0x03, + 0x4a, 0x38, 0xbe, 0x87, 0xf9, 0x33, 0x04, 0xa1, 0x8f, 0x68, 0x83, 0x47, 0x37, 0x85, 0xcd, 0x43, + 0x2c, 0x86, 0x28, 0x34, 0x0b, 0x46, 0x33, 0xcb, 0x98, 0x61, 0x99, 0x80, 0x5a, 0xff, 0xb9, 0x84, + 0xd4, 0x7d, 0x63, 0xa4, 0xd9, 0xa6, 0x31, 0xa0, 0x4d, 0x27, 0x69, 0x0c, 0xe7, 0xa5, 0xc6, 0x32, + 0x46, 0x3a, 0xd8, 0x04, 0x1e, 0xe9, 0xd0, 0xe8, 0x63, 0xcd, 0x4a, 0x71, 0xac, 0x30, 0xd8, 0x9b, + 0x94, 0x06, 0x7e, 0x31, 0x8f, 0xd6, 0xcb, 0x28, 0xca, 0x62, 0x96, 0x27, 0xb1, 0xbf, 0x41, 0x28, + 0x3c, 0x91, 0x71, 0xa2, 0x04, 0x11, 0x55, 0x49, 0xb4, 0x86, 0x7a, 0x4c, 0xa9, 0x60, 0x52, 0x3a, + 0x1e, 0x57, 0xe5, 0x85, 0x53, 0xf9, 0x25, 0xb6, 0xb3, 0xfc, 0xc2, 0x79, 0x89, 0xae, 0x5b, 0xff, + 0xc5, 0xe6, 0xa6, 0xf9, 0xbd, 0x10, 0xf6, 0xde, 0x52, 0xc8, 0x3f, 0xcc, 0x9f, 0x54, 0x0e, 0x19, + 0x21, 0x39, 0x94, 0x06, 0x2a, 0xad, 0x7b, 0x01, 0x62, 0x3f, 0x8c, 0x9f, 0x0d, 0x27, 0x6d, 0x1a, + 0xc0, 0x2c, 0x1a, 0xe1, 0x8a, 0xe9, 0xea, 0x42, 0xa8, 0x1d, 0x46, 0x0a, 0x08, 0xc1, 0xd8, 0xc6, + 0xc6, 0xe0, 0x2b, 0x6c, 0x93, 0x37, 0x5d, 0x22, 0x82, 0xc9, 0xdf, 0x4a, 0xf3, 0x8f, 0x99, 0x83, + 0x06, 0x35, 0xf5, 0xd7, 0xc2, 0xd3, 0x0e, 0xfc, 0xd5, 0xfc, 0xdd, 0x52, 0x80, 0x61, 0x34, 0xdf, + 0x51, 0x48, 0x00, 0x46, 0xd9, 0x57, 0xe2, 0x3b, 0x2b, 0xea, 0xef, 0x24, 0xa0, 0x47, 0x33, 0xd2, + 0xc3, 0x40, 0x39, 0x7c, 0x9b, 0xd8, 0x34, 0x64, 0xc7, 0xaa, 0xe3, 0x53, 0x24, 0x6a, 0x9c, 0xe6, + 0x93, 0xcd, 0x09, 0xe7, 0xef, 0xb4, 0xfa, 0xc7, 0xcc, 0x98, 0x3b, 0x5e, 0x70, 0x71, 0xb0, 0xe9, + 0x03, 0x5b, 0x9b, 0xc4, 0x37, 0x3c, 0x97, 0xc0, 0x86, 0x41, 0xca, 0x0e, 0xe7, 0x9d, 0x12, 0x49, + 0x45, 0x1b, 0xad, 0x22, 0x22, 0xdf, 0x82, 0x43, 0x21, 0x69, 0x23, 0x38, 0x3f, 0x66, 0x12, 0x1b, + 0x9a, 0xa1, 0x2d, 0xa5, 0x8f, 0xb1, 0x63, 0x47, 0x58, 0xf3, 0xd6, 0x6e, 0x73, 0x49, 0x00, 0x4f, + 0x86, 0xfa, 0x17, 0x88, 0xdf, 0xe1, 0x24, 0xc5, 0xe5, 0x98, 0x6a, 0x14, 0x6a, 0x3f, 0x64, 0x8b, + 0x4a, 0x72, 0x68, 0xfe, 0xe5, 0xd8, 0xf6, 0x7b, 0x10, 0x28, 0x57, 0x80, 0xd3, 0x79, 0xf4, 0x38, + 0x1d, 0xda, 0x80, 0x60, 0xdf, 0x19, 0xdb, 0x54, 0xc4, 0x60, 0xd2, 0x23, 0x4a, 0x56, 0x6f, 0x9e, + 0xc1, 0x42, 0x91, 0xcd, 0x48, 0xac, 0x84, 0x1c, 0x2a, 0x11, 0xda, 0x2f, 0x1d, 0xde, 0x9b, 0x44, + 0x7a, 0x78, 0xce, 0x89, 0xd7, 0xac, 0xbf, 0x7f, 0xd4, 0x09, 0xf6, 0x08, 0x6a, 0x05, 0x64, 0x64, + 0xbc, 0x46, 0x7d, 0xb4, 0xab, 0x86, 0xf6, 0x77, 0xf1, 0xf4, 0xa9, 0xad, 0x35, 0x74, 0x08, 0x3d, + 0xda, 0x63, 0x8a, 0x0a, 0xd3, 0x50, 0xfc, 0x6d, 0x7a, 0x91, 0x09, 0x1d, 0xe8, 0x7d, 0x5e, 0xfc, + 0x4f, 0x30, 0xd5, 0x0c, 0x98, 0x6a, 0x18, 0x04, 0x14, 0xee, 0x2c, 0x82, 0xf9, 0xb5, 0xc0, 0xde, + 0xaf, 0xb0, 0x9d, 0x2b, 0x63, 0x87, 0xa9, 0x41, 0x34, 0xd6, 0xe8, 0x6a, 0x0f, 0x3f, 0x53, 0x70, + 0xc9, 0x2d, 0x57, 0xa3, 0x5f, 0xf9, 0x5c, 0xcd, 0xf3, 0xfd, 0xec, 0x77, 0x2e, 0xf3, 0x39, 0xae, + 0x4e, 0x53, 0xb3, 0xec, 0x65, 0x25, 0xfc, 0xb2, 0x92, 0x2b, 0x95, 0xb8, 0xb9, 0xf7, 0x7b, 0x27, + 0xe4, 0x79, 0x91, 0x8d, 0x88, 0xfb, 0x86, 0xc3, 0x65, 0x3c, 0xae, 0xe1, 0x29, 0x46, 0x3b, 0x24, + 0x0d, 0xc6, 0x12, 0x7b, 0x5e, 0x66, 0x52, 0x2c, 0x6a, 0x96, 0xc6, 0xc9, 0x31, 0xb6, 0x02, 0xca, + 0x86, 0x83, 0x1f, 0xd8, 0x6b, 0x60, 0x56, 0x6e, 0x9a, 0x46, 0x06, 0xf3, 0x33, 0xef, 0x21, 0x6a, + 0x34, 0x50, 0xa0, 0x74, 0x79, 0x52, 0x27, 0x2d, 0x73, 0x80, 0x97, 0x7d, 0x60, 0x09, 0x09, 0xc5, + 0xd2, 0xc2, 0x5d, 0x0f, 0x90, 0xf4, 0xef, 0x7e, 0x79, 0x6f, 0x5d, 0x45, 0xf7, 0x79, 0x95, 0xd4, + 0xf0, 0xde, 0xfc, 0xd0, 0x7f, 0x62, 0x85, 0x12, 0x2b, 0xee, 0x2c, 0xf4, 0x80, 0x55, 0x36, 0x08, + 0xb0, 0xe2, 0xd0, 0x6c, 0x90, 0xa0, 0x87, 0xf3, 0x48, 0x30, 0xb1, 0xb7, 0x5e, 0xea, 0xb9, 0xcf, + 0xbe, 0x79, 0x96, 0xa3, 0x97, 0xf3, 0x1b, 0xb3, 0x38, 0x18, 0xd6, 0x24, 0x3e, 0x64, 0x75, 0x08, + 0xa0, 0x25, 0xb3, 0xe1, 0x92, 0xe8, 0xca, 0x2f, 0xbc, 0x43, 0xe1, 0xaf, 0x41, 0x6e, 0xb1, 0xd1, + 0x90, 0x50, 0xc6, 0xef, 0x70, 0xe7, 0x19, 0x50, 0x90, 0xe8, 0xf3, 0x1c, 0x27, 0xde, 0x2f, 0xe0, + 0x8d, 0xa0, 0xea, 0xce, 0x01, 0x19, 0xaa, 0xf2, 0x5d, 0xdc, 0x31, 0x53, 0x0d, 0x2e, 0x12, 0x76, + 0x9e, 0xd0, 0xf0, 0xe8, 0x35, 0x07, 0x85, 0x87, 0x9a, 0xe6, 0x6a, 0x00, 0x08, 0xb5, 0x0e, 0xcc, + 0x76, 0x6e, 0x26, 0x4c, 0xb0, 0x3b, 0xed, 0x45, 0x4c, 0x75, 0xa2, 0x8b, 0x32, 0x2c, 0x8d, 0xeb, + 0xf8, 0xc8, 0x5e, 0xd9, 0xdd, 0x59, 0x3e, 0x53, 0xc1, 0x1b, 0x45, 0xe9, 0x9c, 0x85, 0xd9, 0x32, + 0xa7, 0x5f, 0x81, 0x38, 0x6b, 0x31, 0x29, 0x1c, 0x00, 0xaa, 0xa1, 0x50, 0xa3, 0x88, 0x9c, 0x53, + 0xa2, 0x8f, 0x8a, 0x2e, 0x23, 0x42, 0xe9, 0x66, 0xd4, 0x00, 0xf7, 0xe2, 0xa8, 0x3f, 0x69, 0x79, + 0xb3, 0xb8, 0xf1, 0xcf, 0x18, 0xde, 0x81, 0x0b, 0x6f, 0xa8, 0xab, 0x74, 0x35, 0x13, 0x2b, 0x4b, + 0x60, 0x6d, 0x34, 0x56, 0x9b, 0x79, 0xf2, 0x3f, 0xeb, 0xb8, 0x8a, 0x50, 0x6f, 0x60, 0x0b, 0x90, + 0xbf, 0xea, 0xb8, 0x5a, 0x9e, 0x17, 0x81, 0x6f, 0xc3, 0xb3, 0x37, 0xa8, 0x2f, 0x44, 0xa0, 0x22, + 0x9c, 0xf8, 0x1e, 0x00, 0x4a, 0xe1, 0xcc, 0xd0, 0x13, 0xeb, 0xee, 0x77, 0xe2, 0xd3, 0xb6, 0x0b, + 0xb4, 0x4d, 0x7e, 0xb8, 0x3f, 0x1b, 0x33, 0x4d, 0xad, 0xe1, 0x03, 0x5d, 0x28, 0x85, 0xc1, 0x60, + 0x3f, 0xc0, 0xce, 0x45, 0x18, 0x9f, 0x9d, 0x47, 0x80, 0x12, 0xdf, 0xc5, 0x80, 0xf0, 0x44, 0x06, + 0x89, 0xa3, 0x9b, 0xb3, 0xd0, 0xe5, 0x20, 0x02, 0xbe, 0x83, 0x96, 0x30, 0x5e, 0x45, 0xc2, 0xb1, + 0x8a, 0xa8, 0x9a, 0x63, 0xb8, 0x22, 0xad, 0x82, 0x9e, 0xb0, 0x79, 0xd1, 0x4d, 0x72, 0xd7, 0x9d, + 0xbb, 0x3d, 0x8e, 0xff, 0x2e, 0xfa, 0xd3, 0x7e, 0x45, 0x96, 0x7f, 0xa3, 0xef, 0x15, 0x3b, 0x6c, + 0x6e, 0x8b, 0x3b, 0x4e, 0x28, 0x87, 0x33, 0x94, 0x41, 0xa7, 0x4d, 0x9a, 0x7c, 0xcd, 0x6c, 0x54, + 0xab, 0x55, 0xd4, 0x04, 0x7a, 0xb8, 0xa0, 0x06, 0x68, 0x43, 0x7a, 0x47, 0x87, 0xe9, 0xa1, 0x3b, + 0xd0, 0x93, 0x5c, 0x77, 0x02, 0x64, 0x88, 0xc5, 0x34, 0x55, 0x58, 0x2a, 0x2e, 0x82, 0x7a, 0x2f, + 0x2c, 0x76, 0x9c, 0xe1, 0x5a, 0x0b, 0xfe, 0x0f, 0x0a, 0x22, 0x25, 0x52, 0x7f, 0x2b, 0xde, 0xfb, + 0x3a, 0xd6, 0xc2, 0x11, 0xe7, 0xdb, 0x85, 0x38, 0x4e, 0xff, 0x9f, 0x0c, 0x91, 0xb7, 0x26, 0x8f, + 0xe3, 0x13, 0xe8, 0x7f, 0x7e, 0x7b, 0x98, 0xfe, 0x46, 0xc2, 0x0b, 0xef, 0x6b, 0xd1, 0xe8, 0x79, + 0x3b, 0x11, 0x97, 0xa6, 0x87, 0x4b, 0x93, 0xe1, 0x52, 0x08, 0x6d, 0xfd, 0xe2, 0x84, 0x6f, 0xef, + 0xed, 0xf6, 0x02, 0xa6, 0xc7, 0xac, 0x71, 0x7f, 0xbb, 0xdc, 0x6a, 0xc4, 0x46, 0x96, 0x90, 0x93, + 0x2c, 0xe4, 0x88, 0xac, 0x8c, 0x91, 0xfd, 0xea, 0x41, 0x4a, 0xd0, 0x73, 0x7f, 0xb9, 0x77, 0x51, + 0x3d, 0x63, 0x5d, 0x46, 0xdc, 0xa6, 0xd1, 0x11, 0x06, 0xad, 0xc6, 0x7e, 0x38, 0x2c, 0x25, 0x1e, + 0x24, 0x1b, 0x34, 0x9d, 0xaf, 0xe3, 0xf2, 0x94, 0xc3, 0xd6, 0x39, 0x11, 0x39, 0x5e, 0xbb, 0x5a, + 0x8e, 0x03, 0xd4, 0xc7, 0xcf, 0xc3, 0x4b, 0x73, 0xe1, 0x77, 0x6c, 0x8d, 0x25, 0xbc, 0xf9, 0x62, + 0xb1, 0x56, 0xb7, 0x48, 0xfb, 0x41, 0xa8, 0xc0, 0xf9, 0xe2, 0xfa, 0x6b, 0x2f, 0xfe, 0x59, 0x05, + 0x09, 0x16, 0xc0, 0x9b, 0x6d, 0x80, 0x68, 0x62, 0x9d, 0x40, 0x1f, 0x01, 0x10, 0x45, 0x03, 0xfd, + 0x55, 0x42, 0x34, 0x9e, 0x03, 0xd3, 0x79, 0xef, 0x3d, 0xbc, 0x6d, 0x80, 0xaa, 0xc3, 0xf3, 0x51, + 0xe7, 0x11, 0xc3, 0xa1, 0x58, 0x27, 0xdf, 0x7d, 0x78, 0x75, 0x82, 0x48, 0xa1, 0x96, 0x32, 0x28, + 0xeb, 0x2e, 0xb6, 0x84, 0xce, 0x5e, 0x41, 0x17, 0x24, 0xc1, 0x6e, 0x7c, 0xc9, 0x62, 0xc3, 0xa2, + 0xf5, 0x38, 0x3c, 0x6f, 0x37, 0xd0, 0x8d, 0x94, 0x81, 0x1a, 0xfe, 0x05, 0x46, 0x8e, 0xc0, 0x3c, + 0x49, 0x82, 0x0e, 0x5f, 0xb9, 0x9f, 0x82, 0x04, 0x5f, 0xf9, 0x9f, 0x75, 0xea, 0x40, 0x81, 0xc2, + 0x9c, 0x0d, 0x0a, 0x80, 0xc3, 0x1b, 0xd8, 0x1e, 0xcf, 0x7e, 0xa7, 0xa7, 0x1f, 0xa1, 0x73, 0x7b, + 0x45, 0x9a, 0xb4, 0x9c, 0x16, 0x80, 0x0a, 0xb6, 0xb3, 0xf8, 0xd4, 0x80, 0xd5, 0x6e, 0x65, 0xeb, + 0x50, 0xbf, 0xff, 0x06, 0x3a, 0x80, 0x98, 0xd1, 0xa3, 0x29, 0x59, 0xda, 0xaa, 0x70, 0x4a, 0xee, + 0xe7, 0xfc, 0x0b, 0xa0, 0xb5, 0x61, 0x03, 0xc2, 0xec, 0x06, 0xc9, 0xf8, 0xf8, 0xc0, 0xfe, 0x04, + 0x4e, 0xaf, 0x5f, 0x18, 0x53, 0x81, 0x8a, 0x94, 0x80, 0xc6, 0xb6, 0x80, 0x76, 0x38, 0x0f, 0xb2, + 0xce, 0x9e, 0xff, 0xf3, 0x17, 0xef, 0x69, 0x3f, 0xbf, 0x42, 0x47, 0x37, 0x25, 0xd6, 0x9e, 0xdd, + 0x84, 0xf1, 0x65, 0xcf, 0xa6, 0x46, 0x43, 0x1a, 0xea, 0xbf, 0xa2, 0xd4, 0x42, 0xa7, 0xd9, 0x05, + 0xbd, 0xe7, 0x24, 0x98, 0x68, 0x54, 0x0b, 0xf2, 0xd7, 0x26, 0xd9, 0x1d, 0x28, 0x0b, 0xfd, 0x94, + 0xcc, 0xd9, 0xfa, 0x23, 0x28, 0x93, 0xf4, 0x4d, 0x78, 0xe9, 0x71, 0xe5, 0xb4, 0xa5, 0xcb, 0x9d, + 0x82, 0x83, 0x9e, 0x18, 0x4e, 0x40, 0x27, 0x09, 0x20, 0x23, 0xbc, 0xf8, 0x19, 0xf7, 0xe9, 0x61, + 0x67, 0x43, 0xbb, 0x40, 0xb1, 0x2e, 0xef, 0x27, 0x54, 0xd8, 0x60, 0xee, 0x08, 0x50, 0x71, 0x5a, + 0x4c, 0xc5, 0x41, 0x15, 0xc0, 0xf7, 0xef, 0xc5, 0xcc, 0x91, 0xd0, 0x29, 0xe0, 0xdc, 0xb2, 0x75, + 0xb3, 0xf0, 0xde, 0x51, 0x3d, 0x1b, 0x97, 0x53, 0x99, 0x2a, 0xbd, 0x30, 0x72, 0x3c, 0xa5, 0x1a, + 0x87, 0x60, 0xa1, 0x28, 0x07, 0x9d, 0x0d, 0xab, 0xbd, 0x6c, 0xa2, 0xa1, 0xa7, 0xfe, 0x4b, 0x23, + 0xb0, 0x72, 0x49, 0xba, 0x2f, 0x39, 0x4d, 0xd7, 0xb5, 0x35, 0x50, 0xab, 0x48, 0x92, 0x03, 0x0b, + 0x80, 0xe3, 0x41, 0x0b, 0x95, 0xfc, 0x24, 0xea, 0x13, 0x63, 0xc7, 0x9d, 0xd4, 0x80, 0xec, 0x04, + 0xb3, 0xc1, 0x6c, 0x76, 0x9a, 0x92, 0x71, 0xeb, 0x49, 0x73, 0x61, 0xb0, 0xc2, 0x34, 0xff, 0x5e, + 0x14, 0x99, 0xbe, 0x94, 0xf3, 0xfd, 0x5c, 0xbf, 0x56, 0x5f, 0x12, 0x18, 0x3a, 0x8a, 0x9f, 0xf6, + 0xeb, 0x9f, 0x42, 0xe8, 0x24, 0x66, 0x96, 0xc2, 0xff, 0x02, 0xbe, 0xce, 0xee, 0xa4, 0x43, 0xdd, + 0x61, 0xdd, 0x66, 0x8d, 0x98, 0xc9, 0x81, 0x61, 0x84, 0x4b, 0x61, 0x1e, 0x0d, 0xc7, 0xf3, 0xe7, + 0x46, 0x00, 0xae, 0x83, 0x1d, 0xc4, 0x25, 0x32, 0x53, 0x84, 0x82, 0x44, 0x0f, 0x70, 0xd2, 0x08, + 0xfb, 0x45, 0xbd, 0x33, 0x60, 0x42, 0xa4, 0x1a, 0x0e, 0x4c, 0xa1, 0xa1, 0xea, 0x69, 0xb6, 0xc9, + 0xef, 0xaf, 0xd6, 0x19, 0x0a, 0x01, 0x61, 0xa0, 0x93, 0x5c, 0xfc, 0x0e, 0xc1, 0xf0, 0x82, 0xea, + 0xc2, 0x4f, 0xeb, 0x2f, 0xeb, 0xd2, 0xfd, 0x2e, 0x1c, 0x75, 0x3f, 0x7f, 0x28, 0x5d, 0x57, 0xc5, + 0x9b, 0x78, 0x3b, 0xd0, 0x70, 0x59, 0x38, 0x00, 0x86, 0x2b, 0x09, 0x7f, 0x13, 0x18, 0x90, 0x61, + 0x64, 0x1f, 0xdb, 0xb6, 0xe8, 0x93, 0x23, 0x35, 0xcd, 0xac, 0x7f, 0xcc, 0x22, 0xaf, 0xe7, 0xe6, + 0x2f, 0xbe, 0x0e, 0xb6, 0x9c, 0x1b, 0x82, 0x2a, 0xa9, 0x6a, 0x18, 0xa4, 0x90, 0x5c, 0x57, 0xf6, + 0x55, 0x97, 0xc1, 0xc0, 0x7b, 0xb7, 0xf0, 0x3c, 0x8e, 0x42, 0x5c, 0xc9, 0x61, 0xb1, 0x28, 0xe1, + 0x93, 0x73, 0xc3, 0x11, 0x29, 0xb8, 0xe5, 0x8f, 0x7a, 0x05, 0xb4, 0x11, 0xa1, 0xc1, 0x1c, 0x0c, + 0xe1, 0xd4, 0x0a, 0xd3, 0xd9, 0x7a, 0x3c, 0xfd, 0xf2, 0xf0, 0xc2, 0x07, 0x01, 0x7d, 0x0c, 0x5f, + 0xe1, 0x77, 0x14, 0x67, 0x7e, 0x31, 0x44, 0x1d, 0x30, 0x94, 0x46, 0x68, 0xef, 0x1f, 0x90, 0x11, + 0xd8, 0xb7, 0xb2, 0x4d, 0xa4, 0x97, 0xb9, 0xaf, 0x14, 0xe0, 0x91, 0x0d, 0x61, 0x9d, 0xe0, 0xdb, + 0xda, 0xe3, 0x1b, 0xe8, 0x3e, 0xf7, 0x6f, 0x29, 0x3d, 0x88, 0x96, 0x40, 0xc3, 0x12, 0xb5, 0xcc, + 0x86, 0xc8, 0x96, 0x0c, 0x37, 0x37, 0xc9, 0x52, 0x43, 0xbd, 0x41, 0x5d, 0xd1, 0x48, 0xb2, 0xaa, + 0x91, 0xed, 0x49, 0xb8, 0x8d, 0x9e, 0x8a, 0x1a, 0xae, 0x30, 0xa2, 0xa6, 0x82, 0x26, 0xd5, 0xa0, + 0x3c, 0xa2, 0x41, 0xc3, 0x08, 0x3c, 0xfd, 0xf1, 0x73, 0x3d, 0x0a, 0x4e, 0xbd, 0xf8, 0x96, 0x8a, + 0x56, 0x10, 0x52, 0x53, 0xe7, 0x71, 0x53, 0x3f, 0x74, 0xf8, 0x2b, 0xef, 0xaf, 0xd5, 0x2d, 0xbd, + 0x65, 0x67, 0xba, 0xac, 0x7f, 0xbf, 0x38, 0xa6, 0x84, 0xf7, 0xda, 0xcc, 0x0e, 0xd9, 0x8a, 0xef, + 0x0f, 0x62, 0xeb, 0x10, 0xf1, 0x4d, 0x42, 0xac, 0x00, 0x1e, 0x55, 0x15, 0xcf, 0xaf, 0x28, 0xee, + 0xca, 0xcc, 0x2f, 0x2b, 0xa1, 0xd3, 0xdc, 0x34, 0x57, 0xcd, 0x2b, 0x14, 0x5e, 0x9c, 0x89, 0xa9, + 0x83, 0xfe, 0xab, 0x0e, 0xed, 0x00, 0x68, 0xdd, 0x1e, 0x43, 0x8e, 0x6f, 0xb7, 0x31, 0x3e, 0xde, + 0x55, 0xc5, 0x08, 0x22, 0x42, 0x0c, 0x94, 0x0a, 0xa2, 0xad, 0x73, 0x62, 0x3d, 0x09, 0x45, 0x9b, + 0x0c, 0xac, 0xcb, 0xb0, 0xc4, 0x4e, 0x10, 0x5c, 0x56, 0x33, 0x76, 0x40, 0x61, 0xc7, 0x07, 0x3f, + 0x06, 0x67, 0x87, 0xfb, 0x6f, 0x28, 0x9b, 0x00, 0x83, 0x95, 0xbd, 0xe7, 0x63, 0x2a, 0x3c, 0xd5, + 0xdb, 0x56, 0xe4, 0xa6, 0xc9, 0x06, 0x8b, 0xe7, 0x10, 0x85, 0x99, 0x31, 0x1c, 0x10, 0x5b, 0x53, + 0x6a, 0x5f, 0xc4, 0x39, 0x5f, 0x0b, 0xd6, 0x4a, 0x17, 0xad, 0xf1, 0xc3, 0x96, 0x67, 0x63, 0xe7, + 0xf7, 0xef, 0x64, 0x12, 0x63, 0xdd, 0xc8, 0x38, 0x11, 0x84, 0xc3, 0xc1, 0x48, 0x39, 0xd4, 0x7e, + 0xa6, 0xe6, 0x34, 0x33, 0xa2, 0x97, 0x4e, 0x75, 0x36, 0x1d, 0x97, 0x9a, 0x13, 0x60, 0x5a, 0x8f, + 0x1d, 0xdc, 0x26, 0x86, 0xee, 0x69, 0xc7, 0xc1, 0x70, 0x79, 0x3f, 0x24, 0xdf, 0x0d, 0x07, 0xaa, + 0x10, 0xaa, 0x4a, 0xf3, 0x4c, 0x87, 0xa5, 0xfe, 0x75, 0x7e, 0x16, 0x89, 0x14, 0x0c, 0x2d, 0x19, + 0xf3, 0x42, 0xe8, 0xc7, 0x22, 0x0e, 0xcf, 0xdb, 0xe5, 0x1b, 0x04, 0x04, 0x2f, 0x5b, 0xda, 0x7f, + 0x16, 0xeb, 0xa8, 0xf3, 0x9c, 0xa7, 0xfa, 0x82, 0x7e, 0x0f, 0x16, 0x79, 0xdd, 0xdc, 0x09, 0xac, + 0xf3, 0x86, 0x29, 0x84, 0x96, 0xf1, 0xbc, 0x9d, 0xcd, 0x9b, 0x9b, 0x91, 0x25, 0x2f, 0x90, 0xf6, + 0x60, 0x53, 0x06, 0xf6, 0x3c, 0xc6, 0x16, 0xd2, 0xd0, 0xc2, 0x24, 0xee, 0x23, 0x80, 0xef, 0x1d, + 0xef, 0xbb, 0xe6, 0x02, 0x87, 0x15, 0xc6, 0xe8, 0xbc, 0xa6, 0xe1, 0x85, 0x14, 0x41, 0x7f, 0x1c, + 0x96, 0xf9, 0x87, 0x21, 0x89, 0x5e, 0x85, 0xa6, 0x45, 0x0c, 0x5a, 0xdf, 0x18, 0xbd, 0xc9, 0x18, + 0xa7, 0x34, 0xfb, 0x36, 0xfa, 0x56, 0x73, 0xed, 0x21, 0xa8, 0x88, 0x38, 0x63, 0x5e, 0x9d, 0x53, + 0xd2, 0x93, 0x74, 0x8c, 0xce, 0x5f, 0xc2, 0x67, 0x38, 0xda, 0x61, 0xd1, 0x3b, 0x3f, 0xb8, 0x14, + 0x47, 0x92, 0x78, 0xd6, 0x08, 0xda, 0x00, 0xb8, 0x09, 0x9c, 0xa0, 0x83, 0x3e, 0xce, 0x73, 0x98, + 0x9e, 0x00, 0xef, 0x64, 0x5b, 0x13, 0x0c, 0xbd, 0x89, 0xae, 0x3e, 0x9d, 0x7a, 0xf2, 0xf5, 0xbd, + 0xa1, 0xcd, 0x7e, 0xa9, 0x43, 0x1b, 0x7e, 0xde, 0x48, 0xde, 0x4f, 0x97, 0x65, 0x6d, 0x4b, 0x2a, + 0x61, 0x09, 0x78, 0x09, 0x39, 0x5d, 0xbc, 0xec, 0x40, 0x27, 0x20, 0x69, 0xa8, 0x5a, 0x06, 0xed, + 0x50, 0x6c, 0x43, 0x38, 0xe8, 0x17, 0xfa, 0x77, 0x71, 0x07, 0x57, 0x88, 0x6a, 0xf8, 0x8c, 0x9b, + 0xbb, 0x41, 0x0b, 0x09, 0xae, 0xf0, 0xc9, 0x64, 0x45, 0x6f, 0xcc, 0x45, 0x1a, 0x3c, 0xbd, 0x62, + 0xf9, 0x23, 0x26, 0xda, 0x97, 0xd7, 0x3d, 0x98, 0x91, 0x48, 0x17, 0x11, 0x71, 0xdd, 0x02, 0xd9, + 0x00, 0x01, 0x29, 0x65, 0x82, 0x8e, 0xc5, 0x24, 0x80, 0x93, 0x4a, 0xcd, 0x7d, 0x6d, 0xcb, 0x5b, + 0xd9, 0x40, 0x64, 0x19, 0x7e, 0x14, 0x57, 0xc8, 0xc1, 0x74, 0x6e, 0x26, 0xfc, 0xaa, 0x3d, 0x9f, + 0x12, 0x9d, 0xc4, 0x0b, 0x31, 0x5c, 0x0f, 0x4c, 0x92, 0x86, 0x81, 0x9b, 0x55, 0xbd, 0x55, 0xcc, + 0x15, 0xc1, 0xe0, 0x21, 0xeb, 0xcd, 0x0f, 0x91, 0x07, 0xbb, 0x87, 0x6c, 0xa3, 0x2d, 0xb7, 0xb5, + 0xe5, 0xf9, 0x2f, 0x05, 0x5b, 0xd0, 0x04, 0xa5, 0x2e, 0x31, 0x60, 0x9e, 0x25, 0x64, 0x2f, 0x7e, + 0x81, 0x15, 0xa4, 0x2d, 0x7e, 0x81, 0xa5, 0xc6, 0xf8, 0x39, 0xee, 0x86, 0x58, 0x24, 0x63, 0xe4, + 0x3b, 0x3e, 0xbc, 0x17, 0x66, 0xce, 0xa5, 0xa4, 0x14, 0x27, 0x70, 0x29, 0x9b, 0x7e, 0x6a, 0xb8, + 0x2e, 0xb5, 0x80, 0xc5, 0x8e, 0x00, 0x00, 0x08, 0x0b, 0xd5, 0x59, 0xc1, 0x20, 0xda, 0x45, 0x40, + 0x3a, 0xee, 0xf6, 0xe7, 0x51, 0x4e, 0x87, 0x88, 0xe9, 0x3e, 0x20, 0x25, 0xaf, 0x3c, 0x66, 0xfa, + 0x29, 0x18, 0xb8, 0x2a, 0xbd, 0xb9, 0x49, 0xbf, 0xb6, 0xa9, 0x64, 0x0d, 0x95, 0x69, 0x06, 0x65, + 0xe8, 0x7b, 0x5e, 0x58, 0x16, 0x79, 0xc1, 0x7b, 0x67, 0x22, 0xac, 0x16, 0x78, 0x41, 0x0e, 0x6d, + 0x22, 0x90, 0x34, 0x0d, 0xb6, 0xdd, 0xdc, 0x14, 0xc1, 0x88, 0x60, 0xcf, 0x0c, 0xb5, 0x2a, 0x3a, + 0x4c, 0x7c, 0xa7, 0xb9, 0xff, 0x82, 0x79, 0xc7, 0xc5, 0x1a, 0x3d, 0x14, 0xd7, 0x77, 0x25, 0x0e, + 0xd0, 0x33, 0x9f, 0xe8, 0x06, 0x4b, 0x85, 0x5f, 0x38, 0x46, 0x37, 0x9e, 0x2f, 0x3d, 0x8b, 0xb9, + 0x71, 0x39, 0x9c, 0x18, 0xe6, 0xb0, 0xd7, 0x4f, 0xd0, 0x5b, 0x8c, 0x30, 0x8a, 0xd0, 0x91, 0x46, + 0x24, 0xc1, 0x22, 0xed, 0x62, 0x45, 0x72, 0xb5, 0xe0, 0x78, 0x3e, 0x5a, 0x83, 0xe7, 0x97, 0x8d, + 0xe4, 0xc9, 0x63, 0x9e, 0x33, 0xcd, 0x71, 0xf0, 0xce, 0x87, 0xa3, 0x6b, 0xea, 0xb9, 0x8c, 0x65, + 0xa9, 0x62, 0x96, 0x66, 0xa8, 0x65, 0x09, 0xda, 0x8d, 0x04, 0x58, 0x48, 0x09, 0x53, 0x81, 0x89, + 0x86, 0x2e, 0xe1, 0x79, 0x88, 0x7a, 0x29, 0xb3, 0xa0, 0xeb, 0x90, 0x34, 0x63, 0x8a, 0xab, 0xc1, + 0x0f, 0x95, 0x46, 0x0a, 0x85, 0x0f, 0x6f, 0x30, 0x40, 0x06, 0xe8, 0xe1, 0xb3, 0x1d, 0x8c, 0x74, + 0x77, 0x12, 0x0e, 0x1a, 0x42, 0xfc, 0x85, 0x58, 0x51, 0xb6, 0x1e, 0x62, 0x3b, 0x8b, 0x58, 0xff, + 0x50, 0x8c, 0xe4, 0x9f, 0x73, 0xcf, 0x2f, 0xe4, 0xf7, 0xef, 0xa0, 0x0a, 0x7e, 0x16, 0x12, 0x30, + 0x20, 0x02, 0xc3, 0xe2, 0x26, 0xc4, 0x4e, 0xa3, 0x11, 0x58, 0x42, 0x9e, 0xe4, 0x79, 0xdf, 0x39, + 0x46, 0x39, 0xb1, 0xd9, 0xf8, 0xc8, 0xe1, 0xec, 0x68, 0xb8, 0x40, 0xf1, 0x71, 0xf0, 0x39, 0xe8, + 0x20, 0x64, 0x87, 0xb3, 0x40, 0xa8, 0x72, 0xcc, 0x2b, 0x8d, 0x3b, 0xd7, 0x93, 0x5f, 0xa0, 0x1c, + 0x72, 0x32, 0x68, 0x21, 0x18, 0x5b, 0x0d, 0xe6, 0x71, 0xc6, 0x65, 0xf4, 0x70, 0x08, 0x36, 0x8a, + 0xc2, 0xb4, 0x61, 0x8e, 0x93, 0x3c, 0x86, 0x5a, 0x50, 0x43, 0x20, 0x16, 0x3d, 0x4b, 0x78, 0x9f, + 0x73, 0x61, 0x4c, 0x05, 0xdd, 0xff, 0x06, 0xfc, 0x1b, 0xa6, 0xdb, 0x8e, 0x2f, 0x14, 0x00, 0x07, + 0xdf, 0x66, 0xdc, 0x88, 0x63, 0x72, 0xe1, 0x1b, 0x5f, 0xc3, 0x20, 0x54, 0xac, 0x39, 0x22, 0x5d, + 0x42, 0x63, 0x21, 0xe4, 0xd0, 0x05, 0xc2, 0x9c, 0xee, 0x66, 0xe0, 0x4f, 0x37, 0x04, 0xdc, 0xc7, + 0x46, 0xf0, 0x48, 0x0a, 0x8c, 0x82, 0x47, 0x9b, 0x7e, 0x0b, 0x17, 0x26, 0xa0, 0x4f, 0xb8, 0x41, + 0x4a, 0x63, 0xba, 0x03, 0xc5, 0x4c, 0x1d, 0x8f, 0x5c, 0xb5, 0x91, 0x63, 0xdf, 0xde, 0xb4, 0xb7, + 0x2a, 0xdc, 0x5c, 0xc0, 0x1b, 0x4b, 0x6a, 0xee, 0x5f, 0x0c, 0x83, 0x4b, 0xfe, 0x0f, 0xab, 0x12, + 0x3d, 0x1e, 0xcf, 0x16, 0xd8, 0x41, 0x3d, 0x5c, 0x51, 0x40, 0x0d, 0xa2, 0x23, 0xa6, 0x51, 0x95, + 0x61, 0xa1, 0x52, 0xb0, 0x94, 0x8f, 0xf5, 0x0a, 0xbf, 0x00, 0xcf, 0x87, 0x74, 0x0a, 0xe2, 0xe9, + 0x14, 0xde, 0x77, 0x8d, 0x44, 0x85, 0x37, 0x5f, 0x0b, 0x4f, 0x4b, 0x3c, 0xaf, 0x01, 0xa6, 0x8e, + 0x63, 0x81, 0xe1, 0x40, 0xd8, 0xa6, 0x83, 0xbf, 0xb6, 0xd4, 0xb0, 0x6c, 0xdc, 0x7b, 0xd7, 0xa5, + 0x44, 0x36, 0xe1, 0xcc, 0x4c, 0xa3, 0xc6, 0xce, 0x80, 0xc1, 0xcf, 0xb0, 0xd6, 0x10, 0x3e, 0x20, + 0x69, 0xe6, 0x1d, 0x0a, 0x03, 0xa6, 0x68, 0xf8, 0x08, 0x1c, 0x21, 0xe9, 0x1f, 0x1b, 0xc3, 0xbe, + 0xf9, 0xd8, 0x21, 0x19, 0xde, 0xe6, 0x53, 0x3c, 0x59, 0xcb, 0x1f, 0x86, 0xe0, 0x0c, 0xf3, 0x06, + 0x2b, 0xb2, 0xc3, 0x85, 0xce, 0x32, 0xc7, 0xab, 0x80, 0x80, 0xe0, 0x42, 0x29, 0x78, 0xef, 0x16, + 0xef, 0x99, 0x15, 0xfe, 0x95, 0x2c, 0x51, 0x5b, 0x96, 0x01, 0x59, 0x58, 0xb3, 0xf1, 0x0e, 0xf8, + 0xab, 0x4c, 0xfe, 0x70, 0x85, 0xbb, 0x85, 0xed, 0xf7, 0x0e, 0xbb, 0xf1, 0x1e, 0x78, 0xb6, 0xed, + 0xcb, 0xef, 0x1f, 0x0b, 0xf5, 0xa2, 0x2b, 0x4f, 0xab, 0x3a, 0x40, 0xb3, 0xfd, 0x71, 0x0f, 0xce, + 0x3d, 0x78, 0xe1, 0x5e, 0x78, 0x90, 0x56, 0x76, 0x83, 0x5d, 0x86, 0xe2, 0x87, 0x5b, 0x7a, 0x59, + 0x80, 0x0d, 0x85, 0x40, 0xb6, 0x2e, 0xc3, 0xf0, 0xea, 0x6b, 0xdf, 0x20, 0xa7, 0xc2, 0x19, 0xcd, + 0x60, 0xb0, 0x46, 0x79, 0x07, 0xc3, 0xc7, 0xcd, 0x35, 0x12, 0x37, 0xd6, 0x68, 0xe6, 0xd1, 0x4a, + 0xd3, 0x6e, 0x75, 0x5e, 0xff, 0x84, 0xf1, 0x8f, 0x72, 0xfb, 0x6b, 0x16, 0xec, 0x97, 0xdf, 0x31, + 0x76, 0x5c, 0x70, 0xac, 0x6c, 0x7d, 0xfd, 0xab, 0x46, 0xdc, 0xba, 0x8c, 0x62, 0x30, 0x14, 0x1c, + 0xe3, 0xfb, 0x5a, 0xc8, 0x5c, 0x71, 0xe0, 0xd5, 0x2f, 0x3e, 0xed, 0x85, 0x69, 0xd4, 0x17, 0x6f, + 0xcc, 0xec, 0xaf, 0x15, 0xf0, 0x97, 0x6d, 0x5d, 0x2f, 0x77, 0xee, 0xd7, 0xe7, 0x5b, 0xe3, 0x85, + 0x8a, 0x90, 0xd8, 0x3c, 0x04, 0x65, 0xb3, 0x46, 0xd7, 0x88, 0x50, 0xd8, 0xd6, 0x16, 0xcb, 0xfc, + 0x04, 0xc5, 0xf1, 0xa2, 0x8d, 0xf3, 0x79, 0xf4, 0x64, 0x8a, 0xc8, 0x21, 0x99, 0xe1, 0x1d, 0x11, + 0xe1, 0xc3, 0x12, 0xbd, 0xc6, 0xd5, 0x17, 0xcd, 0x5b, 0x20, 0x3b, 0x48, 0x5b, 0x39, 0x86, 0xa1, + 0x53, 0x32, 0xe3, 0x3d, 0xf4, 0xb0, 0xb0, 0x02, 0xd2, 0xe6, 0xe6, 0xaa, 0x16, 0xd0, 0xdb, 0xd4, + 0x40, 0x33, 0x33, 0xef, 0x34, 0x32, 0x4e, 0xce, 0x64, 0xd2, 0x97, 0x46, 0x9a, 0x69, 0xd7, 0x38, + 0x67, 0x60, 0x9a, 0x18, 0xb4, 0x46, 0x01, 0xd5, 0xfc, 0xc3, 0x73, 0x63, 0xfd, 0x0c, 0x1f, 0x38, + 0x1a, 0xee, 0xe6, 0x72, 0x03, 0xff, 0x42, 0x2f, 0x57, 0xe0, 0xea, 0xf3, 0xdd, 0x8c, 0xb6, 0xe0, + 0x6f, 0xf4, 0x72, 0x11, 0x84, 0xb3, 0x9e, 0x36, 0x80, 0x5b, 0x7f, 0xf1, 0x63, 0x7b, 0xc8, 0xcf, + 0xf9, 0x72, 0x71, 0x0c, 0x96, 0x59, 0x5f, 0x1c, 0x4c, 0xb3, 0x5a, 0xa0, 0xb6, 0x87, 0x69, 0x8c, + 0x86, 0x92, 0x04, 0x4e, 0xe1, 0x28, 0x54, 0xef, 0xa0, 0x4e, 0xd2, 0x10, 0xf9, 0x59, 0x6c, 0x24, + 0x84, 0xe5, 0x7a, 0xba, 0x93, 0x5a, 0x78, 0x9f, 0x5a, 0x77, 0xa2, 0x92, 0x2e, 0x7a, 0x33, 0x62, + 0x40, 0xfd, 0x63, 0x24, 0x7d, 0xc5, 0x30, 0x4e, 0xca, 0x2b, 0x20, 0xc3, 0x28, 0xd5, 0x48, 0x1c, + 0x0e, 0xbd, 0x04, 0x29, 0xda, 0xdd, 0xa5, 0x4e, 0x2e, 0x1b, 0xb4, 0x7c, 0x1c, 0x71, 0xec, 0x04, + 0xe4, 0x15, 0x68, 0x73, 0x26, 0x2b, 0x61, 0x45, 0xec, 0x8f, 0x25, 0x8c, 0x85, 0xce, 0xff, 0x5d, + 0x35, 0x12, 0xab, 0x41, 0x2e, 0x19, 0x2d, 0x4b, 0x60, 0xf1, 0x6c, 0xb8, 0xf8, 0xd8, 0xe2, 0xd1, + 0x62, 0x24, 0x8e, 0x5b, 0x16, 0x94, 0x1d, 0x30, 0xbc, 0x19, 0x1a, 0xd4, 0xf3, 0x7a, 0x64, 0x7b, + 0x19, 0x2e, 0x24, 0x82, 0x1d, 0x4f, 0x15, 0xd3, 0x90, 0xfa, 0xe1, 0x5f, 0x2c, 0x67, 0xf9, 0x7b, + 0xda, 0xfc, 0xcd, 0x6e, 0x5e, 0xa0, 0x22, 0x8d, 0x51, 0x8c, 0x8c, 0x8d, 0x1b, 0xa9, 0x3b, 0x30, + 0x02, 0x31, 0xf6, 0x08, 0x4f, 0x7d, 0x23, 0xf5, 0x05, 0xd3, 0x5d, 0x6f, 0xf4, 0x2e, 0x2d, 0x59, + 0xe2, 0x4a, 0xe5, 0x0a, 0x3f, 0x3c, 0xbd, 0x28, 0x9d, 0xe3, 0xeb, 0xb1, 0xd7, 0xd4, 0x27, 0xee, + 0xbd, 0x13, 0x10, 0x01, 0x54, 0xa4, 0x25, 0xdd, 0xb5, 0x76, 0x6e, 0xc4, 0x96, 0x5c, 0xb2, 0x4d, + 0xc9, 0xcf, 0x0f, 0xdd, 0x91, 0xd4, 0xec, 0x41, 0x65, 0xaf, 0x0f, 0x6d, 0x5f, 0x04, 0x0b, 0xb4, + 0xbc, 0x85, 0x2a, 0x7a, 0x21, 0x4c, 0x03, 0x57, 0xaa, 0x80, 0xc0, 0x67, 0xfd, 0x9a, 0x28, 0x38, + 0xf0, 0x37, 0xc2, 0x6b, 0x44, 0x41, 0x9b, 0x8b, 0xec, 0xd2, 0x0c, 0xa2, 0x9e, 0xbd, 0xd5, 0xd0, + 0x54, 0x51, 0xe4, 0xeb, 0xaa, 0x39, 0x23, 0xe9, 0x7e, 0x38, 0x5b, 0xbe, 0x14, 0xcb, 0xc7, 0xcf, + 0xa1, 0xb5, 0x3a, 0x49, 0xd2, 0x44, 0x49, 0xc6, 0x90, 0xe7, 0x3e, 0x3d, 0xb2, 0xac, 0x8f, 0xeb, + 0x58, 0x7c, 0x9d, 0x35, 0x0e, 0x12, 0xe7, 0x0b, 0x84, 0x10, 0x8a, 0x1d, 0xff, 0x9a, 0x83, 0xa5, + 0xc5, 0x97, 0xa0, 0x77, 0x1e, 0x83, 0x65, 0xdb, 0xca, 0xd9, 0x81, 0x5c, 0x20, 0xcc, 0xeb, 0x21, + 0x9c, 0x5d, 0x87, 0x5c, 0x43, 0x76, 0x18, 0x99, 0x07, 0xa1, 0x17, 0xbd, 0x88, 0x3b, 0x29, 0xec, + 0x4c, 0xaa, 0x87, 0x41, 0xf7, 0xc9, 0xa4, 0x43, 0x0d, 0x1e, 0xcf, 0x13, 0x0e, 0x4f, 0x7e, 0xa4, + 0xb9, 0x1b, 0x71, 0x17, 0xd4, 0x5d, 0x0c, 0x16, 0xc7, 0xf5, 0xa4, 0x8e, 0x97, 0xab, 0x14, 0xd9, + 0xf0, 0xec, 0xdf, 0x34, 0x83, 0x5b, 0x9e, 0x59, 0x55, 0xe1, 0x6a, 0x68, 0x8a, 0xe7, 0x46, 0x86, + 0x21, 0x89, 0xb4, 0x60, 0x08, 0x52, 0x37, 0x92, 0xe2, 0x48, 0xee, 0xd0, 0xa6, 0x26, 0x8f, 0x37, + 0x6a, 0x60, 0xe5, 0x69, 0xb6, 0x99, 0x6e, 0xb1, 0xfc, 0xce, 0xe8, 0xc6, 0xc4, 0x0b, 0x32, 0x1c, + 0x5c, 0xe4, 0xf6, 0x7c, 0x26, 0x46, 0x9a, 0xf9, 0x4b, 0x8c, 0x74, 0xcf, 0xfb, 0x96, 0x71, 0xb6, + 0x40, 0x5b, 0x0c, 0x32, 0xf1, 0x17, 0xcb, 0x3a, 0x9a, 0xac, 0xd3, 0x9e, 0xae, 0x3e, 0xac, 0x64, + 0xcd, 0x72, 0x23, 0x1e, 0x54, 0x94, 0x10, 0xff, 0x29, 0xd0, 0xa5, 0x5b, 0xfe, 0x57, 0x18, 0xad, + 0x27, 0x01, 0x5a, 0xc3, 0xcd, 0x7f, 0x21, 0xfa, 0x48, 0x33, 0xa2, 0x4c, 0xc1, 0x27, 0x01, 0x8f, + 0x29, 0xa0, 0xfd, 0x14, 0xf4, 0x08, 0x5d, 0x67, 0x2e, 0x83, 0xb3, 0x2d, 0xee, 0x44, 0x10, 0x41, + 0x70, 0x0f, 0x47, 0x2d, 0x96, 0xd4, 0x62, 0x77, 0x6e, 0x24, 0x39, 0xc0, 0x04, 0xf4, 0x15, 0xfe, + 0xc2, 0xe4, 0xe4, 0xdd, 0xe7, 0x33, 0xfb, 0xb0, 0xd0, 0xd2, 0x81, 0x77, 0x8b, 0x21, 0xf4, 0x59, + 0x60, 0x04, 0xe8, 0xc9, 0x32, 0xd0, 0xe4, 0x8c, 0xf5, 0xb5, 0xb6, 0x0e, 0x56, 0x80, 0xa0, 0x79, + 0x0c, 0x18, 0xbd, 0xe0, 0x64, 0xb6, 0xc0, 0x8c, 0x17, 0x0d, 0xb0, 0x8a, 0xc8, 0x31, 0x36, 0x60, + 0x15, 0x8d, 0xc7, 0xd2, 0x77, 0x17, 0x55, 0xfd, 0x5a, 0x33, 0xd3, 0x82, 0xc4, 0x88, 0x36, 0x1a, + 0x67, 0x8c, 0x59, 0x60, 0x1d, 0x9b, 0x9b, 0xd1, 0x23, 0x1f, 0x1a, 0x0d, 0x97, 0xcd, 0x82, 0xd5, + 0x1c, 0x6d, 0x73, 0xf3, 0x43, 0x6c, 0xd3, 0xd0, 0x87, 0x77, 0x81, 0xc4, 0x67, 0x3c, 0x9b, 0x66, + 0x42, 0xee, 0x0b, 0x36, 0x27, 0x19, 0x9e, 0x8a, 0x8d, 0x55, 0x12, 0x2c, 0x60, 0xa4, 0x41, 0x5c, + 0x4a, 0x0c, 0x9e, 0x00, 0x33, 0x8f, 0x8a, 0x40, 0x48, 0xa9, 0xfd, 0xf8, 0x61, 0x02, 0xeb, 0x30, + 0x81, 0x4b, 0x98, 0x69, 0x59, 0x08, 0x03, 0xff, 0x29, 0xfc, 0xc0, 0xff, 0x41, 0xbd, 0xa9, 0x67, + 0x69, 0xd5, 0x31, 0xd3, 0x60, 0xb5, 0xc5, 0x02, 0x76, 0x3b, 0xba, 0x44, 0x7a, 0xe9, 0xee, 0x04, + 0x34, 0x15, 0x01, 0x70, 0x88, 0xc0, 0x76, 0xa2, 0x55, 0x02, 0xdc, 0xf7, 0x6a, 0x85, 0x2a, 0x6b, + 0x39, 0x56, 0x90, 0xfa, 0x5a, 0x62, 0x45, 0xdf, 0x2b, 0x8d, 0xca, 0x58, 0x44, 0x30, 0x3a, 0x31, + 0x45, 0xc5, 0xbb, 0x81, 0x65, 0xa5, 0x72, 0xa6, 0x28, 0x6e, 0x58, 0x6b, 0x9a, 0x7b, 0x5b, 0xf1, + 0xfa, 0x4a, 0x58, 0xba, 0xe0, 0x7a, 0xc0, 0xc1, 0x21, 0x2e, 0xfd, 0xb0, 0x05, 0x1d, 0xfc, 0x9d, + 0x0c, 0x0e, 0xa7, 0xf1, 0xce, 0xbe, 0xc4, 0x73, 0x3a, 0x17, 0x27, 0xfb, 0x66, 0x30, 0x40, 0x37, + 0x33, 0xd6, 0x5e, 0x40, 0xf3, 0x99, 0x7b, 0x8a, 0x89, 0x0d, 0x43, 0xc4, 0x76, 0x00, 0xfa, 0x26, + 0x71, 0x32, 0xd9, 0x57, 0x52, 0x8d, 0x6c, 0x85, 0xdf, 0xce, 0xd3, 0x4d, 0xf6, 0x58, 0x2d, 0x2f, + 0xf4, 0x95, 0xed, 0x9c, 0xff, 0x33, 0x2f, 0x96, 0x00, 0xa3, 0x85, 0x42, 0xa3, 0xd1, 0x57, 0x68, + 0x4a, 0xaa, 0x91, 0xc7, 0x14, 0xb1, 0x12, 0x4a, 0x01, 0x00, 0x8c, 0x33, 0xb1, 0xb3, 0x87, 0xfd, + 0xe1, 0xa1, 0xa3, 0xdf, 0xf8, 0xd5, 0x77, 0xf0, 0x1c, 0xa6, 0xbe, 0x32, 0xc7, 0x43, 0xad, 0x90, + 0x97, 0x15, 0xc1, 0x2e, 0xfe, 0xc5, 0xcf, 0x85, 0x6a, 0x56, 0x64, 0xe4, 0xa2, 0x18, 0x5d, 0x3b, + 0xe2, 0x40, 0x5c, 0x1c, 0x88, 0x4c, 0x17, 0x2c, 0xf0, 0x7d, 0x44, 0xf7, 0x0f, 0xce, 0x50, 0x0e, + 0xb6, 0xaa, 0x93, 0x48, 0x9d, 0xdc, 0x57, 0xbc, 0xc1, 0x4d, 0x20, 0xa1, 0xa5, 0x59, 0x8e, 0xde, + 0x46, 0x6a, 0x0f, 0x12, 0xec, 0x80, 0x65, 0x8e, 0xba, 0xec, 0x93, 0xac, 0x66, 0x98, 0xa7, 0x6b, + 0x2e, 0x40, 0xa5, 0x15, 0x71, 0xab, 0x37, 0x14, 0x47, 0x36, 0x91, 0xc6, 0x83, 0xc1, 0x58, 0xb3, + 0x3c, 0x51, 0xf6, 0xce, 0x7e, 0x6f, 0x49, 0x9f, 0xb0, 0xd0, 0x02, 0x97, 0x77, 0xed, 0x29, 0x82, + 0x49, 0x46, 0x56, 0xe0, 0x5c, 0x16, 0x05, 0x30, 0xc2, 0x95, 0xeb, 0x60, 0x0d, 0x09, 0xf7, 0x01, + 0xf9, 0x7b, 0xcb, 0x43, 0x95, 0x36, 0x70, 0x43, 0x3e, 0xed, 0x16, 0xdb, 0xe1, 0xc9, 0xcf, 0xbd, + 0xb3, 0x7f, 0xf8, 0xd9, 0x3c, 0x92, 0x6f, 0x36, 0xc7, 0x9d, 0x3e, 0x91, 0x7e, 0x88, 0x82, 0x77, + 0x86, 0xcb, 0xba, 0x63, 0x18, 0x69, 0x4b, 0xe3, 0x5b, 0xfc, 0x67, 0x56, 0x2d, 0x72, 0xfe, 0x30, + 0x34, 0xac, 0x16, 0x6e, 0xe5, 0x1c, 0x03, 0x17, 0x57, 0xed, 0xd1, 0x8e, 0x9c, 0x78, 0x11, 0x45, + 0x28, 0xae, 0xb7, 0x7e, 0x7a, 0x8b, 0xf6, 0x64, 0xc7, 0x42, 0xf1, 0x09, 0xfa, 0x69, 0x34, 0x3e, + 0xf8, 0x6f, 0xf8, 0x34, 0xff, 0x82, 0x33, 0xd3, 0x04, 0xcc, 0x45, 0x10, 0xbc, 0x7c, 0xb4, 0x42, + 0x18, 0x4b, 0x66, 0xda, 0x02, 0x18, 0xdf, 0xcd, 0xf4, 0x60, 0x27, 0x7e, 0x7e, 0xca, 0x12, 0x36, + 0x52, 0x59, 0x3c, 0x36, 0x56, 0x00, 0xbd, 0xae, 0xe6, 0x26, 0xa3, 0xc7, 0x39, 0x2d, 0x6d, 0xf3, + 0x0d, 0x73, 0x1d, 0x7a, 0x39, 0x01, 0x2e, 0xfa, 0x2d, 0x4e, 0x28, 0x58, 0xaf, 0x8d, 0x04, 0x16, + 0x2f, 0xee, 0xa7, 0xf1, 0x22, 0x84, 0xe2, 0x3e, 0x8f, 0x20, 0x7a, 0x1f, 0x27, 0xa0, 0xcb, 0xaf, + 0x5c, 0x7b, 0x5f, 0x04, 0x69, 0x6a, 0x18, 0x54, 0xb2, 0x38, 0xe2, 0x48, 0x5b, 0x6c, 0x1b, 0x32, + 0x7f, 0x68, 0x78, 0xa4, 0x93, 0xb3, 0x32, 0x24, 0x93, 0x46, 0x8d, 0x79, 0x01, 0x15, 0x37, 0xd0, + 0x5a, 0x50, 0xf8, 0x6e, 0xf1, 0x3e, 0xe9, 0x96, 0x84, 0xe7, 0xbb, 0xd4, 0x9d, 0x58, 0x7b, 0x8d, + 0x20, 0x44, 0xc3, 0x6b, 0x74, 0x34, 0x3f, 0xbf, 0xbd, 0x95, 0xa5, 0x5e, 0x2f, 0xb6, 0xae, 0x3f, + 0x8f, 0x9e, 0xe1, 0x62, 0xb0, 0x58, 0xa7, 0x55, 0x36, 0x7f, 0xdd, 0x8f, 0x32, 0xc3, 0x10, 0x51, + 0xcd, 0x1c, 0x3a, 0x51, 0xac, 0xf9, 0x0a, 0x13, 0xdd, 0xee, 0x9b, 0xa6, 0xf7, 0x41, 0x24, 0xf1, + 0x64, 0x3a, 0x04, 0x82, 0xa3, 0x43, 0x8f, 0x00, 0x4a, 0xa2, 0x9a, 0xc5, 0x9e, 0xd8, 0xd9, 0x4c, + 0x5c, 0x38, 0x06, 0x7c, 0xc8, 0xae, 0x91, 0x58, 0xe8, 0xdd, 0x4b, 0xd6, 0xaa, 0xac, 0x0f, 0xed, + 0xe4, 0xca, 0x95, 0xaf, 0xe5, 0x37, 0x61, 0x03, 0x92, 0xbd, 0x9d, 0xb3, 0xc0, 0xcf, 0xff, 0x6a, + 0xad, 0x38, 0x20, 0x76, 0x71, 0xf5, 0x2e, 0x2f, 0x9c, 0x37, 0xb2, 0x34, 0x2c, 0x74, 0x2c, 0x68, + 0xb4, 0x2d, 0x0d, 0x51, 0x98, 0x88, 0xcc, 0xe3, 0xce, 0x1c, 0x1a, 0x1d, 0x7a, 0x12, 0x37, 0xfa, + 0x9f, 0x22, 0x0c, 0x7a, 0x68, 0xb0, 0x35, 0x8a, 0x20, 0x32, 0x22, 0xcd, 0x76, 0xee, 0xa8, 0x37, + 0xf4, 0xbc, 0x23, 0x67, 0x27, 0x9e, 0xf0, 0x43, 0xfc, 0x59, 0x0b, 0xed, 0x0d, 0xe9, 0x4b, 0xce, + 0x91, 0x6d, 0xd2, 0x68, 0x38, 0xba, 0x77, 0x3d, 0x12, 0x67, 0x44, 0x96, 0x96, 0x6c, 0x59, 0xd4, + 0xc6, 0x62, 0x43, 0x26, 0x94, 0x05, 0x74, 0x7a, 0xab, 0xd8, 0xe2, 0xdc, 0x5f, 0xce, 0x0e, 0xf3, + 0x69, 0xe5, 0x25, 0x19, 0x0a, 0x17, 0xf4, 0x22, 0xda, 0x02, 0xc3, 0x91, 0xee, 0x76, 0x8d, 0x84, + 0xb9, 0xf9, 0x07, 0x37, 0x07, 0x59, 0x60, 0x94, 0x3d, 0x4c, 0x39, 0xc9, 0x60, 0x8b, 0x12, 0xff, + 0xfb, 0x77, 0xb8, 0xe9, 0x6e, 0xec, 0xb7, 0x89, 0xe7, 0xe0, 0x01, 0x02, 0x7d, 0xf4, 0x00, 0x34, + 0xd4, 0xe6, 0x1f, 0x02, 0x64, 0x7a, 0xe1, 0x68, 0xa1, 0x5b, 0x8e, 0xf9, 0x1f, 0x0c, 0xf3, 0x3f, + 0x3d, 0x0f, 0xd2, 0x8d, 0x69, 0x09, 0xff, 0xd5, 0x5a, 0x15, 0x43, 0xe7, 0xb9, 0x91, 0xbe, 0x24, + 0xfd, 0xf1, 0x10, 0xf9, 0x30, 0x49, 0x51, 0x3b, 0x99, 0x19, 0xa1, 0x2c, 0x83, 0xdf, 0xfb, 0xa5, + 0xc6, 0x98, 0x0d, 0x77, 0x6b, 0x22, 0xfa, 0x47, 0x06, 0x51, 0x16, 0x65, 0xe2, 0x11, 0x41, 0xa9, + 0xa4, 0xf3, 0x2f, 0x33, 0x33, 0x5e, 0x6c, 0xce, 0xcc, 0xf1, 0x75, 0xf1, 0x0b, 0x1e, 0x88, 0x96, + 0x64, 0x6d, 0xdc, 0x16, 0x81, 0x19, 0x7e, 0x17, 0xf9, 0x20, 0xe1, 0x3b, 0x26, 0x6c, 0x63, 0x82, + 0xb1, 0x9d, 0xce, 0xe6, 0x36, 0x37, 0x3f, 0xd5, 0xbf, 0x46, 0xc3, 0x43, 0x07, 0xc0, 0x81, 0xae, + 0x2e, 0x1f, 0x95, 0xcd, 0x6d, 0x6d, 0x69, 0x9c, 0x47, 0x91, 0x5b, 0x0d, 0x07, 0xdb, 0x96, 0xdd, + 0x32, 0xfc, 0x20, 0x27, 0x09, 0x27, 0xe1, 0x8b, 0xe3, 0x35, 0x01, 0x24, 0xcc, 0x3a, 0x18, 0x5d, + 0xdc, 0x31, 0xfa, 0x59, 0x64, 0xe2, 0xda, 0x9a, 0x47, 0xfa, 0x21, 0x46, 0xc1, 0x0e, 0x18, 0x0b, + 0xab, 0x1e, 0x78, 0x7d, 0xbd, 0x8f, 0xca, 0x43, 0x82, 0x41, 0xc0, 0xf5, 0xe0, 0x90, 0x63, 0xdc, + 0x7f, 0x9b, 0xe2, 0xa2, 0x07, 0x1f, 0x5b, 0x90, 0xb6, 0x95, 0x8c, 0xe9, 0xb1, 0xfe, 0x2d, 0xe4, + 0x31, 0x45, 0x76, 0x47, 0xac, 0xc5, 0x5e, 0xb3, 0x7a, 0x00, 0x67, 0x7c, 0x0c, 0x2e, 0x3d, 0x00, + 0x14, 0x4f, 0x5a, 0x0e, 0x53, 0x40, 0x70, 0xec, 0x21, 0x11, 0xd2, 0xe9, 0xb4, 0xcb, 0x94, 0x27, + 0xdf, 0xbb, 0xe2, 0x6b, 0x0c, 0xa4, 0xce, 0x78, 0x03, 0x06, 0xd0, 0xf8, 0x5b, 0x18, 0x20, 0x9f, + 0x7f, 0xf6, 0xf7, 0xe6, 0x26, 0x7b, 0x32, 0xf9, 0xc5, 0x56, 0xeb, 0x04, 0xee, 0xfa, 0x49, 0x98, + 0xbc, 0xf7, 0x06, 0x66, 0x23, 0xbf, 0x43, 0x27, 0xe5, 0xef, 0xdf, 0x51, 0x49, 0x07, 0x52, 0x18, + 0x52, 0x6b, 0x33, 0xd4, 0x88, 0x43, 0xad, 0x81, 0x34, 0x81, 0x96, 0xe2, 0x6b, 0x2b, 0xf3, 0xe3, + 0xbb, 0x79, 0xa0, 0xca, 0x2d, 0x75, 0x63, 0xee, 0x1d, 0xf3, 0xe6, 0xe9, 0x68, 0xcb, 0x87, 0xac, + 0x81, 0x96, 0x06, 0x39, 0x38, 0x7a, 0x1c, 0x1c, 0x3d, 0x17, 0x0e, 0xc6, 0x7c, 0x39, 0xd7, 0xc0, + 0xc4, 0xad, 0xa6, 0xe8, 0xad, 0xa5, 0x1c, 0x6d, 0x7d, 0xc6, 0xf0, 0x09, 0x6f, 0xef, 0xe7, 0xa4, + 0x20, 0x41, 0x78, 0x73, 0x02, 0xce, 0xbe, 0x0f, 0xf2, 0x0d, 0xad, 0x8f, 0xb2, 0x2d, 0x0e, 0x8b, + 0xf3, 0xf3, 0x6d, 0x7c, 0xcf, 0x78, 0x97, 0x3f, 0x24, 0xbe, 0x67, 0x70, 0xb1, 0x15, 0xbf, 0xfb, + 0xee, 0x40, 0xdf, 0x4e, 0xfc, 0x5f, 0x71, 0x5c, 0x0c, 0xf0, 0xde, 0xc3, 0x00, 0x00 }; diff --git a/wled00/html_ui.h b/wled00/html_ui.h index 15647ba7f..e64b7e33a 100644 --- a/wled00/html_ui.h +++ b/wled00/html_ui.h @@ -7,1898 +7,1931 @@ */ // Autogenerated from wled00/data/index.htm, do not edit!! -const uint16_t PAGE_index_L = 30263; +const uint16_t PAGE_index_L = 30790; const uint8_t PAGE_index[] PROGMEM = { - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xd4, 0xbd, 0x69, 0x76, 0xe3, 0x3a, - 0xb2, 0x30, 0xf8, 0xdf, 0xab, 0x60, 0x32, 0xab, 0x9c, 0x52, 0x89, 0x96, 0xa8, 0xd1, 0x1a, 0x52, - 0xf6, 0x93, 0xe5, 0x79, 0xb6, 0xe5, 0x39, 0x5f, 0x9e, 0x97, 0x94, 0x44, 0x49, 0xb4, 0x29, 0x92, - 0x26, 0xa9, 0xc1, 0x56, 0xea, 0x5b, 0x46, 0x9f, 0xd3, 0x1b, 0xe8, 0x1f, 0xbd, 0x80, 0x5e, 0x40, - 0x2f, 0xa5, 0x57, 0xd2, 0x11, 0x00, 0x48, 0x82, 0x14, 0x25, 0x3b, 0x6f, 0xdd, 0x6f, 0xba, 0x55, - 0x69, 0x91, 0x20, 0x10, 0x00, 0x02, 0x81, 0x40, 0x44, 0x20, 0x10, 0xf8, 0xfe, 0x65, 0xf7, 0xa2, - 0x79, 0xf3, 0x78, 0xb9, 0x27, 0x0c, 0xdc, 0xa1, 0xbe, 0x25, 0x7c, 0xc7, 0x1f, 0x41, 0x57, 0x8c, - 0x7e, 0x5d, 0x54, 0x0d, 0x11, 0x13, 0x54, 0xa5, 0x0b, 0x3f, 0x43, 0xd5, 0x55, 0x04, 0x43, 0x19, - 0xaa, 0x75, 0x71, 0xac, 0xa9, 0x13, 0xcb, 0xb4, 0x5d, 0x51, 0x58, 0xeb, 0x98, 0x86, 0xab, 0x1a, - 0x6e, 0x5d, 0x9c, 0x68, 0x5d, 0x77, 0x50, 0xef, 0xaa, 0x63, 0xad, 0xa3, 0x6e, 0x90, 0x17, 0x49, - 0x33, 0x34, 0x57, 0x53, 0xf4, 0x0d, 0xa7, 0xa3, 0xe8, 0x6a, 0x3d, 0x2b, 0x0d, 0x21, 0x61, 0x38, - 0x1a, 0x7a, 0xef, 0xa2, 0x07, 0x74, 0xad, 0x33, 0x50, 0x6c, 0x47, 0x05, 0x20, 0x23, 0xb7, 0xb7, - 0x51, 0x16, 0xc3, 0x95, 0xb9, 0x03, 0x75, 0xa8, 0x6e, 0x74, 0x4c, 0xdd, 0xb4, 0x45, 0xc1, 0xaf, - 0xee, 0x6b, 0x8e, 0xfc, 0xc7, 0xc1, 0xf0, 0xbe, 0xbc, 0xa9, 0x8e, 0xc8, 0x8a, 0x2a, 0x96, 0xa5, - 0xab, 0x1b, 0x43, 0xb3, 0xad, 0xc1, 0xcf, 0x44, 0x6d, 0x6f, 0x40, 0xc2, 0x46, 0x47, 0xb1, 0x94, - 0xb6, 0xae, 0x62, 0x49, 0x5d, 0x33, 0x5e, 0x04, 0x5b, 0xd5, 0xeb, 0xa2, 0x33, 0x80, 0xee, 0x74, - 0x46, 0xae, 0xa0, 0x01, 0x1c, 0xe8, 0xd6, 0xc0, 0x56, 0x7b, 0x75, 0xb1, 0xab, 0xb8, 0x4a, 0x55, - 0x1b, 0x2a, 0x7d, 0x35, 0x33, 0xdd, 0xc0, 0x2f, 0xb5, 0xb6, 0xe2, 0xa8, 0xa5, 0x82, 0xd4, 0x68, - 0x34, 0x76, 0x1a, 0x8d, 0xbd, 0xc6, 0x1e, 0xfc, 0xc5, 0xdf, 0x83, 0x46, 0xf3, 0x00, 0x9f, 0xf6, - 0xfb, 0xf0, 0xe7, 0x48, 0xbf, 0xba, 0x79, 0xe9, 0x9c, 0x37, 0x07, 0xe6, 0x09, 0xa6, 0xed, 0xde, - 0xea, 0x47, 0xd7, 0xfb, 0x47, 0xf8, 0x78, 0x45, 0x73, 0xf7, 0x49, 0xde, 0xc3, 0xcc, 0x65, 0xe6, - 0x11, 0x53, 0xf6, 0xb2, 0xc7, 0xd7, 0x7b, 0xfb, 0xb7, 0x17, 0x47, 0xd9, 0x67, 0x48, 0xca, 0x5c, - 0x4e, 0x2e, 0xa6, 0xfd, 0xf3, 0x03, 0xb5, 0x71, 0x7b, 0x36, 0xdd, 0xab, 0x1c, 0x94, 0x3a, 0x57, - 0xcd, 0x93, 0xdd, 0xfb, 0xc6, 0xc0, 0x6a, 0xec, 0x3e, 0xe5, 0x7a, 0xe5, 0xcb, 0xb3, 0xe7, 0x9d, - 0x56, 0xfe, 0xea, 0x5e, 0x2e, 0x5f, 0x9d, 0xe4, 0xe4, 0x13, 0xe5, 0xa9, 0x99, 0xeb, 0xf7, 0x9a, - 0x95, 0x41, 0xd3, 0x78, 0x35, 0x47, 0xe6, 0x79, 0xbf, 0x71, 0xdd, 0x7f, 0xdc, 0x7c, 0x3f, 0x9b, - 0x36, 0xde, 0xce, 0xf5, 0xdb, 0xee, 0xd5, 0xa1, 0xfe, 0xa0, 0x35, 0xf4, 0x8b, 0xdc, 0xd9, 0x6e, - 0x63, 0xb7, 0x94, 0xdf, 0xbb, 0x7b, 0x3d, 0x3f, 0x6c, 0xa8, 0x72, 0x83, 0x34, 0x44, 0xdf, 0xbf, - 0x79, 0x69, 0x8d, 0xae, 0x86, 0xcd, 0xa6, 0xb8, 0xb5, 0x26, 0x7c, 0x77, 0x35, 0x57, 0x57, 0xb7, - 0xee, 0x4f, 0xf7, 0x76, 0xbf, 0x67, 0xe8, 0xb3, 0xf0, 0xdd, 0xe9, 0xd8, 0x9a, 0xe5, 0x6e, 0xad, - 0xf5, 0x46, 0x46, 0xc7, 0xd5, 0x4c, 0x43, 0xe8, 0xa9, 0x6a, 0xb7, 0xad, 0x74, 0x5e, 0x12, 0xc9, - 0xd9, 0x7c, 0xac, 0xd8, 0x02, 0x0c, 0xb9, 0xd9, 0x19, 0x0d, 0x01, 0xf3, 0xe9, 0xbe, 0xea, 0xee, - 0xe9, 0x2a, 0x3e, 0x3a, 0x3b, 0x6f, 0x37, 0x4a, 0xff, 0x1c, 0xc6, 0x20, 0x21, 0x22, 0xf5, 0x88, - 0xc9, 0x1f, 0xf2, 0x4f, 0x49, 0x0f, 0xb2, 0x76, 0x6c, 0x55, 0x71, 0x55, 0x96, 0x3b, 0x21, 0xd2, - 0x5a, 0xc4, 0x64, 0x4d, 0x4f, 0xbb, 0x6f, 0x16, 0x1b, 0x38, 0xad, 0xa3, 0x60, 0x8d, 0x99, 0x67, - 0x65, 0xac, 0xb0, 0x0c, 0x92, 0x9e, 0x76, 0xec, 0x4e, 0x5d, 0xd4, 0x6c, 0x33, 0xfd, 0xec, 0xe0, - 0xab, 0xd2, 0xed, 0xee, 0x8d, 0x01, 0xc6, 0xa9, 0xe6, 0xc0, 0xe8, 0xab, 0x76, 0x42, 0xd4, 0x4d, - 0xa8, 0x4f, 0x52, 0xeb, 0x5b, 0xb3, 0x8e, 0xa5, 0x75, 0x5e, 0xea, 0x86, 0x3a, 0x11, 0x30, 0x7f, - 0x13, 0x09, 0xe8, 0x12, 0x52, 0x30, 0xd3, 0x57, 0x8b, 0x3c, 0x88, 0xd2, 0x8c, 0x50, 0x6a, 0x35, - 0x57, 0x92, 0xa5, 0xc9, 0x40, 0x55, 0xf5, 0x53, 0xad, 0x3f, 0x70, 0x0d, 0xd5, 0x71, 0xaa, 0x5f, - 0xb2, 0x34, 0xa5, 0x61, 0xf4, 0x75, 0xb5, 0x9a, 0xdb, 0x64, 0x19, 0x76, 0x35, 0x5b, 0x25, 0x98, - 0xa8, 0x8a, 0x1d, 0xdd, 0xec, 0xbc, 0x4c, 0x34, 0x47, 0x85, 0x86, 0x28, 0x6f, 0xe6, 0xc8, 0xad, - 0xfe, 0x98, 0x75, 0xcc, 0xa1, 0x65, 0x1a, 0xd0, 0xa0, 0x2a, 0xd6, 0x39, 0xd2, 0xd2, 0xf7, 0x58, - 0x48, 0x32, 0x2d, 0x2c, 0xe2, 0x54, 0x67, 0xf3, 0xf9, 0xcf, 0x79, 0x52, 0x22, 0x2d, 0x4b, 0x9b, - 0x46, 0x42, 0xd4, 0x0c, 0x0b, 0xca, 0xa9, 0x06, 0x34, 0x39, 0x91, 0x84, 0x36, 0xc3, 0x2c, 0x20, - 0x0d, 0x4d, 0x64, 0x93, 0xa1, 0x7c, 0x84, 0xfc, 0xab, 0x30, 0x4f, 0x8c, 0xbe, 0xca, 0xb2, 0x8e, - 0x2c, 0x20, 0x4f, 0xf5, 0xb2, 0xa5, 0x6b, 0x5d, 0xd5, 0x76, 0x12, 0x90, 0xbf, 0x86, 0x03, 0xe2, - 0x7e, 0x8c, 0x65, 0xf7, 0x03, 0x2c, 0xbb, 0x14, 0xcb, 0x36, 0x56, 0xe6, 0x9a, 0xa3, 0xce, 0x80, - 0x20, 0xdb, 0x5d, 0x89, 0x6c, 0x92, 0xd9, 0xa9, 0x5f, 0xe3, 0xcf, 0x0d, 0x29, 0x03, 0x5d, 0x19, - 0x59, 0x89, 0x6f, 0xa4, 0x87, 0x3f, 0x68, 0x85, 0x24, 0x93, 0xf8, 0xf3, 0x9b, 0x34, 0x83, 0xc6, - 0xea, 0xaa, 0x0b, 0x8d, 0x85, 0x5c, 0x47, 0x30, 0x71, 0xed, 0xb1, 0xa2, 0x27, 0x48, 0xb7, 0x44, - 0x44, 0x21, 0x7c, 0x53, 0xc5, 0x7a, 0x3d, 0xe8, 0x0a, 0xf4, 0xa4, 0xfb, 0xd6, 0x72, 0xa1, 0x3b, - 0xeb, 0xeb, 0x89, 0x8e, 0xae, 0x2a, 0xb6, 0x5f, 0xca, 0x4d, 0x4a, 0xa6, 0x71, 0x0a, 0x0d, 0x49, - 0x24, 0x93, 0x73, 0x29, 0x2b, 0xcb, 0x88, 0x39, 0x00, 0x7b, 0xa3, 0x0d, 0x55, 0x18, 0x14, 0x0a, - 0x75, 0x90, 0x86, 0xce, 0x02, 0x9a, 0x9b, 0x03, 0x4d, 0xef, 0x42, 0x91, 0x4f, 0x66, 0xd4, 0x59, - 0xc6, 0xb5, 0xef, 0x19, 0x36, 0x13, 0x60, 0x4a, 0xb8, 0x6f, 0x30, 0x35, 0xd6, 0xfe, 0xa3, 0x07, - 0x0c, 0x67, 0xa3, 0xa7, 0x74, 0xd4, 0x19, 0x7b, 0x1a, 0x6a, 0xfa, 0x5b, 0xf5, 0xfe, 0x08, 0xd8, - 0x84, 0x53, 0x03, 0x04, 0x56, 0x47, 0xb6, 0x9e, 0x20, 0x1c, 0x04, 0xbf, 0x67, 0x26, 0x66, 0xaf, - 0x97, 0xab, 0x79, 0x9c, 0x8e, 0x30, 0x3a, 0x8f, 0x9b, 0x74, 0xe5, 0xca, 0xc1, 0x59, 0xbf, 0x41, - 0x78, 0x49, 0xa3, 0x61, 0xdc, 0x36, 0x1a, 0x0e, 0x9d, 0xa0, 0x59, 0xfc, 0x3b, 0xdc, 0x6f, 0x34, - 0x0e, 0x9e, 0x86, 0xfd, 0xc6, 0xd2, 0xff, 0x76, 0x86, 0x8d, 0x46, 0xff, 0x61, 0x72, 0xdd, 0x6c, - 0xbc, 0x76, 0x1e, 0x8f, 0x9f, 0x8e, 0x1a, 0x37, 0x8f, 0xcd, 0xe3, 0xc6, 0xf9, 0xa4, 0xf9, 0x6e, - 0x36, 0x76, 0x9a, 0xc0, 0x94, 0x26, 0x8f, 0x87, 0x47, 0x3b, 0xce, 0xe6, 0x6e, 0x59, 0xbb, 0x98, - 0xbc, 0xf7, 0x87, 0xf9, 0xb3, 0x87, 0x33, 0xe3, 0xfd, 0xa9, 0xf9, 0xe2, 0x1a, 0xcf, 0x9d, 0xf6, - 0x79, 0xea, 0x4a, 0x3f, 0x3e, 0x55, 0x8e, 0xf3, 0x23, 0xfd, 0xf6, 0xd4, 0xd2, 0xad, 0xfb, 0xd2, - 0xed, 0xeb, 0xbd, 0x66, 0xaa, 0xad, 0x4a, 0xf6, 0xf8, 0x4d, 0x95, 0x9f, 0x6f, 0xf5, 0xe3, 0xc9, - 0x93, 0x5d, 0x34, 0x6e, 0xba, 0x7b, 0xf9, 0x53, 0xc3, 0xed, 0x5e, 0x8e, 0x1b, 0xfd, 0x54, 0xcf, - 0xcd, 0xf4, 0xda, 0xce, 0xa9, 0x73, 0xa0, 0x9f, 0x9f, 0x8e, 0x06, 0xfa, 0xf0, 0xea, 0xf9, 0x44, - 0xdb, 0x3c, 0xbf, 0xdc, 0xdd, 0x3b, 0xea, 0x4f, 0x6e, 0x86, 0xc0, 0xc5, 0x94, 0xd2, 0xb0, 0xab, - 0xa7, 0x5a, 0x87, 0xb7, 0x3b, 0x83, 0xbd, 0xa3, 0xee, 0xe1, 0xfe, 0x54, 0x79, 0xd9, 0x74, 0x0a, - 0x7b, 0x99, 0xb7, 0xf7, 0xc1, 0x71, 0xeb, 0xb9, 0xb9, 0xb9, 0x73, 0x75, 0x75, 0xda, 0xdb, 0x9d, - 0x98, 0xd6, 0x7e, 0x46, 0x2b, 0x29, 0xaf, 0xad, 0x3d, 0x7d, 0x6f, 0x7f, 0xf7, 0x61, 0x5a, 0x7e, - 0xba, 0xbb, 0x7f, 0x7e, 0xcb, 0xdb, 0x6f, 0xc3, 0xc2, 0x79, 0x69, 0x5f, 0x7f, 0xba, 0x2a, 0x0c, - 0x46, 0x29, 0xe3, 0xc1, 0x39, 0x38, 0xda, 0x3d, 0xbb, 0xda, 0xcf, 0xf7, 0x1b, 0x53, 0x25, 0x5b, - 0x68, 0xf4, 0x1b, 0xb6, 0x7b, 0x77, 0x36, 0xe8, 0xbd, 0xf4, 0x9f, 0x7b, 0x7b, 0x8d, 0xb6, 0xd6, - 0x1c, 0x4c, 0x46, 0xad, 0xa3, 0xc9, 0xde, 0x6d, 0x73, 0x38, 0xea, 0x5e, 0x0e, 0xb4, 0xab, 0xee, - 0x4d, 0xc9, 0x1e, 0x1f, 0x3d, 0x9f, 0xb6, 0xae, 0x9f, 0xf6, 0x26, 0xbb, 0x83, 0xfd, 0xca, 0xce, - 0x91, 0x63, 0x9a, 0x47, 0xc5, 0xfc, 0xcd, 0xd1, 0xf5, 0x91, 0x79, 0x74, 0xbb, 0x5b, 0x7e, 0x79, - 0x3b, 0x7f, 0x3a, 0xda, 0xbc, 0x7d, 0x6e, 0xbc, 0x9d, 0xd9, 0xd7, 0x19, 0xe5, 0x2c, 0xb3, 0x3b, - 0x51, 0x2e, 0x2c, 0xf3, 0x5d, 0x19, 0x54, 0x4e, 0x0f, 0x9a, 0xce, 0x63, 0xee, 0xfd, 0x3c, 0xf7, - 0x78, 0xf1, 0xee, 0xe4, 0x4e, 0xf3, 0xd3, 0x57, 0xf5, 0xdc, 0x2a, 0xbc, 0x3f, 0x3c, 0xbf, 0x96, - 0xdb, 0x0f, 0x37, 0x99, 0xc1, 0xd9, 0xce, 0xe9, 0x73, 0xa6, 0x98, 0x7f, 0xdc, 0x6d, 0x1c, 0xb5, - 0x52, 0x9b, 0xa3, 0x52, 0xa9, 0x6c, 0xe4, 0x0f, 0x53, 0x87, 0xd7, 0x97, 0xdd, 0xa7, 0x6e, 0x76, - 0x94, 0xbf, 0x79, 0xef, 0x5e, 0x3f, 0x75, 0xef, 0xce, 0x6e, 0x7a, 0x47, 0x7a, 0xf1, 0xb0, 0x77, - 0xd2, 0xef, 0x66, 0xdb, 0x9b, 0xad, 0xf1, 0x6b, 0xb7, 0x72, 0x5f, 0x19, 0x59, 0x76, 0xf7, 0xb2, - 0x7c, 0x75, 0x73, 0x31, 0x54, 0x95, 0xf7, 0xe2, 0xcd, 0xe5, 0xc5, 0xf5, 0xb1, 0xbe, 0xbb, 0xfb, - 0x7c, 0x78, 0xf7, 0x7c, 0x20, 0x37, 0xce, 0xcf, 0xae, 0x1e, 0x9d, 0xe1, 0xb5, 0x7d, 0xa2, 0x0f, - 0xad, 0xb7, 0xd7, 0xbb, 0xcd, 0x97, 0x51, 0xfb, 0xe8, 0xaa, 0x99, 0x3b, 0x68, 0x1d, 0xbd, 0xec, - 0xb7, 0x52, 0x67, 0x86, 0xda, 0x3c, 0x2e, 0x94, 0x8f, 0x8f, 0xf7, 0xef, 0x9a, 0x83, 0xab, 0xde, - 0x68, 0x72, 0x72, 0x66, 0xe5, 0xde, 0x6e, 0x2b, 0xd6, 0xf0, 0x35, 0x7b, 0x77, 0x72, 0x7b, 0x5d, - 0xb2, 0x55, 0x57, 0x3e, 0xb0, 0xe4, 0xd6, 0xf3, 0xdd, 0xe3, 0xf5, 0xf5, 0x7e, 0xea, 0xe1, 0x79, - 0x33, 0x75, 0xa1, 0xdd, 0xb6, 0x5e, 0x32, 0x07, 0x47, 0xef, 0xa3, 0xec, 0x50, 0x3b, 0x7c, 0xba, - 0x9f, 0xa6, 0xfa, 0xe5, 0xc7, 0xec, 0xf5, 0xed, 0x8b, 0x7b, 0x39, 0x7c, 0x3d, 0xd2, 0xdc, 0xeb, - 0x9b, 0x87, 0xbb, 0xf3, 0xf7, 0xf7, 0xa6, 0x3b, 0xda, 0xbf, 0x3c, 0xe9, 0x1c, 0xca, 0xef, 0xd7, - 0x3b, 0x07, 0xa9, 0xc7, 0x4a, 0xa6, 0x69, 0x0c, 0x76, 0x94, 0x9c, 0x3c, 0x2e, 0x9a, 0x87, 0x3d, - 0x67, 0xef, 0xf6, 0xac, 0xff, 0x70, 0x76, 0xb9, 0xd7, 0xbb, 0x28, 0x3e, 0x75, 0x8e, 0xa7, 0xf2, - 0xfe, 0xd1, 0xa5, 0x76, 0xf7, 0x36, 0xe9, 0x3f, 0xb7, 0x4b, 0x67, 0x47, 0xa3, 0xbb, 0x94, 0xf9, - 0x54, 0x18, 0xe7, 0x5e, 0x5e, 0x4a, 0x99, 0x77, 0xe3, 0x68, 0xba, 0x7b, 0x62, 0xf7, 0x47, 0x67, - 0xb9, 0xdc, 0x5b, 0xaa, 0x7d, 0x5f, 0x9e, 0xdc, 0x1e, 0xbc, 0x6a, 0x9b, 0xca, 0x69, 0xb9, 0x77, - 0x75, 0xfc, 0x3e, 0x31, 0x9a, 0xcf, 0x65, 0xf7, 0xc8, 0xb2, 0xba, 0x47, 0x95, 0xf6, 0xe3, 0x6e, - 0xeb, 0xee, 0xf8, 0xae, 0x79, 0x75, 0x64, 0x68, 0xd6, 0xbd, 0x7c, 0xd8, 0x76, 0x3b, 0x7a, 0xe7, - 0x66, 0x73, 0xdc, 0x7c, 0x3b, 0x1d, 0x3e, 0x28, 0xad, 0x3b, 0xfb, 0xaa, 0x75, 0x7e, 0xf6, 0xd6, - 0x56, 0x8e, 0x8f, 0x77, 0x06, 0xb9, 0x4b, 0xed, 0xc1, 0x7e, 0x68, 0xf7, 0xbb, 0xa5, 0x46, 0xfb, - 0x55, 0xed, 0x74, 0x77, 0x6f, 0x2e, 0x2a, 0x7b, 0x57, 0x7b, 0x47, 0xea, 0xbd, 0x7c, 0x77, 0x79, - 0x7f, 0xd5, 0xe9, 0x5e, 0x95, 0x75, 0xf7, 0xf2, 0x62, 0x6f, 0x94, 0xda, 0x2c, 0xbd, 0xe6, 0x8e, - 0xa6, 0xb7, 0x37, 0xe6, 0xb1, 0x7a, 0x6f, 0xf5, 0x9e, 0xaf, 0xb4, 0xc3, 0xc3, 0xc3, 0x22, 0x4c, - 0xa5, 0xdd, 0xd3, 0xe7, 0x6c, 0xfb, 0xb0, 0x7f, 0x35, 0x7d, 0x70, 0x6e, 0xa1, 0x43, 0x27, 0x8f, - 0xed, 0x7e, 0xaa, 0x39, 0x85, 0xff, 0x95, 0x2a, 0xea, 0x61, 0xe7, 0x62, 0x0c, 0x2c, 0xfa, 0x38, - 0xab, 0x97, 0xda, 0xb2, 0xb1, 0xbb, 0xf9, 0x7c, 0x90, 0x6a, 0xb7, 0x1a, 0xd9, 0x6e, 0xf3, 0xe9, - 0x6e, 0x3a, 0x9c, 0x94, 0x9f, 0x8e, 0x33, 0x47, 0x8f, 0xee, 0xf4, 0xd2, 0x6d, 0x1f, 0x4f, 0x75, - 0xeb, 0x2a, 0x73, 0x7a, 0xf0, 0xdc, 0x7a, 0x95, 0xe5, 0x9b, 0x61, 0xf7, 0xfc, 0xe8, 0x69, 0x6a, - 0x1f, 0xa8, 0x7a, 0xea, 0x2d, 0x65, 0x3f, 0x1d, 0xdb, 0x66, 0xca, 0xb8, 0x1d, 0xe4, 0x2f, 0xed, - 0xf3, 0xa3, 0x83, 0xc9, 0x49, 0xe9, 0xde, 0x7e, 0x38, 0x3f, 0xbb, 0xcb, 0x4d, 0x6f, 0xd4, 0xeb, - 0xfb, 0xc3, 0xd6, 0x73, 0xab, 0xf3, 0xe2, 0x9e, 0x1e, 0xf7, 0xd4, 0xac, 0xdd, 0xd9, 0x74, 0xac, - 0xb7, 0xf1, 0x4b, 0xbe, 0x5d, 0xba, 0x2b, 0xbc, 0x14, 0xca, 0x2d, 0x3b, 0xdf, 0x18, 0x66, 0x2f, - 0xc7, 0x99, 0x2b, 0xad, 0x37, 0x70, 0x8e, 0x72, 0xa3, 0xb3, 0x71, 0xa7, 0x5c, 0xca, 0x5f, 0x68, - 0x57, 0x57, 0xd7, 0xe7, 0xa6, 0xda, 0xb5, 0x2e, 0x7b, 0x87, 0x46, 0x6b, 0xd2, 0x01, 0x6e, 0x98, - 0x52, 0x76, 0xf7, 0xf6, 0x4a, 0x9b, 0x9d, 0x93, 0xf7, 0x9b, 0xfe, 0x8e, 0x7e, 0xd5, 0x7f, 0xb6, - 0x9e, 0xfb, 0x37, 0xbb, 0xc6, 0xb1, 0x7b, 0x60, 0x3c, 0xe4, 0x5e, 0xdb, 0xc3, 0x87, 0xe3, 0xd2, - 0xfe, 0xc5, 0xce, 0xe9, 0xd3, 0xe6, 0xc4, 0xb1, 0x53, 0xc7, 0x4f, 0xef, 0x8f, 0x46, 0xfb, 0xb9, - 0xdb, 0x7e, 0x69, 0x8e, 0xf6, 0x7a, 0xb7, 0xf2, 0xe1, 0x58, 0x9f, 0xbc, 0xb6, 0xdd, 0xdb, 0xfe, - 0xf1, 0xe6, 0xfb, 0xf5, 0xc3, 0xfe, 0xf9, 0xb1, 0x33, 0x6e, 0x4d, 0xf5, 0xc9, 0x7b, 0xee, 0xfe, - 0xd1, 0x55, 0x0a, 0xd3, 0x67, 0x5b, 0xcb, 0xf4, 0x9c, 0x91, 0x6e, 0x18, 0xfb, 0x77, 0x97, 0x6f, - 0xa6, 0x61, 0x5d, 0xca, 0xd7, 0xa7, 0x45, 0xf3, 0xee, 0xfc, 0xe4, 0xe5, 0xa5, 0xb7, 0xa7, 0x1f, - 0x14, 0x3a, 0xce, 0xcd, 0xee, 0x79, 0xc3, 0xe9, 0xbf, 0x37, 0xf3, 0xe5, 0x83, 0xcd, 0x7e, 0xeb, - 0xe4, 0xae, 0xdf, 0x7a, 0xda, 0x1c, 0x66, 0x3a, 0x7b, 0xe3, 0x93, 0xc6, 0xe9, 0x70, 0x7a, 0xf2, - 0x9e, 0xc9, 0x8c, 0x36, 0x07, 0x25, 0xb5, 0x7f, 0xb8, 0xbf, 0x79, 0x66, 0x1f, 0x16, 0x9e, 0x8f, - 0xad, 0xcc, 0xd3, 0xb4, 0xf0, 0x9a, 0xcf, 0x29, 0xe5, 0x9b, 0xcd, 0xec, 0xd4, 0x38, 0xbc, 0xbb, - 0x6e, 0x1e, 0xe8, 0xbd, 0xfd, 0xa7, 0x73, 0xd7, 0xed, 0xe6, 0xf6, 0x3b, 0xb7, 0x8a, 0xf2, 0x56, - 0x52, 0x2b, 0x97, 0x2f, 0x83, 0x51, 0xe7, 0xed, 0x5a, 0x36, 0x2f, 0x47, 0xd9, 0xf7, 0xec, 0x7b, - 0x66, 0x77, 0x27, 0x55, 0x9e, 0x68, 0xd3, 0xc6, 0x7e, 0xf7, 0xec, 0x36, 0xdb, 0x37, 0x86, 0x3b, - 0x85, 0x69, 0x63, 0x52, 0x2a, 0x5b, 0x93, 0xc3, 0xce, 0xfd, 0xb3, 0xbe, 0x6f, 0xef, 0x18, 0x0f, - 0xd3, 0xd3, 0xe7, 0xe7, 0x52, 0xfe, 0xf6, 0xa0, 0x3f, 0x3e, 0x3f, 0xb8, 0x3b, 0x68, 0x1c, 0xef, - 0xbf, 0x4f, 0xf7, 0x27, 0xa9, 0x7b, 0x73, 0x68, 0x6c, 0x9e, 0x35, 0xb4, 0xf6, 0x5d, 0x7b, 0x54, - 0xd2, 0xd5, 0xc3, 0xeb, 0x9d, 0xa2, 0xd3, 0xc9, 0xca, 0xbd, 0x53, 0xb7, 0x6d, 0x77, 0xed, 0xcc, - 0xf1, 0xeb, 0x5d, 0xe9, 0xd1, 0x4e, 0x99, 0xe3, 0xc9, 0xbe, 0x7b, 0x7d, 0xb8, 0xb7, 0x79, 0x56, - 0x78, 0x3f, 0xa8, 0xc8, 0xaf, 0xe7, 0x3b, 0xa5, 0xc7, 0xeb, 0x3d, 0xd3, 0x2c, 0x66, 0x5f, 0xf6, - 0x8f, 0x95, 0xf6, 0x6b, 0xfe, 0x5c, 0x3d, 0xbc, 0x3b, 0xe9, 0xaa, 0xbd, 0xcc, 0xc0, 0x39, 0xdb, - 0xdf, 0x6f, 0x59, 0x6e, 0x71, 0x58, 0x7e, 0x18, 0x1e, 0xbf, 0xee, 0xee, 0x36, 0x8c, 0x6b, 0xb9, - 0x53, 0xc8, 0x96, 0x87, 0xd3, 0xe1, 0xd4, 0xbe, 0x7a, 0xbf, 0x1a, 0xbd, 0x5d, 0x1a, 0x8e, 0x75, - 0x3d, 0xe9, 0x35, 0x1e, 0x5f, 0x2c, 0x77, 0xf0, 0x6e, 0x03, 0x5a, 0x6e, 0xb2, 0xd3, 0xf3, 0x56, - 0xaf, 0x70, 0xef, 0xee, 0x9c, 0x9d, 0x55, 0x76, 0xaf, 0x6e, 0xb2, 0x95, 0xd1, 0x69, 0xaa, 0xdf, - 0x2e, 0x6c, 0xf6, 0xf7, 0x4f, 0x2f, 0xf3, 0x9d, 0x1b, 0xb9, 0xbc, 0x5f, 0x3e, 0x2a, 0x74, 0x9f, - 0xa6, 0xc7, 0x7a, 0x21, 0x7b, 0xe0, 0x4c, 0x2b, 0xf7, 0x87, 0xef, 0xa7, 0x3b, 0x17, 0x87, 0xef, - 0xf7, 0xcf, 0xd7, 0xad, 0xca, 0xf9, 0x69, 0xf3, 0xe2, 0x76, 0xa7, 0xb9, 0x7f, 0x95, 0x1a, 0x1d, - 0x0c, 0x76, 0x32, 0x77, 0x9b, 0x4f, 0xef, 0xb7, 0x93, 0x93, 0xbd, 0xd6, 0xcd, 0x70, 0xd7, 0xd6, - 0x8e, 0x53, 0xb7, 0x48, 0xfb, 0x99, 0xf6, 0xfe, 0xc3, 0xfe, 0xd9, 0xe9, 0xa9, 0xf3, 0xdc, 0xd7, - 0x1a, 0x6e, 0xc1, 0xb2, 0x36, 0x47, 0xba, 0x35, 0x6d, 0xe7, 0xdc, 0xf7, 0xbd, 0xf2, 0x51, 0x79, - 0x3a, 0x78, 0x3b, 0xbc, 0xd8, 0xdd, 0x39, 0xc9, 0xb7, 0x0e, 0xfa, 0xa5, 0xab, 0xcb, 0x6c, 0x6e, - 0x47, 0xbb, 0xcc, 0x3f, 0x9e, 0x4d, 0x72, 0xf6, 0xee, 0xbe, 0x7b, 0x7f, 0xbb, 0xfb, 0x70, 0x9a, - 0x52, 0x1d, 0x63, 0x9c, 0x3f, 0xac, 0x5c, 0x4d, 0x5f, 0x7b, 0xc3, 0xf6, 0xae, 0xd1, 0x3e, 0x3b, - 0x7d, 0x3e, 0xb8, 0xdd, 0xb7, 0x5e, 0x5f, 0x9f, 0xda, 0xc6, 0x7d, 0xab, 0x2f, 0xeb, 0x83, 0xfb, - 0x71, 0x65, 0x72, 0x9b, 0x2f, 0xbe, 0xde, 0x1c, 0xbe, 0x5e, 0x56, 0xde, 0x5f, 0x6f, 0xed, 0xd3, - 0xcd, 0x97, 0xd7, 0x93, 0xe7, 0xf2, 0xe3, 0xf3, 0xd3, 0x7b, 0x5f, 0xce, 0x5a, 0xed, 0x4a, 0xea, - 0xed, 0xaa, 0xec, 0x3c, 0x3c, 0x59, 0x8f, 0xd3, 0x93, 0x03, 0x6d, 0xff, 0xf8, 0xe6, 0xdc, 0x39, - 0x9a, 0x4c, 0xac, 0xb7, 0xeb, 0x42, 0xa1, 0xbf, 0x77, 0x61, 0xdc, 0x65, 0x52, 0x2a, 0x10, 0x52, - 0xf7, 0x70, 0x37, 0x93, 0xd3, 0xaf, 0xf2, 0xa3, 0x56, 0xf1, 0x2d, 0xfb, 0xfa, 0x7e, 0xf4, 0xee, - 0x3e, 0xdc, 0x9e, 0x5f, 0xee, 0x95, 0xcc, 0xee, 0xe3, 0xb1, 0x7c, 0xf9, 0x7a, 0xab, 0xdd, 0x1f, - 0xbb, 0xfd, 0x93, 0x83, 0x93, 0xb3, 0xa3, 0xd3, 0xc7, 0x92, 0xdc, 0x9d, 0xaa, 0x8f, 0x6f, 0x46, - 0xbb, 0x9d, 0x72, 0xf6, 0x4f, 0x4e, 0x5e, 0xcf, 0x0d, 0xf9, 0xfe, 0x3d, 0x67, 0x9f, 0xba, 0x67, - 0xed, 0x9d, 0xab, 0xfb, 0x4b, 0xe3, 0xd1, 0x1d, 0x1e, 0x2b, 0x85, 0xfb, 0xd7, 0xfd, 0x6b, 0xb3, - 0x9d, 0xa9, 0x0c, 0x87, 0xa3, 0xb7, 0xce, 0xd5, 0xdd, 0x78, 0x53, 0xeb, 0x35, 0xcf, 0xc7, 0x0f, - 0xb6, 0x3e, 0x78, 0xef, 0xef, 0x9e, 0xee, 0x8e, 0x41, 0x08, 0x4f, 0x95, 0x0f, 0x8b, 0xd3, 0xe7, - 0x93, 0x4a, 0xa1, 0xdc, 0xd9, 0x55, 0xdd, 0xd4, 0xbe, 0xf2, 0xd0, 0x6b, 0xa5, 0x4e, 0x5f, 0xcc, - 0xcc, 0xbd, 0x9b, 0x1a, 0xb7, 0x3a, 0xaf, 0x8a, 0xfd, 0x5a, 0x7a, 0x79, 0xba, 0x69, 0xbf, 0x14, - 0xce, 0x95, 0x93, 0x57, 0xeb, 0xa2, 0xfd, 0xb2, 0xb7, 0x67, 0x39, 0x4a, 0xa7, 0x72, 0x9a, 0xb5, - 0xaf, 0xcf, 0x1f, 0x8e, 0xfb, 0x97, 0x6d, 0xfb, 0xfe, 0x6d, 0xb7, 0xfb, 0xf8, 0xac, 0x96, 0xdc, - 0x9d, 0xab, 0xc6, 0xbb, 0xfb, 0xd2, 0x7e, 0x6c, 0xca, 0x93, 0x5d, 0xb5, 0x70, 0x6b, 0x9c, 0x6b, - 0xd6, 0xd0, 0x78, 0x02, 0x69, 0x65, 0x94, 0x19, 0x3d, 0xf7, 0x4a, 0x27, 0xbd, 0xcd, 0xb1, 0x9a, - 0xcd, 0xe6, 0x0e, 0x47, 0xbd, 0x4a, 0x6e, 0x6f, 0x9c, 0xd9, 0x54, 0x8d, 0x9d, 0x4c, 0xca, 0xb8, - 0xdc, 0xb4, 0xda, 0x20, 0x66, 0x5e, 0x1d, 0x3f, 0xb5, 0x35, 0xf9, 0xb9, 0xd9, 0xb2, 0xcc, 0xf3, - 0x0a, 0x74, 0xfc, 0xe6, 0xe5, 0x79, 0xf3, 0xf8, 0x6c, 0x62, 0xb5, 0xef, 0xfb, 0xa6, 0xd5, 0x68, - 0x0f, 0xdc, 0xf6, 0xc5, 0xfd, 0xcb, 0x9b, 0xdb, 0xd8, 0xcf, 0x9f, 0xa4, 0x32, 0xaf, 0xa6, 0xdc, - 0x6a, 0xb4, 0xce, 0xef, 0x73, 0x07, 0xb9, 0xf6, 0x69, 0xcf, 0x70, 0x06, 0xd6, 0x4e, 0x41, 0xa9, - 0x74, 0x87, 0xef, 0x9b, 0x99, 0xc3, 0x69, 0x26, 0xd3, 0xed, 0xe4, 0x2f, 0x1e, 0xce, 0x9f, 0x0a, - 0x40, 0xab, 0x6f, 0x0f, 0xb7, 0x77, 0xb9, 0xee, 0xe3, 0xb5, 0xb3, 0x5b, 0xd9, 0x7c, 0x3d, 0x39, - 0xdd, 0xac, 0xbc, 0x2a, 0xef, 0x23, 0xe8, 0xda, 0x51, 0x76, 0x7c, 0xf9, 0x70, 0xb3, 0x99, 0xdf, - 0x2c, 0xb6, 0xef, 0x5b, 0x07, 0x66, 0x67, 0xc7, 0xec, 0xed, 0xe6, 0xd4, 0xa3, 0xeb, 0xf7, 0x63, - 0xb9, 0x73, 0xd6, 0x94, 0x41, 0x5a, 0x9b, 0x5c, 0xc9, 0xfd, 0xde, 0x78, 0xd4, 0xea, 0x8e, 0xbb, - 0xd9, 0x42, 0x2f, 0x3b, 0x02, 0xaa, 0x3f, 0xbd, 0xdc, 0xcb, 0x1f, 0x1f, 0x1f, 0x9e, 0x96, 0x46, - 0xcd, 0x6e, 0xc6, 0x28, 0x1a, 0xe5, 0x6e, 0xbe, 0x78, 0x7b, 0x71, 0x72, 0x69, 0x94, 0x8c, 0x81, - 0x0d, 0x0b, 0xa4, 0x7d, 0x97, 0x57, 0xba, 0x79, 0xe3, 0x3d, 0xa7, 0xdd, 0x68, 0xe7, 0xa7, 0x85, - 0x6c, 0x61, 0xcf, 0x50, 0x7b, 0xa7, 0x99, 0xe3, 0x83, 0x53, 0xfd, 0xfe, 0xc9, 0x7d, 0xba, 0x57, - 0x5e, 0xcd, 0xbd, 0x41, 0x61, 0xda, 0x7a, 0x1e, 0x3b, 0x07, 0xed, 0x4c, 0x69, 0x58, 0xb1, 0x95, - 0x7d, 0xdd, 0x39, 0x1d, 0x16, 0x46, 0x87, 0x2f, 0x57, 0xf7, 0xfa, 0x78, 0xf3, 0x26, 0x33, 0x51, - 0x9f, 0xde, 0x9f, 0x0f, 0x0f, 0xd5, 0xcd, 0xe9, 0x93, 0x76, 0xfb, 0x6e, 0x1d, 0x17, 0xef, 0x1b, - 0xf7, 0x3b, 0xa7, 0xbb, 0xe7, 0x93, 0xeb, 0x93, 0xe9, 0xe4, 0xfa, 0xd1, 0xd8, 0x37, 0x1f, 0x0e, - 0xa6, 0x1d, 0xe5, 0x64, 0x7a, 0x5e, 0xda, 0xbd, 0x2e, 0xef, 0x9c, 0x1b, 0x39, 0xb3, 0x72, 0xfe, - 0x0a, 0x23, 0xec, 0x8e, 0x6d, 0xa5, 0x78, 0x63, 0x1c, 0x3d, 0x3f, 0x9c, 0xed, 0xe8, 0xc3, 0xa3, - 0xfd, 0xa7, 0xfc, 0xdb, 0xe5, 0xe3, 0x43, 0xfe, 0xcc, 0xad, 0x8c, 0x8b, 0xc3, 0xe1, 0xe1, 0x68, - 0xf2, 0x38, 0x1e, 0x4f, 0x2f, 0xc7, 0xaa, 0x7d, 0x5a, 0x51, 0x5b, 0x63, 0xe7, 0xfd, 0xe1, 0xfc, - 0xf9, 0xf6, 0xc1, 0x7e, 0x69, 0xbf, 0x76, 0x0e, 0x2e, 0xee, 0xee, 0x73, 0xed, 0xbd, 0xf6, 0xee, - 0xc1, 0x89, 0x96, 0x3f, 0x3b, 0xbd, 0xbb, 0xb9, 0x7f, 0x7f, 0xbf, 0x3f, 0xdc, 0x2f, 0x16, 0x76, - 0x46, 0x99, 0x9c, 0xdd, 0xc8, 0xbe, 0xbe, 0x98, 0x25, 0xbd, 0xd2, 0xdb, 0xef, 0xdf, 0xb5, 0x77, - 0x46, 0x76, 0xef, 0x6e, 0xe7, 0x7e, 0x7f, 0x5f, 0xbf, 0xbb, 0xcf, 0x8e, 0xfa, 0xd3, 0x8b, 0x49, - 0xc7, 0x49, 0x95, 0xef, 0x33, 0x19, 0xe0, 0x4f, 0x4f, 0xc7, 0x9a, 0x7a, 0xaa, 0x57, 0xee, 0x1f, - 0x1a, 0x65, 0xf5, 0xe0, 0xb4, 0xd8, 0xb1, 0x77, 0x36, 0x7b, 0x83, 0x8b, 0xb3, 0xb7, 0xa9, 0x5e, - 0x6e, 0x3f, 0x5f, 0xdd, 0x1f, 0x3c, 0xef, 0x64, 0xdb, 0xf7, 0x19, 0xf3, 0xa5, 0x74, 0xdb, 0x79, - 0x55, 0x0d, 0xc7, 0xde, 0xdc, 0x2f, 0x1f, 0x6e, 0x8e, 0x5c, 0x67, 0xd8, 0x7d, 0x35, 0x0f, 0x87, - 0xef, 0x95, 0x8a, 0x3d, 0x7e, 0x53, 0xf7, 0x32, 0x97, 0xef, 0x20, 0x20, 0x14, 0x86, 0xe3, 0xbb, - 0x87, 0xd3, 0xe7, 0xb7, 0xc7, 0xf2, 0xb8, 0xfc, 0x5c, 0x7c, 0x18, 0x3c, 0xa9, 0x87, 0x79, 0xe5, - 0xf2, 0x61, 0xb3, 0xd8, 0xb5, 0xb4, 0x8b, 0xa2, 0x7a, 0x9e, 0xb9, 0x78, 0x9f, 0x74, 0x0e, 0x36, - 0xdf, 0x5f, 0x7a, 0xba, 0x9b, 0x71, 0xba, 0x45, 0x75, 0xf3, 0xb1, 0xf3, 0xda, 0xbe, 0x30, 0x27, - 0xbd, 0xeb, 0x7e, 0x2e, 0x77, 0x5d, 0x2c, 0x96, 0x8b, 0x8a, 0x9b, 0x1b, 0x3f, 0x3c, 0x94, 0x37, - 0xef, 0xb3, 0x8f, 0x72, 0xff, 0x4a, 0xde, 0xac, 0x14, 0x2a, 0x9b, 0xea, 0xe3, 0x4d, 0x76, 0xef, - 0xe5, 0xcd, 0xdc, 0x7b, 0x3d, 0x7b, 0x04, 0x19, 0xf0, 0xb0, 0x5b, 0xbe, 0x1a, 0x9f, 0x1c, 0xd8, - 0xd7, 0x07, 0xa5, 0xf6, 0xf1, 0xe3, 0xcd, 0x6e, 0xb3, 0xf9, 0xf4, 0x78, 0xb0, 0x77, 0xdf, 0x19, - 0x16, 0x0f, 0xb2, 0x80, 0xc6, 0x9c, 0x56, 0x2c, 0x3c, 0x56, 0xee, 0x5d, 0x6d, 0x67, 0xf4, 0xa2, - 0x5f, 0x16, 0x37, 0x1f, 0xdd, 0x9d, 0xa7, 0xb3, 0xc6, 0xbd, 0x3e, 0xca, 0xf5, 0x1e, 0xdf, 0x77, - 0xcf, 0x36, 0xaf, 0x52, 0xc5, 0x7d, 0xe0, 0xe4, 0xad, 0xfc, 0xc5, 0x7b, 0xf1, 0x19, 0xd6, 0xb0, - 0x23, 0xa5, 0xe3, 0xb6, 0xef, 0x2f, 0xcd, 0xc9, 0xe8, 0xaa, 0x7f, 0xfe, 0x76, 0xa8, 0x8f, 0x4e, - 0x74, 0x65, 0x52, 0x99, 0x18, 0xed, 0x8b, 0xa1, 0x3b, 0x52, 0x9e, 0xcd, 0xcc, 0x5d, 0x6b, 0x52, - 0x01, 0x8e, 0xdc, 0xba, 0x9e, 0x9c, 0x75, 0x46, 0x40, 0x96, 0x4f, 0x93, 0xfd, 0xc1, 0xa0, 0xe4, - 0x6c, 0x0e, 0x9c, 0x57, 0x5b, 0xbb, 0x6f, 0x3a, 0xfd, 0x46, 0xce, 0xc9, 0x1b, 0xfb, 0x20, 0x36, - 0x17, 0x8e, 0x36, 0x2f, 0x52, 0x8a, 0x33, 0x9d, 0x4c, 0x9f, 0xda, 0xee, 0xe9, 0xa9, 0x9c, 0xdf, - 0xab, 0xb4, 0x07, 0x9d, 0xeb, 0xd2, 0xe3, 0x7b, 0x65, 0x78, 0xd4, 0xde, 0x97, 0x6f, 0x2b, 0xa5, - 0x13, 0x79, 0x7a, 0xd0, 0xd8, 0x6c, 0x4f, 0x2b, 0x6f, 0x29, 0x3d, 0x97, 0xc9, 0x6c, 0xe6, 0x9f, - 0x53, 0x87, 0x39, 0x4d, 0xde, 0x3b, 0xe8, 0xe6, 0x36, 0x47, 0x8d, 0xbb, 0xf3, 0xa3, 0xcc, 0xfd, - 0xa0, 0xf9, 0x38, 0xba, 0x7f, 0x3d, 0xda, 0x55, 0x1e, 0xa7, 0x4a, 0xd7, 0x91, 0xf5, 0xce, 0xdd, - 0xfe, 0x5d, 0xaa, 0x7b, 0xa1, 0x1f, 0x0e, 0x77, 0xa6, 0x99, 0xd7, 0x8b, 0xcd, 0x4e, 0x29, 0x33, - 0x7a, 0x7a, 0x90, 0xdd, 0x6b, 0xf5, 0xd6, 0x3d, 0xbe, 0x1a, 0x97, 0x0a, 0x6f, 0x40, 0xbe, 0x8d, - 0xf1, 0x43, 0x69, 0xba, 0xab, 0xbe, 0x37, 0x1e, 0x32, 0xe5, 0xfb, 0x61, 0xb9, 0xd9, 0x1f, 0x64, - 0x2a, 0xc5, 0x8b, 0xca, 0xc5, 0xd4, 0x39, 0x6f, 0x3e, 0x1a, 0xce, 0xc3, 0xfd, 0x55, 0x6a, 0xd3, - 0x6a, 0xbe, 0x97, 0x33, 0xe7, 0x67, 0x4f, 0xc5, 0xcd, 0xa7, 0xc6, 0xd1, 0xc1, 0x5e, 0xf7, 0x66, - 0x92, 0x52, 0xac, 0xf2, 0x5d, 0xea, 0x28, 0x7f, 0x7e, 0x7b, 0xa7, 0xc2, 0x9c, 0x9a, 0x68, 0xe3, - 0x94, 0xde, 0xe9, 0xbc, 0x3e, 0x67, 0x37, 0x73, 0x0f, 0x9b, 0x8f, 0x93, 0x62, 0xff, 0xb8, 0x71, - 0x7b, 0x75, 0xf0, 0x78, 0x79, 0x55, 0xba, 0x7a, 0x9b, 0x5e, 0xf7, 0xfa, 0x6a, 0x33, 0x75, 0xd5, - 0x29, 0xde, 0x1b, 0x8d, 0xb3, 0x66, 0xe3, 0x70, 0x7f, 0x5c, 0xba, 0x39, 0x76, 0x55, 0x37, 0x6f, - 0x19, 0x99, 0x72, 0xbe, 0x5d, 0x78, 0x6c, 0x36, 0x8e, 0x76, 0xc6, 0xf9, 0xa2, 0xd9, 0xb3, 0x6e, - 0xae, 0xdf, 0xdc, 0xe2, 0xe5, 0x33, 0xc8, 0xa4, 0x37, 0xe5, 0x93, 0xc7, 0xc6, 0xde, 0xd5, 0x49, - 0xd9, 0xd8, 0xef, 0xef, 0x74, 0x40, 0x2c, 0xbe, 0x9d, 0x00, 0xed, 0xbf, 0x1e, 0xb6, 0x76, 0x4e, - 0xcc, 0xbd, 0x83, 0xcd, 0x93, 0xa7, 0xab, 0xd3, 0x33, 0xeb, 0xd9, 0x2c, 0x8e, 0x06, 0x4a, 0xe6, - 0xf2, 0x28, 0xf7, 0x36, 0xda, 0xb9, 0xbf, 0x68, 0xde, 0xb4, 0x76, 0x9f, 0x94, 0x67, 0xeb, 0xf5, - 0xaa, 0x54, 0x4e, 0x3d, 0x29, 0xd9, 0xf2, 0x73, 0xff, 0xa0, 0xff, 0x78, 0x76, 0x53, 0x36, 0x76, - 0x06, 0xcf, 0x27, 0x9d, 0x7d, 0xfb, 0xa4, 0xf9, 0xb8, 0x5f, 0x7a, 0x3b, 0x69, 0x3d, 0x5d, 0x9f, - 0xee, 0x17, 0xdd, 0xeb, 0xe2, 0xe3, 0xc9, 0xe0, 0xf6, 0xfd, 0xfd, 0xfc, 0xfe, 0xac, 0x98, 0x1b, - 0xee, 0x8c, 0x47, 0x97, 0x67, 0xda, 0xe9, 0xe6, 0xf4, 0x72, 0x5a, 0xb8, 0x55, 0xae, 0xfb, 0xfb, - 0xda, 0xf1, 0x53, 0xe3, 0x6e, 0xdf, 0xe9, 0x3c, 0xe5, 0x0e, 0x6f, 0x8f, 0x06, 0xb7, 0x97, 0x9d, - 0x3d, 0xe5, 0xb0, 0x78, 0x7f, 0xbf, 0x3b, 0x1e, 0x0f, 0xc7, 0xdd, 0xcb, 0x9e, 0x5e, 0x3c, 0x51, - 0x9a, 0xe3, 0x8b, 0xb2, 0x99, 0x4d, 0xf5, 0xf6, 0x9b, 0x3b, 0xed, 0xd2, 0x60, 0x3c, 0x3a, 0x7d, - 0x2f, 0xeb, 0x67, 0xd7, 0x17, 0x93, 0xde, 0xf3, 0xe5, 0x79, 0x59, 0x53, 0xec, 0x8a, 0x7c, 0xdd, - 0x6c, 0x6a, 0xd7, 0xcd, 0x63, 0x3b, 0x3f, 0xea, 0xbf, 0x1e, 0xf6, 0x4a, 0xa7, 0xaf, 0xfd, 0xdb, - 0xc7, 0x47, 0xa7, 0x38, 0x78, 0x1f, 0x8f, 0x2a, 0xee, 0xd9, 0xd1, 0xc5, 0xad, 0x9d, 0x99, 0x5a, - 0xe3, 0x6b, 0xe7, 0xfc, 0x6e, 0xdc, 0x7d, 0xca, 0x58, 0xa9, 0xe1, 0x4e, 0xd9, 0xd8, 0xbc, 0xcb, - 0x01, 0x57, 0x94, 0x6f, 0x52, 0xca, 0xf5, 0xe0, 0xd2, 0x3a, 0x1f, 0x38, 0xe7, 0xfb, 0x17, 0xaf, - 0x53, 0x73, 0x2f, 0x37, 0x92, 0x9d, 0xd1, 0xeb, 0x8d, 0x66, 0xf5, 0xa7, 0xc5, 0xf2, 0xd1, 0x71, - 0x83, 0x18, 0x29, 0xea, 0x49, 0xa1, 0x67, 0xda, 0x43, 0xc5, 0x4d, 0x7c, 0x43, 0x05, 0xea, 0x5b, - 0x72, 0x5e, 0xb5, 0x4d, 0xd3, 0x9d, 0x6d, 0x6c, 0x74, 0x36, 0xb2, 0xd5, 0xaf, 0xd9, 0x6c, 0xb6, - 0x86, 0x8f, 0xbd, 0xea, 0xd7, 0x5e, 0xaf, 0x47, 0x1e, 0x73, 0x55, 0x34, 0x0d, 0x91, 0xc7, 0x7c, - 0xf5, 0x6b, 0x3e, 0x9f, 0x27, 0x8f, 0x85, 0xea, 0xd7, 0x42, 0xa1, 0x40, 0x1e, 0x8b, 0xd5, 0xaf, - 0xc5, 0x62, 0x91, 0x3c, 0x96, 0xaa, 0x5f, 0x4b, 0xa5, 0x12, 0x79, 0x2c, 0x57, 0xbf, 0x96, 0xcb, - 0x65, 0xf2, 0xd8, 0xae, 0x7e, 0x6d, 0xb7, 0xdb, 0xe4, 0xb1, 0x53, 0xfd, 0xda, 0xe9, 0x74, 0xc8, - 0xa3, 0x5a, 0xfd, 0xaa, 0xaa, 0x2a, 0x79, 0xec, 0x56, 0xbf, 0x76, 0xbb, 0x5d, 0xf2, 0x68, 0x43, - 0x86, 0x3c, 0xad, 0xad, 0x0f, 0x15, 0x77, 0x68, 0x73, 0x74, 0xa8, 0xad, 0xac, 0x90, 0xc7, 0xb7, - 0xea, 0x57, 0xa5, 0x22, 0xc3, 0xa3, 0x0b, 0x70, 0xe5, 0x34, 0xad, 0xd7, 0xac, 0xda, 0xfd, 0xb6, - 0x92, 0xc8, 0x17, 0x24, 0xc1, 0xfb, 0x27, 0xa7, 0x2b, 0x49, 0xf2, 0xcd, 0x6d, 0x2f, 0x7e, 0x04, - 0xbd, 0x3e, 0x41, 0x20, 0x24, 0xbd, 0x3c, 0x0a, 0xcd, 0x94, 0x95, 0x73, 0x92, 0x10, 0xfc, 0x59, - 0xcc, 0x37, 0xa0, 0xf9, 0x8a, 0x59, 0x49, 0xf0, 0xfe, 0x85, 0x33, 0xb9, 0x83, 0xea, 0xa6, 0x6c, - 0x4d, 0xf1, 0xc9, 0xf2, 0x9e, 0xa0, 0x54, 0x29, 0x4f, 0xd3, 0xda, 0x56, 0x35, 0x5b, 0xb0, 0xa6, - 0x02, 0xfd, 0x23, 0xb3, 0x27, 0xcc, 0x03, 0x5f, 0x2a, 0xf0, 0x2a, 0x0b, 0x9b, 0xf8, 0x97, 0x94, - 0xea, 0x56, 0x0d, 0xd3, 0x40, 0x14, 0x39, 0x7d, 0xab, 0x2a, 0xb6, 0xd1, 0x3c, 0x22, 0xe2, 0x87, - 0xa1, 0x5b, 0x85, 0x92, 0x73, 0x34, 0x2c, 0xce, 0x88, 0x3d, 0x61, 0x43, 0xa1, 0x26, 0x94, 0xa1, - 0x02, 0xf2, 0xff, 0x48, 0x27, 0x16, 0x88, 0x79, 0xdb, 0xec, 0xbe, 0xcd, 0x86, 0x8a, 0xdd, 0xd7, - 0x8c, 0xaa, 0x5c, 0x43, 0x1b, 0x53, 0xdf, 0x36, 0x47, 0x46, 0x97, 0x9a, 0xfe, 0xaa, 0xb4, 0xd9, - 0x30, 0xea, 0xc9, 0x1a, 0xaf, 0x6f, 0x1f, 0xaa, 0xfa, 0x58, 0x75, 0xb5, 0x8e, 0x22, 0xdd, 0xa9, - 0x76, 0x57, 0x31, 0x14, 0xc9, 0x51, 0x0c, 0x67, 0xc3, 0x51, 0x6d, 0xad, 0x47, 0x33, 0x3a, 0xda, - 0xbb, 0x5a, 0xcd, 0x42, 0x2b, 0x6b, 0x61, 0x40, 0xbd, 0x64, 0xcd, 0x55, 0xa7, 0xee, 0x86, 0xa2, - 0x6b, 0x7d, 0xa3, 0xda, 0x51, 0xd1, 0x9e, 0x50, 0x43, 0x2b, 0xe1, 0x8b, 0xe6, 0x6e, 0xd0, 0x66, - 0x76, 0x14, 0x5d, 0x47, 0xbb, 0x0e, 0xed, 0x16, 0xfb, 0x34, 0x02, 0xd8, 0x00, 0x5f, 0x57, 0x3b, - 0xde, 0x87, 0xa1, 0xf9, 0x1e, 0x97, 0xea, 0x2c, 0x26, 0x2e, 0xe6, 0xf2, 0xea, 0x53, 0xac, 0x8d, - 0x81, 0xd6, 0x1f, 0xe8, 0x68, 0x7f, 0x62, 0x3d, 0x76, 0x6d, 0xe8, 0x89, 0xa5, 0xd8, 0xd0, 0xb2, - 0x9a, 0xd3, 0xb1, 0x4d, 0x5d, 0x6f, 0x2b, 0x36, 0x35, 0xad, 0x56, 0x4b, 0xd0, 0x9d, 0x20, 0x2d, - 0xdc, 0x31, 0xa7, 0x9d, 0x14, 0xb8, 0xb2, 0x04, 0xb1, 0x12, 0x41, 0xfe, 0x40, 0x45, 0xf0, 0xd5, - 0xac, 0x2c, 0xff, 0xb3, 0x46, 0xe1, 0x90, 0x47, 0xcb, 0x74, 0x34, 0x32, 0x1e, 0x3d, 0x6d, 0xaa, - 0x76, 0x6b, 0x26, 0x2c, 0xab, 0x14, 0xf6, 0x46, 0x5b, 0x1d, 0x28, 0x63, 0x0d, 0x60, 0x63, 0x63, - 0xe7, 0x5f, 0xdb, 0x7d, 0x0e, 0xc4, 0x78, 0x10, 0xc0, 0x18, 0x4f, 0xa2, 0x40, 0xde, 0x37, 0x34, - 0xa3, 0xab, 0x4e, 0xab, 0x1b, 0xd9, 0xd0, 0x58, 0xfa, 0xb9, 0x18, 0xbe, 0xb9, 0x4f, 0xb6, 0x6a, - 0xa9, 0x0a, 0xa2, 0x85, 0x3d, 0xf1, 0xdf, 0xc8, 0x18, 0x76, 0xb0, 0x61, 0x35, 0xd3, 0x52, 0x3a, - 0x9a, 0xfb, 0x06, 0x24, 0x42, 0xfa, 0x48, 0xa1, 0xb1, 0x44, 0x21, 0xe7, 0xcc, 0x2d, 0x8f, 0x86, - 0x08, 0xb5, 0xca, 0x42, 0x0e, 0xff, 0xce, 0x15, 0x49, 0xa9, 0x8e, 0x35, 0xc8, 0xad, 0x76, 0x25, - 0x6b, 0x16, 0xc6, 0x57, 0x37, 0xc9, 0x7f, 0x9e, 0x11, 0xa2, 0xe8, 0xaa, 0x1d, 0xd3, 0x26, 0x74, - 0x49, 0xbb, 0xde, 0x1e, 0xb9, 0xae, 0x69, 0xcc, 0x80, 0x18, 0x74, 0xcd, 0x50, 0xa1, 0xf2, 0xce, - 0xc8, 0x76, 0x00, 0x86, 0x65, 0x6a, 0xd8, 0x8f, 0x79, 0x5a, 0x57, 0xda, 0xaa, 0xee, 0x04, 0xf4, - 0x6b, 0x29, 0xdd, 0xae, 0x66, 0xf4, 0xab, 0x65, 0xae, 0x11, 0x5f, 0xd1, 0x2a, 0x4d, 0x32, 0xce, - 0x22, 0xd8, 0x6a, 0x9b, 0x00, 0x7e, 0x58, 0x05, 0x7a, 0xeb, 0x24, 0x68, 0xb3, 0xda, 0x83, 0xa4, - 0x90, 0x12, 0x60, 0x98, 0x93, 0x35, 0x9b, 0x60, 0xbc, 0xb4, 0x40, 0xc0, 0xe5, 0x64, 0xa4, 0x15, - 0xb5, 0x89, 0x0d, 0x40, 0x8d, 0x3e, 0x10, 0x64, 0x57, 0xad, 0x02, 0xb2, 0x70, 0x5e, 0xe8, 0x1b, - 0xb6, 0x3e, 0x4f, 0xb7, 0x6d, 0x6d, 0xe6, 0x35, 0x09, 0x26, 0xf0, 0x3c, 0x3d, 0xb1, 0xd1, 0xce, - 0x65, 0x47, 0x1b, 0xe2, 0x9a, 0x16, 0x34, 0x5e, 0x57, 0x7b, 0x30, 0x65, 0x59, 0xc5, 0xfc, 0xf8, - 0xf9, 0x75, 0xbb, 0xed, 0xa4, 0x3f, 0xc4, 0xd9, 0x79, 0x1a, 0x6d, 0xe3, 0x4e, 0x9c, 0x1d, 0x8c, - 0xce, 0x40, 0xb4, 0x98, 0x01, 0x1e, 0x81, 0x8f, 0xeb, 0xdc, 0x9c, 0xcc, 0x41, 0x43, 0xbe, 0x68, - 0x43, 0xdc, 0x48, 0x50, 0x80, 0xc4, 0x11, 0xb1, 0x1b, 0x1e, 0x79, 0x71, 0xe9, 0x5d, 0xcd, 0xb1, - 0x74, 0xe5, 0xad, 0xaa, 0x19, 0x24, 0x07, 0x61, 0x2b, 0xac, 0xc6, 0x34, 0x0c, 0x49, 0x18, 0x27, - 0xfd, 0xa4, 0xff, 0xa9, 0xd7, 0x8b, 0x7c, 0x2b, 0xc1, 0x37, 0x40, 0xb4, 0x40, 0x33, 0x48, 0x69, - 0xe8, 0x2b, 0x7b, 0xf6, 0x86, 0x6d, 0x83, 0x8c, 0x93, 0x50, 0x20, 0xa3, 0x95, 0x1e, 0x8c, 0xfa, - 0xcc, 0xb6, 0x47, 0x9a, 0x5b, 0xc8, 0x21, 0xde, 0x2c, 0x1d, 0x08, 0xd7, 0x7e, 0x13, 0x6e, 0x1a, - 0x3b, 0xa7, 0x7b, 0x52, 0xda, 0x51, 0xfb, 0xee, 0xcc, 0xc5, 0xfd, 0x84, 0x0d, 0x66, 0x03, 0xa6, - 0x78, 0x0c, 0x66, 0xd7, 0x9c, 0xe4, 0x11, 0x6e, 0x76, 0x7d, 0xfc, 0xe7, 0x42, 0xdd, 0x5e, 0xe0, - 0x41, 0x5c, 0x1d, 0xbb, 0x92, 0x5f, 0x98, 0x63, 0x65, 0xc8, 0x9a, 0x3d, 0x58, 0x72, 0xcd, 0x1f, - 0x66, 0x0a, 0x63, 0xa8, 0x75, 0xbb, 0xba, 0x3a, 0x4f, 0xbf, 0xa8, 0x6f, 0x2e, 0xa3, 0x65, 0xfa, - 0x01, 0xc7, 0x74, 0x9e, 0x1e, 0x2b, 0x7a, 0x38, 0x99, 0x8c, 0x31, 0x4b, 0x17, 0x34, 0xae, 0x1a, - 0x07, 0x06, 0x0b, 0x08, 0xc7, 0x21, 0xe6, 0x65, 0xb2, 0xf9, 0x31, 0x23, 0x13, 0x0e, 0x97, 0x63, - 0xca, 0x9a, 0x80, 0x6f, 0xab, 0x09, 0x68, 0x8c, 0x04, 0xff, 0x00, 0xb5, 0xea, 0xd2, 0x4c, 0x8f, - 0x09, 0x9a, 0x03, 0x18, 0xdf, 0xd2, 0x3c, 0x0f, 0x09, 0x1e, 0x8a, 0xe4, 0xe7, 0x95, 0x42, 0x2d, - 0x88, 0xd0, 0xfb, 0xc2, 0x3c, 0x86, 0x62, 0x8a, 0x0d, 0x8c, 0x9b, 0x64, 0xf6, 0x49, 0x5b, 0x69, - 0x3b, 0xa6, 0x3e, 0x72, 0x55, 0x42, 0xdd, 0x30, 0x21, 0x29, 0x7d, 0x67, 0x61, 0x1c, 0xd8, 0x38, - 0x21, 0x25, 0xd6, 0x18, 0xe9, 0xe5, 0xc8, 0xf4, 0x20, 0x26, 0xe6, 0x65, 0x60, 0x3c, 0x8a, 0x24, - 0x1c, 0xdc, 0x83, 0x49, 0x27, 0x4b, 0x05, 0x67, 0x69, 0x84, 0x35, 0xf4, 0x74, 0x7b, 0xb6, 0xb8, - 0xf4, 0xf8, 0x28, 0xb0, 0x4d, 0x34, 0x6b, 0x27, 0xe4, 0x24, 0xcf, 0xd0, 0xfc, 0xcf, 0x42, 0x3a, - 0xef, 0xd4, 0xe2, 0x7b, 0x12, 0x4c, 0x50, 0x8e, 0xd9, 0x00, 0x06, 0xa7, 0x96, 0x84, 0x7f, 0x14, - 0x98, 0x9c, 0x5d, 0x81, 0xd4, 0xbe, 0x50, 0x59, 0xb6, 0x2c, 0x77, 0x55, 0x32, 0x57, 0xf4, 0x59, - 0xdc, 0xfc, 0x5a, 0x42, 0x55, 0x5f, 0x75, 0x6d, 0xac, 0xe2, 0xe6, 0x9f, 0xb7, 0x0c, 0x20, 0xde, - 0x42, 0xd8, 0xe0, 0x56, 0x95, 0xb6, 0x69, 0xc3, 0xb8, 0x55, 0xe5, 0xa0, 0x54, 0x6e, 0xd7, 0x2b, - 0x57, 0x81, 0xef, 0x31, 0xe5, 0x2a, 0x5c, 0xb1, 0x25, 0x9d, 0x2e, 0x42, 0x16, 0x32, 0x7c, 0xf8, - 0x10, 0x47, 0x90, 0x1b, 0xf0, 0x41, 0xc2, 0x3f, 0xd0, 0x3b, 0x98, 0x98, 0xb3, 0x05, 0x41, 0x82, - 0x5f, 0x56, 0x17, 0x09, 0x08, 0x18, 0xc4, 0x12, 0xe6, 0xec, 0xb3, 0x45, 0xbe, 0x8f, 0xcb, 0xa4, - 0x14, 0xe0, 0x8f, 0xa4, 0x7a, 0x81, 0x2d, 0x1c, 0x2b, 0x5b, 0xd1, 0xd3, 0x4d, 0x58, 0xf8, 0x10, - 0xba, 0xd7, 0x7b, 0x4a, 0x59, 0x01, 0x39, 0x90, 0x32, 0x48, 0x0a, 0x52, 0x14, 0x10, 0xa1, 0x8f, - 0x95, 0x72, 0x4e, 0x27, 0x59, 0x1b, 0x6a, 0x06, 0x93, 0x1b, 0x0a, 0x84, 0xba, 0x91, 0xf3, 0xb1, - 0x86, 0x79, 0xa4, 0xc3, 0xa4, 0xc2, 0xb6, 0x05, 0xb9, 0xd9, 0x1a, 0x46, 0xb9, 0x65, 0x6c, 0xbe, - 0x36, 0xe6, 0x63, 0x73, 0xa7, 0xf8, 0x4f, 0xae, 0x44, 0xd0, 0xe5, 0xea, 0x00, 0x97, 0xeb, 0xd9, - 0x0a, 0x0c, 0x0d, 0x92, 0x91, 0x96, 0xaa, 0x21, 0x9c, 0xa5, 0x51, 0x48, 0x1c, 0xab, 0xab, 0x20, - 0x28, 0x49, 0x8e, 0x91, 0x46, 0xa7, 0xd8, 0xfc, 0x43, 0x00, 0xa5, 0xd5, 0xc5, 0x71, 0x47, 0x59, - 0x81, 0x29, 0x61, 0x83, 0xb6, 0x01, 0xe2, 0x04, 0x3f, 0xee, 0xf4, 0x91, 0x5b, 0xae, 0x8d, 0xe4, - 0xbf, 0xf0, 0x43, 0xd2, 0xe3, 0x22, 0xe4, 0x13, 0xa6, 0x08, 0x1b, 0x9e, 0xc0, 0x6d, 0x25, 0xfd, - 0x67, 0xe8, 0xba, 0x87, 0xe6, 0x0d, 0x24, 0x6a, 0x3f, 0x47, 0x2c, 0x45, 0x73, 0xd5, 0x68, 0x92, - 0x9c, 0xcc, 0x08, 0x7e, 0x95, 0x1b, 0xa4, 0xce, 0xe4, 0x72, 0x89, 0x0d, 0xd1, 0xc9, 0x36, 0xc6, - 0x67, 0x1c, 0x95, 0xf9, 0x04, 0x6e, 0xab, 0x28, 0x7c, 0x8f, 0xd5, 0x25, 0x7d, 0xc3, 0xf7, 0x8c, - 0x57, 0x5b, 0x12, 0x88, 0x73, 0x8a, 0x54, 0x86, 0x64, 0x40, 0xe9, 0x74, 0x03, 0x52, 0x82, 0x09, - 0x8b, 0xad, 0x80, 0x4a, 0x26, 0x55, 0x65, 0xe4, 0x9a, 0x35, 0x5e, 0xd6, 0x5c, 0x2e, 0x51, 0xee, - 0xf5, 0x7a, 0x20, 0x0b, 0x3b, 0x33, 0x4f, 0x0e, 0xf6, 0x60, 0x6c, 0xd0, 0xec, 0x58, 0x15, 0x11, - 0xc5, 0xe7, 0x5f, 0x2d, 0xec, 0x87, 0xf4, 0xd5, 0x7a, 0xd5, 0xe1, 0xcf, 0xc8, 0xd5, 0xe0, 0x07, - 0xd6, 0x46, 0x9a, 0x08, 0x0f, 0x7e, 0x0a, 0x3e, 0xe4, 0xbc, 0x6d, 0xdd, 0x32, 0xea, 0x1d, 0x5c, - 0xf6, 0x48, 0x2e, 0x9c, 0x17, 0x1e, 0x27, 0xc3, 0xd5, 0xc0, 0x93, 0x1c, 0x61, 0x29, 0x12, 0xb0, - 0x13, 0x28, 0xb3, 0xb1, 0xcc, 0x02, 0xae, 0xc4, 0x9a, 0x3f, 0x0f, 0xc8, 0xb0, 0xe1, 0x0a, 0x12, - 0x6e, 0x18, 0x6b, 0x91, 0x2f, 0x06, 0x12, 0x28, 0xac, 0x01, 0xfe, 0x14, 0x2a, 0x12, 0x21, 0x03, - 0x26, 0x8b, 0x33, 0x04, 0x55, 0x76, 0x30, 0x8b, 0x65, 0xfb, 0xdc, 0xa0, 0xf7, 0xa4, 0x6c, 0xf2, - 0x5f, 0xe9, 0xa2, 0x93, 0x14, 0x54, 0xc5, 0x51, 0x37, 0x40, 0xc8, 0x20, 0xe3, 0xba, 0x41, 0x25, - 0x49, 0xbf, 0x2a, 0x59, 0xd8, 0x20, 0x90, 0xbd, 0xd5, 0x60, 0x83, 0xf1, 0x2d, 0x9e, 0x47, 0x7b, - 0xe4, 0x87, 0x9c, 0x0e, 0x51, 0x0d, 0x69, 0x51, 0x6e, 0xb7, 0x44, 0x47, 0x08, 0x09, 0x86, 0x4b, - 0x67, 0x54, 0x3e, 0x19, 0x91, 0xef, 0xfc, 0x9a, 0x7b, 0xba, 0x3a, 0xad, 0x91, 0xc5, 0x64, 0x03, - 0xa4, 0xec, 0xa1, 0xe3, 0x29, 0x00, 0xcf, 0x23, 0xc7, 0xd5, 0x7a, 0x6f, 0x1b, 0x8c, 0x4a, 0xbd, - 0x64, 0x5f, 0xb6, 0xcc, 0xfa, 0x02, 0x7f, 0xba, 0x52, 0xe4, 0x59, 0x62, 0x7a, 0x13, 0xd7, 0x45, - 0xb2, 0xc4, 0x6e, 0xa8, 0xb8, 0x2b, 0xed, 0x30, 0x92, 0x77, 0x5c, 0xe5, 0x0d, 0xba, 0x2e, 0x91, - 0x07, 0x68, 0xb6, 0xbf, 0xc0, 0xd1, 0x95, 0xcd, 0xef, 0xae, 0x47, 0x72, 0x50, 0x7f, 0xe7, 0xe5, - 0x2d, 0x48, 0xa7, 0xef, 0xbc, 0x84, 0x46, 0xba, 0xee, 0xb5, 0x28, 0x57, 0x0b, 0x0d, 0x2e, 0x1d, - 0x61, 0xaf, 0xd2, 0x19, 0xc3, 0x79, 0x11, 0x09, 0x83, 0x0a, 0x2e, 0x0e, 0xa3, 0xc5, 0xbc, 0x2c, - 0x07, 0x14, 0x46, 0xcb, 0x46, 0xeb, 0xf4, 0x57, 0x1a, 0xbf, 0xac, 0xe0, 0xe9, 0x15, 0x3c, 0xd9, - 0xa1, 0xfc, 0xb7, 0x44, 0x4e, 0x5b, 0xce, 0xeb, 0x72, 0xc8, 0x70, 0xa6, 0x1b, 0xa1, 0xb6, 0xf8, - 0xab, 0x02, 0x99, 0x27, 0x91, 0xb6, 0xb1, 0x19, 0x6e, 0x2b, 0x5d, 0x6d, 0xe4, 0xd0, 0xb1, 0x5c, - 0x60, 0x1b, 0x20, 0xdb, 0x68, 0x3a, 0x0c, 0x80, 0x94, 0xa6, 0x0e, 0x0e, 0xcb, 0xab, 0x2f, 0x24, - 0xa3, 0x00, 0x4b, 0x9c, 0xc8, 0x55, 0x5a, 0xc4, 0x4c, 0xa0, 0xab, 0xa0, 0xf2, 0x14, 0xc3, 0xb1, - 0x7c, 0x0a, 0xf1, 0x09, 0x24, 0x1b, 0xa7, 0x11, 0xc2, 0xbc, 0x11, 0x50, 0xae, 0x51, 0x6c, 0x89, - 0xd6, 0x86, 0x29, 0x12, 0x27, 0x5e, 0x15, 0x1d, 0x8e, 0xe9, 0x12, 0xcf, 0xa4, 0x47, 0x74, 0xbe, - 0xf0, 0x7a, 0xe4, 0x55, 0x33, 0x32, 0x1c, 0xd5, 0xf5, 0x52, 0x05, 0x58, 0x41, 0x4d, 0xdd, 0xd5, - 0x2c, 0x14, 0xa4, 0x3d, 0x09, 0x35, 0x94, 0x38, 0x43, 0x6d, 0xb2, 0xad, 0xe9, 0xd8, 0xae, 0x01, - 0x08, 0x4f, 0xaa, 0xb1, 0x7c, 0xd2, 0x14, 0x19, 0x67, 0x1d, 0x28, 0x5d, 0x60, 0x9e, 0xd8, 0x63, - 0xdf, 0xd8, 0x82, 0x0f, 0x9c, 0xe1, 0xe3, 0x13, 0x06, 0x0c, 0x9e, 0xc9, 0x20, 0x88, 0x08, 0xda, - 0x4b, 0xbe, 0xcc, 0x9b, 0x2d, 0xc9, 0x3c, 0x5e, 0x7d, 0x21, 0x2b, 0xc0, 0x2b, 0xa3, 0x46, 0x32, - 0xfd, 0x7d, 0x91, 0x8b, 0xad, 0x5a, 0xe4, 0x7d, 0xa3, 0x82, 0x43, 0xb3, 0x52, 0x21, 0x4f, 0x6f, - 0x16, 0x9d, 0x58, 0xac, 0x79, 0x33, 0x25, 0x9b, 0x43, 0x15, 0x29, 0x26, 0x43, 0xb5, 0xaa, 0xf4, - 0x08, 0x69, 0xc5, 0x60, 0x97, 0x7d, 0x9b, 0x79, 0x4c, 0x43, 0x14, 0x97, 0x48, 0x8b, 0x2b, 0xda, - 0x5e, 0x0c, 0x70, 0x43, 0x11, 0xc2, 0x25, 0x50, 0x85, 0x15, 0xe0, 0x68, 0x5d, 0x2f, 0x29, 0x3a, - 0x64, 0xbc, 0x85, 0x65, 0xd9, 0x73, 0xd0, 0xaf, 0xce, 0x40, 0xed, 0xbc, 0x50, 0x89, 0x28, 0x96, - 0x76, 0x62, 0x3e, 0xf1, 0x14, 0x44, 0x1e, 0x75, 0x35, 0xa0, 0xf4, 0x39, 0x59, 0x6e, 0xd2, 0x6a, - 0x17, 0xf8, 0x17, 0x51, 0x52, 0x78, 0x61, 0x1a, 0x34, 0x57, 0x80, 0x19, 0x4a, 0x0a, 0xb8, 0x19, - 0x4c, 0x59, 0x05, 0x3e, 0x2e, 0x92, 0x67, 0x64, 0x18, 0xf9, 0xe9, 0x20, 0xfb, 0x62, 0x4d, 0xa0, - 0x6a, 0xc8, 0x38, 0xf7, 0x6d, 0xc7, 0x5b, 0xea, 0xe8, 0x7a, 0x48, 0x56, 0x5b, 0xd7, 0x54, 0x20, - 0x39, 0x00, 0xb7, 0x9a, 0xee, 0x89, 0xec, 0x90, 0x05, 0x62, 0x25, 0xd8, 0x16, 0x62, 0xd9, 0x15, - 0xaa, 0x05, 0x9f, 0x20, 0xfd, 0x30, 0xa5, 0x17, 0x39, 0x2d, 0x39, 0x17, 0x62, 0x21, 0x61, 0x03, - 0x55, 0x71, 0xa5, 0x3a, 0xf1, 0x40, 0xf4, 0x89, 0xe4, 0x52, 0x03, 0x0d, 0x42, 0x4e, 0x46, 0xe5, - 0xef, 0xb8, 0x65, 0x89, 0xa2, 0x25, 0xed, 0x0c, 0xcc, 0xc9, 0x2c, 0x60, 0x58, 0x8a, 0xa1, 0x0d, - 0xa9, 0x95, 0x09, 0x47, 0x45, 0x33, 0x08, 0x73, 0x0a, 0x1e, 0x85, 0x1c, 0xfe, 0xb1, 0x55, 0x14, - 0x9f, 0x7c, 0x10, 0xaa, 0x6d, 0x9b, 0x36, 0x07, 0x63, 0x01, 0xbf, 0x5f, 0xdb, 0xb9, 0x78, 0xc8, - 0xf3, 0xf4, 0xd0, 0xec, 0x2a, 0x0b, 0xc6, 0x27, 0x6f, 0x51, 0xf7, 0xd4, 0x1c, 0x4f, 0xab, 0xc4, - 0x21, 0xe5, 0x3a, 0xec, 0x0e, 0x50, 0x80, 0xcd, 0x62, 0x7f, 0x97, 0x0e, 0xa9, 0x19, 0x2b, 0xc1, - 0x3e, 0x26, 0xa8, 0x6c, 0x1c, 0xaf, 0xdf, 0x16, 0x1c, 0x5e, 0x7f, 0xe5, 0xe5, 0x07, 0x64, 0x50, - 0x21, 0xa1, 0x12, 0xf5, 0x72, 0xd3, 0x51, 0x67, 0xd1, 0x75, 0x93, 0xae, 0xd0, 0x54, 0xc0, 0xa5, - 0x06, 0x8d, 0xaf, 0x9a, 0xd1, 0x33, 0xa5, 0xaf, 0x86, 0xd9, 0x55, 0x1d, 0x9f, 0x87, 0x17, 0xe6, - 0x5f, 0x6d, 0xa2, 0x94, 0x78, 0x09, 0xf9, 0xf9, 0x57, 0xa3, 0xab, 0xfb, 0xe2, 0x5a, 0x96, 0x99, - 0xe9, 0x48, 0x26, 0x58, 0xd1, 0x63, 0xad, 0x63, 0x11, 0x8c, 0xa4, 0x84, 0x22, 0x62, 0x84, 0x5a, - 0x14, 0xa2, 0xda, 0x70, 0xc4, 0x12, 0xf0, 0x15, 0x66, 0xaa, 0x01, 0x35, 0x7f, 0xd6, 0xfa, 0x17, - 0x40, 0x2e, 0x70, 0xc4, 0x5c, 0x5c, 0x60, 0xea, 0x24, 0x65, 0x81, 0x0a, 0x70, 0xdb, 0xc1, 0xb7, - 0xc2, 0xe6, 0x28, 0x46, 0x04, 0x4f, 0x4e, 0x08, 0x26, 0x57, 0x2e, 0x22, 0x0b, 0x64, 0x0b, 0x08, - 0x8e, 0xc3, 0x65, 0xa0, 0xdd, 0x85, 0x40, 0xa0, 0x01, 0x71, 0xc6, 0x81, 0x60, 0x5f, 0x89, 0x2d, - 0x8c, 0x21, 0x9e, 0xbe, 0x7c, 0x60, 0x1e, 0x63, 0xc5, 0xba, 0x7e, 0x99, 0xee, 0x2c, 0x22, 0xc0, - 0x96, 0x7d, 0xe0, 0xe9, 0xb6, 0x6b, 0x78, 0x83, 0x55, 0x0c, 0x57, 0x49, 0xbe, 0x85, 0xea, 0x0d, - 0xe5, 0xf6, 0x1a, 0xdf, 0xd5, 0xc6, 0x5e, 0x26, 0x78, 0xe4, 0xd0, 0x50, 0xa8, 0x2c, 0x88, 0x40, - 0x50, 0x64, 0xd8, 0x9f, 0x78, 0x10, 0xca, 0x4c, 0x27, 0x98, 0x7f, 0xd5, 0xf9, 0x72, 0x25, 0x82, - 0xbe, 0x58, 0x1b, 0xe5, 0xd7, 0x01, 0x48, 0x1d, 0xee, 0x6c, 0x51, 0x8d, 0xaf, 0x84, 0x34, 0xf6, - 0xc0, 0xb0, 0x6b, 0xab, 0xdd, 0x39, 0x54, 0xc9, 0x41, 0x27, 0xeb, 0x17, 0xbe, 0x72, 0x52, 0xf9, - 0x3c, 0x3d, 0xd1, 0x66, 0xc4, 0x29, 0x79, 0x03, 0x16, 0x19, 0x18, 0x09, 0x24, 0x0a, 0x0b, 0xd0, - 0x8a, 0x53, 0xad, 0x5b, 0x8b, 0x7e, 0xe9, 0xd8, 0xd0, 0xb6, 0x0d, 0xb5, 0xdb, 0x57, 0x1d, 0x4f, - 0x63, 0x27, 0x7c, 0xfa, 0x3f, 0x5e, 0xd4, 0xb7, 0x9e, 0xad, 0x0c, 0x01, 0x13, 0x94, 0x43, 0xcc, - 0x7a, 0xb6, 0x39, 0x9c, 0xf9, 0x5c, 0xc0, 0x67, 0xe0, 0x73, 0xd7, 0x9c, 0xad, 0x66, 0x7f, 0xc1, - 0xb2, 0xe4, 0xc9, 0xa1, 0x0c, 0x1f, 0xfe, 0x02, 0xfd, 0xed, 0xdb, 0xb2, 0x05, 0x3a, 0xe7, 0x99, - 0xe3, 0x02, 0x1b, 0x5a, 0x39, 0x90, 0x0c, 0xc3, 0x94, 0xbd, 0x5c, 0x9a, 0x24, 0x48, 0x8c, 0x61, - 0xbb, 0xdc, 0x36, 0x04, 0x6e, 0x44, 0xf5, 0x79, 0xfd, 0xfe, 0x2b, 0x21, 0x61, 0x21, 0xd2, 0x62, - 0x92, 0x8b, 0x14, 0xe5, 0xea, 0xa5, 0x02, 0xe4, 0x46, 0x1f, 0x6b, 0x43, 0x57, 0xda, 0x0a, 0x5a, - 0xcf, 0xa4, 0xaf, 0xb2, 0x0c, 0x3a, 0x57, 0xb6, 0xf8, 0x4f, 0x09, 0x06, 0x0e, 0xe0, 0xf5, 0xff, - 0x36, 0x78, 0x5f, 0xe5, 0x9e, 0x0c, 0x00, 0xdb, 0x7f, 0x23, 0x40, 0x19, 0x7b, 0x3c, 0xf9, 0xfb, - 0x00, 0xf6, 0x7a, 0x08, 0xf0, 0x25, 0x06, 0xa0, 0xf4, 0x75, 0xd2, 0x56, 0xf4, 0x68, 0x2d, 0x1f, - 0xc3, 0xee, 0xf5, 0xca, 0xbd, 0x6c, 0x4f, 0x90, 0x09, 0x6c, 0x01, 0xad, 0x78, 0x5f, 0x3b, 0xed, - 0x6e, 0x9b, 0xd4, 0x33, 0x50, 0xa7, 0x13, 0x89, 0xd6, 0x26, 0x7d, 0x7d, 0xed, 0x38, 0x1b, 0xf0, - 0x66, 0xf7, 0xdb, 0xf4, 0x1d, 0xab, 0x93, 0x68, 0xdf, 0x22, 0x72, 0x10, 0x6d, 0x42, 0x7b, 0xd4, - 0x46, 0x36, 0xc4, 0x99, 0x7a, 0x17, 0xb5, 0x89, 0x58, 0x23, 0x68, 0x84, 0xc6, 0xe4, 0x78, 0x62, - 0xcc, 0xc7, 0xc8, 0xe5, 0xbc, 0xfa, 0xe2, 0xa9, 0x30, 0xdc, 0x94, 0x2f, 0xf8, 0xb4, 0x8e, 0xba, - 0x1c, 0xc7, 0x20, 0x02, 0xb1, 0x4c, 0x48, 0xe7, 0x60, 0xe9, 0x47, 0x85, 0x5f, 0xf2, 0x65, 0x69, - 0x2f, 0x85, 0x93, 0xd5, 0x16, 0xe4, 0xb8, 0x39, 0x30, 0x59, 0x6b, 0xe4, 0x86, 0xba, 0x4e, 0x84, - 0x8e, 0x95, 0xe2, 0x24, 0xe7, 0xa4, 0x4d, 0x7c, 0xb4, 0x7f, 0xfa, 0x06, 0x19, 0xdc, 0x25, 0x52, - 0x20, 0xad, 0xa3, 0x2e, 0x18, 0x78, 0x83, 0x3d, 0x88, 0xe5, 0xbb, 0xb6, 0x21, 0x63, 0x6b, 0x78, - 0x35, 0x5c, 0xa8, 0xb3, 0xda, 0x33, 0x3b, 0x23, 0x27, 0xd8, 0x63, 0x8b, 0xc9, 0x11, 0x28, 0xed, - 0x74, 0x53, 0xc0, 0x1e, 0x19, 0x06, 0x59, 0x5d, 0xa0, 0x9e, 0xce, 0xcb, 0x8c, 0x6b, 0x1c, 0x63, - 0x20, 0x79, 0x79, 0xc1, 0x20, 0xcf, 0x8f, 0x21, 0x9a, 0x61, 0x3e, 0xae, 0xc5, 0x1d, 0x8c, 0x86, - 0x6d, 0x7f, 0xe7, 0x93, 0x57, 0xa1, 0x16, 0x97, 0xe2, 0x90, 0x51, 0x98, 0x27, 0x89, 0x48, 0x23, - 0x96, 0xe1, 0x97, 0x13, 0xa7, 0x41, 0x94, 0x8c, 0x6d, 0x1c, 0x6e, 0x37, 0x93, 0x97, 0xd5, 0xbd, - 0x5e, 0x18, 0x0b, 0xe2, 0x09, 0x20, 0x4b, 0xe4, 0x7f, 0xc9, 0x8f, 0x20, 0x93, 0x2e, 0x7b, 0xa6, - 0x3d, 0x26, 0x9c, 0xf3, 0x83, 0xf9, 0x6f, 0x62, 0x23, 0x56, 0x4a, 0x44, 0x79, 0x67, 0xfe, 0x95, - 0x9c, 0x7f, 0x70, 0x84, 0x3f, 0x1d, 0x96, 0x72, 0xd0, 0x90, 0xb2, 0xdf, 0x10, 0xdc, 0x6b, 0x8b, - 0x68, 0x16, 0xd9, 0x90, 0xe5, 0x95, 0x48, 0x11, 0x2b, 0x6a, 0x5c, 0x82, 0x91, 0x38, 0xb0, 0x73, - 0x5e, 0x30, 0xe2, 0x07, 0x82, 0x31, 0x9e, 0xbc, 0xbc, 0xd2, 0x8e, 0x21, 0xfb, 0xed, 0x88, 0x11, - 0xb0, 0x4a, 0x9c, 0x70, 0xc2, 0xf6, 0xb5, 0x71, 0x83, 0xb2, 0x3b, 0x8b, 0x31, 0xec, 0x7d, 0x6d, - 0xdb, 0x1a, 0x29, 0xbb, 0x28, 0xc3, 0x71, 0xc6, 0xe6, 0xf6, 0xd0, 0x8d, 0xf2, 0x55, 0x4b, 0xd1, - 0xd1, 0xb6, 0x4a, 0x4e, 0xc6, 0x2c, 0x72, 0xd9, 0xf1, 0x22, 0xb3, 0x0d, 0x9b, 0x6c, 0xb8, 0xa6, - 0xce, 0x19, 0x94, 0x05, 0xe5, 0x90, 0x88, 0x64, 0xbc, 0xb4, 0xcf, 0xf7, 0xa9, 0x10, 0xc1, 0x15, - 0xc7, 0x30, 0x2b, 0x0b, 0xbb, 0x1a, 0xdd, 0x85, 0x19, 0x15, 0xb1, 0x2f, 0x15, 0x43, 0x9c, 0x75, - 0xa3, 0x3b, 0x62, 0xdb, 0xf9, 0xb8, 0x5f, 0xe2, 0x11, 0x12, 0xd2, 0x26, 0x9e, 0xe0, 0xd8, 0x58, - 0x54, 0x87, 0x7d, 0xc7, 0x8c, 0x45, 0x42, 0xcd, 0x77, 0xe9, 0x2c, 0xa2, 0x7a, 0xd0, 0x92, 0xf2, - 0x2b, 0xcb, 0xf9, 0x4a, 0x4d, 0x47, 0xd7, 0x2c, 0xaa, 0xc9, 0x86, 0x93, 0x96, 0xea, 0xc5, 0xf9, - 0xe4, 0x2a, 0xe3, 0x2b, 0xb3, 0x34, 0x13, 0xc9, 0x77, 0xc3, 0xa1, 0x46, 0x05, 0x29, 0xb0, 0x60, - 0xc7, 0xa5, 0xe6, 0xc2, 0xc9, 0xf8, 0xe2, 0xed, 0xdc, 0x2c, 0x6b, 0x43, 0x31, 0xb9, 0x4a, 0xa7, - 0x9f, 0x53, 0x78, 0xb3, 0x90, 0x00, 0xeb, 0x6f, 0x28, 0xc1, 0x27, 0x62, 0xaf, 0xf0, 0x36, 0xdc, - 0xbd, 0x05, 0x12, 0xe8, 0x39, 0x7e, 0xcf, 0x71, 0xc9, 0xf6, 0x3f, 0x02, 0x32, 0x66, 0x3c, 0xb5, - 0xf8, 0xc4, 0x58, 0xf6, 0xa6, 0x07, 0xe6, 0xf1, 0x66, 0x50, 0x36, 0xc7, 0xe5, 0x29, 0xd2, 0xfd, - 0x7d, 0xf2, 0x1d, 0x6a, 0xeb, 0x76, 0x25, 0xef, 0xb9, 0xab, 0xea, 0xf4, 0x79, 0xea, 0x75, 0xa0, - 0x10, 0xde, 0xad, 0xe7, 0x76, 0x0b, 0x78, 0x9b, 0x0a, 0x2b, 0xc2, 0xe0, 0x53, 0x2f, 0x02, 0x6c, - 0x03, 0x3f, 0x1e, 0xc1, 0x77, 0x99, 0x53, 0x67, 0x30, 0x79, 0x29, 0xa6, 0x0b, 0x91, 0x11, 0xf5, - 0x3a, 0x93, 0x27, 0x6c, 0x8b, 0xaa, 0x31, 0x69, 0x04, 0x15, 0xd6, 0x74, 0xf8, 0x22, 0xd1, 0xe1, - 0x5f, 0x18, 0xf8, 0xd9, 0x2a, 0x63, 0xfe, 0x0a, 0x3a, 0x5c, 0x86, 0xbf, 0xc0, 0x05, 0x66, 0x32, - 0xd0, 0x5c, 0x75, 0x03, 0x16, 0x0c, 0xb2, 0xb6, 0x21, 0xc7, 0x98, 0x53, 0xae, 0xb2, 0xc8, 0x16, - 0x20, 0x99, 0x43, 0x5e, 0x54, 0xf0, 0x2a, 0x2c, 0xd1, 0xb0, 0x3c, 0x6e, 0xc1, 0x29, 0x0c, 0xe4, - 0x99, 0xf7, 0x24, 0xc9, 0x95, 0x19, 0xfc, 0xb6, 0xcf, 0x4b, 0x23, 0x86, 0xe7, 0x50, 0xee, 0x60, - 0x0d, 0xe3, 0x3a, 0x8d, 0x02, 0x29, 0xe5, 0x95, 0xb3, 0xc8, 0xd2, 0x41, 0x5d, 0xb9, 0x78, 0xcf, - 0x1a, 0x81, 0xe3, 0x6a, 0x72, 0x94, 0x85, 0xad, 0x42, 0xf5, 0xe7, 0xd8, 0x9b, 0xbf, 0x16, 0x73, - 0x86, 0xb2, 0x08, 0xe3, 0x93, 0x97, 0x31, 0xbe, 0xe2, 0xdf, 0xc7, 0xf8, 0x96, 0x49, 0x2f, 0x64, - 0xbd, 0x8c, 0x26, 0xfe, 0x55, 0x2e, 0x19, 0xe6, 0x8b, 0xaa, 0x0e, 0x8c, 0xd1, 0xd1, 0x9c, 0xf9, - 0x57, 0xd7, 0x9d, 0xc5, 0x38, 0xcd, 0x74, 0xf4, 0x45, 0x4a, 0x46, 0x7d, 0x85, 0x8d, 0x11, 0x71, - 0x28, 0xb1, 0x24, 0xfe, 0x45, 0x0f, 0xbf, 0xa9, 0x33, 0x9e, 0x3d, 0xd4, 0x16, 0xa5, 0xaa, 0x02, - 0x92, 0x6a, 0x57, 0x1b, 0xd3, 0xfc, 0xb3, 0xc5, 0xdd, 0x10, 0xff, 0xdb, 0x67, 0xcc, 0xd3, 0x36, - 0x53, 0xe8, 0x71, 0xb4, 0x80, 0x9a, 0x72, 0x81, 0x37, 0x8a, 0x1c, 0x58, 0x5b, 0xd9, 0xd0, 0x7a, - 0x0a, 0x72, 0x8c, 0x1c, 0xe6, 0x0d, 0xbe, 0xa7, 0x39, 0x2f, 0xcf, 0xc2, 0x1c, 0x55, 0x22, 0xf4, - 0x03, 0xda, 0x55, 0x04, 0x0b, 0x8b, 0xb8, 0xfd, 0x68, 0x73, 0x27, 0x46, 0x03, 0xe2, 0xc5, 0x4b, - 0x03, 0x04, 0x27, 0xd5, 0xfe, 0x29, 0x71, 0x49, 0x58, 0xc7, 0xcf, 0xd9, 0x27, 0x95, 0xa9, 0xcf, - 0x52, 0x3e, 0x6f, 0xf1, 0x2d, 0x2f, 0xca, 0x0f, 0x9c, 0x9a, 0xb5, 0xe8, 0x44, 0x91, 0x73, 0x6a, - 0x81, 0x6f, 0x5f, 0x0c, 0x75, 0x63, 0x83, 0x7b, 0x9a, 0xaa, 0x77, 0x17, 0x48, 0x3c, 0xf8, 0x12, - 0x97, 0x18, 0x83, 0x87, 0x05, 0xef, 0x2b, 0x36, 0xec, 0x45, 0x39, 0x2c, 0xef, 0x53, 0x1c, 0x2d, - 0x8e, 0xc6, 0x22, 0x44, 0xaa, 0x38, 0x2d, 0xe0, 0x97, 0xe9, 0x53, 0x31, 0x58, 0x2e, 0xc5, 0x8d, - 0x4f, 0x20, 0x5f, 0x6b, 0x86, 0x81, 0x9b, 0x20, 0x16, 0x30, 0x3a, 0xea, 0x8a, 0x21, 0xad, 0xca, - 0x0d, 0x78, 0x0b, 0xe7, 0x5e, 0xa6, 0x3b, 0x52, 0x16, 0x2a, 0x2c, 0x74, 0x91, 0x19, 0xd2, 0xd4, - 0xe1, 0x42, 0xef, 0xd3, 0x96, 0x3b, 0x75, 0x67, 0x11, 0x87, 0x04, 0x61, 0x43, 0x40, 0x25, 0x3e, - 0x39, 0xc7, 0x2c, 0x40, 0xe1, 0x4a, 0x5c, 0x0f, 0x73, 0x31, 0x74, 0xb4, 0x08, 0x07, 0x57, 0x16, - 0x7f, 0x6f, 0xa3, 0x22, 0xc7, 0x1b, 0x56, 0x97, 0x49, 0xfc, 0x20, 0x06, 0x05, 0x24, 0x63, 0xab, - 0x84, 0xd0, 0x08, 0xbf, 0x8b, 0xd0, 0x1d, 0x67, 0xb7, 0x9d, 0xa7, 0x15, 0x4b, 0xc3, 0x2e, 0xb1, - 0x2a, 0x37, 0xa1, 0xcf, 0xd5, 0x2a, 0x9d, 0x7f, 0xe1, 0x19, 0xe6, 0xb7, 0x1b, 0xfd, 0x88, 0x08, - 0x16, 0x7c, 0xf9, 0x86, 0x89, 0x4c, 0x31, 0x1e, 0x92, 0xde, 0xfe, 0xb7, 0x8f, 0x33, 0x24, 0x29, - 0x5e, 0x4c, 0xb1, 0xd0, 0x01, 0x95, 0xf8, 0x14, 0xe2, 0xc3, 0x6c, 0x71, 0x81, 0x8e, 0x2e, 0x3a, - 0x8b, 0x9b, 0x2c, 0xab, 0x44, 0x57, 0x8f, 0x45, 0x87, 0x97, 0xd4, 0x42, 0x78, 0x5a, 0x92, 0xc1, - 0xe3, 0x36, 0x77, 0xb2, 0x9b, 0x2b, 0xf6, 0xc5, 0x83, 0x8d, 0x66, 0xd2, 0x74, 0xe2, 0xcd, 0xe6, - 0xb7, 0x7f, 0x89, 0x6f, 0x9b, 0xec, 0x79, 0xcc, 0x6e, 0x94, 0x10, 0xe3, 0x4e, 0xdb, 0x09, 0xad, - 0xcf, 0x14, 0x81, 0xe5, 0x05, 0xa7, 0x08, 0xa7, 0x6f, 0x25, 0x59, 0x35, 0x33, 0x22, 0x98, 0x50, - 0x6f, 0x4f, 0xff, 0x1d, 0x04, 0x46, 0x4b, 0xeb, 0x7e, 0xca, 0xa9, 0x30, 0x62, 0xdc, 0x5d, 0x44, - 0x62, 0x98, 0x34, 0x71, 0x88, 0x0d, 0x75, 0x02, 0xbd, 0xf2, 0xfc, 0x1b, 0xbb, 0x6a, 0x4f, 0x19, - 0xe9, 0x2e, 0xba, 0xb2, 0xfa, 0x6d, 0x2f, 0xf9, 0x42, 0x65, 0x7a, 0x1a, 0x48, 0xa7, 0x9c, 0xe3, - 0x62, 0xa1, 0x10, 0x92, 0x70, 0x49, 0x36, 0x5f, 0xd6, 0xaa, 0x06, 0xcb, 0x0b, 0x12, 0x85, 0x6f, - 0x5f, 0x25, 0xca, 0x5a, 0xc7, 0x01, 0xe9, 0x70, 0x1a, 0x08, 0xa2, 0x8b, 0xb4, 0xde, 0xe5, 0x3c, - 0xa5, 0x82, 0xfc, 0x00, 0x3d, 0xba, 0x83, 0xca, 0x67, 0xf3, 0xbd, 0x9d, 0x25, 0x22, 0xdf, 0x11, - 0x34, 0xb0, 0x4d, 0xee, 0x0d, 0x14, 0xae, 0xc8, 0x1f, 0x99, 0xd3, 0xa0, 0xa5, 0xf8, 0x54, 0x92, - 0x12, 0x9b, 0x37, 0x9a, 0x08, 0x43, 0xe4, 0xb8, 0xce, 0xa2, 0xb3, 0x25, 0xc3, 0x01, 0xf1, 0x7d, - 0xb3, 0x26, 0xf6, 0x82, 0x5f, 0x70, 0xac, 0xdb, 0x15, 0x00, 0x97, 0xc8, 0x6e, 0x57, 0xd4, 0x9f, - 0x53, 0x01, 0x89, 0x6f, 0xd1, 0x5b, 0xac, 0xcb, 0x7b, 0x75, 0xfb, 0xc4, 0x11, 0x6c, 0x61, 0x04, - 0xc6, 0xed, 0x79, 0xba, 0x67, 0xbf, 0xcf, 0x08, 0xb9, 0xe4, 0x73, 0xb1, 0x7b, 0xf0, 0x48, 0x52, - 0x1b, 0xf9, 0x45, 0xcb, 0x15, 0xbf, 0xba, 0x71, 0xde, 0xd7, 0x9c, 0xb3, 0x27, 0x00, 0x0e, 0x73, - 0x03, 0xb2, 0xf3, 0x2c, 0xa5, 0x91, 0xa1, 0x99, 0xcb, 0x3c, 0x61, 0x7c, 0x5b, 0x44, 0xb4, 0xa7, - 0xb6, 0x3a, 0xee, 0x0c, 0x5e, 0xf4, 0xc8, 0xfc, 0x91, 0x05, 0xd4, 0x3f, 0x3c, 0x93, 0x82, 0xbf, - 0x61, 0xc0, 0x89, 0xc6, 0xd8, 0xc9, 0x9b, 0x5d, 0x61, 0xa1, 0xbc, 0x4c, 0x4b, 0x07, 0xae, 0x56, - 0x1b, 0x6c, 0x66, 0x91, 0x56, 0xd2, 0x95, 0x81, 0xb5, 0x95, 0xbe, 0xc4, 0x60, 0x34, 0xb0, 0x7d, - 0x46, 0x90, 0xe3, 0x0b, 0x4d, 0x4c, 0x8a, 0x62, 0x50, 0xa1, 0x22, 0xaf, 0xff, 0xf8, 0x18, 0x03, - 0x91, 0x67, 0x54, 0x9c, 0x91, 0x98, 0x6e, 0x2a, 0x46, 0x9d, 0x3f, 0xff, 0x92, 0xb6, 0x94, 0x03, - 0xfa, 0x08, 0x5a, 0x10, 0x62, 0x18, 0xbc, 0xee, 0xc2, 0x39, 0x24, 0xe7, 0x3e, 0xb0, 0xa5, 0x2d, - 0x9a, 0x57, 0xb9, 0xee, 0xce, 0x16, 0x0d, 0xd7, 0xf3, 0x90, 0x0b, 0x02, 0xc1, 0xed, 0x7f, 0x5b, - 0xc0, 0x4f, 0xf8, 0x6b, 0xd0, 0xe0, 0x95, 0xda, 0xbe, 0x0f, 0xc4, 0xf3, 0xd7, 0xf0, 0xcb, 0x7d, - 0x46, 0x0a, 0x8e, 0x21, 0x56, 0x21, 0x0a, 0x92, 0x4e, 0x95, 0x0a, 0x1b, 0x92, 0x60, 0x94, 0x8a, - 0x01, 0xea, 0x38, 0x4f, 0x97, 0x6a, 0x54, 0xbe, 0x0d, 0x7b, 0x79, 0x00, 0xf9, 0xc1, 0xf0, 0xe4, - 0xa9, 0x05, 0x20, 0xbe, 0x3e, 0xe8, 0x82, 0xe9, 0x16, 0x8a, 0xb3, 0x45, 0x4d, 0x88, 0xad, 0x30, - 0x85, 0x22, 0x3a, 0x4f, 0x93, 0x13, 0x3e, 0xcb, 0xbe, 0x2d, 0x49, 0x67, 0x64, 0x20, 0x2c, 0x20, - 0xc9, 0xdb, 0x7b, 0xe5, 0xba, 0xe4, 0xd1, 0x60, 0x71, 0xd1, 0x85, 0xa5, 0xba, 0xb1, 0xf9, 0x79, - 0x5b, 0x2b, 0x99, 0x89, 0xc1, 0x50, 0x93, 0x79, 0x19, 0xa2, 0x45, 0xba, 0x4e, 0x0e, 0xa2, 0x47, - 0x0c, 0x3e, 0xb3, 0x6c, 0xb5, 0x3d, 0x23, 0xe0, 0x06, 0xe7, 0xf8, 0x96, 0xb6, 0x40, 0x1a, 0x22, - 0xab, 0xf4, 0x4a, 0x77, 0xb4, 0xcf, 0xca, 0xf9, 0x61, 0x5f, 0x0f, 0xe2, 0xbf, 0xba, 0x52, 0x94, - 0x2f, 0x3a, 0x0b, 0x6a, 0x77, 0x58, 0x41, 0x26, 0x2b, 0x3b, 0xb6, 0x0e, 0x3b, 0x8f, 0xf2, 0x06, - 0x27, 0x4a, 0xb1, 0x6e, 0x84, 0x53, 0x49, 0x6e, 0x21, 0xed, 0x50, 0x5e, 0x16, 0xcb, 0xad, 0x37, - 0xbd, 0xf9, 0x5c, 0x21, 0xfc, 0x9d, 0x78, 0xc5, 0x01, 0x3b, 0xc6, 0x12, 0x92, 0xef, 0x05, 0x64, - 0x12, 0x00, 0xb1, 0x96, 0x8c, 0x60, 0xff, 0x3d, 0x0d, 0x42, 0xa1, 0xcf, 0xe8, 0xb3, 0xcc, 0x3c, - 0x86, 0xff, 0x08, 0xdb, 0x8c, 0x62, 0x62, 0x41, 0xd2, 0x8a, 0x37, 0xa2, 0x79, 0xa4, 0x4c, 0x1b, - 0x56, 0xed, 0xdb, 0xca, 0x1b, 0xf1, 0xed, 0x61, 0x8e, 0x19, 0xf1, 0xc9, 0xf3, 0xb4, 0xde, 0xd6, - 0x37, 0xf4, 0x8f, 0xe9, 0x22, 0xb4, 0x3c, 0xd0, 0x52, 0xce, 0x92, 0x6e, 0x06, 0x5c, 0xbf, 0x14, - 0x16, 0x94, 0xf2, 0xfe, 0xb4, 0x2e, 0x94, 0xff, 0x19, 0x77, 0x28, 0x46, 0xd7, 0x1c, 0x77, 0xb6, - 0xcc, 0x71, 0x99, 0x3a, 0x30, 0x7e, 0x44, 0x16, 0x6c, 0xf2, 0xf8, 0x6e, 0x9b, 0x42, 0x2e, 0xc6, - 0xcc, 0x1c, 0xc5, 0x28, 0xd4, 0xec, 0xb8, 0x47, 0xb3, 0x18, 0xd7, 0xd5, 0xa5, 0xdb, 0x4a, 0x8b, - 0xb4, 0xee, 0x8b, 0xc8, 0xcc, 0xee, 0xb1, 0xe8, 0xf8, 0x19, 0xa5, 0xd0, 0x18, 0x5f, 0xe4, 0x1a, - 0xef, 0xae, 0x2c, 0xc7, 0x19, 0xaa, 0xb8, 0xf5, 0x26, 0x30, 0xfb, 0x91, 0xe6, 0x87, 0x97, 0x5b, - 0xaa, 0x71, 0xa8, 0xdd, 0x59, 0xec, 0xde, 0xfa, 0xdc, 0x73, 0x63, 0x26, 0x3e, 0xcf, 0x74, 0x51, - 0x00, 0x06, 0xed, 0x26, 0x7e, 0x74, 0x74, 0xc5, 0x71, 0xfe, 0x55, 0xf7, 0xe4, 0x8d, 0x9f, 0x49, - 0x89, 0x40, 0x5f, 0x99, 0x25, 0xae, 0x8e, 0x62, 0x32, 0x68, 0x03, 0xcf, 0x9b, 0xb8, 0x44, 0x9f, - 0x45, 0x71, 0x89, 0x31, 0x36, 0x85, 0xd8, 0x8f, 0x51, 0xeb, 0xc2, 0xa2, 0x9d, 0x9c, 0x34, 0x3b, - 0x40, 0x43, 0x78, 0xa9, 0x8f, 0x7c, 0x95, 0xd8, 0x2b, 0x19, 0xa9, 0x19, 0xef, 0x1e, 0xe9, 0xfb, - 0x6c, 0xa2, 0x54, 0x13, 0xe3, 0xaf, 0xc9, 0x7c, 0xc3, 0x05, 0x1f, 0xd4, 0x52, 0x14, 0x31, 0xe6, - 0x99, 0xf3, 0xd6, 0x38, 0xe2, 0x58, 0xde, 0x9b, 0x22, 0xcd, 0x0b, 0x31, 0x6d, 0x2d, 0x17, 0x16, - 0xbf, 0xd3, 0xe6, 0x05, 0xa5, 0x71, 0x37, 0x67, 0x65, 0xf1, 0x48, 0x86, 0x48, 0x79, 0x92, 0xea, - 0x1d, 0x1d, 0xf0, 0x26, 0xb8, 0x7f, 0xe0, 0x37, 0x4e, 0x43, 0xc3, 0x02, 0xcb, 0xd4, 0xca, 0x25, - 0x7a, 0xe2, 0x5f, 0x65, 0x4b, 0x50, 0x13, 0xac, 0x31, 0xe3, 0x98, 0x9d, 0xcf, 0xcd, 0x58, 0x79, - 0x3a, 0x2a, 0xc4, 0x05, 0x5e, 0x21, 0xc0, 0xab, 0x8d, 0xee, 0x6c, 0xb9, 0x17, 0x74, 0x9c, 0xcb, - 0xb3, 0x11, 0x43, 0x6c, 0x61, 0xc9, 0x3a, 0x74, 0x0a, 0x2a, 0xee, 0xcc, 0x04, 0xaf, 0x0f, 0xe3, - 0x54, 0x26, 0x9b, 0x16, 0x11, 0x05, 0xce, 0x9b, 0xf5, 0x51, 0x96, 0x1f, 0xc3, 0x2b, 0xe2, 0x0d, - 0x20, 0xab, 0x36, 0x91, 0xfe, 0x22, 0xe6, 0xe3, 0xfa, 0xbe, 0x60, 0x66, 0x5a, 0x70, 0xfd, 0x5e, - 0x52, 0x8e, 0xed, 0x38, 0xc5, 0x7e, 0xc3, 0x89, 0x52, 0x05, 0x8c, 0x76, 0xd4, 0x81, 0xa9, 0x13, - 0x97, 0xdc, 0x81, 0x39, 0x31, 0x92, 0xab, 0x27, 0x35, 0xca, 0x1d, 0x1a, 0x39, 0x3b, 0xc8, 0x9d, - 0xd4, 0x20, 0x12, 0xf6, 0xd2, 0x75, 0xa3, 0x54, 0x60, 0xbb, 0x92, 0x1b, 0x86, 0xe4, 0xed, 0x87, - 0xac, 0xf0, 0x49, 0x5d, 0xc1, 0xe3, 0x99, 0x73, 0xa5, 0x10, 0xec, 0xa0, 0xb1, 0x86, 0x08, 0x7f, - 0xc7, 0x9e, 0x1a, 0x76, 0x4d, 0xe0, 0xe7, 0xa4, 0xd7, 0xcb, 0x38, 0x01, 0x9a, 0x06, 0x15, 0x24, - 0xcf, 0x6a, 0xf7, 0xbf, 0x2d, 0x8a, 0xb7, 0x1e, 0xe7, 0xe1, 0x8f, 0x09, 0xfa, 0xae, 0xc4, 0x7c, - 0xa2, 0x87, 0xd0, 0x20, 0xc5, 0x69, 0x3b, 0xa1, 0x57, 0x6c, 0x43, 0x48, 0x63, 0x0b, 0xaa, 0x8d, - 0x88, 0xb8, 0x12, 0xf5, 0x7d, 0x8d, 0x13, 0x0b, 0x78, 0x49, 0xab, 0x13, 0x67, 0xdb, 0xb7, 0xcc, - 0x5c, 0xa8, 0xa3, 0x51, 0x5d, 0x13, 0x94, 0x7a, 0xc5, 0xf6, 0x8e, 0x02, 0xa3, 0x17, 0x5d, 0x7a, - 0x00, 0x8a, 0x30, 0x1d, 0x62, 0xfe, 0x30, 0x52, 0x6e, 0xd5, 0x1e, 0x4c, 0xdb, 0xb7, 0x13, 0x50, - 0xed, 0x80, 0xf3, 0x37, 0xf0, 0x0e, 0xda, 0xcf, 0xfc, 0xc3, 0xf7, 0x71, 0x5f, 0x99, 0x3b, 0x46, - 0xc4, 0xbd, 0x24, 0x36, 0x23, 0xf5, 0x25, 0x58, 0x9c, 0xb5, 0x4e, 0x3b, 0xf0, 0xa6, 0x4b, 0xe7, - 0x16, 0xad, 0x91, 0xcb, 0xa1, 0x2d, 0x1c, 0xb7, 0xe3, 0x60, 0x0e, 0x92, 0xf3, 0xff, 0x18, 0xc2, - 0x00, 0x2b, 0x02, 0x4c, 0x2b, 0x01, 0xd8, 0xbe, 0x00, 0xc3, 0x27, 0x24, 0xbc, 0x55, 0xdb, 0x50, - 0x93, 0x33, 0xce, 0xe7, 0x80, 0x42, 0x4a, 0xc5, 0xf8, 0x11, 0xad, 0xf6, 0x21, 0xf2, 0xea, 0xf0, - 0xe1, 0x73, 0xe7, 0x4d, 0xd0, 0x60, 0xe0, 0x57, 0xc2, 0x80, 0x85, 0x28, 0x77, 0x45, 0xe1, 0x22, - 0x1a, 0xa9, 0x92, 0x2c, 0xd5, 0x17, 0x93, 0xf3, 0x9b, 0x68, 0xbb, 0x9d, 0x7d, 0xc2, 0x03, 0x74, - 0xd1, 0x47, 0xd5, 0xdb, 0x32, 0x95, 0xa2, 0x5b, 0xa8, 0x9c, 0x07, 0xec, 0x47, 0xfe, 0xa2, 0x79, - 0x94, 0x1d, 0x57, 0x36, 0x1b, 0xf9, 0x3a, 0xf4, 0x99, 0x3b, 0x6b, 0xe9, 0xf9, 0xc9, 0xa4, 0x4b, - 0xff, 0x8c, 0xc4, 0x07, 0xa0, 0x92, 0xf3, 0x22, 0x34, 0xbf, 0xbb, 0xc5, 0x42, 0x36, 0x40, 0x82, - 0x5f, 0xc7, 0x26, 0x4a, 0xac, 0xb1, 0x75, 0x14, 0xd2, 0xb9, 0xcf, 0xd6, 0xb1, 0x00, 0x8d, 0x73, - 0x2b, 0x89, 0x9c, 0x1d, 0xf0, 0x5d, 0x4b, 0x78, 0x71, 0x92, 0xd3, 0x9e, 0xa8, 0xc7, 0xc9, 0x47, - 0x03, 0xba, 0x59, 0x29, 0x93, 0xa1, 0xa3, 0x2d, 0x3e, 0x27, 0x2e, 0xda, 0x9f, 0x25, 0x86, 0x6c, - 0xae, 0x50, 0xe1, 0x0a, 0x5f, 0x76, 0x86, 0x91, 0xa2, 0x18, 0xa9, 0x93, 0x04, 0xe8, 0x14, 0xbe, - 0x67, 0x58, 0xe0, 0x62, 0x8c, 0x7f, 0x01, 0x3f, 0x30, 0x7e, 0x82, 0xd6, 0xad, 0x8b, 0x9d, 0xb1, - 0x28, 0x10, 0x11, 0xac, 0x2e, 0xb2, 0x23, 0x70, 0xe2, 0x16, 0x86, 0x0f, 0x05, 0x4c, 0x09, 0x18, - 0xfc, 0x56, 0xb8, 0x3d, 0x4a, 0xa7, 0xd3, 0xdf, 0x33, 0x90, 0x7f, 0x4b, 0x58, 0xfb, 0x6e, 0x98, - 0x2c, 0xf2, 0x27, 0x01, 0x10, 0x29, 0x28, 0x90, 0xba, 0xe0, 0xdd, 0x9b, 0x05, 0xe2, 0xd6, 0x5a, - 0xcb, 0xb4, 0xed, 0x37, 0xc9, 0x03, 0x25, 0x18, 0xaa, 0xda, 0x75, 0x84, 0x63, 0x65, 0xac, 0xb4, - 0x08, 0x9c, 0x2f, 0x14, 0xf2, 0xf7, 0x8c, 0x0f, 0x38, 0x68, 0x5a, 0xbb, 0x2f, 0x6e, 0xb1, 0x8a, - 0x49, 0xda, 0x1a, 0xab, 0x8e, 0x05, 0x6b, 0x10, 0x49, 0x26, 0x40, 0xba, 0xc8, 0xbe, 0xb3, 0xcf, - 0x78, 0x66, 0x76, 0x31, 0x15, 0x08, 0x1a, 0xcb, 0x61, 0x2a, 0x45, 0x96, 0xb0, 0x46, 0xea, 0xa0, - 0x88, 0x33, 0x27, 0x08, 0xcf, 0x34, 0x3a, 0x3a, 0x06, 0xc9, 0x05, 0xa0, 0xfd, 0xbe, 0xae, 0x92, - 0xd4, 0x44, 0xd2, 0xc7, 0x8f, 0xdb, 0xd7, 0xa1, 0x41, 0x9a, 0xf7, 0x4a, 0x62, 0x25, 0x88, 0x5b, - 0xeb, 0x5f, 0xa7, 0xaa, 0x5c, 0xee, 0xd5, 0x00, 0xd5, 0xda, 0xd6, 0x77, 0x8b, 0x6b, 0x05, 0x3d, - 0x92, 0x28, 0x6e, 0x11, 0x38, 0xdf, 0x33, 0x16, 0x74, 0x86, 0x56, 0x17, 0xb4, 0x21, 0x68, 0xc2, - 0xb9, 0x2e, 0x0a, 0x6b, 0x91, 0x06, 0x9c, 0xeb, 0x50, 0x7b, 0x7c, 0x8d, 0x39, 0x25, 0x57, 0x5b, - 0x5a, 0x21, 0x86, 0x70, 0x25, 0x15, 0xae, 0xad, 0xaa, 0xb1, 0xf5, 0x66, 0x74, 0x16, 0xfa, 0x8c, - 0x89, 0xb1, 0x95, 0xae, 0x61, 0xad, 0xd9, 0x6c, 0x69, 0x79, 0xad, 0x58, 0xf4, 0xa3, 0x5e, 0xb6, - 0xec, 0xc5, 0x5e, 0x9e, 0xb2, 0xf3, 0xf0, 0x4b, 0xfb, 0x5a, 0xc8, 0xca, 0xcb, 0x6b, 0x5d, 0xbb, - 0x54, 0xd5, 0x97, 0x8f, 0xaa, 0x3d, 0x5a, 0xe8, 0xe7, 0x11, 0xb0, 0xb3, 0xe5, 0xfd, 0x94, 0x4b, - 0x2b, 0xfa, 0x89, 0x45, 0x3f, 0x1c, 0x4d, 0x9c, 0xc6, 0x31, 0x03, 0x8a, 0xc9, 0xcb, 0xc7, 0x34, - 0xd7, 0x5d, 0x5e, 0x2b, 0x29, 0xba, 0x16, 0x5f, 0xaf, 0x57, 0xcb, 0xb7, 0x09, 0x08, 0xf2, 0xe6, - 0x24, 0x0d, 0x52, 0x04, 0x71, 0x72, 0x48, 0xd3, 0xb8, 0xdd, 0x19, 0x47, 0x75, 0x31, 0x10, 0x8a, - 0x23, 0x7e, 0xc3, 0x8a, 0xd7, 0x62, 0xe8, 0x77, 0x15, 0x35, 0x35, 0x4d, 0xa3, 0xa7, 0xf5, 0xe3, - 0x6b, 0xe6, 0xe7, 0x50, 0x67, 0xb8, 0x38, 0x83, 0x3a, 0x67, 0xd0, 0xec, 0xc4, 0x17, 0x79, 0x69, - 0x97, 0xf3, 0x7e, 0x97, 0xd7, 0x62, 0x26, 0x4e, 0x53, 0xc0, 0xf2, 0x91, 0xaa, 0x39, 0x8e, 0x40, - 0x6a, 0xa7, 0x4c, 0x18, 0x27, 0xb6, 0xdf, 0xfa, 0x41, 0x17, 0x06, 0x72, 0xc7, 0xf6, 0xa2, 0x57, - 0x23, 0x80, 0x10, 0x33, 0xd0, 0x74, 0xcc, 0x1e, 0x6e, 0x90, 0xc0, 0x45, 0xd6, 0x08, 0x8d, 0x5c, - 0x5f, 0xbf, 0xc1, 0x98, 0xeb, 0x38, 0x6c, 0x74, 0xe6, 0x51, 0xda, 0x08, 0x01, 0x0c, 0xe4, 0x05, - 0x81, 0xc1, 0x46, 0xe9, 0x8f, 0xa2, 0x87, 0x7e, 0x83, 0xd6, 0x10, 0xf4, 0x90, 0x98, 0xd5, 0x90, - 0xa8, 0xba, 0x90, 0x82, 0xcc, 0xc5, 0x34, 0x48, 0xde, 0xba, 0x48, 0x23, 0x58, 0xdf, 0xd8, 0x8a, - 0xa6, 0x27, 0xdc, 0x81, 0xe6, 0xc0, 0x37, 0xe0, 0xf4, 0x75, 0x31, 0x57, 0x2c, 0x42, 0x7b, 0x60, - 0xf1, 0xab, 0x8b, 0x59, 0x51, 0xe0, 0x43, 0x47, 0x83, 0xbc, 0xac, 0x8f, 0xe0, 0x2d, 0x9b, 0x2b, - 0x8b, 0x71, 0xed, 0x61, 0x6b, 0x41, 0xc0, 0x45, 0x3d, 0x2e, 0x4e, 0xa5, 0x99, 0x70, 0x66, 0x2a, - 0x87, 0x60, 0x5e, 0xfa, 0x35, 0xc0, 0x34, 0xfb, 0xd1, 0xc8, 0xf9, 0x08, 0x82, 0x73, 0x2f, 0x84, - 0x05, 0xb4, 0x8b, 0xc4, 0xc6, 0x56, 0xda, 0x78, 0x98, 0xa5, 0xad, 0x2b, 0xc6, 0x0b, 0x02, 0xa0, - 0x39, 0x17, 0x00, 0x70, 0xed, 0xf3, 0x83, 0x09, 0x78, 0xed, 0x26, 0x98, 0xa2, 0x1e, 0x9f, 0x22, - 0x47, 0x83, 0x4c, 0xbc, 0x17, 0xb9, 0xf1, 0x66, 0xb1, 0xca, 0xbd, 0x4c, 0xb0, 0x6e, 0x60, 0xf3, - 0x23, 0x2b, 0x05, 0x66, 0x1c, 0x78, 0x64, 0xf1, 0xf1, 0x38, 0x05, 0xc3, 0x74, 0xb8, 0x00, 0x18, - 0x49, 0x81, 0x8d, 0x10, 0x1e, 0x09, 0x39, 0xa4, 0x63, 0xc6, 0x8d, 0x23, 0x8d, 0x50, 0x2e, 0x7b, - 0xc3, 0x95, 0x2f, 0x56, 0xe0, 0x09, 0x47, 0x4b, 0x8e, 0x8c, 0xd6, 0x1a, 0x1b, 0x2e, 0x19, 0x17, - 0x4a, 0xd5, 0x02, 0xb4, 0x19, 0x6f, 0x2b, 0xc7, 0x0d, 0xb0, 0x4b, 0x17, 0xd4, 0x0f, 0x8f, 0x0b, - 0x80, 0x94, 0x2f, 0xe4, 0xc8, 0x39, 0x04, 0x59, 0xc8, 0x56, 0xe8, 0x91, 0x09, 0x21, 0x4f, 0xcf, - 0x4e, 0xf4, 0x84, 0x62, 0x8e, 0x9e, 0x79, 0x10, 0x4a, 0x65, 0xcc, 0x03, 0x0f, 0x65, 0x76, 0x4c, - 0x43, 0xc4, 0x25, 0x82, 0x1b, 0xa4, 0xef, 0x6d, 0x7b, 0x71, 0x86, 0x39, 0x9f, 0x47, 0x24, 0x47, - 0xf0, 0xad, 0x45, 0x4c, 0x86, 0x10, 0xd9, 0xfa, 0x08, 0x91, 0xa0, 0x64, 0x7b, 0x74, 0x2f, 0x2f, - 0xa1, 0x7b, 0xf9, 0xbf, 0x03, 0x2a, 0xbf, 0x2a, 0x8a, 0x22, 0xc8, 0x0c, 0x3b, 0x4b, 0x91, 0xb3, - 0xe6, 0x63, 0x67, 0xfc, 0x57, 0xc8, 0xec, 0x4e, 0xf4, 0xf9, 0x5d, 0x3c, 0x76, 0xee, 0x3e, 0x85, - 0x1d, 0x0f, 0x39, 0x6b, 0xff, 0x26, 0x76, 0xc2, 0xfd, 0x5c, 0x8b, 0xa5, 0x82, 0x97, 0xbf, 0xd2, - 0xcf, 0x93, 0x8f, 0xfa, 0x79, 0xf2, 0x89, 0x7e, 0x56, 0xb2, 0xac, 0xa7, 0xd9, 0x8a, 0xbc, 0xac, - 0xb3, 0x25, 0xd0, 0x8b, 0xfe, 0x84, 0x07, 0x2e, 0x70, 0x0b, 0xe6, 0xd9, 0x1d, 0x5a, 0x46, 0x68, - 0xb4, 0x01, 0x01, 0x57, 0x93, 0xeb, 0x83, 0x1d, 0x81, 0x28, 0xc8, 0xc1, 0x5a, 0x42, 0x4a, 0x91, - 0x32, 0xa1, 0x65, 0x65, 0xed, 0x8f, 0x10, 0x74, 0xfd, 0x11, 0xbf, 0xb9, 0xee, 0xb7, 0x3f, 0x42, - 0x11, 0x59, 0x20, 0x56, 0x72, 0x9c, 0x3f, 0x5c, 0x20, 0xa2, 0x43, 0xdf, 0xa7, 0xbd, 0x5c, 0x0b, - 0xad, 0x9e, 0x7f, 0xd2, 0xcb, 0x83, 0xff, 0x1d, 0x7a, 0xd9, 0xfe, 0x77, 0x7b, 0xb9, 0xf3, 0xbf, - 0x72, 0x2f, 0xa3, 0xf4, 0x3e, 0x59, 0x45, 0xed, 0xf7, 0x68, 0xb3, 0x16, 0xb0, 0x95, 0x86, 0xaa, - 0x87, 0x29, 0x7e, 0x32, 0xd0, 0xda, 0x28, 0xca, 0xac, 0x7d, 0x16, 0x2b, 0xf7, 0x1f, 0xac, 0x03, - 0xf7, 0x88, 0x92, 0xb5, 0xbf, 0x86, 0x93, 0x45, 0x94, 0xac, 0xfd, 0x95, 0x91, 0xc7, 0x53, 0x1c, - 0xcb, 0x50, 0xb1, 0x46, 0x71, 0x01, 0x39, 0xd0, 0x73, 0x6f, 0x41, 0x92, 0xfc, 0xb0, 0xfb, 0x8d, - 0x58, 0x0e, 0xc8, 0x8b, 0x81, 0x14, 0x32, 0x11, 0xf9, 0xd2, 0xa4, 0x43, 0xb1, 0xfd, 0x5e, 0xfb, - 0x1b, 0x04, 0xbf, 0x05, 0x22, 0x20, 0xfe, 0xe7, 0x11, 0x08, 0x90, 0x16, 0xc8, 0xf1, 0xdf, 0xac, - 0x66, 0x42, 0x44, 0xa9, 0x02, 0xfe, 0x13, 0x93, 0xdf, 0x04, 0x72, 0x11, 0x4e, 0x5d, 0xbc, 0x56, - 0xbb, 0x71, 0x2b, 0xea, 0x86, 0x6f, 0x72, 0x0c, 0x8b, 0x63, 0xab, 0x20, 0x2b, 0x0c, 0xf2, 0x1a, - 0x03, 0x7d, 0xc1, 0x7a, 0xb8, 0x0c, 0xb8, 0x57, 0x64, 0x69, 0x05, 0x6b, 0xd1, 0x1a, 0x3a, 0xe5, - 0x50, 0xdb, 0x1f, 0x55, 0x5d, 0x37, 0x27, 0x2b, 0x2b, 0x20, 0x25, 0xb6, 0x42, 0x2b, 0xfd, 0xaa, - 0x2e, 0x80, 0xfa, 0xc4, 0x57, 0x70, 0xaf, 0xd8, 0x43, 0x81, 0x50, 0xcd, 0x0a, 0x1c, 0x79, 0xc5, - 0x3e, 0xdf, 0x0d, 0xfc, 0x8f, 0xaf, 0x85, 0x56, 0xb0, 0x02, 0x7e, 0x2f, 0xde, 0x7a, 0x02, 0xd0, - 0x05, 0x3c, 0x00, 0x10, 0xed, 0x87, 0x2c, 0x47, 0x06, 0x79, 0x47, 0x07, 0xa0, 0xab, 0xba, 0xc0, - 0x0d, 0x03, 0x95, 0x18, 0x3e, 0xec, 0x03, 0xc8, 0xa0, 0x7c, 0x1f, 0x2e, 0x35, 0xd0, 0x17, 0x56, - 0x74, 0x41, 0x5e, 0xde, 0x85, 0xb8, 0xd6, 0x87, 0x60, 0xef, 0xc0, 0x04, 0x59, 0x01, 0x5b, 0x46, - 0xd8, 0x6b, 0x9f, 0x23, 0x52, 0x84, 0xdc, 0x29, 0x73, 0xb0, 0x9b, 0x6f, 0x8a, 0xb1, 0x1a, 0x31, - 0xa4, 0xc0, 0x67, 0xc7, 0x56, 0x2e, 0x23, 0x66, 0x38, 0xf8, 0x07, 0xb6, 0xaa, 0x1a, 0xab, 0x1a, - 0x4f, 0x0b, 0x7c, 0x92, 0x42, 0x6d, 0xa3, 0xcb, 0x4f, 0x5d, 0xc5, 0xe8, 0x9a, 0xc3, 0x4f, 0xc9, - 0xc3, 0xae, 0x29, 0x10, 0x15, 0x1a, 0x65, 0x61, 0xc9, 0x24, 0xf3, 0x92, 0x68, 0x18, 0x52, 0x1f, - 0xdb, 0x47, 0x34, 0x0a, 0xc9, 0x1a, 0xd9, 0x96, 0xae, 0x2e, 0x39, 0xc1, 0xb8, 0x91, 0x45, 0x33, - 0x2d, 0xe0, 0xf9, 0x7a, 0x09, 0xe3, 0xed, 0x38, 0xba, 0x18, 0x36, 0x9f, 0x40, 0x8a, 0x2c, 0x72, - 0x36, 0x3b, 0x61, 0x3a, 0x75, 0xe0, 0x95, 0x57, 0xc8, 0xe9, 0xe6, 0x6d, 0x4b, 0x37, 0x5d, 0xb2, - 0x44, 0xe0, 0x9d, 0x42, 0x1b, 0x36, 0xe1, 0x91, 0xe4, 0xb1, 0x1f, 0x3c, 0xb6, 0x83, 0xc7, 0x09, - 0x3e, 0x6e, 0x65, 0x03, 0x33, 0xc2, 0x5a, 0xa4, 0xd6, 0x6c, 0x6c, 0xad, 0x71, 0x95, 0x66, 0xc3, - 0x95, 0xae, 0x7d, 0x58, 0x6b, 0x2e, 0xde, 0x52, 0x04, 0x95, 0xe6, 0x82, 0xc5, 0xe1, 0xa3, 0x5a, - 0x73, 0x9f, 0xe9, 0xea, 0x1a, 0x57, 0x6b, 0x7e, 0xd1, 0x64, 0xb2, 0xb0, 0xbe, 0x89, 0x5e, 0x43, - 0x4e, 0xa9, 0xc1, 0x25, 0x58, 0xde, 0xa8, 0x06, 0xad, 0x4e, 0x27, 0x71, 0x86, 0x12, 0x16, 0x8c, - 0x94, 0x37, 0xf7, 0xf4, 0x75, 0x2a, 0xdc, 0x84, 0x0c, 0x59, 0x21, 0xad, 0x10, 0x80, 0x75, 0xbc, - 0xe5, 0x1b, 0x37, 0xb5, 0xe2, 0xc4, 0x82, 0x17, 0xf5, 0xad, 0x6b, 0x4e, 0x0c, 0x92, 0x79, 0x0f, - 0x37, 0xbb, 0x50, 0x36, 0xc0, 0x2d, 0x2b, 0xef, 0x16, 0xac, 0xba, 0x68, 0xc2, 0x2c, 0x07, 0xad, - 0x50, 0x99, 0xea, 0xaa, 0xd1, 0x77, 0x07, 0x75, 0xb1, 0x1c, 0xa1, 0x20, 0xac, 0xc7, 0xe8, 0x85, - 0x46, 0x93, 0x1e, 0x2c, 0xe3, 0x9a, 0x4b, 0x14, 0x79, 0x75, 0xca, 0x2c, 0x71, 0x21, 0x83, 0x98, - 0xe0, 0x1d, 0xca, 0xa3, 0x5d, 0xc9, 0x57, 0x98, 0xed, 0xf1, 0x23, 0x64, 0x52, 0x54, 0xa2, 0x17, - 0x01, 0xf2, 0x95, 0x4f, 0x61, 0x8c, 0xb5, 0x80, 0x60, 0xac, 0x9d, 0xa7, 0x18, 0x23, 0xa2, 0x8f, - 0x00, 0x60, 0x54, 0xd7, 0x0d, 0xa4, 0x8d, 0x35, 0x0f, 0xf8, 0x24, 0xac, 0x6b, 0x84, 0x56, 0x7e, - 0x1a, 0xdf, 0x4d, 0xe8, 0xc1, 0x74, 0xf7, 0x31, 0xcf, 0xa3, 0x7b, 0x8d, 0xdb, 0x40, 0xae, 0x8b, - 0x2d, 0x12, 0x1a, 0x36, 0x90, 0xc5, 0xbe, 0xd1, 0x58, 0xb1, 0x44, 0x0c, 0x91, 0x44, 0xe6, 0x0d, - 0x41, 0x16, 0x66, 0xd3, 0x20, 0x5b, 0xda, 0x4b, 0x73, 0x2c, 0x12, 0x48, 0x10, 0x2e, 0x96, 0x9f, - 0xb7, 0x98, 0x6a, 0x30, 0xcb, 0x16, 0xc5, 0x6d, 0xb9, 0xe7, 0x91, 0x49, 0x14, 0x5d, 0x7e, 0xd8, - 0x5a, 0xcf, 0x3e, 0x99, 0xa5, 0x39, 0xd7, 0xa2, 0x1c, 0xc4, 0x6b, 0x86, 0x3f, 0x18, 0xf8, 0x12, - 0x46, 0x0c, 0x6e, 0x13, 0x93, 0xeb, 0x0d, 0x71, 0x9c, 0xfc, 0xc1, 0xa6, 0x9b, 0xb4, 0xc4, 0x89, - 0x8d, 0x1b, 0x15, 0xbc, 0xc1, 0xed, 0x92, 0x22, 0x9f, 0xd8, 0x69, 0x17, 0x00, 0x71, 0x06, 0x29, - 0xc7, 0x52, 0x0c, 0x1f, 0x9c, 0xe7, 0xee, 0x01, 0x1f, 0xd8, 0xee, 0x49, 0x3a, 0x9d, 0x06, 0x5a, - 0xc1, 0x4c, 0x9c, 0xfc, 0x45, 0xda, 0xb0, 0x4c, 0x36, 0xa7, 0xca, 0x77, 0xd0, 0x37, 0x16, 0x0d, - 0xf2, 0x03, 0x7b, 0x58, 0x6f, 0xba, 0x44, 0x74, 0xa5, 0xd3, 0x0e, 0x83, 0x5f, 0xb3, 0xd9, 0x4d, - 0xe1, 0x09, 0x43, 0x66, 0x52, 0x5d, 0x4a, 0x3d, 0x0c, 0xec, 0xbe, 0xc6, 0x53, 0xd2, 0x1a, 0x4f, - 0x4a, 0x7f, 0x40, 0x49, 0xd4, 0x2d, 0x67, 0x05, 0x21, 0x79, 0x19, 0xa4, 0xfe, 0x51, 0x37, 0x21, - 0x52, 0x57, 0x0b, 0x47, 0x4c, 0xa6, 0x49, 0xc3, 0xf0, 0x6e, 0x3d, 0xbc, 0x68, 0x0f, 0x3e, 0x28, - 0xc0, 0x22, 0x28, 0x94, 0xb6, 0x3e, 0xb2, 0xeb, 0xdf, 0x96, 0x66, 0xb7, 0xd5, 0xa1, 0x39, 0x56, - 0xfd, 0x12, 0xff, 0x7d, 0xc9, 0x93, 0x5b, 0xcb, 0x97, 0x36, 0x88, 0xda, 0xc2, 0x13, 0x22, 0xc6, - 0x21, 0xc3, 0x2e, 0xb0, 0x95, 0x37, 0xec, 0x30, 0xe7, 0xed, 0x3c, 0x78, 0x94, 0x1e, 0x25, 0x74, - 0x86, 0xa6, 0xbf, 0x91, 0xce, 0xf7, 0x1f, 0xfe, 0x87, 0x53, 0xb8, 0xbf, 0xb2, 0xb0, 0x80, 0x8e, - 0x21, 0x3a, 0x66, 0x98, 0xf3, 0xda, 0x42, 0xdf, 0x83, 0x0e, 0x05, 0x79, 0x60, 0x82, 0x06, 0xeb, - 0x26, 0xf5, 0xf1, 0x20, 0xae, 0xa5, 0x64, 0xd8, 0xb2, 0xfb, 0xf9, 0x46, 0xb9, 0x16, 0xe6, 0x7f, - 0x24, 0x4f, 0xdb, 0x9c, 0xb2, 0xb5, 0xb2, 0xa7, 0x83, 0xea, 0xe9, 0x67, 0x0d, 0x29, 0x9f, 0xb4, - 0x82, 0xfd, 0xa9, 0x47, 0x07, 0x0c, 0x07, 0x7c, 0x5d, 0xe8, 0xc3, 0x81, 0x2b, 0xa5, 0xd7, 0x6f, - 0xaf, 0xc3, 0x0c, 0xed, 0x41, 0x33, 0xb3, 0xbb, 0xa2, 0x10, 0xdf, 0xc8, 0x72, 0xa5, 0x90, 0x5b, - 0xda, 0xc4, 0x35, 0xbe, 0x8d, 0x24, 0x27, 0xaf, 0x30, 0xfe, 0x71, 0x03, 0xd7, 0xa2, 0x2d, 0x0c, - 0x1a, 0x98, 0x5b, 0xda, 0xc0, 0x4a, 0x29, 0x1f, 0xe0, 0x70, 0x6d, 0x15, 0x12, 0x49, 0xce, 0x4f, - 0x34, 0x70, 0xed, 0xf3, 0x28, 0x0c, 0x1a, 0x78, 0x67, 0xea, 0xf1, 0x2d, 0x84, 0xa9, 0x52, 0x29, - 0xe7, 0x0b, 0x9f, 0x1a, 0x66, 0x92, 0x71, 0x65, 0x0b, 0xd7, 0xfe, 0x74, 0x90, 0x83, 0x16, 0xee, - 0xdb, 0xea, 0xeb, 0x52, 0x5a, 0x84, 0x9a, 0x8b, 0x9f, 0x6d, 0x62, 0xf1, 0x6f, 0xa3, 0xc3, 0xf8, - 0xa9, 0x16, 0x08, 0xd5, 0xf4, 0xfd, 0xc3, 0xfd, 0xaf, 0x78, 0x26, 0x15, 0x92, 0x5f, 0xa0, 0xf3, - 0xea, 0xbb, 0xbf, 0x2f, 0x96, 0xcf, 0x15, 0xb9, 0x7d, 0xb1, 0x4f, 0x9b, 0x87, 0x5a, 0x96, 0x8a, - 0xc6, 0x84, 0x18, 0xc3, 0x19, 0x67, 0x23, 0x21, 0x99, 0x3e, 0xbf, 0x59, 0xf6, 0xb7, 0xda, 0x4c, - 0xd8, 0x5e, 0xd9, 0xda, 0x47, 0x9b, 0x65, 0x64, 0x80, 0x82, 0x7e, 0x91, 0x35, 0x37, 0xc0, 0x3a, - 0x17, 0xca, 0x12, 0xc8, 0x97, 0xad, 0xc4, 0x0e, 0x76, 0x2b, 0xca, 0x41, 0xfd, 0x5d, 0x17, 0x02, - 0x26, 0x1b, 0x3b, 0x6e, 0x6b, 0xcb, 0x07, 0xee, 0x13, 0xe3, 0x46, 0x9a, 0xe6, 0x78, 0xe3, 0x56, - 0x90, 0x2b, 0xd4, 0x77, 0xe1, 0xcf, 0xec, 0x5a, 0x78, 0xe1, 0x2c, 0xba, 0x97, 0xbf, 0x7d, 0x34, - 0x76, 0x7e, 0xc6, 0xff, 0x1d, 0xc6, 0x2f, 0x66, 0xb4, 0xa2, 0x63, 0x9a, 0x0d, 0xc6, 0x4f, 0xf3, - 0xba, 0xb6, 0x7a, 0x0c, 0x73, 0x91, 0x31, 0x14, 0x88, 0x20, 0xf0, 0xc1, 0x40, 0x86, 0x3c, 0x1f, - 0xfe, 0x70, 0xeb, 0xad, 0x99, 0x8d, 0x53, 0xae, 0x78, 0x03, 0xeb, 0xc8, 0x71, 0xcd, 0x21, 0xd1, - 0x64, 0xd7, 0xfe, 0x6c, 0x48, 0xe2, 0x46, 0x44, 0xfe, 0x33, 0xe3, 0xeb, 0x27, 0x37, 0x9f, 0x11, - 0xa3, 0x6b, 0x9f, 0x19, 0x90, 0x9c, 0xb8, 0x45, 0xfb, 0x23, 0x64, 0x57, 0x8f, 0x43, 0x3e, 0x6a, - 0xb5, 0xe6, 0x06, 0x62, 0xf5, 0x38, 0x78, 0xfe, 0x11, 0x7f, 0xc8, 0xdb, 0x9a, 0xb9, 0x8f, 0x26, - 0x07, 0x1b, 0x88, 0xdc, 0xdf, 0x33, 0x35, 0xe4, 0xff, 0xa9, 0x13, 0x23, 0x0f, 0x13, 0x83, 0x0d, - 0x44, 0x6e, 0xf5, 0x40, 0x14, 0xfe, 0xf2, 0x84, 0x90, 0xd5, 0xf2, 0x5f, 0x9a, 0x10, 0xf9, 0xcf, - 0x4d, 0x88, 0xfc, 0xa7, 0x26, 0x44, 0x3e, 0xfb, 0xbf, 0xf4, 0x7c, 0x28, 0xf8, 0xf3, 0x21, 0xbf, - 0x6c, 0x18, 0x7a, 0x53, 0xd3, 0x72, 0x83, 0xd9, 0xc0, 0x4e, 0x64, 0x11, 0x85, 0x29, 0x24, 0xe4, - 0xc0, 0x07, 0x39, 0x22, 0x81, 0x91, 0x53, 0x5b, 0x6c, 0xc0, 0xe2, 0x9d, 0xa7, 0x3c, 0x5b, 0xc6, - 0x6a, 0xc2, 0x01, 0xd0, 0x6c, 0x89, 0xdc, 0x6a, 0x12, 0xc0, 0xc1, 0xe4, 0x5d, 0x22, 0x76, 0x86, - 0x06, 0xec, 0x82, 0x34, 0x39, 0x91, 0x95, 0xc8, 0xb6, 0x09, 0xf3, 0xb2, 0x5e, 0x25, 0x28, 0xad, - 0xad, 0x12, 0xe6, 0xa0, 0x31, 0xd9, 0x3f, 0xee, 0x67, 0xbe, 0xd0, 0xfe, 0x83, 0x7e, 0x66, 0xbd, - 0x7e, 0xe6, 0xfe, 0x4a, 0x3f, 0x73, 0x7f, 0x5b, 0x3f, 0x73, 0x7f, 0xdc, 0x4f, 0xb9, 0xd0, 0xf9, - 0x83, 0x7e, 0xe6, 0xbc, 0x7e, 0xe6, 0xff, 0x4a, 0x3f, 0xf3, 0xff, 0x4e, 0x3f, 0x57, 0xee, 0xf1, - 0xb5, 0xd4, 0xfe, 0x10, 0x03, 0xa1, 0xc6, 0x5b, 0x53, 0x02, 0x77, 0x0e, 0x76, 0xd8, 0x2b, 0xaa, - 0xe5, 0x46, 0xd8, 0x18, 0x3d, 0x4d, 0x26, 0xf2, 0xd6, 0x93, 0xb6, 0x49, 0x74, 0xe6, 0xa8, 0x7b, - 0x88, 0x17, 0x5f, 0x8a, 0xb3, 0x52, 0x46, 0x2c, 0x93, 0xcc, 0x74, 0x68, 0x3b, 0xf0, 0xc2, 0x09, - 0x6a, 0x36, 0xb4, 0x98, 0x08, 0x69, 0x6b, 0xd7, 0x2a, 0x20, 0x48, 0x70, 0x58, 0x07, 0x62, 0x2c, - 0x91, 0x5b, 0x37, 0xc1, 0x51, 0x3f, 0x7e, 0x15, 0x72, 0x63, 0x8c, 0xac, 0x6c, 0x18, 0xe8, 0x89, - 0xb1, 0x80, 0x8f, 0x11, 0xc6, 0x56, 0x2a, 0xa6, 0x8b, 0x9e, 0xcb, 0x88, 0x9c, 0xce, 0x06, 0x0c, - 0x2d, 0xbd, 0x09, 0xec, 0xd7, 0x68, 0x3b, 0x56, 0x8d, 0xf9, 0xd2, 0x45, 0x95, 0x8c, 0x4b, 0x1b, - 0xdb, 0xf8, 0xa1, 0xeb, 0xd6, 0xab, 0x2e, 0xae, 0xb0, 0x46, 0xe3, 0x6e, 0x2b, 0x03, 0xf4, 0xb1, - 0x7d, 0xca, 0x72, 0xc2, 0xf6, 0xa9, 0xbf, 0x6c, 0xe9, 0x24, 0xa3, 0xbd, 0xc2, 0xce, 0xc9, 0xbe, - 0xff, 0xcf, 0xb5, 0x72, 0x92, 0x46, 0x44, 0x6d, 0x3f, 0x64, 0x66, 0x84, 0x4d, 0x97, 0x14, 0x7b, - 0x48, 0x35, 0x01, 0xf5, 0xae, 0x2d, 0x5b, 0x05, 0xac, 0xd5, 0x34, 0x1c, 0x67, 0xbb, 0xe1, 0x5c, - 0xac, 0x31, 0x2f, 0xf5, 0x9b, 0xa0, 0x85, 0xc2, 0xc4, 0x8d, 0x27, 0x0e, 0x34, 0xe3, 0x85, 0x37, - 0xba, 0x9b, 0x96, 0x6a, 0xdc, 0x28, 0xed, 0x84, 0x1c, 0x63, 0x75, 0x0f, 0x5b, 0xc1, 0x97, 0xb8, - 0xa1, 0xa2, 0x73, 0xe0, 0x12, 0x37, 0xd4, 0x8f, 0x6b, 0xcd, 0xfe, 0x35, 0x17, 0x54, 0x66, 0x83, - 0x8d, 0xaf, 0x76, 0xa1, 0xd6, 0xb5, 0x85, 0x6a, 0x73, 0xcb, 0xaa, 0xf5, 0x57, 0x8f, 0x58, 0x57, - 0x6a, 0x36, 0xd7, 0xd7, 0x3e, 0x59, 0xef, 0x42, 0xb5, 0xf9, 0xe4, 0x87, 0xdc, 0x3c, 0xd6, 0x53, - 0x3d, 0x98, 0x7d, 0xcb, 0x1d, 0x6e, 0x59, 0xd8, 0xf6, 0xc8, 0xf6, 0x29, 0xf5, 0xc5, 0x57, 0xd0, - 0x44, 0x19, 0x9a, 0x0b, 0xf6, 0x1e, 0x06, 0xe8, 0xbf, 0xc1, 0x2f, 0x78, 0x6c, 0x2e, 0x19, 0xe3, - 0xa8, 0xe9, 0x47, 0x46, 0x59, 0xf0, 0x1f, 0x0e, 0xfc, 0xa5, 0x23, 0x35, 0xe1, 0x69, 0x14, 0x9f, - 0x72, 0xc9, 0x49, 0x33, 0x91, 0xdb, 0xd2, 0x5b, 0xd8, 0xfa, 0x11, 0x48, 0xa0, 0xfc, 0xcf, 0x3a, - 0x81, 0x0b, 0x24, 0xe0, 0x81, 0xe7, 0xf2, 0x5e, 0x56, 0xa2, 0x1b, 0x40, 0x7e, 0x23, 0x86, 0x7d, - 0xba, 0x3d, 0x36, 0xec, 0x7b, 0xe5, 0x27, 0x9a, 0x28, 0x28, 0xba, 0xcb, 0xdc, 0x62, 0xd1, 0xc6, - 0x53, 0x25, 0x11, 0xc8, 0x33, 0x96, 0xd1, 0xaf, 0xb5, 0x15, 0x47, 0x2d, 0x15, 0x24, 0xed, 0x6e, - 0xe7, 0xe2, 0x7a, 0x22, 0x9f, 0x1c, 0xf4, 0x4d, 0xbc, 0xd3, 0xf7, 0xbc, 0x75, 0x3b, 0xd8, 0xbb, - 0xed, 0xc3, 0xd3, 0x0e, 0xb9, 0xe3, 0x77, 0xbf, 0xd9, 0x78, 0x84, 0x9f, 0x66, 0x71, 0x7f, 0xd4, - 0x2b, 0x62, 0x42, 0xe3, 0xe1, 0xbc, 0x75, 0x2d, 0x1f, 0x35, 0x6c, 0xa7, 0xd0, 0x29, 0x5d, 0x61, - 0xc2, 0xb5, 0x71, 0x75, 0x9b, 0xdd, 0x81, 0x3c, 0xd3, 0xe7, 0xc9, 0xb8, 0xfc, 0x78, 0x75, 0x8b, - 0x89, 0xc7, 0x9d, 0xbd, 0xc1, 0x53, 0x67, 0xd2, 0x68, 0xec, 0x3a, 0x67, 0xf0, 0xba, 0xb9, 0xdb, - 0xe8, 0x74, 0xc7, 0xaf, 0x07, 0x58, 0x60, 0xa7, 0xdd, 0xba, 0xbd, 0xde, 0xb9, 0x6b, 0x0e, 0x6e, - 0xf4, 0xc7, 0x4a, 0x7b, 0xd7, 0x6c, 0x4c, 0x76, 0xcf, 0xce, 0xef, 0x37, 0x8d, 0x8a, 0x31, 0x69, - 0x6a, 0xd6, 0x9b, 0x7b, 0x75, 0x5e, 0x78, 0x2a, 0xbb, 0x6d, 0xfb, 0xe6, 0x70, 0xb8, 0x3b, 0xdc, - 0x2f, 0x98, 0x97, 0xef, 0x6f, 0x7a, 0x77, 0x72, 0xfd, 0x6a, 0x65, 0x5b, 0xad, 0xae, 0x71, 0x97, - 0x39, 0x1f, 0x3d, 0x8d, 0xde, 0x5f, 0x55, 0xbb, 0xb1, 0xf3, 0x36, 0x7d, 0x78, 0x37, 0x76, 0x26, - 0x79, 0xad, 0xff, 0xa2, 0xee, 0xef, 0xf5, 0x1e, 0xde, 0x6e, 0x47, 0x83, 0x93, 0xcc, 0xdb, 0xfe, - 0x99, 0xdc, 0x9c, 0x1e, 0xf7, 0xde, 0x5e, 0x1f, 0x9e, 0xf6, 0x2e, 0x3a, 0xa5, 0x4c, 0xcb, 0xae, - 0x64, 0xda, 0xbd, 0xcd, 0xd1, 0x51, 0xb3, 0x78, 0x3e, 0xe9, 0x6e, 0x9a, 0xf6, 0xd9, 0xb8, 0x71, - 0x49, 0xfa, 0xb2, 0xa7, 0xef, 0xdf, 0xbc, 0xb4, 0x46, 0x57, 0xc3, 0x66, 0x53, 0xc4, 0xbd, 0x8e, - 0xa8, 0x93, 0xe1, 0x98, 0xe7, 0x5c, 0x11, 0xdf, 0x82, 0xd8, 0x15, 0x94, 0x1d, 0x56, 0xe2, 0xe7, - 0x9e, 0xad, 0xbe, 0x8e, 0x54, 0xc7, 0x3d, 0x76, 0x40, 0xa0, 0x80, 0xd1, 0xbd, 0x56, 0x7b, 0x40, - 0xd6, 0x83, 0xa5, 0xd3, 0x68, 0x09, 0x94, 0x08, 0x05, 0x1e, 0x19, 0xc0, 0x20, 0x8d, 0x8e, 0x2a, - 0xa0, 0x49, 0xff, 0x0f, 0x61, 0x79, 0x7e, 0xf9, 0x38, 0x3b, 0x13, 0x62, 0x86, 0xea, 0x15, 0xa2, - 0x24, 0xfe, 0x97, 0xa3, 0xea, 0xe8, 0xb3, 0xb0, 0x75, 0x4b, 0x52, 0xc8, 0x21, 0x99, 0xe5, 0xcc, - 0x2d, 0x04, 0x9b, 0x48, 0x0c, 0x38, 0x59, 0xc3, 0x42, 0x43, 0xc7, 0xe8, 0x11, 0x69, 0x81, 0xf6, - 0xbb, 0x6d, 0x9a, 0x6e, 0x04, 0xa8, 0x3f, 0x67, 0x09, 0x52, 0x79, 0xd9, 0x6a, 0x20, 0x6e, 0x9d, - 0x81, 0x02, 0x20, 0x4c, 0x34, 0x77, 0xc0, 0x59, 0xb3, 0x48, 0xd4, 0x7e, 0x64, 0x59, 0x30, 0x79, - 0xcb, 0x85, 0x1a, 0x4c, 0x89, 0xfd, 0x3d, 0x79, 0xaf, 0xc6, 0xd6, 0x94, 0x35, 0xa1, 0xfd, 0x26, - 0x34, 0x34, 0xbb, 0x63, 0x9a, 0xe6, 0x8b, 0xa6, 0x92, 0xf3, 0x49, 0xee, 0x40, 0x15, 0xbe, 0x2b, - 0x02, 0x3d, 0x7b, 0x30, 0x70, 0x5d, 0xcb, 0xa9, 0x66, 0x32, 0x13, 0x5d, 0xed, 0xa6, 0x41, 0x03, - 0xea, 0x98, 0x23, 0xdb, 0x51, 0xd3, 0xe8, 0x71, 0x60, 0x65, 0x40, 0x7d, 0x52, 0xec, 0xbe, 0x0a, - 0xaa, 0xd6, 0x7f, 0x31, 0xdf, 0xf1, 0x35, 0x72, 0x4e, 0xa8, 0x63, 0x0e, 0x87, 0x23, 0x83, 0xd8, - 0x55, 0x94, 0xad, 0x65, 0xab, 0x97, 0x41, 0x8f, 0x58, 0x44, 0x78, 0x40, 0x1c, 0xd2, 0x56, 0xf2, - 0x80, 0x65, 0x47, 0x32, 0x3c, 0x26, 0xe0, 0xf1, 0x80, 0xb5, 0x25, 0x4c, 0x00, 0x6f, 0xcc, 0x10, - 0xb7, 0x48, 0xb3, 0x35, 0x46, 0x22, 0xce, 0x02, 0x55, 0x1b, 0x8b, 0x54, 0xcd, 0x44, 0x44, 0x66, - 0xae, 0x5b, 0x76, 0xf5, 0x95, 0xf8, 0x59, 0x6a, 0xc5, 0xd5, 0xdf, 0xef, 0xca, 0x22, 0xc5, 0xc7, - 0xcb, 0xc4, 0xc3, 0xe0, 0x2a, 0xca, 0x40, 0x19, 0xf4, 0x31, 0xe9, 0xb7, 0x9e, 0xcf, 0xc5, 0xda, - 0xbb, 0x78, 0xd4, 0x1c, 0x9f, 0x23, 0x52, 0xc7, 0x52, 0x87, 0x72, 0x72, 0xa3, 0xc8, 0xe2, 0xd0, - 0x45, 0x06, 0x00, 0x2f, 0x9c, 0x0d, 0xcc, 0x60, 0x14, 0xff, 0xbe, 0x9b, 0x11, 0x39, 0x85, 0x00, - 0xcc, 0x62, 0x3b, 0xa8, 0x06, 0xff, 0xad, 0x09, 0x37, 0xa6, 0x30, 0x72, 0x54, 0xa1, 0x3d, 0xd2, - 0x74, 0x0c, 0xdd, 0x27, 0xa8, 0x74, 0x01, 0x97, 0x48, 0x2a, 0xca, 0x4b, 0x50, 0xb5, 0x0d, 0x92, - 0x30, 0x3b, 0x21, 0x28, 0xc0, 0xb2, 0x03, 0x33, 0x93, 0x96, 0x7d, 0x34, 0x47, 0x42, 0x07, 0xf2, - 0xd8, 0xaa, 0x3b, 0xb2, 0x0d, 0x01, 0xfd, 0x5f, 0x54, 0xe0, 0xe6, 0xda, 0x50, 0x25, 0x9b, 0xa6, - 0x48, 0xeb, 0x78, 0x06, 0xd8, 0xc1, 0xb3, 0x71, 0x48, 0xe5, 0x78, 0x29, 0x0a, 0x0c, 0x06, 0x79, - 0x46, 0xe1, 0x14, 0x0f, 0xa4, 0x03, 0xf1, 0xda, 0x86, 0x6a, 0xa7, 0x99, 0x13, 0xf5, 0xc2, 0xe0, - 0x85, 0xbc, 0x3b, 0xdc, 0x53, 0xd3, 0x26, 0x92, 0xc9, 0x85, 0xd7, 0x2a, 0x93, 0x38, 0x19, 0xae, - 0x60, 0x01, 0x8b, 0xe5, 0x73, 0x7c, 0xf9, 0x91, 0x81, 0x51, 0x2e, 0x6c, 0x32, 0xf5, 0x7d, 0x38, - 0xdc, 0x64, 0x5f, 0x0b, 0x66, 0xfb, 0xda, 0xbe, 0x69, 0x43, 0xf7, 0x1d, 0x57, 0xb0, 0x54, 0x9b, - 0x5c, 0x2b, 0x0f, 0x75, 0x4b, 0x82, 0x06, 0xba, 0x03, 0xde, 0xb2, 0x83, 0x93, 0x50, 0x25, 0xe7, - 0x9a, 0x01, 0x0f, 0x04, 0x1f, 0x66, 0xaf, 0xc7, 0xba, 0x0d, 0x68, 0x19, 0x22, 0x12, 0x1c, 0x98, - 0xcd, 0xc0, 0x12, 0x27, 0x03, 0xd5, 0x20, 0x87, 0x69, 0x01, 0x17, 0x80, 0xe6, 0x45, 0x89, 0x53, - 0x0b, 0x86, 0x1d, 0x71, 0x26, 0xc6, 0x0c, 0xf4, 0x42, 0xb7, 0xe4, 0x64, 0xec, 0xe0, 0xb3, 0x53, - 0x82, 0x6b, 0x63, 0x40, 0xbd, 0x6e, 0x76, 0x34, 0x4b, 0x9a, 0xdc, 0x4b, 0xcc, 0x5f, 0xc2, 0xd9, - 0x85, 0x05, 0x57, 0x9a, 0x38, 0x52, 0x07, 0x0f, 0x89, 0x48, 0xc4, 0x2a, 0xe3, 0x48, 0x38, 0x7e, - 0xe6, 0xc8, 0x95, 0x20, 0x77, 0xfd, 0x4b, 0x56, 0x32, 0xcc, 0x73, 0x75, 0x82, 0xba, 0x15, 0xbe, - 0x68, 0xce, 0x85, 0x41, 0x12, 0xf5, 0x06, 0x7d, 0x3d, 0x1d, 0xd3, 0x5f, 0x14, 0x0d, 0xe8, 0x13, - 0x99, 0x55, 0xf8, 0xe8, 0xbc, 0x19, 0x9d, 0x16, 0x60, 0xc4, 0x7b, 0xbe, 0xe9, 0xeb, 0xd7, 0x6a, - 0x07, 0xf2, 0xcb, 0xd2, 0x40, 0x71, 0x88, 0x3f, 0x1e, 0x7e, 0x82, 0xe7, 0xeb, 0x83, 0x1d, 0xf6, - 0xd4, 0x6c, 0xde, 0x50, 0xf0, 0xbb, 0x23, 0xbb, 0x5e, 0x92, 0xe1, 0xe1, 0x46, 0xb1, 0xeb, 0xf8, - 0x8b, 0x07, 0x9b, 0x08, 0x24, 0x16, 0x8a, 0x62, 0x7f, 0x0a, 0xc9, 0xde, 0xcb, 0xa5, 0xa2, 0xc3, - 0x5b, 0x07, 0x5e, 0xf1, 0x67, 0x64, 0x63, 0x44, 0x2b, 0x2a, 0x9b, 0xd5, 0x37, 0xb2, 0x12, 0xe0, - 0xce, 0xa5, 0x2b, 0x06, 0x29, 0xd2, 0x6f, 0x9a, 0x30, 0xea, 0xf0, 0x08, 0x2c, 0xd6, 0x7f, 0x34, - 0x27, 0x30, 0xb0, 0xb7, 0x06, 0x8c, 0x46, 0x17, 0x5e, 0x41, 0xbb, 0x83, 0x1e, 0x63, 0x3a, 0xfd, - 0xb1, 0x3a, 0x5e, 0xf5, 0xf4, 0x89, 0x74, 0x1e, 0xc1, 0x4e, 0xe0, 0xa3, 0x6b, 0xd7, 0x37, 0xa5, - 0x6e, 0xbd, 0x0b, 0xca, 0x10, 0x0a, 0xa1, 0x52, 0x6f, 0x8a, 0x72, 0x4c, 0xfd, 0xc7, 0x4f, 0xc9, - 0xc2, 0x25, 0xb5, 0x3e, 0x9b, 0x4b, 0xaa, 0xf7, 0xa0, 0x7b, 0x0f, 0xd6, 0x79, 0x5d, 0x14, 0x25, - 0xeb, 0x08, 0x81, 0x9f, 0x8f, 0x86, 0xf8, 0x33, 0x74, 0xeb, 0x59, 0xfc, 0x7b, 0xda, 0xa2, 0x6f, - 0xa7, 0x00, 0x1f, 0x9b, 0x00, 0x3f, 0xc8, 0xc0, 0xb0, 0x94, 0xe6, 0x9c, 0x61, 0xcd, 0x43, 0xac, - 0x76, 0x38, 0xc0, 0xbe, 0xf6, 0xfa, 0xf5, 0x99, 0x8b, 0xc7, 0xad, 0xaa, 0x33, 0x14, 0x97, 0xaa, - 0x20, 0x43, 0x81, 0xb6, 0x2f, 0xb5, 0xfb, 0xd5, 0xd9, 0xc8, 0xd6, 0xab, 0xa2, 0x38, 0x97, 0x14, - 0xdd, 0x1a, 0x28, 0xf0, 0xb9, 0x5f, 0x4d, 0x97, 0x24, 0x10, 0x5e, 0xab, 0xe9, 0xf2, 0x5c, 0xa2, - 0x9e, 0x71, 0x98, 0x08, 0x59, 0xf0, 0x75, 0x68, 0x55, 0xe9, 0x09, 0x78, 0xa7, 0x3a, 0xa3, 0x47, - 0x86, 0xaa, 0x30, 0x50, 0x76, 0xbf, 0x5d, 0x85, 0x0a, 0x5f, 0x47, 0x90, 0x82, 0xef, 0x03, 0x75, - 0x0a, 0xef, 0xd0, 0x0f, 0xa2, 0x82, 0x62, 0x8a, 0xd5, 0x19, 0x02, 0xf3, 0xc5, 0x4c, 0x96, 0xd6, - 0xc5, 0x04, 0x40, 0xb0, 0xae, 0x1a, 0x55, 0x32, 0x54, 0x7d, 0x6b, 0x62, 0xb3, 0x27, 0x75, 0x6a, - 0xe1, 0x53, 0xc7, 0x21, 0xa5, 0x06, 0x5d, 0xe5, 0xcd, 0x41, 0x48, 0x73, 0x09, 0xd4, 0xce, 0xfa, - 0x8f, 0x1f, 0xb2, 0x94, 0xcd, 0x4a, 0xb9, 0x82, 0x54, 0x90, 0xfc, 0x25, 0x50, 0xf1, 0x97, 0xc9, - 0x74, 0x1f, 0xd6, 0xd8, 0x51, 0x3b, 0xad, 0x99, 0x99, 0xe9, 0x50, 0x71, 0xd2, 0x20, 0x1c, 0x8a, - 0x3f, 0x25, 0x28, 0x93, 0x93, 0xb2, 0x9b, 0x52, 0x36, 0x28, 0x42, 0x64, 0x47, 0x27, 0x4d, 0x7a, - 0xdc, 0x31, 0x71, 0xc7, 0x3c, 0x0d, 0x3d, 0xcb, 0x14, 0x2a, 0x59, 0xfc, 0x97, 0xcd, 0xe5, 0xd3, - 0xcf, 0x16, 0x29, 0x9a, 0x93, 0x73, 0x45, 0x29, 0x2f, 0xe5, 0x10, 0xc4, 0xea, 0x0a, 0x55, 0x40, - 0x3f, 0xb0, 0x27, 0x56, 0x25, 0x94, 0xcb, 0x43, 0xb9, 0xca, 0x9f, 0x17, 0x2b, 0x40, 0x91, 0x7c, - 0xf6, 0x0f, 0xcb, 0xc9, 0x52, 0x09, 0x30, 0xc2, 0x77, 0x10, 0x56, 0x79, 0x0d, 0x08, 0x79, 0xa1, - 0x8b, 0xe8, 0x06, 0x86, 0x6b, 0x5a, 0x66, 0xa2, 0xe8, 0xba, 0xa5, 0x00, 0x87, 0xca, 0x14, 0xb3, - 0xa5, 0xcd, 0x4a, 0x8e, 0xe1, 0x24, 0x03, 0x1d, 0x87, 0x14, 0xb9, 0x92, 0xcb, 0xe6, 0x4b, 0xf9, - 0x5c, 0x25, 0x57, 0xcc, 0x97, 0x68, 0x0d, 0x80, 0xf9, 0xbf, 0x5a, 0x43, 0x36, 0x5b, 0x29, 0x97, - 0x65, 0x99, 0xaf, 0x22, 0x57, 0xcc, 0xe5, 0xca, 0xf2, 0x66, 0xa1, 0x9c, 0x2d, 0x96, 0x8b, 0x25, - 0x59, 0x16, 0x7f, 0xfe, 0xac, 0xf5, 0x46, 0x06, 0x09, 0x50, 0x2a, 0x0c, 0x40, 0xdc, 0xd1, 0xd5, - 0x3b, 0x3f, 0x0c, 0x40, 0x93, 0xd8, 0xb3, 0x12, 0xc9, 0xd9, 0x97, 0x6e, 0x9a, 0x86, 0x36, 0x5a, - 0x5f, 0x37, 0xd4, 0x89, 0x00, 0x6c, 0x09, 0x6f, 0x7c, 0xf2, 0x66, 0xed, 0x56, 0x5e, 0xcd, 0xaf, - 0xaf, 0x87, 0xa4, 0xd4, 0xb9, 0x0f, 0xd3, 0x01, 0x3d, 0x37, 0xa1, 0x4a, 0x6e, 0x72, 0x06, 0xf2, - 0x12, 0x9b, 0x82, 0x7b, 0xba, 0x8a, 0x3f, 0x69, 0xb2, 0xf8, 0xa6, 0x81, 0x0b, 0x5c, 0xda, 0x20, - 0x4a, 0xda, 0xee, 0x1b, 0xc9, 0x18, 0x94, 0x45, 0x0f, 0x14, 0x35, 0x39, 0x63, 0xcb, 0x57, 0x37, - 0x0d, 0xa2, 0x15, 0x2b, 0xba, 0xf3, 0x46, 0x3e, 0x71, 0x59, 0xf7, 0x76, 0x9a, 0xe7, 0x4b, 0x32, - 0x3b, 0x3b, 0x6f, 0x4d, 0xe4, 0xcf, 0xe7, 0xa0, 0x97, 0x85, 0x0a, 0x69, 0xce, 0xde, 0xd0, 0xc2, - 0x5a, 0xfd, 0x62, 0x72, 0xbd, 0x5e, 0xbf, 0x68, 0x3f, 0x63, 0xc0, 0xe4, 0x17, 0xf5, 0xcd, 0x81, - 0x2f, 0x69, 0xea, 0x97, 0xc7, 0x17, 0x82, 0x0c, 0x5c, 0x11, 0x75, 0x7d, 0x5d, 0x34, 0x49, 0x11, - 0xb1, 0x5e, 0x47, 0xab, 0x8d, 0xd9, 0xc3, 0xb4, 0x2f, 0x0d, 0xdb, 0x56, 0xde, 0xd2, 0x9a, 0x43, - 0x7e, 0x23, 0xd5, 0x02, 0x47, 0x51, 0x6d, 0xad, 0x13, 0x40, 0xf9, 0x02, 0x69, 0xca, 0x79, 0xc2, - 0x52, 0x40, 0x98, 0xdc, 0xc7, 0x63, 0xf6, 0xf0, 0x29, 0xb9, 0xbe, 0xae, 0xa1, 0x51, 0x08, 0xf8, - 0x70, 0xa4, 0xf8, 0x75, 0xbf, 0x4d, 0x9c, 0x99, 0xc3, 0x0d, 0x27, 0x85, 0x8f, 0x0c, 0x28, 0x9a, - 0xb6, 0xa1, 0x6c, 0x38, 0xa5, 0xbf, 0x90, 0xd2, 0xe6, 0x40, 0x02, 0x1b, 0x69, 0xb9, 0x76, 0x00, - 0x0e, 0x4f, 0x0f, 0x25, 0xc4, 0x14, 0x00, 0x4a, 0x81, 0x58, 0x0f, 0xbf, 0x7d, 0xf6, 0xdb, 0x4e, - 0x89, 0x49, 0x31, 0x54, 0x0e, 0x4f, 0x7d, 0xfa, 0xe5, 0xd2, 0xb9, 0x6c, 0xae, 0xf4, 0xaf, 0x50, - 0x43, 0x52, 0xe9, 0xcd, 0x6c, 0x31, 0xf7, 0xaf, 0x50, 0x53, 0x52, 0x69, 0x79, 0x33, 0x17, 0x4a, - 0xe3, 0x1b, 0x83, 0xdb, 0x17, 0xad, 0x53, 0x04, 0x0a, 0x8b, 0xa0, 0xe0, 0xd6, 0xd5, 0x34, 0xf2, - 0x6b, 0x48, 0x4d, 0x4f, 0xb6, 0xb9, 0x22, 0x7e, 0x62, 0xb2, 0x0a, 0x4c, 0x0d, 0xe5, 0x67, 0x43, - 0x15, 0xbf, 0xd4, 0xeb, 0x7d, 0x3c, 0x6f, 0x31, 0xb4, 0x46, 0xb0, 0xec, 0xb4, 0x90, 0xbe, 0x70, - 0x0c, 0xd1, 0x8c, 0xd6, 0x22, 0xc1, 0x9c, 0x6a, 0x74, 0x39, 0x83, 0xf1, 0xe1, 0xd1, 0xe8, 0x01, - 0x4b, 0x6e, 0xc3, 0x33, 0xa5, 0xca, 0xc0, 0x8f, 0x98, 0x18, 0x6a, 0xea, 0x1e, 0x8a, 0xfc, 0xac, - 0x92, 0xf3, 0xfb, 0xb7, 0x9f, 0xbb, 0xe3, 0xe5, 0x21, 0xe8, 0xf0, 0xf3, 0x6c, 0x65, 0x73, 0x9b, - 0xdb, 0xc4, 0x99, 0x5b, 0xac, 0x12, 0x9f, 0x77, 0x31, 0xe9, 0xaf, 0xad, 0xeb, 0xeb, 0xee, 0x96, - 0xbc, 0xbe, 0x1e, 0x53, 0x61, 0xfd, 0x57, 0xd4, 0x73, 0x99, 0x5e, 0xe8, 0x2e, 0x09, 0xff, 0x98, - 0x2d, 0x34, 0x63, 0x2e, 0xe4, 0xe5, 0x7f, 0x4a, 0x38, 0x12, 0x89, 0x7f, 0xcc, 0xdc, 0xb9, 0xe4, - 0xff, 0x49, 0x26, 0x7f, 0x25, 0x93, 0xd5, 0x84, 0x57, 0x1d, 0x34, 0x16, 0x56, 0xab, 0xa4, 0x14, - 0x57, 0x5d, 0x4c, 0xe1, 0x5f, 0x31, 0xdd, 0x73, 0x63, 0xba, 0xc3, 0x8d, 0x9b, 0x62, 0x59, 0xfa, - 0x5b, 0xb3, 0xd7, 0x07, 0x7e, 0xd1, 0xa1, 0x27, 0x8c, 0x45, 0x1d, 0x45, 0x69, 0x98, 0x16, 0x75, - 0x58, 0x07, 0xd3, 0x64, 0x19, 0x4c, 0xe3, 0x2a, 0x98, 0xac, 0xa1, 0xb4, 0xa3, 0x72, 0xa9, 0xa4, - 0x82, 0x74, 0xbb, 0x5f, 0x03, 0xb4, 0x10, 0x8e, 0x21, 0x92, 0x18, 0x5b, 0xa2, 0xc4, 0xf2, 0xba, - 0x24, 0x2f, 0xae, 0x82, 0xec, 0xca, 0xdc, 0x9a, 0x97, 0xcb, 0x6d, 0x5b, 0xa2, 0xe4, 0x6e, 0x8b, - 0x59, 0x72, 0xab, 0xaa, 0x7f, 0xb5, 0x2a, 0x3e, 0x41, 0x23, 0xc9, 0x33, 0x86, 0xdb, 0xa4, 0xf7, - 0x34, 0xc1, 0x03, 0x8c, 0x80, 0x57, 0xb4, 0xcd, 0x8a, 0xfa, 0x71, 0xaf, 0x04, 0xd9, 0x2b, 0xc2, - 0xe2, 0x69, 0xf0, 0x99, 0x07, 0x5d, 0x92, 0x99, 0x84, 0xb4, 0x81, 0x6c, 0x84, 0xdc, 0xb8, 0xcf, - 0x43, 0x97, 0x7c, 0x96, 0x49, 0xb5, 0xc5, 0x50, 0x3d, 0xee, 0x46, 0x5b, 0x94, 0x82, 0xbe, 0x12, - 0xc6, 0x8d, 0x57, 0x3c, 0x07, 0x39, 0x9c, 0xbe, 0x45, 0x73, 0x90, 0x1e, 0xd2, 0x75, 0x79, 0x9b, - 0x56, 0x51, 0x65, 0x35, 0x42, 0x66, 0x0d, 0x9d, 0x53, 0x50, 0xec, 0x53, 0xf4, 0x96, 0x6b, 0xda, - 0xc0, 0xd3, 0x91, 0x77, 0x1e, 0xb9, 0xea, 0x30, 0x21, 0xa2, 0x3e, 0x7a, 0xab, 0x01, 0xf6, 0x45, - 0xe9, 0xb8, 0x75, 0x71, 0x0e, 0xe3, 0x86, 0xd7, 0xc3, 0x69, 0xbd, 0xb7, 0x04, 0x80, 0x4d, 0x26, - 0x7d, 0x29, 0x05, 0xd8, 0x59, 0xd7, 0x59, 0x5f, 0xa7, 0x2a, 0xfb, 0xed, 0x11, 0xcf, 0xa9, 0x3d, - 0x0f, 0xde, 0x99, 0xdf, 0x10, 0x2a, 0x6f, 0xa4, 0x41, 0xa8, 0xa8, 0x7f, 0x89, 0x49, 0x94, 0x82, - 0x11, 0x0f, 0x41, 0x61, 0xc7, 0xcb, 0x67, 0xe1, 0x41, 0xaf, 0x2f, 0xa3, 0x86, 0x6d, 0x2a, 0x13, - 0x55, 0xd9, 0xf7, 0x65, 0x50, 0x3d, 0x2f, 0x8f, 0x59, 0x84, 0x12, 0xb8, 0xa6, 0xd1, 0x84, 0x65, - 0x00, 0x88, 0x43, 0xf7, 0x42, 0xe7, 0x80, 0xf6, 0x17, 0x3b, 0x07, 0x89, 0xb1, 0x50, 0x18, 0x5d, - 0x03, 0x6b, 0x52, 0xb7, 0x13, 0x21, 0x3a, 0x15, 0xbf, 0xaa, 0x2a, 0x4f, 0x0f, 0x9d, 0x8d, 0x1e, - 0x26, 0x92, 0x13, 0x28, 0x5c, 0x62, 0x0e, 0x13, 0xbb, 0xdd, 0x6e, 0x28, 0x31, 0x8f, 0x89, 0xed, - 0x76, 0x3b, 0x94, 0x58, 0xc0, 0x44, 0x45, 0x51, 0x42, 0x89, 0x45, 0x4c, 0xac, 0x54, 0x2a, 0xa1, - 0xc4, 0x52, 0x5c, 0x62, 0x19, 0x13, 0xcb, 0xe5, 0x72, 0x28, 0xb1, 0x8d, 0x89, 0x85, 0x42, 0x21, - 0x94, 0xd8, 0xc1, 0xc4, 0x7c, 0x3e, 0x1f, 0x4a, 0x44, 0x6b, 0xce, 0xd7, 0x6c, 0x36, 0x1b, 0x4a, - 0xec, 0x62, 0x62, 0x2e, 0x97, 0x0b, 0x25, 0xda, 0xa4, 0x9d, 0xb9, 0x70, 0xce, 0x3e, 0xc9, 0xa9, - 0x84, 0x13, 0x75, 0x92, 0x58, 0xea, 0x84, 0x12, 0x4d, 0x48, 0x24, 0x37, 0x57, 0xe5, 0xe4, 0x82, - 0x24, 0x04, 0x7f, 0xe4, 0x74, 0x25, 0x19, 0xca, 0xe8, 0xb4, 0x19, 0x3e, 0xf3, 0x91, 0xe4, 0x01, - 0x4b, 0x2f, 0x85, 0xd2, 0xdd, 0xf6, 0x12, 0xc0, 0xec, 0x6e, 0xcf, 0x8d, 0x76, 0x32, 0x19, 0x29, - 0xa0, 0x78, 0x25, 0xb2, 0x9b, 0xb2, 0x24, 0x04, 0x7f, 0x96, 0x97, 0x18, 0x7c, 0xaa, 0x0e, 0xe2, - 0x47, 0x4b, 0x6c, 0xab, 0x49, 0xc6, 0x4e, 0xa9, 0x37, 0x1c, 0x5a, 0x7d, 0x31, 0x9e, 0x67, 0x42, - 0x4e, 0x97, 0x21, 0x5f, 0x35, 0x4a, 0x50, 0x51, 0xf4, 0x13, 0x82, 0xa2, 0x6b, 0x48, 0x84, 0xa0, - 0xa2, 0x63, 0x92, 0x8f, 0x1b, 0xd2, 0x42, 0xdc, 0xe0, 0x13, 0x82, 0x2a, 0x16, 0x8b, 0x8b, 0x04, - 0x55, 0x2a, 0x95, 0x3e, 0x49, 0x50, 0x51, 0xca, 0x25, 0x04, 0xd5, 0xe9, 0x74, 0x16, 0x09, 0x2a, - 0x3a, 0x45, 0xba, 0x71, 0xb3, 0x81, 0x10, 0x94, 0x5a, 0xc8, 0x2d, 0x12, 0x54, 0x41, 0xcd, 0x2d, - 0x12, 0x54, 0xa1, 0xac, 0xc4, 0x13, 0x54, 0x1e, 0x06, 0xc2, 0xfb, 0xb7, 0x84, 0x9a, 0x00, 0x99, - 0xb1, 0xd4, 0x04, 0xe9, 0xc5, 0x25, 0xd4, 0xc4, 0x43, 0xfd, 0x0c, 0x29, 0xc9, 0x39, 0xa0, 0x22, - 0xff, 0xcf, 0x27, 0x48, 0xa9, 0x98, 0x95, 0x04, 0xef, 0xdf, 0x67, 0xe9, 0x88, 0xdc, 0x5e, 0x2e, - 0x72, 0x7c, 0x0a, 0xf5, 0x80, 0x9d, 0x7e, 0x20, 0x42, 0x91, 0xa2, 0xed, 0x3e, 0xd6, 0x59, 0xef, - 0xa6, 0x3b, 0xb6, 0x0a, 0xcc, 0x9f, 0x09, 0xc7, 0x04, 0xa4, 0x98, 0xac, 0x69, 0xbd, 0x84, 0x93, - 0x46, 0x2b, 0xbf, 0x2a, 0x89, 0xc0, 0xa3, 0x41, 0x5e, 0xf0, 0x55, 0x0e, 0x50, 0x37, 0x9d, 0xd1, - 0x30, 0x6d, 0x0d, 0x4c, 0xd7, 0x74, 0x32, 0xd9, 0x4a, 0x4e, 0xce, 0x64, 0xe5, 0xb2, 0x8c, 0x9c, - 0x1c, 0x6a, 0xc0, 0xe5, 0xd9, 0xa8, 0x7b, 0x6a, 0x41, 0xad, 0x67, 0xda, 0x09, 0x62, 0xcb, 0x10, - 0x40, 0x0e, 0x06, 0xdd, 0xf1, 0xf7, 0xef, 0x1f, 0x3f, 0x69, 0x26, 0xa5, 0x0e, 0x02, 0xa8, 0xfe, - 0x43, 0xfe, 0xb9, 0x6d, 0xa0, 0x70, 0xbe, 0x3f, 0xd2, 0xf5, 0x47, 0x90, 0x72, 0x12, 0xc9, 0x2a, - 0x26, 0x4a, 0xa6, 0x0f, 0x23, 0xa1, 0x48, 0xfa, 0x8f, 0xec, 0x4f, 0xf8, 0x93, 0xfb, 0x99, 0x94, - 0xb4, 0x20, 0xdd, 0x84, 0x66, 0xe2, 0x92, 0x47, 0x5e, 0x34, 0x04, 0x42, 0x9e, 0x92, 0x29, 0xfd, - 0x47, 0x1e, 0x72, 0x1a, 0x5b, 0x75, 0x13, 0x14, 0x94, 0xef, 0x75, 0x0d, 0xc4, 0x2a, 0xda, 0x19, - 0xfd, 0x47, 0xe1, 0x67, 0x72, 0x3e, 0x77, 0xd0, 0xe7, 0x7e, 0x0f, 0x2f, 0x0e, 0x45, 0x6b, 0xb7, - 0x6a, 0xa8, 0x76, 0x82, 0x58, 0x18, 0x41, 0xbe, 0xa8, 0x6f, 0xb1, 0x1e, 0x70, 0xb2, 0x77, 0x74, - 0xad, 0x6e, 0xf7, 0xa1, 0x62, 0x22, 0xa0, 0x1b, 0x20, 0x46, 0x27, 0x8c, 0x7a, 0xba, 0x94, 0x94, - 0x3c, 0xf5, 0x85, 0x05, 0x87, 0xaa, 0x1b, 0x7e, 0x4a, 0x20, 0x5a, 0x1d, 0xa1, 0xe2, 0x55, 0xff, - 0x05, 0x9a, 0x3e, 0xc8, 0x57, 0xa4, 0x45, 0x44, 0xb2, 0xaa, 0x1b, 0xd0, 0x77, 0x3a, 0x9e, 0xc1, - 0x5e, 0x51, 0x32, 0x24, 0x6b, 0x89, 0x5e, 0x7c, 0xb7, 0x0e, 0xc8, 0xdb, 0x91, 0x91, 0x6d, 0xbd, - 0x68, 0x46, 0xb3, 0xd5, 0xc2, 0xe1, 0x85, 0x51, 0xfb, 0x42, 0xb5, 0x24, 0x8a, 0x63, 0xb7, 0x1e, - 0x51, 0x7c, 0x6e, 0x94, 0x3e, 0x51, 0x7b, 0xd0, 0xee, 0x0d, 0xf3, 0x0c, 0x11, 0x1d, 0x43, 0x02, - 0xb8, 0xed, 0x06, 0x34, 0xe0, 0xa4, 0xb5, 0x2e, 0x8c, 0x3f, 0xac, 0x7f, 0xaa, 0x8e, 0x1b, 0xa8, - 0x6f, 0x78, 0xb9, 0xa4, 0x0a, 0xa4, 0x05, 0x49, 0xc1, 0x7e, 0x74, 0xa6, 0xe3, 0x38, 0x98, 0x42, - 0x0c, 0xe2, 0x09, 0x10, 0x47, 0xb6, 0x09, 0xa5, 0x00, 0xa1, 0x88, 0x29, 0x62, 0xc1, 0xaa, 0x8a, - 0x69, 0x31, 0x99, 0x12, 0x33, 0x0e, 0xb4, 0x33, 0xcd, 0x32, 0x93, 0x90, 0x5f, 0x75, 0x11, 0x8f, - 0x13, 0x01, 0x9e, 0x30, 0xde, 0x15, 0x08, 0xd6, 0x03, 0x4d, 0xef, 0x26, 0x1c, 0x18, 0x1f, 0xbf, - 0x7b, 0xa6, 0x81, 0x16, 0x57, 0x58, 0xa6, 0xd1, 0x63, 0x58, 0xad, 0x02, 0x89, 0x45, 0x43, 0x00, - 0x59, 0xb6, 0x89, 0xc7, 0xa7, 0x74, 0x18, 0x07, 0x62, 0x00, 0x93, 0xa5, 0x04, 0xa9, 0xb4, 0x1e, - 0x92, 0x8b, 0xfa, 0x9e, 0x5c, 0x04, 0xa9, 0x47, 0x16, 0x88, 0xa9, 0x20, 0xcc, 0xd2, 0x6c, 0x50, - 0x1e, 0x74, 0xbe, 0x84, 0xb8, 0x0f, 0xf0, 0x49, 0x34, 0x9e, 0xb4, 0x70, 0xa9, 0xe3, 0xb5, 0x9b, - 0x02, 0x89, 0x46, 0x48, 0x03, 0x7b, 0x1d, 0x5d, 0x7e, 0x11, 0x97, 0x49, 0x5a, 0x14, 0xa2, 0x44, - 0xa0, 0x25, 0x93, 0x9e, 0x28, 0x1b, 0x5f, 0x7b, 0x20, 0x95, 0x25, 0x51, 0xb2, 0x45, 0xc2, 0xaa, - 0x83, 0xe6, 0xd7, 0x57, 0x77, 0x55, 0xd5, 0xc2, 0x37, 0x2a, 0xac, 0x11, 0xd2, 0xc3, 0x31, 0x4c, - 0x4a, 0xc4, 0x28, 0x76, 0x79, 0xeb, 0x6a, 0x3a, 0x88, 0x7a, 0x81, 0x08, 0x12, 0x08, 0x87, 0xc4, - 0x32, 0xb3, 0xdd, 0x53, 0xdd, 0xce, 0x20, 0xb1, 0x0a, 0xf9, 0x03, 0x0c, 0x40, 0x09, 0x59, 0xd3, - 0xcf, 0xa0, 0x90, 0x8b, 0xd2, 0x6c, 0xa8, 0xba, 0x03, 0xb3, 0x5b, 0x15, 0xa1, 0x6d, 0x40, 0x50, - 0x48, 0xde, 0x46, 0x02, 0x88, 0x5f, 0x25, 0xdf, 0x13, 0xc9, 0x20, 0x65, 0x16, 0x55, 0x5c, 0xa1, - 0xdd, 0x68, 0x03, 0x02, 0x15, 0x34, 0x99, 0x86, 0x41, 0x80, 0x7a, 0x31, 0x17, 0x5a, 0x3a, 0x4d, - 0x20, 0x57, 0xdd, 0xec, 0x27, 0xc4, 0x73, 0x53, 0x50, 0x30, 0x37, 0x9b, 0xf3, 0xa4, 0x62, 0x34, - 0x9e, 0x86, 0x1a, 0x91, 0x16, 0x76, 0xe9, 0xc5, 0x17, 0x0e, 0xa1, 0x62, 0xb5, 0x0b, 0x0d, 0x05, - 0x90, 0x3d, 0xcd, 0x00, 0xaa, 0x78, 0x4b, 0x24, 0x92, 0x00, 0x95, 0x31, 0x2e, 0x4e, 0x40, 0xec, - 0xa7, 0x61, 0xf6, 0x40, 0xbe, 0xea, 0xb2, 0x4f, 0x01, 0x6a, 0x80, 0xd4, 0xd6, 0xd7, 0xf9, 0x09, - 0x22, 0x22, 0x05, 0x36, 0x81, 0x00, 0x93, 0x52, 0xe8, 0x90, 0xa5, 0xc4, 0x3c, 0xe1, 0xd8, 0x7e, - 0x33, 0xa6, 0x50, 0xbb, 0xde, 0xf2, 0x51, 0xbc, 0x1c, 0xba, 0x84, 0x22, 0xb8, 0xe3, 0x54, 0x7e, - 0x83, 0xf7, 0x1f, 0xd0, 0x4e, 0xcb, 0xbf, 0xd3, 0x67, 0x18, 0xc9, 0x1b, 0x6a, 0xab, 0x0d, 0xbe, - 0x5d, 0x72, 0x96, 0x5d, 0x9a, 0x1a, 0xb6, 0x9b, 0x24, 0xe7, 0x12, 0xee, 0x2a, 0xcf, 0xc9, 0xff, - 0x28, 0x35, 0x30, 0x62, 0xe8, 0xc6, 0xf0, 0xb0, 0x20, 0x62, 0x23, 0x75, 0x3d, 0x12, 0xa5, 0x78, - 0x13, 0x8e, 0xf4, 0x25, 0xeb, 0xeb, 0x0f, 0x84, 0xed, 0x74, 0xc6, 0x3e, 0xbf, 0xf1, 0xf8, 0x17, - 0x4c, 0x24, 0xd1, 0xb5, 0x47, 0x2a, 0xcc, 0xb9, 0x78, 0x34, 0x58, 0x9d, 0xa1, 0x08, 0xf3, 0xe8, - 0x4b, 0xe6, 0xcc, 0x6c, 0x6b, 0x19, 0xd0, 0xa9, 0x1d, 0x37, 0x61, 0x28, 0x63, 0xad, 0xaf, 0x40, - 0xce, 0xf4, 0xc8, 0x51, 0xed, 0x46, 0x1f, 0x5a, 0x07, 0xf4, 0x82, 0xec, 0x6d, 0x25, 0x14, 0xc8, - 0x13, 0x0d, 0xa8, 0x55, 0xf3, 0xd8, 0x17, 0x60, 0xc3, 0x7e, 0x6b, 0x91, 0xe1, 0x32, 0xed, 0x86, - 0xae, 0x27, 0xbe, 0x71, 0xe1, 0x63, 0x99, 0x67, 0xe2, 0xcf, 0x6f, 0x49, 0x7f, 0xa1, 0x71, 0x90, - 0xe8, 0xdc, 0x64, 0x1c, 0x8b, 0x77, 0xcd, 0x51, 0x67, 0x80, 0x06, 0x7a, 0xd4, 0xcd, 0x48, 0x7d, - 0x3b, 0xc4, 0x0f, 0x11, 0x70, 0xb1, 0x2c, 0x37, 0xb0, 0xa5, 0x48, 0xde, 0x80, 0x39, 0x45, 0xa8, - 0x46, 0xf5, 0x58, 0x2e, 0xb5, 0x3d, 0x05, 0xee, 0x0b, 0x31, 0x6d, 0x5b, 0x3c, 0xcd, 0xa5, 0x74, - 0x30, 0x50, 0x2d, 0xe4, 0xa5, 0x16, 0xeb, 0xdf, 0xbf, 0xdd, 0x1f, 0xea, 0xcf, 0xe8, 0x21, 0x31, - 0x2f, 0x13, 0xc7, 0x20, 0x99, 0x43, 0x84, 0x2a, 0xb9, 0x75, 0x18, 0xd4, 0x19, 0x2d, 0xbd, 0xbe, - 0xfe, 0xc5, 0x05, 0x0e, 0xa7, 0xb5, 0xd0, 0x27, 0x0a, 0x38, 0xf8, 0x7f, 0x35, 0x63, 0x8e, 0x6b, - 0x39, 0x43, 0xd3, 0x74, 0x41, 0xce, 0x40, 0x5a, 0x80, 0x0c, 0x8b, 0xc6, 0x37, 0x10, 0x45, 0x34, - 0x51, 0xa2, 0x40, 0x16, 0xe6, 0x88, 0xca, 0xab, 0xfa, 0x18, 0xeb, 0x95, 0xba, 0x40, 0x78, 0xed, - 0x70, 0x81, 0x4b, 0x50, 0xca, 0x62, 0xde, 0x14, 0xc9, 0x25, 0x76, 0x14, 0x7f, 0x61, 0xb3, 0x41, - 0xa6, 0x21, 0x83, 0xee, 0x50, 0xf1, 0x84, 0x3a, 0x5b, 0x90, 0x45, 0x08, 0x2f, 0xa8, 0x3a, 0xbc, - 0x39, 0x3b, 0x25, 0x6b, 0x51, 0x18, 0x25, 0xa0, 0x62, 0xab, 0xe8, 0x80, 0x01, 0xea, 0x22, 0x36, - 0x02, 0xe6, 0x24, 0x71, 0xca, 0xf0, 0xe6, 0x19, 0xdb, 0x1b, 0xc1, 0x01, 0xa6, 0xd5, 0x2b, 0x86, - 0x36, 0x24, 0x0b, 0x07, 0x33, 0x10, 0x79, 0xbb, 0x27, 0xf5, 0xe8, 0xe4, 0x8c, 0x1b, 0x23, 0x5a, - 0xc3, 0x5c, 0xca, 0x55, 0x60, 0x4a, 0x4a, 0xd0, 0x45, 0x9e, 0xe9, 0xa9, 0x11, 0x7c, 0x70, 0x7e, - 0x21, 0xc9, 0x59, 0x80, 0x20, 0xb1, 0x09, 0x08, 0x51, 0x99, 0x12, 0x6a, 0x0a, 0x44, 0xc7, 0x15, - 0x7a, 0x0a, 0xac, 0x3e, 0xdd, 0x2f, 0x30, 0x16, 0x32, 0xaf, 0x5d, 0x46, 0xdc, 0x4b, 0xd4, 0x7a, - 0x51, 0xcd, 0xfb, 0x44, 0xc6, 0xe3, 0xc8, 0xe5, 0x1a, 0xcb, 0x42, 0x8f, 0x39, 0x09, 0x86, 0x18, - 0xe4, 0xd7, 0xf1, 0x38, 0x59, 0xd6, 0x75, 0x77, 0x69, 0xd7, 0xa5, 0xb8, 0x4f, 0xac, 0x9a, 0xb9, - 0x14, 0x22, 0x09, 0x98, 0xe0, 0xd7, 0xb8, 0x59, 0x37, 0x54, 0x99, 0x25, 0x91, 0x36, 0x3b, 0x30, - 0xd8, 0xa1, 0xec, 0x79, 0xa6, 0xb8, 0x83, 0x74, 0x4f, 0x37, 0x61, 0x7a, 0xb8, 0x99, 0x72, 0xa9, - 0x80, 0x68, 0x35, 0xf8, 0xd4, 0x84, 0xbb, 0x41, 0x92, 0xff, 0xe5, 0x24, 0x33, 0xf9, 0x12, 0x7e, - 0xd6, 0xe3, 0x3f, 0x6f, 0xe0, 0xd7, 0x7f, 0x19, 0xc9, 0x4c, 0x09, 0xf2, 0x28, 0x75, 0x67, 0xdb, - 0x49, 0x89, 0x82, 0x98, 0x4a, 0x64, 0xeb, 0xf0, 0x2c, 0xc2, 0x9a, 0x23, 0xe2, 0x56, 0xcb, 0x9b, - 0x83, 0x6b, 0xa1, 0x24, 0x88, 0x78, 0x3d, 0x09, 0xb3, 0x94, 0x2a, 0xa9, 0xba, 0xf1, 0xfb, 0xb7, - 0xb3, 0x6d, 0xf8, 0x05, 0x0c, 0x58, 0x43, 0xcd, 0x11, 0x92, 0x14, 0xfe, 0x40, 0x11, 0xc8, 0x2d, - 0x7d, 0x81, 0xb5, 0xc4, 0x00, 0x54, 0x42, 0x76, 0x04, 0x00, 0xa8, 0xd8, 0x2a, 0x56, 0x60, 0x9e, - 0x39, 0x34, 0x4d, 0x4f, 0x11, 0x5f, 0x43, 0x4c, 0xff, 0x8e, 0x4d, 0x41, 0x6b, 0x1e, 0x7e, 0xe7, - 0xf2, 0xb3, 0x74, 0x4c, 0x71, 0x37, 0x4a, 0xf2, 0xbf, 0xb0, 0x88, 0xa3, 0xa2, 0x5a, 0xa4, 0x70, - 0xc6, 0x5c, 0x03, 0x78, 0x85, 0x39, 0xc1, 0x79, 0x84, 0x46, 0x4c, 0xd1, 0xb3, 0xa4, 0xfe, 0xfa, - 0xee, 0xda, 0x5b, 0xdf, 0xdd, 0xae, 0xb7, 0xb3, 0xf8, 0xa2, 0xbe, 0xb9, 0x5d, 0x71, 0xeb, 0x1f, - 0x33, 0x75, 0xfe, 0x3d, 0xe3, 0x76, 0xf9, 0x4f, 0x63, 0x45, 0xa7, 0x9f, 0xdc, 0x39, 0x08, 0x99, - 0xec, 0x73, 0x06, 0x8a, 0xff, 0x0a, 0x8d, 0xce, 0x29, 0xb7, 0x85, 0x76, 0x99, 0xa0, 0xe3, 0xa3, - 0xd6, 0xb3, 0x3e, 0xaf, 0x22, 0xbb, 0x9d, 0x64, 0x47, 0x2c, 0xe9, 0x82, 0x60, 0xbf, 0xbe, 0xae, - 0xa6, 0x52, 0x1e, 0xce, 0xd4, 0xad, 0x5c, 0x91, 0xd8, 0x2a, 0xeb, 0xf0, 0x9b, 0x94, 0x54, 0x8e, - 0x66, 0xd1, 0x83, 0xf5, 0x16, 0x40, 0x72, 0xec, 0x10, 0x28, 0xf5, 0x97, 0x85, 0x2d, 0xd5, 0xba, - 0xbf, 0x92, 0x34, 0x04, 0x4c, 0xed, 0x0b, 0x81, 0xfc, 0xc3, 0xfd, 0xf9, 0xfb, 0xb7, 0xfc, 0x05, - 0xa1, 0x63, 0x1d, 0xdb, 0x41, 0x56, 0x8c, 0xf0, 0x0c, 0x99, 0x83, 0xa9, 0xef, 0x62, 0x95, 0xdb, - 0xe4, 0x30, 0x59, 0xb9, 0x5c, 0x13, 0x8e, 0x76, 0x85, 0xe1, 0xc8, 0x71, 0x85, 0xb6, 0x2a, 0x40, - 0xba, 0x60, 0x82, 0x82, 0xa1, 0x3a, 0x4e, 0x1a, 0x07, 0xb6, 0xba, 0x02, 0xca, 0x2f, 0xaf, 0x3c, - 0x6e, 0x28, 0x4f, 0x6c, 0x0d, 0xc3, 0x46, 0x0a, 0xff, 0x98, 0x59, 0x44, 0x26, 0x76, 0x93, 0xf3, - 0x2f, 0x1c, 0x8e, 0x2c, 0xb6, 0x3f, 0xc0, 0xba, 0xc1, 0x7c, 0x40, 0x81, 0x46, 0x54, 0x0f, 0x0d, - 0xa4, 0x0f, 0xeb, 0xeb, 0xb4, 0x2b, 0xea, 0xcf, 0xe0, 0x29, 0x8d, 0x94, 0x02, 0xc4, 0xee, 0xbf, - 0xc2, 0xf0, 0xf3, 0x06, 0xfb, 0x4b, 0x5d, 0x79, 0x43, 0x2f, 0x47, 0xce, 0x60, 0xef, 0xe7, 0xb5, - 0xd8, 0x37, 0x0e, 0x9a, 0x97, 0x94, 0xb6, 0x1c, 0xae, 0x79, 0x8a, 0xa5, 0xdd, 0x29, 0xba, 0x27, - 0xf5, 0x93, 0xcc, 0xb0, 0x1a, 0x7b, 0x85, 0x92, 0xcc, 0x72, 0x2f, 0xb2, 0x85, 0x94, 0xed, 0x62, - 0x00, 0x85, 0x68, 0x7d, 0x23, 0x81, 0x3b, 0x9a, 0x5e, 0x46, 0xaf, 0x37, 0x6e, 0x1a, 0x64, 0xeb, - 0x6d, 0xf2, 0xb7, 0x9a, 0xe8, 0xaa, 0x18, 0x8e, 0x00, 0xd2, 0x0c, 0xc9, 0x7f, 0xb4, 0x82, 0xc7, - 0x57, 0x3d, 0x6a, 0x56, 0x74, 0xf9, 0xc9, 0xff, 0xaa, 0x7b, 0xb8, 0xfb, 0x10, 0x53, 0xaf, 0xfa, - 0x36, 0xf7, 0x8c, 0xbb, 0x9b, 0x01, 0x2d, 0x59, 0x3b, 0x9d, 0x17, 0x9f, 0x32, 0xa9, 0xce, 0x8a, - 0x96, 0xcf, 0x9a, 0xca, 0x2e, 0x38, 0x48, 0x10, 0xf3, 0xb5, 0xea, 0xb6, 0xbc, 0x2b, 0xf5, 0xae, - 0xc9, 0xfe, 0x94, 0x2c, 0x55, 0xc8, 0x7f, 0x28, 0x23, 0xa9, 0x53, 0xb5, 0xd3, 0x34, 0x87, 0x43, - 0x10, 0x83, 0x70, 0x2d, 0xb2, 0xde, 0x50, 0xf6, 0xe3, 0x99, 0xb1, 0xa5, 0x51, 0x0f, 0x00, 0xbc, - 0xe0, 0xae, 0x6d, 0x2a, 0x36, 0x70, 0x61, 0xae, 0x23, 0x16, 0x19, 0x73, 0xc2, 0x83, 0x03, 0x4a, - 0xc0, 0x0d, 0x52, 0x98, 0x9a, 0x35, 0xd7, 0x7e, 0x9b, 0x25, 0x9c, 0x55, 0x42, 0x22, 0x48, 0x36, - 0x6c, 0xbf, 0x68, 0x2b, 0x2b, 0x13, 0x92, 0x40, 0x06, 0xcf, 0x84, 0xe6, 0xe4, 0x6c, 0x4e, 0x35, - 0xcd, 0x5f, 0xbc, 0x23, 0x30, 0x09, 0xfd, 0xde, 0x11, 0x81, 0x28, 0xd5, 0xed, 0x6f, 0x9e, 0xf7, - 0xcc, 0xc2, 0x15, 0xda, 0x24, 0x16, 0xb3, 0x40, 0xee, 0x9b, 0x13, 0xbf, 0x55, 0xbf, 0xf9, 0xbe, - 0x05, 0xfe, 0x36, 0x74, 0x2d, 0xe4, 0x2e, 0x5b, 0x5b, 0x72, 0x6e, 0xae, 0xf6, 0x01, 0xe4, 0xf9, - 0xd6, 0xaf, 0x9a, 0x91, 0x82, 0x89, 0x29, 0xa2, 0xeb, 0xc8, 0x40, 0x19, 0xab, 0x82, 0x61, 0x32, - 0xa4, 0x38, 0xc2, 0x9b, 0xea, 0x7e, 0x81, 0x09, 0xc7, 0x22, 0x20, 0x83, 0x10, 0x6e, 0xab, 0xc2, - 0x44, 0x71, 0xd0, 0x0b, 0x45, 0x73, 0x9c, 0x91, 0x4a, 0xc4, 0x7a, 0x9c, 0x60, 0x6f, 0xc0, 0x46, - 0xbd, 0x52, 0xb0, 0xc8, 0xa1, 0x6c, 0x00, 0x50, 0x45, 0xcf, 0xa9, 0x45, 0x94, 0x68, 0x1d, 0x87, - 0xc0, 0x91, 0x30, 0x90, 0x3e, 0x03, 0xa5, 0x39, 0x02, 0x0a, 0x0b, 0x23, 0x8b, 0x15, 0x25, 0x47, - 0x4a, 0x51, 0x80, 0x52, 0x30, 0x61, 0xac, 0x99, 0x23, 0x87, 0xba, 0x24, 0xe9, 0xba, 0x42, 0x37, - 0x1c, 0xc6, 0xb0, 0x8c, 0x62, 0x24, 0x70, 0xe2, 0xee, 0x22, 0xfc, 0xa7, 0x21, 0x08, 0x42, 0xa2, - 0x05, 0x12, 0x29, 0x34, 0x41, 0xf1, 0x80, 0x4c, 0x34, 0x9d, 0x1e, 0x07, 0x10, 0xd0, 0x87, 0x99, - 0x38, 0x74, 0x99, 0x8c, 0x17, 0xa8, 0xc4, 0xfb, 0x83, 0xd6, 0x99, 0x84, 0x8e, 0x1d, 0xb2, 0x56, - 0x28, 0x5e, 0x3b, 0x4c, 0xea, 0x1f, 0x82, 0xb6, 0x73, 0xe1, 0xc5, 0x30, 0x27, 0xc0, 0x47, 0x4d, - 0xb3, 0x8b, 0x6e, 0x32, 0x2e, 0xe8, 0xa6, 0xd8, 0x8b, 0x6f, 0xdf, 0xbd, 0x6b, 0x2a, 0xa9, 0xeb, - 0x70, 0x87, 0x1c, 0x61, 0xf5, 0xd2, 0xb6, 0x82, 0x76, 0x2d, 0x71, 0xe5, 0xb4, 0x78, 0x5f, 0x37, - 0x4a, 0xfe, 0xe8, 0x19, 0x6c, 0xbd, 0x85, 0x48, 0xd4, 0x77, 0x7c, 0xf9, 0x96, 0x94, 0x08, 0x22, - 0x89, 0x1b, 0x8a, 0x48, 0x45, 0x79, 0xe6, 0xd0, 0xcd, 0x31, 0x3d, 0x43, 0xf2, 0xa5, 0x31, 0x32, - 0x7f, 0x28, 0x0b, 0xae, 0x3b, 0x11, 0x33, 0x82, 0x47, 0x2d, 0x2a, 0x31, 0x47, 0x10, 0xae, 0x02, - 0x7c, 0x19, 0xdd, 0x1c, 0xea, 0x44, 0x1b, 0x22, 0xcf, 0x5b, 0x72, 0xd2, 0x9b, 0xd2, 0xa6, 0x35, - 0xc2, 0x30, 0x38, 0x5e, 0xb1, 0x2f, 0x4c, 0x6b, 0x42, 0xf2, 0x83, 0x5f, 0x69, 0x6c, 0x6a, 0x5d, - 0x01, 0x14, 0x8c, 0x5a, 0x02, 0x84, 0x59, 0x48, 0xf8, 0x52, 0x67, 0x5f, 0x41, 0x20, 0x59, 0xa5, - 0xae, 0x12, 0x6d, 0x95, 0x11, 0xcb, 0x07, 0xca, 0xaa, 0x58, 0x90, 0x0b, 0x68, 0x9b, 0x4a, 0xe3, - 0x08, 0x8c, 0x9c, 0xed, 0x99, 0x5c, 0x9d, 0xcd, 0xe7, 0xd5, 0x18, 0x1d, 0x96, 0x7a, 0x76, 0xa8, - 0xa1, 0x06, 0x46, 0x3b, 0x10, 0xd6, 0x67, 0xf9, 0x99, 0x0f, 0x02, 0x6d, 0x54, 0x31, 0xc5, 0x7d, - 0xa9, 0x40, 0x6c, 0x52, 0x81, 0xe3, 0x24, 0xa3, 0x66, 0x19, 0x5f, 0x31, 0xf4, 0x10, 0xfa, 0x61, - 0xaf, 0xb1, 0xd9, 0x19, 0xcf, 0xd7, 0x67, 0x79, 0xb7, 0x13, 0xa0, 0xa4, 0xbd, 0x80, 0xc8, 0x12, - 0x11, 0x32, 0x25, 0xbf, 0xdf, 0x5c, 0xc7, 0xa9, 0x03, 0x0b, 0x63, 0xfe, 0xa0, 0xde, 0xd8, 0x1a, - 0x36, 0x28, 0x19, 0x74, 0xde, 0x0f, 0x06, 0x12, 0xea, 0x3d, 0x2f, 0xd0, 0x23, 0xcb, 0x5a, 0xec, - 0x3d, 0xaa, 0x8e, 0xdc, 0xae, 0x51, 0xa4, 0xef, 0xa0, 0xf2, 0xfe, 0x59, 0xaf, 0x99, 0x1b, 0xdb, - 0xdf, 0xd3, 0x69, 0xf5, 0x83, 0x4e, 0x33, 0xa7, 0xf7, 0xbf, 0xbd, 0xcf, 0x44, 0x89, 0xff, 0xb3, - 0x7e, 0x53, 0xe7, 0xa3, 0xbf, 0xa7, 0xdb, 0x09, 0xe6, 0xc9, 0xa4, 0x12, 0x1b, 0x6b, 0xda, 0x19, - 0x68, 0x3d, 0xcc, 0x4a, 0x53, 0xd3, 0x23, 0x83, 0x26, 0x88, 0xb5, 0x2f, 0x35, 0x59, 0x0c, 0x77, - 0x3d, 0x70, 0x81, 0xfa, 0x0b, 0x48, 0xc0, 0x45, 0x0c, 0x1b, 0xc3, 0x26, 0x83, 0x64, 0x5d, 0x9d, - 0x02, 0xa4, 0xc0, 0x8b, 0xc4, 0xc3, 0xfa, 0xd5, 0xa9, 0xbf, 0x96, 0xc3, 0xe2, 0x09, 0xdc, 0x05, - 0x32, 0x7a, 0xab, 0xa3, 0x0c, 0xf8, 0xf2, 0xe5, 0x4e, 0x93, 0x7e, 0x82, 0x75, 0x0a, 0x14, 0x12, - 0xf4, 0x00, 0xa9, 0x6f, 0xa9, 0x3f, 0xe4, 0x9f, 0x5b, 0x2e, 0xfc, 0x81, 0x9e, 0x23, 0x97, 0x8d, - 0x3b, 0x5b, 0x73, 0x85, 0x4e, 0x4f, 0x64, 0x24, 0xd0, 0xbf, 0xff, 0x1b, 0xb6, 0x83, 0x20, 0x22, - 0x09, 0x25, 0x7e, 0x2d, 0x77, 0x9d, 0xc7, 0x3b, 0x44, 0xd9, 0x91, 0x1b, 0x10, 0x99, 0xa1, 0x8a, - 0xf9, 0xab, 0xde, 0x16, 0xbd, 0x70, 0x62, 0x98, 0x94, 0xfb, 0xb9, 0x8d, 0x7f, 0x50, 0x36, 0x09, - 0xbb, 0xf1, 0x51, 0xce, 0x91, 0x60, 0xc5, 0x60, 0x95, 0x45, 0xa1, 0xfb, 0x47, 0xf6, 0xe7, 0xdc, - 0x67, 0xd0, 0xbf, 0x6a, 0x94, 0x27, 0xbf, 0xea, 0x8b, 0x11, 0x5f, 0xbc, 0x7b, 0x55, 0x60, 0x2c, - 0xa0, 0x0b, 0xaa, 0x10, 0x9b, 0xd3, 0x57, 0xb2, 0xfc, 0xcc, 0x3c, 0x44, 0x4e, 0x33, 0x9e, 0x2f, - 0xe0, 0xdb, 0xe7, 0xe7, 0x1e, 0x2b, 0x4f, 0x50, 0x2e, 0xc8, 0x99, 0x18, 0x57, 0x8b, 0x2e, 0x49, - 0x2a, 0x23, 0x26, 0x67, 0x4c, 0xec, 0xa3, 0x72, 0x9a, 0xfc, 0x93, 0x49, 0x94, 0xa0, 0x14, 0x39, - 0xd1, 0x49, 0x46, 0x0b, 0x80, 0xce, 0x4e, 0x06, 0xaf, 0x33, 0xb4, 0x2e, 0x93, 0x1e, 0x3d, 0x50, - 0x59, 0x07, 0x09, 0x83, 0xdb, 0x11, 0x48, 0x30, 0x67, 0x3a, 0x87, 0x8e, 0x14, 0x91, 0x64, 0xa9, - 0x43, 0x0d, 0x5a, 0xfc, 0x93, 0x49, 0x5c, 0xcb, 0x34, 0x03, 0xf4, 0x05, 0xdc, 0xb7, 0x50, 0x03, - 0xed, 0x11, 0x77, 0x08, 0xa8, 0xb5, 0x40, 0xa9, 0x63, 0x4e, 0x10, 0x1d, 0x6b, 0x0a, 0x2c, 0x50, - 0x40, 0x36, 0xd6, 0xc8, 0x19, 0x24, 0x7e, 0xa8, 0x92, 0x22, 0x79, 0x02, 0x3c, 0x6e, 0x05, 0xd0, - 0x64, 0xe0, 0x01, 0x6e, 0x2a, 0x46, 0xde, 0x22, 0xa1, 0x65, 0x3c, 0x1a, 0x50, 0xe7, 0xa6, 0xb8, - 0xf5, 0x2b, 0x30, 0x23, 0x5a, 0x5a, 0x17, 0x45, 0xb7, 0x68, 0x39, 0xcd, 0x57, 0xbf, 0x70, 0xf1, - 0xfd, 0x15, 0x03, 0x99, 0xdc, 0x5a, 0xec, 0x87, 0x95, 0x89, 0xa7, 0x1c, 0x75, 0x9e, 0x44, 0x30, - 0x21, 0x95, 0x60, 0x5b, 0xf4, 0x5d, 0x85, 0xbf, 0x85, 0x63, 0x76, 0x7d, 0xa3, 0xee, 0xda, 0xf9, - 0x0a, 0x39, 0xb2, 0x81, 0xca, 0xce, 0xdc, 0x53, 0x5e, 0xd4, 0xe4, 0x1c, 0x25, 0x8b, 0xa8, 0x93, - 0xb1, 0x7f, 0xd1, 0x8f, 0xd0, 0xd3, 0x6d, 0xae, 0x8b, 0x06, 0x7e, 0x08, 0x87, 0x4d, 0x68, 0xa9, - 0xa0, 0x18, 0xc0, 0xb7, 0x54, 0x56, 0x96, 0xe7, 0x5e, 0xdc, 0xae, 0x0e, 0xbb, 0x28, 0x80, 0x3a, - 0xba, 0xc6, 0x55, 0x10, 0x81, 0x8e, 0xae, 0x83, 0x1e, 0x10, 0x0e, 0x3e, 0xa5, 0xdf, 0x28, 0xf8, - 0x7c, 0x85, 0xc5, 0xd4, 0x40, 0xc0, 0x91, 0x41, 0x01, 0xed, 0x93, 0x0f, 0xd7, 0xe3, 0x01, 0xf7, - 0x61, 0x07, 0x6d, 0x62, 0x23, 0x40, 0x1c, 0x33, 0x53, 0xa9, 0xf9, 0x12, 0x29, 0xc8, 0x25, 0xdf, - 0xb7, 0xe4, 0xed, 0x04, 0x91, 0x66, 0x88, 0x38, 0xb2, 0xbe, 0x2e, 0xb3, 0xdf, 0xc4, 0x72, 0x37, - 0x0a, 0x34, 0xf5, 0xa2, 0xe0, 0xc0, 0xa6, 0x03, 0x50, 0x1e, 0xf1, 0x0c, 0x5d, 0x9e, 0x7f, 0xc1, - 0xe5, 0x82, 0xce, 0x8a, 0xa4, 0x67, 0x55, 0x46, 0x58, 0xd5, 0x90, 0x7c, 0xe1, 0x9b, 0xa0, 0x2f, - 0x1b, 0x89, 0x60, 0x99, 0x42, 0x86, 0x49, 0x59, 0x03, 0x27, 0x6a, 0x70, 0x92, 0x9a, 0x84, 0xca, - 0x37, 0xaf, 0x10, 0x92, 0xc9, 0xd1, 0x33, 0xc9, 0x3e, 0x9f, 0xe7, 0x85, 0xaa, 0xb2, 0xd9, 0xaa, - 0xa6, 0x91, 0x0a, 0x6b, 0x0b, 0x9b, 0x4c, 0x3c, 0x82, 0xdc, 0xf4, 0x90, 0x2c, 0x09, 0x99, 0x1f, - 0xff, 0x39, 0xca, 0xcb, 0x05, 0x79, 0x03, 0x7f, 0x7a, 0x3d, 0xf8, 0x5b, 0x90, 0xf1, 0xa5, 0xd0, - 0x6d, 0xc3, 0x4b, 0x41, 0x25, 0x2f, 0x95, 0x1e, 0x7e, 0xe9, 0x55, 0xc8, 0x4b, 0x4f, 0x21, 0x2f, - 0xbd, 0x52, 0x09, 0x5f, 0x7a, 0x15, 0x2c, 0x93, 0xcd, 0x67, 0xe1, 0x65, 0x77, 0xb3, 0xb2, 0xfb, - 0x33, 0x83, 0xfb, 0x2d, 0x4b, 0xf6, 0xb7, 0xfc, 0xc8, 0x8a, 0xe8, 0x40, 0x4d, 0x2e, 0x4f, 0xa5, - 0xde, 0x4d, 0xb8, 0xc5, 0x29, 0xee, 0x92, 0xe6, 0xb5, 0xd1, 0x52, 0x57, 0xaf, 0xd7, 0x71, 0x9c, - 0x96, 0x79, 0x0d, 0xae, 0x02, 0xa3, 0xa6, 0xd1, 0xc5, 0x9f, 0xe8, 0x5f, 0x62, 0x02, 0xaf, 0xe3, - 0x48, 0x82, 0x16, 0xef, 0x92, 0x0d, 0x1d, 0x2f, 0x91, 0xa5, 0x74, 0xd3, 0x94, 0xef, 0xbb, 0x81, - 0xb3, 0xb1, 0x4a, 0x5c, 0x64, 0x80, 0x15, 0xc0, 0x4b, 0xc8, 0x2f, 0x1a, 0xc5, 0x4e, 0xdb, 0x73, - 0x3d, 0x66, 0xb9, 0xe0, 0x0d, 0x68, 0x94, 0xf8, 0x06, 0xab, 0xe9, 0x9e, 0x93, 0x46, 0x39, 0x73, - 0x38, 0x09, 0xbe, 0x02, 0x49, 0x4c, 0xb7, 0x43, 0x6f, 0xe9, 0x49, 0x95, 0xf8, 0x06, 0xaf, 0xca, - 0x32, 0x80, 0x2c, 0x09, 0xf4, 0x25, 0x1e, 0x4e, 0xd0, 0x45, 0x6c, 0x88, 0xeb, 0xa5, 0x87, 0x50, - 0x3f, 0x16, 0xd3, 0xc2, 0xfa, 0x42, 0xc3, 0x71, 0x49, 0xf8, 0x73, 0x46, 0x4e, 0x4e, 0x88, 0xb9, - 0xdd, 0x90, 0x83, 0x96, 0x47, 0x67, 0x1e, 0xcd, 0x70, 0x6c, 0x1d, 0x1a, 0x6f, 0xab, 0xea, 0x40, - 0x55, 0xac, 0x4c, 0x56, 0xcd, 0xd7, 0x9c, 0xba, 0x93, 0x76, 0xcd, 0x7d, 0x6d, 0xaa, 0x76, 0x13, - 0xd9, 0x24, 0x63, 0xe5, 0xac, 0x8d, 0xd6, 0xc4, 0x96, 0xf4, 0xba, 0x78, 0x6e, 0xba, 0x02, 0xcc, - 0x88, 0x0e, 0x81, 0xd8, 0x15, 0x6b, 0xc6, 0x16, 0x14, 0xdc, 0xd6, 0xeb, 0x09, 0x03, 0xfe, 0x9f, - 0xa9, 0xc3, 0x4b, 0xd2, 0x07, 0x01, 0xdf, 0xe4, 0x6d, 0xb9, 0x9a, 0x4d, 0x82, 0x18, 0x24, 0x34, - 0xc4, 0xaa, 0x41, 0x1c, 0xdf, 0x48, 0xde, 0xa2, 0xfc, 0x2f, 0x62, 0xdf, 0x23, 0x16, 0x62, 0x28, - 0x08, 0x14, 0x8e, 0x99, 0x86, 0x0d, 0xd1, 0x63, 0xf7, 0x54, 0x76, 0x50, 0xd3, 0xa3, 0x24, 0x2e, - 0x24, 0xc8, 0x83, 0xdc, 0x1f, 0x30, 0x30, 0x3f, 0x41, 0x39, 0x8b, 0x4a, 0x7c, 0x90, 0x27, 0xe9, - 0xc0, 0xea, 0xb0, 0xad, 0xa4, 0xea, 0x9e, 0x61, 0x0d, 0xb2, 0x92, 0x4d, 0x4f, 0x5c, 0x5e, 0xaa, - 0xe1, 0x74, 0x5a, 0x83, 0x59, 0x17, 0x4f, 0x46, 0xa3, 0x81, 0xf2, 0x32, 0x12, 0x6b, 0x6a, 0x1a, - 0x54, 0xc3, 0x34, 0xd9, 0x31, 0x70, 0xee, 0x35, 0x77, 0x90, 0xc0, 0x63, 0xc3, 0x85, 0x34, 0xb1, - 0xa9, 0x42, 0xbe, 0x43, 0x13, 0x44, 0x2a, 0x42, 0x5f, 0x1d, 0x83, 0xa4, 0xe0, 0x03, 0x5d, 0x08, - 0xc6, 0xc0, 0xa7, 0xb0, 0xf0, 0x5c, 0x00, 0x11, 0xc2, 0x9c, 0xfb, 0xba, 0xee, 0x77, 0x72, 0x55, - 0x15, 0x72, 0xad, 0x7f, 0xcc, 0x94, 0x39, 0xf9, 0xc1, 0xed, 0xf5, 0xba, 0xb2, 0x2d, 0x8a, 0xd5, - 0x6f, 0xbe, 0x91, 0xcf, 0xd4, 0xf1, 0x80, 0x41, 0x3d, 0xb7, 0xf5, 0x7d, 0x60, 0x7b, 0xaa, 0xbb, - 0x77, 0x10, 0x25, 0xb8, 0xe2, 0x96, 0xdd, 0x71, 0xcc, 0xee, 0xd6, 0xc5, 0xeb, 0xfb, 0x16, 0xef, - 0x3b, 0xc3, 0x54, 0xa2, 0x83, 0x32, 0x23, 0xe0, 0x37, 0x5a, 0x69, 0xae, 0x58, 0x5a, 0xc7, 0xbd, - 0x1e, 0x77, 0xdb, 0x43, 0x80, 0xb8, 0xab, 0xb6, 0x47, 0x7d, 0x51, 0xfa, 0xb6, 0x54, 0x54, 0xe2, - 0x0f, 0x6f, 0x73, 0x9b, 0x54, 0xb3, 0xff, 0xfc, 0xd6, 0xc5, 0xa2, 0xff, 0xf9, 0xad, 0xfa, 0x2d, - 0x95, 0xc8, 0xe6, 0xca, 0x0c, 0xb0, 0xd8, 0x53, 0x80, 0x77, 0xc1, 0x22, 0x45, 0x76, 0x91, 0x92, - 0xa9, 0x6f, 0x44, 0x42, 0x8a, 0xae, 0x1f, 0xe1, 0x22, 0xa0, 0xed, 0x55, 0x49, 0x08, 0x4c, 0xc8, - 0x1e, 0x5c, 0x3d, 0x14, 0x3a, 0x9a, 0xf4, 0x0d, 0xcd, 0xb1, 0xb4, 0x13, 0x7e, 0xd3, 0x77, 0x46, - 0x9a, 0x8e, 0x9b, 0xf7, 0xe9, 0xb1, 0xd6, 0x4d, 0x46, 0xbe, 0xb5, 0xb4, 0x3e, 0x08, 0xb0, 0xe4, - 0x50, 0x07, 0x8a, 0x9a, 0x98, 0x6b, 0xa2, 0xf5, 0xb4, 0xb4, 0x43, 0xd2, 0x53, 0xe2, 0x3f, 0x05, - 0xe2, 0xd9, 0x4a, 0xd2, 0x6c, 0xc7, 0xd1, 0x24, 0x51, 0xe8, 0xee, 0x0c, 0x81, 0x6d, 0x44, 0xe0, - 0xdc, 0x5a, 0x68, 0xcc, 0x06, 0x25, 0x3b, 0x6c, 0xd8, 0x4e, 0x8f, 0x48, 0x7a, 0x32, 0x9a, 0x1d, - 0x83, 0x47, 0x09, 0x38, 0x81, 0x60, 0x3a, 0x01, 0xc8, 0x97, 0x1d, 0x0f, 0xa0, 0x9a, 0xb6, 0x1c, - 0x5b, 0x19, 0x6e, 0x87, 0x73, 0x5e, 0xb6, 0xae, 0x1b, 0x67, 0xa2, 0x94, 0x60, 0x5f, 0x33, 0x59, - 0x39, 0x57, 0x48, 0x72, 0x73, 0x8e, 0x81, 0x58, 0xec, 0xfa, 0x1e, 0xf0, 0xf9, 0x21, 0x4e, 0x39, - 0x81, 0x9d, 0xa3, 0x10, 0x25, 0x3d, 0xda, 0x96, 0x06, 0x10, 0x22, 0x2c, 0x53, 0xc2, 0xfe, 0x65, - 0x0b, 0xbb, 0x4f, 0xa6, 0x6d, 0xcf, 0x72, 0xa2, 0xd9, 0xce, 0x1a, 0x4d, 0x01, 0x38, 0x07, 0x9e, - 0x00, 0xc2, 0x6c, 0x43, 0xa5, 0xb3, 0xd0, 0x29, 0x4d, 0x57, 0x9d, 0x37, 0x07, 0x96, 0x3a, 0xcc, - 0x00, 0xfc, 0x6d, 0x04, 0x7a, 0x0c, 0x62, 0x0f, 0x1e, 0xdd, 0x14, 0x36, 0x11, 0x91, 0xc9, 0x4d, - 0x60, 0x58, 0xa9, 0xff, 0x45, 0x33, 0x66, 0x68, 0x26, 0x98, 0xcc, 0xff, 0x5c, 0xc4, 0xed, 0x9e, - 0x31, 0xd6, 0x6c, 0xd3, 0x18, 0x92, 0xe6, 0xab, 0x69, 0x3c, 0x37, 0x4e, 0xac, 0xf1, 0xe8, 0xfd, - 0x60, 0xab, 0xf0, 0x48, 0x86, 0x48, 0x9f, 0x68, 0x16, 0xfa, 0x1b, 0x93, 0xd2, 0x40, 0xcc, 0x64, - 0x26, 0xfd, 0xa2, 0x56, 0x8f, 0x97, 0x71, 0x78, 0x2d, 0x23, 0x52, 0x26, 0x11, 0x1a, 0xd1, 0x6a, - 0x13, 0x64, 0x59, 0xe2, 0x05, 0x1e, 0x09, 0x61, 0x92, 0xa4, 0x5e, 0x2a, 0x9e, 0xbf, 0xb1, 0x67, - 0x6e, 0x62, 0x25, 0x5b, 0x1a, 0xee, 0x81, 0xf5, 0x6b, 0xae, 0xe7, 0x37, 0xc9, 0x42, 0xa8, 0xf0, - 0x8e, 0x0b, 0x1e, 0x6f, 0xf5, 0x4e, 0x3a, 0xf3, 0xfc, 0x95, 0x08, 0xb3, 0x4e, 0xdd, 0x5b, 0xa2, - 0x7d, 0x81, 0x18, 0x4f, 0x20, 0x25, 0xf8, 0xf3, 0x2e, 0xe1, 0x43, 0x2e, 0xec, 0x6c, 0x0b, 0x4a, - 0x1b, 0x7d, 0x26, 0x2e, 0x7b, 0x99, 0x53, 0x29, 0x02, 0x53, 0x0f, 0x04, 0x64, 0x23, 0x0d, 0x33, - 0xa1, 0x46, 0x76, 0x5d, 0x03, 0x20, 0x44, 0xcc, 0xe1, 0x60, 0xea, 0x29, 0x20, 0x2c, 0x7d, 0x0b, - 0x01, 0xe3, 0x27, 0x84, 0xaf, 0x27, 0x09, 0x24, 0x85, 0x9a, 0x5b, 0x01, 0x3e, 0xe8, 0xac, 0x49, - 0xc9, 0xac, 0x7f, 0xf9, 0xa2, 0xe0, 0xd6, 0x45, 0xfc, 0x3e, 0x93, 0xaf, 0x9b, 0xfc, 0xfe, 0x8d, - 0x0e, 0xf3, 0xfa, 0xfa, 0x3a, 0xef, 0xbb, 0x0a, 0x9f, 0xd1, 0x6b, 0xe7, 0x17, 0x1f, 0x32, 0x02, - 0x64, 0x50, 0x7d, 0x1e, 0x1c, 0xcd, 0x6f, 0x63, 0xa4, 0x44, 0xb4, 0x8b, 0x2d, 0x91, 0x2e, 0x61, - 0x8d, 0x11, 0xfe, 0x31, 0x33, 0xd2, 0xa6, 0xb1, 0x8d, 0x7b, 0xa0, 0x22, 0x55, 0xc5, 0x7c, 0x89, - 0x50, 0x9f, 0x43, 0x86, 0xb0, 0x80, 0x0d, 0x7d, 0xb9, 0x9c, 0xd8, 0x09, 0xfc, 0x96, 0x0c, 0x33, - 0x12, 0x5a, 0xcf, 0x8a, 0xf0, 0x3a, 0xd4, 0x3e, 0xc7, 0xc5, 0x3a, 0xa2, 0x55, 0x90, 0x5b, 0x01, - 0x56, 0x06, 0xd9, 0x81, 0x3a, 0xd1, 0xdd, 0x9b, 0xd6, 0xf9, 0x27, 0xf1, 0x8e, 0x96, 0x5c, 0x7b, - 0x84, 0x3d, 0x86, 0x5a, 0xa1, 0xa7, 0x19, 0xaf, 0x55, 0x1f, 0x06, 0x3f, 0x22, 0x9d, 0x0b, 0x84, - 0x75, 0x26, 0x19, 0xdb, 0x75, 0x83, 0xae, 0x62, 0x52, 0x87, 0x3c, 0x99, 0x96, 0xd4, 0xf5, 0x92, - 0x1e, 0x25, 0x8b, 0xa5, 0x3d, 0x4a, 0x7d, 0x18, 0x25, 0x1a, 0x4d, 0x25, 0x14, 0x43, 0x05, 0xc8, - 0x9f, 0xc6, 0xfc, 0xbb, 0x46, 0xfb, 0x2c, 0xc8, 0xa3, 0xa8, 0xb0, 0x9c, 0xe1, 0x8a, 0x25, 0x76, - 0x35, 0x9b, 0x9a, 0xde, 0xc5, 0xf9, 0x92, 0x40, 0x80, 0x1c, 0x0a, 0x01, 0x4e, 0x04, 0x65, 0x00, - 0xd0, 0xc3, 0x17, 0xf6, 0x16, 0x32, 0x6c, 0x8b, 0x2c, 0x38, 0x0a, 0x19, 0xe4, 0xad, 0x0f, 0xe2, - 0x02, 0x7a, 0xc1, 0x51, 0x7e, 0x49, 0xa3, 0x0f, 0x9a, 0x7e, 0xa6, 0xa1, 0xa8, 0xfd, 0x71, 0x1b, - 0x87, 0xd1, 0x6b, 0xac, 0xce, 0x34, 0xbe, 0x85, 0x43, 0xed, 0xaf, 0x36, 0xb0, 0x87, 0x92, 0xd5, - 0x98, 0x88, 0x2f, 0xce, 0x19, 0xcc, 0xa5, 0xde, 0xe7, 0x70, 0xfd, 0x09, 0xac, 0x3e, 0x2e, 0x22, - 0xf5, 0x31, 0x84, 0xd5, 0xc7, 0xbf, 0xda, 0xe6, 0xf1, 0xdf, 0x85, 0xd4, 0xc7, 0x05, 0xa4, 0x86, - 0x5a, 0x38, 0xfc, 0xab, 0x2d, 0xa4, 0xdc, 0x6a, 0x10, 0x66, 0x2e, 0xa4, 0x46, 0xc5, 0xc2, 0xe3, - 0xbc, 0x24, 0x0a, 0x25, 0x3c, 0xd7, 0x45, 0x96, 0xe0, 0x99, 0x8d, 0xf0, 0xd2, 0x7a, 0x16, 0x15, - 0x68, 0x8f, 0xb0, 0x2f, 0x21, 0xbb, 0x2b, 0xec, 0x3f, 0x70, 0x06, 0x7a, 0x7e, 0xaa, 0xa9, 0xfa, - 0x86, 0x05, 0x95, 0xd3, 0x5d, 0xa7, 0x70, 0x6a, 0xa8, 0x52, 0x2b, 0x9b, 0x8b, 0x76, 0x14, 0x92, - 0x3c, 0x2e, 0x44, 0x01, 0x0b, 0xdf, 0x59, 0x38, 0xaa, 0xe0, 0xb6, 0xac, 0x7f, 0xcc, 0x80, 0x6d, - 0x02, 0x16, 0x20, 0xef, 0x36, 0xee, 0x09, 0xd3, 0x43, 0x92, 0x14, 0x13, 0x97, 0x20, 0x00, 0xe8, - 0xce, 0xf7, 0x0c, 0x2d, 0xb4, 0x04, 0x46, 0x16, 0x61, 0x64, 0x97, 0xc2, 0xd8, 0x51, 0xec, 0x0f, - 0x00, 0xe4, 0x10, 0x40, 0x6e, 0x29, 0x80, 0x86, 0xdd, 0xf9, 0x00, 0x40, 0x1e, 0x01, 0xe4, 0x97, - 0x02, 0x68, 0x92, 0x43, 0xc3, 0x11, 0x18, 0x30, 0x98, 0x24, 0xd3, 0x22, 0xef, 0xfa, 0x25, 0x0d, - 0xd9, 0x90, 0x92, 0x01, 0x74, 0x0c, 0xc4, 0xb1, 0xa3, 0x0d, 0x63, 0xc7, 0xaf, 0x85, 0x92, 0x86, - 0x00, 0x5f, 0xff, 0xbd, 0xc1, 0xa3, 0xf0, 0xc3, 0x0c, 0xbd, 0xa5, 0x0d, 0x3f, 0x3b, 0x78, 0x58, - 0x7c, 0x11, 0xf1, 0xaa, 0x02, 0xd2, 0x82, 0xf1, 0xe9, 0xd1, 0x8b, 0x05, 0x72, 0xaf, 0xde, 0x6b, - 0xba, 0x7e, 0x6d, 0x76, 0x5e, 0x1e, 0xcd, 0xd1, 0xa7, 0xc7, 0x31, 0x16, 0xd4, 0x6d, 0x56, 0xfe, - 0xaf, 0xfc, 0xa7, 0x47, 0x72, 0x09, 0x88, 0xc2, 0x02, 0x88, 0x15, 0x03, 0x59, 0x8b, 0x5a, 0xc5, - 0x00, 0xdb, 0xc4, 0xae, 0x03, 0x95, 0xe8, 0xb8, 0x75, 0x33, 0x44, 0x19, 0x42, 0xed, 0x6f, 0x8b, - 0xa1, 0x6a, 0xe0, 0xab, 0xb9, 0x1d, 0x08, 0x16, 0x0b, 0xeb, 0x3d, 0x1d, 0x8f, 0x38, 0xde, 0x44, - 0x23, 0x41, 0x7b, 0xd2, 0xc4, 0x47, 0x8c, 0xc9, 0x61, 0x41, 0x59, 0xfc, 0x31, 0x47, 0x21, 0x88, - 0xe7, 0x4c, 0x90, 0x12, 0x61, 0x4d, 0x14, 0xf2, 0x07, 0xe1, 0x6a, 0xc9, 0xda, 0xcb, 0xe2, 0x76, - 0xad, 0x30, 0x9a, 0xd9, 0xef, 0xa1, 0xd6, 0x90, 0xf7, 0xc0, 0x64, 0x86, 0xee, 0x68, 0x44, 0xf6, - 0x84, 0x5f, 0xe6, 0x2a, 0x99, 0x48, 0xd6, 0x82, 0xc0, 0xb4, 0xa4, 0x99, 0x35, 0x22, 0xdd, 0x60, - 0x53, 0xa1, 0xf4, 0xb6, 0xc3, 0x2c, 0x1d, 0xf4, 0x17, 0xc0, 0x82, 0x34, 0x06, 0x78, 0x2c, 0x64, - 0xf1, 0x24, 0x13, 0x46, 0x17, 0xc4, 0x9f, 0x7c, 0xae, 0x28, 0xce, 0x63, 0xed, 0x6e, 0x50, 0x60, - 0xc1, 0x56, 0x89, 0x18, 0xd9, 0x9b, 0x86, 0xa6, 0x01, 0xd6, 0x66, 0x6c, 0xc3, 0xbf, 0xaa, 0x17, - 0x76, 0x0c, 0x64, 0x75, 0x7d, 0x1e, 0x2f, 0xc1, 0x2d, 0x1a, 0x20, 0x59, 0x6f, 0x97, 0x9b, 0x20, - 0xf5, 0xa8, 0xf9, 0x31, 0x90, 0x65, 0x3e, 0x6f, 0x82, 0xd4, 0x63, 0xcd, 0x8f, 0x7a, 0x9c, 0xe9, - 0xf1, 0x1f, 0xb3, 0xe8, 0x59, 0x2b, 0x8d, 0x29, 0x5a, 0x51, 0xec, 0x68, 0x46, 0xa8, 0x0b, 0xf0, - 0x1a, 0x43, 0x69, 0xa1, 0xdb, 0x1f, 0x2c, 0x77, 0xea, 0x0a, 0xbe, 0xbc, 0xc8, 0x95, 0x75, 0x63, - 0x6f, 0x7e, 0x08, 0x2e, 0x7e, 0xc8, 0xe7, 0x78, 0x39, 0x90, 0xa1, 0x1b, 0xa7, 0x41, 0x28, 0xf8, - 0x17, 0xb9, 0x45, 0x42, 0xc0, 0x41, 0x4b, 0xa7, 0xd3, 0x22, 0x93, 0x13, 0xa9, 0x91, 0xc1, 0x47, - 0x12, 0xe8, 0x18, 0x24, 0xbc, 0x9a, 0xeb, 0x35, 0xd6, 0xf5, 0xf9, 0xa4, 0xdb, 0xdd, 0x62, 0xb2, - 0x5c, 0x0b, 0x65, 0x41, 0xe1, 0x01, 0xf7, 0xf3, 0xc9, 0xd3, 0xe9, 0xde, 0xae, 0x48, 0x7d, 0x87, - 0xa2, 0x59, 0x79, 0x5c, 0x41, 0x5b, 0xb7, 0xc5, 0x7b, 0x34, 0x43, 0x90, 0x82, 0xa6, 0x85, 0x10, - 0x16, 0x32, 0xd0, 0x98, 0x27, 0xa0, 0xa7, 0x78, 0x99, 0x96, 0x03, 0x47, 0x99, 0xf2, 0xa2, 0xd7, - 0xc3, 0xf3, 0x0b, 0x5c, 0x06, 0x62, 0xb9, 0x88, 0x69, 0x3b, 0x43, 0x7b, 0x58, 0x2a, 0xc7, 0xae, - 0x86, 0x87, 0xc9, 0xf1, 0xe4, 0xeb, 0xd8, 0xa8, 0x70, 0xff, 0x98, 0xa1, 0x6d, 0x6d, 0x7b, 0x38, - 0xa9, 0x7a, 0x36, 0xbf, 0xe4, 0x46, 0x76, 0xce, 0x49, 0xe1, 0xf6, 0x7c, 0x41, 0x9a, 0x3f, 0x55, - 0x8d, 0x40, 0xce, 0xf7, 0x6f, 0xf5, 0x80, 0xea, 0xe8, 0xad, 0x1e, 0x8c, 0xce, 0x22, 0x3d, 0xfc, - 0x64, 0x6b, 0xd5, 0x3f, 0x6e, 0x6d, 0x22, 0x8a, 0x71, 0xbb, 0x2a, 0x27, 0xf9, 0x1e, 0x74, 0x96, - 0x66, 0xf9, 0x1b, 0xfa, 0xe5, 0xd9, 0xa7, 0x90, 0xec, 0x37, 0x14, 0x5d, 0xeb, 0x1b, 0x55, 0xe4, - 0x59, 0xb6, 0x5b, 0x13, 0xd9, 0xa0, 0x8e, 0x52, 0xc4, 0xfe, 0x25, 0xa6, 0x48, 0xf4, 0x82, 0xe5, - 0x68, 0xf0, 0xf4, 0x0a, 0xb2, 0xae, 0x2f, 0xf0, 0x7c, 0xb3, 0x17, 0x45, 0x0c, 0x37, 0x3f, 0xcc, - 0xde, 0xaa, 0xce, 0x6c, 0xc5, 0x91, 0x12, 0xab, 0x8c, 0xd9, 0xdc, 0xb6, 0x28, 0xd9, 0x3f, 0x7a, - 0xde, 0x74, 0xd0, 0xda, 0x05, 0x9c, 0x89, 0x87, 0xc4, 0x04, 0xe7, 0x51, 0xf1, 0x23, 0x5a, 0xa9, - 0xfc, 0xfc, 0x81, 0x89, 0xcd, 0x83, 0xf8, 0x89, 0xf1, 0xfe, 0x96, 0xd2, 0x53, 0xdf, 0x9c, 0xc7, - 0x95, 0x23, 0xfe, 0x2d, 0x95, 0x18, 0x0e, 0x36, 0xb2, 0x68, 0x11, 0xf3, 0x7a, 0xfc, 0x2d, 0xd5, - 0xc5, 0xb7, 0x98, 0xfe, 0x12, 0x80, 0x4b, 0x46, 0x8f, 0x7d, 0xdb, 0x0a, 0x9a, 0xfc, 0xc9, 0x06, - 0xaa, 0x9f, 0x69, 0xe0, 0x02, 0xb6, 0xba, 0x55, 0xb4, 0xdd, 0xf2, 0x8d, 0x4e, 0x58, 0x2b, 0x72, - 0xfd, 0x9b, 0x9d, 0x59, 0x45, 0x85, 0xdf, 0x52, 0x63, 0x8f, 0x02, 0x7b, 0xf0, 0xe0, 0x0f, 0x94, - 0xe8, 0x71, 0xf9, 0x08, 0x5b, 0x39, 0xc0, 0xe8, 0x4d, 0x9a, 0xd1, 0x8f, 0xcc, 0xdf, 0x16, 0x7a, - 0xc6, 0x2f, 0xa4, 0xfe, 0xe7, 0x34, 0xdf, 0xf9, 0xb2, 0xb1, 0xd1, 0xc0, 0xb3, 0x19, 0x1b, 0x1b, - 0xf0, 0xa6, 0xfe, 0x6d, 0x7c, 0xab, 0x6f, 0x5b, 0xb1, 0x88, 0xcf, 0xf2, 0x16, 0x04, 0x6e, 0x12, - 0x40, 0xfe, 0xff, 0xb1, 0xac, 0xca, 0xb1, 0x3a, 0x2b, 0x29, 0x23, 0xda, 0x40, 0xc8, 0xff, 0x77, - 0x35, 0xf0, 0x13, 0x46, 0x6a, 0x6a, 0x92, 0xf1, 0x01, 0x44, 0xa4, 0x06, 0xff, 0x1e, 0x24, 0x3f, - 0x2c, 0x2a, 0x15, 0x2c, 0x63, 0x6f, 0x45, 0x8a, 0x1d, 0xd2, 0x8c, 0x6f, 0xcb, 0x0f, 0x6b, 0x1c, - 0x03, 0xa1, 0x1d, 0x56, 0x2d, 0x80, 0xce, 0x43, 0x06, 0x1a, 0x7f, 0xa9, 0xeb, 0xcf, 0x83, 0xf7, - 0xf5, 0x75, 0x6b, 0xa3, 0xbb, 0x95, 0x5d, 0x5f, 0xef, 0x6c, 0xd8, 0x5b, 0xd9, 0xed, 0x81, 0x4f, - 0x9b, 0x68, 0x32, 0x6e, 0x8c, 0xba, 0x9a, 0x79, 0xad, 0x52, 0xff, 0xff, 0xf5, 0xf5, 0x48, 0x02, - 0xb1, 0x8b, 0x89, 0xd5, 0x21, 0xa3, 0xe5, 0x15, 0x1a, 0x7b, 0xa8, 0x55, 0x6d, 0x77, 0xe8, 0xe9, - 0x35, 0xac, 0x45, 0x24, 0xce, 0xaa, 0x65, 0x12, 0xab, 0x3d, 0xd5, 0xed, 0x59, 0x7c, 0x29, 0xd6, - 0x94, 0x4f, 0x48, 0xd4, 0x0c, 0x92, 0x6b, 0x01, 0x88, 0xa1, 0xc6, 0x3c, 0x26, 0x98, 0x78, 0xcd, - 0xd6, 0x2e, 0x1c, 0x98, 0x1b, 0x2b, 0x81, 0x2e, 0xfb, 0xc4, 0xbc, 0x02, 0x6c, 0x94, 0xc9, 0xdb, - 0xf8, 0xd5, 0x48, 0xbb, 0x56, 0x48, 0xe4, 0xae, 0xc6, 0x58, 0x5d, 0x58, 0x6b, 0x3e, 0x96, 0xc2, - 0x43, 0x62, 0x78, 0x68, 0x94, 0xba, 0x6a, 0x60, 0xec, 0x5b, 0x4e, 0x4c, 0xac, 0x67, 0x36, 0x95, - 0x27, 0xfd, 0xeb, 0x21, 0x2d, 0x50, 0xec, 0x58, 0x2c, 0x2a, 0x3c, 0x21, 0xc2, 0x6d, 0x8c, 0x58, - 0x9f, 0xa2, 0xb9, 0xd0, 0x35, 0x62, 0x41, 0x3c, 0xac, 0x4f, 0xb6, 0xa6, 0x1b, 0x6a, 0xcd, 0x2e, - 0xf1, 0xce, 0xe0, 0xda, 0xd0, 0xe5, 0xb5, 0x98, 0x0f, 0xda, 0x20, 0xe7, 0x37, 0x63, 0xda, 0x10, - 0xb5, 0x20, 0xc6, 0x0b, 0xc9, 0x30, 0x34, 0xda, 0x3c, 0xd8, 0x7f, 0x9f, 0x7b, 0x26, 0xe3, 0x98, - 0xad, 0x77, 0xde, 0xec, 0xbc, 0x55, 0xa7, 0x7b, 0xa6, 0xdb, 0x09, 0xaf, 0x00, 0x89, 0xd3, 0xca, - 0x17, 0xf8, 0xb6, 0x18, 0xb9, 0x6f, 0xaa, 0x0d, 0x47, 0x43, 0x81, 0x72, 0x19, 0x34, 0xe9, 0x7b, - 0xe1, 0x82, 0x31, 0x84, 0x19, 0x0c, 0x7d, 0x37, 0xcd, 0x06, 0xfd, 0x1b, 0x1f, 0x00, 0x4b, 0x4e, - 0x56, 0xfd, 0xb7, 0xf5, 0xf5, 0x04, 0x7f, 0x7c, 0x8a, 0x0f, 0x93, 0x15, 0x1c, 0xd0, 0xd1, 0xd1, - 0x73, 0xf6, 0x7b, 0x1d, 0xf1, 0x57, 0xd3, 0x53, 0xa9, 0x64, 0xc0, 0xa1, 0x74, 0xff, 0x04, 0x0c, - 0x31, 0xe4, 0x12, 0x1f, 0xf3, 0xc0, 0x32, 0xfc, 0x2b, 0xc9, 0x0e, 0x52, 0x21, 0xad, 0xa0, 0xc9, - 0x9c, 0xed, 0x4a, 0x33, 0xf3, 0xac, 0x77, 0xd8, 0x84, 0x2f, 0x05, 0x9a, 0xd5, 0xaf, 0xa4, 0x17, - 0x09, 0xda, 0xdb, 0xcd, 0x85, 0x44, 0x3c, 0x12, 0xe9, 0xa7, 0x93, 0xc6, 0x79, 0x56, 0xfe, 0xef, - 0x39, 0xcf, 0x8d, 0x13, 0x69, 0x00, 0x6a, 0x81, 0x56, 0xc6, 0x57, 0x94, 0x94, 0xbe, 0x10, 0x8e, - 0xf2, 0x85, 0xef, 0x7d, 0x74, 0xe5, 0xf5, 0xf7, 0x0a, 0xb8, 0x56, 0x41, 0xd6, 0xb9, 0xe3, 0x39, - 0xe9, 0x27, 0x61, 0x69, 0x4e, 0x2d, 0xcb, 0xa5, 0xfa, 0xb9, 0xbe, 0x7b, 0x82, 0x28, 0xd7, 0x3a, - 0x7b, 0x49, 0xeb, 0x34, 0x03, 0x43, 0x99, 0x88, 0x01, 0xb2, 0x68, 0xec, 0xe8, 0x68, 0x3e, 0xaf, - 0xc7, 0xc0, 0x07, 0xc3, 0x01, 0x36, 0x16, 0x37, 0x58, 0x7c, 0x5f, 0x3e, 0xe6, 0x5a, 0x46, 0x7c, - 0xff, 0x24, 0xb2, 0xcd, 0xa2, 0x7a, 0x2e, 0x70, 0xfe, 0x66, 0x10, 0x3a, 0x46, 0xbb, 0xdf, 0x55, - 0xe6, 0x75, 0x56, 0x73, 0x61, 0x84, 0xd5, 0x1f, 0xee, 0xcf, 0xfa, 0x4c, 0xeb, 0x56, 0xf1, 0x01, - 0x77, 0x86, 0x51, 0x97, 0xa2, 0x2f, 0xd9, 0x9f, 0x73, 0x84, 0xc1, 0xbb, 0xa1, 0x11, 0x27, 0x0a, - 0x72, 0xf8, 0x54, 0x57, 0x31, 0xaa, 0x8c, 0x62, 0xab, 0x09, 0x97, 0x24, 0x26, 0x71, 0x1b, 0xd8, - 0xf3, 0xb1, 0x43, 0x78, 0x32, 0x85, 0x24, 0xb6, 0xf0, 0xcc, 0xa3, 0x38, 0x0f, 0x1a, 0x41, 0x0e, - 0x81, 0xb1, 0xa3, 0xd8, 0x6a, 0x1d, 0xcf, 0xd8, 0x4a, 0x06, 0xfc, 0x60, 0x6e, 0xdc, 0xf4, 0xc2, - 0xcd, 0x74, 0x91, 0x1e, 0xbf, 0x26, 0x95, 0x69, 0x46, 0x57, 0x9d, 0x5e, 0xf4, 0x12, 0xe2, 0x75, - 0xeb, 0x6e, 0x57, 0x4c, 0x7e, 0x97, 0x89, 0x97, 0x54, 0xf8, 0x50, 0x26, 0xf5, 0xdf, 0x43, 0xc7, - 0x5a, 0xea, 0xeb, 0xc7, 0xbc, 0xea, 0xb0, 0x12, 0x3c, 0x64, 0x4d, 0x53, 0xd1, 0xc3, 0x9e, 0x7e, - 0xd8, 0x16, 0x6b, 0xb5, 0x2f, 0xb5, 0x2c, 0xf0, 0x52, 0xff, 0x4b, 0x8d, 0xa2, 0x07, 0xf7, 0xa2, - 0xf5, 0xed, 0x1f, 0x3f, 0xab, 0x3a, 0xac, 0xd5, 0xba, 0x86, 0xde, 0x82, 0xe4, 0x90, 0xb8, 0xcb, - 0x4a, 0x7e, 0xcf, 0xff, 0xfe, 0x4d, 0xf6, 0xab, 0x89, 0x57, 0x1c, 0xe4, 0xc3, 0x5f, 0x2f, 0xab, - 0x44, 0x4e, 0x6b, 0x79, 0x1e, 0x7d, 0xeb, 0xeb, 0x22, 0x86, 0xdf, 0xc1, 0xdd, 0x76, 0x12, 0x5d, - 0xc7, 0x8b, 0x71, 0x84, 0x09, 0x49, 0xe6, 0x01, 0x1e, 0x5c, 0x52, 0xe5, 0x6d, 0x3b, 0xf9, 0x15, - 0x15, 0xfc, 0x8a, 0xf2, 0xac, 0xa2, 0x7c, 0xa8, 0x22, 0xc0, 0x81, 0x12, 0x78, 0x0f, 0x86, 0x76, - 0xfb, 0x94, 0xa4, 0x08, 0x7d, 0x23, 0x7e, 0xc1, 0xa3, 0x36, 0xf5, 0xc2, 0x49, 0xc8, 0x52, 0x2e, - 0xa8, 0x94, 0xde, 0x3a, 0x95, 0x94, 0xc4, 0xdc, 0xca, 0x6c, 0xf4, 0xee, 0x27, 0xc8, 0x36, 0x36, - 0x57, 0x66, 0x23, 0x17, 0x30, 0x41, 0xb6, 0x9e, 0xfd, 0x41, 0xb6, 0x22, 0x64, 0x9b, 0xbb, 0xa9, - 0x7a, 0x1f, 0x0f, 0x18, 0x22, 0x5f, 0xd1, 0x1c, 0xe2, 0x37, 0x74, 0xe8, 0x0e, 0xf5, 0x04, 0x5e, - 0x74, 0x27, 0xa9, 0x92, 0x21, 0xe1, 0xaa, 0xb8, 0xff, 0x00, 0x9d, 0x24, 0x3b, 0xb9, 0x94, 0xab, - 0x7a, 0x97, 0xc8, 0xf1, 0x4c, 0x35, 0xc6, 0xe3, 0xcf, 0x77, 0xe6, 0xa5, 0x7e, 0xbf, 0xbe, 0x0b, - 0x28, 0x7b, 0x0b, 0x39, 0x54, 0x66, 0x7f, 0x46, 0xe9, 0x98, 0x78, 0xdc, 0xb1, 0xbc, 0x1e, 0x25, - 0xff, 0x90, 0x25, 0x91, 0xd9, 0x9e, 0xc4, 0x9f, 0xde, 0xe1, 0x66, 0xa0, 0x4f, 0x7f, 0x46, 0x21, - 0xc2, 0x49, 0x11, 0x74, 0xb3, 0x8c, 0xef, 0x18, 0xf3, 0x68, 0x16, 0x25, 0x74, 0x93, 0x94, 0xb0, - 0x1a, 0xd2, 0xc7, 0x4b, 0x2f, 0xf9, 0x57, 0xf4, 0x8a, 0x36, 0x8b, 0x6c, 0x14, 0x31, 0x81, 0xfe, - 0x1f, 0x33, 0x80, 0x0a, 0x79, 0x2f, 0x21, 0xb1, 0xe9, 0x38, 0x09, 0xe2, 0x05, 0xea, 0xbb, 0x7f, - 0xfd, 0xf2, 0xfc, 0x21, 0xbd, 0xeb, 0x1a, 0xe3, 0x7d, 0x22, 0x6d, 0xb5, 0x6b, 0x2b, 0x13, 0x06, - 0x25, 0xe1, 0xcd, 0xbd, 0x98, 0xc3, 0xa5, 0xe2, 0x57, 0x06, 0x49, 0x48, 0x13, 0xa7, 0xc0, 0x64, - 0x8d, 0xf7, 0x4b, 0x15, 0xd4, 0x60, 0x63, 0x58, 0x05, 0x5a, 0x0d, 0x15, 0x4f, 0x88, 0x69, 0xbf, - 0xf1, 0xf4, 0x78, 0x37, 0x0b, 0x97, 0x54, 0x8f, 0x74, 0xc0, 0x0f, 0x55, 0xa5, 0x75, 0x93, 0xfc, - 0x9e, 0x71, 0x38, 0x1b, 0x75, 0xdb, 0xe4, 0x23, 0x3f, 0x06, 0x67, 0xe8, 0x82, 0x34, 0x9c, 0xba, - 0xe8, 0x34, 0xe9, 0x7a, 0xe7, 0x7d, 0x18, 0x0b, 0xad, 0x0a, 0x84, 0x5f, 0xd6, 0xb2, 0x75, 0x7f, - 0x4a, 0xa1, 0xab, 0x13, 0xe0, 0xbe, 0x4e, 0x46, 0x21, 0xcc, 0x3f, 0xc8, 0xd0, 0xb3, 0xef, 0xe8, - 0xdf, 0x06, 0x72, 0x7b, 0xd2, 0x3b, 0x8c, 0xc9, 0x3c, 0x36, 0x69, 0x97, 0xe5, 0x9a, 0xfa, 0xdd, - 0x83, 0x57, 0x53, 0x81, 0x7d, 0x92, 0x73, 0xdf, 0xb8, 0xf3, 0xec, 0x7a, 0x4c, 0x44, 0x91, 0x4c, - 0x49, 0x93, 0x6c, 0x58, 0xb9, 0x6a, 0x0b, 0x7c, 0x4a, 0x4f, 0x26, 0xed, 0x3a, 0xe7, 0x1e, 0x80, - 0x6e, 0x9c, 0x19, 0xa8, 0xec, 0x5f, 0x78, 0xc6, 0x59, 0xa2, 0xae, 0x9c, 0x92, 0x59, 0xc7, 0x40, - 0x0f, 0x92, 0x56, 0xc7, 0x28, 0x0e, 0x35, 0xe2, 0xff, 0x06, 0x80, 0x44, 0x9c, 0x5c, 0x7a, 0x52, - 0xc1, 0xb6, 0x31, 0x17, 0x21, 0x72, 0xd3, 0x6f, 0x02, 0x77, 0xa7, 0x17, 0xd3, 0xb4, 0xc5, 0x34, - 0x02, 0x8a, 0x0d, 0x1d, 0x56, 0xb4, 0x91, 0x65, 0x8e, 0x4c, 0xf4, 0x9c, 0xaa, 0x43, 0x97, 0x5d, - 0x4d, 0xef, 0xda, 0xaa, 0x51, 0x53, 0xb8, 0xad, 0x74, 0x64, 0x9c, 0xde, 0x90, 0xd9, 0x58, 0x5d, - 0xfc, 0xa7, 0x3e, 0xd6, 0x1a, 0xff, 0xa9, 0x9d, 0x9c, 0x7f, 0x81, 0x91, 0xa8, 0xdb, 0x28, 0x84, - 0xf0, 0x08, 0x50, 0x33, 0x1e, 0x36, 0x09, 0x0a, 0xf0, 0x9c, 0x2a, 0x71, 0x54, 0x65, 0x21, 0xb8, - 0x14, 0x8c, 0xbe, 0x65, 0xe2, 0x1f, 0x6d, 0x9e, 0xc4, 0x68, 0x5f, 0xf3, 0x7f, 0xfe, 0x4a, 0xce, - 0xd9, 0x89, 0x40, 0xee, 0x66, 0x63, 0x61, 0xe9, 0xd5, 0xc6, 0x18, 0x66, 0xe2, 0xd9, 0xd4, 0xc8, - 0x51, 0xf2, 0xda, 0xaf, 0x30, 0xb1, 0x2d, 0x4e, 0x55, 0x72, 0xea, 0x10, 0x58, 0x10, 0x2e, 0x41, - 0x92, 0x12, 0x3a, 0x7e, 0x18, 0x99, 0xa2, 0x64, 0xd7, 0xc3, 0xc5, 0xdd, 0x01, 0x12, 0xd0, 0x97, - 0x59, 0x6b, 0xc8, 0x6e, 0x0d, 0x0a, 0xa9, 0x78, 0xf8, 0x10, 0x05, 0x7a, 0xce, 0xb7, 0x89, 0x7c, - 0x33, 0x2d, 0x17, 0x0d, 0x01, 0x0a, 0x28, 0xfc, 0xdf, 0xe6, 0xa6, 0xd1, 0xa4, 0x02, 0x2b, 0xa8, - 0x86, 0x73, 0x12, 0x70, 0x2c, 0x19, 0x67, 0xd7, 0x8f, 0xbf, 0xe1, 0x31, 0xde, 0x3a, 0x1e, 0x67, - 0x8e, 0x25, 0xe5, 0x39, 0x35, 0x14, 0x5b, 0x86, 0x2b, 0x2b, 0x3e, 0xab, 0x73, 0x31, 0xc6, 0xa0, - 0x4f, 0x4a, 0xc4, 0xa8, 0x12, 0x4b, 0x6f, 0x92, 0x5c, 0xd4, 0x46, 0xb8, 0xdb, 0x24, 0xe9, 0x2e, - 0x0b, 0x1e, 0xc5, 0xf4, 0x77, 0x4b, 0x38, 0xed, 0x24, 0x10, 0xb4, 0x03, 0x3d, 0x05, 0xc5, 0x43, - 0x4e, 0xae, 0xf6, 0xc7, 0xac, 0x8d, 0x1d, 0x42, 0xc6, 0xe0, 0x4c, 0x34, 0x76, 0x84, 0xac, 0x83, - 0x91, 0x2a, 0xf2, 0xb9, 0x2a, 0x9b, 0xfd, 0x7b, 0xad, 0xcb, 0x7c, 0x4e, 0xac, 0xd1, 0xd4, 0x7c, - 0x28, 0x75, 0xa3, 0xe5, 0x7f, 0x28, 0x44, 0x3e, 0xe4, 0xbd, 0x0f, 0xc5, 0xf0, 0x87, 0xa6, 0xf7, - 0xa1, 0xcc, 0x57, 0x50, 0xce, 0x95, 0x4a, 0x22, 0x23, 0x42, 0x71, 0x9b, 0x13, 0xc9, 0xda, 0x46, - 0xe8, 0xd0, 0x9f, 0x88, 0xa1, 0x33, 0xc8, 0x8a, 0x88, 0xe9, 0xdb, 0x20, 0xc9, 0x58, 0x55, 0xfa, - 0xbc, 0xb8, 0x72, 0xd1, 0xd0, 0xce, 0x24, 0x2c, 0x24, 0xe5, 0x3a, 0x40, 0x7f, 0x06, 0xfe, 0x41, - 0x81, 0x1c, 0x66, 0x3f, 0xc8, 0x58, 0x98, 0x23, 0xe9, 0x31, 0x63, 0x3c, 0x07, 0xe6, 0x25, 0xfe, - 0x81, 0x84, 0xe6, 0x81, 0x21, 0xac, 0x55, 0xa1, 0xa9, 0x46, 0xe0, 0x03, 0xf8, 0x2b, 0x2e, 0x9c, - 0xb1, 0x7f, 0x10, 0x40, 0x81, 0x0e, 0xcc, 0x43, 0x77, 0x8c, 0xb2, 0x10, 0x24, 0xec, 0x4c, 0xe5, - 0x37, 0x76, 0xca, 0x83, 0xe5, 0xfc, 0x46, 0xcf, 0x03, 0x50, 0xa4, 0x28, 0x49, 0xee, 0x4c, 0x80, - 0xf4, 0x0b, 0x92, 0xc9, 0x50, 0x2a, 0x24, 0x8c, 0x0a, 0x7c, 0x43, 0xcf, 0x40, 0x6d, 0x8b, 0x4c, - 0x2a, 0x05, 0x9d, 0xd8, 0xb6, 0xc5, 0xf3, 0x4c, 0x43, 0xac, 0x92, 0xe7, 0x39, 0xea, 0x67, 0xbf, - 0x60, 0x61, 0x4e, 0xa5, 0xe6, 0xd0, 0xbd, 0x6e, 0xe7, 0xbb, 0xbc, 0xed, 0x80, 0x48, 0x11, 0x8a, - 0xd8, 0x8e, 0xe7, 0xd4, 0x80, 0xf5, 0xa3, 0x41, 0xa2, 0x9b, 0x16, 0xab, 0x32, 0xf1, 0xc2, 0x49, - 0x60, 0xb6, 0x73, 0x53, 0x30, 0xf1, 0x40, 0x5d, 0x10, 0xbe, 0x5b, 0xe8, 0x21, 0xd3, 0x48, 0xa3, - 0x60, 0x87, 0x9b, 0x73, 0x81, 0x15, 0x83, 0xf3, 0xc8, 0x6a, 0x52, 0x67, 0x32, 0xbf, 0x50, 0x15, - 0xfd, 0xb2, 0x08, 0xbe, 0xe6, 0x34, 0xa7, 0x41, 0xb7, 0x47, 0x22, 0x5e, 0x58, 0x46, 0x68, 0x01, - 0x76, 0xc2, 0x07, 0x64, 0x58, 0xfc, 0xee, 0x4f, 0x9e, 0x8c, 0xa1, 0xf1, 0xcf, 0x3f, 0x73, 0x30, - 0xc6, 0x3f, 0xcb, 0x39, 0xd2, 0xbb, 0x24, 0x4c, 0x33, 0x56, 0x26, 0x60, 0x6d, 0x02, 0xae, 0xe4, - 0xf4, 0x58, 0x7d, 0xec, 0x89, 0x99, 0xb8, 0x0b, 0x1c, 0xa4, 0x30, 0x4d, 0x7a, 0x5e, 0x5a, 0x92, - 0xfa, 0xc1, 0x69, 0xa1, 0x85, 0xb8, 0x10, 0x44, 0x4f, 0xa4, 0xab, 0x38, 0x0d, 0x80, 0xa1, 0xb2, - 0x35, 0xba, 0xe6, 0xfb, 0x95, 0x29, 0x88, 0x63, 0xac, 0xe7, 0xb3, 0x7e, 0x69, 0x78, 0xfa, 0x02, - 0xa7, 0x03, 0x08, 0xd7, 0x4b, 0xe3, 0x5b, 0xba, 0xc4, 0xcb, 0xcd, 0x8b, 0xe2, 0x70, 0x87, 0x6c, - 0x8f, 0x44, 0x24, 0xec, 0x8b, 0x49, 0x6f, 0x76, 0xa9, 0xe9, 0x81, 0xe2, 0x34, 0x5c, 0x90, 0x52, - 0x81, 0x26, 0xe1, 0x2b, 0x28, 0xe4, 0x62, 0x12, 0x66, 0xa8, 0xe2, 0x25, 0x11, 0x4f, 0x66, 0xaa, - 0xdf, 0x55, 0x61, 0x21, 0xf5, 0x0e, 0xe5, 0xf3, 0x4e, 0x7d, 0xe4, 0x63, 0xc6, 0x49, 0xd6, 0x8c, - 0xef, 0xe4, 0x2c, 0x38, 0xcc, 0xa3, 0x1c, 0x95, 0x19, 0xf4, 0xc5, 0x80, 0x95, 0x15, 0x1a, 0xaf, - 0x92, 0xc6, 0x7a, 0x68, 0xf7, 0x93, 0x84, 0x80, 0xfe, 0xe9, 0x25, 0x74, 0x36, 0x4a, 0x2c, 0x25, - 0xf9, 0xab, 0xb6, 0x2c, 0x6a, 0x92, 0x3e, 0xa7, 0xfe, 0xbf, 0x21, 0xb4, 0x2d, 0xc3, 0xa0, 0x1f, - 0xe6, 0x88, 0x5e, 0x2f, 0x46, 0x11, 0x47, 0x3d, 0xd8, 0x38, 0xf9, 0x90, 0x29, 0xb0, 0x5c, 0x54, - 0x40, 0x2e, 0xd0, 0x07, 0x89, 0xea, 0x97, 0xa6, 0x01, 0xfc, 0xff, 0x6a, 0x95, 0x71, 0x51, 0x37, - 0xb8, 0xfb, 0xcf, 0x58, 0x3c, 0x89, 0x08, 0xe1, 0xa0, 0xb5, 0x81, 0x92, 0x4d, 0xa0, 0x72, 0xab, - 0xa8, 0x95, 0x2f, 0xc4, 0x50, 0x88, 0x7c, 0x67, 0xdd, 0x01, 0x75, 0x2d, 0x36, 0x47, 0xa0, 0xb1, - 0xa3, 0xbe, 0xb9, 0x68, 0x89, 0x97, 0xab, 0x2e, 0x51, 0xab, 0x34, 0xe7, 0x8c, 0x4a, 0xb8, 0xfa, - 0x92, 0x9a, 0x1e, 0x03, 0x40, 0xca, 0x92, 0xaa, 0x82, 0x2c, 0x35, 0xe3, 0x5f, 0x75, 0x25, 0xae, - 0x32, 0xe6, 0x69, 0x68, 0xd6, 0xf9, 0x82, 0x68, 0x93, 0xfc, 0x45, 0x83, 0x8f, 0x6d, 0xb8, 0x68, - 0x0c, 0x55, 0x36, 0xf4, 0xad, 0x6c, 0x72, 0x66, 0xae, 0xaf, 0x9b, 0x31, 0xa7, 0xa2, 0xa8, 0x8b, - 0x7b, 0x8d, 0x0b, 0x6a, 0xe6, 0x2b, 0x4a, 0x61, 0xd1, 0xfc, 0x17, 0x11, 0xcd, 0x7f, 0x70, 0xf2, - 0x49, 0x10, 0x97, 0x7c, 0x2e, 0xfe, 0xa4, 0x55, 0xba, 0xb4, 0xdb, 0xce, 0x12, 0xc1, 0x9e, 0x2c, - 0xe7, 0x8c, 0xbd, 0xdd, 0xa8, 0x53, 0x57, 0x32, 0x42, 0x4d, 0x27, 0x0e, 0x46, 0x00, 0xc8, 0x20, - 0xc1, 0xc6, 0x7c, 0xad, 0xfd, 0xff, 0xfb, 0x3f, 0xfe, 0x2f, 0x54, 0xda, 0xb7, 0x8d, 0xa5, 0xcd, - 0xaf, 0x1a, 0xf1, 0x9e, 0xfb, 0xa0, 0x1a, 0x10, 0xe1, 0xd7, 0x44, 0xd7, 0xf2, 0x25, 0xce, 0xfd, - 0x7c, 0x03, 0x5c, 0xeb, 0x57, 0xc8, 0x6e, 0x34, 0xa7, 0x73, 0x51, 0x64, 0x67, 0xf9, 0x93, 0xc4, - 0xa8, 0x60, 0x6c, 0x65, 0xb7, 0xf5, 0x3a, 0xc6, 0xba, 0x80, 0xc5, 0xd9, 0x11, 0xab, 0xe8, 0x76, - 0x42, 0x7c, 0xef, 0xc5, 0x2c, 0xd9, 0x95, 0x05, 0xda, 0x00, 0x5e, 0xf5, 0x25, 0xd4, 0xb3, 0xbe, - 0x6d, 0x79, 0xc4, 0xb7, 0x64, 0xbc, 0x49, 0x0e, 0x8f, 0x26, 0xcc, 0x25, 0x64, 0x63, 0x75, 0x02, - 0xa2, 0xc0, 0x75, 0x0e, 0x67, 0x63, 0x9d, 0x9d, 0x26, 0xd0, 0x28, 0x7f, 0xe9, 0xa8, 0xc0, 0x32, - 0x8d, 0x4c, 0x42, 0x49, 0x99, 0xa0, 0x7f, 0xb0, 0x20, 0xc8, 0x1a, 0x6a, 0x26, 0xca, 0x56, 0xf6, - 0xf7, 0x6f, 0x13, 0x34, 0x7d, 0x6c, 0x2c, 0xac, 0x5a, 0x42, 0x02, 0x65, 0x62, 0x61, 0xac, 0xd9, - 0xee, 0x48, 0xd1, 0x93, 0x20, 0x15, 0x87, 0xc8, 0x48, 0x0d, 0x87, 0x7d, 0xd0, 0xe7, 0xd1, 0x49, - 0x86, 0x07, 0x6d, 0xa8, 0x2e, 0x50, 0x53, 0xbd, 0x80, 0x3d, 0x78, 0x24, 0x47, 0x4c, 0x86, 0x55, - 0x5b, 0x35, 0x19, 0x1b, 0x0d, 0xc5, 0xf3, 0x55, 0x49, 0x72, 0xa5, 0xf1, 0x1c, 0xe1, 0x9f, 0x96, - 0x86, 0x11, 0x09, 0x85, 0xbf, 0xc7, 0x83, 0x90, 0xe1, 0xa8, 0x19, 0xa1, 0xcf, 0x73, 0x13, 0x08, - 0x0c, 0x98, 0xbf, 0x1b, 0x25, 0x87, 0x00, 0xa4, 0x94, 0x58, 0x56, 0xf6, 0x55, 0x6f, 0xff, 0x22, - 0x91, 0x96, 0x96, 0x17, 0x5e, 0x40, 0x13, 0x1e, 0xf1, 0x9c, 0xd1, 0x93, 0xe3, 0x44, 0x78, 0xb9, - 0x34, 0x27, 0xaa, 0xed, 0x1d, 0x35, 0x41, 0x76, 0x57, 0xc7, 0x1b, 0x06, 0xb6, 0xbd, 0xc0, 0x44, - 0x18, 0x28, 0x85, 0xcb, 0x7d, 0xae, 0x87, 0xb2, 0x1a, 0x7a, 0x63, 0x59, 0xce, 0xd6, 0x9b, 0xd1, - 0x09, 0xe5, 0xf5, 0x2e, 0x23, 0x08, 0x15, 0x40, 0x7e, 0xc9, 0x84, 0x08, 0x66, 0x8c, 0x6d, 0x05, - 0x17, 0x0a, 0xa0, 0x4a, 0xbc, 0x90, 0xbe, 0x3f, 0x4d, 0x2c, 0xda, 0x6d, 0x19, 0x0f, 0xde, 0xb1, - 0x35, 0x98, 0x64, 0xcb, 0xbe, 0xd2, 0x7b, 0x9b, 0x97, 0x7f, 0x0f, 0xee, 0x07, 0x5e, 0x9e, 0xa7, - 0x99, 0x5d, 0xf5, 0x31, 0xb7, 0xea, 0x63, 0x1e, 0x3f, 0x7a, 0xb1, 0xa9, 0x13, 0x4b, 0x72, 0x5d, - 0xaf, 0x80, 0x70, 0xb0, 0xe2, 0xdb, 0x0e, 0x39, 0xdc, 0x19, 0x04, 0x9e, 0x5e, 0x92, 0xed, 0x5e, - 0xf4, 0xac, 0xda, 0x13, 0xf4, 0x8e, 0x5e, 0xb0, 0xd2, 0x7a, 0x00, 0x22, 0x36, 0x5a, 0x56, 0xa4, - 0xad, 0xe8, 0x71, 0x25, 0x9a, 0xcd, 0x9b, 0x48, 0x7e, 0x2e, 0xf8, 0x33, 0x17, 0x73, 0x97, 0x9a, - 0x75, 0x06, 0xea, 0x74, 0xb2, 0x00, 0x45, 0xc5, 0x60, 0xc3, 0xb1, 0x95, 0xd2, 0x8b, 0x10, 0xe2, - 0xaa, 0x25, 0x78, 0x84, 0xc5, 0x9b, 0x64, 0x88, 0x2d, 0x3b, 0x58, 0xd6, 0x47, 0x1a, 0x1e, 0x7c, - 0x65, 0x59, 0xe7, 0xdf, 0x28, 0x3b, 0x5e, 0x51, 0x36, 0xb6, 0xc0, 0xcb, 0xea, 0xca, 0x62, 0x71, - 0x4c, 0x4b, 0xda, 0xfd, 0xf6, 0xca, 0xb2, 0x2a, 0x06, 0x3a, 0x8e, 0x2d, 0xf9, 0xda, 0x71, 0x36, - 0x26, 0x2b, 0xca, 0x91, 0x0b, 0x27, 0xa2, 0x25, 0xb9, 0x23, 0x8d, 0xec, 0x91, 0x84, 0x12, 0xb3, - 0x9d, 0xc4, 0x82, 0xcc, 0xb3, 0x30, 0x8f, 0xf9, 0xa0, 0x2f, 0xbe, 0x6d, 0x4f, 0x42, 0xa1, 0x39, - 0xb2, 0xb0, 0xd3, 0x60, 0x70, 0x54, 0x9f, 0xf7, 0x0c, 0x8d, 0x3f, 0x7f, 0xf8, 0xca, 0x3e, 0x77, - 0xe3, 0x08, 0x5d, 0xe7, 0x71, 0x97, 0xc2, 0x0d, 0x96, 0x49, 0xd9, 0x33, 0x73, 0xa9, 0x0b, 0x6b, - 0x3e, 0xc7, 0xa6, 0x1d, 0xf4, 0xa8, 0x5b, 0xc5, 0xc8, 0x25, 0xf5, 0xd3, 0x02, 0x87, 0xd7, 0x12, - 0x8a, 0xb6, 0x3f, 0x2b, 0xb3, 0x82, 0x73, 0x2f, 0x41, 0x28, 0x32, 0x40, 0x1e, 0x97, 0x9e, 0x7c, - 0xf4, 0x11, 0x2a, 0x7b, 0xd3, 0x38, 0x2c, 0x7a, 0xc2, 0xd2, 0x5f, 0x45, 0x62, 0xe2, 0x03, 0x2c, - 0x7a, 0x51, 0xda, 0xe8, 0xf5, 0x50, 0x34, 0x90, 0x82, 0x7f, 0xda, 0xf0, 0x2f, 0x48, 0x74, 0x46, - 0x72, 0x66, 0xac, 0x58, 0x2a, 0xf1, 0x00, 0x2e, 0xd9, 0x3e, 0xba, 0x54, 0x6c, 0xe8, 0xb5, 0x8b, - 0xa4, 0x19, 0x40, 0xf1, 0x94, 0x19, 0xe3, 0x73, 0xd2, 0x60, 0x70, 0x64, 0x86, 0xed, 0x7f, 0x2e, - 0x06, 0x2e, 0xec, 0x6a, 0xe3, 0x1f, 0x51, 0x8f, 0x74, 0x2f, 0x74, 0x21, 0xb5, 0xa3, 0xb2, 0xfd, - 0x0b, 0x7d, 0x51, 0x7e, 0x54, 0x97, 0xcb, 0x8f, 0x6a, 0xbc, 0x70, 0x58, 0xfb, 0x93, 0x16, 0x05, - 0x2e, 0xd6, 0x1f, 0x36, 0xe8, 0xff, 0xfc, 0xbf, 0xb1, 0x41, 0xeb, 0xeb, 0x5c, 0xda, 0xff, 0xfb, - 0xff, 0xec, 0x2c, 0x34, 0x92, 0x6b, 0x49, 0x75, 0x79, 0xe3, 0x39, 0x89, 0x83, 0x71, 0x95, 0x6b, - 0x0c, 0xc7, 0x43, 0x4d, 0x41, 0x94, 0x69, 0x91, 0xcb, 0xb4, 0x16, 0x4f, 0x0b, 0x7b, 0x87, 0x7a, - 0x65, 0x62, 0xe1, 0x36, 0x6d, 0x9c, 0x4f, 0xcc, 0xe9, 0x15, 0x5a, 0x22, 0x92, 0x8c, 0xa8, 0xc6, - 0x3f, 0x26, 0x64, 0x6b, 0x9a, 0x24, 0xc7, 0x10, 0xfd, 0x14, 0xbc, 0xcc, 0x2b, 0x29, 0xfa, 0x44, - 0xab, 0x6b, 0xd6, 0x36, 0xf9, 0x8b, 0x61, 0xe1, 0xfc, 0x1d, 0x2c, 0xdc, 0x6d, 0x75, 0xea, 0xa2, - 0xd0, 0xb3, 0xcd, 0xa1, 0x20, 0xa6, 0x1c, 0xb6, 0x16, 0xea, 0xe1, 0x93, 0x66, 0xbf, 0xe8, 0xd5, - 0x68, 0xe4, 0x46, 0x29, 0x55, 0x23, 0xb1, 0x86, 0xb0, 0x15, 0xc4, 0x6b, 0x43, 0x1f, 0xce, 0x89, - 0x49, 0x14, 0x6d, 0x7f, 0xcc, 0x42, 0x12, 0xdc, 0x11, 0xb5, 0xb8, 0xaa, 0xd1, 0xfe, 0x90, 0xce, - 0x2c, 0xdd, 0xf6, 0xc4, 0x90, 0x0a, 0x14, 0x39, 0x68, 0xf5, 0x27, 0xbb, 0x38, 0x86, 0x17, 0x91, - 0xc7, 0x0f, 0x92, 0x51, 0xa3, 0x63, 0x07, 0x5d, 0x23, 0xdf, 0x61, 0xa2, 0x2a, 0x76, 0x13, 0xaf, - 0x41, 0x22, 0xc1, 0x4e, 0x8d, 0xba, 0x1b, 0x93, 0x5c, 0x9b, 0xd6, 0x9d, 0xad, 0xc2, 0x26, 0x30, - 0xba, 0xef, 0xc5, 0xf2, 0xef, 0xdf, 0xce, 0x56, 0xa9, 0x80, 0xcf, 0x95, 0x2c, 0x3e, 0x57, 0x4a, - 0xf8, 0x9c, 0xcd, 0xe5, 0xf1, 0x25, 0x57, 0x2c, 0x6e, 0x8b, 0x75, 0x68, 0xda, 0x96, 0x28, 0xbd, - 0xd5, 0x0d, 0x52, 0xc8, 0x20, 0x85, 0x0c, 0x52, 0xc8, 0x20, 0x85, 0x0c, 0x52, 0xc8, 0xa0, 0x85, - 0x0c, 0xbe, 0x10, 0x8b, 0x37, 0x96, 0x48, 0x90, 0xd6, 0x79, 0xb1, 0xcd, 0xb6, 0xc5, 0xef, 0x62, - 0x75, 0x9a, 0x4c, 0xb1, 0x2e, 0x45, 0x2c, 0x78, 0x64, 0x67, 0x22, 0x9c, 0xf7, 0x2d, 0x99, 0xa2, - 0xfd, 0xa0, 0x91, 0x86, 0x64, 0x69, 0x66, 0xd0, 0x1d, 0xc6, 0xea, 0x17, 0x99, 0xb7, 0xc6, 0x0c, - 0x95, 0x17, 0xf5, 0xbe, 0x05, 0x5c, 0x70, 0xe2, 0xfc, 0xfe, 0xed, 0x5f, 0x7b, 0x30, 0x71, 0xbe, - 0xcb, 0xbf, 0x7f, 0x27, 0x12, 0x13, 0x87, 0x84, 0x93, 0xbe, 0x57, 0xdb, 0x2d, 0xc0, 0xb7, 0xea, - 0x26, 0x12, 0x2c, 0xcc, 0xf5, 0x8a, 0x50, 0xc3, 0xdb, 0xe2, 0xc4, 0x01, 0xd5, 0x09, 0xfe, 0xa2, - 0xb5, 0x8a, 0x58, 0xaf, 0x88, 0x31, 0x8b, 0x9a, 0xb0, 0xa2, 0xa5, 0x06, 0xa6, 0xe3, 0x12, 0xc3, - 0x59, 0x4a, 0xcc, 0x60, 0x89, 0x64, 0xba, 0xad, 0x19, 0x8a, 0xfd, 0x76, 0x43, 0x8c, 0xd3, 0x24, - 0x4c, 0x6e, 0x7b, 0x04, 0x5c, 0xc8, 0x16, 0xa5, 0x89, 0x93, 0xc6, 0x43, 0x90, 0x8e, 0x83, 0xf6, - 0x0e, 0x34, 0x32, 0xe1, 0x18, 0xb3, 0xbb, 0x3d, 0x7c, 0x4b, 0x1c, 0xcc, 0x47, 0xb2, 0x99, 0xb2, - 0x43, 0x0a, 0xf9, 0x46, 0x01, 0x3e, 0x70, 0x30, 0x29, 0x90, 0xa4, 0xfb, 0x42, 0xe4, 0xb4, 0x67, - 0x72, 0x16, 0x8a, 0x00, 0xc9, 0x45, 0x6b, 0x49, 0x4a, 0xdc, 0x0b, 0x8d, 0x43, 0xcd, 0x5d, 0xbf, - 0xe5, 0x45, 0xda, 0x96, 0xa2, 0x86, 0x32, 0x2f, 0x6c, 0xec, 0x67, 0x83, 0x7b, 0xea, 0xfe, 0x6c, - 0x73, 0xd3, 0xe4, 0xcc, 0xa3, 0xb3, 0x9d, 0x08, 0xe2, 0x15, 0x38, 0xc9, 0x90, 0x68, 0x4f, 0x6f, - 0x27, 0x5b, 0x5f, 0x0f, 0x9d, 0x4f, 0x77, 0x92, 0xc9, 0x2a, 0x77, 0x66, 0x92, 0x2e, 0x0a, 0x2e, - 0x89, 0xfc, 0xa4, 0x6e, 0xb3, 0xdf, 0xaa, 0x5b, 0x0b, 0x31, 0x11, 0x47, 0x32, 0x30, 0x66, 0xae, - 0xd2, 0x6d, 0x91, 0x80, 0x00, 0x06, 0x70, 0x9b, 0x39, 0x45, 0x32, 0xb9, 0x2b, 0x91, 0xa0, 0xf8, - 0x8f, 0x83, 0x94, 0x4a, 0x5c, 0x30, 0x06, 0x4a, 0x5b, 0x52, 0xb6, 0x88, 0x76, 0xc3, 0x09, 0x8d, - 0xe3, 0xcd, 0x6a, 0xc0, 0xc0, 0xac, 0xa4, 0x02, 0x5b, 0x7d, 0x75, 0x4e, 0xd5, 0xbe, 0xa2, 0xd7, - 0xc3, 0x74, 0x19, 0xb4, 0xcb, 0x8b, 0x99, 0x4a, 0x66, 0x34, 0x9b, 0xcc, 0x74, 0xf7, 0x0c, 0x37, - 0x93, 0x3b, 0x1d, 0x20, 0x08, 0x2f, 0x55, 0xae, 0x91, 0x1b, 0xdd, 0xd0, 0xe3, 0x4b, 0x8a, 0xaa, - 0x32, 0x2c, 0xac, 0x97, 0x8a, 0x67, 0x06, 0xc9, 0x85, 0x6f, 0x6a, 0xda, 0xd0, 0x31, 0x23, 0xbd, - 0x9d, 0x8d, 0xbc, 0x75, 0x47, 0x36, 0xbb, 0xa3, 0x8d, 0xbc, 0xba, 0x34, 0xeb, 0xbe, 0x82, 0x51, - 0x62, 0x31, 0xa1, 0x07, 0x4f, 0xc1, 0x45, 0x70, 0x6a, 0x7a, 0xd4, 0xb5, 0xf0, 0x0c, 0x84, 0xd1, - 0x8d, 0xdc, 0xd2, 0x06, 0x12, 0xad, 0x4e, 0xf8, 0x3d, 0xcc, 0x14, 0x7c, 0xc6, 0x4b, 0xd5, 0x18, - 0x73, 0x26, 0xf7, 0x3c, 0xd2, 0xc6, 0xb9, 0xae, 0xdf, 0x2a, 0xd7, 0xce, 0x64, 0x65, 0x29, 0xe6, - 0x54, 0x2c, 0x23, 0x0b, 0x19, 0xd8, 0x92, 0xcc, 0x2e, 0xe3, 0xf1, 0x15, 0x8b, 0xba, 0x7f, 0xc3, - 0x5c, 0xc4, 0x83, 0x23, 0x11, 0x1c, 0x82, 0xe5, 0x7d, 0x39, 0x00, 0x63, 0x32, 0xb1, 0x67, 0x90, - 0xcf, 0x3f, 0xdc, 0x9f, 0x18, 0xbf, 0x3c, 0x38, 0x63, 0x42, 0xf8, 0x39, 0x9a, 0x6d, 0xb2, 0x34, - 0x6e, 0x20, 0xc9, 0x01, 0xeb, 0x3d, 0x08, 0x09, 0xdf, 0x29, 0xb3, 0x77, 0x91, 0x3b, 0xe6, 0xd8, - 0xba, 0x1f, 0xba, 0x22, 0x85, 0xd8, 0xad, 0x3a, 0x3f, 0x38, 0xc0, 0x3f, 0x59, 0x6b, 0x7f, 0xd7, - 0xbf, 0x7c, 0x49, 0x64, 0xd7, 0xf5, 0x40, 0xa1, 0x22, 0x29, 0x65, 0x96, 0x02, 0xed, 0x27, 0xef, - 0x05, 0x78, 0xf7, 0x2d, 0x98, 0x08, 0xc4, 0x21, 0x96, 0x5c, 0xb4, 0xbf, 0xa0, 0x97, 0x46, 0x5c, - 0x65, 0x0a, 0x57, 0xcb, 0x42, 0x25, 0x91, 0x3a, 0xfc, 0x2a, 0x90, 0x88, 0x14, 0x6f, 0x45, 0xe0, - 0xac, 0xe3, 0xe7, 0xa6, 0xe0, 0x61, 0x9d, 0x19, 0xc4, 0x03, 0x0d, 0x1f, 0x5e, 0x59, 0xe8, 0x83, - 0xb8, 0xad, 0xd0, 0x60, 0xf7, 0xd7, 0x64, 0xc8, 0xde, 0xc8, 0xd6, 0xd4, 0x2d, 0xdc, 0x0b, 0xde, - 0xd8, 0x48, 0x9a, 0xa1, 0xdd, 0xd1, 0xba, 0x82, 0xea, 0x1b, 0x24, 0x91, 0x08, 0xfe, 0xa1, 0xdd, - 0xd1, 0xe0, 0x53, 0x36, 0xf2, 0xa9, 0x1d, 0x7c, 0xca, 0xfd, 0xe4, 0xd4, 0xd2, 0x44, 0x28, 0xd7, - 0x24, 0xc8, 0x85, 0xc1, 0xfd, 0xd9, 0xad, 0x50, 0x26, 0x89, 0x60, 0x89, 0xf6, 0xc2, 0x20, 0xa0, - 0x37, 0xde, 0x2b, 0xe8, 0xd9, 0xb1, 0xa0, 0x4c, 0x07, 0xa4, 0x55, 0xf2, 0x03, 0x4d, 0xf6, 0x5d, - 0x94, 0xc8, 0xb4, 0x69, 0xf8, 0xe4, 0x49, 0xbe, 0x27, 0xa5, 0x45, 0xfd, 0xdf, 0xff, 0xee, 0x4c, - 0xa5, 0x78, 0xed, 0xdf, 0xcf, 0xa1, 0x85, 0x72, 0xa0, 0xee, 0x1f, 0x00, 0xcf, 0x6e, 0xe3, 0x9f, - 0xaa, 0x2c, 0x45, 0x0c, 0x00, 0x41, 0x8e, 0x1c, 0xe6, 0xc8, 0x45, 0x72, 0xe4, 0xf9, 0x1c, 0x79, - 0xcc, 0x91, 0xaf, 0xe2, 0x09, 0x70, 0x12, 0x72, 0x97, 0x04, 0xaf, 0x61, 0xcf, 0x74, 0x15, 0xd0, - 0xd0, 0x33, 0xc3, 0xdb, 0x1b, 0xf4, 0x3e, 0x90, 0x0d, 0xbc, 0xac, 0x5c, 0x85, 0x8f, 0xc1, 0x0e, - 0xc9, 0x10, 0xbd, 0xab, 0x84, 0x9e, 0x7f, 0x9c, 0xff, 0x8b, 0x58, 0x6b, 0x03, 0x43, 0x7a, 0xa1, - 0xdb, 0x7d, 0xd9, 0x2c, 0xe6, 0xc6, 0x88, 0x1e, 0xaa, 0x61, 0x8e, 0xfa, 0x03, 0xc1, 0xb1, 0x94, - 0x0e, 0x5e, 0x01, 0x2a, 0x38, 0x18, 0x02, 0x92, 0x86, 0xae, 0x89, 0x14, 0xc9, 0x61, 0x11, 0x16, - 0x22, 0x15, 0x6b, 0x60, 0x7b, 0x4c, 0xa1, 0x3c, 0x79, 0xcc, 0x73, 0xa6, 0xd1, 0x0b, 0x46, 0x35, - 0x9b, 0x46, 0x81, 0x0f, 0x67, 0xa9, 0x60, 0x96, 0x06, 0xd7, 0x32, 0x81, 0x74, 0x43, 0x00, 0xaa, - 0x10, 0xcc, 0x0e, 0x30, 0x21, 0xdc, 0xde, 0x9a, 0x73, 0x74, 0x4d, 0x16, 0x25, 0x12, 0x2a, 0x80, - 0x64, 0x84, 0xf5, 0x18, 0x5e, 0x34, 0xb2, 0x25, 0xe3, 0x4d, 0x02, 0xee, 0xd2, 0x49, 0x05, 0x96, - 0x48, 0x9d, 0xbf, 0x93, 0x52, 0x49, 0xf7, 0xa6, 0x52, 0xc4, 0x3b, 0x24, 0x3c, 0x33, 0x42, 0x17, - 0x91, 0x2d, 0xa8, 0x0b, 0x2c, 0xfa, 0xea, 0x67, 0xfd, 0xb1, 0xbc, 0x1d, 0x20, 0xba, 0x66, 0x47, - 0xfd, 0xb2, 0x24, 0x27, 0x48, 0x22, 0xdb, 0x9f, 0x18, 0xbc, 0xf8, 0xc7, 0xcf, 0xaa, 0xc3, 0x3b, - 0x63, 0x11, 0x8f, 0x2e, 0x83, 0x95, 0xa0, 0x4e, 0x52, 0x18, 0x93, 0x08, 0xf3, 0xe1, 0x2f, 0xe7, - 0x23, 0x05, 0x2a, 0x89, 0x97, 0xef, 0x7b, 0xce, 0xcb, 0x99, 0x65, 0x39, 0xb3, 0xa1, 0x9c, 0x66, - 0x90, 0x33, 0xef, 0xe5, 0xcc, 0xb1, 0x9c, 0x61, 0x07, 0x2f, 0xdf, 0x8b, 0x0d, 0xe6, 0x3f, 0x88, - 0x8a, 0x35, 0x07, 0x9d, 0x40, 0x28, 0xf1, 0x71, 0x94, 0x4b, 0xc4, 0x65, 0x9b, 0x4f, 0x21, 0xd7, - 0x35, 0x61, 0x72, 0xed, 0x8b, 0x8b, 0xc2, 0x64, 0x42, 0x05, 0xd1, 0xb0, 0xbc, 0x9d, 0xab, 0x16, - 0x93, 0x20, 0x96, 0x79, 0x18, 0x72, 0xa8, 0xd7, 0x98, 0x0e, 0xdc, 0x71, 0x3b, 0x11, 0x4a, 0xfd, - 0xe2, 0x25, 0xdb, 0xbc, 0x5d, 0x17, 0x12, 0xaa, 0x7c, 0x82, 0x4c, 0xc2, 0x3d, 0xd3, 0x51, 0x02, - 0xaa, 0xc5, 0x29, 0x5c, 0xcd, 0xf2, 0x69, 0x9a, 0x3f, 0x71, 0xab, 0x62, 0x73, 0xe4, 0x80, 0x96, - 0x09, 0xc2, 0x9b, 0xb3, 0x01, 0x2b, 0x82, 0xb6, 0x54, 0x47, 0x49, 0x56, 0xb5, 0x78, 0xbd, 0x06, - 0x99, 0xad, 0xdf, 0xc8, 0x22, 0xd3, 0x57, 0x7a, 0x53, 0xd3, 0x72, 0x63, 0x63, 0xb8, 0xe1, 0xe2, - 0xca, 0x61, 0x90, 0x7a, 0xd3, 0xe4, 0x89, 0x1b, 0x4d, 0x31, 0xa5, 0x7e, 0xd7, 0x7d, 0x3f, 0x1d, - 0xe2, 0x38, 0xa7, 0xff, 0x80, 0xc4, 0x9f, 0xcc, 0x49, 0x16, 0x41, 0xa6, 0xd4, 0xe4, 0xd2, 0x26, - 0x4a, 0x5e, 0x2e, 0x86, 0x66, 0x95, 0x57, 0x51, 0x00, 0x77, 0x3e, 0x38, 0xf1, 0x82, 0x1c, 0xdc, - 0x14, 0xab, 0xf4, 0x9d, 0x39, 0xab, 0x25, 0x64, 0x29, 0x5b, 0x82, 0x7e, 0x2e, 0xa9, 0x8b, 0xef, - 0x72, 0x10, 0xaa, 0x6e, 0xb1, 0xa3, 0x24, 0x1f, 0xeb, 0x25, 0x86, 0xc4, 0x42, 0xff, 0x7d, 0x60, - 0x5f, 0xec, 0xb6, 0x83, 0x70, 0x04, 0xb7, 0x85, 0x6d, 0x4b, 0x8e, 0x56, 0x88, 0x94, 0x4c, 0xc3, - 0xdd, 0x24, 0x01, 0x3d, 0xf5, 0x22, 0xdb, 0xe1, 0xe9, 0x46, 0x35, 0xf1, 0xaf, 0xd4, 0x9c, 0x21, - 0xf0, 0x66, 0x06, 0x6a, 0x9b, 0x08, 0xd9, 0x11, 0xd4, 0x94, 0x88, 0x17, 0xb0, 0xcd, 0xa5, 0xcd, - 0x22, 0x33, 0x55, 0x74, 0xc8, 0x6d, 0xae, 0xf8, 0x07, 0x43, 0x6a, 0x8c, 0xea, 0xb8, 0x64, 0x44, - 0x06, 0x26, 0x66, 0x29, 0x0c, 0x39, 0x3e, 0x21, 0x98, 0x5e, 0xb0, 0x60, 0x02, 0xc6, 0x42, 0x3e, - 0x89, 0x2a, 0x1d, 0x46, 0x9c, 0xca, 0x84, 0x45, 0xf4, 0x96, 0xb8, 0xc2, 0x4a, 0xa1, 0x12, 0x5f, - 0xfc, 0x22, 0x08, 0x7e, 0x4c, 0x9e, 0x83, 0x31, 0xca, 0x01, 0xf1, 0x70, 0xe3, 0x3a, 0x96, 0xc6, - 0x34, 0x37, 0x3a, 0xf7, 0xa6, 0xea, 0x16, 0x9e, 0x72, 0xa9, 0x8b, 0x29, 0xc2, 0x3d, 0x2c, 0x1a, - 0x75, 0x9c, 0x0e, 0x57, 0x2f, 0x3c, 0x43, 0xd4, 0x6d, 0x71, 0x7f, 0x4a, 0xe6, 0x05, 0x3c, 0xed, - 0xf4, 0x71, 0x26, 0x38, 0x62, 0xed, 0x4b, 0x56, 0x02, 0x09, 0x69, 0xf4, 0x05, 0xc3, 0x47, 0x72, - 0x8b, 0xa9, 0x0a, 0xb4, 0x85, 0x8e, 0x07, 0x08, 0xc7, 0xdd, 0xee, 0xc5, 0xba, 0x1b, 0x57, 0x97, - 0xf7, 0x8e, 0xaf, 0x5a, 0x84, 0xa9, 0xa6, 0x62, 0xc8, 0x91, 0x95, 0x55, 0xd1, 0x9d, 0x1c, 0xc4, - 0xe9, 0xe9, 0x42, 0x88, 0xb2, 0x0e, 0x19, 0xbc, 0x81, 0x6f, 0x16, 0xc4, 0x90, 0xf4, 0xc3, 0xc0, - 0x48, 0x28, 0x32, 0x9d, 0xe7, 0xf7, 0x6f, 0x33, 0xe2, 0x86, 0x6a, 0x12, 0x2f, 0x54, 0xba, 0x9f, - 0x84, 0xcf, 0xd4, 0x03, 0x64, 0xb0, 0xc4, 0xe8, 0x4a, 0x1b, 0xbf, 0x11, 0xb6, 0x66, 0xf2, 0x20, - 0x11, 0x44, 0x60, 0xfd, 0xa8, 0x8b, 0x49, 0x6f, 0xdf, 0xa6, 0x5d, 0x5f, 0xf8, 0x54, 0x23, 0x3b, - 0x5b, 0x43, 0x65, 0x0a, 0x03, 0x48, 0x1f, 0x35, 0x23, 0x81, 0x7b, 0xea, 0xfe, 0x54, 0x20, 0x45, - 0xd8, 0x20, 0xb7, 0x01, 0x3f, 0x78, 0x8b, 0x0c, 0xa6, 0xd5, 0xb9, 0x0f, 0xd4, 0x9d, 0xb4, 0x9d, - 0x9c, 0x87, 0x7a, 0xf6, 0x85, 0x75, 0x6d, 0x7b, 0xc8, 0x21, 0x09, 0x13, 0xaa, 0xc3, 0x90, 0x37, - 0x7d, 0xe4, 0x08, 0x00, 0x1e, 0x7e, 0xa7, 0x47, 0x5f, 0xf8, 0xc3, 0xb7, 0xe4, 0xb2, 0x3f, 0x76, - 0x32, 0xa1, 0x9d, 0xa7, 0x87, 0x63, 0x89, 0xfa, 0x23, 0x30, 0xbb, 0xea, 0x37, 0x4a, 0x05, 0xff, - 0x3d, 0x40, 0x13, 0x91, 0x01, 0x0f, 0x07, 0x7c, 0x93, 0x06, 0xb1, 0x24, 0x16, 0x13, 0xcf, 0x27, - 0x70, 0xf9, 0x5c, 0xf4, 0xe2, 0x64, 0xce, 0x9b, 0x7c, 0x18, 0x1f, 0xf1, 0x5f, 0x42, 0x93, 0xf8, - 0x43, 0xf6, 0x89, 0xcd, 0x08, 0x67, 0xfc, 0x36, 0x4d, 0x25, 0xfb, 0x0d, 0x62, 0x35, 0x47, 0x3e, - 0x25, 0xb8, 0x34, 0xe1, 0xc2, 0xd0, 0x31, 0x60, 0x78, 0xff, 0x7b, 0x7e, 0xd1, 0x5a, 0x1b, 0x6f, - 0x06, 0xf4, 0x87, 0xde, 0x4d, 0x82, 0xb8, 0xf9, 0x97, 0x0c, 0x62, 0x48, 0x47, 0x9c, 0xd2, 0x98, - 0xfd, 0xff, 0x8b, 0xbb, 0xd6, 0xe5, 0xb6, 0x8d, 0x64, 0xfd, 0xff, 0x3c, 0x05, 0x85, 0x24, 0x16, - 0x11, 0x41, 0x12, 0x28, 0xd9, 0x89, 0x03, 0x0a, 0x54, 0x25, 0xb6, 0xb3, 0xab, 0x5a, 0xc7, 0xab, - 0x8a, 0x9c, 0x78, 0x5d, 0x2a, 0xd5, 0x8a, 0xa4, 0x40, 0x91, 0x65, 0x08, 0x40, 0x08, 0xe8, 0xb6, - 0x14, 0xf6, 0x05, 0xce, 0xbb, 0x9c, 0x67, 0x3c, 0xdd, 0x3d, 0xb7, 0x1e, 0x5c, 0x78, 0xb1, 0x73, - 0xf6, 0x54, 0x6d, 0xd6, 0xe2, 0x00, 0x98, 0xe9, 0x99, 0xe9, 0x99, 0xe9, 0xee, 0xe9, 0xfe, 0xba, - 0xcf, 0x54, 0x46, 0x83, 0xba, 0xc5, 0x50, 0x9a, 0x37, 0x53, 0x61, 0x1f, 0x41, 0x85, 0xdd, 0x82, - 0x85, 0xa7, 0x9b, 0x70, 0x17, 0xcc, 0x04, 0xf0, 0xf4, 0xc4, 0xad, 0x03, 0xb5, 0xd4, 0x10, 0xf7, - 0x70, 0x14, 0xdf, 0xa3, 0x11, 0x17, 0xd4, 0xe7, 0xae, 0x56, 0x79, 0xbd, 0x2a, 0x3c, 0x6d, 0xe9, - 0x1d, 0x46, 0x87, 0xae, 0xca, 0xe1, 0x22, 0x5e, 0x09, 0x57, 0x39, 0xfc, 0xe4, 0x33, 0xf4, 0xf9, - 0x92, 0x2d, 0xa0, 0x76, 0xfc, 0x48, 0xea, 0x71, 0x18, 0x86, 0xda, 0x3a, 0xb3, 0xf7, 0xf7, 0xd3, - 0x37, 0xef, 0x40, 0x02, 0x82, 0x7d, 0x2b, 0x4b, 0x73, 0x0c, 0xc4, 0x44, 0xaf, 0x20, 0xd2, 0x94, - 0xd1, 0x59, 0x83, 0x72, 0x95, 0x83, 0x1a, 0x0a, 0x14, 0xf3, 0x2c, 0x11, 0x68, 0xc1, 0xd8, 0x4b, - 0xd2, 0xfb, 0xae, 0x8b, 0x60, 0x76, 0x0a, 0x47, 0x4e, 0x6b, 0xa8, 0x62, 0xdb, 0x86, 0x73, 0x6a, - 0x76, 0x05, 0x72, 0x81, 0xf8, 0x43, 0xe5, 0xac, 0xe1, 0x3a, 0xad, 0x58, 0xe1, 0xec, 0x76, 0xbb, - 0xe7, 0x7f, 0x3b, 0x54, 0x17, 0xda, 0xe9, 0x16, 0xa8, 0xb8, 0xe4, 0xf2, 0x6b, 0x3e, 0x08, 0x53, - 0xb7, 0xec, 0x4a, 0xcb, 0x8c, 0x01, 0x83, 0x8c, 0x18, 0x26, 0xfc, 0xe1, 0x73, 0xf2, 0x9c, 0x41, - 0xed, 0xdf, 0x2b, 0xb4, 0x20, 0x81, 0x59, 0x22, 0x94, 0x3e, 0x08, 0x8b, 0x3c, 0xca, 0x33, 0x72, - 0xb9, 0x0b, 0x8d, 0x92, 0x88, 0x00, 0x59, 0xea, 0xc3, 0x32, 0x39, 0xbe, 0xcf, 0x49, 0x47, 0xef, - 0xc2, 0xec, 0x6d, 0x2f, 0x9c, 0x3b, 0x27, 0x40, 0xc4, 0xb5, 0x72, 0xdb, 0x0d, 0x84, 0xa7, 0x55, - 0xae, 0x9d, 0xa8, 0x62, 0x0f, 0xd3, 0x7e, 0x45, 0x98, 0x33, 0x1c, 0xf3, 0x90, 0xa0, 0xf7, 0xe2, - 0x2e, 0x7a, 0xa0, 0xc1, 0x40, 0x62, 0x6e, 0xa9, 0x99, 0x30, 0x59, 0xd1, 0x74, 0xf4, 0x3b, 0x68, - 0x1e, 0x44, 0x5d, 0xff, 0xb7, 0xf7, 0x3f, 0xef, 0xbe, 0x74, 0x4a, 0x6f, 0x94, 0x5e, 0x3d, 0x06, - 0x05, 0x77, 0xc1, 0xda, 0xc0, 0xa8, 0xb4, 0x26, 0x8c, 0x71, 0x21, 0x8c, 0x5e, 0xeb, 0x98, 0xa0, - 0x90, 0xc3, 0x36, 0xb4, 0x42, 0x5d, 0x03, 0xeb, 0x4b, 0xcb, 0x69, 0xa1, 0x2d, 0x2b, 0x0b, 0x72, - 0x2f, 0xc4, 0x61, 0x35, 0xee, 0x1f, 0x64, 0x62, 0x22, 0x73, 0x0c, 0x1e, 0x1a, 0x22, 0x29, 0xb4, - 0x1a, 0x7c, 0x97, 0xd0, 0x15, 0x28, 0x6b, 0x6a, 0x2e, 0xa1, 0x21, 0x61, 0x27, 0x72, 0x6d, 0xe1, - 0x81, 0x3d, 0x11, 0xd2, 0x82, 0x12, 0x60, 0x2a, 0x89, 0xd6, 0xae, 0x66, 0x77, 0x4e, 0xcd, 0x83, - 0x9d, 0x67, 0x43, 0xc3, 0x34, 0x2d, 0x7b, 0x30, 0x8a, 0x72, 0xbf, 0x5d, 0xe1, 0x60, 0x0f, 0xc7, - 0xca, 0x6e, 0xe4, 0x39, 0xff, 0xee, 0x08, 0xd1, 0x16, 0xd5, 0xa2, 0x1d, 0xa7, 0xf3, 0x6f, 0xe7, - 0x4b, 0xfc, 0xed, 0xa9, 0x4e, 0xee, 0x70, 0x5f, 0x5a, 0x86, 0xbb, 0x16, 0x63, 0x5d, 0x69, 0xcc, - 0x5b, 0x35, 0x23, 0x9d, 0x04, 0x52, 0xa5, 0xa8, 0x10, 0x31, 0xb6, 0x02, 0x20, 0x15, 0x85, 0x81, - 0x86, 0x0c, 0x59, 0x12, 0xc6, 0x98, 0xef, 0x3f, 0x4b, 0x76, 0x87, 0xa7, 0x27, 0x65, 0xf0, 0xc5, - 0xdc, 0x59, 0x07, 0x2f, 0xd0, 0x00, 0xc8, 0x0c, 0x70, 0x12, 0x4f, 0x95, 0xe9, 0x8f, 0x48, 0x00, - 0xec, 0xac, 0x79, 0x06, 0xc7, 0x57, 0xe4, 0x48, 0xd0, 0xeb, 0x65, 0x7e, 0x7e, 0x55, 0x77, 0x31, - 0xf2, 0x89, 0xd0, 0xb7, 0x6c, 0x8b, 0x34, 0x09, 0xc8, 0x46, 0x87, 0x38, 0xc6, 0x49, 0x49, 0xf6, - 0x3a, 0xbe, 0x9c, 0x8d, 0xa1, 0x87, 0xac, 0xfd, 0xd6, 0xcf, 0x3c, 0xba, 0x16, 0x36, 0x0a, 0x71, - 0x17, 0x80, 0x89, 0x26, 0xc8, 0x56, 0x84, 0xc0, 0xdc, 0xc2, 0x68, 0xe4, 0x8b, 0x58, 0xa5, 0xea, - 0x57, 0xde, 0x64, 0xfe, 0xaf, 0x60, 0xab, 0x47, 0x19, 0xc2, 0xd8, 0x11, 0x51, 0xf3, 0x6c, 0x7b, - 0x17, 0x5b, 0xb9, 0x88, 0xba, 0x68, 0x25, 0xdc, 0x82, 0xff, 0x73, 0x8f, 0x2f, 0x71, 0xdc, 0x61, - 0x5b, 0x14, 0xf1, 0xa4, 0x9d, 0x8f, 0x98, 0xb1, 0x41, 0xe4, 0x26, 0xa2, 0x84, 0x09, 0xa4, 0x48, - 0x7f, 0xbd, 0x20, 0xd3, 0xe1, 0xc0, 0x67, 0x38, 0x8d, 0x25, 0x95, 0x22, 0xbe, 0x28, 0x14, 0xe2, - 0x45, 0x0d, 0xec, 0x24, 0x13, 0xe0, 0x56, 0xf9, 0xe0, 0xf5, 0xed, 0xbc, 0xc4, 0x90, 0x60, 0x72, - 0x29, 0xbc, 0x0c, 0x1c, 0xd1, 0xca, 0x95, 0x88, 0x5b, 0x45, 0xd4, 0x42, 0xf4, 0x42, 0xb5, 0xc0, - 0x24, 0x93, 0x38, 0xc0, 0x21, 0x04, 0xa2, 0xca, 0xb2, 0x46, 0x3f, 0xba, 0x89, 0xd8, 0x3d, 0xd0, - 0xb6, 0xca, 0x2d, 0xf5, 0x97, 0x0b, 0x3a, 0x0e, 0xf9, 0xbb, 0x12, 0xf9, 0x94, 0x76, 0x0e, 0x93, - 0x36, 0x24, 0x51, 0x71, 0x9f, 0xce, 0x3f, 0x89, 0xee, 0xc0, 0x61, 0xd0, 0xc1, 0xf7, 0xd1, 0xa4, - 0x41, 0x69, 0x20, 0x40, 0xc4, 0xc0, 0xdc, 0x31, 0xef, 0xf1, 0x6f, 0xd1, 0x6d, 0x4a, 0x0c, 0xb1, - 0xba, 0x9e, 0x4e, 0x9c, 0x26, 0xd7, 0xf0, 0x12, 0xd6, 0xb6, 0xe7, 0xa8, 0x00, 0x99, 0x05, 0xda, - 0x4d, 0x83, 0x05, 0x6e, 0xca, 0x81, 0xa2, 0xab, 0x2c, 0xfb, 0x0c, 0x3d, 0x96, 0x26, 0x99, 0xac, - 0xab, 0x73, 0xc4, 0x92, 0xd5, 0xc4, 0xaf, 0x98, 0x40, 0x04, 0xaf, 0xbd, 0x9b, 0x45, 0x70, 0x94, - 0x2d, 0xd4, 0xc2, 0xa3, 0x40, 0x3f, 0xf1, 0x94, 0xd6, 0x1e, 0x2e, 0x49, 0xb2, 0xa4, 0x5b, 0x8f, - 0x8c, 0x6d, 0xfd, 0xed, 0x1d, 0xb2, 0xe6, 0xdb, 0x3b, 0x15, 0xcb, 0x13, 0xcb, 0x2a, 0x1d, 0xed, - 0xfb, 0x87, 0xc7, 0xa9, 0x29, 0x3f, 0x78, 0xed, 0xd0, 0x57, 0xee, 0x82, 0xa7, 0x92, 0xfc, 0xe9, - 0x91, 0x5c, 0x11, 0xd8, 0x4b, 0x76, 0xfc, 0xe6, 0x6c, 0x82, 0x26, 0x12, 0x0a, 0x58, 0x65, 0xef, - 0x74, 0x30, 0x07, 0xa7, 0x33, 0x1c, 0xc1, 0x02, 0x0f, 0x46, 0xf1, 0x30, 0x21, 0x07, 0x7b, 0xf1, - 0xea, 0x60, 0x5b, 0xc8, 0xfd, 0x37, 0x56, 0x95, 0xd5, 0x4b, 0x3f, 0x24, 0x64, 0xad, 0xbb, 0xbd, - 0x52, 0x64, 0xc1, 0xac, 0xc8, 0x92, 0xe2, 0xf3, 0xba, 0xf7, 0x49, 0xb1, 0x4c, 0x38, 0xc1, 0x84, - 0x3f, 0xaa, 0x36, 0x20, 0x9f, 0xea, 0x28, 0x02, 0xab, 0x17, 0x96, 0x2b, 0x53, 0xd5, 0x3f, 0x0a, - 0x9b, 0x64, 0x4e, 0x4c, 0x34, 0xf8, 0xb8, 0x8b, 0xad, 0xda, 0xc9, 0xe8, 0x39, 0x9d, 0xeb, 0x70, - 0xa8, 0xc7, 0x70, 0xaa, 0x13, 0x9e, 0x2a, 0x1c, 0xeb, 0x32, 0x73, 0x5f, 0x95, 0x37, 0xc4, 0xec, - 0x2f, 0xf4, 0xec, 0xd7, 0x27, 0xde, 0xe2, 0x08, 0xc3, 0x4a, 0x88, 0x2d, 0x8c, 0x1f, 0x23, 0x5f, - 0x9c, 0x88, 0x13, 0xce, 0x4a, 0x42, 0x28, 0x33, 0xcd, 0xc2, 0x93, 0xc6, 0x19, 0xc1, 0x4f, 0xd6, - 0x9a, 0x13, 0x3e, 0x4a, 0x27, 0x95, 0x41, 0x12, 0x95, 0x98, 0x61, 0xaa, 0xed, 0x5c, 0xd2, 0x77, - 0x5c, 0x71, 0x7d, 0x85, 0xe1, 0x97, 0xf6, 0x8d, 0xbe, 0xc5, 0xce, 0xd1, 0x1f, 0xae, 0xc8, 0x09, - 0xa9, 0xc6, 0x45, 0xa0, 0x52, 0x93, 0xaf, 0x79, 0x53, 0xe7, 0xe8, 0xb5, 0x8d, 0x7b, 0xf7, 0x4e, - 0xd6, 0xc7, 0x7b, 0x28, 0x6b, 0x6a, 0xea, 0x22, 0x9e, 0x58, 0x18, 0xb1, 0xad, 0xce, 0x10, 0xdf, - 0x2b, 0x2c, 0xdc, 0x4e, 0x72, 0x4e, 0x55, 0x2a, 0x66, 0xa3, 0x77, 0x6f, 0xb1, 0xdb, 0x33, 0xfe, - 0xbd, 0x5e, 0xcf, 0x77, 0x77, 0xd6, 0x09, 0xf7, 0xc5, 0xaf, 0x72, 0xfe, 0x55, 0xe0, 0xbb, 0xfd, - 0x9c, 0xc7, 0xf3, 0x52, 0x96, 0x98, 0x4a, 0x98, 0x76, 0x3e, 0x9e, 0xa7, 0x71, 0x0c, 0x35, 0xa5, - 0xbf, 0xe3, 0x10, 0x2f, 0x46, 0xd1, 0x74, 0x78, 0x37, 0x4b, 0xe7, 0x81, 0xce, 0x28, 0x48, 0x0b, - 0x0c, 0x7e, 0x52, 0xa6, 0xc5, 0x52, 0x79, 0x70, 0xac, 0x81, 0x5b, 0x13, 0x05, 0x94, 0xe1, 0xad, - 0x19, 0x30, 0x4c, 0xa3, 0x81, 0x0d, 0x9a, 0x81, 0x99, 0x56, 0x21, 0x31, 0xd5, 0x41, 0x98, 0x8a, - 0x0d, 0x40, 0x98, 0x2a, 0xb8, 0x4b, 0xef, 0x40, 0x2c, 0x95, 0x21, 0xe8, 0x1d, 0x0a, 0x29, 0x6a, - 0x84, 0x5e, 0x62, 0xa0, 0x4b, 0x0c, 0x01, 0x84, 0x40, 0x73, 0x08, 0xbb, 0x39, 0x74, 0x0e, 0x5f, - 0x7e, 0xe3, 0xac, 0x0b, 0xc1, 0xd4, 0xf2, 0xdd, 0xff, 0x05, 0x1e, 0xd3, 0x3e, 0x83, 0x2b, 0xe1, - 0x64, 0xaf, 0x07, 0x0c, 0x52, 0xac, 0x44, 0x5c, 0x12, 0xac, 0xb0, 0xdb, 0xd3, 0xcc, 0x60, 0x23, - 0x2e, 0x45, 0x6d, 0x28, 0x21, 0x45, 0x3b, 0x4a, 0x48, 0x51, 0x41, 0x09, 0xd9, 0x84, 0xdc, 0x55, - 0x90, 0x4b, 0x09, 0x27, 0x2e, 0xf9, 0xd3, 0x88, 0xdb, 0x04, 0xc3, 0x04, 0x6a, 0xe8, 0x33, 0xfc, - 0x82, 0x7e, 0x13, 0xb0, 0xc3, 0xb4, 0x06, 0x68, 0x52, 0xac, 0x06, 0x34, 0xe1, 0x93, 0xfd, 0x67, - 0x42, 0x22, 0x6d, 0x8c, 0x84, 0x54, 0x7c, 0x0e, 0x12, 0x92, 0xdf, 0x02, 0x1c, 0x54, 0x2c, 0x01, - 0x0e, 0x2a, 0x3e, 0x03, 0x05, 0xa9, 0x58, 0x03, 0x05, 0xe9, 0x66, 0x6a, 0xa1, 0x1d, 0x89, 0x9f, - 0x5f, 0x44, 0x1d, 0x01, 0xb6, 0x1b, 0x90, 0xa2, 0x56, 0xc0, 0x19, 0x8b, 0x99, 0x09, 0x6d, 0xe6, - 0xeb, 0x85, 0x5e, 0x59, 0x51, 0x49, 0xbe, 0xfe, 0x1c, 0x9b, 0x91, 0x7d, 0x3b, 0x76, 0x06, 0x6b, - 0xe4, 0x22, 0x63, 0x9c, 0xe7, 0x0c, 0x5e, 0xa1, 0x1b, 0x4a, 0xcc, 0x58, 0xa9, 0x06, 0x16, 0xa2, - 0xc0, 0x1f, 0x5b, 0x01, 0x3e, 0x62, 0xee, 0x07, 0xa1, 0xab, 0x5e, 0x2c, 0x01, 0x04, 0xa9, 0x9c, - 0x08, 0x8a, 0xc8, 0x5c, 0xeb, 0xad, 0x12, 0x13, 0x1f, 0x23, 0x8e, 0x6e, 0xf3, 0xe0, 0xe0, 0x79, - 0xf6, 0xa0, 0xb3, 0xdb, 0xf9, 0xb8, 0x5a, 0xda, 0xb1, 0x22, 0x97, 0x82, 0xda, 0x10, 0x1e, 0x47, - 0x0d, 0x22, 0x12, 0x8d, 0x8c, 0x02, 0xcb, 0x79, 0x5d, 0xa8, 0xda, 0xe5, 0x30, 0x8b, 0x5a, 0x02, - 0x58, 0x85, 0xd7, 0xd2, 0x7b, 0x39, 0xa4, 0x85, 0x2c, 0xcf, 0x1e, 0x31, 0xd0, 0xe2, 0xff, 0xb7, - 0xc9, 0x72, 0x98, 0x89, 0x8c, 0x5f, 0x98, 0x0a, 0x2d, 0xcb, 0x03, 0xbc, 0x86, 0xbf, 0xba, 0x9d, - 0x07, 0xe7, 0x20, 0xa3, 0x5c, 0x78, 0xc6, 0x34, 0x15, 0x9c, 0xef, 0xf6, 0x2e, 0x40, 0xd7, 0x40, - 0x1c, 0x9b, 0xc0, 0xf7, 0xe6, 0x01, 0xaa, 0x9a, 0xa0, 0xac, 0x80, 0x82, 0xdc, 0xb7, 0xc4, 0x92, - 0x53, 0xe8, 0x6d, 0xac, 0x3d, 0x54, 0x54, 0x6c, 0x66, 0xbf, 0x29, 0x23, 0x50, 0xd2, 0x92, 0x0c, - 0x88, 0xe7, 0xfb, 0xe9, 0x24, 0x2a, 0x8e, 0x84, 0xb2, 0xf6, 0x24, 0xc7, 0xe2, 0x9f, 0xc0, 0x24, - 0xd7, 0xc4, 0x90, 0x70, 0xba, 0x22, 0x8c, 0xb9, 0xc7, 0x57, 0xe5, 0xe7, 0x5e, 0x96, 0x3f, 0x3d, - 0x75, 0x29, 0x7a, 0xd1, 0x06, 0x2f, 0x05, 0xb6, 0xc7, 0x54, 0x4c, 0x18, 0x7a, 0x8c, 0x7f, 0xd0, - 0x0d, 0x87, 0x8d, 0x5f, 0x8a, 0x41, 0xd5, 0x1a, 0xbe, 0xf4, 0xd2, 0x5c, 0x12, 0x73, 0x86, 0x9c, - 0x00, 0x31, 0xd3, 0xd3, 0xf8, 0x8d, 0x9d, 0xc3, 0xd4, 0x01, 0x11, 0x41, 0x5d, 0xf3, 0x14, 0x26, - 0x5f, 0x55, 0x6e, 0x33, 0xe7, 0x64, 0x36, 0xcf, 0x61, 0x33, 0x71, 0x06, 0x2a, 0xa1, 0x4f, 0x47, - 0x0e, 0x87, 0x9c, 0x24, 0xf2, 0x73, 0x49, 0x8e, 0xc4, 0x34, 0x51, 0x72, 0x4f, 0xe5, 0x70, 0xd8, - 0x4f, 0x76, 0x76, 0x5c, 0xe8, 0x93, 0x18, 0x76, 0xd8, 0x0e, 0xe6, 0x8f, 0x30, 0xf0, 0x98, 0x4d, - 0x69, 0xc7, 0x6e, 0x62, 0x3a, 0xff, 0x97, 0xb2, 0xc6, 0x6c, 0x7b, 0x05, 0x8f, 0xb7, 0x94, 0x9e, - 0x2b, 0x45, 0x6b, 0x38, 0x21, 0xad, 0xeb, 0x78, 0x17, 0xb1, 0x8f, 0xdc, 0x7e, 0xac, 0x2f, 0x87, - 0x31, 0xa8, 0x86, 0xee, 0x1a, 0x9a, 0xb0, 0x64, 0xb8, 0xbd, 0x94, 0x00, 0xe1, 0xbb, 0x94, 0x81, - 0xc7, 0x5d, 0x02, 0xa6, 0x4f, 0xd5, 0x73, 0x58, 0xfb, 0xce, 0xd0, 0x4d, 0xb4, 0x27, 0x07, 0xcc, - 0x15, 0x26, 0xa3, 0x32, 0x50, 0xf5, 0xec, 0x81, 0x3b, 0xc0, 0x50, 0x29, 0x31, 0x9b, 0xd6, 0x83, - 0x80, 0x8f, 0xd8, 0xb9, 0x79, 0x44, 0xf6, 0xf6, 0x0b, 0x0e, 0x7c, 0x2f, 0x2c, 0xb2, 0xdc, 0x4e, - 0x03, 0xdb, 0xc0, 0x69, 0x2c, 0xbc, 0x26, 0xad, 0x71, 0xc7, 0x6b, 0xed, 0x71, 0xd4, 0x2d, 0x76, - 0x7a, 0x9e, 0xef, 0x61, 0xe4, 0xa7, 0x7e, 0x08, 0x6b, 0xc6, 0x7e, 0x6a, 0x3d, 0x3a, 0x2f, 0x2e, - 0xf8, 0xcb, 0x66, 0x59, 0xb5, 0x7d, 0x63, 0xde, 0xa0, 0x4f, 0x2d, 0x0e, 0x63, 0x0e, 0xb0, 0x51, - 0xdc, 0x48, 0xa6, 0xb9, 0xc2, 0xef, 0x36, 0x92, 0xef, 0xf5, 0xda, 0x48, 0xb7, 0x9f, 0x34, 0xd0, - 0x89, 0x2f, 0x58, 0xd4, 0xf0, 0xf4, 0x30, 0x71, 0x74, 0x9a, 0x0b, 0x48, 0x00, 0x9b, 0x20, 0x44, - 0xcc, 0xd1, 0xe3, 0x9d, 0xd7, 0x82, 0x28, 0xe1, 0xbb, 0xd7, 0xb7, 0x73, 0xf5, 0x61, 0x5e, 0xb3, - 0xac, 0x77, 0xab, 0x63, 0xc9, 0x6d, 0xf5, 0x3d, 0xff, 0xdb, 0x5c, 0xcf, 0x20, 0xaf, 0xf2, 0xfd, - 0x7a, 0x35, 0x5a, 0x23, 0xbd, 0x4e, 0xc5, 0xbf, 0xb2, 0xdc, 0xd4, 0xaa, 0x96, 0x3e, 0x7a, 0x32, - 0x89, 0x20, 0xaa, 0x18, 0x85, 0xd1, 0x79, 0x71, 0xcd, 0xb0, 0x9a, 0x3c, 0xfe, 0x24, 0xb3, 0x1e, - 0x1d, 0x77, 0xf1, 0x3a, 0x07, 0x37, 0x55, 0xd0, 0xe1, 0x74, 0xb2, 0x5c, 0x74, 0x9f, 0x63, 0xdf, - 0xa4, 0xbd, 0xcb, 0x16, 0xd4, 0xa6, 0xc0, 0x7c, 0x6e, 0x6b, 0x6b, 0xaa, 0x31, 0x13, 0x64, 0x47, - 0xb5, 0x36, 0xbe, 0x05, 0x8b, 0xef, 0x4d, 0x72, 0x65, 0xde, 0x5c, 0xd1, 0xb2, 0x30, 0x86, 0x54, - 0xfc, 0x65, 0x4f, 0xed, 0x50, 0x7c, 0xb9, 0xe3, 0x89, 0x4d, 0xde, 0x8c, 0xb5, 0x20, 0xf5, 0xb8, - 0x5a, 0x00, 0xc7, 0x6d, 0xce, 0x00, 0xd9, 0x61, 0xee, 0x84, 0x40, 0x2f, 0xcf, 0x69, 0x96, 0x66, - 0xb6, 0xe7, 0x63, 0x96, 0x59, 0xb9, 0x95, 0x2d, 0x05, 0x9a, 0x3f, 0x9b, 0xde, 0x4e, 0x26, 0xa0, - 0x57, 0x11, 0xfa, 0x6f, 0xeb, 0x69, 0x6d, 0x66, 0x8b, 0x9f, 0xd8, 0x38, 0xc7, 0x22, 0xd1, 0x1a, - 0x66, 0x7a, 0x36, 0xc4, 0x3e, 0x3d, 0x25, 0xe8, 0x28, 0x5e, 0xc3, 0x95, 0x5b, 0x8d, 0x2a, 0xc7, - 0xb0, 0x1a, 0x56, 0x40, 0xf8, 0x13, 0x4e, 0x1c, 0x6e, 0x51, 0x93, 0x59, 0x32, 0x2b, 0xa2, 0xf8, - 0x71, 0xbd, 0x1e, 0x64, 0xcb, 0xba, 0x90, 0xa0, 0x01, 0x16, 0xc8, 0x55, 0x84, 0x7f, 0x0e, 0xd5, - 0x66, 0x72, 0x04, 0x5f, 0xe8, 0xd9, 0x51, 0xf0, 0x31, 0xb2, 0x19, 0xdb, 0x0b, 0xdd, 0xd1, 0xdf, - 0x1a, 0xe1, 0x51, 0xf6, 0xb1, 0x51, 0x88, 0xae, 0xca, 0xcb, 0xbc, 0x87, 0x4c, 0x32, 0x66, 0xbd, - 0x43, 0x49, 0xba, 0x77, 0xf0, 0x3d, 0x49, 0xd6, 0xbe, 0x3c, 0xd4, 0x05, 0x29, 0x49, 0xd0, 0x83, - 0x8e, 0xe2, 0xd5, 0x9e, 0x91, 0x64, 0x2b, 0x30, 0xef, 0xce, 0x00, 0x18, 0x5f, 0x7a, 0xa7, 0x05, - 0x12, 0x0c, 0x7e, 0x4d, 0x24, 0xf8, 0x38, 0xe2, 0xd4, 0x89, 0x25, 0xd4, 0x32, 0x01, 0x14, 0x2e, - 0x01, 0x94, 0x85, 0x9c, 0x99, 0x30, 0x52, 0xd1, 0xfa, 0x05, 0x92, 0x14, 0x35, 0x5f, 0x85, 0x8b, - 0x1f, 0xbc, 0x83, 0x91, 0xe4, 0xf0, 0xe9, 0x55, 0x00, 0xf7, 0x17, 0x2f, 0x70, 0x4c, 0xf3, 0x22, - 0x9d, 0x2b, 0x47, 0x3b, 0xfe, 0xf6, 0xd7, 0x0b, 0x23, 0x94, 0x2d, 0x6d, 0x9d, 0xee, 0x2a, 0x68, - 0xd2, 0x2d, 0x68, 0xf6, 0x8a, 0x84, 0x5e, 0x9f, 0xce, 0x35, 0x74, 0x81, 0x02, 0xa8, 0x83, 0x73, - 0x0a, 0x87, 0xc3, 0xeb, 0x28, 0x21, 0x78, 0xad, 0x84, 0x85, 0xef, 0xe1, 0xcb, 0x8a, 0xda, 0x70, - 0x59, 0x2a, 0x80, 0x9f, 0x7c, 0x45, 0xae, 0x89, 0x1a, 0x93, 0xdb, 0x10, 0x2b, 0x27, 0x40, 0xde, - 0x2d, 0xe8, 0x6d, 0x23, 0xc2, 0xbd, 0x49, 0xa2, 0x3c, 0x17, 0x1a, 0x89, 0xc1, 0x63, 0x5f, 0xb2, - 0xea, 0x28, 0x39, 0xfd, 0x88, 0x16, 0x9d, 0x5c, 0x55, 0x7f, 0xf2, 0x4e, 0xb0, 0x82, 0xf8, 0x33, - 0x74, 0xab, 0x54, 0xe6, 0xa4, 0x11, 0xde, 0x5c, 0x6e, 0x4a, 0x7d, 0xfe, 0xff, 0x48, 0xfd, 0x2b, - 0xd1, 0xa8, 0x81, 0x64, 0x4c, 0x13, 0xb9, 0xd1, 0x6d, 0x42, 0x3f, 0x34, 0xe5, 0x6c, 0x48, 0xf7, - 0x65, 0x05, 0xc6, 0x4a, 0x5f, 0x8b, 0xdd, 0x0c, 0x33, 0xb2, 0xf3, 0xf2, 0xdf, 0x2c, 0xd5, 0x6c, - 0x5e, 0xc9, 0x49, 0x80, 0xd9, 0x24, 0xa0, 0x9b, 0x6f, 0xa3, 0x2b, 0x78, 0x31, 0x78, 0x96, 0x8c, - 0xf2, 0xac, 0xbf, 0x51, 0x0a, 0x09, 0xea, 0x42, 0x7c, 0x83, 0xef, 0xd8, 0xcb, 0xb9, 0xb2, 0xde, - 0x2f, 0x59, 0x64, 0x95, 0x40, 0x4e, 0xe3, 0x14, 0x92, 0xb7, 0x4a, 0xa3, 0x52, 0x53, 0x94, 0x68, - 0x14, 0x43, 0x97, 0x9f, 0x4c, 0xad, 0xf2, 0x98, 0x88, 0x95, 0x18, 0x4c, 0x15, 0x0d, 0xa7, 0x60, - 0x1a, 0x0e, 0x6a, 0x0f, 0x4e, 0xe3, 0x2e, 0xa0, 0x30, 0x7c, 0x2e, 0xd7, 0x03, 0xaf, 0x17, 0x89, - 0x2e, 0x50, 0x9f, 0x42, 0xd4, 0x0a, 0x83, 0xce, 0x4d, 0x7d, 0x2f, 0x1e, 0x36, 0x81, 0xb3, 0x87, - 0x9e, 0x1c, 0xab, 0xac, 0xa5, 0xeb, 0x61, 0xda, 0x57, 0x76, 0x29, 0x93, 0xea, 0xb7, 0x43, 0x9c, - 0x10, 0x2c, 0x31, 0xfb, 0xe6, 0x16, 0x00, 0xbf, 0x21, 0x88, 0xd1, 0xf3, 0x47, 0xac, 0x52, 0xa8, - 0xb2, 0x2e, 0xfd, 0x11, 0x37, 0xf5, 0x68, 0x7f, 0xd0, 0xb8, 0x73, 0x4e, 0x9d, 0x41, 0x37, 0x8e, - 0x70, 0x15, 0x47, 0x74, 0x9f, 0x0c, 0xd3, 0x8c, 0x97, 0x83, 0x8c, 0x4e, 0xb1, 0xeb, 0xb9, 0xf6, - 0xd7, 0x30, 0x55, 0xe4, 0x8c, 0x84, 0xa3, 0x4a, 0xe7, 0xef, 0xb6, 0x3a, 0x7f, 0xf1, 0xc0, 0xdd, - 0xd6, 0x32, 0xc9, 0x97, 0xac, 0x4e, 0x68, 0xe3, 0xd8, 0x39, 0x83, 0x39, 0xeb, 0x64, 0x5a, 0x23, - 0x05, 0xe1, 0x39, 0x9d, 0x3b, 0x01, 0xce, 0x83, 0xf3, 0xf7, 0x3b, 0x4c, 0x7e, 0x05, 0xc2, 0x49, - 0xe7, 0x7e, 0x56, 0x4c, 0x45, 0x32, 0x7b, 0x68, 0xf8, 0x37, 0xd8, 0x95, 0x65, 0xcc, 0x87, 0x2c, - 0x2b, 0x37, 0x5c, 0xd2, 0xe3, 0xbc, 0x22, 0xc5, 0xc0, 0xcf, 0x57, 0xb9, 0x91, 0x63, 0xb0, 0xdf, - 0x4f, 0x4f, 0xc5, 0x17, 0x4b, 0x60, 0x4d, 0xf3, 0x91, 0xa5, 0x07, 0x3c, 0x9f, 0xef, 0x81, 0x33, - 0xf8, 0xf1, 0xf4, 0xa4, 0x03, 0x53, 0x79, 0x33, 0x4c, 0xae, 0x44, 0x1e, 0x46, 0xe0, 0x91, 0xe1, - 0x3c, 0x1a, 0xaa, 0x2f, 0x86, 0xd9, 0x8c, 0x98, 0x58, 0x7f, 0x04, 0x05, 0x64, 0x86, 0x93, 0xef, - 0x0d, 0x5a, 0xda, 0xe9, 0xf1, 0x76, 0x7a, 0x68, 0x78, 0xcb, 0xcb, 0xb6, 0xc3, 0x95, 0xb6, 0xf9, - 0x22, 0xed, 0x9c, 0xbc, 0x6e, 0x93, 0x97, 0xcc, 0x69, 0x74, 0x55, 0x15, 0x9e, 0xb4, 0xb8, 0x44, - 0x03, 0x02, 0xd3, 0x73, 0xc5, 0x85, 0xa6, 0x83, 0x17, 0x3e, 0x09, 0x4d, 0x3d, 0x2d, 0x34, 0xe1, - 0xe4, 0x46, 0x01, 0xa8, 0xe8, 0x6f, 0xd9, 0x4d, 0xd2, 0x69, 0xd7, 0x2d, 0x07, 0x6d, 0xe4, 0xd1, - 0xd0, 0xaf, 0x3e, 0xff, 0x31, 0x06, 0xe0, 0x54, 0x1c, 0xff, 0xca, 0xb0, 0xbd, 0xd4, 0x64, 0xa5, - 0x6c, 0xcf, 0xd8, 0x7b, 0x0b, 0x66, 0x58, 0xd0, 0xb8, 0xdd, 0xde, 0x24, 0x8d, 0xc6, 0xf6, 0x4e, - 0xb4, 0xb3, 0x7d, 0x15, 0xc5, 0x36, 0xc0, 0xf1, 0x69, 0x97, 0xca, 0xd7, 0xc6, 0x37, 0x16, 0x20, - 0xc9, 0xdb, 0xc1, 0xf6, 0xba, 0xc6, 0xce, 0x53, 0xdb, 0xda, 0xb9, 0x5d, 0x72, 0xd2, 0x9b, 0x79, - 0xe1, 0x7e, 0x38, 0x57, 0x9d, 0x72, 0x46, 0x99, 0x00, 0x97, 0x1f, 0xb3, 0x39, 0xc5, 0xe7, 0x0c, - 0x07, 0x5c, 0x75, 0xdf, 0xde, 0x46, 0x80, 0x37, 0xb0, 0x67, 0x8e, 0xdc, 0xa3, 0xb1, 0x92, 0xcb, - 0x8a, 0x72, 0x26, 0x8d, 0xa5, 0xc2, 0xdb, 0x48, 0x58, 0xa6, 0x84, 0xc1, 0xb4, 0xdf, 0xe4, 0x56, - 0x08, 0x8b, 0xf7, 0x71, 0x94, 0x16, 0x22, 0x4d, 0xa9, 0xed, 0x8c, 0x28, 0x00, 0x4f, 0xbc, 0x88, - 0x87, 0xb3, 0x36, 0xa4, 0x61, 0x36, 0x17, 0x6f, 0x52, 0xfc, 0xec, 0xfa, 0xae, 0x4a, 0x7b, 0xcd, - 0xb1, 0x77, 0x32, 0x1f, 0x57, 0x90, 0x0b, 0xda, 0xf3, 0x24, 0x1d, 0xdf, 0xe2, 0xe5, 0x6a, 0xa1, - 0x62, 0xd2, 0x08, 0x53, 0x14, 0x74, 0xa0, 0x2b, 0xf4, 0xa9, 0x89, 0x28, 0x2c, 0x8b, 0x05, 0x5a, - 0x13, 0xb0, 0x18, 0xbc, 0x2c, 0x8a, 0xc8, 0x2d, 0x6c, 0xed, 0x4b, 0xc6, 0x71, 0x94, 0x90, 0xbb, - 0x89, 0xbc, 0xc9, 0xcd, 0xf2, 0x9f, 0x85, 0x2b, 0x58, 0xf3, 0x40, 0x80, 0xd6, 0x59, 0xd3, 0x75, - 0xb5, 0xa9, 0xad, 0x68, 0x44, 0x3b, 0x84, 0xcd, 0x1f, 0x9f, 0xd7, 0x6f, 0x1d, 0x99, 0x19, 0x8e, - 0x1e, 0x19, 0xe3, 0xfc, 0x91, 0x41, 0xfd, 0xd7, 0x17, 0x76, 0x2f, 0xfd, 0x6f, 0x1c, 0x96, 0xd7, - 0x75, 0xa3, 0x3c, 0x55, 0x15, 0x5d, 0x10, 0xcd, 0x32, 0x7a, 0xf9, 0x79, 0x32, 0xa5, 0xa0, 0x56, - 0x4b, 0x9c, 0xaf, 0xab, 0xc6, 0x1a, 0x0d, 0xcc, 0x88, 0xa6, 0x32, 0x29, 0x4e, 0xe8, 0x0b, 0x9f, - 0x26, 0x7d, 0x82, 0xbe, 0x72, 0xcb, 0x65, 0xc9, 0x9d, 0x34, 0x1c, 0x3e, 0x66, 0xab, 0x5d, 0xa9, - 0x3d, 0xc4, 0xbb, 0xc0, 0x6f, 0x6c, 0x85, 0x09, 0x83, 0xdc, 0xfa, 0x5b, 0x88, 0xb2, 0x7a, 0xd7, - 0xaf, 0xaf, 0xf4, 0xe5, 0x95, 0x35, 0xe6, 0x86, 0xa2, 0xd7, 0xb7, 0x73, 0xf2, 0x69, 0x6c, 0xa3, - 0xf8, 0xbd, 0xb6, 0x17, 0xb5, 0xbd, 0xf1, 0x15, 0x50, 0xb8, 0xd3, 0x2b, 0xd7, 0x6d, 0x51, 0xcd, - 0xf7, 0x73, 0x98, 0xef, 0xa5, 0x57, 0x4b, 0xf6, 0xee, 0x6e, 0x09, 0x40, 0x8a, 0x68, 0xb1, 0xb5, - 0x7f, 0xf7, 0xe2, 0xc5, 0xe1, 0x9e, 0xd8, 0xdd, 0xfd, 0xbd, 0x03, 0x38, 0x8c, 0xa3, 0x0c, 0xfe, - 0xe8, 0x71, 0xfd, 0x99, 0x0c, 0x6e, 0x35, 0x96, 0xd0, 0xf2, 0x4d, 0xd5, 0xe0, 0xb6, 0xdf, 0xc3, - 0xfc, 0xe9, 0x79, 0x4b, 0x8f, 0xff, 0x8c, 0x1e, 0x98, 0x61, 0x55, 0x7d, 0xd0, 0x3d, 0xf0, 0x9b, - 0x7b, 0xf0, 0x7e, 0xbd, 0x0e, 0x58, 0xf6, 0xbd, 0xe5, 0xfd, 0x58, 0xc2, 0x8d, 0xf5, 0xe3, 0x64, - 0x13, 0x6e, 0xac, 0x61, 0xe6, 0x2b, 0xa9, 0xba, 0xc6, 0x21, 0xe6, 0xc2, 0xae, 0x86, 0xe5, 0x29, - 0xd6, 0x9d, 0xdc, 0xca, 0x31, 0x33, 0x3d, 0x5a, 0xe1, 0x99, 0x5f, 0xe2, 0xc7, 0xf4, 0xb6, 0x93, - 0x44, 0xa0, 0x55, 0x0d, 0x8b, 0x0e, 0x48, 0x96, 0x20, 0xb5, 0x1d, 0x48, 0x7b, 0x40, 0x8e, 0x22, - 0x04, 0x7e, 0xde, 0x19, 0x6a, 0x91, 0x6e, 0xcb, 0xd1, 0x86, 0x5e, 0xdf, 0x1a, 0x24, 0xff, 0x02, - 0xa1, 0x1a, 0xba, 0x2d, 0xcf, 0xc2, 0x62, 0x2e, 0xd0, 0xd3, 0x36, 0x3c, 0x47, 0x96, 0x9c, 0x17, - 0xce, 0xa0, 0xe6, 0x99, 0x61, 0x0e, 0x10, 0x75, 0x4d, 0xd9, 0xf3, 0x7d, 0x76, 0x98, 0x90, 0xad, - 0x82, 0x6b, 0x26, 0x97, 0xdc, 0x26, 0xed, 0xab, 0x9d, 0x5d, 0x9c, 0x2e, 0xfa, 0x6c, 0xf9, 0x4f, - 0x9d, 0x11, 0x5c, 0x1a, 0x58, 0xb4, 0x7d, 0x2f, 0x90, 0x45, 0xd4, 0xc7, 0xab, 0x86, 0x54, 0xbf, - 0x5d, 0x3f, 0x97, 0x15, 0x21, 0x0d, 0x47, 0x73, 0x9b, 0xe8, 0x92, 0x57, 0xee, 0x11, 0x95, 0xe4, - 0xa2, 0x4c, 0x7a, 0x13, 0xd0, 0x3f, 0x8a, 0x20, 0x8e, 0x26, 0x45, 0x7f, 0xdd, 0x7d, 0x56, 0x19, - 0x9e, 0x14, 0x7f, 0xaf, 0xd9, 0x70, 0xdc, 0xd8, 0x32, 0x19, 0x64, 0xd6, 0x6f, 0x5a, 0x72, 0xb4, - 0xc9, 0xf7, 0xcd, 0x5c, 0xc1, 0x48, 0x81, 0x88, 0xaa, 0x10, 0x69, 0x52, 0xd5, 0x30, 0x66, 0xf8, - 0xbe, 0x79, 0xd2, 0x60, 0xf2, 0x2e, 0x9a, 0x10, 0x8e, 0xe4, 0xdb, 0x07, 0x4d, 0x6f, 0x8b, 0x18, - 0x27, 0xf9, 0x91, 0x45, 0x0d, 0xe5, 0xab, 0x8b, 0x94, 0x77, 0x37, 0x39, 0x09, 0x1e, 0x01, 0x6f, - 0x1f, 0x6b, 0x48, 0xbe, 0xcb, 0x80, 0x2a, 0xde, 0x85, 0x42, 0xd4, 0x91, 0x0d, 0x74, 0x4e, 0x1d, - 0x17, 0x92, 0xb0, 0x20, 0x3d, 0x2e, 0x3b, 0x29, 0x71, 0x08, 0xd8, 0xa0, 0x11, 0xec, 0x58, 0x16, - 0x63, 0xea, 0x5e, 0x44, 0xfb, 0x1c, 0x5e, 0xd3, 0xa1, 0xc1, 0x1d, 0x03, 0xcd, 0x65, 0xb5, 0x1e, - 0x34, 0xcc, 0x19, 0x1d, 0x9c, 0x5f, 0x94, 0x95, 0x40, 0x4e, 0x91, 0xf2, 0x02, 0x83, 0x39, 0xb1, - 0xdd, 0x6b, 0x81, 0x42, 0x8d, 0xae, 0xc6, 0x39, 0x46, 0xcb, 0x62, 0xbc, 0x8a, 0x18, 0x5a, 0xf2, - 0x42, 0x31, 0xbe, 0x81, 0x45, 0xad, 0xb1, 0x37, 0x0f, 0xd8, 0x56, 0x5b, 0x32, 0x8b, 0xfe, 0x97, - 0x10, 0x91, 0x83, 0xc2, 0x58, 0xa2, 0x78, 0x29, 0xe3, 0xf9, 0xc3, 0xc8, 0x5b, 0x4e, 0xcb, 0x32, - 0x4a, 0x6c, 0xaf, 0x63, 0xa4, 0x87, 0x92, 0x40, 0x50, 0x43, 0x16, 0x6c, 0x21, 0x4f, 0xd3, 0x61, - 0xb9, 0x24, 0xcb, 0x54, 0x2f, 0x36, 0x3b, 0xea, 0x89, 0x57, 0x5e, 0x75, 0xf9, 0x4a, 0xb8, 0xce, - 0x64, 0x15, 0x5c, 0x27, 0x5e, 0xbf, 0xf8, 0x5b, 0xa1, 0xbc, 0x3a, 0x8f, 0xad, 0x86, 0x80, 0x25, - 0xd8, 0xcd, 0xd4, 0xd0, 0x46, 0xa4, 0x9c, 0xb1, 0x47, 0x36, 0xce, 0xa6, 0xd5, 0x2b, 0x6f, 0x66, - 0x3d, 0xcb, 0xee, 0xe7, 0x16, 0xd2, 0x94, 0x49, 0xf4, 0x8d, 0xa9, 0xb7, 0x31, 0xac, 0x97, 0x0d, - 0x57, 0x12, 0x14, 0x1e, 0xf9, 0xf9, 0xe1, 0x1c, 0xe1, 0x9d, 0x4e, 0xcd, 0x43, 0x28, 0xc7, 0x2c, - 0x22, 0x09, 0x0c, 0xf7, 0x5d, 0x10, 0x7b, 0x37, 0xb3, 0x60, 0xe8, 0xa1, 0x87, 0xbc, 0x37, 0x9a, - 0xcf, 0x82, 0xc6, 0x7e, 0x53, 0x36, 0x15, 0x0d, 0x65, 0x0a, 0xb3, 0x91, 0x96, 0x65, 0xbf, 0x02, - 0x86, 0xca, 0x10, 0x29, 0xc7, 0x6b, 0x20, 0x52, 0x5e, 0xad, 0x46, 0xa4, 0xf4, 0xb2, 0xe6, 0x77, - 0xd2, 0x89, 0x99, 0x86, 0x39, 0x31, 0x25, 0xd4, 0x1c, 0x8e, 0x3d, 0xf1, 0x37, 0xd4, 0x10, 0x5e, - 0xc9, 0xbf, 0xd3, 0x49, 0x98, 0x95, 0xe2, 0x4f, 0xe0, 0x0c, 0x8a, 0x44, 0x12, 0x49, 0x27, 0x23, - 0xdb, 0xa9, 0x7b, 0xce, 0x6f, 0xa6, 0xa5, 0x7b, 0xd7, 0x7f, 0x86, 0x87, 0x2a, 0x33, 0x43, 0x96, - 0xa7, 0xe4, 0xe9, 0x69, 0xab, 0x56, 0x9e, 0x1c, 0x85, 0xb9, 0x7b, 0xa5, 0x96, 0x90, 0xc0, 0xcd, - 0x17, 0xac, 0xf7, 0x19, 0x33, 0x2f, 0x66, 0x8f, 0x1c, 0xcb, 0x97, 0x20, 0x88, 0x72, 0x50, 0xd9, - 0x74, 0x35, 0xa8, 0x6c, 0x2c, 0x86, 0x9f, 0xf2, 0x97, 0x87, 0x43, 0x4f, 0xfd, 0x4c, 0xb3, 0x8f, - 0x61, 0x8d, 0x8c, 0x21, 0x92, 0x91, 0x96, 0xed, 0x2c, 0x34, 0x5b, 0x83, 0x85, 0xe6, 0x6b, 0xb0, - 0xd0, 0x78, 0x35, 0x0b, 0xc5, 0x9a, 0x85, 0x66, 0x8a, 0x68, 0x60, 0xa1, 0xb9, 0xfc, 0x1b, 0x58, - 0x68, 0xec, 0x89, 0xec, 0xe0, 0xa2, 0xa0, 0xc8, 0xc2, 0x36, 0x84, 0x57, 0xf4, 0x5c, 0x31, 0x4c, - 0x15, 0x5b, 0x40, 0x5a, 0x7a, 0xf3, 0x33, 0x99, 0x83, 0x8e, 0x9b, 0x44, 0x4b, 0x90, 0x23, 0xa7, - 0x68, 0x92, 0xba, 0x81, 0xe3, 0x64, 0x06, 0x32, 0xb8, 0xb1, 0xe0, 0xc3, 0x13, 0x79, 0x7d, 0x0d, - 0x67, 0xdf, 0x16, 0xde, 0x4c, 0xab, 0xaa, 0x76, 0x77, 0x5b, 0x77, 0x4e, 0x64, 0x02, 0x1f, 0xb6, - 0x48, 0x6b, 0x1f, 0xa6, 0x14, 0xef, 0x84, 0x09, 0xdf, 0xf8, 0x11, 0x6e, 0x0b, 0xad, 0xfb, 0x99, - 0xb5, 0xdd, 0xaa, 0xc4, 0xe6, 0x4b, 0xea, 0xfa, 0x68, 0x57, 0xf5, 0xb1, 0xbd, 0xa6, 0x5f, 0x66, - 0x4b, 0xea, 0x81, 0x4d, 0xaa, 0x6d, 0x1b, 0xad, 0xd7, 0xb3, 0x8c, 0xa0, 0x1b, 0x9b, 0xa0, 0x9b, - 0x65, 0x04, 0x61, 0x9e, 0xf0, 0x25, 0x35, 0xc1, 0x63, 0xbb, 0x2e, 0x28, 0x40, 0x59, 0x45, 0x1a, - 0x51, 0x4e, 0x50, 0xb5, 0xaf, 0xd6, 0x49, 0xe9, 0xab, 0xdb, 0xeb, 0x44, 0xb4, 0x37, 0xfb, 0xa8, - 0x83, 0x82, 0x55, 0x75, 0xbe, 0xcf, 0x96, 0xd4, 0x58, 0x64, 0x41, 0x1b, 0xbb, 0xd6, 0x68, 0x8b, - 0xae, 0x4f, 0xef, 0xe7, 0x4b, 0xea, 0x82, 0x43, 0x62, 0x6b, 0x83, 0x53, 0xa9, 0xa1, 0xfe, 0x9f, - 0xe6, 0xcb, 0x26, 0x79, 0xad, 0xf3, 0xc7, 0x0e, 0x41, 0xd2, 0x89, 0x97, 0x55, 0xec, 0x2d, 0x13, - 0x66, 0x16, 0x18, 0x81, 0xe5, 0x14, 0x0e, 0xec, 0x76, 0x02, 0x78, 0x26, 0x8c, 0x04, 0x0e, 0x01, - 0xac, 0x62, 0x50, 0x7a, 0x22, 0xcf, 0x44, 0x80, 0x45, 0x2c, 0x90, 0x53, 0xc6, 0x6f, 0xd5, 0xc2, - 0xc2, 0xba, 0x50, 0x6d, 0x0c, 0x9a, 0x4c, 0x0f, 0x56, 0xd3, 0x12, 0x21, 0xa7, 0xf8, 0xf9, 0x1f, - 0x9a, 0x18, 0x11, 0xb0, 0x1a, 0x46, 0xc7, 0x0c, 0x64, 0xa1, 0x0a, 0x98, 0xb0, 0xad, 0x00, 0x13, - 0xaa, 0x50, 0x8f, 0x81, 0x9c, 0xa6, 0x6d, 0x9d, 0xfa, 0xab, 0xfa, 0xe9, 0x65, 0xdb, 0xa7, 0xe7, - 0xdc, 0x6b, 0xfb, 0x82, 0x43, 0x50, 0xfb, 0x0d, 0x3b, 0xc5, 0xe4, 0xc1, 0x8c, 0x3a, 0x6c, 0x99, - 0x93, 0x87, 0xab, 0x68, 0x02, 0xbd, 0xac, 0xcc, 0x9e, 0x82, 0x01, 0xdd, 0xac, 0x6f, 0x2a, 0x73, - 0x4f, 0x23, 0x24, 0xe8, 0x3a, 0x3d, 0x5c, 0x5a, 0xc1, 0x66, 0xfd, 0x84, 0xcf, 0x82, 0xa8, 0xda, - 0x2d, 0xe4, 0xc8, 0x0a, 0x43, 0xd6, 0xd8, 0xb0, 0x8e, 0xe8, 0xe5, 0x56, 0x59, 0x1b, 0x61, 0x4d, - 0xba, 0x4d, 0x8c, 0x9d, 0x3f, 0x34, 0xd6, 0x65, 0x41, 0x19, 0xd5, 0x56, 0x8a, 0x86, 0x32, 0x6a, - 0xac, 0x72, 0xd6, 0x5c, 0x65, 0x0d, 0xff, 0xa8, 0x56, 0xad, 0x88, 0x40, 0x85, 0x19, 0x94, 0xc0, - 0x66, 0xa8, 0x19, 0x3d, 0x3d, 0x45, 0x83, 0x43, 0xd7, 0x5e, 0x37, 0x65, 0x59, 0x15, 0x6f, 0x14, - 0xf8, 0x11, 0x81, 0x90, 0xc8, 0x73, 0xf3, 0x90, 0x66, 0x5f, 0x2c, 0xa7, 0xf1, 0x61, 0x98, 0x63, - 0xb0, 0xbe, 0x29, 0x38, 0x80, 0x02, 0xf9, 0x67, 0x2f, 0xcc, 0xab, 0xeb, 0xc5, 0x22, 0x4b, 0xc0, - 0x9f, 0x20, 0x59, 0x0c, 0x74, 0xad, 0x4a, 0x5b, 0xae, 0x69, 0x93, 0x0d, 0xe7, 0xe2, 0x78, 0x3e, - 0x0c, 0xb7, 0xb6, 0x0a, 0xd9, 0xb4, 0x2c, 0x3a, 0xa0, 0x22, 0xf9, 0xa3, 0x87, 0x3f, 0xac, 0xe6, - 0xf3, 0x4a, 0xf3, 0x6f, 0xd3, 0xfa, 0x9e, 0x87, 0xeb, 0x3c, 0xaa, 0x2e, 0x00, 0x52, 0xc0, 0x99, - 0xd6, 0x86, 0x38, 0x6b, 0x65, 0x5f, 0xc6, 0xcd, 0xaa, 0x4b, 0x60, 0xd8, 0x27, 0xb6, 0xf4, 0x85, - 0xf0, 0xfd, 0x0c, 0x64, 0x39, 0xfe, 0xcb, 0xa0, 0x50, 0x9c, 0xa2, 0x01, 0x29, 0x72, 0xdc, 0xa3, - 0x90, 0xf0, 0xd3, 0xa5, 0x9b, 0xae, 0x4c, 0x5b, 0x52, 0x78, 0xea, 0x23, 0xd7, 0xb8, 0xac, 0xfd, - 0x11, 0x9b, 0xbf, 0x13, 0x0c, 0xb0, 0x52, 0xde, 0xac, 0x40, 0x12, 0xed, 0x6b, 0x69, 0x82, 0xb0, - 0xaf, 0x1e, 0x93, 0x2a, 0xde, 0xa6, 0x43, 0x74, 0xb6, 0x96, 0x46, 0xaa, 0x8e, 0xb3, 0xa3, 0x6e, - 0x78, 0x77, 0x9c, 0x4e, 0x97, 0x02, 0x91, 0x5d, 0x67, 0xc9, 0x5e, 0x46, 0x97, 0x4a, 0x0a, 0xd8, - 0x12, 0xa6, 0x24, 0x3b, 0xa9, 0x7a, 0xb7, 0x89, 0x6b, 0x31, 0xbd, 0x37, 0xbb, 0xd0, 0xdb, 0x93, - 0xa3, 0x1e, 0x92, 0x03, 0xef, 0xb6, 0xdd, 0x76, 0x81, 0x60, 0x7f, 0x32, 0x38, 0x78, 0xe1, 0xbb, - 0xb0, 0x8c, 0xe7, 0x40, 0xa5, 0xf4, 0x33, 0x3e, 0x79, 0x0d, 0x42, 0x0f, 0xac, 0xf4, 0x51, 0xd4, - 0xc1, 0x9b, 0xb3, 0x14, 0x64, 0xdb, 0x28, 0xcf, 0x31, 0x80, 0x93, 0x84, 0x5d, 0x04, 0x40, 0xea, - 0x66, 0xef, 0x98, 0x85, 0x81, 0x94, 0x77, 0xd9, 0x32, 0xb6, 0xf8, 0x2e, 0xec, 0x16, 0xc7, 0x8e, - 0xf6, 0xf1, 0x75, 0x8c, 0x07, 0xb3, 0xbb, 0x93, 0x9d, 0x28, 0x54, 0xbb, 0x85, 0xd1, 0x5c, 0x9a, - 0xec, 0x14, 0x6e, 0x71, 0xdc, 0xcd, 0xb5, 0x53, 0xb3, 0xf1, 0xac, 0xf3, 0x72, 0x31, 0xbe, 0xf8, - 0x2f, 0x25, 0xb1, 0xc4, 0x84, 0x02, 0x23, 0x46, 0x0d, 0xf9, 0xaa, 0x30, 0x05, 0x0e, 0xf8, 0x8f, - 0x3f, 0xce, 0xeb, 0x8f, 0xc7, 0xd6, 0xe3, 0xf1, 0xf4, 0x13, 0x7b, 0x4c, 0x70, 0x43, 0xe6, 0x71, - 0x7c, 0xa3, 0xe5, 0x5e, 0x42, 0xec, 0x95, 0x9e, 0x06, 0x0d, 0xb3, 0xc1, 0xde, 0x44, 0xcc, 0x12, - 0xad, 0x27, 0x24, 0xac, 0xb6, 0x61, 0xa6, 0x8f, 0xd3, 0x7e, 0x31, 0x7f, 0x5c, 0xe4, 0x1c, 0xa9, - 0x32, 0x71, 0x4b, 0x11, 0x69, 0x2d, 0xa6, 0x3d, 0x47, 0xb6, 0x0d, 0x13, 0xcf, 0xa0, 0x56, 0x29, - 0x20, 0x3b, 0x84, 0xf8, 0x64, 0x0d, 0xe3, 0x4d, 0x9a, 0x05, 0xf0, 0x4f, 0xf9, 0xf5, 0x5e, 0xbe, - 0xec, 0x77, 0x04, 0xab, 0x77, 0xc8, 0xe0, 0xd7, 0x79, 0xc4, 0x28, 0x66, 0x76, 0xf1, 0xdb, 0x21, - 0xe7, 0x6c, 0x81, 0xf8, 0xc0, 0x96, 0xc7, 0xc2, 0x71, 0x07, 0xbb, 0xbd, 0x8d, 0x9b, 0x3a, 0x7b, - 0x04, 0x09, 0xe4, 0x41, 0xe2, 0x93, 0xcd, 0x92, 0xce, 0x58, 0xc4, 0xdc, 0x63, 0xf7, 0x78, 0xa3, - 0xa2, 0x39, 0xc2, 0xec, 0xaa, 0x2d, 0xc8, 0xcf, 0xed, 0x9e, 0x34, 0x8f, 0x52, 0x40, 0x72, 0x36, - 0xbc, 0x8e, 0x80, 0x8f, 0x27, 0xe8, 0x30, 0x76, 0x93, 0x5e, 0xcd, 0x26, 0x8f, 0xb8, 0x0a, 0x29, - 0xaa, 0x59, 0x2c, 0x45, 0x10, 0x8e, 0x04, 0x1f, 0xc1, 0x3f, 0x19, 0xae, 0xb3, 0x30, 0x3b, 0x01, - 0x96, 0x00, 0x95, 0xf1, 0x5d, 0x9f, 0x19, 0x14, 0xa4, 0xd3, 0x83, 0x9e, 0xac, 0x98, 0x01, 0xcd, - 0xc0, 0xcc, 0xfc, 0x11, 0x87, 0xb1, 0xb5, 0xde, 0xcf, 0x86, 0x04, 0x76, 0x8b, 0xeb, 0x5c, 0xac, - 0xf0, 0xec, 0xa4, 0xbe, 0xc4, 0x11, 0xd9, 0x73, 0x2f, 0x3d, 0x16, 0xa1, 0x00, 0xe7, 0xd9, 0xc9, - 0x05, 0x6c, 0xcf, 0x56, 0xec, 0x00, 0x14, 0x09, 0xa2, 0xea, 0xc5, 0x69, 0xbd, 0xe8, 0xae, 0x5e, - 0x84, 0x1e, 0x81, 0xb0, 0x40, 0x4c, 0x03, 0x8b, 0x24, 0xc8, 0xde, 0x79, 0xc0, 0x48, 0x81, 0xd3, - 0x36, 0x5a, 0x08, 0x64, 0x17, 0x45, 0x62, 0x8c, 0x92, 0xe8, 0x3e, 0x7e, 0xa4, 0xed, 0xe7, 0x4a, - 0xcd, 0xd8, 0x9e, 0x03, 0x67, 0x12, 0xb2, 0x22, 0x2e, 0x74, 0xdd, 0x10, 0xb2, 0x26, 0x95, 0x62, - 0x97, 0xfe, 0x88, 0xad, 0x67, 0x30, 0x38, 0x58, 0xe6, 0x9a, 0xe4, 0x41, 0x0a, 0xb5, 0x00, 0x87, - 0xc3, 0xd8, 0x8f, 0xbd, 0x2a, 0xc0, 0x41, 0x76, 0x53, 0xbc, 0x85, 0xd1, 0x0c, 0x7d, 0x8f, 0x43, - 0x1d, 0x48, 0xa4, 0x2a, 0x8e, 0x34, 0x20, 0x7c, 0xee, 0xd4, 0xfe, 0x48, 0x59, 0xfd, 0x94, 0x07, - 0x3c, 0x3e, 0x53, 0x8c, 0x64, 0x97, 0x62, 0x20, 0x29, 0xe7, 0xa2, 0xf5, 0xbd, 0xf4, 0x1c, 0x01, - 0xaa, 0x4b, 0xa6, 0x45, 0x8c, 0x36, 0xab, 0xd4, 0xdb, 0xdb, 0xa4, 0xde, 0xc3, 0x97, 0x13, 0x71, - 0xff, 0x8f, 0xb6, 0x71, 0xb3, 0x31, 0x2e, 0xdd, 0xf8, 0x2a, 0x67, 0xa8, 0x39, 0x26, 0x24, 0x41, - 0xf6, 0x09, 0xaa, 0x2a, 0xc2, 0x13, 0xbb, 0xe2, 0x4f, 0xdf, 0x64, 0x2d, 0xbe, 0x42, 0xe3, 0x57, - 0xdf, 0x1a, 0xc3, 0x71, 0x32, 0x39, 0xee, 0xda, 0x75, 0x5e, 0xa1, 0xd9, 0xb3, 0x74, 0x6d, 0x8e, - 0x43, 0x64, 0xad, 0xda, 0x0c, 0x73, 0x3b, 0x7f, 0xab, 0x95, 0x9f, 0x9c, 0xbb, 0x85, 0x69, 0x79, - 0x5c, 0xc7, 0x94, 0xdd, 0x60, 0x38, 0x6d, 0x8f, 0x86, 0x2d, 0xfc, 0x96, 0xf5, 0x02, 0xc4, 0x2d, - 0xcb, 0x0a, 0x6a, 0xb0, 0xb5, 0x16, 0x88, 0x78, 0x14, 0x46, 0x7d, 0x16, 0xd0, 0xd2, 0x06, 0xf4, - 0x89, 0x9e, 0x69, 0x85, 0xdb, 0x74, 0x2d, 0xf1, 0xf0, 0x40, 0x79, 0x00, 0xfa, 0x98, 0xed, 0xb1, - 0xda, 0x55, 0xf9, 0x0c, 0x79, 0xfc, 0x94, 0xd2, 0x1d, 0x74, 0xe7, 0xd7, 0xa3, 0xb3, 0x62, 0xde, - 0x2d, 0x18, 0x8c, 0x27, 0x2c, 0x11, 0x04, 0x5f, 0xc2, 0x7c, 0x08, 0x62, 0x1c, 0xd4, 0x41, 0x53, - 0xcd, 0x10, 0xe0, 0xd9, 0x89, 0x28, 0xa4, 0x23, 0x81, 0x3e, 0x84, 0x0a, 0x0b, 0x1a, 0xb4, 0x35, - 0xd3, 0x05, 0xa5, 0xb0, 0xa8, 0xc0, 0x3b, 0x8a, 0xbc, 0x38, 0xb0, 0xea, 0xa6, 0xa1, 0x6f, 0x82, - 0x9d, 0xb2, 0x57, 0x12, 0xcb, 0xd1, 0x99, 0x27, 0x94, 0x15, 0xd6, 0x5d, 0x80, 0x94, 0xb8, 0x98, - 0x06, 0x70, 0x0a, 0xc3, 0x7f, 0x77, 0x01, 0x9a, 0xf0, 0x41, 0x39, 0xe6, 0x31, 0x05, 0x2f, 0x7c, - 0x3b, 0xc3, 0xe4, 0x0e, 0xc2, 0xcb, 0x5d, 0xa5, 0x8b, 0x68, 0x6f, 0xca, 0x5f, 0x3b, 0xfc, 0xae, - 0xf2, 0x9e, 0x5b, 0xde, 0xc3, 0x98, 0x47, 0x5d, 0x2a, 0x1c, 0x8e, 0xf2, 0x2e, 0x7c, 0xb0, 0x4b, - 0x14, 0xb9, 0x47, 0x58, 0x85, 0x20, 0x0e, 0x0a, 0x4b, 0x33, 0x96, 0x91, 0x80, 0x3c, 0xc5, 0x21, - 0x43, 0xf7, 0x8b, 0x6a, 0x3a, 0x1b, 0x3d, 0x6e, 0x32, 0x84, 0x9c, 0x8f, 0x30, 0x4c, 0x43, 0xdf, - 0xce, 0x1a, 0xa2, 0xa1, 0x82, 0xe7, 0x9e, 0x9d, 0x32, 0x44, 0x3f, 0xb8, 0xf6, 0xec, 0x7c, 0x21, - 0x06, 0x5c, 0x58, 0x30, 0x10, 0x08, 0xed, 0xbc, 0x89, 0x69, 0xf4, 0x70, 0x46, 0x08, 0x47, 0x0c, - 0xae, 0xac, 0x57, 0x33, 0x4b, 0x56, 0x18, 0xee, 0x1c, 0x39, 0x92, 0xcf, 0x62, 0x3f, 0x11, 0x87, - 0xcd, 0x0e, 0x9c, 0x95, 0x45, 0x7a, 0x26, 0xab, 0xf9, 0x4e, 0x65, 0x21, 0x81, 0x46, 0xc6, 0x9a, - 0x92, 0xdc, 0x94, 0x25, 0x93, 0xd5, 0xd0, 0x3f, 0x87, 0xae, 0xd3, 0x17, 0x39, 0xad, 0x2c, 0xb2, - 0x6f, 0x23, 0x6f, 0x68, 0x95, 0xe4, 0xc3, 0x42, 0x5e, 0xbe, 0x7b, 0x69, 0x9d, 0x4d, 0xf9, 0x30, - 0xfe, 0x55, 0x93, 0x12, 0x5b, 0xb8, 0xb1, 0x06, 0xb2, 0x95, 0x17, 0xff, 0xae, 0x8b, 0x53, 0x50, - 0x3c, 0x66, 0xf3, 0x74, 0xef, 0x95, 0xa0, 0x20, 0xbf, 0x7b, 0x9f, 0xfe, 0x7a, 0x3d, 0xea, 0x02, - 0xa7, 0xc5, 0xc0, 0x69, 0xc0, 0x65, 0x8a, 0xd7, 0xaa, 0xb5, 0x26, 0xd1, 0x83, 0x0a, 0xb7, 0x3a, - 0x9b, 0x8d, 0x62, 0x1a, 0xec, 0xc6, 0x4c, 0x69, 0x4e, 0x4b, 0xf6, 0xb5, 0xaf, 0x86, 0xc3, 0x61, - 0x67, 0xb7, 0xf7, 0xe2, 0x1b, 0xaf, 0x83, 0xe9, 0x45, 0x9d, 0x1d, 0x58, 0xd7, 0x3b, 0x8e, 0x87, - 0xff, 0x5e, 0xcb, 0x7f, 0x47, 0x70, 0x84, 0xe3, 0x76, 0xb4, 0x84, 0xc2, 0x61, 0x13, 0x7d, 0xbf, - 0xff, 0x29, 0xf4, 0xf9, 0xbe, 0xbf, 0x1e, 0x7d, 0xac, 0xe5, 0xbf, 0xe9, 0x81, 0xe5, 0xb3, 0xf5, - 0x29, 0x8a, 0x41, 0x3a, 0x31, 0xab, 0x04, 0xd8, 0x44, 0xc4, 0xd7, 0xba, 0x8b, 0x1e, 0xa8, 0x74, - 0xe2, 0xe2, 0xec, 0x53, 0xf4, 0x88, 0xf0, 0xf7, 0xcf, 0x9e, 0x21, 0xc2, 0x3f, 0x41, 0xd4, 0xf1, - 0xad, 0x53, 0x06, 0xe4, 0x46, 0x8d, 0x5f, 0x68, 0xbb, 0xbd, 0xf9, 0x42, 0x57, 0xc2, 0xd3, 0x6d, - 0x70, 0x96, 0x95, 0xae, 0x52, 0xc6, 0xfc, 0xc1, 0xd6, 0xca, 0x77, 0x2e, 0x02, 0x70, 0x0a, 0x01, - 0x59, 0x2f, 0x79, 0xe7, 0x2b, 0x84, 0xb5, 0xe5, 0xf8, 0x7f, 0xb0, 0x14, 0xa4, 0xc0, 0x4c, 0xc6, - 0x5d, 0xf3, 0xe2, 0x64, 0x32, 0x1c, 0xfa, 0xbe, 0x63, 0xb0, 0x13, 0x97, 0x2c, 0xb3, 0x50, 0xc0, - 0x20, 0x16, 0x2e, 0x66, 0x7c, 0x33, 0x9b, 0xca, 0x41, 0x45, 0x03, 0x55, 0xdb, 0x8e, 0x3c, 0x3e, - 0x11, 0x87, 0x4b, 0x33, 0x05, 0xde, 0x0a, 0x48, 0xdf, 0x2e, 0xd0, 0xbb, 0xac, 0xf5, 0x03, 0x5a, - 0x6b, 0xe1, 0x06, 0x95, 0xa2, 0x57, 0xd3, 0x21, 0x1c, 0x6f, 0x31, 0x8c, 0x47, 0x7e, 0x07, 0x13, - 0x09, 0xff, 0xf9, 0xad, 0x5b, 0xf6, 0x97, 0x24, 0x35, 0xaa, 0xcc, 0x06, 0xcc, 0xc5, 0x72, 0x42, - 0xa6, 0x16, 0x2b, 0xfd, 0xd5, 0x18, 0x33, 0xac, 0x7a, 0xce, 0x56, 0xd6, 0x93, 0x3b, 0x8d, 0x5b, - 0x40, 0xa5, 0x9e, 0xdf, 0x57, 0xd6, 0x73, 0xe7, 0x34, 0xee, 0x19, 0x95, 0x7a, 0xfe, 0x56, 0xaf, - 0xa7, 0xbb, 0x10, 0x1c, 0x1f, 0x34, 0xad, 0x8c, 0xb2, 0xf2, 0x3d, 0x2e, 0x66, 0x8b, 0x4b, 0x2b, - 0xe7, 0x82, 0x57, 0x84, 0x4d, 0xa7, 0x02, 0x6c, 0xf9, 0x4d, 0x67, 0x42, 0xdf, 0x30, 0x8b, 0xcc, - 0x5a, 0xac, 0xbc, 0x78, 0xd0, 0x15, 0xd6, 0xbd, 0x14, 0xde, 0x10, 0xcd, 0x59, 0x96, 0xab, 0xbc, - 0x39, 0x0f, 0x23, 0xaf, 0x5a, 0x76, 0x8d, 0x90, 0xed, 0x95, 0xb2, 0x51, 0x98, 0x2b, 0x00, 0x70, - 0xf9, 0xa8, 0xd2, 0xc5, 0x0f, 0xb6, 0x7f, 0xa4, 0x16, 0x06, 0xbc, 0x66, 0xc9, 0xa7, 0xa8, 0xad, - 0x91, 0x48, 0xf5, 0x59, 0xb4, 0x22, 0x5f, 0xb0, 0x99, 0x2f, 0xaa, 0x58, 0xbc, 0xe4, 0xca, 0x58, - 0xb4, 0x4b, 0x58, 0x74, 0xd5, 0x8d, 0xf9, 0x95, 0xe1, 0xd4, 0xa9, 0xb4, 0x09, 0xc7, 0x8d, 0x8f, - 0x32, 0x29, 0x21, 0xce, 0xc1, 0x0c, 0xfd, 0x14, 0xc3, 0xae, 0xd9, 0x45, 0x0c, 0xe9, 0x95, 0x2c, - 0x43, 0x59, 0x4b, 0x0f, 0xb6, 0xf0, 0x53, 0x0e, 0x9e, 0xde, 0x68, 0x55, 0xd3, 0xa2, 0x94, 0xab, - 0x12, 0xef, 0x55, 0x25, 0x85, 0x21, 0xcc, 0x42, 0xae, 0xa0, 0x50, 0x67, 0x7b, 0xf3, 0x20, 0xf5, - 0x86, 0x30, 0x09, 0x89, 0x29, 0xba, 0xa6, 0xa2, 0x51, 0x18, 0x9b, 0xa2, 0x11, 0x15, 0xdd, 0xc3, - 0xe1, 0x56, 0x19, 0x30, 0x6a, 0x44, 0xdd, 0x18, 0x43, 0x23, 0xc1, 0xf9, 0xf9, 0x85, 0x47, 0xff, - 0xbb, 0x28, 0x4b, 0x79, 0xa3, 0x8a, 0xa8, 0xee, 0xf4, 0x76, 0x78, 0x2e, 0x06, 0x27, 0xbd, 0xa8, - 0xde, 0x98, 0x5a, 0x56, 0xd4, 0x61, 0x8c, 0x2e, 0xb9, 0xcd, 0xb6, 0xfd, 0xf1, 0xb8, 0xe0, 0x06, - 0x66, 0xd4, 0x07, 0x08, 0x32, 0x76, 0xcc, 0x65, 0x3d, 0xcc, 0xcd, 0xf0, 0x17, 0xdc, 0x1d, 0x64, - 0xae, 0x0e, 0xfc, 0xad, 0xf2, 0x7e, 0xec, 0xef, 0x5f, 0xcf, 0x8a, 0xe9, 0xed, 0x08, 0xaf, 0x10, - 0xf7, 0x7f, 0x9c, 0xcd, 0xc7, 0x69, 0x9a, 0x7e, 0x9a, 0x45, 0xfb, 0x98, 0xe6, 0x65, 0xff, 0x7e, - 0xf6, 0x69, 0x86, 0xea, 0x74, 0x15, 0xdb, 0x58, 0xa1, 0x12, 0x75, 0xbb, 0xd3, 0xf1, 0x4e, 0xd8, - 0x7b, 0xe9, 0x0e, 0x0e, 0x11, 0xc4, 0xb1, 0x8b, 0xcd, 0xba, 0xde, 0x74, 0x3c, 0x38, 0x50, 0x3f, - 0x0f, 0x7d, 0xdc, 0xea, 0x9f, 0x3f, 0x0f, 0xc3, 0xe9, 0x98, 0x4a, 0x76, 0xc2, 0x43, 0x2c, 0xf1, - 0x5f, 0xb2, 0x12, 0xa8, 0x40, 0x49, 0x37, 0x88, 0xa0, 0xe3, 0x5a, 0x7a, 0xc3, 0xe5, 0x34, 0x47, - 0x67, 0xb5, 0xe9, 0xb8, 0xf4, 0x3a, 0x88, 0x3c, 0xe4, 0x75, 0x5e, 0xf8, 0xdf, 0x60, 0x02, 0x44, - 0xef, 0x87, 0x9e, 0x42, 0x37, 0x4e, 0x26, 0x73, 0x0b, 0x38, 0x14, 0x0a, 0x7e, 0x25, 0x83, 0xa2, - 0xb0, 0x77, 0xe2, 0x73, 0x6b, 0x03, 0x20, 0x55, 0x06, 0xb3, 0x1d, 0xbb, 0x7d, 0x95, 0x4b, 0xa6, - 0x5d, 0x57, 0xe1, 0x3e, 0x49, 0x88, 0x22, 0x39, 0x99, 0xcd, 0x6f, 0x3a, 0xbf, 0x46, 0xa3, 0x34, - 0x95, 0x6a, 0x63, 0x57, 0xb4, 0x0f, 0x52, 0x6a, 0x2d, 0x17, 0x0a, 0xa8, 0xe2, 0xa1, 0xb3, 0x2f, - 0xcc, 0x12, 0xa5, 0x22, 0xf5, 0xcc, 0x06, 0x39, 0x85, 0x83, 0x35, 0xb7, 0xf7, 0xa7, 0x79, 0x2e, - 0x68, 0x53, 0xb4, 0x9f, 0xb9, 0x9f, 0x49, 0xa5, 0x68, 0xd8, 0x10, 0x79, 0x46, 0xb9, 0xab, 0x14, - 0x0d, 0x5e, 0x4b, 0x75, 0x93, 0x6a, 0x75, 0x34, 0x96, 0xfa, 0xb2, 0xd4, 0xb1, 0x9c, 0x5a, 0x16, - 0xe2, 0x4e, 0xdc, 0x17, 0xd7, 0xa1, 0x0a, 0x84, 0x83, 0x1c, 0x19, 0xb6, 0xfc, 0xf2, 0x02, 0x01, - 0x01, 0x7f, 0x51, 0x37, 0x43, 0x22, 0xe4, 0x3e, 0xcd, 0xc2, 0x9b, 0x7b, 0x8f, 0x15, 0xc0, 0xf7, - 0xff, 0x20, 0xd5, 0x9d, 0xbd, 0xf2, 0x31, 0xbc, 0x99, 0x72, 0xe8, 0xf0, 0x5e, 0x3f, 0x92, 0xee, - 0x32, 0x51, 0xc5, 0x5d, 0x46, 0x5e, 0xc3, 0xb6, 0xfb, 0xe9, 0x90, 0xa5, 0x41, 0xdc, 0x6a, 0xe4, - 0xaf, 0x61, 0xf3, 0xe1, 0x50, 0xb2, 0x19, 0x2b, 0xb7, 0xb1, 0xea, 0x29, 0x1f, 0x0f, 0xa8, 0xf0, - 0x73, 0x90, 0xe0, 0x30, 0xf0, 0x1f, 0xd1, 0x27, 0xbb, 0xce, 0x7d, 0x4c, 0xb8, 0xfa, 0x0f, 0x8e, - 0x44, 0x45, 0x40, 0x01, 0x46, 0x68, 0xf8, 0xcc, 0xca, 0x27, 0xd2, 0xca, 0x12, 0x5e, 0xe6, 0x1d, - 0x79, 0x7e, 0xe3, 0x3f, 0x6a, 0x0a, 0x79, 0x8b, 0xf0, 0x24, 0x13, 0x93, 0x03, 0x1b, 0x58, 0xd4, - 0xe5, 0xc2, 0x4e, 0x69, 0xbd, 0xb7, 0x28, 0xbd, 0x6b, 0x7d, 0x4b, 0x24, 0x3a, 0xe1, 0x7b, 0x12, - 0x31, 0x92, 0x91, 0x99, 0xd7, 0xc8, 0xf4, 0x2a, 0x60, 0xac, 0x8b, 0x2c, 0xe0, 0x15, 0x7b, 0x77, - 0x1c, 0x5c, 0x11, 0x73, 0x6f, 0xd7, 0xd5, 0x47, 0x4f, 0x88, 0x7f, 0xca, 0x8c, 0x13, 0x79, 0x3f, - 0xfc, 0x60, 0xdd, 0xd0, 0x54, 0x09, 0x23, 0x9b, 0xcd, 0x7a, 0x29, 0xaf, 0x81, 0x94, 0x87, 0xe3, - 0x8c, 0x44, 0xe4, 0x9d, 0xc8, 0xce, 0x7c, 0xfd, 0x05, 0xc0, 0xad, 0xcd, 0x49, 0xb3, 0x97, 0xc2, - 0xb0, 0xe6, 0x68, 0x9a, 0xe2, 0x03, 0x6e, 0x5f, 0x19, 0xc0, 0xf0, 0x5b, 0xa3, 0x06, 0xd3, 0x06, - 0x75, 0x1c, 0xe5, 0x7b, 0x37, 0xc7, 0x55, 0x03, 0x57, 0x6d, 0x34, 0x76, 0x7a, 0x30, 0x1e, 0xa5, - 0x07, 0x6a, 0x6e, 0x80, 0x40, 0xc1, 0x6b, 0xa6, 0xd4, 0x46, 0x6c, 0xe4, 0x5f, 0x44, 0x8e, 0x78, - 0x81, 0xbc, 0xa1, 0x53, 0xac, 0x2e, 0xc9, 0xfa, 0xdb, 0x8c, 0x04, 0xbd, 0x41, 0x7a, 0x5f, 0xd8, - 0x96, 0x92, 0xd0, 0x39, 0xc0, 0x24, 0xf6, 0x74, 0xe3, 0x63, 0x27, 0x65, 0x23, 0xa8, 0x4e, 0x5e, - 0xf8, 0xdf, 0xff, 0x83, 0x49, 0xd0, 0x02, 0x53, 0x14, 0xe1, 0x3b, 0x5e, 0xd2, 0x90, 0x72, 0xb5, - 0x96, 0xfc, 0x2c, 0x8f, 0x10, 0xd3, 0x97, 0x80, 0x56, 0xf4, 0x62, 0x8c, 0xda, 0x55, 0x2a, 0x1d, - 0xbe, 0x8f, 0xa6, 0x7b, 0x29, 0xab, 0x54, 0xdd, 0x1a, 0x75, 0x00, 0x3f, 0x0e, 0x51, 0xb1, 0x64, - 0x6c, 0x68, 0x5b, 0x99, 0x85, 0x4e, 0x46, 0x69, 0xe2, 0x42, 0x8c, 0x29, 0xf4, 0x83, 0x5e, 0x7f, - 0x76, 0xa4, 0x91, 0x49, 0x66, 0x0a, 0xf0, 0x3e, 0x09, 0xf3, 0xf3, 0xd9, 0x85, 0xb7, 0x6e, 0x52, - 0x3c, 0xd0, 0xe2, 0x7f, 0xcb, 0xb2, 0x68, 0xfe, 0x6a, 0x88, 0x70, 0xd1, 0xfd, 0xa4, 0x42, 0xbd, - 0xc9, 0x20, 0x27, 0xbb, 0x60, 0xbf, 0x8f, 0x19, 0xe5, 0x94, 0xf3, 0x25, 0xb0, 0x31, 0x4b, 0x82, - 0x16, 0x47, 0xc3, 0x44, 0x40, 0x3e, 0x37, 0x62, 0x85, 0x8b, 0x1d, 0x2b, 0x22, 0x87, 0xc9, 0x59, - 0x7a, 0x9b, 0xdb, 0x43, 0xa8, 0x34, 0x17, 0x44, 0xff, 0xe7, 0xee, 0x96, 0x58, 0x09, 0xf2, 0xe2, - 0x1b, 0x54, 0xf5, 0xba, 0xa8, 0xef, 0x88, 0xbf, 0x1c, 0xba, 0x0e, 0x46, 0xcd, 0x03, 0xf8, 0x8c, - 0x3c, 0x7f, 0xd1, 0x72, 0x28, 0xd2, 0x80, 0xcb, 0x9a, 0xf7, 0x10, 0x85, 0x42, 0x70, 0xe2, 0x2c, - 0x2e, 0x28, 0x81, 0x41, 0xc3, 0x70, 0x8b, 0x6b, 0x65, 0xf2, 0x9a, 0x57, 0xe1, 0x72, 0x17, 0xe4, - 0xd0, 0x3c, 0x7f, 0x33, 0x94, 0x4b, 0x20, 0x62, 0x1e, 0x8a, 0x96, 0xd8, 0x4e, 0xd5, 0xfe, 0xfc, - 0xa0, 0xf2, 0x8d, 0x54, 0x52, 0xc9, 0xcb, 0x45, 0xa0, 0xdc, 0x92, 0x95, 0xe2, 0xe7, 0x5f, 0xe8, - 0xbe, 0xea, 0x8a, 0x8f, 0x23, 0x2d, 0xe5, 0x4e, 0xe2, 0x22, 0xd8, 0x78, 0x0c, 0xbe, 0xb4, 0x97, - 0x88, 0xf0, 0x5c, 0x68, 0xf7, 0x08, 0x9e, 0xae, 0x9a, 0x77, 0x37, 0x9d, 0xdf, 0x0c, 0x8b, 0x1f, - 0xe7, 0x46, 0x9c, 0xf6, 0x30, 0x4f, 0x9f, 0x81, 0xca, 0xc1, 0x31, 0xb0, 0x63, 0x7f, 0x23, 0x8c, - 0x6d, 0x70, 0x15, 0x97, 0xd2, 0xaf, 0xbe, 0x50, 0x74, 0x13, 0x97, 0xa0, 0xb2, 0x49, 0x4a, 0xa6, - 0xf2, 0xf0, 0x3c, 0xb9, 0x40, 0x77, 0xb0, 0x6e, 0x21, 0xde, 0x93, 0x95, 0xba, 0x47, 0xb9, 0xab, - 0xb1, 0x8a, 0x40, 0x5c, 0x8c, 0x8f, 0xf2, 0xdd, 0xa2, 0x1f, 0x03, 0xeb, 0x8b, 0xb7, 0xe8, 0x78, - 0x8d, 0x44, 0x08, 0xc5, 0x6e, 0x4f, 0x64, 0x1d, 0xaa, 0x11, 0xc1, 0xe0, 0xc2, 0xdd, 0x45, 0x62, - 0xe1, 0x87, 0xdb, 0xe4, 0x14, 0x73, 0xa4, 0x86, 0x81, 0x85, 0x73, 0xa2, 0x18, 0x52, 0x8b, 0x4d, - 0x5b, 0x95, 0x2e, 0xf6, 0xa2, 0x24, 0x8f, 0x07, 0x48, 0x20, 0x95, 0x66, 0x50, 0xb5, 0x3b, 0x22, - 0x53, 0x50, 0x84, 0xbb, 0xb2, 0x80, 0xf5, 0x89, 0x98, 0xaf, 0x72, 0x2a, 0xd5, 0x36, 0xa9, 0xf2, - 0x65, 0x32, 0x81, 0xa4, 0x56, 0x64, 0x70, 0x77, 0x1a, 0xe0, 0x88, 0x5a, 0x36, 0xe3, 0xbc, 0xd1, - 0x66, 0xcc, 0xb3, 0xa4, 0xc2, 0xc4, 0x17, 0x08, 0xa5, 0x5f, 0x7f, 0x4b, 0xc7, 0x08, 0x08, 0x49, - 0xa2, 0xc1, 0x43, 0xda, 0xbc, 0xe1, 0x45, 0x03, 0x9a, 0x4e, 0x35, 0xd9, 0x48, 0x72, 0xf5, 0x2b, - 0xe3, 0x1f, 0x64, 0xbe, 0x43, 0xf8, 0x50, 0x7d, 0x91, 0x9d, 0xb8, 0xc7, 0x2a, 0x2c, 0x22, 0xb9, - 0x08, 0x33, 0xf9, 0x87, 0xbe, 0x94, 0xf0, 0x0c, 0x0f, 0xea, 0xb7, 0x08, 0x5a, 0x17, 0xa6, 0x50, - 0x17, 0x48, 0xc4, 0x13, 0xd7, 0x44, 0x58, 0xe8, 0xb2, 0xd0, 0xe0, 0x09, 0x25, 0x04, 0x36, 0xc2, - 0xdf, 0x20, 0xc0, 0xf7, 0x6a, 0x5d, 0x08, 0xff, 0x6b, 0x55, 0x84, 0x08, 0x2f, 0x2a, 0xfa, 0x41, - 0xcc, 0x10, 0xbf, 0x13, 0x14, 0xc1, 0x13, 0x09, 0xa5, 0xf2, 0x62, 0xe1, 0x12, 0x89, 0x4a, 0xe3, - 0xd2, 0xfa, 0x85, 0xca, 0x6b, 0x9a, 0x0d, 0xb3, 0xd9, 0xef, 0xa0, 0xc1, 0x24, 0xae, 0xf6, 0x97, - 0x4f, 0xf8, 0x75, 0x6d, 0x18, 0xa3, 0xa9, 0x3e, 0xae, 0xdf, 0x5a, 0xca, 0x24, 0x5a, 0xe2, 0x83, - 0xca, 0x95, 0xb6, 0x80, 0xb2, 0x27, 0x3f, 0xfd, 0xa4, 0xf5, 0x66, 0xa4, 0x16, 0x52, 0x22, 0x40, - 0x20, 0x58, 0xbe, 0xe0, 0x96, 0x1e, 0xa8, 0xa4, 0xe1, 0xab, 0x2e, 0x5b, 0xca, 0xe2, 0x33, 0x82, - 0x43, 0x98, 0x4d, 0x3d, 0xa1, 0x1d, 0xd1, 0xd8, 0xd4, 0x6b, 0x8e, 0x39, 0xa3, 0xf8, 0x76, 0xde, - 0x6d, 0xcc, 0x17, 0x56, 0x7f, 0xc2, 0x7d, 0x65, 0xc4, 0xd3, 0x52, 0x20, 0x00, 0xfc, 0xf3, 0x55, - 0x3d, 0xa3, 0x8d, 0xe2, 0x5b, 0x4c, 0x79, 0xea, 0xbd, 0x0b, 0x9f, 0xd3, 0x2a, 0x9c, 0x11, 0x25, - 0x20, 0x4a, 0x3c, 0xf8, 0x32, 0x99, 0x02, 0x75, 0xee, 0x8c, 0xae, 0x0d, 0x95, 0x67, 0x3d, 0xa3, - 0x5e, 0xa4, 0x19, 0x58, 0x68, 0x25, 0x49, 0x84, 0x0e, 0x5e, 0xbd, 0x4f, 0x6f, 0x61, 0x96, 0xf2, - 0xe3, 0x6a, 0x01, 0xe6, 0x0b, 0x89, 0x98, 0xac, 0x35, 0xcc, 0x4f, 0xe6, 0x29, 0xc1, 0x79, 0x29, - 0x69, 0x4b, 0x6c, 0x18, 0x98, 0x79, 0x2f, 0xe2, 0xf9, 0xf6, 0x48, 0x48, 0xa1, 0x24, 0x7a, 0xa8, - 0xb3, 0xe4, 0x1f, 0x40, 0x71, 0xee, 0x3a, 0xf0, 0xad, 0xbe, 0xd8, 0x06, 0x8d, 0x47, 0xa5, 0x33, - 0xe4, 0xfa, 0xc7, 0xf8, 0x93, 0x3a, 0xc7, 0xb2, 0x31, 0x4a, 0x75, 0x6a, 0x47, 0x82, 0xdd, 0x6b, - 0x38, 0xbf, 0x8e, 0xd8, 0x32, 0xa6, 0x6d, 0x5f, 0x16, 0xda, 0x27, 0xae, 0x7e, 0xa5, 0xcf, 0xd7, - 0xba, 0x0a, 0xa4, 0x06, 0x79, 0x8f, 0x77, 0xa3, 0xa8, 0xfc, 0xce, 0xe1, 0x77, 0x17, 0x06, 0x53, - 0x0d, 0x15, 0xd4, 0x86, 0x86, 0xe8, 0x7f, 0xe8, 0x81, 0xbd, 0x7e, 0xf3, 0xd3, 0xab, 0x77, 0x5d, - 0xa7, 0x18, 0x8e, 0xc6, 0x42, 0xda, 0x76, 0xdc, 0x73, 0x31, 0x0b, 0x17, 0x92, 0xb3, 0xde, 0xa7, - 0x99, 0xf7, 0xcf, 0x57, 0x4d, 0x81, 0x1c, 0x92, 0xbd, 0xb6, 0xba, 0x6a, 0x6e, 0x7c, 0xd7, 0x42, - 0x23, 0x23, 0xde, 0x17, 0xfd, 0x17, 0x6f, 0x3c, 0x7b, 0x56, 0x19, 0x87, 0x3a, 0x59, 0x61, 0xb1, - 0xfb, 0x80, 0x29, 0x12, 0xe9, 0xc6, 0x88, 0x64, 0xf0, 0x1c, 0x81, 0x72, 0x77, 0xba, 0xc9, 0xb7, - 0xf9, 0xfe, 0xfd, 0x07, 0x10, 0xdb, 0xd3, 0x9f, 0x67, 0x0f, 0xd1, 0x55, 0xf7, 0xc0, 0xed, 0xfb, - 0x5b, 0xb8, 0xc7, 0x76, 0x05, 0xb9, 0x03, 0x9f, 0x60, 0x8e, 0x5c, 0x5d, 0x70, 0x44, 0xe9, 0x58, - 0xb1, 0x20, 0x1e, 0xec, 0xf5, 0x0e, 0x40, 0x6c, 0x59, 0xa7, 0xab, 0xa0, 0xb4, 0x89, 0x91, 0x81, - 0x7a, 0xa0, 0xd7, 0x42, 0xea, 0x22, 0x3f, 0xa5, 0x14, 0xc4, 0xb5, 0xe2, 0xb1, 0xeb, 0xec, 0xee, - 0xce, 0x1c, 0x4f, 0x7c, 0xb7, 0x1b, 0x26, 0x48, 0x5c, 0x6f, 0x37, 0x56, 0xe6, 0xb2, 0x21, 0x0a, - 0x5e, 0x9f, 0x72, 0x49, 0x02, 0x48, 0x11, 0x6d, 0x75, 0x4c, 0x1c, 0x2f, 0x76, 0xd7, 0x1d, 0xd7, - 0x1e, 0x54, 0x24, 0x57, 0x04, 0x97, 0xa4, 0x4d, 0x26, 0xd1, 0x45, 0x03, 0x24, 0x73, 0x45, 0x02, - 0x55, 0xba, 0x5e, 0x72, 0x35, 0xa6, 0xbb, 0xa7, 0xfb, 0x0f, 0x83, 0xef, 0x7f, 0xf8, 0xfe, 0xe9, - 0x09, 0xfe, 0x7d, 0x71, 0xf8, 0xc3, 0xb3, 0x67, 0xf7, 0x1f, 0x8e, 0xbe, 0x3f, 0xf0, 0xdd, 0xd6, - 0x7c, 0xbc, 0x02, 0x8a, 0x7b, 0x71, 0xff, 0x41, 0x65, 0x8b, 0xa5, 0xcd, 0x8a, 0x10, 0x78, 0x79, - 0x4e, 0xd3, 0x3e, 0xb3, 0x66, 0x50, 0x88, 0x98, 0x9c, 0x5a, 0x81, 0x9e, 0xda, 0xcf, 0x5f, 0xa5, - 0x31, 0x76, 0x1f, 0xfb, 0x27, 0x93, 0x55, 0x79, 0xaa, 0x6c, 0xa4, 0x8c, 0xd4, 0xb4, 0xb3, 0x59, - 0xdf, 0xc9, 0x37, 0x05, 0xfc, 0x75, 0x17, 0xc6, 0xfd, 0xb9, 0xf9, 0xac, 0xc8, 0x4c, 0x55, 0x32, - 0x4f, 0x01, 0xf1, 0x58, 0x1d, 0x37, 0x5c, 0x96, 0x47, 0xe4, 0x0e, 0x87, 0x62, 0x99, 0x60, 0xc6, - 0x1f, 0x43, 0xc9, 0x95, 0x3f, 0x7a, 0xcd, 0x4a, 0x75, 0x36, 0xbe, 0x71, 0x3c, 0xf9, 0x8a, 0x2b, - 0xff, 0x08, 0xf5, 0x6f, 0x18, 0xb8, 0xde, 0xc1, 0x0b, 0x5f, 0xf3, 0xf6, 0xd3, 0x13, 0x26, 0xd3, - 0xe8, 0xea, 0x62, 0x1c, 0xf9, 0x7b, 0xfa, 0x9b, 0x06, 0x3b, 0x64, 0xa5, 0xe2, 0x07, 0x2e, 0x51, - 0x34, 0xcc, 0x01, 0xf3, 0x88, 0x10, 0x41, 0x55, 0xe5, 0xb1, 0x6c, 0x6a, 0xab, 0x17, 0xc8, 0xd6, - 0xa0, 0x11, 0x43, 0xb7, 0x21, 0xa1, 0xc2, 0x7c, 0xea, 0x28, 0x15, 0xfc, 0x70, 0x0a, 0xd4, 0x73, - 0x80, 0x6e, 0xf1, 0x95, 0x85, 0xd4, 0xce, 0x46, 0x5d, 0x70, 0x8d, 0x48, 0x49, 0x26, 0x5f, 0x85, - 0x46, 0x75, 0xa4, 0x01, 0x0c, 0x05, 0xbc, 0x77, 0xec, 0xf8, 0xa8, 0x8f, 0xdf, 0x16, 0xa9, 0xb3, - 0xc1, 0xec, 0xe9, 0xa5, 0x20, 0xc2, 0x6e, 0x15, 0x1d, 0x68, 0xda, 0x83, 0xda, 0x9e, 0xe3, 0x3f, - 0xe4, 0x3c, 0x7c, 0x1f, 0xc2, 0x3a, 0x67, 0xbb, 0x48, 0x04, 0x9b, 0xe2, 0xeb, 0x28, 0xca, 0x40, - 0x67, 0xdc, 0xdb, 0xdb, 0xd3, 0x69, 0x4d, 0xa4, 0xbc, 0xa8, 0xf6, 0x7e, 0x9d, 0x0a, 0x1a, 0x4e, - 0xc4, 0xe9, 0x6c, 0x02, 0x2a, 0xb7, 0x88, 0xc6, 0x00, 0x85, 0x9e, 0x5c, 0xf9, 0xc4, 0x5f, 0xb9, - 0xeb, 0x72, 0x60, 0x9a, 0x19, 0xf0, 0xb5, 0x2b, 0x9f, 0x60, 0x24, 0xf8, 0x31, 0xed, 0xf2, 0x4f, - 0x4f, 0xb6, 0x15, 0x20, 0xf2, 0x16, 0x50, 0x4a, 0x3e, 0x17, 0x1e, 0xa3, 0x06, 0xca, 0x3c, 0xfa, - 0xca, 0x0d, 0x1a, 0xdf, 0xa7, 0x88, 0x74, 0x6d, 0x67, 0xac, 0x75, 0xa3, 0x14, 0x2b, 0xaa, 0x75, - 0x87, 0x48, 0x1c, 0x0f, 0xb8, 0x5c, 0x2e, 0x36, 0x38, 0xf5, 0x49, 0x3f, 0xc1, 0x8d, 0x02, 0x33, - 0xa3, 0x90, 0x25, 0x13, 0xbe, 0x77, 0x08, 0x22, 0xdf, 0x43, 0x59, 0x04, 0xea, 0xa9, 0xbf, 0x75, - 0x93, 0xa2, 0x7b, 0x60, 0x7a, 0x0f, 0x95, 0xe1, 0xb2, 0x6e, 0x7f, 0xb1, 0xc0, 0x13, 0x52, 0xe0, - 0x98, 0xaf, 0x78, 0x93, 0xaa, 0x4c, 0x41, 0x47, 0xf2, 0x70, 0x7f, 0x5f, 0xf1, 0xde, 0x6d, 0xb6, - 0xea, 0x35, 0x6a, 0x18, 0x04, 0x40, 0xf3, 0xde, 0x7f, 0x1d, 0xed, 0xc3, 0x1e, 0x3c, 0xcb, 0x8a, - 0x41, 0xe7, 0x68, 0x1f, 0x73, 0xf1, 0xe0, 0xbf, 0xd3, 0xe2, 0x26, 0x1e, 0x74, 0xfe, 0x17, 0x8e, - 0x49, 0x0d, 0xf0, 0xd5, 0x77, 0x01, 0x00 + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xd4, 0xbd, 0x59, 0x76, 0xe3, 0x4a, + 0xb2, 0x20, 0xf8, 0xaf, 0x55, 0x20, 0x10, 0x99, 0x0a, 0xe2, 0x12, 0x22, 0x01, 0xce, 0x43, 0x50, + 0x7a, 0x14, 0x35, 0xcf, 0x12, 0x35, 0x47, 0xc6, 0x79, 0x01, 0x12, 0x20, 0x09, 0x09, 0x04, 0x20, + 0x00, 0x9c, 0xc4, 0xcb, 0x5a, 0x46, 0x9d, 0xd3, 0x1b, 0xe8, 0x8f, 0x5e, 0x40, 0x2f, 0xa0, 0x96, + 0x52, 0x2b, 0x69, 0x33, 0x77, 0xcc, 0x04, 0x29, 0xc5, 0xcd, 0xfb, 0xaa, 0xab, 0x6e, 0x66, 0x88, + 0x80, 0x0f, 0xe6, 0xee, 0xe6, 0xe6, 0xe6, 0x66, 0xe6, 0xe6, 0x86, 0xef, 0x5f, 0xf6, 0x2e, 0x5b, + 0xb7, 0x4f, 0x57, 0xfb, 0xcc, 0xc0, 0x19, 0x6a, 0xdb, 0xcc, 0x77, 0xfc, 0x61, 0x34, 0x49, 0xef, + 0x37, 0x58, 0x45, 0x67, 0x31, 0x41, 0x91, 0x64, 0xf8, 0x19, 0x2a, 0x8e, 0xc4, 0xe8, 0xd2, 0x50, + 0x69, 0xb0, 0x63, 0x55, 0x99, 0x98, 0x86, 0xe5, 0xb0, 0xcc, 0x46, 0xd7, 0xd0, 0x1d, 0x45, 0x77, + 0x1a, 0xec, 0x44, 0x95, 0x9d, 0x41, 0x43, 0x56, 0xc6, 0x6a, 0x57, 0xd9, 0x22, 0x2f, 0xbc, 0xaa, + 0xab, 0x8e, 0x2a, 0x69, 0x5b, 0x76, 0x57, 0xd2, 0x94, 0x86, 0xc8, 0x0f, 0x21, 0x61, 0x38, 0x1a, + 0x7a, 0xef, 0xac, 0x07, 0x74, 0xa3, 0x3b, 0x90, 0x2c, 0x5b, 0x01, 0x20, 0x23, 0xa7, 0xb7, 0x55, + 0x61, 0xa3, 0x8d, 0x39, 0x03, 0x65, 0xa8, 0x6c, 0x75, 0x0d, 0xcd, 0xb0, 0x58, 0xc6, 0x6f, 0xee, + 0x6b, 0x8e, 0xfc, 0x17, 0x82, 0xe1, 0xe5, 0xcc, 0x14, 0x9b, 0x75, 0xab, 0x4a, 0xa6, 0xa9, 0x29, + 0x5b, 0x43, 0xa3, 0xa3, 0xc2, 0xcf, 0x44, 0xe9, 0x6c, 0x41, 0xc2, 0x56, 0x57, 0x32, 0xa5, 0x8e, + 0xa6, 0x60, 0x4d, 0x4d, 0xd5, 0x5f, 0x19, 0x4b, 0xd1, 0x1a, 0xac, 0x3d, 0x80, 0xe1, 0x74, 0x47, + 0x0e, 0xa3, 0x02, 0x1c, 0x18, 0xd6, 0xc0, 0x52, 0x7a, 0x0d, 0x56, 0x96, 0x1c, 0xa9, 0xa6, 0x0e, + 0xa5, 0xbe, 0x92, 0x9d, 0x6e, 0x61, 0x4e, 0xbd, 0x23, 0xd9, 0x4a, 0xa9, 0xc0, 0x37, 0x9b, 0xcd, + 0xdd, 0x66, 0x73, 0xbf, 0xb9, 0x0f, 0x7f, 0xf1, 0xf7, 0xb0, 0xd9, 0x3a, 0xc4, 0xa7, 0x83, 0x3e, + 0xfc, 0x39, 0xd6, 0xae, 0x6f, 0x5f, 0xbb, 0x17, 0xad, 0x81, 0x71, 0x8a, 0x69, 0x7b, 0x77, 0xda, + 0xf1, 0xcd, 0xc1, 0x31, 0x3e, 0x5e, 0xd3, 0xd2, 0x7d, 0x52, 0xf6, 0x28, 0x7b, 0x95, 0x7d, 0xc2, + 0x94, 0x7d, 0xf1, 0xe4, 0x66, 0xff, 0xe0, 0xee, 0xf2, 0x58, 0x7c, 0x81, 0xa4, 0xec, 0xd5, 0xe4, + 0x72, 0xda, 0xbf, 0x38, 0x54, 0x9a, 0x77, 0xe7, 0xd3, 0xfd, 0xea, 0x61, 0xa9, 0x7b, 0xdd, 0x3a, + 0xdd, 0x7b, 0x68, 0x0e, 0xcc, 0xe6, 0xde, 0x73, 0xae, 0x57, 0xb9, 0x3a, 0x7f, 0xd9, 0x6d, 0xe7, + 0xaf, 0x1f, 0x84, 0xca, 0xf5, 0x69, 0x4e, 0x38, 0x95, 0x9e, 0x5b, 0xb9, 0x7e, 0xaf, 0x55, 0x1d, + 0xb4, 0xf4, 0x37, 0x63, 0x64, 0x5c, 0xf4, 0x9b, 0x37, 0xfd, 0xa7, 0xf2, 0xfb, 0xf9, 0xb4, 0x39, + 0xbb, 0xd0, 0xee, 0xe4, 0xeb, 0x23, 0xed, 0x51, 0x6d, 0x6a, 0x97, 0xb9, 0xf3, 0xbd, 0xe6, 0x5e, + 0x29, 0xbf, 0x7f, 0xff, 0x76, 0x71, 0xd4, 0x54, 0x84, 0x26, 0xe9, 0x88, 0x76, 0x70, 0xfb, 0xda, + 0x1e, 0x5d, 0x0f, 0x5b, 0x2d, 0x76, 0x7b, 0x83, 0xf9, 0xee, 0xa8, 0x8e, 0xa6, 0x6c, 0x3f, 0x9c, + 0xed, 0xef, 0x7d, 0xcf, 0xd2, 0x67, 0xe6, 0xbb, 0xdd, 0xb5, 0x54, 0xd3, 0xd9, 0xde, 0xe8, 0x8d, + 0xf4, 0xae, 0xa3, 0x1a, 0x3a, 0xd3, 0x53, 0x14, 0xb9, 0x23, 0x75, 0x5f, 0x53, 0xdc, 0x7c, 0x31, + 0x96, 0x2c, 0x06, 0xa6, 0xdc, 0xe8, 0x8e, 0x86, 0x80, 0xf9, 0x4c, 0x5f, 0x71, 0xf6, 0x35, 0x05, + 0x1f, 0xed, 0xdd, 0xd9, 0xad, 0xd4, 0xbf, 0x80, 0x39, 0x48, 0xb1, 0x48, 0x3d, 0x2c, 0xf7, 0x43, + 0xf8, 0xc9, 0x6b, 0x41, 0xd1, 0xae, 0xa5, 0x48, 0x8e, 0xe2, 0x96, 0x4e, 0xb1, 0xb4, 0x15, 0x96, + 0xab, 0x6b, 0x19, 0x67, 0x66, 0xba, 0x13, 0xa7, 0x76, 0x25, 0x6c, 0x31, 0xfb, 0x22, 0x8d, 0x25, + 0xb7, 0x00, 0xaf, 0x65, 0x6c, 0xab, 0xdb, 0x60, 0x55, 0xcb, 0xc8, 0xbc, 0xd8, 0xf8, 0x2a, 0xc9, + 0xf2, 0xfe, 0x18, 0x60, 0x9c, 0xa9, 0x36, 0xcc, 0xbe, 0x62, 0xa5, 0x58, 0xcd, 0x80, 0xf6, 0x78, + 0xa5, 0xb1, 0x3d, 0xef, 0x9a, 0x6a, 0xf7, 0xb5, 0xa1, 0x2b, 0x13, 0x06, 0xcb, 0xb7, 0x90, 0x80, + 0xae, 0x20, 0x05, 0x0b, 0x7d, 0x35, 0xc9, 0x03, 0xcb, 0xcf, 0x09, 0xa5, 0xd6, 0x72, 0x25, 0x81, + 0x9f, 0x0c, 0x14, 0x45, 0x3b, 0x53, 0xfb, 0x03, 0x47, 0x57, 0x6c, 0xbb, 0xf6, 0x45, 0xa4, 0x29, + 0x4d, 0xbd, 0xaf, 0x29, 0xb5, 0x5c, 0xd9, 0x2d, 0xb0, 0xa7, 0x5a, 0x0a, 0xc1, 0x44, 0x8d, 0xed, + 0x6a, 0x46, 0xf7, 0x75, 0xa2, 0xda, 0x0a, 0x74, 0x44, 0x9a, 0x19, 0x23, 0xa7, 0xf6, 0x63, 0xde, + 0x35, 0x86, 0xa6, 0xa1, 0x43, 0x87, 0x6a, 0xd8, 0xe6, 0x48, 0xcd, 0x3c, 0x60, 0x25, 0xde, 0x30, + 0xb1, 0x8a, 0x5d, 0x9b, 0x2f, 0x16, 0x3f, 0x17, 0x1c, 0x4f, 0x7a, 0x96, 0x31, 0xf4, 0x14, 0xab, + 0xea, 0x26, 0xd4, 0x53, 0x74, 0xe8, 0x72, 0x8a, 0x83, 0x3e, 0xc3, 0x2a, 0x20, 0x1d, 0x4d, 0x89, + 0x5c, 0xa4, 0x1c, 0x21, 0xff, 0x1a, 0xac, 0x13, 0xbd, 0xaf, 0xb8, 0x45, 0x47, 0x26, 0x90, 0xa7, + 0x72, 0xd5, 0xd6, 0x54, 0x59, 0xb1, 0xec, 0x14, 0x94, 0xaf, 0xe3, 0x84, 0x38, 0x1f, 0x63, 0xd9, + 0xf9, 0x00, 0xcb, 0x0e, 0xc5, 0xb2, 0x85, 0x8d, 0x39, 0xc6, 0xa8, 0x3b, 0x20, 0xc8, 0x76, 0xd6, + 0x22, 0x9b, 0x14, 0xb6, 0x1b, 0x37, 0xf8, 0x73, 0x4b, 0xea, 0xc0, 0x50, 0x46, 0x66, 0xea, 0x1b, + 0x19, 0xe1, 0x0f, 0xda, 0x20, 0x29, 0xc4, 0xfe, 0xfc, 0xc6, 0xcf, 0xa1, 0xb3, 0x9a, 0xe2, 0x40, + 0x67, 0xa1, 0xd4, 0x31, 0x2c, 0x5c, 0x6b, 0x2c, 0x69, 0x29, 0x32, 0x2c, 0x16, 0x51, 0x08, 0x79, + 0x0a, 0xdb, 0x68, 0x04, 0x43, 0x81, 0x91, 0xc8, 0xb3, 0xb6, 0x03, 0xc3, 0xd9, 0xdc, 0x4c, 0x75, + 0x35, 0x45, 0xb2, 0xfc, 0x5a, 0x0e, 0xc7, 0x1b, 0xfa, 0x19, 0x74, 0x24, 0xc5, 0x71, 0x0b, 0x5e, + 0x14, 0x04, 0xc4, 0x1c, 0x80, 0xbd, 0x55, 0x87, 0x0a, 0x4c, 0x0a, 0x85, 0x3a, 0xc8, 0xc0, 0x60, + 0x01, 0xcd, 0xad, 0x81, 0xaa, 0xc9, 0x50, 0xe5, 0x93, 0x05, 0x35, 0xb7, 0xe0, 0xc6, 0xf7, 0xac, + 0xbb, 0x12, 0x60, 0x49, 0x38, 0x33, 0x58, 0x1a, 0x1b, 0xff, 0xd1, 0x03, 0x86, 0xb3, 0xd5, 0x93, + 0xba, 0xca, 0xdc, 0x7d, 0x1a, 0xaa, 0xda, 0xac, 0xf6, 0x70, 0x0c, 0x6c, 0xc2, 0xae, 0x03, 0x02, + 0x6b, 0x23, 0x4b, 0x4b, 0x11, 0x0e, 0x82, 0xf9, 0xd9, 0x89, 0xd1, 0xeb, 0xe5, 0xea, 0x1e, 0xa7, + 0x23, 0x8c, 0xce, 0xe3, 0x26, 0xb2, 0x50, 0x3d, 0x3c, 0xef, 0x37, 0x09, 0x2f, 0x69, 0x36, 0xf5, + 0xbb, 0x66, 0xd3, 0xa6, 0x0b, 0x54, 0xc4, 0xbf, 0xc3, 0x83, 0x66, 0xf3, 0xf0, 0x79, 0xd8, 0x6f, + 0xae, 0xfc, 0x6f, 0x77, 0xd8, 0x6c, 0xf6, 0x1f, 0x27, 0x37, 0xad, 0xe6, 0x5b, 0xf7, 0xe9, 0xe4, + 0xf9, 0xb8, 0x79, 0xfb, 0xd4, 0x3a, 0x69, 0x5e, 0x4c, 0x5a, 0xef, 0x46, 0x73, 0xb7, 0x05, 0x4c, + 0x69, 0xf2, 0x74, 0x74, 0xbc, 0x6b, 0x97, 0xf7, 0x2a, 0xea, 0xe5, 0xe4, 0xbd, 0x3f, 0xcc, 0x9f, + 0x3f, 0x9e, 0xeb, 0xef, 0xcf, 0xad, 0x57, 0x47, 0x7f, 0xe9, 0x76, 0x2e, 0xd2, 0xd7, 0xda, 0xc9, + 0x99, 0x74, 0x92, 0x1f, 0x69, 0x77, 0x67, 0xa6, 0x66, 0x3e, 0x94, 0xee, 0xde, 0x1e, 0x54, 0x43, + 0x69, 0x57, 0xc5, 0x93, 0x99, 0x22, 0xbc, 0xdc, 0x69, 0x27, 0x93, 0x67, 0xab, 0xa8, 0xdf, 0xca, + 0xfb, 0xf9, 0x33, 0xdd, 0x91, 0xaf, 0xc6, 0xcd, 0x7e, 0xba, 0xe7, 0x64, 0x7b, 0x1d, 0xfb, 0xcc, + 0x3e, 0xd4, 0x2e, 0xce, 0x46, 0x03, 0x6d, 0x78, 0xfd, 0x72, 0xaa, 0x96, 0x2f, 0xae, 0xf6, 0xf6, + 0x8f, 0xfb, 0x93, 0xdb, 0x21, 0x70, 0x31, 0xa9, 0x34, 0x94, 0xb5, 0x74, 0xfb, 0xe8, 0x6e, 0x77, + 0xb0, 0x7f, 0x2c, 0x1f, 0x1d, 0x4c, 0xa5, 0xd7, 0xb2, 0x5d, 0xd8, 0xcf, 0xce, 0xde, 0x07, 0x27, + 0xed, 0x97, 0x56, 0x79, 0xf7, 0xfa, 0xfa, 0xac, 0xb7, 0x37, 0x31, 0xcc, 0x83, 0xac, 0x5a, 0x92, + 0xde, 0xda, 0xfb, 0xda, 0xfe, 0xc1, 0xde, 0xe3, 0xb4, 0xf2, 0x7c, 0xff, 0xf0, 0x32, 0xcb, 0x5b, + 0xb3, 0x61, 0xe1, 0xa2, 0x74, 0xa0, 0x3d, 0x5f, 0x17, 0x06, 0xa3, 0xb4, 0xfe, 0x68, 0x1f, 0x1e, + 0xef, 0x9d, 0x5f, 0x1f, 0xe4, 0xfb, 0xcd, 0xa9, 0x24, 0x16, 0x9a, 0xfd, 0xa6, 0xe5, 0xdc, 0x9f, + 0x0f, 0x7a, 0xaf, 0xfd, 0x97, 0xde, 0x7e, 0xb3, 0xa3, 0xb6, 0x06, 0x93, 0x51, 0xfb, 0x78, 0xb2, + 0x7f, 0xd7, 0x1a, 0x8e, 0xe4, 0xab, 0x81, 0x7a, 0x2d, 0xdf, 0x96, 0xac, 0xf1, 0xf1, 0xcb, 0x59, + 0xfb, 0xe6, 0x79, 0x7f, 0xb2, 0x37, 0x38, 0xa8, 0xee, 0x1e, 0xdb, 0x86, 0x71, 0x5c, 0xcc, 0xdf, + 0x1e, 0xdf, 0x1c, 0x1b, 0xc7, 0x77, 0x7b, 0x95, 0xd7, 0xd9, 0xc5, 0xf3, 0x71, 0xf9, 0xee, 0xa5, + 0x39, 0x3b, 0xb7, 0x6e, 0xb2, 0xd2, 0x79, 0x76, 0x6f, 0x22, 0x5d, 0x9a, 0xc6, 0xbb, 0x34, 0xa8, + 0x9e, 0x1d, 0xb6, 0xec, 0xa7, 0xdc, 0xfb, 0x45, 0xee, 0xe9, 0xf2, 0xdd, 0xce, 0x9d, 0xe5, 0xa7, + 0x6f, 0xca, 0x85, 0x59, 0x78, 0x7f, 0x7c, 0x79, 0xab, 0x74, 0x1e, 0x6f, 0xb3, 0x83, 0xf3, 0xdd, + 0xb3, 0x97, 0x6c, 0x31, 0xff, 0xb4, 0xd7, 0x3c, 0x6e, 0xa7, 0xcb, 0xa3, 0x52, 0xa9, 0xa2, 0xe7, + 0x8f, 0xd2, 0x47, 0x37, 0x57, 0xf2, 0xb3, 0x2c, 0x8e, 0xf2, 0xb7, 0xef, 0xf2, 0xcd, 0xb3, 0x7c, + 0x7f, 0x7e, 0xdb, 0x3b, 0xd6, 0x8a, 0x47, 0xbd, 0xd3, 0xbe, 0x2c, 0x76, 0xca, 0xed, 0xf1, 0x9b, + 0x5c, 0x7d, 0xa8, 0x8e, 0x4c, 0x4b, 0xbe, 0xaa, 0x5c, 0xdf, 0x5e, 0x0e, 0x15, 0xe9, 0xbd, 0x78, + 0x7b, 0x75, 0x79, 0x73, 0xa2, 0xed, 0xed, 0xbd, 0x1c, 0xdd, 0xbf, 0x1c, 0x0a, 0xcd, 0x8b, 0xf3, + 0xeb, 0x27, 0x7b, 0x78, 0x63, 0x9d, 0x6a, 0x43, 0x73, 0xf6, 0x76, 0x5f, 0x7e, 0x1d, 0x75, 0x8e, + 0xaf, 0x5b, 0xb9, 0xc3, 0xf6, 0xf1, 0xeb, 0x41, 0x3b, 0x7d, 0xae, 0x2b, 0xad, 0x93, 0x42, 0xe5, + 0xe4, 0xe4, 0xe0, 0xbe, 0x35, 0xb8, 0xee, 0x8d, 0x26, 0xa7, 0xe7, 0x66, 0x6e, 0x76, 0x57, 0x35, + 0x87, 0x6f, 0xe2, 0xfd, 0xe9, 0xdd, 0x4d, 0xc9, 0x52, 0x1c, 0xe1, 0xd0, 0x14, 0xda, 0x2f, 0xf7, + 0x4f, 0x37, 0x37, 0x07, 0xe9, 0xc7, 0x97, 0x72, 0xfa, 0x52, 0xbd, 0x6b, 0xbf, 0x66, 0x0f, 0x8f, + 0xdf, 0x47, 0xe2, 0x50, 0x3d, 0x7a, 0x7e, 0x98, 0xa6, 0xfb, 0x95, 0x27, 0xf1, 0xe6, 0xee, 0xd5, + 0xb9, 0x1a, 0xbe, 0x1d, 0xab, 0xce, 0xcd, 0xed, 0xe3, 0xfd, 0xc5, 0xfb, 0x7b, 0xcb, 0x19, 0x1d, + 0x5c, 0x9d, 0x76, 0x8f, 0x84, 0xf7, 0x9b, 0xdd, 0xc3, 0xf4, 0x53, 0x35, 0xdb, 0xd2, 0x07, 0xbb, + 0x52, 0x4e, 0x18, 0x17, 0x8d, 0xa3, 0x9e, 0xbd, 0x7f, 0x77, 0xde, 0x7f, 0x3c, 0xbf, 0xda, 0xef, + 0x5d, 0x16, 0x9f, 0xbb, 0x27, 0x53, 0xe1, 0xe0, 0xf8, 0x4a, 0xbd, 0x9f, 0x4d, 0xfa, 0x2f, 0x9d, + 0xd2, 0xf9, 0xf1, 0xe8, 0x3e, 0x6d, 0x3c, 0x17, 0xc6, 0xb9, 0xd7, 0xd7, 0x52, 0xf6, 0x5d, 0x3f, + 0x9e, 0xee, 0x9d, 0x5a, 0xfd, 0xd1, 0x79, 0x2e, 0x37, 0x4b, 0x77, 0x1e, 0x2a, 0x93, 0xbb, 0xc3, + 0x37, 0xb5, 0x2c, 0x9d, 0x55, 0x7a, 0xd7, 0x27, 0xef, 0x13, 0xbd, 0xf5, 0x52, 0x71, 0x8e, 0x4d, + 0x53, 0x3e, 0xae, 0x76, 0x9e, 0xf6, 0xda, 0xf7, 0x27, 0xf7, 0xad, 0xeb, 0x63, 0x5d, 0x35, 0x1f, + 0x84, 0xa3, 0x8e, 0xd3, 0xd5, 0xba, 0xb7, 0xe5, 0x71, 0x6b, 0x76, 0x36, 0x7c, 0x94, 0xda, 0xf7, + 0xd6, 0x75, 0xfb, 0xe2, 0x7c, 0xd6, 0x91, 0x4e, 0x4e, 0x76, 0x07, 0xb9, 0x2b, 0xf5, 0xd1, 0x7a, + 0xec, 0xf4, 0xe5, 0x52, 0xb3, 0xf3, 0xa6, 0x74, 0xe5, 0xbd, 0xdb, 0xcb, 0xea, 0xfe, 0xf5, 0xfe, + 0xb1, 0xf2, 0x20, 0xdc, 0x5f, 0x3d, 0x5c, 0x77, 0xe5, 0xeb, 0x8a, 0xe6, 0x5c, 0x5d, 0xee, 0x8f, + 0xd2, 0xe5, 0xd2, 0x5b, 0xee, 0x78, 0x7a, 0x77, 0x6b, 0x9c, 0x28, 0x0f, 0x66, 0xef, 0xe5, 0x5a, + 0x3d, 0x3a, 0x3a, 0x2a, 0xc2, 0x52, 0xda, 0x3b, 0x7b, 0x11, 0x3b, 0x47, 0xfd, 0xeb, 0xe9, 0xa3, + 0x7d, 0x07, 0x03, 0x3a, 0x7d, 0xea, 0xf4, 0xd3, 0xad, 0x29, 0xfc, 0xaf, 0x54, 0x55, 0x8e, 0xba, + 0x97, 0x63, 0x60, 0xd1, 0x27, 0xa2, 0x56, 0xea, 0x08, 0xfa, 0x5e, 0xf9, 0xe5, 0x30, 0xdd, 0x69, + 0x37, 0x45, 0xb9, 0xf5, 0x7c, 0x3f, 0x1d, 0x4e, 0x2a, 0xcf, 0x27, 0xd9, 0xe3, 0x27, 0x67, 0x7a, + 0xe5, 0x74, 0x4e, 0xa6, 0x9a, 0x79, 0x9d, 0x3d, 0x3b, 0x7c, 0x69, 0xbf, 0x09, 0xc2, 0xed, 0x50, + 0xbe, 0x38, 0x7e, 0x9e, 0x5a, 0x87, 0x8a, 0x96, 0x9e, 0xa5, 0xad, 0xe7, 0x13, 0xcb, 0x48, 0xeb, + 0x77, 0x83, 0xfc, 0x95, 0x75, 0x71, 0x7c, 0x38, 0x39, 0x2d, 0x3d, 0x58, 0x8f, 0x17, 0xe7, 0xf7, + 0xb9, 0xe9, 0xad, 0x72, 0xf3, 0x70, 0xd4, 0x7e, 0x69, 0x77, 0x5f, 0x9d, 0xb3, 0x93, 0x9e, 0x22, + 0x5a, 0xdd, 0xb2, 0x6d, 0xce, 0xc6, 0xaf, 0xf9, 0x4e, 0xe9, 0xbe, 0xf0, 0x5a, 0xa8, 0xb4, 0xad, + 0x7c, 0x73, 0x28, 0x5e, 0x8d, 0xb3, 0xd7, 0x6a, 0x6f, 0x60, 0x1f, 0xe7, 0x46, 0xe7, 0xe3, 0x6e, + 0xa5, 0x94, 0xbf, 0x54, 0xaf, 0xaf, 0x6f, 0x2e, 0x0c, 0x45, 0x36, 0xaf, 0x7a, 0x47, 0x7a, 0x7b, + 0xd2, 0x05, 0x6e, 0x98, 0x96, 0xf6, 0xf6, 0xf7, 0x4b, 0xe5, 0xee, 0xe9, 0xfb, 0x6d, 0x7f, 0x57, + 0xbb, 0xee, 0xbf, 0x98, 0x2f, 0xfd, 0xdb, 0x3d, 0xfd, 0xc4, 0x39, 0xd4, 0x1f, 0x73, 0x6f, 0x9d, + 0xe1, 0xe3, 0x49, 0xe9, 0xe0, 0x72, 0xf7, 0xec, 0xb9, 0x3c, 0xb1, 0xad, 0xf4, 0xc9, 0xf3, 0xfb, + 0x93, 0xde, 0x79, 0x91, 0x3b, 0xaf, 0xad, 0xd1, 0x7e, 0xef, 0x4e, 0x38, 0x1a, 0x6b, 0x93, 0xb7, + 0x8e, 0x73, 0xd7, 0x3f, 0x29, 0xbf, 0xdf, 0x3c, 0x1e, 0x5c, 0x9c, 0xd8, 0xe3, 0xf6, 0x54, 0x9b, + 0xbc, 0xe7, 0x1e, 0x9e, 0x1c, 0xa9, 0x30, 0x7d, 0xb1, 0xd4, 0x6c, 0xcf, 0x1e, 0x69, 0xba, 0x7e, + 0x70, 0x7f, 0x35, 0x33, 0x74, 0xf3, 0x4a, 0xb8, 0x39, 0x2b, 0x1a, 0xf7, 0x17, 0xa7, 0xaf, 0xaf, + 0xbd, 0x7d, 0xed, 0xb0, 0xd0, 0xb5, 0x6f, 0xf7, 0x2e, 0x9a, 0x76, 0xff, 0xbd, 0x95, 0xaf, 0x1c, + 0x96, 0xfb, 0xed, 0xd3, 0xfb, 0x7e, 0xfb, 0xb9, 0x3c, 0xcc, 0x76, 0xf7, 0xc7, 0xa7, 0xcd, 0xb3, + 0xe1, 0xf4, 0xf4, 0x3d, 0x9b, 0x1d, 0x95, 0x07, 0x25, 0xa5, 0x7f, 0x74, 0x50, 0x3e, 0xb7, 0x8e, + 0x0a, 0x2f, 0x27, 0x66, 0xf6, 0x79, 0x5a, 0x78, 0xcb, 0xe7, 0xa4, 0xca, 0x6d, 0x59, 0x9c, 0xea, + 0x47, 0xf7, 0x37, 0xad, 0x43, 0xad, 0x77, 0xf0, 0x7c, 0xe1, 0x38, 0x72, 0xee, 0xa0, 0x7b, 0x27, + 0x49, 0xb3, 0x92, 0x52, 0xbd, 0x7a, 0x1d, 0x8c, 0xba, 0xb3, 0x1b, 0xc1, 0xb8, 0x1a, 0x89, 0xef, + 0xe2, 0x7b, 0x76, 0x6f, 0x37, 0x5d, 0x99, 0xa8, 0xd3, 0xe6, 0x81, 0x7c, 0x7e, 0x27, 0xf6, 0xf5, + 0xe1, 0x6e, 0x61, 0xda, 0x9c, 0x94, 0x2a, 0xe6, 0xe4, 0xa8, 0xfb, 0xf0, 0xa2, 0x1d, 0x58, 0xbb, + 0xfa, 0xe3, 0xf4, 0xec, 0xe5, 0xa5, 0x94, 0xbf, 0x3b, 0xec, 0x8f, 0x2f, 0x0e, 0xef, 0x0f, 0x9b, + 0x27, 0x07, 0xef, 0xd3, 0x83, 0x49, 0xfa, 0xc1, 0x18, 0xea, 0xe5, 0xf3, 0xa6, 0xda, 0xb9, 0xef, + 0x8c, 0x4a, 0x9a, 0x72, 0x74, 0xb3, 0x5b, 0xb4, 0xbb, 0xa2, 0xd0, 0x3b, 0x73, 0x3a, 0x96, 0x6c, + 0x65, 0x4f, 0xde, 0xee, 0x4b, 0x4f, 0x56, 0xda, 0x18, 0x4f, 0x0e, 0x9c, 0x9b, 0xa3, 0xfd, 0xf2, + 0x79, 0xe1, 0xfd, 0xb0, 0x2a, 0xbc, 0x5d, 0xec, 0x96, 0x9e, 0x6e, 0xf6, 0x0d, 0xa3, 0x28, 0xbe, + 0x1e, 0x9c, 0x48, 0x9d, 0xb7, 0xfc, 0x85, 0x72, 0x74, 0x7f, 0x2a, 0x2b, 0xbd, 0xec, 0xc0, 0x3e, + 0x3f, 0x38, 0x68, 0x9b, 0x4e, 0x71, 0x58, 0x79, 0x1c, 0x9e, 0xbc, 0xed, 0xed, 0x35, 0xf5, 0x1b, + 0xa1, 0x5b, 0x10, 0x2b, 0xc3, 0xe9, 0x70, 0x6a, 0x5d, 0xbf, 0x5f, 0x8f, 0x66, 0x57, 0xba, 0x6d, + 0xde, 0x4c, 0x7a, 0xcd, 0xa7, 0x57, 0xd3, 0x19, 0xbc, 0x5b, 0x80, 0x96, 0x5b, 0x71, 0x7a, 0xd1, + 0xee, 0x15, 0x1e, 0x9c, 0xdd, 0xf3, 0xf3, 0xea, 0xde, 0xf5, 0xad, 0x58, 0x1d, 0x9d, 0xa5, 0xfb, + 0x9d, 0x42, 0xb9, 0x7f, 0x70, 0x76, 0x95, 0xef, 0xde, 0x0a, 0x95, 0x83, 0xca, 0x71, 0x41, 0x7e, + 0x9e, 0x9e, 0x68, 0x05, 0xf1, 0xd0, 0x9e, 0x56, 0x1f, 0x8e, 0xde, 0xcf, 0x76, 0x2f, 0x8f, 0xde, + 0x1f, 0x5e, 0x6e, 0xda, 0xd5, 0x8b, 0xb3, 0xd6, 0xe5, 0xdd, 0x6e, 0xeb, 0xe0, 0x3a, 0x3d, 0x3a, + 0x1c, 0xec, 0x66, 0xef, 0xcb, 0xcf, 0xef, 0x77, 0x93, 0xd3, 0xfd, 0xf6, 0xed, 0x70, 0xcf, 0x52, + 0x4f, 0xd2, 0x77, 0x48, 0xfb, 0xd9, 0xce, 0xc1, 0xe3, 0xc1, 0xf9, 0xd9, 0x99, 0xfd, 0xd2, 0x57, + 0x9b, 0x4e, 0xc1, 0x34, 0xcb, 0x23, 0xcd, 0x9c, 0x76, 0x72, 0xce, 0xfb, 0x7e, 0xe5, 0xb8, 0x32, + 0x1d, 0xcc, 0x8e, 0x2e, 0xf7, 0x76, 0x4f, 0xf3, 0xed, 0xc3, 0x7e, 0xe9, 0xfa, 0x4a, 0xcc, 0xed, + 0xaa, 0x57, 0xf9, 0xa7, 0xf3, 0x49, 0xce, 0xda, 0x3b, 0x70, 0x1e, 0xee, 0xf6, 0x1e, 0xcf, 0xd2, + 0x8a, 0xad, 0x8f, 0xf3, 0x47, 0xd5, 0xeb, 0xe9, 0x5b, 0x6f, 0xd8, 0xd9, 0xd3, 0x3b, 0xe7, 0x67, + 0x2f, 0x87, 0x77, 0x07, 0xe6, 0xdb, 0xdb, 0x73, 0x47, 0x7f, 0x68, 0xf7, 0x05, 0x6d, 0xf0, 0x30, + 0xae, 0x4e, 0xee, 0xf2, 0xc5, 0xb7, 0xdb, 0xa3, 0xb7, 0xab, 0xea, 0xfb, 0xdb, 0x9d, 0x75, 0x56, + 0x7e, 0x7d, 0x3b, 0x7d, 0xa9, 0x3c, 0xbd, 0x3c, 0xbf, 0xf7, 0x05, 0xd1, 0xec, 0x54, 0xd3, 0xb3, + 0xeb, 0x8a, 0xfd, 0xf8, 0x6c, 0x3e, 0x4d, 0x4f, 0x0f, 0xd5, 0x83, 0x93, 0xdb, 0x0b, 0xfb, 0x78, + 0x32, 0x31, 0x67, 0x37, 0x85, 0x42, 0x7f, 0xff, 0x52, 0xbf, 0xcf, 0xa6, 0x15, 0x20, 0x24, 0xf9, + 0x68, 0x2f, 0x9b, 0xd3, 0xae, 0xf3, 0xa3, 0x76, 0x71, 0x26, 0xbe, 0xbd, 0x1f, 0xbf, 0x3b, 0x8f, + 0x77, 0x17, 0x57, 0xfb, 0x25, 0x43, 0x7e, 0x3a, 0x11, 0xae, 0xde, 0xee, 0xd4, 0x87, 0x13, 0xa7, + 0x7f, 0x7a, 0x78, 0x7a, 0x7e, 0x7c, 0xf6, 0x54, 0x12, 0xe4, 0xa9, 0xf2, 0x34, 0xd3, 0x3b, 0x9d, + 0xb4, 0x7d, 0x70, 0x7a, 0xfa, 0x76, 0xa1, 0x0b, 0x0f, 0xef, 0x39, 0xeb, 0xcc, 0x39, 0xef, 0xec, + 0x5e, 0x3f, 0x5c, 0xe9, 0x4f, 0xce, 0xf0, 0x44, 0x2a, 0x3c, 0xbc, 0x1d, 0xdc, 0x18, 0x9d, 0x6c, + 0x75, 0x38, 0x1c, 0xcd, 0xba, 0xd7, 0xf7, 0xe3, 0xb2, 0xda, 0x6b, 0x5d, 0x8c, 0x1f, 0x2d, 0x6d, + 0xf0, 0xde, 0xdf, 0x3b, 0xdb, 0x1b, 0x83, 0x10, 0x9e, 0xae, 0x1c, 0x15, 0xa7, 0x2f, 0xa7, 0xd5, + 0x42, 0xa5, 0xbb, 0xa7, 0x38, 0xe9, 0x03, 0xe9, 0xb1, 0xd7, 0x4e, 0x9f, 0xbd, 0x1a, 0xd9, 0x07, + 0x27, 0x3d, 0x6e, 0x77, 0xdf, 0x24, 0xeb, 0xad, 0xf4, 0xfa, 0x7c, 0xdb, 0x79, 0x2d, 0x5c, 0x48, + 0xa7, 0x6f, 0xe6, 0x65, 0xe7, 0x75, 0x7f, 0xdf, 0xb4, 0xa5, 0x6e, 0xf5, 0x4c, 0xb4, 0x6e, 0x2e, + 0x1e, 0x4f, 0xfa, 0x57, 0x1d, 0xeb, 0x61, 0xb6, 0x27, 0x3f, 0xbd, 0x28, 0x25, 0x67, 0xf7, 0xba, + 0xf9, 0xee, 0xbc, 0x76, 0x9e, 0x5a, 0xc2, 0x64, 0x4f, 0x29, 0xdc, 0xe9, 0x17, 0xaa, 0x39, 0xd4, + 0x9f, 0x41, 0x5a, 0x19, 0x65, 0x47, 0x2f, 0xbd, 0xd2, 0x69, 0xaf, 0x3c, 0x56, 0x44, 0x31, 0x77, + 0x34, 0xea, 0x55, 0x73, 0xfb, 0xe3, 0x6c, 0x59, 0xd1, 0x77, 0xb3, 0x69, 0xfd, 0xaa, 0x6c, 0x76, + 0x40, 0xcc, 0xbc, 0x3e, 0x79, 0xee, 0xa8, 0xc2, 0x4b, 0xab, 0x6d, 0x1a, 0x17, 0x55, 0x18, 0xf8, + 0xed, 0xeb, 0x4b, 0xf9, 0xe4, 0x7c, 0x62, 0x76, 0x1e, 0xfa, 0x86, 0xd9, 0xec, 0x0c, 0x9c, 0xce, + 0xe5, 0xc3, 0xeb, 0xcc, 0x69, 0x1e, 0xe4, 0x4f, 0xd3, 0xd9, 0x37, 0x43, 0x68, 0x37, 0xdb, 0x17, + 0x0f, 0xb9, 0xc3, 0x5c, 0xe7, 0xac, 0xa7, 0xdb, 0x03, 0x73, 0xb7, 0x20, 0x55, 0xe5, 0xe1, 0x7b, + 0x39, 0x7b, 0x34, 0xcd, 0x66, 0xe5, 0x6e, 0xfe, 0xf2, 0xf1, 0xe2, 0xb9, 0x00, 0xb4, 0x3a, 0x7b, + 0xbc, 0xbb, 0xcf, 0xc9, 0x4f, 0x37, 0xf6, 0x5e, 0xb5, 0xfc, 0x76, 0x7a, 0x56, 0xae, 0xbe, 0x49, + 0xef, 0x23, 0x18, 0xda, 0xb1, 0x38, 0xbe, 0x7a, 0xbc, 0x2d, 0xe7, 0xcb, 0xc5, 0xce, 0x43, 0xfb, + 0xd0, 0xe8, 0xee, 0x1a, 0xbd, 0xbd, 0x9c, 0x72, 0x7c, 0xf3, 0x7e, 0x22, 0x74, 0xcf, 0x5b, 0x02, + 0x48, 0x6b, 0x93, 0x6b, 0xa1, 0xdf, 0x1b, 0x8f, 0xda, 0xf2, 0x58, 0x16, 0x0b, 0x3d, 0x71, 0x04, + 0x54, 0x7f, 0x76, 0xb5, 0x9f, 0x3f, 0x39, 0x39, 0x3a, 0x2b, 0x8d, 0x5a, 0x72, 0x56, 0x2f, 0xea, + 0x15, 0x39, 0x5f, 0xbc, 0xbb, 0x3c, 0xbd, 0xd2, 0x4b, 0xfa, 0xc0, 0x82, 0x0d, 0xd2, 0xba, 0xcf, + 0x4b, 0x72, 0x5e, 0x7f, 0xcf, 0xa9, 0xb7, 0xea, 0xc5, 0x59, 0x41, 0x2c, 0xec, 0xeb, 0x4a, 0xef, + 0x2c, 0x7b, 0x72, 0x78, 0xa6, 0x3d, 0x3c, 0x3b, 0xcf, 0x0f, 0xd2, 0x9b, 0xb1, 0x3f, 0x28, 0x4c, + 0xdb, 0x2f, 0x63, 0xfb, 0xb0, 0x93, 0x2d, 0x0d, 0xab, 0x96, 0x74, 0xa0, 0xd9, 0x67, 0xc3, 0xc2, + 0xe8, 0xe8, 0xf5, 0xfa, 0x41, 0x1b, 0x97, 0x6f, 0xb3, 0x13, 0xe5, 0xf9, 0xfd, 0xe5, 0xe8, 0x48, + 0x29, 0x4f, 0x9f, 0xd5, 0xbb, 0x77, 0xf3, 0xa4, 0xf8, 0xd0, 0x7c, 0xd8, 0x3d, 0xdb, 0xbb, 0x98, + 0xdc, 0x9c, 0x4e, 0x27, 0x37, 0x4f, 0xfa, 0x81, 0xf1, 0x78, 0x38, 0xed, 0x4a, 0xa7, 0xd3, 0x8b, + 0xd2, 0xde, 0x4d, 0x65, 0xf7, 0x42, 0xcf, 0x19, 0xd5, 0x8b, 0x37, 0x98, 0x61, 0x67, 0x6c, 0x49, + 0xc5, 0x5b, 0xfd, 0xf8, 0xe5, 0xf1, 0x7c, 0x57, 0x1b, 0x1e, 0x1f, 0x3c, 0xe7, 0x67, 0x57, 0x4f, + 0x8f, 0xf9, 0x73, 0xa7, 0x3a, 0x2e, 0x0e, 0x87, 0x47, 0xa3, 0xc9, 0xd3, 0x78, 0x3c, 0xbd, 0x1a, + 0x2b, 0xd6, 0x59, 0x55, 0x69, 0x8f, 0xed, 0xf7, 0xc7, 0x8b, 0x97, 0xbb, 0x47, 0xeb, 0xb5, 0xf3, + 0xd6, 0x3d, 0xbc, 0xbc, 0x7f, 0xc8, 0x75, 0xf6, 0x3b, 0x7b, 0x87, 0xa7, 0x6a, 0xfe, 0xfc, 0xec, + 0xfe, 0xf6, 0xe1, 0xfd, 0xfd, 0xe1, 0xe8, 0xa0, 0x58, 0xd8, 0x1d, 0x65, 0x73, 0x56, 0x53, 0x7c, + 0x7b, 0x35, 0x4a, 0x5a, 0xb5, 0x77, 0xd0, 0xbf, 0xef, 0xec, 0x8e, 0xac, 0xde, 0xfd, 0xee, 0xc3, + 0xc1, 0x81, 0x76, 0xff, 0x20, 0x8e, 0xfa, 0xd3, 0xcb, 0x49, 0xd7, 0x4e, 0x57, 0x1e, 0xb2, 0x59, + 0xe0, 0x4f, 0xcf, 0x27, 0xaa, 0x72, 0xa6, 0x55, 0x1f, 0x1e, 0x9b, 0x15, 0xe5, 0xf0, 0xac, 0xd8, + 0xb5, 0x76, 0xcb, 0xbd, 0xc1, 0xe5, 0xf9, 0x6c, 0xaa, 0x55, 0x3a, 0x2f, 0xd7, 0x0f, 0x87, 0x2f, + 0xbb, 0x62, 0xe7, 0x21, 0x6b, 0xbc, 0x96, 0xee, 0xba, 0x6f, 0x8a, 0x6e, 0x5b, 0xe5, 0x83, 0xca, + 0x51, 0x79, 0xe4, 0xd8, 0x43, 0xf9, 0xcd, 0x38, 0x1a, 0xbe, 0x57, 0xab, 0xd6, 0x78, 0xa6, 0xec, + 0x67, 0xaf, 0xde, 0x41, 0x40, 0x28, 0x0c, 0xc7, 0xf7, 0x8f, 0x67, 0x2f, 0xb3, 0xa7, 0xca, 0xb8, + 0xf2, 0x52, 0x7c, 0x1c, 0x3c, 0x2b, 0x47, 0x79, 0xe9, 0xea, 0xb1, 0x5c, 0x94, 0x4d, 0xf5, 0xb2, + 0xa8, 0x5c, 0x64, 0x2f, 0xdf, 0x27, 0xdd, 0xc3, 0xf2, 0xfb, 0x6b, 0x4f, 0x73, 0xb2, 0xb6, 0x5c, + 0x54, 0xca, 0x4f, 0xdd, 0xb7, 0xce, 0xa5, 0x31, 0xe9, 0xdd, 0xf4, 0x73, 0xb9, 0x9b, 0x62, 0xb1, + 0x52, 0x94, 0x9c, 0xdc, 0xf8, 0xf1, 0xb1, 0x52, 0x7e, 0x10, 0x9f, 0x84, 0xfe, 0xb5, 0x50, 0xae, + 0x16, 0xaa, 0x65, 0xe5, 0xe9, 0x56, 0xdc, 0x7f, 0x9d, 0x19, 0xfb, 0x6f, 0xe7, 0x4f, 0x20, 0x03, + 0x1e, 0xc9, 0x95, 0xeb, 0xf1, 0xe9, 0xa1, 0x75, 0x73, 0x58, 0xea, 0x9c, 0x3c, 0xdd, 0xee, 0xb5, + 0x5a, 0xcf, 0x4f, 0x87, 0xfb, 0x0f, 0xdd, 0x61, 0xf1, 0x50, 0x04, 0x34, 0xe6, 0xd4, 0x62, 0xe1, + 0xa9, 0xfa, 0xe0, 0xa8, 0xbb, 0xa3, 0x57, 0xed, 0xaa, 0x58, 0x7e, 0x72, 0x76, 0x9f, 0xcf, 0x9b, + 0x0f, 0xda, 0x28, 0xd7, 0x7b, 0x7a, 0xdf, 0x3b, 0x2f, 0x5f, 0xa7, 0x8b, 0x07, 0xc0, 0xc9, 0xdb, + 0xf9, 0xcb, 0xf7, 0xe2, 0x0b, 0xec, 0x61, 0xc7, 0x52, 0xd7, 0xe9, 0x3c, 0x5c, 0x19, 0x93, 0xd1, + 0x75, 0xff, 0x62, 0x76, 0xa4, 0x8d, 0x4e, 0x35, 0x69, 0x52, 0x9d, 0xe8, 0x9d, 0xcb, 0xa1, 0x33, + 0x92, 0x5e, 0x8c, 0xec, 0x7d, 0x7b, 0x52, 0x05, 0x8e, 0xdc, 0xbe, 0x99, 0x9c, 0x77, 0x47, 0x40, + 0x96, 0xcf, 0x93, 0x83, 0xc1, 0xa0, 0x64, 0x97, 0x07, 0xf6, 0x9b, 0xa5, 0x3e, 0xb4, 0xec, 0x7e, + 0x33, 0x67, 0xe7, 0xf5, 0x03, 0x10, 0x9b, 0x0b, 0xc7, 0xe5, 0xcb, 0xb4, 0x64, 0x4f, 0x27, 0xd3, + 0xe7, 0x8e, 0x73, 0x76, 0x26, 0xe4, 0xf7, 0xab, 0x9d, 0x41, 0xf7, 0xa6, 0xf4, 0xf4, 0x5e, 0x1d, + 0x1e, 0x77, 0x0e, 0x84, 0xbb, 0x6a, 0xe9, 0x54, 0x98, 0x1e, 0x36, 0xcb, 0x9d, 0x69, 0x75, 0x96, + 0xd6, 0x72, 0xd9, 0x6c, 0x39, 0xff, 0x92, 0x3e, 0xca, 0xa9, 0xc2, 0xfe, 0xa1, 0x9c, 0x2b, 0x8f, + 0x9a, 0xf7, 0x17, 0xc7, 0xd9, 0x87, 0x41, 0xeb, 0x69, 0xf4, 0xf0, 0x76, 0xbc, 0x27, 0x3d, 0x4d, + 0x25, 0xd9, 0x16, 0xb4, 0xee, 0xfd, 0xc1, 0x7d, 0x5a, 0xbe, 0xd4, 0x8e, 0x86, 0xbb, 0xd3, 0xec, + 0xdb, 0x65, 0xb9, 0x5b, 0xca, 0x8e, 0x9e, 0x1f, 0x05, 0xe7, 0x46, 0xb9, 0x73, 0x4e, 0xae, 0xc7, + 0xa5, 0xc2, 0x0c, 0xc8, 0xb7, 0x39, 0x7e, 0x2c, 0x4d, 0xf7, 0x94, 0xf7, 0xe6, 0x63, 0xb6, 0xf2, + 0x30, 0xac, 0xb4, 0xfa, 0x83, 0x6c, 0xb5, 0x78, 0x59, 0xbd, 0x9c, 0xda, 0x17, 0xad, 0x27, 0xdd, + 0x7e, 0x7c, 0xb8, 0x4e, 0x97, 0xcd, 0xd6, 0x7b, 0x25, 0x7b, 0x71, 0xfe, 0x5c, 0x2c, 0x3f, 0x37, + 0x8f, 0x0f, 0xf7, 0xe5, 0xdb, 0x49, 0x5a, 0x32, 0x2b, 0xf7, 0xe9, 0xe3, 0xfc, 0xc5, 0xdd, 0xbd, + 0x02, 0x6b, 0x6a, 0xa2, 0x8e, 0xd3, 0x5a, 0xb7, 0xfb, 0xf6, 0x22, 0x96, 0x73, 0x8f, 0xe5, 0xa7, + 0x49, 0xb1, 0x7f, 0xd2, 0xbc, 0xbb, 0x3e, 0x7c, 0xba, 0xba, 0x2e, 0x5d, 0xcf, 0xa6, 0x37, 0xbd, + 0xbe, 0xd2, 0x4a, 0x5f, 0x77, 0x8b, 0x0f, 0x7a, 0xf3, 0xbc, 0xd5, 0x3c, 0x3a, 0x18, 0x97, 0x6e, + 0x4f, 0x1c, 0xc5, 0xc9, 0x9b, 0x7a, 0xb6, 0x92, 0xef, 0x14, 0x9e, 0x5a, 0xcd, 0xe3, 0xdd, 0x71, + 0xbe, 0x68, 0xf4, 0xcc, 0xdb, 0x9b, 0x99, 0x53, 0xbc, 0x7a, 0x01, 0x99, 0xf4, 0xb6, 0x72, 0xfa, + 0xd4, 0xdc, 0xbf, 0x3e, 0xad, 0xe8, 0x07, 0xfd, 0xdd, 0x2e, 0x88, 0xc5, 0x77, 0x13, 0xa0, 0xfd, + 0xb7, 0xa3, 0xf6, 0xee, 0xa9, 0xb1, 0x7f, 0x58, 0x3e, 0x7d, 0xbe, 0x3e, 0x3b, 0x37, 0x5f, 0x8c, + 0xe2, 0x68, 0x20, 0x65, 0xaf, 0x8e, 0x73, 0xb3, 0xd1, 0xee, 0xc3, 0x65, 0xeb, 0xb6, 0xbd, 0xf7, + 0x2c, 0xbd, 0x98, 0x6f, 0xd7, 0xa5, 0x4a, 0xfa, 0x59, 0x12, 0x2b, 0x2f, 0xfd, 0xc3, 0xfe, 0xd3, + 0xf9, 0x6d, 0x45, 0xdf, 0x1d, 0xbc, 0x9c, 0x76, 0x0f, 0xac, 0xd3, 0xd6, 0xd3, 0x41, 0x69, 0x76, + 0xda, 0x7e, 0xbe, 0x39, 0x3b, 0x28, 0x3a, 0x37, 0xc5, 0xa7, 0xd3, 0xc1, 0xdd, 0xfb, 0xfb, 0xc5, + 0xc3, 0x79, 0x31, 0x37, 0xdc, 0x1d, 0x8f, 0xae, 0xce, 0xd5, 0xb3, 0xf2, 0xf4, 0x6a, 0x5a, 0xb8, + 0x93, 0x6e, 0xfa, 0x07, 0xea, 0xc9, 0x73, 0xf3, 0xfe, 0xc0, 0xee, 0x3e, 0xe7, 0x8e, 0xee, 0x8e, + 0x07, 0x77, 0x57, 0xdd, 0x7d, 0xe9, 0xa8, 0xf8, 0xf0, 0xb0, 0x37, 0x1e, 0x0f, 0xc7, 0xf2, 0x55, + 0x4f, 0x2b, 0x9e, 0x4a, 0xad, 0xf1, 0x65, 0xc5, 0x10, 0xd3, 0xbd, 0x83, 0xd6, 0x6e, 0xa7, 0x34, + 0x18, 0x8f, 0xce, 0xde, 0x2b, 0xda, 0xf9, 0xcd, 0xe5, 0xa4, 0xf7, 0x72, 0x75, 0x51, 0x51, 0x25, + 0xab, 0x2a, 0xdc, 0xb4, 0x5a, 0xea, 0x4d, 0xeb, 0xc4, 0xca, 0x8f, 0xfa, 0x6f, 0x47, 0xbd, 0xd2, + 0xd9, 0x5b, 0xff, 0xee, 0xe9, 0xc9, 0x2e, 0x0e, 0xde, 0xc7, 0xa3, 0xaa, 0x73, 0x7e, 0x7c, 0x79, + 0x67, 0x65, 0xa7, 0xe6, 0xf8, 0xc6, 0xbe, 0xb8, 0x1f, 0xcb, 0xcf, 0x59, 0x33, 0x3d, 0xdc, 0xad, + 0xe8, 0xe5, 0xfb, 0x1c, 0x70, 0x45, 0xe1, 0x36, 0x2d, 0xdd, 0x0c, 0xae, 0xcc, 0x8b, 0x81, 0x7d, + 0x71, 0x70, 0xf9, 0x36, 0x35, 0xf6, 0x73, 0x23, 0xc1, 0x1e, 0xbd, 0xdd, 0xaa, 0x66, 0x7f, 0x5a, + 0xac, 0x1c, 0x9f, 0x34, 0x89, 0x91, 0xa2, 0xc1, 0x31, 0x3d, 0xc3, 0x1a, 0x4a, 0x4e, 0xea, 0x1b, + 0x2a, 0x50, 0xdf, 0xb8, 0x45, 0xcd, 0x32, 0x0c, 0x67, 0xbe, 0xb5, 0xd5, 0xdd, 0x12, 0x6b, 0x5f, + 0x45, 0x51, 0xac, 0xe3, 0x63, 0xaf, 0xf6, 0xb5, 0xd7, 0xeb, 0x91, 0xc7, 0x5c, 0x0d, 0x4d, 0x43, + 0xe4, 0x31, 0x5f, 0xfb, 0x9a, 0xcf, 0xe7, 0xc9, 0x63, 0xa1, 0xf6, 0xb5, 0x50, 0x28, 0x90, 0xc7, + 0x62, 0xed, 0x6b, 0xb1, 0x58, 0x24, 0x8f, 0xa5, 0xda, 0xd7, 0x52, 0xa9, 0x44, 0x1e, 0x2b, 0xb5, + 0xaf, 0x95, 0x4a, 0x85, 0x3c, 0x76, 0x6a, 0x5f, 0x3b, 0x9d, 0x0e, 0x79, 0xec, 0xd6, 0xbe, 0x76, + 0xbb, 0x5d, 0xf2, 0xa8, 0xd4, 0xbe, 0x2a, 0x8a, 0x42, 0x1e, 0xe5, 0xda, 0x57, 0x59, 0x96, 0xc9, + 0xa3, 0x05, 0x05, 0xf2, 0xb4, 0xb5, 0x3e, 0x34, 0xdc, 0xa5, 0xdd, 0xd1, 0xa0, 0xb5, 0x8a, 0x44, + 0x1e, 0x67, 0xb5, 0xaf, 0x52, 0x55, 0x80, 0x47, 0x07, 0xe0, 0x0a, 0x19, 0xda, 0xae, 0x51, 0xb3, + 0xfa, 0x1d, 0x29, 0x95, 0x2f, 0xf0, 0x8c, 0xf7, 0x4f, 0xc8, 0x54, 0x39, 0x92, 0xe7, 0x74, 0x96, + 0x33, 0x41, 0xaf, 0x4f, 0x11, 0x08, 0x9c, 0x57, 0x46, 0xa2, 0x85, 0x44, 0x21, 0xc7, 0x33, 0xc1, + 0x9f, 0xe5, 0x72, 0x03, 0x5a, 0xae, 0x28, 0xf2, 0x8c, 0xf7, 0x2f, 0x5a, 0xc8, 0x19, 0xd4, 0xca, + 0x82, 0x39, 0xc5, 0x27, 0xd3, 0x7b, 0x82, 0x5a, 0xa5, 0x3c, 0x4d, 0xeb, 0x98, 0x35, 0xb1, 0x60, + 0x4e, 0x19, 0xfa, 0x47, 0x70, 0x9f, 0xb0, 0x0c, 0xe4, 0x54, 0xe1, 0x55, 0x60, 0xca, 0xf8, 0x97, + 0xd4, 0x92, 0x6b, 0xba, 0xa1, 0x23, 0x8a, 0xec, 0xbe, 0x59, 0x63, 0x3b, 0x68, 0x1e, 0x61, 0x31, + 0x63, 0xe8, 0xd4, 0xa0, 0xe6, 0x02, 0x0d, 0x8b, 0x73, 0x62, 0x4f, 0xd8, 0x92, 0xa8, 0x09, 0x65, + 0x28, 0x81, 0xfc, 0x3f, 0xd2, 0x88, 0x05, 0x62, 0xd1, 0x31, 0xe4, 0xd9, 0x7c, 0x28, 0x59, 0x7d, + 0x55, 0xaf, 0x09, 0x75, 0xb4, 0x31, 0xf5, 0x2d, 0x63, 0xa4, 0xcb, 0xd4, 0xf4, 0x57, 0xa3, 0xdd, + 0x86, 0x59, 0xe7, 0xea, 0x61, 0x7d, 0xfb, 0x48, 0xd1, 0xc6, 0x8a, 0xa3, 0x76, 0x25, 0xfe, 0x5e, + 0xb1, 0x64, 0x49, 0x97, 0x78, 0x5b, 0xd2, 0xed, 0x2d, 0x5b, 0xb1, 0xd4, 0x1e, 0x2d, 0x68, 0xab, + 0xef, 0x4a, 0x4d, 0x84, 0x5e, 0xd6, 0xa3, 0x80, 0x7a, 0x5c, 0xdd, 0x51, 0xa6, 0xce, 0x96, 0xa4, + 0xa9, 0x7d, 0xbd, 0xd6, 0x55, 0xd0, 0x9e, 0x50, 0x47, 0x2b, 0xe1, 0xab, 0xea, 0x6c, 0xd1, 0x6e, + 0x76, 0x25, 0x4d, 0x43, 0xbb, 0x0e, 0x1d, 0x96, 0x9b, 0x35, 0x02, 0xd8, 0x00, 0x5f, 0x53, 0xba, + 0x5e, 0xc6, 0xd0, 0x78, 0x4f, 0x4a, 0xb5, 0x97, 0x13, 0x97, 0x4b, 0x79, 0xed, 0x49, 0xe6, 0xd6, + 0x40, 0xed, 0x0f, 0x34, 0xb4, 0x3f, 0xb9, 0x23, 0x76, 0x2c, 0x18, 0x89, 0x29, 0x59, 0xd0, 0xb3, + 0xba, 0xdd, 0xb5, 0x0c, 0x4d, 0xeb, 0x48, 0x16, 0x35, 0xad, 0xd6, 0x4a, 0x30, 0x9c, 0x20, 0x2d, + 0x3a, 0x30, 0xbb, 0xc3, 0x31, 0xa1, 0xba, 0x04, 0xb1, 0x3c, 0x41, 0xfe, 0x40, 0x41, 0xf0, 0x35, + 0x51, 0x10, 0xfe, 0x59, 0xa7, 0x70, 0xc8, 0xa3, 0x69, 0xd8, 0x2a, 0x99, 0x8f, 0x9e, 0x3a, 0x55, + 0xe4, 0xba, 0x01, 0xdb, 0x2a, 0x85, 0xbd, 0xd5, 0x51, 0x06, 0xd2, 0x58, 0x05, 0xd8, 0xd8, 0xd9, + 0xc5, 0xd7, 0x4e, 0x3f, 0x04, 0x62, 0x3c, 0x08, 0x60, 0x8c, 0x27, 0x71, 0x20, 0xef, 0x5b, 0xaa, + 0x2e, 0x2b, 0xd3, 0xda, 0x96, 0x18, 0x99, 0x4b, 0xbf, 0x94, 0x8b, 0xef, 0x50, 0x96, 0xa5, 0x98, + 0x8a, 0x84, 0x68, 0x71, 0x9f, 0xc2, 0x79, 0x64, 0x0e, 0xbb, 0xd8, 0xb1, 0xba, 0x61, 0x4a, 0x5d, + 0xd5, 0x99, 0x01, 0x89, 0x90, 0x31, 0x52, 0x68, 0x6e, 0x22, 0x93, 0xb3, 0x17, 0xa6, 0x47, 0x43, + 0x84, 0x5a, 0x05, 0x26, 0x87, 0x7f, 0x17, 0x12, 0x2f, 0xd5, 0xc6, 0x2a, 0x94, 0x56, 0x64, 0xde, + 0x9c, 0x47, 0xf1, 0x25, 0x73, 0xe1, 0xec, 0x39, 0x21, 0x0a, 0x59, 0xe9, 0x1a, 0x16, 0xa1, 0x4b, + 0x3a, 0xf4, 0xce, 0xc8, 0x71, 0x0c, 0x7d, 0x0e, 0xc4, 0xa0, 0xa9, 0xba, 0x02, 0x8d, 0x77, 0x47, + 0x96, 0x0d, 0x30, 0x4c, 0x43, 0xc5, 0x71, 0x2c, 0x32, 0x9a, 0xd4, 0x51, 0x34, 0x3b, 0xa0, 0x5f, + 0x53, 0x92, 0x65, 0x55, 0xef, 0xd7, 0x2a, 0xa1, 0x4e, 0x7c, 0x45, 0xab, 0x34, 0x29, 0x38, 0x8f, + 0x61, 0xab, 0x63, 0x00, 0xf8, 0x61, 0x0d, 0xe8, 0xad, 0x9b, 0xa2, 0xdd, 0xea, 0x0c, 0x38, 0x26, + 0xcd, 0xc0, 0x34, 0x73, 0x75, 0x8b, 0x60, 0xbc, 0xb4, 0x44, 0xc0, 0x15, 0x2e, 0xd6, 0x8b, 0xfa, + 0xc4, 0x02, 0xa0, 0x7a, 0x1f, 0x08, 0x52, 0x56, 0x6a, 0x80, 0x2c, 0x5c, 0x17, 0xda, 0x96, 0xa5, + 0x2d, 0x32, 0x1d, 0x4b, 0x9d, 0x7b, 0x5d, 0x82, 0x05, 0xbc, 0xc8, 0x4c, 0x2c, 0xb4, 0x73, 0x59, + 0xf1, 0x8e, 0x38, 0x86, 0x09, 0x9d, 0xd7, 0x94, 0x1e, 0x2c, 0x59, 0xb7, 0xe1, 0xf0, 0xfc, 0xf9, + 0x6d, 0x3b, 0x1d, 0xce, 0x9f, 0x62, 0x71, 0x91, 0x41, 0xdb, 0xb8, 0x9d, 0x64, 0x07, 0xa3, 0x2b, + 0x10, 0x2d, 0x66, 0x80, 0x47, 0xe0, 0xe3, 0x5a, 0x68, 0x4d, 0xe6, 0xa0, 0x23, 0x5f, 0xd4, 0x21, + 0x1e, 0x24, 0x48, 0x40, 0xe2, 0x88, 0xd8, 0x2d, 0x8f, 0xbc, 0x42, 0xe9, 0xb2, 0x6a, 0x9b, 0x9a, + 0x34, 0xab, 0xa9, 0x3a, 0x29, 0x41, 0xd8, 0xca, 0x22, 0x03, 0x93, 0x11, 0xc5, 0x46, 0x9f, 0x0b, + 0xea, 0x40, 0x76, 0xaf, 0x17, 0xcb, 0x2f, 0x85, 0xf2, 0x3d, 0xbc, 0x81, 0xa6, 0x27, 0x8d, 0x34, + 0x27, 0x5c, 0x11, 0x66, 0x82, 0xa1, 0xc3, 0xe1, 0x33, 0x80, 0x0c, 0xf7, 0xd9, 0x9b, 0xd7, 0x2d, + 0x32, 0x91, 0x4c, 0x81, 0x4c, 0x67, 0x66, 0x30, 0xea, 0xbb, 0xc6, 0x3f, 0x32, 0x9e, 0x42, 0x0e, + 0x11, 0x6b, 0x6a, 0x40, 0xd9, 0xd6, 0x8c, 0xb9, 0x6d, 0xee, 0x9e, 0xed, 0xf3, 0x19, 0x5b, 0xe9, + 0x3b, 0x73, 0x07, 0x0f, 0x1c, 0xb6, 0x5c, 0x23, 0x31, 0x45, 0x74, 0xb0, 0xfc, 0x16, 0xa4, 0x0c, + 0x73, 0xbb, 0xe7, 0x4f, 0x50, 0x2e, 0x82, 0x97, 0x25, 0x26, 0x15, 0x6a, 0x63, 0x8f, 0xf7, 0x2b, + 0x87, 0x78, 0x1d, 0xf2, 0x6e, 0x0f, 0x96, 0x50, 0xf7, 0xe9, 0x80, 0xc2, 0x18, 0xaa, 0xb2, 0xac, + 0x29, 0x8b, 0xcc, 0xab, 0x32, 0x73, 0x5c, 0x62, 0xa7, 0x19, 0x38, 0xe9, 0x8b, 0xcc, 0x58, 0xd2, + 0xa2, 0xc9, 0x84, 0x08, 0xdc, 0x74, 0x46, 0x0d, 0x35, 0x63, 0xc3, 0x6c, 0x02, 0x65, 0xd9, 0xc4, + 0xfe, 0x4c, 0x4e, 0x47, 0xe6, 0x64, 0x45, 0xe2, 0x7e, 0x4d, 0x79, 0x17, 0x30, 0x76, 0x25, 0x05, + 0x9d, 0xe1, 0xe1, 0x1f, 0xb7, 0xc8, 0x28, 0x2b, 0x0b, 0x3d, 0xa5, 0x68, 0x09, 0xe0, 0x8c, 0x2b, + 0xcb, 0x3c, 0xa6, 0xc2, 0x50, 0x78, 0xbf, 0x2c, 0x1f, 0xe9, 0x41, 0x6c, 0x41, 0x2c, 0x2d, 0x74, + 0xa8, 0x26, 0x59, 0xc0, 0xd9, 0x49, 0x61, 0x9f, 0xf6, 0xa5, 0x8e, 0x6d, 0x68, 0x23, 0x47, 0x21, + 0xe4, 0x0f, 0x2b, 0x96, 0x2e, 0x00, 0x11, 0xe6, 0xc1, 0x9d, 0x27, 0x24, 0xd5, 0xba, 0x4b, 0x9b, + 0x39, 0xb2, 0x7e, 0x88, 0x0d, 0x7a, 0x15, 0x18, 0x8f, 0x64, 0x09, 0x8b, 0xf7, 0x60, 0xd2, 0xd5, + 0x54, 0xc5, 0x65, 0x1c, 0xe3, 0x1d, 0x3d, 0xcd, 0x9a, 0x2f, 0xef, 0x4d, 0x3e, 0x0a, 0x2c, 0x03, + 0xed, 0xde, 0x29, 0x81, 0x0b, 0x73, 0x3c, 0x3f, 0x9b, 0xc9, 0xe4, 0xed, 0x7a, 0xf2, 0x48, 0x82, + 0x15, 0x1c, 0xe2, 0x46, 0x80, 0xc1, 0xa9, 0xc9, 0xe3, 0x1f, 0x09, 0x56, 0xaf, 0xcc, 0x90, 0xd6, + 0x97, 0x1a, 0x13, 0x2b, 0x82, 0xac, 0xf4, 0x01, 0x5f, 0xaa, 0x36, 0x4f, 0x5a, 0x80, 0x2b, 0xa8, + 0xea, 0xab, 0xa6, 0x8e, 0x15, 0x3c, 0x1d, 0xf4, 0xf6, 0x09, 0xc4, 0x5b, 0x04, 0x1b, 0xa1, 0x6d, + 0xa7, 0x63, 0x58, 0x30, 0x6f, 0x35, 0x21, 0xa8, 0x95, 0xdb, 0xf3, 0xea, 0x55, 0x21, 0x3f, 0xa1, + 0x5e, 0x35, 0x54, 0x6d, 0xc5, 0xa0, 0x8b, 0x50, 0x84, 0x4c, 0x1f, 0x3e, 0x24, 0x11, 0xe4, 0x16, + 0x64, 0xf0, 0xf8, 0x07, 0x46, 0x07, 0x0b, 0x73, 0xbe, 0x24, 0x69, 0x84, 0xf7, 0xdd, 0x65, 0x02, + 0x02, 0x06, 0xb1, 0x82, 0x7b, 0xfb, 0x7c, 0x33, 0x3c, 0xc6, 0x55, 0x62, 0x0c, 0x30, 0x50, 0xd2, + 0x3c, 0xe3, 0xee, 0x2c, 0x6b, 0x7b, 0xd1, 0xd3, 0x0c, 0xd8, 0x19, 0x11, 0xba, 0x37, 0x7a, 0x4a, + 0x59, 0x01, 0x39, 0x90, 0x3a, 0x48, 0x0a, 0x7c, 0x1c, 0x10, 0xa1, 0x8f, 0xb5, 0x82, 0x50, 0x97, + 0xab, 0x0f, 0x55, 0xdd, 0x15, 0x2c, 0x0a, 0x84, 0xba, 0x91, 0xf3, 0xb9, 0x1d, 0xf3, 0x48, 0xc7, + 0x15, 0x1b, 0x3b, 0x26, 0x94, 0x76, 0x37, 0x39, 0xca, 0x2d, 0x13, 0xcb, 0x75, 0xb0, 0x9c, 0xbb, + 0x76, 0x8a, 0xff, 0x0c, 0xd5, 0x08, 0x86, 0x5c, 0x1b, 0xe0, 0x7e, 0x3e, 0x5f, 0x83, 0xa1, 0x01, + 0x17, 0xeb, 0xa9, 0x12, 0xc1, 0x59, 0x06, 0xa5, 0xc8, 0xb1, 0xb2, 0x0e, 0x82, 0x14, 0x61, 0xfa, + 0xb1, 0x25, 0xb6, 0xf8, 0x10, 0x40, 0x69, 0x7d, 0x75, 0x3c, 0x72, 0x96, 0x60, 0x49, 0x58, 0xa0, + 0x8e, 0x80, 0xbc, 0x11, 0x9e, 0x77, 0xfa, 0x18, 0xda, 0xcf, 0x75, 0xee, 0x0f, 0xcc, 0xe0, 0x3c, + 0x2e, 0x42, 0xb2, 0x30, 0x85, 0xd9, 0xf2, 0x24, 0x72, 0x93, 0xf3, 0x9f, 0x61, 0xe8, 0x1e, 0x9a, + 0xb7, 0x90, 0xa8, 0xfd, 0x12, 0x89, 0x14, 0x1d, 0x6a, 0x46, 0xe5, 0x05, 0x2e, 0xcb, 0xf8, 0x4d, + 0x6e, 0x91, 0x36, 0xb9, 0xd5, 0x22, 0x1d, 0xa2, 0xd3, 0x3d, 0x39, 0x9f, 0x87, 0xa8, 0xcc, 0x27, + 0x70, 0x4b, 0x41, 0xe9, 0x7c, 0xac, 0xac, 0x18, 0x1b, 0xbe, 0x67, 0xbd, 0xd6, 0x38, 0x20, 0xce, + 0x29, 0x52, 0x19, 0x92, 0x01, 0xa5, 0xd3, 0x2d, 0x48, 0x09, 0x16, 0x2c, 0xf6, 0x02, 0x1a, 0x99, + 0xd4, 0xa4, 0x91, 0x63, 0xd4, 0xc3, 0xc2, 0xe8, 0x6a, 0x91, 0x73, 0xbf, 0xd7, 0x03, 0x61, 0xd9, + 0x9e, 0x7b, 0x82, 0xb2, 0x07, 0x63, 0x8b, 0x16, 0xc7, 0xa6, 0x88, 0xac, 0xbe, 0xf8, 0x6a, 0xe2, + 0x38, 0xf8, 0xaf, 0xe6, 0x9b, 0x06, 0x7f, 0x46, 0x8e, 0x0a, 0x3f, 0xb0, 0x37, 0xd2, 0x44, 0x78, + 0xf0, 0x53, 0xf0, 0x21, 0xe7, 0x9d, 0xfb, 0x56, 0x50, 0x31, 0x09, 0x15, 0x8f, 0x95, 0xc2, 0x75, + 0xe1, 0x71, 0x32, 0xdc, 0x0d, 0x3c, 0xd1, 0x12, 0xb6, 0x22, 0x06, 0x07, 0x81, 0x42, 0x9d, 0x5b, + 0x98, 0xc1, 0x9d, 0x58, 0xf5, 0xd7, 0x01, 0x99, 0x36, 0xdc, 0x41, 0xa2, 0x1d, 0x73, 0x7b, 0xe4, + 0xcb, 0x89, 0x04, 0x8a, 0xdb, 0x01, 0x7f, 0x09, 0x15, 0x89, 0x90, 0x01, 0x8b, 0xc5, 0x1e, 0x82, + 0xae, 0x3b, 0x98, 0x27, 0xb2, 0xfd, 0xd0, 0xa4, 0xf7, 0x78, 0x91, 0xfb, 0x23, 0x53, 0xb4, 0x39, + 0x46, 0x91, 0x6c, 0x65, 0x0b, 0x84, 0x0c, 0x32, 0xaf, 0x5b, 0x54, 0xd4, 0xf4, 0x9b, 0x12, 0x98, + 0x2d, 0x02, 0xd9, 0xdb, 0x0d, 0xb6, 0x5c, 0xbe, 0x15, 0xe6, 0xd1, 0x1e, 0xf9, 0x21, 0xa7, 0x43, + 0x54, 0x43, 0x5a, 0x9c, 0xdb, 0xad, 0x50, 0x22, 0x22, 0x92, 0xe3, 0xca, 0x15, 0x95, 0xe7, 0x62, + 0x02, 0xa0, 0xdf, 0x72, 0x4f, 0x53, 0xa6, 0x75, 0xb2, 0x99, 0x6c, 0x81, 0x18, 0x3e, 0xb4, 0x3d, + 0x0d, 0xe1, 0x65, 0x64, 0x3b, 0x6a, 0x6f, 0xb6, 0xe5, 0x52, 0xa9, 0x97, 0xec, 0x0b, 0x9f, 0xa2, + 0xaf, 0x11, 0x64, 0xaa, 0xc5, 0x30, 0x4b, 0xcc, 0x94, 0x71, 0x5f, 0x24, 0x5b, 0xec, 0x96, 0x82, + 0xc7, 0xd6, 0xb6, 0x4b, 0xf2, 0xb6, 0x23, 0xcd, 0x60, 0xe8, 0x3c, 0x79, 0x80, 0x6e, 0xfb, 0x1b, + 0x1c, 0xdd, 0xd9, 0xfc, 0xe1, 0x7a, 0x24, 0x07, 0xed, 0x77, 0x5f, 0x67, 0x41, 0x3a, 0x7d, 0x0f, + 0x4b, 0x68, 0x64, 0xe8, 0x5e, 0x8f, 0x72, 0xf5, 0xc8, 0xe4, 0xd2, 0x19, 0xf6, 0x1a, 0x9d, 0xbb, + 0x38, 0x2f, 0x22, 0x61, 0x50, 0xc1, 0xc5, 0x76, 0x69, 0x31, 0x2f, 0x08, 0x01, 0x85, 0xd1, 0xba, + 0xf1, 0x36, 0xfd, 0x9d, 0xc6, 0xaf, 0xcb, 0x78, 0x8a, 0x47, 0x98, 0xec, 0x50, 0xfe, 0x5b, 0x21, + 0xa7, 0xad, 0xe6, 0x75, 0x39, 0x64, 0x38, 0xd3, 0xad, 0x48, 0x5f, 0xfc, 0x5d, 0x81, 0xac, 0x93, + 0x58, 0xdf, 0xdc, 0x15, 0x6e, 0x49, 0xb2, 0x3a, 0xb2, 0xe9, 0x5c, 0x2e, 0xb1, 0x0d, 0x90, 0x6d, + 0x54, 0x0d, 0x26, 0x80, 0xcf, 0x50, 0x0f, 0x88, 0xd5, 0xcd, 0x17, 0xb8, 0x38, 0xc0, 0x52, 0x48, + 0xe4, 0x2a, 0x2d, 0x63, 0x26, 0x50, 0x66, 0x50, 0xbb, 0x4a, 0xe0, 0x58, 0x3e, 0x85, 0xf8, 0x04, + 0x22, 0x26, 0xa9, 0x8c, 0xb0, 0x6e, 0x18, 0x94, 0x6b, 0x24, 0x8b, 0xa7, 0xad, 0x61, 0x0a, 0x1f, + 0x12, 0xaf, 0x8a, 0x76, 0x88, 0xe9, 0x12, 0xd7, 0xa5, 0x27, 0xf4, 0xce, 0xf0, 0x46, 0xe4, 0x35, + 0x33, 0xd2, 0x6d, 0xc5, 0xf1, 0x52, 0x19, 0xd8, 0x41, 0x0d, 0xcd, 0x51, 0x4d, 0x14, 0xa4, 0x3d, + 0x09, 0x35, 0x92, 0x38, 0x47, 0x75, 0xb3, 0xa3, 0x6a, 0xd8, 0xaf, 0x01, 0x08, 0x4f, 0x8a, 0xbe, + 0x7a, 0xd1, 0x14, 0x5d, 0xce, 0x3a, 0x90, 0x64, 0x60, 0x9e, 0x38, 0x62, 0xdf, 0x1a, 0x83, 0x0f, + 0x21, 0xcb, 0xc8, 0x27, 0x2c, 0x1c, 0x61, 0x26, 0x83, 0x20, 0x62, 0x68, 0x2f, 0xf9, 0x32, 0xaf, + 0x58, 0x12, 0xc2, 0x78, 0xf5, 0x85, 0xac, 0x00, 0xaf, 0x2e, 0x35, 0x92, 0xe5, 0xef, 0x8b, 0x5c, + 0xee, 0xae, 0x45, 0xde, 0xb7, 0xaa, 0x74, 0x6a, 0x96, 0x16, 0xe1, 0x7a, 0x2d, 0x3e, 0x53, 0x2e, + 0xda, 0x89, 0x98, 0xf4, 0x56, 0x8f, 0x98, 0x43, 0xb5, 0x29, 0xa1, 0x40, 0xad, 0x26, 0xf5, 0x08, + 0xb9, 0x25, 0x60, 0xdc, 0xcd, 0x9b, 0x7b, 0x8c, 0x84, 0x65, 0x57, 0x48, 0x90, 0x6b, 0xc6, 0x53, + 0x0c, 0xf0, 0x45, 0x91, 0x14, 0x4a, 0xa0, 0x5a, 0x2e, 0xc0, 0x51, 0x65, 0x2f, 0x29, 0x3e, 0x8d, + 0x61, 0xb3, 0xcc, 0xaa, 0xe7, 0x60, 0x5c, 0xdd, 0x81, 0xd2, 0x7d, 0xa5, 0x52, 0x52, 0x22, 0x3d, + 0x25, 0x64, 0x85, 0xa9, 0x8a, 0x3c, 0x6a, 0x01, 0xaa, 0xc5, 0x05, 0xd9, 0x82, 0x32, 0x8a, 0x0c, + 0x3c, 0x8d, 0x28, 0x2e, 0x61, 0x01, 0x1b, 0xb4, 0x59, 0x80, 0x19, 0x49, 0x0a, 0xab, 0xc5, 0x3d, + 0x09, 0x32, 0x97, 0x49, 0x36, 0x36, 0x8d, 0xe1, 0x25, 0x22, 0xf8, 0xa2, 0x4e, 0xa0, 0x7e, 0x08, + 0xc8, 0x0f, 0x2c, 0xdb, 0xdb, 0xfe, 0xe8, 0x1e, 0x49, 0x76, 0x60, 0xc7, 0x90, 0x20, 0x39, 0x00, + 0xb7, 0x7e, 0x2d, 0x10, 0x79, 0x42, 0x04, 0x02, 0x26, 0xd8, 0x66, 0x12, 0x59, 0x18, 0xaa, 0x0a, + 0x9f, 0x58, 0x0e, 0x51, 0xea, 0x2f, 0x86, 0x34, 0xe7, 0x5c, 0x84, 0xad, 0x44, 0xad, 0x5a, 0xc5, + 0xb5, 0x2a, 0xc6, 0x23, 0xd1, 0x31, 0xb8, 0x95, 0x56, 0x1d, 0x84, 0xcc, 0xc5, 0x65, 0xf2, 0xa4, + 0xad, 0x8a, 0xa2, 0x25, 0x63, 0x0f, 0x8c, 0xc9, 0x3c, 0x60, 0x62, 0x92, 0xae, 0x0e, 0xa9, 0x69, + 0x0a, 0x67, 0x45, 0xd5, 0x09, 0xc3, 0x0a, 0x1e, 0x99, 0x1c, 0xfe, 0xb1, 0x14, 0x14, 0xa9, 0x7c, + 0x10, 0x8a, 0x65, 0x19, 0x56, 0x08, 0xc6, 0x12, 0x7e, 0xbf, 0x76, 0x72, 0xc9, 0x90, 0x17, 0x99, + 0xa1, 0x21, 0x4b, 0x4b, 0x16, 0x2b, 0x6f, 0xa3, 0xf7, 0x54, 0x1f, 0x4f, 0xd3, 0xc4, 0x29, 0x0d, + 0x0d, 0xd8, 0x19, 0xa0, 0x50, 0x2b, 0xe2, 0x78, 0x57, 0x4e, 0xa9, 0x91, 0x28, 0xd5, 0x3e, 0xa5, + 0xa8, 0xbc, 0x9c, 0xac, 0xf3, 0x16, 0xec, 0xb0, 0x4e, 0x1b, 0x96, 0x29, 0x90, 0x69, 0x45, 0x04, + 0x4d, 0xd4, 0xd5, 0x0d, 0x5b, 0x99, 0xc7, 0xf7, 0x52, 0xba, 0x6b, 0x53, 0xa1, 0x97, 0x1a, 0x39, + 0xbe, 0xaa, 0x7a, 0xcf, 0xe0, 0xbf, 0xea, 0x86, 0xac, 0xd8, 0x3e, 0x5f, 0x2f, 0x2c, 0xbe, 0x5a, + 0x44, 0x51, 0xf1, 0x12, 0xf2, 0x8b, 0xaf, 0xba, 0xac, 0xf9, 0x22, 0x9c, 0xe8, 0xda, 0xf6, 0x48, + 0x21, 0xd8, 0xe5, 0x13, 0x4d, 0x6a, 0x31, 0x8c, 0xa4, 0x99, 0x22, 0x62, 0x84, 0x5a, 0x19, 0xe2, + 0x1a, 0x72, 0xcc, 0x3a, 0xf0, 0x15, 0x56, 0xaa, 0x0e, 0x2d, 0x7f, 0xd6, 0x64, 0x18, 0x40, 0x2e, + 0x84, 0x88, 0xb9, 0xb8, 0xc4, 0xe8, 0x49, 0xca, 0x12, 0x15, 0xe0, 0x59, 0x85, 0x6f, 0xba, 0xcd, + 0x51, 0x8c, 0x30, 0x9e, 0xec, 0x10, 0x2c, 0xae, 0x5c, 0x4c, 0x3e, 0x10, 0x0b, 0x08, 0x2e, 0x84, + 0xcb, 0x40, 0xe3, 0x8b, 0x80, 0x40, 0xab, 0xe3, 0x3c, 0x04, 0xc2, 0xcd, 0x25, 0xf6, 0x31, 0x17, + 0xf1, 0xf4, 0xe5, 0x03, 0x93, 0x99, 0x5b, 0x4d, 0xf6, 0xeb, 0xc8, 0xf3, 0x98, 0x50, 0x5b, 0xf1, + 0x81, 0x67, 0x3a, 0x8e, 0xee, 0x4d, 0x56, 0x31, 0xda, 0x24, 0xc9, 0x8b, 0xb4, 0x1b, 0x29, 0xed, + 0x75, 0x5e, 0x56, 0xc7, 0x5e, 0x21, 0x78, 0x0c, 0xa1, 0xa1, 0x50, 0x5d, 0x12, 0x8b, 0xdc, 0x2a, + 0x5f, 0xd5, 0x61, 0x7f, 0xe2, 0xc1, 0xa9, 0xb8, 0xda, 0xc2, 0xe2, 0xab, 0x16, 0xae, 0x5d, 0x22, + 0x48, 0x4c, 0x34, 0x6f, 0x7e, 0x1d, 0x80, 0x3c, 0xe2, 0xcc, 0x97, 0x15, 0xfc, 0x6a, 0x44, 0x97, + 0x0f, 0x6c, 0xc2, 0x96, 0x22, 0x2f, 0xa0, 0xc9, 0x10, 0x74, 0xb2, 0x8b, 0xe1, 0x6b, 0x48, 0x5e, + 0x5f, 0x64, 0x26, 0xea, 0x9c, 0xf8, 0x33, 0x6f, 0xc1, 0x56, 0x03, 0xf3, 0x81, 0xa4, 0x61, 0x02, + 0x72, 0x71, 0xc1, 0xc9, 0xf5, 0x78, 0x4e, 0xd7, 0x82, 0xbe, 0x6d, 0x29, 0x72, 0x5f, 0xb1, 0x3d, + 0x5d, 0x9e, 0x70, 0xeb, 0xff, 0x78, 0x55, 0x66, 0x3d, 0x4b, 0x1a, 0x02, 0x3e, 0x28, 0x9f, 0x98, + 0xf7, 0x2c, 0x63, 0x38, 0xf7, 0x79, 0x81, 0xcf, 0xc6, 0x17, 0x8e, 0x31, 0x5f, 0xcf, 0x04, 0x83, + 0xcd, 0xc9, 0x93, 0x50, 0x5d, 0x7c, 0xf8, 0xdb, 0xf4, 0xb7, 0x6f, 0xab, 0xb6, 0xe9, 0x9c, 0x67, + 0xa8, 0x0b, 0xac, 0x6b, 0x95, 0x40, 0x66, 0x8c, 0xd2, 0xf7, 0x6a, 0x39, 0x93, 0x20, 0x31, 0x49, + 0x44, 0x09, 0x4e, 0x30, 0xf0, 0x0c, 0xab, 0x1f, 0xd6, 0xfc, 0xbf, 0x12, 0x42, 0x66, 0x62, 0x3d, + 0x26, 0xa5, 0x48, 0xd5, 0x50, 0xbb, 0x54, 0xb4, 0xdc, 0xea, 0x63, 0x6b, 0xe8, 0x85, 0x5b, 0x45, + 0xbb, 0x1a, 0xff, 0x55, 0x10, 0x40, 0x1b, 0x13, 0x8b, 0xff, 0xe4, 0x61, 0xe2, 0x00, 0x5e, 0xff, + 0x6f, 0x83, 0xf7, 0x55, 0xe8, 0x09, 0x00, 0xb0, 0xf3, 0x37, 0x02, 0x14, 0x70, 0xc4, 0x93, 0xbf, + 0x0f, 0x60, 0xaf, 0x87, 0x00, 0x5f, 0x13, 0x00, 0xf2, 0x5f, 0x27, 0x1d, 0x49, 0x8b, 0xb7, 0xf2, + 0x31, 0xec, 0x5e, 0xaf, 0xd2, 0x13, 0x7b, 0x8c, 0x40, 0x60, 0x33, 0x68, 0xdf, 0xfb, 0xda, 0xed, + 0xc8, 0x1d, 0xd2, 0xce, 0x40, 0x99, 0x4e, 0x78, 0xda, 0x1a, 0xff, 0xf5, 0xad, 0x6b, 0x6f, 0xc1, + 0x9b, 0xd5, 0xef, 0xd0, 0x77, 0x6c, 0x8e, 0xa7, 0x63, 0x8b, 0x49, 0x43, 0xb4, 0x0b, 0x9d, 0x51, + 0x07, 0x99, 0x51, 0xc8, 0x08, 0xbc, 0xac, 0x67, 0x24, 0x9a, 0x47, 0x63, 0x34, 0x26, 0x24, 0x13, + 0x63, 0x3e, 0x41, 0x62, 0x0f, 0x1d, 0x02, 0xa0, 0x74, 0x1f, 0x5e, 0xee, 0x05, 0x9f, 0xce, 0x51, + 0xc3, 0x0b, 0x31, 0x87, 0x40, 0x30, 0x63, 0x32, 0x39, 0xd8, 0xfc, 0xd1, 0x0c, 0xc0, 0xfb, 0xd2, + 0xb4, 0x97, 0x12, 0x92, 0xd6, 0x96, 0x24, 0xb9, 0x05, 0xb0, 0x59, 0x73, 0xe4, 0x44, 0x86, 0x4d, + 0xc4, 0x8e, 0xb5, 0x02, 0x65, 0xc8, 0xb7, 0x9b, 0xb8, 0x76, 0xff, 0xf4, 0xcd, 0x34, 0x78, 0xb8, + 0x24, 0x41, 0x5a, 0x57, 0x59, 0x32, 0xfb, 0x06, 0x27, 0x13, 0xab, 0x0f, 0x7b, 0x23, 0x26, 0xd8, + 0xe8, 0x7e, 0xb8, 0xd4, 0x66, 0xad, 0x67, 0x74, 0x47, 0x76, 0x70, 0x34, 0x97, 0x50, 0x22, 0x50, + 0xe5, 0xe9, 0x51, 0x81, 0x35, 0xd2, 0x75, 0xb2, 0xbf, 0x40, 0x3b, 0xdd, 0xd7, 0x79, 0xa8, 0x73, + 0x2e, 0xf3, 0xc8, 0x0b, 0x4b, 0x66, 0xfa, 0xf0, 0xfc, 0xa1, 0x71, 0xe6, 0xe3, 0x56, 0x9c, 0xc1, + 0x68, 0xd8, 0xf1, 0x0f, 0x4c, 0xc3, 0x8a, 0xd5, 0xf2, 0x66, 0x1c, 0x31, 0x15, 0x87, 0xc9, 0x21, + 0xd6, 0x89, 0x55, 0xf8, 0x0d, 0x09, 0xd4, 0x20, 0x4c, 0x26, 0x76, 0x0e, 0x4f, 0xa9, 0xc9, 0xcb, + 0xfa, 0x51, 0x2f, 0xcd, 0x05, 0x71, 0x20, 0x10, 0x78, 0xf2, 0x3f, 0xee, 0x23, 0xc8, 0x64, 0xc8, + 0x9e, 0xc1, 0xcf, 0x15, 0xcf, 0xc3, 0x93, 0xf9, 0x6f, 0x62, 0x23, 0x51, 0x4e, 0x44, 0x89, 0x67, + 0xf1, 0x95, 0x5c, 0x9b, 0xb0, 0x99, 0xdf, 0x9d, 0x96, 0x4a, 0xd0, 0x91, 0x8a, 0xdf, 0x11, 0xb2, + 0xf8, 0xa2, 0xba, 0x85, 0x18, 0xb1, 0xc7, 0x12, 0x39, 0x62, 0x4d, 0x8b, 0x2b, 0x30, 0x92, 0x04, + 0x76, 0x11, 0x16, 0x8d, 0xc2, 0x13, 0xe1, 0x32, 0x9d, 0xbc, 0xb0, 0xd6, 0xba, 0x21, 0xf8, 0xfd, + 0x48, 0x10, 0xb1, 0x4a, 0x21, 0xf1, 0xc4, 0x3d, 0x0e, 0xc7, 0x63, 0x4b, 0x79, 0x9e, 0x60, 0xee, + 0xfb, 0xda, 0xb1, 0x54, 0x52, 0x77, 0x59, 0x8a, 0x0b, 0x99, 0xa0, 0x3b, 0x43, 0x27, 0xce, 0x53, + 0x35, 0x45, 0x1e, 0xe2, 0xaf, 0x29, 0x69, 0x68, 0x79, 0x25, 0x17, 0x6b, 0x96, 0x39, 0xed, 0x78, + 0x99, 0xe1, 0x46, 0x0d, 0x3a, 0xa1, 0x2e, 0x2f, 0x5c, 0x28, 0x4b, 0x6a, 0x22, 0x11, 0xce, 0xc2, + 0x72, 0x7f, 0x78, 0x6c, 0x85, 0x18, 0xce, 0x42, 0x8c, 0xb3, 0xba, 0x74, 0xe6, 0x21, 0x2f, 0xad, + 0xac, 0x98, 0xf5, 0xa9, 0x18, 0xe1, 0xb0, 0x5b, 0xf2, 0xc8, 0xf5, 0x06, 0xc0, 0xd3, 0x14, 0x8f, + 0xa0, 0x90, 0x46, 0xf1, 0x02, 0xc8, 0xd6, 0xb2, 0x62, 0xec, 0xfb, 0x75, 0x2c, 0x13, 0x6c, 0x5e, + 0xa6, 0xab, 0x89, 0x6a, 0x44, 0x2b, 0xea, 0xaf, 0xad, 0xe7, 0xab, 0x37, 0x5d, 0x4d, 0x35, 0xa9, + 0x4e, 0x1b, 0x4d, 0x5a, 0xa9, 0x21, 0xe7, 0xb9, 0x75, 0xa6, 0x59, 0xd7, 0x0e, 0x4d, 0x64, 0xe0, + 0x2d, 0x9b, 0x9a, 0x17, 0xf8, 0xc0, 0xbe, 0x9d, 0x94, 0x9a, 0x8b, 0x26, 0xe3, 0x8b, 0x77, 0xae, + 0xb3, 0xaa, 0x0f, 0x45, 0x6e, 0x9d, 0x76, 0xbf, 0xa0, 0xf0, 0xe6, 0x11, 0x21, 0xd6, 0x3f, 0x6e, + 0x82, 0x2c, 0x62, 0xb9, 0xf0, 0x8e, 0xe3, 0x3d, 0x5b, 0xd8, 0x96, 0x48, 0x0c, 0xdb, 0x89, 0x87, + 0x92, 0x2b, 0x1c, 0x08, 0x10, 0x96, 0x3e, 0x0f, 0x13, 0x8c, 0x4f, 0x8f, 0x15, 0x6f, 0xa5, 0x60, + 0x19, 0x6f, 0x31, 0x89, 0xb9, 0x50, 0x99, 0x22, 0x75, 0x00, 0x20, 0xf9, 0xd0, 0x9a, 0x2c, 0xf3, + 0xde, 0xb3, 0xac, 0x68, 0xf4, 0x79, 0xea, 0x8d, 0xa1, 0x10, 0x3d, 0xce, 0x0f, 0x1d, 0x27, 0x44, + 0xfc, 0x0e, 0x68, 0x15, 0x17, 0x3e, 0x75, 0x33, 0xc0, 0x3e, 0x84, 0xa7, 0x24, 0xc8, 0x17, 0x42, + 0xba, 0x0d, 0x26, 0xaf, 0x44, 0x76, 0x21, 0x36, 0xa9, 0xde, 0x60, 0xf2, 0x84, 0x83, 0x51, 0x9d, + 0x26, 0x83, 0xa0, 0xa2, 0x6a, 0x4f, 0xb8, 0x4a, 0x9c, 0x02, 0x96, 0xe6, 0x7e, 0xbe, 0xce, 0xda, + 0xbf, 0x86, 0x14, 0x57, 0xe1, 0x2f, 0x70, 0xa2, 0x99, 0x0c, 0x54, 0x47, 0xd9, 0x82, 0xbd, 0x83, + 0x6c, 0x73, 0xc8, 0x34, 0x16, 0x94, 0xb1, 0x2c, 0x73, 0x06, 0x48, 0x0e, 0x21, 0x2f, 0x2e, 0x7f, + 0x15, 0x56, 0x28, 0x5a, 0x1e, 0xc3, 0x08, 0xe9, 0x0d, 0xe4, 0x39, 0xec, 0x8b, 0x92, 0xab, 0xb8, + 0xf0, 0x3b, 0x3e, 0x5b, 0x8d, 0x59, 0xa6, 0x23, 0xa5, 0x83, 0xed, 0x2c, 0x34, 0x68, 0x94, 0x4b, + 0x29, 0xdb, 0x9c, 0xc7, 0x76, 0x11, 0xea, 0x0c, 0x16, 0xf6, 0xcd, 0x61, 0x42, 0x8c, 0x4d, 0x88, + 0x73, 0xb1, 0x75, 0xa8, 0xfe, 0x1c, 0x87, 0xf3, 0xb7, 0xe5, 0x90, 0xd5, 0x2c, 0xc6, 0xfb, 0x84, + 0x55, 0xbc, 0xaf, 0xf8, 0xf7, 0xf1, 0xbe, 0x55, 0x82, 0x0c, 0xd9, 0x3a, 0xe3, 0x89, 0x7f, 0x95, + 0x51, 0x46, 0x59, 0xa3, 0xa2, 0x01, 0x6f, 0xb4, 0x55, 0x7b, 0xf1, 0xd5, 0x71, 0xe6, 0x09, 0x5e, + 0x35, 0x5d, 0x6d, 0x99, 0x92, 0x51, 0x6d, 0x71, 0xe7, 0x88, 0x78, 0x9c, 0x98, 0x7c, 0xf8, 0x45, + 0x8b, 0xbe, 0x29, 0xf3, 0x30, 0x7b, 0xa8, 0x2f, 0x0b, 0x58, 0x05, 0x24, 0x55, 0x59, 0x1d, 0xd3, + 0xf2, 0xf3, 0xe5, 0xe3, 0x12, 0x3f, 0xef, 0x33, 0xb6, 0x6a, 0xcb, 0xd5, 0xeb, 0x71, 0xb6, 0x80, + 0x9a, 0x72, 0x81, 0xbb, 0x8a, 0x10, 0x98, 0x5e, 0xdd, 0xa9, 0xf5, 0xf4, 0xe4, 0x04, 0x91, 0xcc, + 0x9b, 0x7c, 0x4f, 0x81, 0x5e, 0x5d, 0xc4, 0xf5, 0x64, 0x89, 0xd1, 0x0f, 0x28, 0x59, 0x31, 0x2c, + 0x2c, 0xe3, 0x36, 0x54, 0xc0, 0xee, 0x47, 0xb1, 0x14, 0x46, 0xcd, 0x47, 0x87, 0x44, 0x09, 0xfa, + 0x52, 0x58, 0x20, 0xd5, 0x41, 0xd4, 0x52, 0xac, 0x9f, 0x7c, 0x28, 0x09, 0xbb, 0xf2, 0x73, 0xfe, + 0x49, 0xd5, 0xeb, 0xb3, 0x0b, 0x84, 0xa0, 0x3c, 0xd9, 0xfc, 0x48, 0x16, 0x69, 0x48, 0x33, 0x5b, + 0xf6, 0xc6, 0xc8, 0xd9, 0xf5, 0xc0, 0x8b, 0x30, 0x61, 0x15, 0x60, 0x8f, 0x7b, 0xaa, 0xa2, 0xc9, + 0x4b, 0x4b, 0x21, 0xc8, 0x49, 0x4a, 0x4c, 0x40, 0xc4, 0x92, 0x1b, 0x97, 0x4b, 0x1e, 0x45, 0x21, + 0xaa, 0x22, 0x50, 0x24, 0x2d, 0xcf, 0xda, 0x32, 0x44, 0xaa, 0x6b, 0x2d, 0x21, 0xd8, 0x55, 0xc1, + 0x12, 0xd0, 0x5c, 0x4a, 0x9a, 0xa0, 0x40, 0x24, 0x57, 0x75, 0x1d, 0x4f, 0x4e, 0x4c, 0x60, 0x88, + 0xd4, 0xa7, 0x83, 0x5f, 0x57, 0x1a, 0xf0, 0x16, 0x2d, 0xbd, 0x4a, 0xdd, 0xa4, 0xac, 0x96, 0x59, + 0x1a, 0xa2, 0x6b, 0x77, 0x53, 0x86, 0x4b, 0xa3, 0xcf, 0x98, 0xce, 0xd4, 0x99, 0xc7, 0x3c, 0x1b, + 0x98, 0x2d, 0x06, 0x75, 0x7e, 0x6e, 0x81, 0x45, 0x60, 0x25, 0x48, 0x49, 0x23, 0xcc, 0x25, 0x10, + 0xd2, 0x32, 0x1c, 0xdc, 0x81, 0xfc, 0x03, 0x91, 0xaa, 0x90, 0x6c, 0x8d, 0x5d, 0xa5, 0x24, 0x80, + 0xc4, 0x14, 0x90, 0x8c, 0xa5, 0x10, 0x42, 0x23, 0x7c, 0x31, 0x46, 0x77, 0x21, 0x63, 0xef, 0x22, + 0x23, 0x99, 0x2a, 0x0e, 0xc9, 0x6d, 0xb2, 0x0c, 0x63, 0xae, 0xd5, 0xe8, 0x32, 0x8c, 0x2e, 0x31, + 0xbf, 0xdf, 0xe8, 0x90, 0x44, 0xb0, 0xe0, 0x09, 0x57, 0xa2, 0x2b, 0x5c, 0x55, 0x22, 0xf2, 0x4b, + 0xcc, 0x4c, 0x12, 0xa0, 0x0d, 0xa9, 0x2a, 0x2c, 0xd1, 0x98, 0xe8, 0xed, 0x4a, 0xfc, 0x13, 0xf1, + 0x61, 0xbe, 0xbc, 0x97, 0x27, 0x9c, 0xc6, 0xac, 0x93, 0x6c, 0x3d, 0xf6, 0x1d, 0xdd, 0x6e, 0x0b, + 0xd1, 0xa5, 0x48, 0x26, 0x2c, 0x74, 0x0a, 0x24, 0x96, 0xd7, 0x1c, 0xaa, 0x07, 0xa7, 0xd4, 0xa4, + 0xaf, 0xc4, 0x15, 0xce, 0xef, 0xf0, 0x0a, 0xc7, 0x38, 0xc1, 0xf3, 0xc7, 0xdd, 0x2a, 0x21, 0x96, + 0xed, 0x8e, 0x1d, 0xd9, 0xbb, 0x05, 0x0f, 0x63, 0x31, 0x8f, 0x0a, 0xbb, 0x6f, 0x72, 0x6e, 0x33, + 0x73, 0x22, 0xb4, 0x50, 0x57, 0x51, 0xff, 0x1d, 0x84, 0x49, 0x53, 0x95, 0x3f, 0xe5, 0x91, 0x18, + 0xb3, 0xff, 0x2e, 0x23, 0x31, 0x4a, 0x8e, 0x38, 0xad, 0xba, 0x32, 0x81, 0x51, 0xcd, 0xa3, 0x5e, + 0xaf, 0xe8, 0xb5, 0xeb, 0xf7, 0xbd, 0xe4, 0x0b, 0x9c, 0x99, 0x69, 0x20, 0xb9, 0x86, 0xbc, 0x1e, + 0x0b, 0x85, 0x88, 0xf4, 0x4b, 0x8a, 0xf9, 0x72, 0x58, 0x2d, 0xd8, 0x7a, 0x90, 0x0a, 0x7c, 0x13, + 0x2c, 0xd1, 0xe5, 0xba, 0x36, 0x48, 0x8e, 0xd3, 0x40, 0x48, 0x5d, 0xa6, 0x6f, 0x39, 0xec, 0xba, + 0xeb, 0x97, 0x07, 0xe8, 0xf1, 0xa3, 0xd6, 0x70, 0x31, 0xdf, 0x97, 0x9a, 0x27, 0xb2, 0x1f, 0x41, + 0x83, 0x7b, 0x42, 0x4e, 0x28, 0x97, 0xaa, 0x04, 0x21, 0x45, 0x9b, 0x4f, 0x4e, 0x25, 0x29, 0x89, + 0x65, 0xe3, 0x89, 0x30, 0x45, 0xb6, 0x63, 0x2f, 0x7b, 0x6a, 0xba, 0x38, 0x20, 0x8e, 0x73, 0xe6, + 0xc4, 0x5a, 0xf2, 0x3b, 0x4e, 0xf4, 0xd9, 0x02, 0xe0, 0x3c, 0x39, 0x16, 0x8b, 0x3b, 0x83, 0x4a, + 0x20, 0x0d, 0x2e, 0xbb, 0x9a, 0xc9, 0x61, 0x9f, 0x71, 0x9f, 0x38, 0x82, 0xb3, 0x8e, 0xc0, 0xfe, + 0xbd, 0xc8, 0xf4, 0xac, 0xf7, 0x39, 0x21, 0x97, 0x7c, 0x2e, 0xf1, 0x00, 0x1f, 0x49, 0x6a, 0x2b, + 0xbf, 0x6c, 0xe0, 0x0a, 0xef, 0x68, 0x21, 0xdf, 0xee, 0x90, 0xa7, 0x28, 0x00, 0x8e, 0x2e, 0x7f, + 0x72, 0x44, 0xcd, 0x67, 0x90, 0x89, 0x19, 0xab, 0xdc, 0x68, 0x7c, 0x93, 0x45, 0x7c, 0xa4, 0x96, + 0x32, 0xee, 0x0e, 0x5e, 0xb5, 0xd8, 0xfa, 0x11, 0x18, 0xd4, 0x4d, 0x3c, 0xcb, 0x83, 0x7f, 0xa6, + 0x10, 0x12, 0x9b, 0x71, 0x90, 0xb7, 0x7b, 0xcc, 0x52, 0x7d, 0x81, 0xd6, 0x0e, 0xfc, 0xb4, 0xb6, + 0xdc, 0x95, 0x45, 0x7a, 0x49, 0x77, 0x03, 0xb7, 0xaf, 0xf4, 0x25, 0x01, 0xa3, 0x81, 0x89, 0x34, + 0x86, 0x1c, 0x5f, 0xa0, 0x72, 0x25, 0x2c, 0x17, 0x2a, 0x34, 0xe4, 0x8d, 0x1f, 0x1f, 0x13, 0x20, + 0x86, 0x19, 0x55, 0xc8, 0x8e, 0x4c, 0x4f, 0x1f, 0xe3, 0x9e, 0xa3, 0x7f, 0x49, 0x93, 0xca, 0x01, + 0x7d, 0x04, 0x3d, 0x88, 0x30, 0x8c, 0xb0, 0x5e, 0x13, 0xf2, 0x66, 0xce, 0x7d, 0x60, 0x72, 0x5b, + 0xb6, 0xc2, 0x86, 0x86, 0x3b, 0x5f, 0x16, 0x86, 0x16, 0x11, 0x5f, 0x05, 0x82, 0xdb, 0xff, 0xb6, + 0x84, 0x9f, 0x68, 0x6e, 0xd0, 0xe1, 0xb5, 0xc6, 0x00, 0x1f, 0x88, 0xe7, 0xd8, 0xe1, 0xd7, 0xfb, + 0x8c, 0x84, 0x9c, 0x40, 0xac, 0x4c, 0x1c, 0x24, 0x5d, 0x2a, 0x55, 0x77, 0x4a, 0x82, 0x59, 0x2a, + 0x06, 0xa8, 0x0b, 0xb9, 0xc9, 0xd4, 0xe2, 0xb2, 0x6f, 0xd4, 0x1d, 0x04, 0xc8, 0x0f, 0xa6, 0x27, + 0x4f, 0xad, 0x03, 0xc9, 0xed, 0xc1, 0x10, 0x0c, 0xa7, 0x50, 0x9c, 0x2f, 0x6b, 0x49, 0xee, 0x0e, + 0x53, 0x28, 0xa2, 0xe7, 0x35, 0xb9, 0x3f, 0xb4, 0x2a, 0x6f, 0x45, 0xba, 0x4b, 0x06, 0xcc, 0x12, + 0x92, 0xbc, 0x43, 0xda, 0xd0, 0x90, 0x3c, 0x1a, 0x2c, 0x2e, 0xfb, 0xba, 0xd4, 0xb6, 0xca, 0x9f, + 0x37, 0xc9, 0x92, 0x95, 0x18, 0x4c, 0x35, 0x59, 0x97, 0x11, 0x5a, 0xa4, 0xfb, 0xe4, 0x20, 0x7e, + 0x3f, 0xe1, 0x33, 0xdb, 0x56, 0xc7, 0xb3, 0x11, 0x86, 0x0f, 0x75, 0x33, 0x26, 0x48, 0x40, 0x64, + 0x97, 0x5e, 0xeb, 0xcb, 0xb6, 0x42, 0x96, 0x8f, 0xfa, 0x80, 0x10, 0x5f, 0xd7, 0xb5, 0xd2, 0x7a, + 0xd1, 0x5e, 0xd2, 0xc0, 0xa3, 0xba, 0x32, 0xd9, 0xc8, 0xb1, 0x33, 0x38, 0x56, 0x14, 0x2f, 0x42, + 0xa2, 0x92, 0xdb, 0xeb, 0x68, 0x2a, 0x29, 0xcd, 0x64, 0x6c, 0xca, 0xba, 0x12, 0x99, 0x73, 0xd9, + 0x5b, 0xbe, 0x55, 0xc2, 0xce, 0x89, 0x07, 0x1d, 0x70, 0x5f, 0xac, 0xc1, 0xfb, 0xde, 0x41, 0x06, + 0x01, 0x90, 0x68, 0xd4, 0x08, 0xce, 0xe5, 0x33, 0x20, 0xf7, 0xf9, 0x7c, 0xdd, 0x93, 0xe7, 0xf0, + 0x1f, 0xe1, 0x92, 0x71, 0x4c, 0x2c, 0x09, 0x56, 0xc9, 0xf6, 0x34, 0x8f, 0x72, 0x69, 0xc7, 0x6a, + 0x7d, 0x4b, 0x9a, 0x11, 0x9f, 0x1f, 0xd7, 0x61, 0x23, 0x39, 0x79, 0x91, 0xd1, 0x3a, 0xda, 0x96, + 0xf6, 0x31, 0x19, 0x44, 0x76, 0x03, 0x5a, 0xcb, 0x5e, 0x31, 0xcc, 0x80, 0xc9, 0x97, 0xa2, 0x72, + 0x51, 0xde, 0x5f, 0xc5, 0x85, 0xca, 0x3f, 0x93, 0x2e, 0xd0, 0x68, 0xaa, 0xed, 0xcc, 0x57, 0x39, + 0x39, 0x53, 0x67, 0xc7, 0x8f, 0xc8, 0xc2, 0x5d, 0x2b, 0xbe, 0x8b, 0x27, 0x93, 0x4b, 0x30, 0x3a, + 0xc7, 0x31, 0x0a, 0x2d, 0xdb, 0xce, 0xf1, 0x3c, 0xc1, 0xcd, 0x75, 0xe5, 0x61, 0xd3, 0x32, 0x69, + 0xfb, 0x12, 0xb1, 0x6b, 0x02, 0x59, 0x76, 0x12, 0x8d, 0x53, 0x68, 0x82, 0xdf, 0x72, 0x3d, 0xec, + 0xda, 0x2c, 0x24, 0xd9, 0xac, 0x42, 0xdb, 0x4b, 0x60, 0x01, 0x24, 0xdd, 0x8f, 0xee, 0xae, 0x54, + 0xa9, 0x50, 0xe4, 0x79, 0xe2, 0x69, 0xfb, 0xc2, 0x73, 0x79, 0x26, 0xfe, 0xd1, 0x74, 0x0f, 0x00, + 0x7e, 0xec, 0xa4, 0x7e, 0x74, 0x35, 0xc9, 0xb6, 0xff, 0x68, 0x78, 0xe2, 0xc5, 0x4f, 0x8e, 0x27, + 0xd0, 0xd7, 0x16, 0x49, 0x6a, 0xa3, 0xc8, 0x05, 0x7d, 0x08, 0xb3, 0xa2, 0x50, 0xa2, 0xcf, 0x91, + 0x42, 0x89, 0x09, 0x76, 0x83, 0xc4, 0xcc, 0xb8, 0x05, 0x61, 0xd9, 0x6a, 0x4e, 0xba, 0x1d, 0xa0, + 0x21, 0xba, 0xb3, 0xc7, 0x72, 0x79, 0xf7, 0x95, 0xcc, 0xd4, 0x3c, 0xec, 0x4a, 0xe9, 0xfb, 0x77, + 0xa2, 0x10, 0x93, 0xe0, 0xdb, 0xe9, 0xfa, 0x91, 0x33, 0x3e, 0xa8, 0x95, 0x28, 0x72, 0x3d, 0x8c, + 0x73, 0xde, 0x96, 0x46, 0x9c, 0xd0, 0x7b, 0x53, 0xa4, 0x79, 0x26, 0xa1, 0xaf, 0x95, 0xc2, 0x72, + 0x3e, 0xed, 0x5e, 0x50, 0x1b, 0xcf, 0x76, 0xd6, 0x56, 0x8f, 0x15, 0x88, 0xd5, 0x27, 0xa9, 0xde, + 0x35, 0x03, 0x6f, 0x81, 0xfb, 0xb7, 0x87, 0x93, 0x14, 0x32, 0xac, 0xb0, 0x56, 0x6d, 0x5c, 0x56, + 0x0b, 0xff, 0x2a, 0x5b, 0x82, 0x96, 0x60, 0x4b, 0x19, 0x27, 0x9c, 0x87, 0x96, 0x12, 0xc5, 0xe7, + 0xb8, 0xcc, 0x16, 0xf8, 0x89, 0x00, 0xaf, 0xd6, 0xe5, 0xf9, 0x6a, 0x8f, 0xe9, 0x24, 0xf7, 0x68, + 0x3d, 0x81, 0xd8, 0xa2, 0x82, 0x74, 0xe4, 0xc6, 0x54, 0xd2, 0xfd, 0x8a, 0xb0, 0xfa, 0x8b, 0x4b, + 0x99, 0x9c, 0x5f, 0xc4, 0xf4, 0x35, 0x6f, 0xd5, 0xc7, 0x59, 0x7e, 0x02, 0xaf, 0x48, 0xb6, 0x71, + 0xac, 0x3b, 0x52, 0xfa, 0x8b, 0x98, 0x4f, 0x1a, 0xfb, 0x92, 0x25, 0x69, 0xc9, 0x4d, 0x7c, 0x45, + 0x3d, 0xf7, 0xfc, 0x29, 0x31, 0x0f, 0x17, 0x4a, 0x0d, 0x30, 0xda, 0x55, 0x06, 0x86, 0x46, 0x5c, + 0x75, 0x07, 0xc6, 0x44, 0xe7, 0xd6, 0x2f, 0x6a, 0x14, 0x33, 0x54, 0x72, 0xcf, 0x30, 0x74, 0xab, + 0x83, 0x08, 0xd4, 0x2b, 0xf7, 0x8d, 0x52, 0xc1, 0x3d, 0xa3, 0xdc, 0xd2, 0x79, 0xef, 0x68, 0x64, + 0x8d, 0xaf, 0xea, 0x1a, 0x1e, 0xef, 0x3a, 0x5d, 0x32, 0xc1, 0x79, 0x9a, 0xdb, 0x11, 0xe6, 0xef, + 0x38, 0x61, 0xc3, 0xa1, 0x31, 0xe1, 0x35, 0xe9, 0x8d, 0x32, 0x49, 0x5e, 0xa6, 0x11, 0x0a, 0xc9, + 0xb3, 0x22, 0xff, 0xb7, 0x65, 0x69, 0xd6, 0xe3, 0x3c, 0xe1, 0x2b, 0x85, 0xbe, 0x8b, 0x71, 0x38, + 0xd1, 0x43, 0x68, 0x90, 0x62, 0x77, 0xec, 0xc8, 0x2b, 0xf6, 0x21, 0xa2, 0xa0, 0x05, 0xcd, 0xc6, + 0x24, 0x5a, 0x9e, 0xfa, 0xc4, 0x26, 0x89, 0x05, 0x61, 0x49, 0x6b, 0x58, 0xf2, 0x0c, 0x14, 0x25, + 0x57, 0x24, 0x4f, 0xb2, 0xfb, 0x9b, 0x46, 0x2e, 0x32, 0xf2, 0xb8, 0xae, 0x09, 0x4a, 0xbd, 0x64, + 0x79, 0xd7, 0x8d, 0xd1, 0xd1, 0x2e, 0x33, 0x00, 0x45, 0x98, 0xce, 0x79, 0xf8, 0x26, 0x53, 0x6e, + 0xdd, 0xf9, 0x4c, 0xc7, 0xb7, 0x13, 0x50, 0xed, 0x20, 0xe4, 0x96, 0xe0, 0x5d, 0xe3, 0x9f, 0xfb, + 0x57, 0xfb, 0x93, 0x72, 0x5d, 0xaf, 0x8d, 0x98, 0x17, 0x4a, 0x62, 0x41, 0xea, 0x72, 0xb0, 0xbc, + 0x8c, 0xed, 0x4e, 0xe0, 0x70, 0x97, 0xc9, 0x2d, 0x5b, 0x20, 0x57, 0x43, 0x5b, 0xba, 0xab, 0x17, + 0x82, 0x39, 0xe0, 0x16, 0xff, 0x31, 0x84, 0x19, 0x97, 0x18, 0x58, 0x67, 0x0c, 0xec, 0x03, 0x0c, + 0xcc, 0x27, 0x93, 0xf2, 0xb6, 0x71, 0x5d, 0xe1, 0xe6, 0x21, 0xd7, 0x04, 0x0a, 0x29, 0x9d, 0xe0, + 0x6e, 0xb4, 0xde, 0xd5, 0xc8, 0x6b, 0xc3, 0x87, 0x1f, 0xba, 0xac, 0x82, 0x06, 0x03, 0xbf, 0x11, + 0x17, 0x58, 0x84, 0x94, 0xd7, 0x54, 0x2e, 0xa2, 0x91, 0x8a, 0x73, 0x53, 0x7d, 0xb9, 0x39, 0x5f, + 0x46, 0x7b, 0xed, 0xfc, 0x13, 0xae, 0xa2, 0xcb, 0xce, 0xac, 0xde, 0x71, 0x2a, 0x1f, 0x3f, 0x5e, + 0x0d, 0xb9, 0xca, 0x7e, 0xe4, 0x58, 0x9a, 0x47, 0x61, 0x72, 0x6d, 0xb7, 0x91, 0xd1, 0xc3, 0x98, + 0x43, 0x17, 0x35, 0x3d, 0x77, 0x9a, 0x4c, 0xe9, 0x9f, 0xb1, 0xe8, 0x03, 0x54, 0x94, 0x5e, 0x86, + 0xe6, 0x0f, 0xb7, 0x58, 0x10, 0x03, 0x24, 0xf8, 0x6d, 0x94, 0x51, 0x84, 0x4d, 0x6c, 0xa3, 0x90, + 0xc9, 0x7d, 0xb6, 0x8d, 0x25, 0x68, 0x21, 0xef, 0x93, 0xd8, 0x25, 0x03, 0xdf, 0x03, 0x25, 0x2c, + 0x5f, 0x86, 0xd4, 0x29, 0xea, 0x98, 0xf2, 0xd1, 0x84, 0x96, 0xab, 0x15, 0x32, 0x75, 0xb4, 0xc7, + 0x17, 0xc4, 0x97, 0xfb, 0xb3, 0xc4, 0x20, 0xe6, 0x0a, 0xd5, 0x50, 0xe5, 0xab, 0xee, 0x30, 0x56, + 0x15, 0xe3, 0x80, 0x92, 0xf0, 0x9f, 0xcc, 0xf7, 0xac, 0x1b, 0x16, 0x19, 0xa3, 0x6b, 0xc0, 0x0f, + 0xcc, 0x1f, 0xa3, 0xca, 0x0d, 0xb6, 0x3b, 0x66, 0x19, 0x22, 0x93, 0x35, 0x58, 0xf7, 0xfe, 0x1c, + 0xbb, 0x8d, 0xc1, 0x49, 0x01, 0x53, 0x0c, 0x86, 0xd6, 0x65, 0xee, 0x8e, 0x33, 0x99, 0xcc, 0xf7, + 0x2c, 0x94, 0xdf, 0x66, 0x36, 0xbe, 0xeb, 0x86, 0x1b, 0x57, 0x94, 0x00, 0x88, 0x55, 0x64, 0x48, + 0x5b, 0xf0, 0xee, 0xad, 0x02, 0x76, 0x7b, 0xa3, 0x6d, 0x58, 0xd6, 0x8c, 0xf7, 0x40, 0x31, 0xba, + 0xa2, 0xc8, 0x36, 0x73, 0x22, 0x8d, 0xa5, 0x36, 0x81, 0xf3, 0x85, 0x42, 0xfe, 0x9e, 0xf5, 0x01, + 0x07, 0x5d, 0xeb, 0xf4, 0xd9, 0x6d, 0xb7, 0x61, 0x92, 0xb6, 0xe1, 0x36, 0xe7, 0x86, 0x82, 0x60, + 0x49, 0x21, 0x40, 0x3a, 0xeb, 0xe6, 0xbb, 0xd9, 0x78, 0xe1, 0x76, 0x39, 0x15, 0x08, 0x1a, 0xeb, + 0x61, 0x2a, 0x45, 0x16, 0xb3, 0x41, 0xda, 0xa0, 0x88, 0x33, 0x26, 0x08, 0xcf, 0xd0, 0xbb, 0x1a, + 0x86, 0xe0, 0x05, 0xa0, 0xfd, 0xbe, 0xa6, 0x90, 0xd4, 0x14, 0xe7, 0xe3, 0xc7, 0xe9, 0x6b, 0xd0, + 0x21, 0xd5, 0x7b, 0x25, 0x81, 0x16, 0xd8, 0xed, 0xcd, 0xaf, 0x53, 0x45, 0xa8, 0xf4, 0xea, 0x80, + 0x6a, 0x75, 0xfb, 0xbb, 0x19, 0xea, 0x05, 0xbd, 0xcf, 0xc8, 0x6e, 0x13, 0x38, 0xdf, 0xb3, 0x26, + 0x0c, 0x86, 0x36, 0x17, 0xf4, 0x21, 0xe8, 0xc2, 0x85, 0xc6, 0x32, 0x1b, 0xb1, 0x0e, 0x5c, 0x68, + 0xd0, 0x7a, 0x72, 0x8b, 0x39, 0x29, 0x57, 0x5f, 0xd9, 0x20, 0x06, 0x88, 0x25, 0x0d, 0x6e, 0xac, + 0x6b, 0xb1, 0x3d, 0xd3, 0xbb, 0x4b, 0x63, 0xc6, 0xc4, 0xc4, 0x46, 0x37, 0xb0, 0x55, 0x51, 0x2c, + 0xad, 0x6e, 0x15, 0xab, 0x7e, 0x34, 0xca, 0xb6, 0xb5, 0x3c, 0xca, 0x33, 0xf7, 0x32, 0xfd, 0xca, + 0xb1, 0x16, 0x44, 0x61, 0x75, 0xab, 0x1b, 0x57, 0x8a, 0xf2, 0xfa, 0x51, 0xb3, 0xc7, 0x4b, 0xe3, + 0x3c, 0x06, 0x76, 0xb6, 0x7a, 0x9c, 0x42, 0x69, 0xcd, 0x38, 0xb1, 0xea, 0x87, 0xb3, 0x89, 0xcb, + 0x38, 0x61, 0x42, 0x31, 0x79, 0xf5, 0x9c, 0xe6, 0xe4, 0xd5, 0xad, 0x92, 0xaa, 0x1b, 0xc9, 0xed, + 0x7a, 0xad, 0x7c, 0x9b, 0x80, 0x64, 0x6f, 0x4c, 0x32, 0x20, 0x56, 0x10, 0x07, 0x88, 0x0c, 0x8d, + 0x0a, 0x9e, 0xb5, 0x15, 0x07, 0xc3, 0xac, 0xd8, 0xec, 0x37, 0x6c, 0x78, 0x23, 0x81, 0x7e, 0xd7, + 0x51, 0x53, 0xcb, 0xd0, 0x7b, 0x6a, 0x3f, 0xb9, 0xe5, 0xf0, 0x1a, 0xea, 0x0e, 0x97, 0x57, 0x50, + 0xf7, 0x1c, 0xba, 0x9d, 0xfa, 0x22, 0xac, 0x1c, 0x72, 0xde, 0x1f, 0xf2, 0x46, 0xc2, 0xc2, 0x69, + 0x31, 0x58, 0x3f, 0xd6, 0x74, 0x88, 0x23, 0x90, 0xd6, 0x29, 0x13, 0xc6, 0x85, 0xed, 0xf7, 0x7e, + 0x20, 0xc3, 0x44, 0xee, 0x5a, 0x5e, 0x6c, 0x6c, 0x04, 0x10, 0x61, 0x06, 0xaa, 0x86, 0xc5, 0xa3, + 0x1d, 0x62, 0x42, 0x61, 0x39, 0x22, 0x33, 0xd7, 0xd7, 0x6e, 0x31, 0xa2, 0x3b, 0x4e, 0x1b, 0x5d, + 0x79, 0x94, 0x36, 0x22, 0x00, 0x03, 0x79, 0x81, 0x71, 0x61, 0xa3, 0x38, 0x48, 0xd1, 0x43, 0xf3, + 0xa0, 0x37, 0x04, 0x3d, 0x24, 0x22, 0x36, 0x24, 0x2a, 0x0e, 0xa4, 0x20, 0x73, 0x31, 0x74, 0x52, + 0xb6, 0xc1, 0xd2, 0xf8, 0xd8, 0xb7, 0x96, 0xa4, 0x6a, 0x29, 0x67, 0xa0, 0xda, 0x90, 0x07, 0x9c, + 0xbe, 0xc1, 0xe6, 0x8a, 0x45, 0xe8, 0x0f, 0x6c, 0x7e, 0x0d, 0x56, 0x64, 0x99, 0x70, 0x60, 0x6a, + 0x10, 0xa0, 0xb5, 0x11, 0xbc, 0x89, 0xb9, 0x0a, 0x9b, 0xd4, 0x1f, 0x77, 0x2f, 0x08, 0xb8, 0xa8, + 0xc7, 0xc5, 0xa9, 0x34, 0x13, 0x2d, 0x4c, 0xe5, 0x10, 0x2c, 0x4b, 0x73, 0x03, 0x4c, 0xbb, 0x3f, + 0x2a, 0xb9, 0x42, 0x41, 0x70, 0xee, 0xc5, 0xbf, 0x80, 0x7e, 0x91, 0xc8, 0xdb, 0x52, 0x07, 0x6f, + 0xbd, 0x74, 0x34, 0x49, 0x7f, 0x45, 0x00, 0xb4, 0xe4, 0x12, 0x80, 0x50, 0xff, 0xfc, 0x48, 0x04, + 0x5e, 0xbf, 0x09, 0xa6, 0xa8, 0x63, 0x28, 0x1b, 0xa2, 0x41, 0x57, 0xde, 0x67, 0x43, 0xf3, 0xed, + 0x46, 0x42, 0xf7, 0x0a, 0xc1, 0xbe, 0x81, 0xdd, 0x8f, 0xed, 0x14, 0x58, 0x70, 0xe0, 0x91, 0xc5, + 0xc7, 0xf3, 0x14, 0x4c, 0xd3, 0xd1, 0x12, 0x60, 0x24, 0x05, 0x77, 0x86, 0xf0, 0xd6, 0xc8, 0x11, + 0x9d, 0xb3, 0xd0, 0x3c, 0xd2, 0xf8, 0xe7, 0x82, 0x37, 0x5d, 0xf9, 0x62, 0x15, 0x9e, 0x70, 0xb6, + 0x84, 0xd8, 0x6c, 0x6d, 0xb8, 0xd3, 0x25, 0xe0, 0x46, 0xa9, 0x98, 0x80, 0x36, 0x7d, 0xb6, 0x76, + 0xde, 0x00, 0xbb, 0x74, 0x43, 0xfd, 0xf0, 0x46, 0x01, 0x48, 0xf9, 0x4c, 0x8e, 0x5c, 0x55, 0x10, + 0x18, 0xb1, 0x4a, 0x6f, 0x55, 0x30, 0x79, 0x7a, 0xbd, 0xa2, 0xc7, 0x14, 0x73, 0xf4, 0x5a, 0x04, + 0x53, 0xaa, 0x60, 0x19, 0x78, 0xa8, 0xb8, 0x37, 0x39, 0x58, 0xdc, 0x22, 0x42, 0x93, 0xf4, 0xbd, + 0x63, 0x2d, 0xaf, 0x30, 0xfb, 0xf3, 0x88, 0x0c, 0x11, 0x7c, 0x7b, 0x19, 0x93, 0x11, 0x44, 0xb6, + 0x3f, 0x42, 0x24, 0x68, 0xdd, 0x1e, 0xdd, 0x0b, 0x2b, 0xe8, 0x5e, 0xf8, 0x2f, 0x40, 0xe5, 0x57, + 0x49, 0x92, 0x18, 0xc1, 0xc5, 0xce, 0x4a, 0xe4, 0x6c, 0xf8, 0xd8, 0x19, 0xff, 0x15, 0x32, 0xbb, + 0x67, 0x7d, 0x7e, 0x97, 0x8c, 0x9d, 0xfb, 0x4f, 0x61, 0xc7, 0x43, 0xce, 0xc6, 0xbf, 0x89, 0x9d, + 0xe8, 0x38, 0x37, 0x12, 0xa9, 0xe0, 0xf5, 0xaf, 0x8c, 0xf3, 0xf4, 0xa3, 0x71, 0x9e, 0x7e, 0x62, + 0x9c, 0x55, 0xd1, 0x1d, 0xa9, 0x58, 0x15, 0x56, 0x0d, 0xb6, 0x04, 0x7a, 0xd1, 0xef, 0xf0, 0xc0, + 0x25, 0x6e, 0xe1, 0x3a, 0x7e, 0x47, 0xb6, 0x11, 0x1a, 0xaa, 0x80, 0xc1, 0xdd, 0xe4, 0xe6, 0x70, + 0x97, 0x21, 0x0a, 0x72, 0xb0, 0x97, 0x90, 0x5a, 0xa4, 0x4e, 0x64, 0x5b, 0xd9, 0xf8, 0x2d, 0x04, + 0xdd, 0x7c, 0xc4, 0x6f, 0x6e, 0xfa, 0x9d, 0x8f, 0x50, 0x44, 0x36, 0x88, 0xb5, 0x1c, 0xe7, 0x37, + 0x37, 0x88, 0xf8, 0xd4, 0xf7, 0xe9, 0x28, 0x37, 0x22, 0xbb, 0xe7, 0xef, 0x8c, 0xf2, 0xf0, 0xff, + 0x84, 0x51, 0x76, 0xfe, 0xdd, 0x51, 0xee, 0xfe, 0xef, 0x3c, 0xca, 0x38, 0xbd, 0x4f, 0xd6, 0x51, + 0xfb, 0x03, 0x1a, 0xb1, 0x19, 0xec, 0xa5, 0xae, 0x68, 0x51, 0x8a, 0x9f, 0x0c, 0xd4, 0x0e, 0x8a, + 0x32, 0x1b, 0x9f, 0xc5, 0xca, 0xc3, 0x07, 0xfb, 0xc0, 0x03, 0xa2, 0x64, 0xe3, 0xaf, 0xe1, 0x64, + 0x19, 0x25, 0x1b, 0x7f, 0x65, 0xe6, 0xf1, 0x92, 0xc7, 0x2a, 0x54, 0x6c, 0x50, 0x5c, 0x40, 0x09, + 0xf4, 0xd6, 0x5b, 0x92, 0x24, 0x3f, 0x1c, 0x7e, 0x33, 0x91, 0x03, 0x86, 0xc5, 0x40, 0x0a, 0x99, + 0x88, 0x7c, 0x19, 0x32, 0xa0, 0xc4, 0x71, 0x6f, 0xfc, 0x0d, 0x82, 0xdf, 0x12, 0x11, 0x10, 0xdf, + 0xf4, 0x18, 0x04, 0x48, 0x0b, 0xe4, 0xf8, 0x6f, 0x66, 0x2b, 0xc5, 0xa2, 0x54, 0x01, 0xff, 0xb1, + 0xdc, 0x37, 0x86, 0x7c, 0x66, 0xa7, 0xc1, 0xde, 0x28, 0x72, 0xd2, 0x8e, 0xba, 0xe5, 0x9b, 0x1c, + 0xa3, 0xe2, 0xd8, 0x3a, 0xc8, 0x92, 0x0b, 0x79, 0xc3, 0x05, 0x7d, 0xe9, 0x8e, 0x70, 0x15, 0x70, + 0xaf, 0xca, 0xca, 0x06, 0x36, 0xe2, 0x2d, 0x74, 0x2b, 0x91, 0xbe, 0x3f, 0x29, 0x9a, 0x66, 0x4c, + 0xd6, 0x36, 0x40, 0x6a, 0x6c, 0x47, 0x76, 0xfa, 0x75, 0x43, 0x00, 0xf5, 0x29, 0xdc, 0xc0, 0x83, + 0x64, 0x0d, 0x19, 0x42, 0x35, 0x6b, 0x70, 0xe4, 0x55, 0xfb, 0xfc, 0x30, 0xf0, 0xbf, 0x70, 0x2b, + 0xb4, 0x81, 0x35, 0xf0, 0x7b, 0xc9, 0xd6, 0x13, 0x80, 0xce, 0xe0, 0xe5, 0x80, 0xf8, 0x38, 0x04, + 0x21, 0x36, 0xc9, 0xbb, 0x1a, 0x00, 0x5d, 0x37, 0x84, 0xd0, 0x34, 0x50, 0x89, 0xe1, 0xc3, 0x31, + 0x80, 0x0c, 0x1a, 0x1e, 0xc3, 0x95, 0x0a, 0xfa, 0xc2, 0x9a, 0x21, 0x08, 0xab, 0x87, 0x90, 0xd4, + 0xfb, 0x08, 0xec, 0x5d, 0x58, 0x20, 0x6b, 0x60, 0x0b, 0x08, 0x7b, 0xe3, 0x73, 0x44, 0x8a, 0x90, + 0xbb, 0x95, 0x10, 0xec, 0xd6, 0x4c, 0xd2, 0xd7, 0x23, 0x86, 0x54, 0xf8, 0xec, 0xdc, 0x0a, 0x15, + 0xc4, 0x4c, 0x08, 0xfe, 0xa1, 0xa5, 0x28, 0xfa, 0xba, 0xce, 0xd3, 0x0a, 0x9f, 0xa4, 0x50, 0x4b, + 0x97, 0xc3, 0x4b, 0x57, 0xd2, 0x65, 0x63, 0xf8, 0x29, 0x79, 0xd8, 0x31, 0x18, 0xa2, 0x42, 0xa3, + 0x2c, 0xcc, 0x1b, 0x64, 0x5d, 0x12, 0x0d, 0x83, 0xef, 0x63, 0xff, 0x88, 0x46, 0xc1, 0x9b, 0x23, + 0xcb, 0xd4, 0x94, 0x15, 0x17, 0x1d, 0xb7, 0x44, 0x34, 0xd3, 0x02, 0x9e, 0x6f, 0x56, 0x30, 0xde, + 0xae, 0xad, 0xb1, 0x51, 0xf3, 0x09, 0xa4, 0x08, 0x6c, 0xc8, 0x66, 0xc7, 0x4c, 0xa7, 0x36, 0xbc, + 0x86, 0x15, 0x72, 0x7a, 0x9a, 0xdb, 0xd6, 0x0c, 0x87, 0x6c, 0x11, 0xf8, 0xc5, 0xa2, 0x2d, 0x8b, + 0xf0, 0x48, 0xf2, 0xd8, 0x0f, 0x1e, 0x3b, 0xc1, 0xe3, 0x04, 0x1f, 0xb7, 0xc5, 0xc0, 0x8c, 0xb0, + 0x11, 0x6b, 0x55, 0x4c, 0x6c, 0x35, 0xa9, 0x51, 0x31, 0xda, 0xe8, 0xc6, 0x87, 0xad, 0xe6, 0x92, + 0x2d, 0x45, 0xd0, 0x68, 0x2e, 0xd8, 0x1c, 0x3e, 0x6a, 0x35, 0xf7, 0x99, 0xa1, 0x6e, 0x84, 0x5a, + 0xcd, 0x2f, 0x9b, 0x4c, 0x96, 0xf6, 0x37, 0xd6, 0xeb, 0xc8, 0x19, 0x35, 0xb8, 0x04, 0xdb, 0x1b, + 0xd5, 0xa0, 0x95, 0xe9, 0x24, 0xc9, 0x50, 0xe2, 0x46, 0x32, 0x0d, 0x9b, 0x7b, 0xfa, 0x1a, 0x15, + 0x6e, 0x22, 0x86, 0xac, 0x88, 0x56, 0x08, 0xc0, 0xba, 0xde, 0xf6, 0x8d, 0x87, 0x5a, 0x49, 0x62, + 0xc1, 0xab, 0x32, 0x93, 0x8d, 0x89, 0x4e, 0x0a, 0xef, 0xe3, 0x61, 0x17, 0xca, 0x06, 0x78, 0x64, + 0xe5, 0x7d, 0x63, 0xab, 0xc1, 0x1a, 0xb0, 0xca, 0x41, 0x2b, 0x94, 0xa6, 0x9a, 0xa2, 0xf7, 0x9d, + 0x41, 0x83, 0xad, 0xc4, 0x28, 0x08, 0xdb, 0xd1, 0x7b, 0x91, 0xd9, 0xa4, 0x97, 0xce, 0x42, 0xdd, + 0x25, 0x8a, 0xbc, 0x32, 0x75, 0x2d, 0x71, 0x11, 0x83, 0x18, 0xe3, 0xdd, 0xd9, 0xa3, 0x43, 0xc9, + 0x57, 0x5d, 0xdb, 0xe3, 0x47, 0xc8, 0xa4, 0xa8, 0x44, 0xb7, 0x02, 0xe4, 0x2b, 0x9f, 0xc2, 0x98, + 0xdb, 0x03, 0x82, 0xb1, 0x4e, 0x9e, 0x62, 0x8c, 0x88, 0x3e, 0x0c, 0x80, 0x51, 0x1c, 0x27, 0x90, + 0x36, 0x36, 0x3c, 0xe0, 0x93, 0xa8, 0xae, 0x11, 0xd9, 0xf9, 0x69, 0x70, 0x38, 0xa6, 0x07, 0xcb, + 0xdd, 0xc7, 0x7c, 0x18, 0xdd, 0x1b, 0xa1, 0x13, 0xe5, 0x06, 0xdb, 0x26, 0x71, 0x65, 0x03, 0x59, + 0xec, 0x1b, 0x0d, 0x34, 0x4b, 0xc4, 0x10, 0x9e, 0x75, 0xdd, 0x23, 0xc8, 0xc6, 0x6c, 0xe8, 0xe4, + 0x8c, 0x7b, 0x65, 0x89, 0x65, 0x02, 0x09, 0x62, 0xcd, 0x86, 0xd7, 0x2d, 0xa6, 0xea, 0xae, 0x65, + 0x8b, 0xe2, 0xb6, 0xd2, 0xf3, 0xc8, 0x24, 0x8e, 0x2e, 0x3f, 0xe6, 0xad, 0x67, 0x9f, 0x14, 0x69, + 0xc9, 0x8d, 0x38, 0x07, 0xf1, 0xba, 0xe1, 0x4f, 0x06, 0xbe, 0x44, 0x11, 0x83, 0xe7, 0xc6, 0xe4, + 0xe3, 0x89, 0x38, 0x4f, 0xfe, 0x64, 0xd3, 0x53, 0x5b, 0xe2, 0xd5, 0x16, 0x9a, 0x15, 0xfc, 0x3e, + 0xdc, 0x15, 0x45, 0x3e, 0xb1, 0xd3, 0x2e, 0x01, 0x0a, 0x19, 0xa4, 0x6c, 0x53, 0xd2, 0x7d, 0x70, + 0x9e, 0xff, 0x07, 0x64, 0xb8, 0xa7, 0x27, 0x99, 0x4c, 0x06, 0x68, 0x05, 0x0b, 0x85, 0xe4, 0x2f, + 0xd2, 0x87, 0x55, 0xb2, 0x39, 0x55, 0xbe, 0x83, 0xb1, 0xb9, 0xa1, 0x24, 0x3f, 0xb0, 0x87, 0xf5, + 0xa6, 0x2b, 0x44, 0x57, 0xba, 0xec, 0x30, 0xb4, 0xb6, 0xbb, 0xba, 0x29, 0x3c, 0x66, 0xe8, 0x9a, + 0x54, 0x57, 0x52, 0x8f, 0x0b, 0xf6, 0x40, 0x0d, 0x53, 0xd2, 0x46, 0x98, 0x94, 0x7e, 0x83, 0x92, + 0xa8, 0x9f, 0xce, 0x1a, 0x42, 0xf2, 0x0a, 0xf0, 0xfd, 0x63, 0x39, 0xc5, 0x52, 0xdf, 0x0b, 0x9b, + 0xe5, 0x32, 0xa4, 0x63, 0xf8, 0xe5, 0x3e, 0xfc, 0x8c, 0x1f, 0x64, 0x48, 0xc0, 0x22, 0x28, 0x94, + 0x8e, 0x36, 0xb2, 0x1a, 0xdf, 0x56, 0x16, 0xb7, 0x94, 0xa1, 0x31, 0x56, 0xfc, 0x1a, 0xff, 0xb5, + 0xe4, 0x19, 0xda, 0xcb, 0x57, 0x76, 0x88, 0xda, 0xc2, 0x53, 0x2c, 0x06, 0x2c, 0xc3, 0x21, 0xb8, + 0x3b, 0x6f, 0xd4, 0x83, 0xce, 0x3b, 0x79, 0xf0, 0x28, 0x3d, 0x4e, 0xe8, 0x2e, 0x9a, 0xfe, 0x46, + 0x3a, 0x3f, 0x78, 0xfc, 0x5f, 0x4e, 0xe1, 0xfe, 0xce, 0xe2, 0x46, 0x83, 0x8c, 0xd0, 0xb1, 0x8b, + 0x39, 0xaf, 0x2f, 0xf4, 0x3d, 0x18, 0x50, 0x50, 0x06, 0x16, 0x68, 0xb0, 0x6f, 0x52, 0xa7, 0x0f, + 0xe2, 0x6b, 0x4a, 0xa6, 0x4d, 0x3c, 0xc8, 0x37, 0x2b, 0xf5, 0x28, 0xff, 0x23, 0x65, 0x3a, 0xc6, + 0xd4, 0xdd, 0x2b, 0x7b, 0x1a, 0xa8, 0x9e, 0x7e, 0xd1, 0x88, 0xf2, 0x49, 0x1b, 0x38, 0x98, 0x7a, + 0x74, 0xe0, 0xe2, 0x20, 0xdc, 0x16, 0x3a, 0x75, 0xe0, 0x4e, 0xe9, 0x8d, 0xdb, 0x1b, 0xb0, 0x8b, + 0xf6, 0xa0, 0x9b, 0xe2, 0x1e, 0xcb, 0x24, 0x77, 0xb2, 0x52, 0x2d, 0xe4, 0x56, 0x76, 0x71, 0x23, + 0xdc, 0x47, 0x52, 0x32, 0xac, 0x30, 0xfe, 0x76, 0x07, 0x37, 0xe2, 0x3d, 0x0c, 0x3a, 0x98, 0x5b, + 0xd9, 0xc1, 0x6a, 0x29, 0x1f, 0xe0, 0x70, 0x63, 0x1d, 0x12, 0x49, 0xc9, 0x4f, 0x74, 0x70, 0xe3, + 0xf3, 0x28, 0x0c, 0x3a, 0x78, 0x6f, 0x68, 0xc9, 0x3d, 0x84, 0xa5, 0x52, 0xad, 0xe4, 0x0b, 0x9f, + 0x9a, 0x66, 0x52, 0x70, 0x6d, 0x0f, 0x37, 0x7e, 0x77, 0x92, 0x83, 0x1e, 0x1e, 0x58, 0xca, 0xdb, + 0x4a, 0x5a, 0x84, 0x96, 0x8b, 0x9f, 0xed, 0x62, 0xf1, 0x6f, 0xa3, 0xc3, 0xe4, 0xa5, 0x16, 0x08, + 0xd5, 0xf4, 0xfd, 0xc3, 0xf3, 0xaf, 0x64, 0x26, 0x15, 0x91, 0x5f, 0x60, 0xf0, 0xca, 0xbb, 0x7f, + 0x2e, 0x96, 0xcf, 0x15, 0x43, 0xe7, 0x62, 0x9f, 0x36, 0x0f, 0xb5, 0x4d, 0x05, 0x8d, 0x09, 0x09, + 0x86, 0xb3, 0x90, 0x8d, 0x84, 0x14, 0xfa, 0xfc, 0x61, 0xd9, 0xdf, 0x6a, 0x33, 0x71, 0xcf, 0xca, + 0x36, 0x3e, 0x3a, 0x2c, 0x23, 0x13, 0x14, 0x8c, 0x8b, 0xec, 0xb9, 0x01, 0xd6, 0x43, 0x31, 0x2f, + 0x81, 0x7c, 0xdd, 0x9d, 0xd8, 0xc6, 0x61, 0xc5, 0x39, 0xa8, 0x7f, 0xea, 0x42, 0xc0, 0x88, 0x89, + 0xf3, 0xb6, 0xb1, 0x7a, 0xe2, 0x3e, 0x31, 0x6f, 0xa4, 0x6b, 0xb6, 0x37, 0x6f, 0x05, 0xa1, 0x4a, + 0x7d, 0x17, 0x7e, 0xcf, 0xae, 0x85, 0x9f, 0xb3, 0x45, 0x7f, 0xf3, 0xd9, 0x47, 0x73, 0xe7, 0x17, + 0xfc, 0x3f, 0x61, 0xfe, 0x12, 0x66, 0x2b, 0x3e, 0xa7, 0x62, 0x30, 0x7f, 0xaa, 0x37, 0xb4, 0xf5, + 0x73, 0x98, 0x8b, 0xcd, 0x21, 0x43, 0x04, 0x81, 0x0f, 0x26, 0x32, 0xe2, 0xf9, 0xf0, 0x9b, 0x47, + 0x6f, 0x2d, 0x31, 0x49, 0xb9, 0x0a, 0x1b, 0x58, 0x47, 0xb6, 0x63, 0x0c, 0x89, 0x26, 0xbb, 0xf1, + 0x7b, 0x53, 0x92, 0x34, 0x23, 0xc2, 0xef, 0x19, 0x5f, 0x3f, 0x79, 0xf8, 0x8c, 0x18, 0xdd, 0xf8, + 0xcc, 0x84, 0xe4, 0xd8, 0x6d, 0x3a, 0x1e, 0x46, 0x5c, 0x3f, 0x0f, 0xf9, 0xb8, 0xd5, 0x3a, 0x34, + 0x11, 0xeb, 0xe7, 0xc1, 0xf3, 0x8f, 0xf8, 0x4d, 0xde, 0xd6, 0xca, 0x7d, 0xb4, 0x38, 0xdc, 0x89, + 0xc8, 0xfd, 0x3d, 0x4b, 0x43, 0xf8, 0xff, 0x75, 0x61, 0xe4, 0x61, 0x61, 0xb8, 0x13, 0x91, 0x5b, + 0x3f, 0x11, 0x85, 0xbf, 0xbc, 0x20, 0x04, 0xa5, 0xf2, 0x97, 0x16, 0x44, 0xfe, 0x73, 0x0b, 0x22, + 0xff, 0xa9, 0x05, 0x91, 0x17, 0xff, 0xb7, 0x5e, 0x0f, 0x05, 0x7f, 0x3d, 0xe4, 0x57, 0x4d, 0x43, + 0x6f, 0x6a, 0x98, 0x4e, 0xb0, 0x1a, 0xdc, 0x2b, 0x5a, 0x44, 0x61, 0x8a, 0x08, 0x39, 0x90, 0x21, + 0xc4, 0x24, 0x30, 0x72, 0x8d, 0xcb, 0x9d, 0xb0, 0x64, 0xe7, 0x29, 0xcf, 0x96, 0xb1, 0x9e, 0x70, + 0x00, 0xb4, 0xbb, 0x45, 0x6e, 0xb7, 0x08, 0xe0, 0x60, 0xf1, 0x86, 0xa6, 0x8f, 0xb4, 0x79, 0xe9, + 0xbb, 0xbd, 0x04, 0xe2, 0x53, 0x64, 0xf6, 0x2e, 0x49, 0xff, 0x53, 0x22, 0x4f, 0xce, 0x50, 0x5c, + 0x1f, 0xec, 0xbf, 0x2c, 0x7b, 0x42, 0xcf, 0xc4, 0xf5, 0x83, 0x4e, 0xf0, 0xa0, 0xca, 0x17, 0x3a, + 0xbf, 0x31, 0x68, 0xd1, 0x1b, 0x74, 0x6e, 0x23, 0x36, 0xea, 0x60, 0xd0, 0xb9, 0xe5, 0x41, 0x6f, + 0x24, 0x8d, 0x3a, 0xb7, 0x62, 0xd4, 0x9f, 0x18, 0xf4, 0x46, 0x74, 0xd4, 0xb9, 0xdf, 0x99, 0x6a, + 0xb2, 0x1a, 0x0b, 0xdd, 0xd0, 0xa0, 0x37, 0x3e, 0x1a, 0x75, 0xce, 0x1b, 0x75, 0x7e, 0xe5, 0xa0, + 0xf3, 0xec, 0xb2, 0xba, 0x91, 0x34, 0xe8, 0xfc, 0xa7, 0x07, 0xbd, 0xb1, 0x52, 0x42, 0x4e, 0x36, + 0x49, 0xb7, 0x95, 0xfe, 0x10, 0x63, 0xaa, 0x26, 0x5b, 0x5d, 0x02, 0xb7, 0x0f, 0xf7, 0x96, 0x58, + 0x5c, 0x1b, 0x8e, 0xb1, 0x3b, 0x7a, 0x0d, 0x8d, 0x0d, 0x5b, 0x59, 0x3a, 0x06, 0xd1, 0xad, 0xe3, + 0x6e, 0x24, 0x5e, 0x8c, 0xaa, 0x90, 0x35, 0x33, 0x66, 0xc1, 0x74, 0x4d, 0x8c, 0x96, 0x0d, 0x2f, + 0x21, 0x81, 0xce, 0x82, 0x1e, 0x13, 0x61, 0x6e, 0xe3, 0x46, 0x01, 0x04, 0x31, 0xb6, 0x3b, 0x80, + 0x04, 0x8b, 0xe5, 0xf6, 0x6d, 0x70, 0x47, 0x30, 0x8c, 0x7b, 0x27, 0xc1, 0x18, 0xeb, 0x4e, 0x03, + 0xbd, 0x6a, 0x16, 0xf0, 0x3b, 0xc2, 0x00, 0x4b, 0xc5, 0x4c, 0xd1, 0x73, 0x2d, 0x11, 0x32, 0x62, + 0xc0, 0xf8, 0x32, 0x65, 0x20, 0x0c, 0xbd, 0x63, 0x9b, 0x75, 0xd7, 0xe7, 0xce, 0xa4, 0xcb, 0x98, + 0x86, 0xdc, 0xf3, 0x1b, 0x71, 0x49, 0x8a, 0x94, 0x88, 0x61, 0xec, 0xca, 0xc2, 0x41, 0xac, 0xb3, + 0x79, 0x11, 0x80, 0xe6, 0x9b, 0xc6, 0xae, 0xb1, 0x6b, 0xcb, 0xec, 0xb6, 0x0b, 0x68, 0xbd, 0xa1, + 0x8b, 0xc2, 0xb2, 0xa3, 0x96, 0xae, 0x0f, 0x0d, 0x5d, 0x1b, 0x2b, 0x6c, 0xa6, 0x84, 0x1e, 0xb8, + 0x6f, 0xcc, 0x0a, 0x83, 0xa9, 0x9b, 0x9d, 0xb0, 0xcd, 0x85, 0x0d, 0x52, 0x9f, 0xb3, 0x47, 0x6d, + 0x7c, 0xd2, 0x5e, 0xba, 0x64, 0x2e, 0x25, 0x9d, 0x88, 0x19, 0x91, 0x5c, 0xfd, 0x37, 0x6a, 0x04, + 0xa5, 0xe8, 0x43, 0xba, 0x0a, 0xe8, 0x7b, 0xd5, 0x76, 0x62, 0x52, 0x22, 0xdf, 0x58, 0x45, 0xe5, + 0xab, 0xfd, 0x00, 0xc9, 0xc7, 0x91, 0x0c, 0x97, 0x4f, 0xb8, 0x75, 0x3c, 0xd7, 0xd2, 0xa0, 0x88, + 0xa6, 0xea, 0xaf, 0x61, 0xf3, 0xbd, 0x61, 0x2a, 0xfa, 0xad, 0xd4, 0x49, 0xad, 0x76, 0x2b, 0xf5, + 0xb6, 0xa0, 0x44, 0xb7, 0x52, 0xea, 0x66, 0x98, 0xec, 0xd0, 0xba, 0xd4, 0xe8, 0xc6, 0x52, 0xab, + 0xe2, 0x27, 0x9c, 0x59, 0x97, 0x1b, 0x75, 0x8d, 0xb9, 0x1b, 0x9f, 0x6c, 0x76, 0xa9, 0xd5, 0xdc, + 0x4a, 0x67, 0x65, 0x7f, 0xeb, 0x49, 0x74, 0xca, 0xf6, 0xb9, 0xc1, 0x5f, 0x1c, 0x6d, 0x9e, 0xfb, + 0x88, 0xf9, 0x27, 0xba, 0xbc, 0x53, 0xf2, 0xd9, 0x58, 0xef, 0xba, 0xeb, 0x46, 0x8a, 0x8f, 0x1e, + 0x94, 0x52, 0xa7, 0x7e, 0x09, 0x6d, 0x9d, 0x51, 0xe3, 0xac, 0xb5, 0x8f, 0xdf, 0x04, 0xb8, 0xc5, + 0x2c, 0xbc, 0x91, 0xc7, 0x2d, 0x57, 0xf3, 0x43, 0xac, 0xac, 0xf3, 0xbc, 0x8e, 0xd5, 0xc1, 0x7b, + 0x2d, 0xfe, 0x82, 0x20, 0x97, 0xd8, 0x12, 0x68, 0x30, 0x38, 0x44, 0x62, 0x48, 0x6c, 0xfe, 0xcf, + 0xba, 0x93, 0x33, 0x24, 0x74, 0x02, 0xc5, 0x97, 0x58, 0x91, 0xdc, 0x3b, 0x02, 0x01, 0x3e, 0xfc, + 0x4e, 0x0c, 0xfb, 0xf4, 0xa0, 0x6d, 0xd8, 0xf7, 0xea, 0x4f, 0x54, 0x96, 0x91, 0x34, 0xc7, 0x75, + 0xb0, 0x45, 0x6b, 0x51, 0x8d, 0x84, 0x3b, 0xcf, 0x9a, 0x7a, 0xbf, 0xde, 0x91, 0x6c, 0xa5, 0x54, + 0xe0, 0xd5, 0xfb, 0xdd, 0xcb, 0x9b, 0x89, 0x70, 0x7a, 0xd8, 0x37, 0xf0, 0xdb, 0xc3, 0x17, 0xed, + 0xbb, 0xc1, 0xfe, 0x5d, 0x1f, 0x9e, 0x76, 0xc9, 0xb7, 0x88, 0x0f, 0x5a, 0xcd, 0x27, 0xf8, 0x69, + 0x15, 0x0f, 0x46, 0xbd, 0x22, 0x26, 0x34, 0x1f, 0x2f, 0xda, 0x37, 0xc2, 0x71, 0xd3, 0xb2, 0x0b, + 0xdd, 0xd2, 0x35, 0x26, 0xdc, 0xe8, 0xd7, 0x77, 0xe2, 0x2e, 0x94, 0x99, 0xbe, 0x4c, 0xc6, 0x95, + 0xa7, 0xeb, 0x3b, 0x4c, 0x3c, 0xe9, 0xee, 0x0f, 0x9e, 0xbb, 0x93, 0x66, 0x73, 0xcf, 0x3e, 0x87, + 0xd7, 0xf2, 0x5e, 0xb3, 0x2b, 0x8f, 0xdf, 0x0e, 0xb1, 0xc2, 0x6e, 0xa7, 0x7d, 0x77, 0xb3, 0x7b, + 0xdf, 0x1a, 0xdc, 0x6a, 0x4f, 0xd5, 0xce, 0x9e, 0xd1, 0x9c, 0xec, 0x9d, 0x5f, 0x3c, 0x94, 0xf5, + 0xaa, 0x3e, 0x69, 0xa9, 0xe6, 0xcc, 0xb9, 0xbe, 0x28, 0x3c, 0x57, 0x9c, 0x8e, 0x75, 0x7b, 0x34, + 0xdc, 0x1b, 0x1e, 0x14, 0x8c, 0xab, 0xf7, 0x99, 0x26, 0x4f, 0x6e, 0xde, 0x4c, 0xb1, 0xdd, 0x96, + 0xf5, 0xfb, 0xec, 0xc5, 0xe8, 0x79, 0xf4, 0xfe, 0xa6, 0x58, 0xcd, 0xdd, 0xd9, 0xf4, 0xf1, 0x5d, + 0xdf, 0x9d, 0xe4, 0xd5, 0xfe, 0xab, 0x72, 0xb0, 0xdf, 0x7b, 0x9c, 0xdd, 0x8d, 0x06, 0xa7, 0xd9, + 0xd9, 0xc1, 0xb9, 0xd0, 0x9a, 0x9e, 0xf4, 0x66, 0x6f, 0x8f, 0xcf, 0xfb, 0x97, 0xdd, 0x52, 0xb6, + 0x6d, 0x55, 0xb3, 0x9d, 0x5e, 0x79, 0x74, 0xdc, 0x2a, 0x5e, 0x4c, 0xe4, 0xb2, 0x61, 0x9d, 0x8f, + 0x9b, 0x57, 0x64, 0x2c, 0xfb, 0xda, 0xc1, 0xed, 0x6b, 0x7b, 0x74, 0x3d, 0x6c, 0xb5, 0x58, 0x3c, + 0x35, 0x89, 0xbb, 0x2b, 0x8e, 0xa3, 0x9c, 0x2b, 0xe2, 0xa5, 0x90, 0xb8, 0xc7, 0xba, 0xd7, 0x9e, + 0xc2, 0xb4, 0x63, 0x29, 0x6f, 0x23, 0xc5, 0x76, 0x4e, 0x6c, 0x10, 0x39, 0x60, 0x76, 0x6f, 0x94, + 0x1e, 0xd0, 0xf5, 0x60, 0xe5, 0x3a, 0x5a, 0x01, 0x25, 0x46, 0x81, 0xc7, 0x3a, 0x30, 0x48, 0xbd, + 0xab, 0x30, 0x78, 0x38, 0xf0, 0x9b, 0xb0, 0x3c, 0x0f, 0x7f, 0x5c, 0x9d, 0x29, 0x36, 0x4b, 0x35, + 0x14, 0x96, 0x67, 0xff, 0xd3, 0x56, 0x34, 0xf4, 0x7e, 0xd8, 0xbe, 0x23, 0x29, 0xe4, 0xba, 0x4d, + 0x82, 0xb7, 0x7e, 0x12, 0x6c, 0x22, 0x53, 0xe0, 0x6a, 0x8d, 0x8a, 0x15, 0x5d, 0xbd, 0x47, 0xe4, + 0x09, 0x3a, 0xee, 0x8e, 0x61, 0x38, 0x31, 0xa0, 0xfe, 0x51, 0x1c, 0x41, 0x6a, 0x58, 0xfa, 0x1a, + 0xb0, 0xdb, 0xe7, 0xa0, 0x4a, 0x30, 0x13, 0xd5, 0x19, 0x84, 0xec, 0x62, 0xe4, 0x13, 0x01, 0xb8, + 0x16, 0x60, 0xf1, 0x56, 0x0a, 0x75, 0x58, 0x13, 0x07, 0xfb, 0xc2, 0x7e, 0xdd, 0xdd, 0x54, 0x36, + 0x98, 0xce, 0x8c, 0x69, 0xaa, 0x56, 0xd7, 0x30, 0x8c, 0x57, 0x55, 0x21, 0x37, 0x9d, 0x9c, 0x81, + 0xc2, 0x7c, 0x97, 0x18, 0x7a, 0x8b, 0x61, 0xe0, 0x38, 0xa6, 0x5d, 0xcb, 0x66, 0x27, 0x20, 0x4c, + 0x64, 0x40, 0x97, 0xea, 0x1a, 0x23, 0xcb, 0x56, 0x32, 0xe8, 0xbb, 0x60, 0x66, 0x41, 0x56, 0x96, + 0xac, 0xbe, 0x02, 0x4a, 0xdb, 0x7f, 0xba, 0x5e, 0xe8, 0x1b, 0xe4, 0xc6, 0x51, 0xd7, 0x18, 0x0e, + 0x47, 0x3a, 0xb1, 0xd0, 0x48, 0xdb, 0xab, 0xb6, 0x2f, 0x9d, 0x5e, 0xd6, 0xf8, 0x77, 0x79, 0xc0, + 0xaa, 0xcb, 0x1d, 0x9f, 0x65, 0x02, 0xf8, 0x91, 0x0e, 0x76, 0x9b, 0x74, 0x5b, 0x75, 0x49, 0xc4, + 0x5e, 0xa2, 0x6a, 0x7d, 0x99, 0xaa, 0x5d, 0x21, 0xd2, 0x35, 0xfc, 0xad, 0xfa, 0x02, 0x17, 0xfb, + 0x59, 0x6a, 0xc5, 0xdd, 0xdf, 0x1f, 0xca, 0x32, 0xc5, 0x27, 0x4b, 0xcd, 0xc3, 0xe0, 0x8b, 0x98, + 0x81, 0x1c, 0xe0, 0x63, 0xd2, 0xef, 0x7d, 0xb8, 0x94, 0xdb, 0xdf, 0xe5, 0x5b, 0xec, 0xf8, 0x1c, + 0x1e, 0xe5, 0xc6, 0x1a, 0xd7, 0x74, 0xf2, 0x11, 0x93, 0xe5, 0xa9, 0x8b, 0x4d, 0x00, 0x7e, 0xf7, + 0x36, 0x30, 0xa8, 0x51, 0xfc, 0xfb, 0x0e, 0x4b, 0x44, 0x3e, 0x05, 0x66, 0xb1, 0x13, 0x34, 0x83, + 0xff, 0x36, 0x98, 0x5b, 0x83, 0x19, 0xd9, 0x0a, 0xd3, 0x19, 0xa9, 0x1a, 0x06, 0xfe, 0x63, 0x14, + 0xba, 0x83, 0xf3, 0x24, 0x15, 0xe5, 0x25, 0x68, 0xda, 0x02, 0x49, 0xd6, 0xbd, 0x6b, 0xc8, 0xc0, + 0xbe, 0x03, 0x2b, 0x93, 0xd6, 0x7d, 0x32, 0x46, 0x4c, 0x17, 0xca, 0x58, 0x8a, 0x33, 0xb2, 0x74, + 0x06, 0x3d, 0x69, 0x14, 0xe0, 0xe6, 0xea, 0x50, 0x21, 0xc7, 0xaf, 0x48, 0xeb, 0x78, 0xbd, 0xd8, + 0xc6, 0x5b, 0x76, 0x48, 0xe5, 0xf8, 0x1d, 0x16, 0x98, 0x0c, 0xf2, 0x8c, 0xd2, 0x29, 0xde, 0x75, + 0x07, 0xe2, 0xb5, 0x74, 0xc5, 0xca, 0xb8, 0xee, 0xd8, 0x4b, 0x93, 0x17, 0xf1, 0x13, 0x71, 0xce, + 0x0c, 0x8b, 0x48, 0x26, 0x97, 0x5e, 0xaf, 0x0c, 0xe2, 0xae, 0xb8, 0x86, 0x05, 0x2c, 0xd7, 0xcf, + 0x85, 0xeb, 0x8f, 0x74, 0x0c, 0xa0, 0x61, 0x91, 0xa5, 0xef, 0xc3, 0x09, 0x2d, 0xf6, 0x8d, 0x60, + 0xb5, 0x6f, 0x1c, 0x18, 0x16, 0x0c, 0xdf, 0x76, 0x18, 0x53, 0xb1, 0xd0, 0x09, 0x08, 0x69, 0x97, + 0x67, 0x54, 0xd0, 0x2e, 0xf0, 0xc3, 0x3e, 0xb8, 0x08, 0x15, 0x72, 0x65, 0x1a, 0xf0, 0x40, 0xf0, + 0x61, 0xf4, 0x7a, 0xee, 0xb0, 0x01, 0x2d, 0x43, 0x44, 0x82, 0x0d, 0xab, 0x19, 0x58, 0xe2, 0x64, + 0xa0, 0xe8, 0xe4, 0x5a, 0x2e, 0xe0, 0x02, 0xd0, 0x9c, 0xd9, 0x88, 0xaf, 0x59, 0x35, 0x98, 0x76, + 0xc4, 0x19, 0x9b, 0x30, 0xd1, 0x4b, 0xc3, 0x12, 0xb8, 0xc4, 0xc9, 0x77, 0xef, 0x1b, 0x6e, 0x8c, + 0x01, 0xf5, 0x9a, 0xd1, 0x55, 0x4d, 0x7e, 0xf2, 0xc0, 0xbb, 0x9e, 0x17, 0xf6, 0x1e, 0x6c, 0xb8, + 0xfc, 0xc4, 0xe6, 0xbb, 0x78, 0xdd, 0x84, 0x27, 0xf6, 0x1d, 0x9b, 0xc7, 0xf9, 0x33, 0x46, 0x0e, + 0x0f, 0xa5, 0x1b, 0x5f, 0x44, 0x5e, 0xb5, 0x2f, 0x75, 0xfc, 0xd5, 0xb5, 0x26, 0x7d, 0x3d, 0x1b, + 0xd3, 0x5f, 0x94, 0x06, 0xe8, 0x13, 0x59, 0x48, 0xf8, 0x68, 0xcf, 0xf4, 0x6e, 0x1b, 0x90, 0xe0, + 0x3d, 0xdf, 0xf6, 0xb5, 0x1b, 0xa5, 0x0b, 0xe5, 0x05, 0x7e, 0x20, 0xd9, 0xc4, 0x99, 0x0f, 0xb3, + 0xe0, 0xf9, 0xe6, 0x70, 0xd7, 0x7d, 0x6a, 0xb5, 0x6e, 0x29, 0xf8, 0xbd, 0x91, 0xd5, 0x28, 0x09, + 0xf0, 0x70, 0x2b, 0x59, 0x0d, 0xfc, 0xc5, 0x5b, 0x51, 0x04, 0x92, 0x1b, 0xd8, 0xe2, 0x60, 0x0a, + 0xc9, 0xde, 0xcb, 0x95, 0xa4, 0xc1, 0x5b, 0x17, 0x5e, 0xf1, 0x67, 0x64, 0x61, 0x38, 0x2c, 0x2a, + 0x8f, 0x35, 0xb6, 0x44, 0x1e, 0xd0, 0xe5, 0xd0, 0x4d, 0x82, 0x54, 0xe9, 0xb7, 0x0c, 0x98, 0x68, + 0x78, 0x04, 0xae, 0xea, 0x3f, 0x1a, 0x13, 0x98, 0xcb, 0x3b, 0x1d, 0x26, 0x40, 0x86, 0x57, 0x50, + 0xf9, 0x40, 0x8a, 0xc4, 0x74, 0xfa, 0x63, 0x76, 0xbd, 0xe6, 0xe9, 0x13, 0x19, 0x3c, 0x82, 0x9d, + 0x40, 0xa6, 0x63, 0x35, 0xca, 0xbc, 0xdc, 0x90, 0x41, 0x01, 0x42, 0xb9, 0x93, 0xef, 0x4d, 0x51, + 0x74, 0x69, 0xfc, 0xf8, 0xc9, 0x9b, 0xb8, 0x8b, 0x36, 0xe6, 0x0b, 0x5e, 0xf1, 0x1e, 0x34, 0xef, + 0xc1, 0x0c, 0x9e, 0x2e, 0x1a, 0x2c, 0xcb, 0x9b, 0xc7, 0xd8, 0xcc, 0xc5, 0x68, 0x88, 0x3f, 0x43, + 0xa7, 0x21, 0xe2, 0xdf, 0xb3, 0x36, 0x7d, 0x3b, 0x83, 0x96, 0xb0, 0x33, 0xf0, 0x83, 0xdc, 0x0b, + 0x6b, 0xa9, 0xf6, 0x39, 0xf6, 0x61, 0x88, 0x1d, 0x18, 0x0e, 0x70, 0xd4, 0xbd, 0x7e, 0x63, 0xee, + 0xe0, 0xad, 0xad, 0xda, 0x1c, 0x65, 0xa5, 0x1a, 0x08, 0x50, 0xd6, 0x2b, 0xcb, 0x77, 0xfa, 0xb5, + 0xf9, 0xc8, 0xd2, 0x6a, 0x2c, 0xbb, 0xe0, 0x25, 0xcd, 0x1c, 0x48, 0x90, 0xdd, 0xaf, 0x65, 0x4a, + 0x3c, 0x88, 0xae, 0xb5, 0x4c, 0x65, 0xc1, 0x53, 0x07, 0x3b, 0x4c, 0x84, 0x22, 0xf8, 0x3a, 0x34, + 0x6b, 0xf4, 0x22, 0xbd, 0x5d, 0x9b, 0xd3, 0x9b, 0x47, 0x35, 0x98, 0x32, 0xab, 0xdf, 0xa9, 0x41, + 0x83, 0x6f, 0x23, 0x48, 0xc1, 0xf7, 0x81, 0x32, 0x85, 0x77, 0x18, 0x11, 0xd1, 0x3f, 0x31, 0xc5, + 0xec, 0x0e, 0x81, 0xf3, 0x62, 0x21, 0x53, 0x95, 0x31, 0x01, 0x50, 0xad, 0x29, 0x7a, 0x8d, 0x4c, + 0x5a, 0xdf, 0x9c, 0x58, 0xee, 0x93, 0x32, 0x35, 0xf1, 0xa9, 0x6b, 0x93, 0x5a, 0x03, 0x59, 0x9a, + 0xd9, 0x08, 0x69, 0xc1, 0x83, 0xd2, 0xd9, 0xf8, 0xf1, 0x43, 0xe0, 0x45, 0x91, 0xcf, 0x15, 0xf8, + 0x02, 0xef, 0xef, 0x7f, 0x92, 0xbf, 0x47, 0x66, 0xfa, 0xb0, 0xc1, 0x8e, 0x3a, 0x19, 0xd5, 0xc8, + 0x4e, 0x87, 0x92, 0x9d, 0x01, 0xc9, 0x90, 0xfd, 0xc9, 0x43, 0x9d, 0x1c, 0x2f, 0x96, 0x79, 0x31, + 0xa8, 0x42, 0x04, 0x47, 0x3b, 0x43, 0x46, 0xdc, 0x35, 0xf0, 0xe0, 0x3d, 0x03, 0x23, 0xcb, 0x16, + 0xaa, 0x22, 0xfe, 0x13, 0x73, 0xf9, 0xcc, 0x8b, 0x49, 0xaa, 0xe6, 0x84, 0x5c, 0x91, 0xcf, 0xf3, + 0x39, 0x04, 0xb1, 0xbe, 0x41, 0x05, 0xd0, 0x0f, 0xbc, 0xc9, 0x6d, 0x12, 0xea, 0xe5, 0xa1, 0x5e, + 0xf5, 0xf7, 0xab, 0x15, 0xa0, 0x4a, 0x5e, 0xfc, 0xcd, 0x7a, 0x02, 0x5f, 0x02, 0x8c, 0x84, 0x07, + 0x08, 0x5b, 0xbc, 0x0a, 0x24, 0xbd, 0x34, 0x44, 0xf4, 0x26, 0xc3, 0x0d, 0x2d, 0x3b, 0x91, 0x34, + 0xcd, 0x94, 0x80, 0x3d, 0x65, 0x8b, 0x62, 0xa9, 0x5c, 0xcd, 0xb9, 0x38, 0xc9, 0xc2, 0xc0, 0x21, + 0x45, 0xa8, 0xe6, 0xc4, 0x7c, 0x29, 0x9f, 0xab, 0xe6, 0x8a, 0xf9, 0x12, 0x6d, 0x01, 0x30, 0xff, + 0x57, 0x5b, 0x10, 0xc5, 0x6a, 0xa5, 0x22, 0x08, 0xe1, 0x26, 0x72, 0xc5, 0x5c, 0xae, 0x22, 0x94, + 0x0b, 0x15, 0xb1, 0x58, 0x29, 0x96, 0x04, 0x81, 0xfd, 0xf9, 0xb3, 0xde, 0x1b, 0xe9, 0x24, 0xb6, + 0x29, 0x33, 0x00, 0x59, 0x47, 0x53, 0xee, 0xfd, 0x68, 0x02, 0x2d, 0x62, 0xee, 0x4a, 0x71, 0xf3, + 0x2f, 0x72, 0x86, 0x86, 0x4c, 0xda, 0xdc, 0xd4, 0x95, 0x09, 0x03, 0x3c, 0x09, 0xbf, 0x30, 0xe5, + 0xad, 0xdf, 0xed, 0xbc, 0x92, 0xdf, 0xdc, 0x8c, 0x88, 0xa8, 0x0b, 0x1f, 0xa6, 0x0d, 0x4a, 0x6e, + 0x4a, 0xe1, 0x1d, 0x6e, 0x0e, 0xc2, 0x92, 0xbb, 0x18, 0xf7, 0x35, 0x05, 0x7f, 0x32, 0x64, 0xe7, + 0xcd, 0x00, 0x3f, 0xb8, 0xb2, 0x40, 0x8e, 0xb4, 0x9c, 0x19, 0x29, 0x18, 0xd4, 0x45, 0x47, 0x16, + 0x85, 0x9b, 0xbb, 0x7b, 0x97, 0x9c, 0x01, 0xb9, 0xca, 0xad, 0xba, 0x3b, 0x23, 0x59, 0xa1, 0xa2, + 0xfb, 0xbb, 0xad, 0x8b, 0x15, 0x85, 0xed, 0xdd, 0x59, 0x0b, 0x99, 0xf3, 0x05, 0x68, 0x65, 0x91, + 0x4a, 0xaa, 0xbd, 0x3f, 0x34, 0xb1, 0x55, 0xbf, 0x9a, 0xd0, 0x68, 0x34, 0x2e, 0x3b, 0x2f, 0x18, + 0x72, 0xf9, 0x55, 0x99, 0xd9, 0x90, 0x93, 0xa1, 0xee, 0x7d, 0xe1, 0x4a, 0x50, 0x20, 0x54, 0x45, + 0xd9, 0xdc, 0x64, 0x0d, 0x52, 0x85, 0x6d, 0x34, 0xd0, 0x64, 0x63, 0xf4, 0x30, 0xed, 0x4b, 0xd3, + 0xb2, 0xa4, 0x59, 0x46, 0xb5, 0xc9, 0x6f, 0xac, 0x59, 0xe0, 0x28, 0x8a, 0xa5, 0x76, 0x03, 0x28, + 0x5f, 0x20, 0x4d, 0xba, 0x48, 0x99, 0x12, 0x48, 0x92, 0x07, 0x78, 0x5b, 0x1f, 0xb2, 0xb8, 0xcd, + 0x4d, 0x15, 0x2d, 0x42, 0xc0, 0x91, 0x63, 0xd5, 0x6f, 0xfa, 0x1d, 0xe2, 0x13, 0x1d, 0xed, 0x38, + 0xa9, 0x7c, 0xac, 0x43, 0xd5, 0x8c, 0x05, 0x75, 0xa3, 0x29, 0xfd, 0xa5, 0x94, 0x4e, 0x08, 0x24, + 0xb0, 0x91, 0xb6, 0x63, 0x05, 0xe0, 0xf0, 0x12, 0x52, 0x8a, 0x4d, 0x03, 0xa0, 0x34, 0xc8, 0xf4, + 0xf0, 0xdb, 0x77, 0x7f, 0x3b, 0x69, 0x96, 0x63, 0x23, 0xf5, 0xf0, 0xf2, 0xa8, 0x5f, 0x2f, 0x93, + 0x13, 0x73, 0xa5, 0x3f, 0x22, 0x1d, 0x49, 0x67, 0xca, 0x62, 0x31, 0xf7, 0x47, 0xa4, 0x2b, 0xe9, + 0x8c, 0x50, 0xce, 0x45, 0xd2, 0xc2, 0x9d, 0xc1, 0x53, 0x90, 0xf6, 0x19, 0x02, 0x85, 0x1d, 0x90, + 0x71, 0x1a, 0x4a, 0x06, 0x39, 0x37, 0xa4, 0x66, 0x26, 0x3b, 0xa1, 0x2a, 0x7e, 0x22, 0x57, 0x03, + 0xa6, 0x86, 0xc2, 0xb3, 0xae, 0xb0, 0x5f, 0x1a, 0x8d, 0x3e, 0x5e, 0xdb, 0x18, 0x9a, 0x23, 0xd8, + 0x80, 0xda, 0x48, 0x5f, 0x38, 0x87, 0x68, 0x43, 0x6b, 0x93, 0x20, 0x51, 0x75, 0xba, 0xb1, 0xc1, + 0xfc, 0x84, 0xd1, 0xe8, 0x01, 0xe3, 0x76, 0xe0, 0x99, 0x52, 0x65, 0xe0, 0x8e, 0x4c, 0xac, 0x34, + 0x0d, 0x0f, 0x45, 0x7e, 0x51, 0xde, 0xfe, 0xf3, 0x4f, 0xbf, 0x74, 0xd7, 0x2b, 0x43, 0xd0, 0xe1, + 0x97, 0xd9, 0x16, 0x73, 0xe5, 0x1d, 0xe2, 0x13, 0xce, 0xd6, 0x88, 0xeb, 0x3c, 0xcb, 0xf9, 0xbb, + 0xec, 0xe6, 0xa6, 0xb3, 0x2d, 0x6c, 0x6e, 0x26, 0x34, 0xd8, 0xf8, 0x15, 0x77, 0x80, 0xa6, 0x1f, + 0x95, 0xe7, 0x99, 0x7f, 0xcc, 0x97, 0xba, 0xb1, 0x60, 0xf2, 0xc2, 0x3f, 0x79, 0x9c, 0x89, 0xd4, + 0x3f, 0xe6, 0xce, 0x82, 0xf7, 0xff, 0x70, 0xdc, 0x2f, 0x8e, 0xab, 0xa5, 0xbc, 0xe6, 0xa0, 0xb3, + 0xb0, 0x5b, 0x71, 0x7c, 0x52, 0x73, 0x09, 0x95, 0x7f, 0x25, 0x0c, 0xcf, 0x49, 0x18, 0x4e, 0x68, + 0xde, 0x24, 0xd3, 0xd4, 0x66, 0xad, 0x5e, 0x1f, 0xf8, 0x45, 0x97, 0x5e, 0x54, 0x66, 0x35, 0x94, + 0xa3, 0x61, 0x59, 0x34, 0x60, 0x1f, 0xcc, 0x90, 0x6d, 0x30, 0x83, 0xbb, 0x20, 0x57, 0x47, 0x51, + 0x47, 0x09, 0xa5, 0x92, 0x06, 0x32, 0x9d, 0x7e, 0x1d, 0xd0, 0x42, 0x38, 0x06, 0x4b, 0x62, 0x77, + 0xb1, 0xbc, 0x5b, 0xd6, 0x21, 0x65, 0x71, 0x17, 0x74, 0x3f, 0xdb, 0x5b, 0xf7, 0x4a, 0x39, 0x1d, + 0x93, 0xe5, 0x9d, 0x1d, 0x56, 0x24, 0x5f, 0x76, 0xf5, 0x3f, 0xef, 0x8a, 0x4f, 0xd0, 0x49, 0xf2, + 0x9c, 0x73, 0xbf, 0x08, 0x45, 0x1e, 0x60, 0x06, 0xbc, 0xaa, 0x1d, 0xb7, 0xaa, 0x1f, 0x4f, 0x8b, + 0x11, 0xbc, 0x2a, 0x6e, 0x58, 0x8e, 0x70, 0xe1, 0x81, 0x4c, 0x0a, 0x93, 0x50, 0x39, 0x50, 0x8c, + 0x90, 0x5b, 0x28, 0x7b, 0xe8, 0x90, 0x6c, 0x81, 0x34, 0x5b, 0x8c, 0xb4, 0xe3, 0x6c, 0x75, 0x58, + 0x3e, 0x18, 0x2b, 0x61, 0xdc, 0xf8, 0x99, 0xe9, 0xa0, 0x84, 0xdd, 0x37, 0x69, 0x09, 0x32, 0x42, + 0xba, 0x2f, 0xef, 0xd0, 0x26, 0x6a, 0x6e, 0x8b, 0x50, 0x58, 0x45, 0x1f, 0x17, 0x94, 0xf9, 0x24, + 0xad, 0xed, 0x18, 0x16, 0xf0, 0x74, 0xe4, 0x9d, 0xc7, 0x8e, 0x32, 0x4c, 0xb1, 0xa8, 0x8c, 0xde, + 0xa9, 0x80, 0x7d, 0x96, 0x3f, 0x69, 0x5f, 0x5e, 0xc0, 0xbc, 0xe1, 0x87, 0xe8, 0xd4, 0xde, 0x2c, + 0x05, 0x60, 0x39, 0xce, 0x97, 0x52, 0x80, 0x9d, 0xc9, 0xf6, 0xe6, 0x26, 0xd5, 0xd7, 0xef, 0x8e, + 0xc3, 0x9c, 0xda, 0x73, 0x04, 0x9e, 0xfb, 0x1d, 0xa1, 0xf2, 0x46, 0x06, 0x84, 0x8a, 0xc6, 0x97, + 0x84, 0x44, 0x3e, 0x98, 0xf1, 0x08, 0x14, 0xf7, 0x96, 0xfa, 0x3c, 0x3a, 0xe9, 0x8d, 0x55, 0xd4, + 0xb0, 0x43, 0x65, 0xa2, 0x9a, 0x9b, 0xbf, 0x0a, 0xaa, 0xe7, 0x2c, 0x32, 0x8f, 0x51, 0x42, 0xa8, + 0x6b, 0x34, 0x61, 0x15, 0x00, 0xe2, 0x17, 0xbe, 0x34, 0x38, 0xa0, 0xfd, 0xe5, 0xc1, 0x41, 0x62, + 0x22, 0x14, 0x97, 0xae, 0x81, 0x35, 0x29, 0x3b, 0xa9, 0x08, 0x9d, 0xb2, 0x5f, 0x15, 0x25, 0x4c, + 0x0f, 0xdd, 0xad, 0x1e, 0x26, 0x92, 0x8b, 0x2c, 0xa1, 0xc4, 0x1c, 0x26, 0xca, 0xb2, 0x1c, 0x49, + 0xcc, 0x63, 0x62, 0xa7, 0xd3, 0x89, 0x24, 0x16, 0x30, 0x51, 0x92, 0xa4, 0x48, 0x62, 0x11, 0x13, + 0xab, 0xd5, 0x6a, 0x24, 0xb1, 0x94, 0x94, 0x58, 0xc1, 0xc4, 0x4a, 0xa5, 0x12, 0x49, 0xec, 0x60, + 0x62, 0xa1, 0x50, 0x88, 0x24, 0x76, 0x31, 0x31, 0x9f, 0xcf, 0x47, 0x12, 0xd1, 0x94, 0xf3, 0x55, + 0x14, 0xc5, 0x48, 0xa2, 0x8c, 0x89, 0xb9, 0x5c, 0x2e, 0x92, 0x68, 0x91, 0x7e, 0xe6, 0xa2, 0x25, + 0xfb, 0xa4, 0xa4, 0x14, 0x4d, 0xd4, 0x48, 0x62, 0xa9, 0x1b, 0x49, 0x34, 0x20, 0x91, 0x7c, 0x27, + 0x2b, 0x27, 0x14, 0x78, 0x26, 0xf8, 0x23, 0x64, 0xaa, 0x5c, 0xa4, 0xa0, 0xdd, 0x71, 0xf1, 0x99, + 0x8f, 0x25, 0x0f, 0xdc, 0xf4, 0x52, 0x24, 0xdd, 0xe9, 0xac, 0x00, 0xec, 0x7e, 0x4b, 0x74, 0xab, + 0xc3, 0x71, 0xb1, 0x0a, 0x92, 0x57, 0x43, 0x2c, 0x0b, 0x3c, 0x13, 0xfc, 0x59, 0x5d, 0x63, 0xf0, + 0xa9, 0x36, 0x88, 0x3b, 0x2e, 0x31, 0xac, 0x72, 0x2e, 0x3b, 0xa5, 0x4e, 0x75, 0x68, 0xf2, 0xc5, + 0x38, 0xa1, 0x29, 0x21, 0x53, 0x81, 0x72, 0xb5, 0x38, 0x41, 0xc5, 0xd1, 0x4f, 0x08, 0x8a, 0xee, + 0x21, 0x31, 0x82, 0x8a, 0xcf, 0x49, 0x3e, 0x69, 0x4a, 0x0b, 0x49, 0x93, 0x4f, 0x08, 0xaa, 0x58, + 0x2c, 0x2e, 0x13, 0x54, 0xa9, 0x54, 0xfa, 0x24, 0x41, 0xc5, 0x29, 0x97, 0x10, 0x54, 0xb7, 0xdb, + 0x5d, 0x26, 0xa8, 0xf8, 0x12, 0x91, 0x93, 0x56, 0x03, 0x21, 0x28, 0xa5, 0x90, 0x5b, 0x26, 0xa8, + 0x82, 0x92, 0x5b, 0x26, 0xa8, 0x42, 0x45, 0x4a, 0x26, 0xa8, 0x3c, 0x4c, 0x84, 0xf7, 0x6f, 0x05, + 0x35, 0x01, 0x32, 0x13, 0xa9, 0x09, 0xd2, 0x8b, 0x2b, 0xa8, 0x29, 0x0c, 0xf5, 0x33, 0xa4, 0x24, + 0xe4, 0x80, 0x8a, 0xfc, 0x3f, 0x9f, 0x20, 0xa5, 0xa2, 0xc8, 0x33, 0xde, 0xbf, 0xcf, 0xd2, 0x11, + 0xf9, 0x82, 0x3a, 0x1b, 0xe2, 0x53, 0xa8, 0x07, 0xec, 0xf6, 0x03, 0x11, 0x8a, 0x54, 0xed, 0xf4, + 0xb1, 0xcd, 0x86, 0x9c, 0xe9, 0x5a, 0x0a, 0x30, 0x7f, 0x57, 0x38, 0x26, 0x20, 0x59, 0xae, 0xae, + 0xf6, 0x52, 0x76, 0x06, 0x4d, 0xfc, 0x0a, 0xcf, 0x02, 0x8f, 0x06, 0x79, 0xc1, 0x57, 0x39, 0x40, + 0xdd, 0xb4, 0x47, 0xc3, 0x8c, 0x39, 0x30, 0x1c, 0xc3, 0xce, 0x8a, 0xd5, 0x9c, 0x90, 0x15, 0x85, + 0x8a, 0x80, 0x9c, 0x1c, 0x5a, 0xc0, 0xed, 0x59, 0x6f, 0x78, 0x6a, 0x41, 0xbd, 0x67, 0x58, 0x29, + 0x62, 0xc8, 0x60, 0x40, 0x0e, 0x06, 0xdd, 0xf1, 0xcf, 0x3f, 0x7f, 0xfc, 0xa4, 0x85, 0xa4, 0x06, + 0x08, 0xa0, 0xda, 0x0f, 0xe1, 0xe7, 0x8e, 0x8e, 0xc2, 0xf9, 0xc1, 0x48, 0xd3, 0x9e, 0x40, 0xca, + 0x49, 0x71, 0x35, 0x4c, 0xe4, 0x0d, 0x1f, 0x46, 0x4a, 0xe2, 0xb5, 0x1f, 0xe2, 0x4f, 0xf8, 0x93, + 0xfb, 0xc9, 0xf1, 0x6a, 0x90, 0x6e, 0x40, 0x37, 0x71, 0xcb, 0x23, 0x2f, 0x2a, 0x02, 0x21, 0x4f, + 0x5c, 0x5a, 0xfb, 0x91, 0x87, 0x92, 0xfa, 0x76, 0xc3, 0x00, 0x05, 0xe5, 0x7b, 0x43, 0x05, 0xb1, + 0x8a, 0x0e, 0x46, 0xfb, 0x51, 0xf8, 0xc9, 0x2d, 0x16, 0x36, 0xba, 0xee, 0xef, 0xe3, 0x27, 0x4a, + 0xd1, 0xd4, 0xad, 0xe8, 0x8a, 0x95, 0x22, 0xe6, 0x45, 0x90, 0x2f, 0x1a, 0xdb, 0xee, 0x08, 0x42, + 0xb2, 0x77, 0x7c, 0xaf, 0xee, 0xf4, 0xa1, 0x61, 0x22, 0xa0, 0xeb, 0x20, 0x46, 0xa7, 0xf4, 0x46, + 0xa6, 0xc4, 0xf1, 0x9e, 0xfa, 0xe2, 0xc6, 0x98, 0x6a, 0xe8, 0x7e, 0x4a, 0x20, 0x5a, 0x1d, 0xa3, + 0xe2, 0xd5, 0xf8, 0x05, 0x9a, 0x3e, 0xc8, 0x57, 0xa4, 0x47, 0x44, 0xb2, 0x6a, 0xe8, 0x30, 0x76, + 0x3a, 0x9f, 0xc1, 0x49, 0x11, 0x17, 0x91, 0xb5, 0x58, 0x2f, 0x4c, 0x5c, 0x17, 0xe4, 0xed, 0xd8, + 0xcc, 0xb6, 0x5f, 0x55, 0xbd, 0xd5, 0x6e, 0xe3, 0xf4, 0xc2, 0xac, 0x7d, 0xa1, 0x5a, 0x12, 0xc5, + 0xb1, 0xd3, 0x88, 0x29, 0x3e, 0xb7, 0x52, 0x9f, 0xa8, 0x3d, 0x68, 0xf4, 0x86, 0x75, 0x86, 0x88, + 0x4e, 0x20, 0x01, 0x3c, 0x74, 0x03, 0x1a, 0xb0, 0x33, 0xaa, 0x0c, 0xf3, 0x0f, 0xfb, 0x9f, 0xa2, + 0xe1, 0xe9, 0xe9, 0x0c, 0x3f, 0x65, 0xa9, 0x00, 0x69, 0x41, 0x52, 0x70, 0x18, 0x9d, 0xed, 0xda, + 0x36, 0xa6, 0x10, 0x6b, 0x78, 0x0a, 0xc4, 0x91, 0x1d, 0x42, 0x29, 0x40, 0x28, 0x6c, 0x9a, 0x98, + 0xaf, 0x6a, 0x6c, 0x86, 0xe5, 0xd2, 0x6c, 0xd6, 0x86, 0x7e, 0x66, 0xdc, 0xc2, 0x24, 0x72, 0x58, + 0x83, 0xc5, 0x5b, 0x49, 0x80, 0x27, 0x0c, 0x9b, 0x05, 0x82, 0xf5, 0x40, 0xd5, 0xe4, 0x94, 0x0d, + 0xf3, 0xe3, 0x0f, 0xcf, 0xd0, 0xd1, 0xdc, 0x0a, 0xdb, 0x34, 0x3a, 0x1e, 0x2b, 0x35, 0x20, 0xb1, + 0x78, 0x24, 0x21, 0xd3, 0x32, 0xf0, 0x16, 0x96, 0x06, 0xf3, 0x40, 0xac, 0x5f, 0x02, 0x9f, 0x22, + 0x8d, 0x36, 0x22, 0x72, 0x51, 0xdf, 0x93, 0x8b, 0x20, 0xf5, 0xd8, 0x04, 0x31, 0x15, 0x84, 0x59, + 0x5a, 0x0c, 0xea, 0x83, 0xce, 0x97, 0x62, 0x0f, 0x00, 0x3e, 0x09, 0xea, 0x93, 0x61, 0xae, 0x34, + 0xfc, 0xc8, 0x27, 0x43, 0x82, 0x1a, 0xd2, 0xf8, 0x60, 0xc7, 0x57, 0x5f, 0xd8, 0x55, 0x92, 0x16, + 0x85, 0xc8, 0x13, 0x68, 0x1c, 0xe7, 0x89, 0xb2, 0xc9, 0xad, 0x07, 0x52, 0x19, 0x87, 0x92, 0x2d, + 0x12, 0x56, 0x03, 0x34, 0xbf, 0xbe, 0xb2, 0xa7, 0x28, 0x26, 0xbe, 0x51, 0x61, 0x8d, 0x90, 0x1e, + 0xce, 0x21, 0xc7, 0x13, 0xf3, 0xd8, 0xd5, 0x9d, 0xa3, 0x6a, 0x20, 0xea, 0x05, 0x22, 0x48, 0x20, + 0x1c, 0x12, 0xcb, 0xcc, 0x4e, 0x4f, 0x71, 0xba, 0x83, 0xd4, 0x3a, 0xe4, 0x0f, 0x30, 0xb0, 0x25, + 0x14, 0xcd, 0xbc, 0x80, 0x42, 0xce, 0xf2, 0xf3, 0xa1, 0xe2, 0x0c, 0x0c, 0xb9, 0xc6, 0x42, 0xdf, + 0x80, 0xa0, 0x90, 0xbc, 0xf5, 0x14, 0x10, 0xbf, 0x42, 0xf2, 0x53, 0x5c, 0x90, 0x32, 0x8f, 0x2b, + 0xae, 0xd0, 0x6f, 0xb4, 0x01, 0x81, 0x0a, 0xca, 0x65, 0x60, 0x12, 0xa0, 0x5d, 0x2c, 0x85, 0x66, + 0x4e, 0x03, 0xc8, 0x55, 0x33, 0xfa, 0x29, 0xf6, 0xc2, 0x60, 0x24, 0x2c, 0xed, 0xae, 0x79, 0xd2, + 0x30, 0x5a, 0x4e, 0x23, 0x9d, 0xc8, 0x30, 0x7b, 0xf4, 0xfb, 0x19, 0x36, 0xa1, 0x62, 0x45, 0x86, + 0x8e, 0x02, 0xc8, 0x9e, 0xaa, 0x03, 0x55, 0xcc, 0x52, 0x29, 0x0e, 0xa0, 0xba, 0x8c, 0x2b, 0x24, + 0x20, 0xf6, 0x33, 0xb0, 0x7a, 0xa0, 0x5c, 0x6d, 0x55, 0x56, 0x80, 0x1a, 0x20, 0xb5, 0xcd, 0xcd, + 0xf0, 0x02, 0x61, 0x91, 0x02, 0x5b, 0x40, 0x80, 0x1c, 0x1f, 0xb9, 0xab, 0xc9, 0xbb, 0x0e, 0x75, + 0xee, 0x69, 0x33, 0xa6, 0x50, 0xbb, 0xde, 0xea, 0x59, 0xbc, 0x1a, 0x3a, 0x84, 0x22, 0x42, 0xb7, + 0xb2, 0xfc, 0x0e, 0x1f, 0x3c, 0xa2, 0x91, 0x36, 0xfc, 0x4e, 0x9f, 0x61, 0x26, 0x6f, 0xa9, 0xa1, + 0x36, 0xc8, 0xbb, 0x0a, 0x99, 0x75, 0x69, 0x6a, 0xd4, 0x6e, 0xc2, 0x2d, 0x78, 0x3c, 0x52, 0x5e, + 0x90, 0xff, 0x51, 0x6a, 0x70, 0x89, 0x41, 0x4e, 0xe0, 0x61, 0x41, 0xe0, 0x47, 0xea, 0x99, 0xc4, + 0xf2, 0xc9, 0x26, 0x1c, 0xfe, 0x8b, 0xe8, 0xeb, 0x0f, 0x84, 0xed, 0x74, 0xc7, 0x3e, 0xbf, 0xf1, + 0xf8, 0x17, 0x2c, 0x24, 0xd6, 0xb1, 0x46, 0x0a, 0xac, 0xb9, 0x64, 0x34, 0x98, 0xdd, 0x21, 0x0b, + 0xeb, 0xe8, 0x4b, 0xf6, 0xdc, 0xe8, 0xa8, 0x59, 0xd0, 0xa9, 0x6d, 0x27, 0xa5, 0x4b, 0x63, 0xb5, + 0x2f, 0x41, 0xc9, 0xcc, 0xc8, 0x56, 0xac, 0x66, 0x1f, 0x7a, 0x07, 0xf4, 0x82, 0xec, 0x6d, 0x2d, + 0x14, 0x28, 0x13, 0x8f, 0xcb, 0x55, 0xf7, 0xd8, 0x17, 0x60, 0xc3, 0x9a, 0xb5, 0xc9, 0x74, 0x19, + 0x56, 0x53, 0xd3, 0x52, 0xdf, 0x42, 0x61, 0x69, 0x5d, 0x07, 0xc7, 0x9f, 0xdf, 0x38, 0x7f, 0xa3, + 0xb1, 0x91, 0xe8, 0x1c, 0x2e, 0x89, 0xc5, 0x3b, 0xc6, 0xa8, 0x3b, 0x40, 0xeb, 0x3c, 0xea, 0x66, + 0xa4, 0xbd, 0x5d, 0xe2, 0xce, 0x08, 0xb8, 0x58, 0x55, 0x1a, 0xd8, 0x52, 0xac, 0x6c, 0xc0, 0x9c, + 0x62, 0x54, 0xa3, 0x78, 0x2c, 0x97, 0xda, 0x9e, 0x02, 0xe7, 0x85, 0x84, 0xbe, 0x2d, 0x5f, 0x0a, + 0x93, 0xba, 0x18, 0x00, 0x17, 0xca, 0x52, 0xdb, 0xf5, 0x9f, 0x7f, 0x3a, 0x3f, 0x94, 0x9f, 0xf1, + 0xbb, 0x66, 0x5e, 0xa1, 0x10, 0x83, 0x74, 0xbd, 0x21, 0x14, 0xde, 0x69, 0xc0, 0xa4, 0xce, 0x69, + 0xed, 0xcd, 0xcd, 0x2f, 0x0e, 0x70, 0x38, 0xb5, 0x8d, 0x2e, 0x53, 0xc0, 0xc1, 0xff, 0xb3, 0x95, + 0x70, 0xeb, 0xcb, 0x1e, 0x1a, 0x86, 0x03, 0x72, 0x06, 0xd2, 0x02, 0x14, 0x58, 0x36, 0xbe, 0x81, + 0x28, 0xa2, 0xb2, 0x3c, 0x05, 0xb2, 0xb4, 0x46, 0x94, 0xb0, 0xaa, 0x8f, 0x31, 0x64, 0xa9, 0xff, + 0x83, 0xd7, 0x0f, 0x07, 0xb8, 0x04, 0xa5, 0x2c, 0xd7, 0x95, 0x82, 0x5b, 0x61, 0x47, 0xf1, 0x37, + 0x36, 0x0b, 0x64, 0x1a, 0x32, 0xe9, 0x36, 0x15, 0x4f, 0xa8, 0xab, 0x05, 0xd9, 0x84, 0xf0, 0xdb, + 0x56, 0x47, 0xb7, 0xe7, 0x67, 0x64, 0x2f, 0x8a, 0xa2, 0x04, 0x54, 0x6c, 0x05, 0xbd, 0x2f, 0x40, + 0x5d, 0xc4, 0x4e, 0xc0, 0x9a, 0x24, 0x1e, 0x19, 0xde, 0x3a, 0x73, 0x0f, 0x46, 0x70, 0x82, 0x69, + 0xf3, 0x92, 0xae, 0x0e, 0xc9, 0xc6, 0xe1, 0x1a, 0x88, 0xbc, 0xa3, 0x93, 0x46, 0x7c, 0x71, 0x26, + 0xcd, 0x11, 0x6d, 0x61, 0xc1, 0xe7, 0xaa, 0xb0, 0x24, 0x79, 0x18, 0x62, 0x98, 0xe9, 0x29, 0x31, + 0x7c, 0x84, 0x9c, 0x42, 0xb8, 0x79, 0x80, 0x20, 0xb6, 0x05, 0x08, 0x51, 0x5c, 0x25, 0xd4, 0x60, + 0x88, 0x8e, 0xcb, 0xf4, 0x24, 0xd8, 0x7d, 0xe4, 0x2f, 0x30, 0x17, 0x42, 0x58, 0xbb, 0x8c, 0xf9, + 0x96, 0x28, 0x8d, 0xa2, 0x92, 0xf7, 0x89, 0x2c, 0x8c, 0x23, 0x27, 0xd4, 0x59, 0x37, 0x82, 0x99, + 0x9d, 0x72, 0x11, 0x83, 0xfc, 0x3a, 0x19, 0x27, 0xab, 0x86, 0xee, 0xac, 0x1c, 0x3a, 0x9f, 0x94, + 0xe5, 0x36, 0xb3, 0xe0, 0x23, 0x24, 0x01, 0x0b, 0xfc, 0x06, 0x4f, 0xea, 0x86, 0x8a, 0x6b, 0x49, + 0xa4, 0xdd, 0x0e, 0x0c, 0x76, 0x28, 0x7b, 0x9e, 0x4b, 0xce, 0x20, 0xd3, 0xd3, 0x0c, 0x58, 0x1e, + 0x4e, 0xb6, 0x52, 0x2a, 0x20, 0x5a, 0xf5, 0x70, 0x6a, 0xca, 0xd9, 0x22, 0xc9, 0x7f, 0xd8, 0x5c, + 0x36, 0x5f, 0xc2, 0x6c, 0x2d, 0x39, 0x7b, 0x0b, 0x73, 0xff, 0xd0, 0xb9, 0x6c, 0x09, 0xca, 0x48, + 0x0d, 0x7b, 0xc7, 0x4e, 0xb3, 0x0c, 0x9b, 0x4e, 0x89, 0x0d, 0x78, 0x66, 0x61, 0xcf, 0x61, 0xf1, + 0xa8, 0x65, 0x66, 0xe3, 0x5e, 0xc8, 0x33, 0x2c, 0x7e, 0xe5, 0xc4, 0xb5, 0x94, 0x4a, 0xe9, 0x86, + 0xfe, 0xe7, 0x9f, 0xf6, 0x8e, 0xee, 0x57, 0xd0, 0x61, 0x0f, 0x35, 0x46, 0x48, 0x52, 0xf8, 0x03, + 0x55, 0xa0, 0x34, 0xff, 0x05, 0xf6, 0x12, 0x1d, 0x50, 0x09, 0xc5, 0x11, 0x00, 0xa0, 0x62, 0xbb, + 0x58, 0x85, 0x75, 0x66, 0xd3, 0x34, 0x2d, 0x4d, 0x5c, 0x11, 0x31, 0xfd, 0x3b, 0x76, 0x05, 0xad, + 0x79, 0x98, 0x1f, 0x2a, 0xef, 0xa6, 0x63, 0x8a, 0xb3, 0x55, 0x12, 0xfe, 0xc0, 0x2a, 0xb6, 0x82, + 0x6a, 0x91, 0x14, 0x32, 0xe6, 0xea, 0xc0, 0x2b, 0x8c, 0x09, 0xae, 0x23, 0x34, 0x62, 0xb2, 0x9e, + 0x25, 0xf5, 0xd7, 0x77, 0xc7, 0xda, 0xfe, 0xee, 0xc8, 0xde, 0xb1, 0xe2, 0xab, 0x32, 0x73, 0x64, + 0x76, 0xfb, 0x1f, 0x73, 0x65, 0xf1, 0x3d, 0xeb, 0xc8, 0xe1, 0xac, 0xb1, 0xa4, 0xd1, 0x2c, 0x67, + 0x01, 0x42, 0xa6, 0x9b, 0x9d, 0x85, 0xea, 0xbf, 0x22, 0xb3, 0x73, 0x16, 0x3a, 0x4c, 0xbb, 0x4a, + 0xd1, 0xf9, 0x51, 0x1a, 0xa2, 0xcf, 0xab, 0xc8, 0x51, 0x27, 0x39, 0x1b, 0xe3, 0x1c, 0x10, 0xec, + 0x37, 0x37, 0x95, 0x74, 0xda, 0xc3, 0x99, 0xb2, 0x9d, 0x2b, 0x12, 0x5b, 0x65, 0x03, 0x7e, 0x39, + 0x5e, 0x09, 0xd1, 0x2c, 0x3a, 0xb8, 0xde, 0x01, 0xc8, 0x10, 0x3b, 0x04, 0x4a, 0xfd, 0x65, 0x62, + 0x4f, 0x55, 0xf9, 0x17, 0x47, 0x23, 0xc9, 0xd4, 0xbf, 0x10, 0xc8, 0x3f, 0x9c, 0x9f, 0x7f, 0xfe, + 0x29, 0x7c, 0x41, 0xe8, 0xd8, 0xc6, 0x4e, 0x50, 0x14, 0x03, 0x45, 0x43, 0xe1, 0x60, 0xe9, 0x3b, + 0xd8, 0xe4, 0x0e, 0xb9, 0x93, 0x56, 0xa9, 0xd4, 0x99, 0xe3, 0x3d, 0x66, 0x38, 0xb2, 0x1d, 0xa6, + 0xa3, 0x30, 0x90, 0xce, 0x18, 0xa0, 0x60, 0x28, 0xb6, 0x9d, 0xc1, 0x89, 0xad, 0xad, 0x81, 0xf2, + 0xcb, 0xab, 0x8f, 0xa7, 0xc9, 0x13, 0x4b, 0xc5, 0xe8, 0x93, 0xcc, 0x3f, 0xe6, 0x26, 0x91, 0x89, + 0x1d, 0x6e, 0xf1, 0x25, 0x84, 0x23, 0xd3, 0x3d, 0x1f, 0x70, 0x87, 0xe1, 0x7a, 0x80, 0x02, 0x8d, + 0x28, 0x1e, 0x1a, 0xc8, 0x18, 0x36, 0x37, 0xe9, 0x50, 0x94, 0x9f, 0xc1, 0x53, 0x06, 0x29, 0x05, + 0x88, 0xdd, 0x7f, 0x85, 0xe9, 0x0f, 0x1b, 0xec, 0xaf, 0x34, 0x69, 0x86, 0x3e, 0x8e, 0x21, 0x83, + 0xbd, 0x5f, 0xd6, 0x74, 0xf3, 0x42, 0xd0, 0xbc, 0xa4, 0x8c, 0x69, 0x87, 0xba, 0x27, 0x99, 0xea, + 0xbd, 0xa4, 0x79, 0x52, 0x3f, 0x29, 0x0c, 0xbb, 0xb1, 0x57, 0x89, 0x73, 0x2d, 0xf7, 0xac, 0xbb, + 0x91, 0xba, 0xa7, 0x18, 0x40, 0x21, 0x6a, 0x5f, 0x4f, 0xe1, 0x89, 0xa6, 0x57, 0xd0, 0x1b, 0x8d, + 0x93, 0x01, 0xd9, 0x7a, 0x87, 0xfc, 0xad, 0xa5, 0x64, 0x05, 0xa3, 0x1a, 0x40, 0x9a, 0xce, 0xfb, + 0x8f, 0x66, 0xf0, 0xf8, 0xa6, 0xc5, 0xcd, 0x8a, 0x4e, 0x78, 0xf1, 0xbf, 0x69, 0x1e, 0xee, 0x3e, + 0xc4, 0xd4, 0x9b, 0xb6, 0x13, 0x7a, 0xc6, 0xd3, 0xcd, 0x80, 0x96, 0xcc, 0xdd, 0xee, 0xab, 0x4f, + 0x99, 0x54, 0x67, 0x45, 0xcb, 0x67, 0x5d, 0x71, 0x3f, 0x9c, 0x90, 0x22, 0xe6, 0x6b, 0xc5, 0x69, + 0x7b, 0x5f, 0xe3, 0xbb, 0x21, 0xe7, 0x53, 0x02, 0x5f, 0x25, 0xff, 0xa1, 0x8c, 0xa4, 0x4c, 0x95, + 0x6e, 0xcb, 0x18, 0x0e, 0x41, 0x0c, 0xc2, 0xbd, 0xc8, 0x9c, 0xa1, 0xec, 0x17, 0x66, 0xc6, 0xa6, + 0x4a, 0x8f, 0xff, 0xf1, 0x3b, 0x79, 0x1d, 0x43, 0xb2, 0x80, 0x0b, 0x87, 0x06, 0x62, 0x92, 0x39, + 0x27, 0x3c, 0x38, 0xa0, 0x04, 0x3c, 0x20, 0x85, 0xa5, 0x59, 0x77, 0xac, 0xd9, 0x3c, 0x65, 0xaf, + 0x13, 0x12, 0x41, 0xb2, 0x71, 0xcf, 0x8b, 0xb6, 0x45, 0x81, 0x90, 0x04, 0x32, 0x78, 0x57, 0x68, + 0xe6, 0xe6, 0x0b, 0xaa, 0x69, 0xfe, 0x0a, 0x3b, 0x9e, 0x92, 0x90, 0xf2, 0x5d, 0x16, 0x88, 0x52, + 0xd9, 0xf9, 0xe6, 0xb9, 0xce, 0x2c, 0x7d, 0xa8, 0x9b, 0x84, 0x74, 0x66, 0xc8, 0x67, 0xeb, 0xd8, + 0x6f, 0xb5, 0x6f, 0xbe, 0x63, 0x81, 0x7f, 0x0c, 0x5d, 0x8f, 0xf8, 0xca, 0xd6, 0x57, 0x5c, 0xbf, + 0xab, 0x7f, 0x00, 0x79, 0xb1, 0xfd, 0xab, 0xae, 0xa7, 0x61, 0x61, 0xb2, 0xe8, 0x37, 0x32, 0x90, + 0xc6, 0x0a, 0xa3, 0x1b, 0x2e, 0x52, 0x6c, 0x66, 0xa6, 0x38, 0x5f, 0x60, 0xc1, 0xb9, 0x81, 0x94, + 0x41, 0x08, 0xb7, 0x14, 0x66, 0x22, 0xd9, 0xe8, 0x82, 0xa2, 0xda, 0xf6, 0x48, 0x21, 0x62, 0x3d, + 0x2e, 0xb0, 0x19, 0xb0, 0x51, 0xaf, 0x16, 0x6c, 0x72, 0x28, 0x1b, 0x00, 0x54, 0xd6, 0xf3, 0x68, + 0x61, 0x79, 0xda, 0xc6, 0x11, 0x70, 0x24, 0x0c, 0xd0, 0xef, 0x82, 0x52, 0x6d, 0x06, 0x85, 0x85, + 0x91, 0xe9, 0x56, 0x25, 0x37, 0x53, 0x51, 0x80, 0x92, 0x30, 0x61, 0xac, 0x1a, 0x23, 0x9b, 0xfa, + 0x23, 0x69, 0x9a, 0x44, 0x0f, 0x1c, 0xc6, 0xb0, 0x8d, 0x62, 0x40, 0x71, 0xe2, 0xeb, 0xf2, 0x2f, + 0x9d, 0x61, 0x98, 0x54, 0x1b, 0x04, 0x52, 0xe8, 0x81, 0xe4, 0xc1, 0x98, 0xa8, 0x1a, 0xbd, 0x39, + 0xc0, 0xa0, 0x03, 0x33, 0x71, 0xe6, 0x32, 0x5c, 0x56, 0xa0, 0x10, 0xcf, 0x0f, 0xda, 0x24, 0x07, + 0xe3, 0x3a, 0x72, 0x3b, 0x21, 0x79, 0xdd, 0x30, 0xa8, 0x6f, 0x08, 0x9a, 0xce, 0x99, 0x57, 0xdd, + 0x98, 0x00, 0x1b, 0x35, 0x0c, 0x19, 0x5d, 0x64, 0x1c, 0x50, 0x4d, 0x71, 0x10, 0xdf, 0xbe, 0x7b, + 0x1f, 0xb8, 0xa4, 0x7e, 0xc3, 0x5d, 0x72, 0xb9, 0xc1, 0x4b, 0xdb, 0xf6, 0xbb, 0xb5, 0xd6, 0x67, + 0xc6, 0x25, 0x7b, 0x74, 0x07, 0x36, 0x67, 0x11, 0xd2, 0xf4, 0xbd, 0x5d, 0xbe, 0x71, 0x3c, 0x41, + 0x20, 0xf1, 0x3d, 0x61, 0xa9, 0x08, 0xef, 0xba, 0x71, 0x87, 0x98, 0x9d, 0xce, 0xfb, 0x52, 0x18, + 0x59, 0x37, 0x94, 0xf5, 0x36, 0xec, 0x98, 0xf9, 0xc0, 0xa3, 0x12, 0x85, 0x98, 0x21, 0x08, 0x37, + 0x01, 0x7e, 0x8c, 0xee, 0x0d, 0x0d, 0xa2, 0x05, 0x91, 0xe7, 0x6d, 0x81, 0xf3, 0x96, 0xb2, 0x61, + 0x8e, 0x30, 0x8a, 0x8e, 0x57, 0xed, 0x8b, 0xab, 0x2d, 0x21, 0xd9, 0xc1, 0x2f, 0x3f, 0x36, 0x54, + 0x99, 0x01, 0xc5, 0xa2, 0x9e, 0x02, 0x21, 0x16, 0x12, 0xbe, 0x34, 0xdc, 0x5c, 0x10, 0x44, 0xd6, + 0xa9, 0xa9, 0x44, 0x4b, 0x75, 0x89, 0xe4, 0x03, 0x25, 0x95, 0x2d, 0x08, 0x05, 0xb4, 0x49, 0x65, + 0x10, 0xf5, 0x23, 0x7b, 0x67, 0x2e, 0xd4, 0xe6, 0x8b, 0x45, 0x2d, 0x41, 0x77, 0xa5, 0xbe, 0x1d, + 0x4a, 0xa4, 0x83, 0xf1, 0x01, 0x44, 0xf5, 0xd8, 0xf0, 0x8a, 0x07, 0x41, 0x36, 0xae, 0x90, 0xe2, + 0x79, 0x54, 0x20, 0x2e, 0x29, 0xc0, 0x69, 0xb8, 0xb8, 0x39, 0xc6, 0x57, 0x08, 0x3d, 0x84, 0x7e, + 0x38, 0x6a, 0xec, 0x76, 0xd6, 0x73, 0xf0, 0x59, 0x3d, 0xec, 0x14, 0x28, 0x67, 0xaf, 0x20, 0xaa, + 0xc4, 0x84, 0x4b, 0xde, 0x1f, 0x77, 0x68, 0xe0, 0xd4, 0x71, 0xc5, 0x65, 0xfa, 0xa0, 0xd6, 0x58, + 0x2a, 0x76, 0x88, 0x0b, 0x06, 0xef, 0xc7, 0x12, 0x89, 0x8c, 0x3e, 0x2c, 0xc8, 0x23, 0xab, 0x5a, + 0x1e, 0x3d, 0xaa, 0x8c, 0xa1, 0xd3, 0xa2, 0xd8, 0xd8, 0x41, 0xd5, 0xfd, 0xbd, 0x51, 0xbb, 0xbe, + 0x6b, 0x7f, 0xcf, 0xa0, 0x95, 0x0f, 0x06, 0xed, 0xba, 0xba, 0xff, 0xed, 0x63, 0x26, 0xca, 0xfb, + 0xef, 0x8d, 0x9b, 0xba, 0x1f, 0xfd, 0x3d, 0xc3, 0x4e, 0xb9, 0xbe, 0x4c, 0x0a, 0xb1, 0xad, 0x66, + 0xec, 0x81, 0xda, 0xc3, 0xa2, 0x34, 0x35, 0x33, 0xd2, 0x69, 0x02, 0x5b, 0xff, 0x52, 0x67, 0xa3, + 0x23, 0x0f, 0x7c, 0xa0, 0xfe, 0x02, 0x0e, 0x70, 0xef, 0xc2, 0xbe, 0xb8, 0x6b, 0x81, 0x37, 0xaf, + 0xcf, 0x00, 0x52, 0xe0, 0x3c, 0xe2, 0x21, 0xfd, 0xfa, 0xcc, 0xdf, 0xc2, 0x61, 0xcf, 0x04, 0xe6, + 0x02, 0x05, 0xbd, 0x4d, 0x51, 0x00, 0x74, 0xf9, 0xe2, 0xa6, 0x41, 0xb3, 0x60, 0x7b, 0x02, 0x3d, + 0x04, 0x1d, 0x3f, 0x1a, 0xdb, 0xca, 0x0f, 0xe1, 0xe7, 0xb6, 0x03, 0x7f, 0x60, 0xe0, 0xc8, 0x5d, + 0x93, 0xee, 0xd3, 0x5c, 0xa3, 0xaf, 0x13, 0x99, 0x08, 0xf4, 0xe9, 0xff, 0x86, 0xfd, 0x20, 0x78, + 0xe0, 0xa0, 0xc6, 0xaf, 0x15, 0x37, 0x96, 0xa6, 0x36, 0x83, 0x5f, 0x20, 0x75, 0x43, 0x23, 0x81, + 0xa4, 0x0c, 0x4d, 0x2c, 0xde, 0xb4, 0x0e, 0xeb, 0x05, 0x23, 0xc3, 0xa4, 0xdc, 0xcf, 0x1d, 0xfc, + 0x83, 0x22, 0x49, 0xd4, 0x75, 0x8f, 0x32, 0x8e, 0x94, 0x5b, 0x0d, 0x36, 0x57, 0x94, 0xb5, 0x7f, + 0x88, 0x3f, 0x17, 0x3e, 0x7f, 0xfe, 0x55, 0xa7, 0x2c, 0xf9, 0x4d, 0x5b, 0x8e, 0x17, 0xe3, 0x7d, + 0xa6, 0x05, 0xe6, 0x02, 0x86, 0xa0, 0x30, 0x89, 0x25, 0x7d, 0xdd, 0xca, 0x2f, 0x1c, 0x86, 0x18, + 0x52, 0x88, 0x17, 0x4b, 0xf8, 0xf6, 0xd9, 0xb9, 0xc7, 0xc9, 0x53, 0x94, 0x09, 0x86, 0x2c, 0x8b, + 0xeb, 0x25, 0x16, 0x8e, 0x8a, 0x86, 0xdc, 0xdc, 0x95, 0xf6, 0xa8, 0x78, 0x26, 0xfc, 0x74, 0x05, + 0x49, 0xd0, 0x85, 0xec, 0xf8, 0x1a, 0xa3, 0x15, 0x40, 0x55, 0x27, 0x93, 0xd7, 0x1d, 0x9a, 0x57, + 0x9c, 0x47, 0x0f, 0x54, 0xc4, 0x41, 0xc2, 0x08, 0x1d, 0x04, 0xa4, 0x5c, 0x1f, 0x3a, 0x9b, 0xce, + 0x14, 0x11, 0x60, 0xa9, 0x1f, 0x0d, 0x1a, 0xfa, 0x39, 0x0e, 0xb7, 0x32, 0x55, 0x07, 0x35, 0x01, + 0x8f, 0x2b, 0x94, 0x40, 0x69, 0xc4, 0x83, 0x01, 0x6a, 0x24, 0x90, 0x1a, 0x58, 0x12, 0x24, 0xc6, + 0xba, 0x04, 0xfb, 0x13, 0x90, 0x8d, 0x39, 0xb2, 0x07, 0xa9, 0x1f, 0x0a, 0x2f, 0xf1, 0x9e, 0xdc, + 0x8e, 0x27, 0x00, 0x34, 0x19, 0x58, 0x80, 0x93, 0x4e, 0x10, 0xb3, 0x48, 0x60, 0x1a, 0x8f, 0x06, + 0x94, 0x85, 0xc1, 0x6e, 0xff, 0x0a, 0xac, 0x87, 0xa6, 0x2a, 0xa3, 0xc4, 0x16, 0xaf, 0xa7, 0xfa, + 0x5a, 0x17, 0xee, 0xbd, 0xbf, 0x12, 0x20, 0x93, 0x6f, 0x1e, 0xfb, 0x41, 0x69, 0x92, 0x29, 0x47, + 0x59, 0x70, 0x08, 0x26, 0xa2, 0x09, 0xec, 0xb0, 0xbe, 0x7b, 0xf0, 0xb7, 0x68, 0xc4, 0xaf, 0x6f, + 0xd4, 0x45, 0x3b, 0x5f, 0x25, 0xf7, 0x5a, 0x50, 0xc7, 0x59, 0x78, 0x3a, 0x8b, 0xc2, 0x2d, 0x40, + 0xa2, 0x88, 0xfb, 0x15, 0xfb, 0x9f, 0x0d, 0x62, 0x7a, 0x9a, 0x15, 0x1a, 0xa1, 0x8e, 0x19, 0xd1, + 0x98, 0x0b, 0x6d, 0x05, 0xd4, 0x01, 0xc8, 0x4b, 0x8b, 0x82, 0xb0, 0xf0, 0x82, 0x7e, 0x75, 0xdd, + 0xaf, 0x0c, 0x90, 0x31, 0x26, 0xc1, 0x8f, 0x01, 0x47, 0x7f, 0x41, 0x0f, 0x46, 0x08, 0x3c, 0xa5, + 0xde, 0x38, 0xf4, 0x7c, 0x95, 0xc6, 0xe3, 0x40, 0xb8, 0xb1, 0x19, 0x01, 0x8d, 0x33, 0x1c, 0xe9, + 0xc7, 0x83, 0xed, 0x83, 0xf6, 0x7b, 0xe4, 0x62, 0x9f, 0xf8, 0x62, 0xa6, 0xd3, 0x8b, 0x15, 0x02, + 0x90, 0x43, 0xf2, 0xb7, 0x85, 0x9d, 0x14, 0x11, 0x64, 0x88, 0x24, 0xb2, 0xb9, 0x29, 0xb8, 0xbf, + 0xa9, 0xd5, 0x9e, 0x13, 0x68, 0xdd, 0x45, 0x99, 0xc1, 0x5d, 0x0a, 0x40, 0x75, 0xc4, 0x2d, 0x74, + 0x75, 0xf9, 0x25, 0x2f, 0x0b, 0xba, 0x22, 0x38, 0xcf, 0x90, 0x8c, 0xb0, 0x6a, 0x11, 0xd1, 0xc2, + 0xb7, 0x3a, 0x5f, 0x35, 0x53, 0xc1, 0x0e, 0x85, 0xcc, 0x92, 0xb2, 0x85, 0x90, 0x94, 0x11, 0x12, + 0xd2, 0x78, 0xd4, 0xb7, 0xc3, 0x3a, 0x20, 0x59, 0x18, 0x3d, 0x83, 0x1c, 0xed, 0x79, 0x8e, 0xa7, + 0x8a, 0xbb, 0x52, 0x95, 0x0c, 0x52, 0x60, 0x7d, 0xe9, 0x5c, 0x29, 0x8c, 0x20, 0x27, 0x33, 0x24, + 0xdb, 0x41, 0xf6, 0xc7, 0xbf, 0x46, 0x79, 0xa1, 0x20, 0x6c, 0xe1, 0x4f, 0xaf, 0x07, 0x7f, 0x0b, + 0x02, 0xbe, 0x14, 0xe4, 0x0e, 0xbc, 0x14, 0x14, 0xf2, 0x52, 0xed, 0x61, 0x4e, 0xaf, 0x4a, 0x5e, + 0x7a, 0x12, 0x79, 0xe9, 0x95, 0x4a, 0xf8, 0xd2, 0xab, 0x62, 0x1d, 0x31, 0x2f, 0xc2, 0xcb, 0x5e, + 0xb9, 0xba, 0xf7, 0x33, 0x8b, 0x47, 0x2c, 0x2b, 0x8e, 0xb4, 0xfc, 0x98, 0x8c, 0xe8, 0x30, 0x4d, + 0x3e, 0xbb, 0x4a, 0x1d, 0x9a, 0xf0, 0x54, 0x93, 0xdd, 0x23, 0xdd, 0xeb, 0xa0, 0x71, 0xae, 0xd1, + 0x68, 0xe0, 0x3c, 0xad, 0x72, 0x14, 0x5c, 0x07, 0x46, 0xc9, 0xa0, 0x4b, 0x3f, 0x51, 0xb9, 0xd8, + 0x14, 0x7e, 0xc8, 0x83, 0x03, 0xc5, 0xdd, 0x21, 0x67, 0x38, 0x5e, 0xa2, 0x9b, 0x22, 0x67, 0x28, + 0xcf, 0x77, 0x02, 0x4f, 0x63, 0x85, 0x78, 0xc5, 0x00, 0x1b, 0x80, 0x97, 0x88, 0x53, 0x34, 0x4a, + 0x9c, 0x96, 0xe7, 0x77, 0xec, 0x96, 0x82, 0x37, 0x20, 0x51, 0xe2, 0x0e, 0xac, 0x64, 0x7a, 0x76, + 0x06, 0x45, 0xcc, 0xe1, 0x24, 0xc8, 0x05, 0x92, 0x98, 0xee, 0x44, 0xde, 0x32, 0x93, 0x1a, 0x71, + 0x07, 0x5e, 0x57, 0x64, 0x00, 0x45, 0x52, 0xe8, 0x3e, 0x3c, 0x9c, 0xa0, 0x57, 0xd8, 0x10, 0xf7, + 0x4a, 0x0f, 0xa1, 0x7e, 0x14, 0xa7, 0xa5, 0xbd, 0x85, 0x06, 0xf2, 0xe2, 0xf1, 0xe7, 0x9c, 0xdc, + 0x94, 0x60, 0x73, 0x7b, 0x11, 0x9f, 0x2c, 0x8f, 0xce, 0x3c, 0x9a, 0x09, 0xb1, 0x74, 0xe8, 0xbc, + 0xa5, 0x28, 0x03, 0x45, 0x32, 0xb3, 0xa2, 0x92, 0xaf, 0xdb, 0x0d, 0x3b, 0xe3, 0x18, 0x07, 0xea, + 0x54, 0x91, 0x53, 0x22, 0xe7, 0xb2, 0x71, 0xb7, 0x8f, 0xe6, 0xc4, 0xe2, 0xb5, 0x06, 0x7b, 0x61, + 0x38, 0x0c, 0xac, 0x88, 0x2e, 0x81, 0x28, 0xb3, 0x75, 0x7d, 0x1b, 0x2a, 0xee, 0x68, 0x8d, 0x94, + 0x0e, 0xff, 0xcf, 0x36, 0xe0, 0x85, 0xf3, 0x41, 0x40, 0x9e, 0xb0, 0x23, 0xd4, 0x44, 0x0e, 0x24, + 0x20, 0xa6, 0xc9, 0xd6, 0x74, 0xe2, 0xeb, 0x46, 0xca, 0x16, 0x85, 0x3f, 0x88, 0x49, 0x8f, 0x18, + 0x85, 0xa1, 0x22, 0x50, 0x38, 0x16, 0x1a, 0x36, 0x59, 0x8f, 0xd5, 0x53, 0xb9, 0x41, 0xc9, 0x8c, + 0x38, 0xdc, 0x44, 0x90, 0x03, 0x39, 0x3f, 0x60, 0x62, 0x7e, 0x82, 0x42, 0x16, 0x17, 0xf6, 0xa0, + 0x0c, 0x67, 0xc3, 0xce, 0xb0, 0x23, 0xa5, 0x1b, 0x9e, 0x2d, 0x0d, 0x8a, 0x92, 0x73, 0x4e, 0xdc, + 0x5a, 0x6a, 0xd1, 0x74, 0xda, 0x82, 0xd1, 0x60, 0x4f, 0x47, 0xa3, 0x81, 0xf4, 0x3a, 0x62, 0xeb, + 0x4a, 0x06, 0xd4, 0xc1, 0x0c, 0x39, 0x24, 0xb0, 0x1f, 0x54, 0x67, 0x90, 0xc2, 0x8b, 0xc4, 0x85, + 0x0c, 0x31, 0xa3, 0x42, 0xb9, 0x23, 0x03, 0xa4, 0x29, 0x42, 0x5f, 0x5d, 0x9d, 0xa4, 0xe0, 0x03, + 0xdd, 0x04, 0xc6, 0xc0, 0xa6, 0xb0, 0xf2, 0x82, 0x01, 0xf1, 0xc1, 0x58, 0xf8, 0xea, 0xed, 0x77, + 0xf2, 0x91, 0x2b, 0x60, 0x5a, 0xff, 0x98, 0x4b, 0x0b, 0xfc, 0x8b, 0xe7, 0xe9, 0x0d, 0x69, 0x87, + 0x65, 0x6b, 0xdf, 0x7c, 0xab, 0x9e, 0xa1, 0xe1, 0x75, 0x82, 0x46, 0x6e, 0xfb, 0xfb, 0xc0, 0xf2, + 0x74, 0x75, 0xef, 0xda, 0x49, 0xf0, 0xad, 0x5c, 0xf7, 0xdb, 0xc8, 0xee, 0x17, 0x7e, 0xf1, 0x3b, + 0x80, 0xcb, 0xdf, 0x49, 0xc3, 0x54, 0xa2, 0x75, 0xba, 0x56, 0xbf, 0x6f, 0xa4, 0xcd, 0x5c, 0xb1, + 0xb4, 0x89, 0x67, 0x3b, 0xce, 0x8e, 0x37, 0x7a, 0x76, 0x4f, 0xe9, 0x8c, 0xfa, 0x2c, 0xff, 0x6d, + 0xa5, 0x8c, 0x14, 0xbe, 0xcb, 0x1d, 0x3a, 0x94, 0x9a, 0xff, 0xeb, 0x9b, 0x8c, 0x55, 0xff, 0xf5, + 0xad, 0xf6, 0x2d, 0x9d, 0x12, 0x73, 0x15, 0x17, 0x30, 0xdb, 0x93, 0x80, 0x71, 0xc1, 0xee, 0x44, + 0x4e, 0x8d, 0xb8, 0xf4, 0x37, 0x22, 0x1a, 0xc5, 0xb7, 0x8e, 0x68, 0x15, 0xd0, 0xf2, 0x6a, 0x24, + 0x72, 0x26, 0x14, 0x0f, 0xbe, 0x58, 0x14, 0xb9, 0x87, 0xf4, 0x0d, 0xcd, 0xaf, 0x64, 0x0c, 0x7e, + 0xcf, 0x77, 0x47, 0xaa, 0x86, 0x67, 0xf5, 0x99, 0xb1, 0x2a, 0x73, 0xd1, 0xac, 0xb6, 0xda, 0x07, + 0xb9, 0x95, 0xdc, 0xdf, 0x40, 0x09, 0x13, 0x0b, 0x4d, 0xd4, 0x9e, 0x9a, 0xb1, 0x49, 0x7a, 0x9a, + 0xfd, 0x27, 0x43, 0xfc, 0x58, 0x49, 0x9a, 0x65, 0xdb, 0x2a, 0xcf, 0x32, 0xf2, 0xee, 0x10, 0x38, + 0x46, 0x14, 0xcc, 0x9d, 0x89, 0x96, 0x6b, 0xd0, 0xac, 0xa3, 0x56, 0xec, 0xcc, 0x88, 0xa4, 0x73, + 0xb1, 0xd2, 0x18, 0x6f, 0x8a, 0xc1, 0x95, 0x03, 0xeb, 0x08, 0x00, 0xbe, 0xee, 0xba, 0xe0, 0x94, + 0x8c, 0x69, 0x5b, 0xd2, 0x70, 0x27, 0x5a, 0xf0, 0xaa, 0x7d, 0xd3, 0x3c, 0x67, 0xf9, 0x94, 0x9b, + 0x9b, 0x15, 0x85, 0x5c, 0x81, 0x0b, 0xad, 0x35, 0x17, 0xc2, 0xd2, 0xa8, 0xf7, 0x81, 0xbd, 0x0f, + 0x71, 0xa5, 0x31, 0xee, 0xdd, 0x09, 0x96, 0xd7, 0x62, 0x1d, 0x69, 0x02, 0xf9, 0xc1, 0xe6, 0xc4, + 0x1c, 0x5c, 0xb5, 0x71, 0xe4, 0x64, 0xb1, 0xf6, 0x4c, 0x3b, 0x56, 0xea, 0xbc, 0xd9, 0x62, 0x80, + 0x5d, 0xe0, 0x35, 0x1f, 0x2c, 0x35, 0x94, 0xba, 0xf1, 0xf1, 0xa8, 0x9a, 0x62, 0xcf, 0x6c, 0xd8, + 0xde, 0x30, 0x1f, 0x78, 0xda, 0x08, 0xd4, 0x16, 0x44, 0x1b, 0x3c, 0x3a, 0x69, 0xec, 0x1e, 0x62, + 0x31, 0xb4, 0x68, 0x61, 0x73, 0xfe, 0x83, 0x16, 0xcc, 0xd2, 0x42, 0xb0, 0x80, 0xff, 0xb9, 0x84, + 0xd4, 0x7d, 0x7d, 0xac, 0x5a, 0x86, 0x3e, 0x24, 0x5d, 0x57, 0x32, 0x78, 0x35, 0x9c, 0xd8, 0xdc, + 0xd1, 0xc7, 0xc1, 0x52, 0xe0, 0x91, 0x4c, 0x8d, 0x36, 0x51, 0x4d, 0xf4, 0x2a, 0xc6, 0xca, 0x40, + 0xc0, 0x64, 0xed, 0xfc, 0xa2, 0x26, 0x8e, 0xd7, 0x71, 0x74, 0xf7, 0x22, 0x32, 0x25, 0x11, 0x11, + 0xd1, 0x36, 0x13, 0x14, 0x59, 0xe1, 0xea, 0x1d, 0x0b, 0x77, 0xc2, 0x51, 0x57, 0x14, 0xcf, 0xa9, + 0xd8, 0xb3, 0x29, 0xb9, 0x35, 0xdb, 0x2a, 0x1e, 0x74, 0xf5, 0xeb, 0x8e, 0xe7, 0x1c, 0xe9, 0x86, + 0x5b, 0x09, 0x7b, 0x27, 0x78, 0xdc, 0xd4, 0xbb, 0xcb, 0x1c, 0xe6, 0xa8, 0x44, 0x74, 0xb5, 0x1b, + 0xde, 0xa6, 0xec, 0x8b, 0xbf, 0x78, 0xc7, 0x28, 0x15, 0xbe, 0xde, 0x12, 0xbd, 0xd3, 0xe2, 0x5e, + 0x65, 0x41, 0xf9, 0xa2, 0xef, 0x0a, 0xc7, 0x5e, 0xe1, 0x74, 0x9a, 0xc0, 0xd4, 0x02, 0x71, 0x58, + 0xcf, 0x00, 0xfd, 0xd7, 0xc9, 0xd1, 0x6a, 0x00, 0x84, 0x08, 0x36, 0x21, 0x98, 0x5a, 0x1a, 0x48, + 0x4a, 0xdb, 0x46, 0xc0, 0x98, 0x85, 0xf0, 0x35, 0x8e, 0x40, 0x92, 0xa8, 0x4d, 0x15, 0xe0, 0x83, + 0x82, 0xca, 0xf1, 0x46, 0xe3, 0xcb, 0x17, 0x09, 0xcf, 0x27, 0x92, 0x0f, 0x93, 0x7c, 0x4d, 0xe4, + 0xcf, 0x3f, 0xd1, 0x2b, 0x5e, 0xdb, 0xdc, 0x0c, 0x3b, 0xa8, 0x42, 0x36, 0xba, 0xe6, 0xfc, 0x0a, + 0x87, 0x8d, 0x00, 0x91, 0x53, 0x5b, 0x04, 0x21, 0x26, 0x3a, 0x36, 0x4b, 0xac, 0x5f, 0x2b, 0x84, + 0x49, 0xd8, 0x54, 0x98, 0x7f, 0xcc, 0xf5, 0x8c, 0xa1, 0xef, 0xe0, 0x39, 0x27, 0x4b, 0xf5, 0x2e, + 0x5f, 0x02, 0xd4, 0x16, 0x50, 0x20, 0x2a, 0x4d, 0xc3, 0x50, 0xae, 0x26, 0x56, 0x0a, 0xf3, 0xb8, + 0x28, 0xf3, 0x20, 0xcd, 0xac, 0x0e, 0xc4, 0x43, 0x6d, 0x70, 0xa1, 0xa0, 0x48, 0xb4, 0x01, 0xf2, + 0xf9, 0x80, 0xb5, 0xd1, 0x78, 0xa0, 0x45, 0x74, 0xe8, 0xa6, 0x2d, 0xfe, 0x4e, 0x60, 0xa4, 0x15, + 0xdf, 0x47, 0xc2, 0xf1, 0x42, 0xab, 0x30, 0xce, 0xac, 0xdb, 0xa9, 0x8f, 0x82, 0x24, 0x91, 0x91, + 0xf9, 0x62, 0xb9, 0x2b, 0x05, 0x5b, 0x0d, 0x9d, 0xee, 0x58, 0x7c, 0x97, 0x3c, 0x19, 0x26, 0x2f, + 0x7b, 0x49, 0x4f, 0xbc, 0xe9, 0xa6, 0x3d, 0xf1, 0x7d, 0x98, 0x1f, 0x1a, 0x58, 0x25, 0x12, 0x4e, + 0x05, 0x08, 0x9f, 0x46, 0x06, 0xbc, 0x41, 0xf3, 0x2b, 0xc8, 0x9e, 0xa8, 0x98, 0x9c, 0xe3, 0xfe, + 0xc4, 0xca, 0xaa, 0x45, 0x2d, 0xeb, 0xec, 0x62, 0x45, 0xb8, 0xc0, 0x10, 0xfe, 0x00, 0x4e, 0x0c, + 0x5f, 0x00, 0xd0, 0x43, 0x16, 0x0e, 0x15, 0x0a, 0xec, 0xb0, 0x6e, 0x68, 0x14, 0x32, 0xbf, 0xdb, + 0x1f, 0x44, 0x84, 0xf1, 0x42, 0xa3, 0xfc, 0xe2, 0x47, 0x1f, 0x74, 0xfd, 0x5c, 0x45, 0xb1, 0xfa, + 0xe3, 0x3e, 0x0e, 0xe3, 0x1f, 0xbb, 0x3a, 0x57, 0xc3, 0x3d, 0x1c, 0xaa, 0x7f, 0xb5, 0x83, 0x3d, + 0x94, 0xa2, 0x06, 0x44, 0x54, 0xb1, 0xcf, 0x37, 0x37, 0xad, 0xef, 0xc3, 0xc9, 0x1f, 0xc3, 0x01, + 0x2c, 0xa7, 0xde, 0xe7, 0x90, 0xfe, 0x09, 0xf4, 0x3e, 0x2d, 0x63, 0xf7, 0x29, 0x82, 0xde, 0xa7, + 0xbf, 0xda, 0xf9, 0xc1, 0xdf, 0x85, 0xdd, 0xa7, 0x25, 0xec, 0x46, 0x7a, 0x38, 0xfc, 0xab, 0x3d, + 0xa4, 0x0c, 0x6b, 0x1c, 0xe5, 0x2f, 0xa4, 0x45, 0xc9, 0xc4, 0x3b, 0xbb, 0x24, 0x68, 0x25, 0x3c, + 0x37, 0x58, 0x37, 0xc1, 0xb3, 0x13, 0xe1, 0x47, 0xef, 0xdd, 0x48, 0x41, 0xfb, 0x84, 0x83, 0x31, + 0xe2, 0x1e, 0x73, 0xf0, 0x18, 0x58, 0xe2, 0xc3, 0x0b, 0x4e, 0xd1, 0xb6, 0x4c, 0x68, 0x9b, 0x1e, + 0x2e, 0x45, 0x53, 0x23, 0x6d, 0x8a, 0xb9, 0xf8, 0x30, 0xc5, 0x9c, 0xc7, 0x86, 0x08, 0x54, 0xe6, + 0xbb, 0x1b, 0xb9, 0x2a, 0xf8, 0xb0, 0xd6, 0x3f, 0xe6, 0xc0, 0x35, 0x01, 0x03, 0x62, 0x6e, 0x07, + 0x8f, 0x7d, 0xe9, 0x8d, 0x48, 0x8a, 0x84, 0x2b, 0xd8, 0xf8, 0x35, 0xfb, 0x7b, 0x96, 0xd6, 0x49, + 0x86, 0x20, 0x22, 0x04, 0x71, 0x15, 0x84, 0x5d, 0xc9, 0x5a, 0x5f, 0x3d, 0x87, 0xd5, 0x73, 0xab, + 0xaa, 0x37, 0xad, 0xee, 0xfa, 0xea, 0x79, 0xac, 0x9e, 0x5f, 0x55, 0xbd, 0x45, 0xae, 0x03, 0x47, + 0x21, 0xc0, 0x04, 0x92, 0x32, 0x4b, 0x6c, 0xeb, 0x17, 0x3f, 0x74, 0x67, 0x91, 0xcc, 0x99, 0xad, + 0x23, 0x5e, 0xd5, 0xc4, 0x09, 0x6b, 0xa3, 0x6c, 0xc1, 0xd8, 0xea, 0xf0, 0xdf, 0x9a, 0x2d, 0x3b, + 0xbe, 0xe2, 0xdb, 0xea, 0x27, 0xe7, 0xca, 0x56, 0x97, 0x11, 0xad, 0x48, 0x50, 0x5f, 0xff, 0xec, + 0x5c, 0x25, 0x40, 0x78, 0x50, 0x1e, 0x54, 0x4d, 0xbb, 0x31, 0xba, 0xaf, 0x4f, 0xc6, 0xe8, 0xb3, + 0x93, 0x96, 0x00, 0xe7, 0x4e, 0x14, 0xfe, 0x33, 0xff, 0xd9, 0x59, 0x4b, 0xac, 0x5f, 0x88, 0xd7, + 0x5f, 0x3d, 0x67, 0xf5, 0xb8, 0x91, 0x0b, 0x70, 0x4b, 0x2c, 0x35, 0xd0, 0x80, 0x86, 0x07, 0x31, + 0x43, 0x14, 0x12, 0x94, 0xfe, 0x0e, 0x1b, 0x69, 0x04, 0x72, 0x8d, 0x9d, 0x40, 0x72, 0x58, 0xda, + 0xd1, 0xc9, 0x0c, 0x24, 0x31, 0x1e, 0x1a, 0x15, 0xda, 0x95, 0x16, 0x3e, 0x62, 0x3a, 0xb6, 0xa2, + 0x45, 0x67, 0x18, 0x65, 0x9c, 0x30, 0xd7, 0x81, 0x94, 0x18, 0xdb, 0x21, 0x80, 0xd7, 0xb3, 0x1e, + 0xb2, 0xbd, 0x52, 0xee, 0xb3, 0xc6, 0x00, 0x66, 0xbd, 0x47, 0xba, 0x42, 0xde, 0x03, 0xf3, 0x17, + 0xfa, 0x93, 0x11, 0xb9, 0x12, 0x7e, 0x5d, 0x5f, 0xc7, 0x14, 0x57, 0x0f, 0x02, 0xd4, 0x92, 0x3e, + 0xd6, 0x89, 0xe8, 0x82, 0xfd, 0x84, 0xda, 0x3b, 0xb6, 0x6b, 0xb7, 0xa0, 0xbf, 0x00, 0x16, 0x24, + 0x2d, 0x40, 0x61, 0x41, 0xc4, 0xab, 0x48, 0x18, 0x65, 0x10, 0x7f, 0xf2, 0xb9, 0x22, 0xbb, 0x48, + 0xb2, 0xa1, 0x41, 0xf9, 0x25, 0xa3, 0x23, 0x62, 0x63, 0x7f, 0x1a, 0x26, 0x79, 0x6c, 0x4b, 0xdf, + 0x81, 0x7f, 0x35, 0x2f, 0xa8, 0x18, 0x08, 0xe1, 0xda, 0x22, 0x51, 0x36, 0x5b, 0x36, 0x24, 0xba, + 0x43, 0x5d, 0x6d, 0x4a, 0xd4, 0xe2, 0x66, 0x44, 0x5f, 0x52, 0xf9, 0xb4, 0x25, 0x51, 0x4b, 0xb4, + 0x22, 0x6a, 0x09, 0x16, 0xc4, 0x7f, 0xcc, 0xe3, 0xd7, 0xa4, 0x54, 0xaa, 0x38, 0xc5, 0xf1, 0xa2, + 0xea, 0x91, 0xee, 0xc3, 0xeb, 0x32, 0x79, 0x45, 0xbe, 0xfe, 0x60, 0x3a, 0x53, 0x87, 0xf1, 0xc5, + 0xc0, 0x50, 0x55, 0x27, 0xf1, 0xcb, 0x0f, 0xc1, 0x87, 0x1f, 0xf2, 0xb9, 0xb0, 0x78, 0xe7, 0x22, + 0x1a, 0x29, 0x3f, 0x12, 0xb3, 0x8b, 0x7c, 0x45, 0x82, 0xc1, 0xd9, 0xca, 0x64, 0x32, 0x2c, 0x15, + 0xff, 0xa8, 0xa5, 0xc0, 0x47, 0x10, 0xa8, 0x0d, 0x24, 0x6a, 0x9a, 0xe3, 0x76, 0xd5, 0xf1, 0xb8, + 0x20, 0xa8, 0xf6, 0x44, 0x44, 0xf3, 0xc5, 0x8c, 0x1d, 0xb6, 0x8d, 0xb2, 0x1e, 0xf3, 0x88, 0xc7, + 0xf1, 0xe4, 0xe9, 0x6c, 0x7f, 0x8f, 0xa5, 0xae, 0x3f, 0xab, 0xaa, 0x84, 0xf1, 0x06, 0x3d, 0xdf, + 0x61, 0x1f, 0xd0, 0xb8, 0x40, 0x00, 0x18, 0x26, 0x42, 0x5a, 0x2a, 0x40, 0xe3, 0x96, 0x80, 0x26, + 0xe2, 0x15, 0xfa, 0xb8, 0x11, 0x94, 0x21, 0x2f, 0x7b, 0x3d, 0xbc, 0x8e, 0x10, 0x14, 0x24, 0x66, + 0x89, 0xa5, 0x11, 0xb9, 0x33, 0x11, 0x95, 0xbf, 0x71, 0xf8, 0xd1, 0x89, 0xb3, 0x3d, 0x49, 0x3a, + 0x31, 0x00, 0xdc, 0x3f, 0xe6, 0xa9, 0x48, 0xfb, 0xc3, 0x49, 0xcd, 0xb3, 0xea, 0x71, 0x5b, 0xe2, + 0x22, 0x24, 0x78, 0x5b, 0x8b, 0x25, 0x01, 0xfe, 0x4c, 0xd1, 0x03, 0xd1, 0xde, 0xff, 0xe2, 0x07, + 0xb4, 0x4b, 0xbf, 0xf8, 0xe1, 0x12, 0x60, 0x74, 0xbc, 0x9f, 0xec, 0xb5, 0xf2, 0x41, 0xaf, 0x57, + 0x75, 0x3a, 0xdc, 0xe3, 0xee, 0x56, 0x2a, 0x3e, 0x25, 0x56, 0x4d, 0xe0, 0xfe, 0x96, 0x71, 0x78, + 0x26, 0x27, 0x5c, 0x01, 0x5b, 0x92, 0xa6, 0xf6, 0xf5, 0x1a, 0xb2, 0x2d, 0xcb, 0xa9, 0xb3, 0xf1, + 0x29, 0x1d, 0xa5, 0x89, 0x65, 0x8b, 0x4d, 0x93, 0x50, 0x04, 0xab, 0xc7, 0xcf, 0xc4, 0x49, 0x81, + 0x6c, 0xea, 0x4b, 0x7b, 0x80, 0xd1, 0x8b, 0xa3, 0x26, 0xb4, 0x78, 0x8c, 0xde, 0xba, 0xd1, 0x6d, + 0x2f, 0x53, 0x54, 0xbc, 0x4d, 0xd7, 0xbe, 0xb6, 0x4d, 0x17, 0xc5, 0x93, 0xe7, 0x2a, 0x07, 0xbd, + 0x5f, 0xc2, 0x25, 0x7b, 0x44, 0xcc, 0x6d, 0x1e, 0x6d, 0x3f, 0xa1, 0x49, 0xca, 0x2f, 0x1f, 0x98, + 0xd3, 0x3c, 0x88, 0x9f, 0x98, 0xf8, 0x6f, 0x69, 0x2d, 0xfd, 0xcd, 0x7e, 0x5a, 0x3b, 0xf5, 0xdf, + 0xd2, 0xa9, 0xe1, 0x60, 0x4b, 0x44, 0xf3, 0x97, 0x37, 0xf0, 0x6f, 0x69, 0x19, 0xdf, 0x12, 0x86, + 0x4d, 0x00, 0xae, 0x98, 0x55, 0x37, 0x6f, 0x3b, 0xe8, 0xf2, 0x27, 0x3b, 0xa8, 0x7c, 0xd4, 0xc1, + 0xe1, 0x20, 0xd2, 0xb9, 0x94, 0xb9, 0x4c, 0x87, 0x72, 0x0d, 0x6d, 0xb6, 0xff, 0x7e, 0xa7, 0xd7, + 0x91, 0xe1, 0xb7, 0xf4, 0xc0, 0xa3, 0xbc, 0x1e, 0x3c, 0xf8, 0x13, 0xc2, 0xba, 0xfc, 0x3e, 0xca, + 0x4d, 0x0e, 0x31, 0xfa, 0x92, 0xaa, 0xf7, 0xa3, 0xab, 0xb5, 0x8d, 0xbe, 0xed, 0xf1, 0xc4, 0x7f, + 0x4d, 0xf3, 0xdd, 0x2f, 0x5b, 0x5b, 0x4d, 0xbc, 0x5c, 0xb1, 0xb5, 0x05, 0x6f, 0xca, 0xdf, 0xc3, + 0xa9, 0xfa, 0x96, 0x99, 0x88, 0x59, 0x31, 0x6c, 0x1d, 0x08, 0x11, 0x3b, 0x94, 0xff, 0x5f, 0xca, + 0x93, 0x6c, 0xb3, 0xbb, 0x76, 0xe6, 0xe3, 0xfd, 0x83, 0xf2, 0xff, 0xe5, 0xbc, 0xe6, 0x33, 0xb6, + 0x68, 0x6a, 0x87, 0xf1, 0x41, 0xc7, 0x04, 0x0a, 0xff, 0x2b, 0x49, 0x7e, 0x30, 0x54, 0x2a, 0x69, + 0x26, 0x7e, 0x33, 0x29, 0x61, 0xa2, 0xb3, 0x9e, 0xb5, 0x3e, 0xaa, 0x6d, 0x0c, 0x98, 0x4e, 0x54, + 0xad, 0x00, 0xb2, 0x0f, 0xdb, 0x64, 0x96, 0xf7, 0xbd, 0xfe, 0x62, 0x39, 0x7d, 0x73, 0xd3, 0xdc, + 0x92, 0xb7, 0xc5, 0xcd, 0xcd, 0xee, 0x96, 0xb5, 0x2d, 0xee, 0x8c, 0x3d, 0xd2, 0x45, 0x53, 0x71, + 0x73, 0x24, 0xab, 0xc6, 0x8d, 0x42, 0x5d, 0xfc, 0x37, 0x37, 0x63, 0x09, 0xc4, 0x2c, 0xc6, 0xd6, + 0x86, 0x94, 0xd2, 0xd7, 0xe8, 0xea, 0x91, 0x3e, 0x76, 0x9c, 0xa1, 0xab, 0xe5, 0xc4, 0xfb, 0x47, + 0x02, 0xae, 0x9a, 0x06, 0xb1, 0xd7, 0x53, 0xed, 0xde, 0x0d, 0x23, 0x85, 0x47, 0xcb, 0x91, 0xa2, + 0xdf, 0xd6, 0x4b, 0xe0, 0x64, 0x09, 0x3b, 0x66, 0x4c, 0xc7, 0xba, 0x35, 0xfd, 0x75, 0x0f, 0x1c, + 0x43, 0xcf, 0x38, 0x66, 0x44, 0x02, 0xe7, 0xd2, 0xec, 0x36, 0x9e, 0x7e, 0x7c, 0x0c, 0x39, 0xc9, + 0x5e, 0x13, 0x81, 0x1c, 0xb3, 0xd8, 0x10, 0xc8, 0x0b, 0x4a, 0x6a, 0x1f, 0x0a, 0xf8, 0x61, 0x09, + 0x3f, 0x32, 0xdb, 0xb2, 0xe2, 0x5b, 0x09, 0x57, 0x13, 0xa4, 0xdb, 0x4d, 0x8b, 0x8a, 0xab, 0xfe, + 0x07, 0x28, 0x4d, 0x50, 0x11, 0xdd, 0x18, 0x55, 0x78, 0x79, 0x24, 0x74, 0x86, 0x62, 0x7e, 0x8a, + 0x6e, 0x23, 0x1f, 0x2a, 0xf3, 0x29, 0xf5, 0x93, 0x9d, 0x91, 0x23, 0x9d, 0xd9, 0x23, 0x0e, 0x1c, + 0xa1, 0x2e, 0xc8, 0x61, 0xdd, 0xe8, 0x83, 0x2e, 0x08, 0xf9, 0xf2, 0x72, 0x17, 0x62, 0xa6, 0xc7, + 0x44, 0x01, 0x1c, 0xc8, 0x54, 0x5d, 0xf8, 0x47, 0xf4, 0x0b, 0xcf, 0xc6, 0xbc, 0x7c, 0x3a, 0xef, + 0x9a, 0xb3, 0xc3, 0xd6, 0xea, 0xed, 0x06, 0x3d, 0x5c, 0xad, 0x07, 0x37, 0x9d, 0x34, 0xf7, 0x8a, + 0x12, 0x68, 0x32, 0x78, 0x5b, 0x90, 0xf3, 0x5c, 0x1a, 0xbd, 0x77, 0x2f, 0xd6, 0x32, 0xba, 0xd6, + 0xfa, 0x56, 0x76, 0xa9, 0x21, 0xd4, 0xa5, 0xef, 0x0d, 0x1c, 0x6d, 0x5d, 0x4a, 0xa7, 0xb9, 0x80, + 0x59, 0x49, 0xfe, 0x4d, 0x16, 0x62, 0xae, 0x25, 0xbe, 0xe2, 0x64, 0xb9, 0x48, 0x68, 0xff, 0xfd, + 0xc5, 0xf9, 0xad, 0xf5, 0x2d, 0x36, 0x2d, 0x79, 0x27, 0xd6, 0xae, 0x15, 0xd6, 0xbb, 0x34, 0xf2, + 0x25, 0x5c, 0x0d, 0x3a, 0xf2, 0xcb, 0xef, 0xc5, 0xe6, 0xe6, 0x27, 0x3b, 0x2b, 0xd2, 0x2b, 0xb6, + 0xae, 0x6d, 0xff, 0x7b, 0x2e, 0x28, 0xd9, 0x97, 0x41, 0x1b, 0x83, 0x8e, 0x27, 0xb7, 0xcd, 0xf1, + 0x5f, 0xc8, 0xf2, 0xfc, 0xa2, 0xd1, 0xfb, 0x83, 0x91, 0x7d, 0xd8, 0x3f, 0x19, 0x08, 0xfa, 0x87, + 0x90, 0x16, 0xb6, 0xe7, 0x77, 0xcf, 0xc1, 0x46, 0x9d, 0x5e, 0x55, 0x4a, 0xf1, 0x4b, 0x7d, 0xf7, + 0xe4, 0xcf, 0x50, 0xaf, 0xac, 0x15, 0xbd, 0x52, 0x75, 0x8c, 0x4e, 0xc2, 0x06, 0x78, 0xa3, 0xd1, + 0xa2, 0xe3, 0xe5, 0xbc, 0x91, 0x02, 0xdb, 0x8b, 0xc6, 0xcc, 0xe0, 0xa3, 0xf7, 0x0b, 0xf1, 0x04, + 0xdc, 0xb4, 0x39, 0xd4, 0x80, 0xf1, 0xc1, 0x77, 0x9f, 0xa6, 0x07, 0x35, 0x4a, 0xe3, 0xdb, 0x19, + 0x09, 0xd9, 0x5c, 0xa3, 0xd1, 0x9c, 0x13, 0xac, 0x3f, 0x76, 0x3f, 0xcc, 0x31, 0x62, 0x07, 0x97, + 0x34, 0xde, 0xf3, 0xbf, 0xbe, 0xd5, 0x7c, 0x1c, 0x84, 0xbe, 0x6e, 0x4b, 0xd6, 0x44, 0xd4, 0x84, + 0x12, 0x58, 0x4d, 0xb6, 0xef, 0x5c, 0x98, 0xb2, 0x6f, 0x34, 0xf9, 0x56, 0xf7, 0x8f, 0xa3, 0x89, + 0xfb, 0x1a, 0x43, 0xbb, 0x4c, 0x8e, 0x6d, 0x88, 0xf3, 0x59, 0x14, 0xd6, 0x3f, 0xe6, 0x4e, 0x46, + 0x95, 0x17, 0x28, 0x50, 0x0b, 0x8d, 0x06, 0x3e, 0xef, 0xb0, 0xae, 0x55, 0x80, 0xad, 0x39, 0x19, + 0x74, 0xbd, 0x07, 0x45, 0xd1, 0x8d, 0x48, 0x9d, 0xc6, 0xfc, 0x34, 0x4b, 0x1d, 0x61, 0x17, 0x7e, + 0x93, 0xbf, 0xea, 0x0a, 0xf1, 0xfb, 0x8d, 0x18, 0x6a, 0x5c, 0x07, 0x60, 0xb7, 0x66, 0xc4, 0x3d, + 0x2c, 0x96, 0xb3, 0xec, 0x60, 0x46, 0x3d, 0x06, 0x42, 0x9e, 0x68, 0x09, 0x65, 0x43, 0xae, 0x05, + 0xcb, 0x67, 0x5f, 0xbe, 0x4f, 0xa5, 0xeb, 0xe3, 0x47, 0x7c, 0x30, 0x79, 0x72, 0x02, 0xa6, 0x78, + 0xae, 0x88, 0xfe, 0x39, 0x1d, 0x3a, 0xa6, 0x3b, 0xdf, 0x15, 0x77, 0x52, 0xeb, 0x0e, 0xac, 0x4c, + 0xe5, 0x87, 0xf3, 0xb3, 0x31, 0x57, 0xe5, 0x1a, 0x3e, 0xe0, 0x31, 0x3d, 0xaa, 0xc4, 0xf4, 0x45, + 0xfc, 0xb9, 0x40, 0x18, 0x61, 0x7f, 0x40, 0xe2, 0xd1, 0x42, 0x2e, 0xff, 0x6a, 0x0a, 0x46, 0xf5, + 0x91, 0x2c, 0x25, 0xe5, 0x90, 0x44, 0x0e, 0xcf, 0xe4, 0x3d, 0x5f, 0x47, 0x84, 0x27, 0x50, 0x48, + 0x6c, 0x1b, 0xef, 0x9c, 0xb2, 0x8b, 0xa0, 0x13, 0xe4, 0x12, 0x9e, 0xe2, 0xd1, 0x13, 0xde, 0x71, + 0xe6, 0x75, 0xf8, 0xc1, 0xd2, 0x78, 0x1c, 0x89, 0x9e, 0x0d, 0x2c, 0xbd, 0xfe, 0x4e, 0x1a, 0x53, + 0x75, 0x59, 0x99, 0x5e, 0xf6, 0x52, 0xec, 0x4d, 0xfb, 0x7e, 0x8f, 0xe5, 0xbe, 0x0b, 0xc4, 0x5d, + 0x2d, 0x4a, 0xb4, 0xd4, 0x91, 0x12, 0x1d, 0x9c, 0xa9, 0xcf, 0xa5, 0x4b, 0xb4, 0xd8, 0x08, 0x5e, + 0x72, 0xa7, 0xa9, 0x78, 0xc3, 0x81, 0x66, 0xec, 0xb0, 0xf5, 0xfa, 0x97, 0xba, 0xc8, 0xd6, 0xfc, + 0x8c, 0x3a, 0xc5, 0x0e, 0x7a, 0x06, 0x68, 0x3b, 0x3f, 0x7e, 0xd6, 0x34, 0x90, 0xb6, 0x34, 0x15, + 0x9d, 0x36, 0xc9, 0x1d, 0x7d, 0xc7, 0xad, 0xf8, 0x3d, 0xff, 0xe7, 0x9f, 0xc4, 0x7b, 0x80, 0x78, + 0x27, 0x42, 0x39, 0xfc, 0xf5, 0x8a, 0xf2, 0xe4, 0xb2, 0x9c, 0xe7, 0x59, 0xb9, 0xb9, 0xc9, 0x62, + 0xf4, 0x23, 0xf4, 0x7c, 0x20, 0xc1, 0x8d, 0xbc, 0x10, 0x53, 0x98, 0xc0, 0xb9, 0x0e, 0xf8, 0xc1, + 0xa7, 0xc6, 0xbc, 0x03, 0x41, 0xbf, 0xa1, 0x82, 0xdf, 0x50, 0xfe, 0xe7, 0x0e, 0x88, 0xac, 0x35, + 0x7c, 0xa8, 0x0b, 0xe4, 0x22, 0x50, 0x0a, 0x3d, 0x32, 0x38, 0x5e, 0x0a, 0xb5, 0x95, 0x92, 0x00, + 0x4f, 0x5d, 0x6d, 0x44, 0x7c, 0x4e, 0x44, 0x36, 0x68, 0x80, 0x7e, 0x27, 0x0c, 0x0b, 0x07, 0xf9, + 0xb9, 0x50, 0x3e, 0xfd, 0x4c, 0x57, 0x34, 0x7f, 0x1c, 0xce, 0x27, 0x1f, 0xc9, 0x8a, 0xe6, 0xf7, + 0xa2, 0xf9, 0xc5, 0x3a, 0xba, 0xb8, 0x38, 0xe9, 0x46, 0x1f, 0xef, 0x6d, 0x22, 0x9b, 0x07, 0xa2, + 0x45, 0xdf, 0xac, 0x23, 0x67, 0xa8, 0xa5, 0xf0, 0x33, 0x84, 0xbc, 0xc2, 0xeb, 0x3c, 0x0a, 0x0f, + 0x07, 0x8f, 0x80, 0x25, 0x72, 0x6c, 0x4e, 0xb7, 0x25, 0xef, 0x13, 0x7f, 0xe1, 0x5d, 0x29, 0xc1, + 0xa3, 0xd2, 0xf7, 0x95, 0xa6, 0x6e, 0xd5, 0xbe, 0x87, 0xad, 0xfb, 0x16, 0x71, 0x58, 0x15, 0x7f, + 0xc6, 0xc9, 0x93, 0x78, 0x34, 0xba, 0x65, 0x3d, 0x02, 0xfd, 0x21, 0xf0, 0xfe, 0xda, 0xff, 0xe9, + 0xdd, 0x19, 0x07, 0xb2, 0xf3, 0x17, 0x0a, 0xd2, 0x28, 0xa9, 0x82, 0x9c, 0x24, 0x79, 0x60, 0xae, + 0xc3, 0x38, 0xcb, 0xa3, 0x1b, 0x2a, 0x8f, 0xcd, 0x90, 0x31, 0x5e, 0x79, 0xc9, 0xbf, 0xe2, 0x1f, + 0xd0, 0x33, 0xc9, 0x01, 0x9d, 0x2b, 0x7d, 0xff, 0x63, 0x0e, 0x50, 0xa1, 0xec, 0x15, 0x24, 0xb6, + 0x6c, 0x3b, 0x45, 0xbc, 0x6c, 0x7d, 0x0f, 0xbb, 0x5f, 0x9e, 0xbf, 0xa9, 0xf7, 0x31, 0xcd, 0x64, + 0x9f, 0x53, 0x4b, 0x91, 0x2d, 0x69, 0xe2, 0x42, 0x49, 0x79, 0x4b, 0x2a, 0xe1, 0xce, 0x2e, 0xfb, + 0xd5, 0x85, 0xc4, 0x64, 0x88, 0xd3, 0x25, 0x57, 0x0f, 0xfb, 0xfd, 0x32, 0x4a, 0x70, 0x14, 0xaf, + 0x00, 0x0d, 0x46, 0xaa, 0xa7, 0xd8, 0x8c, 0xdf, 0x79, 0x7a, 0x6b, 0xde, 0x8d, 0x42, 0xd5, 0x88, + 0x0d, 0xc0, 0x8f, 0x00, 0xa6, 0xca, 0x5c, 0xf8, 0x94, 0x3e, 0x5a, 0x8c, 0xba, 0xc5, 0x86, 0xa3, + 0x69, 0x06, 0x57, 0x13, 0x83, 0x34, 0x5c, 0x92, 0xe8, 0x94, 0xea, 0x78, 0xd7, 0xa8, 0xdc, 0x6d, + 0xac, 0xc6, 0x90, 0x3d, 0xab, 0x2e, 0x36, 0xfc, 0xa5, 0x82, 0xee, 0x64, 0x80, 0xfb, 0x06, 0x99, + 0x85, 0x28, 0x5b, 0x20, 0x53, 0xef, 0xe6, 0xa3, 0x0f, 0x21, 0x68, 0x54, 0x9c, 0x77, 0xc7, 0xd5, + 0xf5, 0x88, 0xa5, 0x43, 0x16, 0xea, 0xca, 0x77, 0x0f, 0x1e, 0x70, 0xf8, 0x34, 0x37, 0xa7, 0xbb, + 0x8a, 0xd6, 0x70, 0x3c, 0xe6, 0x20, 0xf1, 0x06, 0xaf, 0xf2, 0x16, 0x08, 0x0e, 0xf5, 0x25, 0xf6, + 0xa3, 0x71, 0x9c, 0xd5, 0x08, 0xb9, 0x63, 0xa0, 0x9b, 0x6c, 0x16, 0x1a, 0xfb, 0x03, 0xaf, 0x8e, + 0xf3, 0xd4, 0x55, 0x96, 0x37, 0x1a, 0x18, 0x3f, 0x83, 0x57, 0x1b, 0x18, 0x1c, 0xa3, 0x4e, 0x18, + 0x3e, 0x00, 0x62, 0x2d, 0x64, 0x39, 0x9c, 0x84, 0x7d, 0x73, 0xdd, 0xb0, 0xc8, 0x77, 0x98, 0x53, + 0xe8, 0x0f, 0xb0, 0x9c, 0xa6, 0x2e, 0xa7, 0x11, 0x50, 0xee, 0xd4, 0x61, 0x43, 0x5b, 0xa2, 0xeb, + 0x2c, 0x46, 0xaf, 0xff, 0xda, 0x54, 0xea, 0x51, 0x35, 0xd9, 0x52, 0xf4, 0xba, 0x14, 0x72, 0x5e, + 0x40, 0x7e, 0xe8, 0x4d, 0x99, 0x85, 0xcd, 0x25, 0x67, 0xf5, 0xb1, 0xd5, 0xe4, 0xac, 0x0e, 0xb7, + 0xf8, 0x02, 0x33, 0xd1, 0xb0, 0x00, 0xc7, 0x11, 0x04, 0x28, 0x59, 0x0f, 0x9b, 0x04, 0x05, 0x78, + 0xfd, 0x97, 0x38, 0x02, 0xbb, 0x91, 0xcd, 0x24, 0x0c, 0x6a, 0x66, 0xe0, 0x1f, 0x75, 0xc1, 0x61, + 0x10, 0xb5, 0xc5, 0x3f, 0x7f, 0x71, 0x0b, 0xf7, 0xa2, 0x65, 0xe8, 0xbb, 0xd3, 0xcc, 0xca, 0x0f, + 0x4f, 0x63, 0xf4, 0x8e, 0x17, 0x43, 0x25, 0x37, 0xf4, 0xeb, 0xbf, 0xa2, 0xc4, 0xb6, 0xbc, 0x54, + 0xc9, 0x65, 0x4e, 0x60, 0x41, 0xb8, 0xb3, 0xf0, 0x52, 0xe4, 0x56, 0x67, 0x6c, 0x89, 0x52, 0xd1, + 0x00, 0x0f, 0x6b, 0x48, 0x90, 0x64, 0xd7, 0x5c, 0x46, 0x4e, 0xca, 0x50, 0xc2, 0xc7, 0x3b, 0x9d, + 0x78, 0xa6, 0x11, 0xf2, 0x20, 0x23, 0x79, 0x20, 0x1d, 0xa0, 0x69, 0x46, 0x4a, 0x7f, 0x63, 0xbf, + 0x2d, 0x0c, 0xbd, 0x45, 0xa5, 0x7d, 0x50, 0xda, 0x17, 0x24, 0x8e, 0x1b, 0x97, 0x70, 0xd0, 0x92, + 0xfc, 0xf9, 0xcd, 0xe4, 0x23, 0x8b, 0x04, 0x53, 0x39, 0xa9, 0x1e, 0x32, 0x0f, 0x60, 0xbf, 0x70, + 0xbb, 0xc4, 0x67, 0x65, 0xc1, 0x2e, 0x9f, 0xb0, 0x90, 0x0a, 0xcb, 0x0a, 0xd8, 0xaa, 0x6f, 0x7c, + 0x2e, 0x6b, 0x70, 0xc1, 0x67, 0x3e, 0xe9, 0x61, 0x17, 0xde, 0x6d, 0xf5, 0x8e, 0xad, 0x02, 0x7d, + 0xce, 0x57, 0x4f, 0x7c, 0xc5, 0x0e, 0x95, 0x9d, 0x40, 0x1b, 0xf1, 0x27, 0xaa, 0x83, 0xe3, 0x40, + 0x6e, 0x60, 0x4f, 0x54, 0xf7, 0x3a, 0x5e, 0x17, 0xa3, 0x7e, 0xe4, 0x73, 0x35, 0x77, 0xc9, 0xef, + 0xb7, 0xaf, 0xf2, 0x39, 0xb6, 0x4e, 0x53, 0xf3, 0x91, 0xd4, 0xad, 0xb6, 0x9f, 0x51, 0x88, 0x65, + 0xe4, 0xbd, 0x8c, 0x62, 0x34, 0xa3, 0xe5, 0x65, 0x54, 0xc2, 0x0d, 0x54, 0x72, 0xa5, 0x12, 0xeb, + 0x52, 0x1e, 0xbb, 0x13, 0xba, 0xfb, 0xd8, 0xd1, 0x23, 0x17, 0x28, 0x59, 0x0c, 0x43, 0x42, 0xae, + 0x3c, 0x61, 0xfa, 0x0e, 0x48, 0x25, 0x66, 0x8d, 0x3e, 0x2f, 0x6f, 0x57, 0x34, 0x46, 0x36, 0x09, + 0xb1, 0x49, 0x59, 0x0d, 0x10, 0x9d, 0x8e, 0x7f, 0x40, 0x16, 0x41, 0xde, 0x01, 0xf2, 0x12, 0x96, + 0xe0, 0x7c, 0x5d, 0x09, 0x3d, 0x92, 0xdc, 0xc4, 0xdf, 0x90, 0xb6, 0x3c, 0x30, 0x84, 0x9f, 0x4a, + 0x34, 0x55, 0x0f, 0x9c, 0x2b, 0x7f, 0x25, 0xdd, 0x71, 0xf3, 0x6f, 0x57, 0xc0, 0x76, 0x6e, 0x2e, + 0x22, 0x9f, 0x7d, 0x75, 0xc3, 0xb9, 0xb8, 0xf7, 0x53, 0xbf, 0xb9, 0x37, 0x67, 0xdc, 0x92, 0xdf, + 0xe8, 0x25, 0x0b, 0x8a, 0x14, 0x89, 0x0b, 0x5d, 0xb4, 0xe0, 0x7f, 0x41, 0x32, 0x99, 0x4a, 0x89, + 0x84, 0xa4, 0x81, 0x3c, 0x74, 0xb9, 0x54, 0xa9, 0x90, 0x2d, 0xa1, 0x87, 0xe0, 0x0e, 0x7b, 0x91, + 0x6d, 0xb2, 0x35, 0xf2, 0xbc, 0x40, 0x8d, 0xf6, 0x17, 0xec, 0xc6, 0xe9, 0xf4, 0x02, 0x86, 0x27, + 0x77, 0xbf, 0x0b, 0x3b, 0x36, 0x08, 0x12, 0x91, 0xd0, 0xf7, 0x78, 0xe9, 0x0f, 0xf8, 0x3d, 0xda, + 0x81, 0xe4, 0x0c, 0x5b, 0x13, 0x88, 0xb3, 0x53, 0x0a, 0x8b, 0x5d, 0x18, 0x8c, 0x81, 0x97, 0x13, + 0x83, 0x38, 0xe8, 0x4c, 0x0f, 0x39, 0x45, 0x06, 0xa5, 0x34, 0x94, 0xf8, 0x7d, 0xe3, 0x51, 0xc8, + 0xed, 0xad, 0x45, 0xbd, 0xf5, 0xfc, 0x3a, 0x35, 0x74, 0x7e, 0x23, 0xe8, 0x5a, 0x90, 0x82, 0x3a, + 0x39, 0xad, 0x8a, 0x79, 0xba, 0xe9, 0x91, 0x2d, 0xd7, 0x8e, 0xde, 0x38, 0x72, 0xa3, 0xa0, 0x7f, + 0xf2, 0xaa, 0x11, 0x8d, 0x22, 0xff, 0x99, 0x9b, 0x46, 0xfe, 0xa5, 0xd8, 0x91, 0x26, 0x93, 0x60, + 0xd7, 0xd8, 0x18, 0x83, 0xad, 0x31, 0xb8, 0x77, 0xd3, 0xf8, 0x04, 0x89, 0x57, 0x90, 0x92, 0x3e, + 0x83, 0xc1, 0x47, 0x09, 0xd2, 0xf3, 0x84, 0xe3, 0x95, 0x0f, 0xae, 0x5f, 0x2d, 0x05, 0xd8, 0x20, + 0x8a, 0x3a, 0xdd, 0xb7, 0x69, 0x24, 0x11, 0xc5, 0xdd, 0x95, 0xeb, 0xbe, 0xef, 0x9e, 0x84, 0x18, + 0xc6, 0x76, 0x3e, 0xeb, 0xfb, 0x87, 0xf7, 0x59, 0x70, 0x2d, 0x80, 0x98, 0xbc, 0x32, 0x50, 0xa8, + 0x43, 0x3c, 0x09, 0xbd, 0x70, 0x18, 0xf7, 0xc8, 0xea, 0x48, 0x68, 0xc7, 0x3e, 0xcb, 0x79, 0x4b, + 0x4b, 0xc9, 0x0c, 0x24, 0xbb, 0xe9, 0x38, 0x96, 0x0a, 0x04, 0x09, 0xb9, 0x43, 0x69, 0xca, 0x72, + 0xb0, 0x3c, 0x25, 0x2f, 0x89, 0xf8, 0x87, 0x53, 0xfd, 0xb2, 0x06, 0x5b, 0xa7, 0x17, 0xdd, 0x20, + 0xec, 0x36, 0x49, 0x32, 0xb3, 0x36, 0x57, 0xd7, 0xbf, 0x93, 0x4b, 0xf5, 0xb0, 0x88, 0x72, 0x54, + 0x4a, 0xd0, 0x96, 0x23, 0x7f, 0x56, 0x69, 0xe0, 0x4f, 0x1a, 0x34, 0xa3, 0xd3, 0xe7, 0x08, 0xfd, + 0xfc, 0xd3, 0x4b, 0xe8, 0x6e, 0x95, 0xdc, 0x14, 0xee, 0x57, 0x7d, 0x55, 0xf8, 0x29, 0x6d, 0x41, + 0x2d, 0x24, 0x11, 0xb4, 0xad, 0xc2, 0xa0, 0x1f, 0x2f, 0x8a, 0x7e, 0xee, 0x8d, 0x22, 0x4e, 0x72, + 0x05, 0x7e, 0x5f, 0x22, 0xf4, 0x14, 0xe8, 0x20, 0xbc, 0x62, 0x28, 0x62, 0x0a, 0x09, 0x8f, 0x98, + 0xa1, 0x9f, 0x41, 0xf8, 0xab, 0x4d, 0x26, 0x85, 0x2f, 0x09, 0x7d, 0x8f, 0xce, 0x0d, 0xcc, 0x11, + 0x23, 0x1c, 0x34, 0xf7, 0x84, 0x62, 0x62, 0x51, 0x4b, 0x87, 0x82, 0xc6, 0x10, 0x8f, 0x7e, 0x62, + 0x31, 0x29, 0x62, 0xa5, 0xdc, 0x51, 0x81, 0xfe, 0x95, 0x58, 0x22, 0x30, 0x97, 0x2c, 0x1f, 0x26, + 0x39, 0x35, 0x12, 0xc9, 0xc2, 0xde, 0xf2, 0x8c, 0x5c, 0x11, 0xd0, 0x4f, 0xbf, 0x50, 0x2a, 0x8b, + 0xc0, 0xc2, 0x24, 0xa3, 0x11, 0xeb, 0x00, 0x08, 0x3e, 0xb1, 0x06, 0x41, 0x00, 0x0c, 0xa7, 0x18, + 0x3d, 0x48, 0xea, 0x52, 0x49, 0x6b, 0xf8, 0xda, 0x7e, 0x3a, 0x02, 0x3e, 0x24, 0x07, 0xaf, 0x7b, + 0x34, 0x8e, 0x9b, 0x6a, 0x9f, 0x73, 0x48, 0xeb, 0xdb, 0x0d, 0x62, 0xd1, 0xe5, 0x48, 0xac, 0x2c, + 0xf7, 0x32, 0xb0, 0xc0, 0x6b, 0x48, 0xa1, 0xf4, 0x57, 0xd5, 0x31, 0x22, 0x2c, 0x9d, 0x5d, 0x9a, + 0x2d, 0x82, 0xe2, 0x85, 0xd9, 0xe4, 0x97, 0x66, 0x1b, 0xe4, 0x81, 0x40, 0xc2, 0x67, 0xc8, 0xf4, + 0x8c, 0x45, 0x5b, 0x22, 0xaf, 0x06, 0x99, 0x69, 0xf2, 0x16, 0xca, 0xe6, 0xbb, 0x9b, 0x9b, 0xdd, + 0x15, 0x37, 0x16, 0xe4, 0xcd, 0x4d, 0x79, 0x45, 0x16, 0x08, 0x77, 0xd6, 0x4a, 0xc3, 0x05, 0x15, + 0x3e, 0x63, 0x80, 0xa3, 0x45, 0xe2, 0xb0, 0x63, 0xb9, 0x31, 0xf0, 0xa1, 0x96, 0xc9, 0xcc, 0x85, + 0xa4, 0x52, 0xcd, 0xa3, 0x87, 0x90, 0x38, 0x2a, 0xad, 0xa4, 0x00, 0x03, 0x28, 0xa0, 0xae, 0xff, + 0xd1, 0x50, 0xb7, 0x0c, 0x02, 0xc8, 0x8c, 0x4c, 0x1c, 0x5a, 0xe6, 0x7f, 0x51, 0x0b, 0xe0, 0x96, + 0x83, 0x07, 0x02, 0x50, 0x0c, 0x6d, 0x5c, 0xe6, 0xe6, 0xa6, 0xb9, 0x7a, 0xb0, 0xa1, 0xe0, 0x7d, + 0xbe, 0xe6, 0x1a, 0xd5, 0x95, 0x7e, 0x11, 0x5d, 0xe9, 0x47, 0x48, 0x60, 0x0c, 0x22, 0xf1, 0x2f, + 0xd8, 0x9f, 0xb4, 0x49, 0x87, 0x6a, 0x5a, 0xf6, 0x0a, 0x4d, 0x8b, 0x08, 0x59, 0xee, 0xee, 0x73, + 0xab, 0x4c, 0x1d, 0x5e, 0x8f, 0x74, 0x9d, 0x38, 0xd8, 0x01, 0x20, 0x9d, 0x04, 0xd5, 0xf3, 0xad, + 0x23, 0xff, 0xf3, 0xbf, 0xff, 0xdf, 0x68, 0x1c, 0xd9, 0xd1, 0x57, 0x76, 0xbf, 0xa6, 0x27, 0xe3, + 0x19, 0x74, 0x35, 0xa2, 0x8d, 0x98, 0x78, 0x55, 0x71, 0x05, 0x11, 0x84, 0x3b, 0xe0, 0x98, 0xbf, + 0x22, 0x76, 0x54, 0xc2, 0xce, 0xcc, 0x06, 0xeb, 0xc6, 0xac, 0xe0, 0x88, 0xf1, 0x46, 0xdf, 0x16, + 0x77, 0xcc, 0x06, 0xc6, 0x74, 0x01, 0xc1, 0xc9, 0x66, 0x6b, 0xe8, 0x8e, 0x85, 0xf0, 0x1b, 0xac, + 0x48, 0xdc, 0x16, 0x60, 0x75, 0xc2, 0x56, 0xf2, 0x25, 0x32, 0xb2, 0xbe, 0x05, 0x90, 0x29, 0x67, + 0xef, 0x27, 0x2f, 0x79, 0x52, 0xc2, 0x23, 0x83, 0xd1, 0x0a, 0xc6, 0x61, 0x76, 0xfd, 0x32, 0x68, + 0x30, 0x41, 0xaf, 0xeb, 0x7e, 0xc3, 0xbd, 0x42, 0xd3, 0xa3, 0xec, 0xbf, 0xab, 0xc0, 0x8e, 0xa6, + 0x67, 0x53, 0xfd, 0xf4, 0x08, 0x14, 0x42, 0x37, 0xd8, 0x77, 0x8f, 0x58, 0x8b, 0xb7, 0xc5, 0x3f, + 0xff, 0x1c, 0x6d, 0x0b, 0xf8, 0x6c, 0x82, 0x44, 0xc1, 0x80, 0x00, 0xdf, 0x5b, 0x30, 0x63, 0xd5, + 0x72, 0x46, 0x92, 0xc6, 0x81, 0x9a, 0x42, 0xac, 0xbf, 0xde, 0x5a, 0xa6, 0xa5, 0x58, 0xe6, 0x07, + 0xde, 0x3c, 0x33, 0x7f, 0xc6, 0x30, 0x05, 0x74, 0x18, 0x89, 0x7e, 0x62, 0xc6, 0x39, 0x24, 0xde, + 0x3d, 0xa3, 0xaa, 0x5b, 0x5d, 0xf1, 0xc2, 0x56, 0xe1, 0x2d, 0x35, 0x96, 0x8b, 0x5a, 0x22, 0x14, + 0x2e, 0x31, 0x26, 0x90, 0xe7, 0xeb, 0xc5, 0x85, 0x6a, 0xe3, 0xb5, 0xda, 0xdf, 0xad, 0x0d, 0xf3, + 0x15, 0xf9, 0x1c, 0x04, 0xde, 0x0b, 0x8e, 0xc6, 0x8e, 0x89, 0x64, 0x2f, 0x0c, 0x20, 0x3f, 0xd8, + 0xb9, 0x9d, 0x38, 0xb1, 0x04, 0x20, 0xf9, 0xd4, 0xaa, 0xba, 0x6f, 0x5a, 0xe7, 0x17, 0x89, 0x37, + 0xb6, 0xba, 0xf2, 0x22, 0x8e, 0x26, 0xbc, 0xf1, 0x3c, 0xa7, 0x71, 0x14, 0x88, 0xd8, 0x79, 0x65, + 0x4c, 0x14, 0xcb, 0x33, 0x91, 0xe2, 0x5e, 0xd5, 0xc0, 0x2f, 0x6e, 0xec, 0x78, 0xe1, 0xb9, 0x30, + 0x5c, 0x50, 0xa8, 0xf4, 0x85, 0x16, 0x29, 0xaa, 0x6b, 0xcd, 0x55, 0x25, 0xdb, 0x33, 0xbd, 0x1b, + 0x29, 0xeb, 0x7d, 0x9c, 0x23, 0x52, 0x01, 0x37, 0x3b, 0x57, 0x02, 0x74, 0x8f, 0x32, 0xda, 0xfe, + 0x1a, 0x5f, 0x4a, 0x72, 0xad, 0x41, 0xa9, 0xd0, 0x37, 0x38, 0x96, 0x0f, 0x40, 0xdc, 0xbd, 0x74, + 0xd7, 0x52, 0x61, 0x35, 0xae, 0xca, 0xa5, 0xdf, 0x43, 0x5f, 0x9d, 0x1f, 0x7c, 0x77, 0x7b, 0x75, + 0x99, 0x96, 0xb8, 0x2e, 0x33, 0xb7, 0x2e, 0x33, 0x8f, 0x99, 0x5e, 0xb0, 0xf6, 0xd4, 0x8a, 0x52, + 0x37, 0x6b, 0x20, 0x1c, 0xae, 0xc9, 0xdb, 0x25, 0xd7, 0x9e, 0x83, 0x48, 0xec, 0x2b, 0x8a, 0x3d, + 0xb0, 0xde, 0xf1, 0xd0, 0x04, 0xef, 0x12, 0x2c, 0x9d, 0x71, 0x78, 0x00, 0xe2, 0x27, 0x1c, 0xb4, + 0x4a, 0x47, 0xd2, 0x92, 0x6a, 0xb4, 0x5a, 0xb7, 0xb1, 0xf2, 0xa1, 0x68, 0xe8, 0xa1, 0x20, 0xd4, + 0xd4, 0x20, 0x37, 0x50, 0xa6, 0x93, 0x25, 0x28, 0x0a, 0x46, 0xdf, 0x4e, 0x6c, 0x94, 0x7e, 0x19, + 0x24, 0xa9, 0x59, 0x82, 0x47, 0x10, 0xc2, 0x48, 0x81, 0xc4, 0xba, 0x83, 0x55, 0x63, 0xa4, 0xf1, + 0xf2, 0xd7, 0xd6, 0xb5, 0xff, 0x8d, 0xba, 0xe3, 0x35, 0x75, 0x13, 0x2b, 0xbc, 0xae, 0x6f, 0x2c, + 0x11, 0xc7, 0xb4, 0xa6, 0xd5, 0xef, 0xac, 0xad, 0xab, 0x60, 0xe4, 0xef, 0xc4, 0x9a, 0x6f, 0x5d, + 0x7b, 0x6b, 0xb2, 0xa6, 0x1e, 0xf9, 0x02, 0x4b, 0xbc, 0x66, 0xe8, 0xc2, 0xaf, 0xfb, 0x48, 0x62, + 0xeb, 0x59, 0x76, 0x6a, 0x49, 0x76, 0x8d, 0xaf, 0xdf, 0x48, 0x34, 0xad, 0xc0, 0x2c, 0xcb, 0x2f, + 0x6f, 0xe2, 0xbf, 0x68, 0x78, 0x44, 0x6a, 0x8c, 0xf1, 0x6c, 0xc4, 0x3f, 0x7f, 0xf8, 0x96, 0x1a, + 0x85, 0xca, 0x01, 0x36, 0xd9, 0xbe, 0xc3, 0x67, 0xa7, 0xd4, 0x6a, 0xb7, 0x2c, 0x13, 0x84, 0x18, + 0x35, 0x7e, 0xef, 0x63, 0x2d, 0x2b, 0xe7, 0x9d, 0x0f, 0x05, 0x12, 0xda, 0x3e, 0x32, 0xe0, 0xcf, + 0x95, 0x5c, 0xcd, 0xa7, 0x43, 0xa2, 0x75, 0xdc, 0xce, 0x88, 0xd7, 0x45, 0x51, 0xac, 0x52, 0xbe, + 0x97, 0x38, 0x2d, 0xaa, 0x3f, 0xc4, 0xe4, 0x3f, 0x65, 0x3b, 0xb7, 0xb9, 0x49, 0x62, 0x09, 0xac, + 0x2c, 0x52, 0x24, 0xa7, 0x1e, 0x68, 0x3d, 0x5d, 0x2f, 0x87, 0x32, 0x91, 0xeb, 0x68, 0x1a, 0xc7, + 0x8a, 0xc4, 0x62, 0xe3, 0x59, 0x2b, 0xb1, 0x24, 0x92, 0xc6, 0x07, 0x07, 0x6b, 0xcb, 0x2c, 0x3d, + 0x1c, 0x00, 0xcb, 0x93, 0xfb, 0x78, 0x54, 0x7b, 0xd7, 0x4c, 0x7c, 0x6f, 0x1a, 0x9e, 0xf3, 0xb8, + 0x10, 0x88, 0xe7, 0xba, 0xce, 0xd2, 0xe4, 0xdb, 0x4b, 0x20, 0x23, 0x93, 0xef, 0x52, 0xcc, 0xba, + 0xd9, 0xf7, 0xa2, 0x2c, 0xd2, 0x6f, 0xbb, 0xd1, 0x80, 0x28, 0xfe, 0xd5, 0xe1, 0xbf, 0x20, 0xa9, + 0xea, 0xdc, 0x5c, 0x5f, 0xb3, 0xc9, 0xe3, 0x6d, 0x7a, 0x72, 0xfc, 0x78, 0x25, 0x59, 0x30, 0x6a, + 0x07, 0x57, 0x52, 0x00, 0xc5, 0xd3, 0xa1, 0xf5, 0xcf, 0x49, 0xb9, 0xc1, 0x6d, 0x38, 0xd7, 0x53, + 0x61, 0x39, 0xf0, 0xa8, 0xac, 0x8e, 0x7f, 0xc4, 0x6f, 0x9a, 0x78, 0xa1, 0x47, 0xa9, 0xc1, 0x9e, + 0xcc, 0xbc, 0xc4, 0x69, 0xcb, 0x72, 0xb1, 0xb2, 0x5a, 0x2e, 0x5e, 0x41, 0x12, 0xf5, 0xdf, 0xe9, + 0x91, 0x77, 0x8f, 0xe2, 0xc3, 0xee, 0xfc, 0x5f, 0xff, 0x0f, 0x76, 0x07, 0xc8, 0x39, 0x48, 0xfb, + 0x1f, 0xff, 0xef, 0xee, 0x52, 0x17, 0x43, 0xfd, 0xa8, 0xad, 0xee, 0x7a, 0x48, 0x52, 0x72, 0x59, + 0xe0, 0x0d, 0x46, 0xd3, 0xa2, 0xc6, 0x47, 0xca, 0x61, 0xc9, 0x77, 0xf0, 0x96, 0x2f, 0xfe, 0x7b, + 0xf7, 0xf3, 0xc9, 0x49, 0x38, 0x6c, 0x6f, 0xb8, 0x30, 0x5c, 0x8f, 0x77, 0xe8, 0x09, 0x4b, 0x0a, + 0xa2, 0xed, 0xe8, 0x29, 0x25, 0x98, 0x53, 0x8e, 0x5c, 0x2a, 0xf6, 0x53, 0xf0, 0x3b, 0x7c, 0x1c, + 0xeb, 0x93, 0xac, 0xa6, 0x9a, 0x3b, 0xe4, 0x2f, 0x06, 0x75, 0xf4, 0x0f, 0x40, 0xd1, 0xa1, 0xc2, + 0x06, 0xc9, 0xb8, 0x67, 0x19, 0x43, 0x86, 0x4d, 0xdb, 0xee, 0xc6, 0xad, 0x45, 0xaf, 0x90, 0xfe, + 0xa2, 0x5f, 0x35, 0x24, 0x1f, 0x83, 0x53, 0x54, 0x12, 0x2a, 0x0c, 0x7b, 0x41, 0x1c, 0xb2, 0xb4, + 0xe1, 0x82, 0x58, 0xde, 0xd1, 0xd0, 0xec, 0x9a, 0xe5, 0x82, 0xcf, 0xbb, 0x2d, 0x6f, 0xc1, 0x74, + 0x3c, 0x64, 0x30, 0x31, 0xbe, 0x1f, 0x8a, 0x68, 0x37, 0x34, 0xaf, 0x28, 0x72, 0xd0, 0x28, 0x41, + 0x0e, 0x0b, 0x75, 0x2f, 0xae, 0x96, 0x1f, 0xeb, 0xa6, 0x4e, 0xe7, 0x0e, 0x86, 0x46, 0xf2, 0x61, + 0x99, 0x4a, 0x56, 0x0b, 0x3f, 0x67, 0x46, 0x42, 0x15, 0x03, 0x87, 0x4e, 0x48, 0xae, 0x4f, 0x1b, + 0xf6, 0x76, 0xa1, 0xbc, 0xb9, 0x69, 0x7f, 0x2f, 0x56, 0xfe, 0xfc, 0xd3, 0xde, 0x2e, 0x15, 0xf0, + 0xb9, 0x2a, 0xe2, 0x73, 0xb5, 0x84, 0xcf, 0x62, 0x2e, 0x8f, 0x2f, 0xb9, 0x62, 0x71, 0x87, 0x6d, + 0x40, 0xd7, 0xb6, 0x59, 0x7e, 0xd6, 0xd0, 0x49, 0x25, 0x9d, 0x54, 0xd2, 0x49, 0x25, 0x9d, 0x54, + 0xd2, 0x49, 0x25, 0x9d, 0x56, 0xd2, 0xc3, 0x95, 0xdc, 0x68, 0x81, 0xa9, 0x14, 0xe9, 0x9d, 0x17, + 0x99, 0x70, 0x87, 0xfd, 0xce, 0xd6, 0xa6, 0x5c, 0xda, 0x1d, 0x52, 0xcc, 0x66, 0x4c, 0x0e, 0xc0, + 0xa2, 0x65, 0x67, 0x5c, 0x9a, 0x8e, 0x83, 0xc6, 0x0b, 0x13, 0xf8, 0xb9, 0x4e, 0x0f, 0xa8, 0x6b, + 0x5f, 0x84, 0xb0, 0x09, 0x70, 0x28, 0xbd, 0x2a, 0x0f, 0x6d, 0xe0, 0x81, 0x13, 0xfb, 0xcf, 0x3f, + 0xfd, 0x8f, 0x96, 0x4c, 0xec, 0xef, 0xc2, 0x9f, 0x7f, 0xa6, 0x52, 0x13, 0x9b, 0x04, 0x83, 0x7f, + 0x50, 0x3a, 0x6d, 0xc0, 0xb7, 0xe2, 0xa4, 0x52, 0x6e, 0x90, 0xfa, 0x35, 0x81, 0xc2, 0x77, 0xd8, + 0x89, 0x0d, 0x0a, 0x21, 0xfc, 0x45, 0x13, 0x29, 0x31, 0x99, 0x12, 0x0b, 0x2a, 0xb5, 0x9b, 0xc6, + 0x6b, 0x0d, 0x0c, 0xdb, 0x21, 0xb6, 0xda, 0x34, 0x9b, 0xc5, 0x1a, 0x5c, 0xa6, 0xa3, 0xea, 0x92, + 0x35, 0xbb, 0x25, 0xa7, 0x20, 0x24, 0xc8, 0x75, 0x67, 0x04, 0x3c, 0xc8, 0x62, 0xf9, 0x89, 0x9d, + 0xc1, 0xcb, 0xcd, 0xb6, 0x8d, 0x46, 0x36, 0xb4, 0x6c, 0xe2, 0x1c, 0xbb, 0x5f, 0xe6, 0xf1, 0x8d, + 0xbf, 0xb0, 0x1e, 0xc9, 0x99, 0xdd, 0x2e, 0xa9, 0xe4, 0x47, 0x69, 0x0f, 0x87, 0xfd, 0x26, 0x15, + 0x38, 0x7a, 0xfc, 0x48, 0xae, 0x70, 0x73, 0xf3, 0x48, 0xfc, 0xd6, 0x50, 0xd0, 0x25, 0x8e, 0x0f, + 0xbd, 0xd0, 0x28, 0xf2, 0xa1, 0xcf, 0xe8, 0x79, 0x71, 0xf2, 0xf9, 0xb8, 0x75, 0xd6, 0x0b, 0xfa, + 0xfc, 0xd9, 0xd0, 0xbc, 0x9a, 0xbf, 0xda, 0x9c, 0x0c, 0xb9, 0xcc, 0x6c, 0xef, 0xa4, 0x82, 0xd0, + 0x23, 0x36, 0x17, 0x51, 0x49, 0xe8, 0x57, 0x06, 0x37, 0x37, 0x23, 0xa1, 0x26, 0x6c, 0x8e, 0xab, + 0x85, 0x2e, 0x43, 0x7b, 0xa2, 0x06, 0x09, 0x9d, 0xb7, 0xe3, 0xfe, 0xd6, 0x9c, 0x7a, 0x84, 0x89, + 0xd8, 0xbc, 0x8e, 0x11, 0xaf, 0x25, 0xb9, 0x4d, 0x62, 0x7b, 0xe8, 0xc0, 0x6d, 0x16, 0x14, 0xc9, + 0xe4, 0x33, 0xa7, 0x04, 0xc5, 0xbf, 0x1d, 0x62, 0x98, 0x0f, 0xc5, 0x55, 0xa1, 0xb4, 0xc5, 0x8b, + 0x45, 0x34, 0x56, 0x4f, 0x68, 0x14, 0x7e, 0xb7, 0x05, 0x0c, 0xab, 0x4c, 0x1a, 0xb0, 0x94, 0x37, + 0xfb, 0x4c, 0xe9, 0x4b, 0x5a, 0x23, 0x4a, 0x97, 0x41, 0xbf, 0xbc, 0x88, 0xc7, 0x64, 0x45, 0xbb, + 0x8b, 0x99, 0x1e, 0xd2, 0x2a, 0x19, 0x7b, 0xd4, 0xed, 0x02, 0x41, 0x78, 0xa9, 0x42, 0x9d, 0x7c, + 0x99, 0x11, 0x9d, 0x39, 0xf9, 0xb8, 0xde, 0xe5, 0x1a, 0xdc, 0x14, 0xbc, 0x0f, 0x4c, 0x3e, 0xdc, + 0xa8, 0x64, 0x74, 0x0d, 0x0b, 0xd2, 0xaf, 0x2c, 0x92, 0x37, 0x79, 0x64, 0xb9, 0xdf, 0x5a, 0x24, + 0xaf, 0x0e, 0x2d, 0x7a, 0x20, 0x61, 0x8c, 0x67, 0x4c, 0xe8, 0xc1, 0x53, 0xf0, 0x41, 0x47, 0x25, + 0x33, 0x92, 0x4d, 0xbc, 0xfd, 0xa4, 0xcb, 0xb1, 0xaf, 0x2d, 0x82, 0xf8, 0xad, 0x11, 0x7e, 0x0f, + 0x2b, 0x05, 0x9f, 0xf1, 0xe3, 0x88, 0x2e, 0x73, 0x26, 0x9f, 0x68, 0xa5, 0x9d, 0x73, 0x1c, 0xbf, + 0x57, 0x8e, 0x95, 0x15, 0x05, 0x3e, 0xe1, 0xba, 0xbb, 0x4b, 0x16, 0x02, 0xb0, 0x25, 0xc1, 0xfd, + 0x94, 0x96, 0xaf, 0x05, 0x35, 0xfc, 0x2f, 0x45, 0xc6, 0xfc, 0x7f, 0x52, 0xc1, 0xed, 0xf6, 0xb0, + 0x27, 0x10, 0x60, 0x4c, 0x20, 0x56, 0x1a, 0x92, 0xfd, 0xc3, 0xf9, 0x89, 0x5f, 0x1f, 0x08, 0xee, + 0x96, 0x11, 0x7e, 0x8e, 0xc6, 0x28, 0x91, 0x46, 0xfd, 0x24, 0x25, 0x60, 0xb7, 0x07, 0x11, 0xe1, + 0x3b, 0x65, 0xf6, 0x0e, 0x72, 0xc7, 0x9c, 0xbb, 0xeb, 0x47, 0x3e, 0x70, 0x44, 0x8c, 0x72, 0xdd, + 0x1f, 0x21, 0xc0, 0x3f, 0xdd, 0xde, 0xfe, 0xd9, 0xf8, 0xf2, 0x25, 0x25, 0x6e, 0x6a, 0x81, 0xf6, + 0x47, 0x52, 0x72, 0x6e, 0x0a, 0xf4, 0x9f, 0xbc, 0x17, 0xe0, 0xdd, 0x37, 0x9b, 0x23, 0x10, 0x9b, + 0x1c, 0x1f, 0xa0, 0x55, 0x09, 0x7d, 0x7c, 0x92, 0x1a, 0x93, 0x42, 0xad, 0x2c, 0x35, 0x12, 0x6b, + 0xc3, 0x6f, 0x02, 0x89, 0x48, 0xf2, 0x76, 0x84, 0xd0, 0x91, 0xcc, 0x85, 0xc1, 0x78, 0x58, 0x77, + 0x4f, 0x61, 0x02, 0xcb, 0x04, 0xbc, 0xba, 0x51, 0x4c, 0x92, 0x24, 0xe1, 0xc0, 0xc9, 0xc0, 0x70, + 0x91, 0xbd, 0x25, 0xd6, 0x95, 0x6d, 0x74, 0x39, 0xd8, 0xda, 0xe2, 0x8c, 0xc8, 0x21, 0x7c, 0x43, + 0x42, 0x5d, 0x13, 0x92, 0xc8, 0xf7, 0x37, 0x22, 0x87, 0xf0, 0x41, 0x96, 0x18, 0xcb, 0xea, 0x04, + 0x59, 0xb9, 0x9f, 0x21, 0x1d, 0x3a, 0x15, 0x29, 0x35, 0x09, 0x4a, 0xe1, 0xa7, 0x39, 0xdc, 0x6f, + 0xba, 0x19, 0x24, 0xfe, 0x2c, 0xf1, 0x83, 0xf4, 0xc3, 0xf1, 0xe3, 0xf7, 0x41, 0x3d, 0xeb, 0x1c, + 0xd4, 0xe9, 0x82, 0xac, 0x4a, 0x7e, 0xa0, 0xcb, 0xbe, 0x37, 0x22, 0x59, 0x36, 0x4d, 0x9f, 0x3c, + 0x49, 0x3e, 0xc7, 0x2f, 0x1b, 0x2b, 0xfc, 0x7c, 0x7b, 0xca, 0x27, 0x9b, 0x2a, 0xfc, 0x12, 0x6a, + 0xa4, 0x04, 0x1a, 0x2a, 0x02, 0xe0, 0xe2, 0x0e, 0xfe, 0xa9, 0x09, 0x7c, 0xcc, 0x5a, 0x11, 0x94, + 0xc8, 0x61, 0x89, 0x5c, 0xac, 0x44, 0x3e, 0x5c, 0x22, 0x8f, 0x25, 0xf2, 0x5e, 0x09, 0x22, 0x7a, + 0x5f, 0x8a, 0x61, 0x87, 0xd0, 0x2f, 0x52, 0xc6, 0x10, 0xc3, 0xb9, 0xb9, 0x78, 0x6e, 0x2e, 0x9c, + 0x9b, 0x8f, 0xe7, 0xe6, 0x61, 0x55, 0x90, 0x50, 0xdc, 0x24, 0xc2, 0x95, 0xfb, 0x4c, 0xf7, 0x17, + 0x15, 0x5d, 0x8b, 0xbc, 0x73, 0x6e, 0x2f, 0x83, 0x1c, 0x46, 0x8b, 0x42, 0x0d, 0x32, 0x83, 0x03, + 0xbf, 0x21, 0x1a, 0xea, 0x99, 0x9e, 0x1f, 0xff, 0xe3, 0x0b, 0x5b, 0xef, 0x00, 0xab, 0x7b, 0xa5, + 0x47, 0xd7, 0xa2, 0x88, 0xa5, 0x31, 0xec, 0x8f, 0xa2, 0x1b, 0xa3, 0xfe, 0x80, 0xb1, 0x4d, 0xa9, + 0x8b, 0xdf, 0x05, 0x66, 0x6c, 0x0c, 0x0d, 0x4b, 0xe3, 0x5b, 0xc5, 0xaa, 0xe4, 0xb0, 0x8a, 0x1b, + 0x3a, 0x19, 0x5b, 0x70, 0xcf, 0x4b, 0x23, 0x65, 0xf2, 0x58, 0xe6, 0x5c, 0xa5, 0x5f, 0x1d, 0x56, + 0x2d, 0xfa, 0x75, 0x88, 0x68, 0x91, 0x2a, 0x16, 0x69, 0x86, 0x7a, 0xc6, 0x90, 0x61, 0x30, 0x40, + 0x6f, 0x8c, 0xd1, 0x05, 0xf6, 0x86, 0x47, 0xb5, 0x8b, 0xd0, 0x8a, 0x21, 0xdb, 0x1d, 0x09, 0x2e, + 0x42, 0x0a, 0xc2, 0x4e, 0x0f, 0x2f, 0x2a, 0x39, 0x61, 0xf4, 0x96, 0x57, 0xe8, 0xb3, 0xb4, 0x12, + 0x6c, 0xbe, 0x5a, 0xf8, 0xab, 0xb5, 0x52, 0xa6, 0x37, 0xe5, 0x63, 0xee, 0x4d, 0xd1, 0x35, 0x17, + 0xf9, 0x40, 0xe1, 0x92, 0x1a, 0xe2, 0x9e, 0x3b, 0x7d, 0xd6, 0x4f, 0x30, 0x7a, 0x20, 0x15, 0xf7, + 0x17, 0x04, 0x2d, 0xdf, 0x4f, 0x22, 0x47, 0xf9, 0x18, 0xd4, 0xfc, 0xc7, 0xcf, 0x9a, 0x1d, 0xf6, + 0x12, 0x24, 0x9e, 0x86, 0xba, 0x5b, 0x83, 0x7a, 0xef, 0x61, 0xe0, 0x32, 0x2c, 0x87, 0xbf, 0x21, + 0x2f, 0x41, 0x50, 0x75, 0xbc, 0x72, 0xdf, 0x73, 0x5e, 0x49, 0xd1, 0x2d, 0x29, 0x46, 0x4a, 0x1a, + 0x41, 0xc9, 0xbc, 0x57, 0x32, 0xe7, 0x96, 0x8c, 0x7a, 0x1e, 0xfa, 0xde, 0x95, 0xc0, 0x59, 0x40, + 0x08, 0xad, 0xdb, 0xe8, 0xc5, 0x44, 0x89, 0x2f, 0xb4, 0x26, 0x88, 0x20, 0x6e, 0x85, 0x53, 0xc8, + 0x67, 0xdc, 0x30, 0xb9, 0xfe, 0xc5, 0x41, 0x31, 0x35, 0xa5, 0x80, 0xd0, 0x59, 0xd9, 0xc9, 0xd5, + 0x8a, 0x1c, 0x08, 0x7c, 0x1e, 0x86, 0x6c, 0xea, 0xce, 0xa8, 0x01, 0xdf, 0xdd, 0x49, 0x45, 0x52, + 0xbf, 0x78, 0xc9, 0x56, 0x48, 0xac, 0xc7, 0x84, 0x5a, 0x38, 0x41, 0x20, 0x61, 0xe0, 0xe9, 0x2c, + 0x01, 0xd5, 0x22, 0x73, 0xa8, 0x89, 0xe1, 0x34, 0xd5, 0x67, 0x09, 0x35, 0xb6, 0x35, 0xb2, 0x41, + 0x7b, 0x05, 0xb1, 0xd0, 0xde, 0x82, 0xbd, 0x46, 0x5d, 0xa9, 0xfd, 0x70, 0x35, 0x75, 0x85, 0x32, + 0x0f, 0x53, 0xef, 0x77, 0xb2, 0xe8, 0x6a, 0x42, 0xbd, 0xa9, 0x61, 0xfe, 0x7f, 0xc5, 0x5d, 0xeb, + 0x72, 0xdb, 0x46, 0xb2, 0xfe, 0x7f, 0x9e, 0x82, 0x42, 0x36, 0x11, 0x11, 0x41, 0x32, 0x29, 0x59, + 0x89, 0x03, 0x0a, 0x54, 0x25, 0xb6, 0x73, 0x56, 0xb5, 0x5e, 0xaf, 0x2a, 0x72, 0x92, 0x75, 0xb9, + 0x54, 0x6b, 0x92, 0x02, 0x45, 0x96, 0x21, 0x00, 0x21, 0xa0, 0xdb, 0x52, 0xd8, 0x17, 0x38, 0xef, + 0x72, 0x9e, 0xf1, 0x74, 0xf7, 0xdc, 0x7a, 0x06, 0x00, 0x2f, 0x71, 0x76, 0x4f, 0xd5, 0x66, 0x4d, + 0x0d, 0x80, 0xb9, 0x5f, 0xba, 0x7b, 0xba, 0xbf, 0xaf, 0x6c, 0xf4, 0xc1, 0xc5, 0x63, 0x9b, 0xf5, + 0xa0, 0x70, 0x07, 0x3b, 0x22, 0x3f, 0xb0, 0xe3, 0xbd, 0xf8, 0x24, 0xd1, 0x8e, 0x66, 0xe4, 0xd1, + 0x99, 0x7c, 0x80, 0x44, 0xe8, 0x05, 0xca, 0x14, 0xb3, 0xdc, 0x8b, 0xdb, 0x1d, 0x7b, 0x03, 0xf5, + 0x96, 0xec, 0xe6, 0x98, 0x2b, 0x3f, 0xd0, 0x77, 0x3a, 0x3b, 0xef, 0x6f, 0xe4, 0x60, 0xec, 0x85, + 0xe2, 0x6f, 0x90, 0x5c, 0xc6, 0x45, 0xb9, 0xe8, 0xf6, 0x82, 0xfe, 0x37, 0xd0, 0xce, 0x96, 0xb2, + 0x78, 0x93, 0x8d, 0x07, 0x71, 0xbd, 0xa1, 0xf4, 0x9e, 0x6c, 0x25, 0xe2, 0xe6, 0x61, 0x68, 0x10, + 0x6c, 0x8c, 0x92, 0x05, 0xc5, 0x86, 0x78, 0xac, 0xdd, 0xc2, 0xb3, 0xb9, 0x42, 0xf2, 0xb7, 0x40, + 0xc5, 0xf2, 0xd1, 0x11, 0xfa, 0x58, 0xde, 0x88, 0x5d, 0xb9, 0x1a, 0xfe, 0x17, 0xc2, 0x4c, 0xd2, + 0xe1, 0xe6, 0x0b, 0x61, 0xf3, 0xb0, 0xec, 0x13, 0xf1, 0x9e, 0x87, 0xc4, 0x8c, 0x55, 0xf0, 0xed, + 0xb1, 0x34, 0x81, 0x4c, 0x88, 0xe5, 0x19, 0xff, 0x0f, 0x51, 0x78, 0x6e, 0x23, 0x3c, 0x8c, 0x9c, + 0x81, 0x69, 0x38, 0x64, 0x2d, 0xcf, 0x3d, 0x71, 0xcd, 0xa3, 0xdf, 0x82, 0x1e, 0x1b, 0x90, 0x83, + 0x8c, 0x5a, 0xeb, 0x62, 0x18, 0x71, 0x29, 0xd3, 0x16, 0x31, 0x6d, 0x1f, 0xbb, 0xa9, 0x65, 0x3a, + 0x82, 0xfa, 0xd0, 0x64, 0x17, 0x5f, 0x62, 0x29, 0x33, 0xfa, 0x6d, 0x86, 0xea, 0x10, 0xe6, 0x10, + 0x1b, 0xde, 0x59, 0x30, 0x13, 0x6f, 0x63, 0xa0, 0xc0, 0x5e, 0x94, 0x63, 0xfc, 0x5c, 0xe4, 0xed, + 0xd1, 0x26, 0x92, 0x0b, 0x52, 0x02, 0x31, 0x6a, 0x53, 0x7b, 0xa1, 0xc4, 0xa7, 0xde, 0x8f, 0x0f, + 0xb4, 0x3c, 0xe0, 0xd7, 0x0f, 0xd7, 0xb8, 0x20, 0x0a, 0x6f, 0x00, 0xf2, 0xd7, 0xed, 0x0e, 0x42, + 0xcc, 0xb2, 0xa3, 0x3a, 0x86, 0xf9, 0x85, 0x8e, 0x34, 0x98, 0x49, 0x79, 0x6a, 0x35, 0x85, 0x5f, + 0xde, 0x39, 0xed, 0xe8, 0x07, 0xbc, 0x40, 0x0f, 0xd6, 0x59, 0xbc, 0xd7, 0x47, 0x6a, 0xd2, 0x6d, + 0xba, 0xa2, 0x29, 0x8b, 0xa0, 0xbd, 0x8e, 0x7e, 0xa5, 0x06, 0xe4, 0x4d, 0x0d, 0x04, 0x71, 0x42, + 0x23, 0x7f, 0xa7, 0x2d, 0xab, 0xc8, 0x73, 0x71, 0x63, 0xec, 0xac, 0x9e, 0x54, 0xc5, 0x9e, 0x9e, + 0x32, 0xc7, 0xb9, 0x3a, 0x23, 0xdf, 0x6a, 0x71, 0x79, 0x87, 0xbf, 0x85, 0x2b, 0xd4, 0x5d, 0x8b, + 0xe1, 0x5a, 0xc4, 0x49, 0xec, 0xdb, 0x16, 0x61, 0x9e, 0x25, 0x66, 0x61, 0x8c, 0x32, 0x91, 0xe7, + 0xab, 0x6b, 0xb0, 0x71, 0x54, 0x7b, 0x34, 0xa0, 0x6b, 0xc4, 0x9b, 0xd1, 0x03, 0x0c, 0xbb, 0xf8, + 0x39, 0x4f, 0xbb, 0xe8, 0x5f, 0xa2, 0xd7, 0x11, 0x7d, 0x22, 0xa7, 0xc6, 0x18, 0xfb, 0xd7, 0xf7, + 0x07, 0x98, 0x16, 0xb1, 0x07, 0x70, 0xdc, 0xc2, 0xf7, 0x63, 0xbf, 0xb2, 0x5a, 0xb6, 0x23, 0x9b, + 0x76, 0x7a, 0xc3, 0x3a, 0x09, 0x13, 0x42, 0x9e, 0xb0, 0xeb, 0x46, 0x0f, 0x61, 0xec, 0x85, 0x08, + 0xbc, 0xe3, 0x98, 0x00, 0xc4, 0x20, 0x2a, 0x63, 0x9a, 0xc6, 0x47, 0x14, 0x50, 0xd4, 0x21, 0xad, + 0xac, 0x23, 0x4d, 0xd3, 0xbb, 0x62, 0xfa, 0xfc, 0x3b, 0xb2, 0x26, 0x79, 0x03, 0xa3, 0x8a, 0x76, + 0x83, 0xbb, 0xc6, 0x58, 0x1a, 0x92, 0xe8, 0x99, 0x86, 0xd7, 0x1f, 0x30, 0xfd, 0xce, 0xc4, 0x8d, + 0x30, 0x60, 0xf4, 0xed, 0xf4, 0xcd, 0x47, 0xd0, 0x37, 0x77, 0x60, 0x3a, 0xea, 0x22, 0xfc, 0x25, + 0xd3, 0xd7, 0x9f, 0x9e, 0xb8, 0x2a, 0x5f, 0x63, 0x61, 0xb9, 0x87, 0xd3, 0xed, 0x1e, 0xed, 0xad, + 0xa0, 0xeb, 0x76, 0xb5, 0x7e, 0x1a, 0xb8, 0x88, 0xd0, 0x55, 0x70, 0x14, 0x1f, 0xf9, 0x8a, 0x2e, + 0x49, 0xbc, 0x12, 0xad, 0x73, 0x09, 0x2b, 0xe6, 0xe8, 0x12, 0x28, 0x4b, 0x40, 0x55, 0xf6, 0x91, + 0x74, 0xd9, 0x28, 0x8a, 0xb4, 0x29, 0xe5, 0xe0, 0x6f, 0xe7, 0xaf, 0xdf, 0x82, 0x50, 0x01, 0x7b, + 0x40, 0x9e, 0x15, 0x18, 0x16, 0x8d, 0x7e, 0x63, 0xa4, 0xd6, 0xa2, 0x3b, 0xcf, 0x1d, 0x32, 0xad, + 0x81, 0xce, 0x08, 0x35, 0xe6, 0x84, 0x2c, 0x68, 0x6e, 0x38, 0x48, 0xb3, 0xfb, 0xae, 0x8f, 0x20, + 0x92, 0x0a, 0xbf, 0x51, 0xab, 0x93, 0x62, 0x27, 0x84, 0xad, 0x7f, 0x7e, 0x05, 0x47, 0xad, 0xf8, + 0xa1, 0xe8, 0xa1, 0xb8, 0x02, 0x2a, 0xe6, 0x3d, 0xf3, 0xbd, 0xe8, 0xf7, 0xbe, 0x56, 0xae, 0x16, + 0x83, 0x6c, 0x07, 0xf4, 0x51, 0x72, 0x03, 0x37, 0x1f, 0x44, 0x99, 0x5f, 0x75, 0xa5, 0x19, 0xc5, + 0x80, 0xb0, 0xc6, 0x8c, 0x7e, 0xe1, 0xe8, 0x39, 0xf9, 0x56, 0xa1, 0xaa, 0x1e, 0x94, 0xfa, 0x6c, + 0x46, 0x42, 0x16, 0xa5, 0xbc, 0xc1, 0xd4, 0x8f, 0x8b, 0x9c, 0x3c, 0x32, 0x23, 0xa3, 0xd1, 0x21, + 0x4a, 0x9d, 0xfa, 0xb0, 0x4a, 0x4f, 0xef, 0x0b, 0x52, 0xa8, 0xbb, 0x30, 0x7a, 0xbb, 0x4b, 0xef, + 0xce, 0x0b, 0x11, 0xec, 0xb0, 0xda, 0xf5, 0x43, 0xe1, 0x8b, 0x57, 0x68, 0x37, 0xbb, 0x24, 0x40, + 0x86, 0x3d, 0x38, 0xb3, 0xc2, 0x25, 0x52, 0xfe, 0xa0, 0x57, 0xeb, 0x3e, 0x3a, 0x28, 0x42, 0x47, + 0x22, 0x8d, 0xdb, 0x5c, 0xd8, 0x97, 0x68, 0x38, 0x06, 0x1d, 0xb4, 0xe5, 0xa1, 0x62, 0xfe, 0xf3, + 0xbb, 0x1f, 0xf7, 0x5f, 0x78, 0x55, 0x30, 0xce, 0xae, 0x1e, 0xc3, 0x92, 0x3b, 0xe9, 0x6d, 0x61, + 0x01, 0xda, 0x10, 0x39, 0xbc, 0x14, 0x16, 0xaa, 0x4d, 0xec, 0x45, 0x38, 0xc3, 0xb6, 0x34, 0x19, + 0x5d, 0xc3, 0xd4, 0x97, 0x66, 0xce, 0x52, 0x9b, 0x41, 0x96, 0xe4, 0x7d, 0x8a, 0xdd, 0x6a, 0x3c, + 0x50, 0xc8, 0x1e, 0x44, 0xb6, 0x13, 0xdc, 0x4a, 0x05, 0xff, 0xba, 0xea, 0x7c, 0x8a, 0x02, 0x9b, + 0xc0, 0x6a, 0x26, 0xd4, 0x09, 0xdf, 0x3e, 0x87, 0xd9, 0x13, 0x71, 0xf0, 0x2a, 0x59, 0xc0, 0xe1, + 0x32, 0xbc, 0x9a, 0xdf, 0x79, 0xb5, 0x68, 0x06, 0x4e, 0x38, 0x88, 0x4c, 0x48, 0x07, 0xd0, 0x7b, + 0x72, 0xf7, 0x59, 0x13, 0x6c, 0x01, 0x9b, 0xec, 0x7e, 0x1c, 0x78, 0xff, 0xea, 0x08, 0x29, 0x11, + 0x35, 0x8c, 0x3d, 0xaf, 0xf3, 0x2f, 0xef, 0x73, 0x62, 0x2f, 0x28, 0x4f, 0x1e, 0x7c, 0x51, 0x59, + 0xd6, 0xb5, 0x16, 0x8b, 0x5a, 0x65, 0x6c, 0x50, 0x35, 0x4b, 0x9a, 0x04, 0x2e, 0xa6, 0xc8, 0x1f, + 0xd1, 0xa7, 0x02, 0x90, 0x18, 0x8f, 0xc6, 0x06, 0x12, 0x3a, 0x09, 0x19, 0xce, 0xf7, 0x9d, 0x15, + 0xbb, 0xc2, 0xd3, 0x93, 0xb2, 0xca, 0x22, 0x3d, 0xdd, 0xe1, 0x31, 0x5a, 0xe9, 0x98, 0x95, 0x4c, + 0xe2, 0x17, 0x33, 0x55, 0x0c, 0x2b, 0x00, 0x3b, 0x6a, 0x91, 0xc3, 0x66, 0x1e, 0x7b, 0x12, 0x60, + 0x7e, 0x95, 0x07, 0xa8, 0xeb, 0x48, 0x48, 0x0e, 0x17, 0xfa, 0x22, 0x6c, 0x99, 0xa5, 0x21, 0x19, + 0xd2, 0x10, 0x33, 0x3c, 0xad, 0xc8, 0xa8, 0xc6, 0x97, 0xb1, 0xb1, 0xc6, 0x90, 0x49, 0xde, 0xfa, + 0xb3, 0x88, 0xaf, 0x85, 0x21, 0x41, 0x18, 0xec, 0x91, 0xcb, 0x85, 0x0c, 0x3a, 0x08, 0x82, 0x2f, + 0x2c, 0x3b, 0x3d, 0x11, 0x8e, 0xe6, 0x7e, 0x15, 0x4c, 0x17, 0xff, 0x0c, 0x77, 0xfa, 0x44, 0xc2, + 0xc7, 0x8e, 0x86, 0x9a, 0xcf, 0xe3, 0xdb, 0xc4, 0xa2, 0xfb, 0xea, 0xa2, 0x29, 0x6f, 0x07, 0xfe, + 0xcf, 0x3f, 0xfd, 0x88, 0xfd, 0x0e, 0xdb, 0xa1, 0x88, 0xe7, 0xee, 0xbc, 0x47, 0x52, 0x14, 0x41, + 0xff, 0x45, 0xa4, 0x24, 0xa4, 0x93, 0xfe, 0x69, 0x49, 0xf6, 0xbd, 0x61, 0x8f, 0x41, 0xa3, 0x56, + 0x94, 0x8a, 0x78, 0xbe, 0x90, 0x88, 0xb7, 0x29, 0xb0, 0x83, 0x4c, 0x61, 0xb6, 0xca, 0x07, 0xaf, + 0x6e, 0x17, 0x15, 0x06, 0xee, 0x93, 0xb3, 0xe9, 0xc7, 0xd0, 0x13, 0xa5, 0x5c, 0x89, 0xb8, 0x71, + 0x84, 0x0b, 0x45, 0xe7, 0x64, 0x2b, 0x0c, 0x32, 0x4d, 0x42, 0xec, 0x42, 0xa8, 0x54, 0x55, 0xd5, + 0xea, 0x8f, 0x3e, 0x28, 0x76, 0x0b, 0xb4, 0x41, 0x71, 0x47, 0xfd, 0xf2, 0x41, 0x5d, 0x20, 0x37, + 0x68, 0xaa, 0x3e, 0x31, 0x3b, 0x22, 0x31, 0x4a, 0x1a, 0x97, 0xf7, 0xd9, 0xe2, 0x93, 0x68, 0x0e, + 0x1c, 0x02, 0x1d, 0x7c, 0x1f, 0xad, 0x03, 0x44, 0xb5, 0x02, 0x07, 0x2e, 0xd2, 0x33, 0xbd, 0xc3, + 0xdf, 0xa2, 0xd9, 0x44, 0xbe, 0xb2, 0x3e, 0x9f, 0x4e, 0x92, 0xa5, 0xd7, 0xf0, 0x12, 0xe6, 0x76, + 0xe0, 0xa9, 0x60, 0xa9, 0x25, 0x1a, 0x37, 0xc3, 0x25, 0x6e, 0xc6, 0xa1, 0xaa, 0x57, 0x55, 0x0d, + 0x18, 0x5a, 0x33, 0x0d, 0x32, 0x99, 0x40, 0x17, 0x88, 0xdd, 0xac, 0x2b, 0xbf, 0x66, 0x00, 0x11, + 0x2c, 0xfa, 0x6e, 0x1e, 0xc3, 0x11, 0xb6, 0x54, 0x0b, 0x4f, 0xb8, 0x5c, 0xd1, 0x53, 0x5a, 0x7b, + 0xb8, 0x24, 0xc9, 0xdc, 0x6d, 0x3d, 0x32, 0x06, 0xf0, 0x37, 0x77, 0x38, 0x35, 0xdf, 0xdc, 0xa9, + 0xb8, 0xae, 0x44, 0x66, 0xe9, 0x29, 0x6f, 0x4c, 0x42, 0xe6, 0x37, 0xe9, 0x87, 0xaf, 0x3c, 0xfa, + 0xca, 0x5f, 0x72, 0xb6, 0xd6, 0x1f, 0x1e, 0xc9, 0xb9, 0x81, 0xbd, 0xe4, 0xdb, 0x42, 0xd2, 0x14, + 0xad, 0x0d, 0x14, 0xf9, 0xcd, 0xde, 0xe9, 0x20, 0xcd, 0xad, 0x37, 0x1a, 0xc3, 0x02, 0x0f, 0xc7, + 0xc9, 0x28, 0xa5, 0x78, 0x0b, 0xf1, 0xea, 0x70, 0x57, 0x48, 0xc1, 0x37, 0x56, 0x96, 0xee, 0xcd, + 0x1c, 0x56, 0x64, 0xa3, 0x0b, 0xb8, 0x4a, 0x10, 0xcd, 0x3a, 0x92, 0x95, 0xf8, 0xbc, 0xee, 0xcf, + 0x52, 0xae, 0x12, 0x4a, 0x90, 0x53, 0x4b, 0xe5, 0x06, 0xd5, 0xa7, 0x3c, 0xca, 0xd0, 0x6a, 0x85, + 0xe5, 0x27, 0xe5, 0x3a, 0x5f, 0x61, 0x91, 0xcc, 0x43, 0x8a, 0x3a, 0x1f, 0x77, 0xb1, 0x75, 0x3b, + 0x19, 0x3d, 0xa7, 0xf3, 0x1c, 0x0e, 0xf3, 0x04, 0x4e, 0x73, 0x82, 0x30, 0x86, 0xe3, 0x5c, 0x92, + 0x63, 0xba, 0x73, 0x43, 0x8c, 0xfe, 0x52, 0x8f, 0x7e, 0x7d, 0xe0, 0xad, 0x19, 0x61, 0xa6, 0x12, + 0x62, 0x79, 0xe3, 0xc7, 0x38, 0x2f, 0xce, 0xc4, 0xc9, 0x66, 0xf1, 0x7c, 0x4a, 0x32, 0x67, 0x78, + 0xd2, 0x38, 0x22, 0xf8, 0xc9, 0x46, 0x63, 0xc2, 0x7b, 0xe9, 0xcc, 0xe9, 0x24, 0x91, 0x89, 0xe9, + 0xa6, 0xda, 0xce, 0x25, 0xa3, 0x0a, 0xd4, 0xac, 0x77, 0x26, 0xfc, 0xca, 0xb6, 0xd1, 0xb7, 0xd8, + 0x38, 0xfa, 0xe1, 0x0b, 0xda, 0x55, 0xd5, 0x2f, 0x02, 0x05, 0x9e, 0xa2, 0x10, 0x9a, 0x1a, 0x47, + 0xaf, 0x6d, 0xdd, 0xba, 0xb7, 0x32, 0x3f, 0xde, 0x42, 0x99, 0x53, 0x53, 0x13, 0xf1, 0xc4, 0x42, + 0xe8, 0x03, 0x75, 0x86, 0xf4, 0x02, 0x04, 0xdf, 0x2d, 0x2c, 0xf0, 0x01, 0x32, 0x44, 0xa3, 0xd2, + 0x85, 0x92, 0x44, 0xda, 0xe4, 0xdd, 0x59, 0xec, 0xf7, 0x8d, 0xdb, 0x77, 0xd0, 0xef, 0x35, 0xf8, + 0xfd, 0xb6, 0x7c, 0x55, 0xf0, 0xaf, 0xd0, 0x35, 0x18, 0x11, 0x56, 0xbb, 0xa2, 0x1e, 0x37, 0xf7, + 0xa0, 0xfc, 0xa6, 0x3c, 0xe6, 0x1e, 0x64, 0x31, 0xf4, 0xf0, 0xd0, 0x8e, 0xd5, 0xb5, 0x52, 0x62, + 0x04, 0xdc, 0xa9, 0x78, 0xc4, 0x3d, 0x76, 0xed, 0x64, 0x91, 0x25, 0x09, 0x94, 0x9d, 0xfd, 0x82, + 0x03, 0xb3, 0x1c, 0xc7, 0xb3, 0xd1, 0xdd, 0x3c, 0x5b, 0x84, 0x9a, 0xea, 0x93, 0x96, 0x25, 0xfc, + 0x49, 0x14, 0xa8, 0x95, 0x72, 0xcd, 0x68, 0x46, 0xf6, 0xd3, 0xb0, 0x7d, 0xc3, 0x46, 0x30, 0xb5, + 0x35, 0xe8, 0x69, 0x75, 0xe0, 0xb4, 0x62, 0x0b, 0xe0, 0x34, 0x07, 0x2b, 0xed, 0x2d, 0x08, 0xa6, + 0x85, 0x44, 0xaa, 0xc3, 0x8c, 0x1a, 0xe1, 0xd2, 0x0c, 0x50, 0x9a, 0x41, 0xeb, 0x21, 0xb8, 0x19, + 0x02, 0x4d, 0x8f, 0xbc, 0xa3, 0x17, 0x5f, 0x4a, 0x2c, 0xab, 0xb5, 0x68, 0x69, 0x2d, 0x9f, 0xfd, + 0x1b, 0x10, 0xd3, 0x9e, 0x19, 0x5c, 0x21, 0x56, 0xe5, 0xcd, 0x10, 0x7c, 0x8a, 0xb5, 0x58, 0x68, + 0x58, 0xe9, 0x9b, 0xfb, 0xfd, 0x7e, 0x68, 0x3c, 0xf4, 0x39, 0xa0, 0x58, 0xdc, 0x06, 0xe7, 0x53, + 0xb4, 0xc3, 0xf9, 0x14, 0x36, 0x9c, 0xcf, 0x36, 0xb5, 0x5d, 0x87, 0x81, 0x66, 0x81, 0x9d, 0x95, + 0x7f, 0x54, 0xdd, 0xb6, 0x01, 0x14, 0x2a, 0x1a, 0x11, 0xeb, 0xc7, 0xe5, 0xac, 0x86, 0x28, 0x54, + 0xac, 0x45, 0x14, 0xb2, 0xc7, 0x96, 0x3e, 0x15, 0x11, 0x1a, 0x2a, 0x73, 0x03, 0xb2, 0x4c, 0x36, + 0x2e, 0x94, 0xfe, 0x1b, 0x80, 0xca, 0x6c, 0x78, 0x95, 0x46, 0x9c, 0x32, 0xc6, 0xf0, 0x59, 0x2b, + 0xee, 0xd5, 0x8a, 0xe2, 0xb6, 0x9f, 0x6e, 0xef, 0xd7, 0x8c, 0x20, 0x22, 0x99, 0x99, 0x41, 0xec, + 0xfd, 0x67, 0x67, 0xd7, 0xfa, 0xca, 0xf1, 0xf9, 0x45, 0x4b, 0x63, 0x16, 0xf6, 0x3f, 0x7f, 0x9a, + 0xad, 0x87, 0x8e, 0xb2, 0xea, 0x49, 0xb8, 0x51, 0x7f, 0x5a, 0xea, 0x15, 0x19, 0x57, 0x14, 0xa1, + 0xc0, 0x20, 0x57, 0xd9, 0xa7, 0x93, 0x56, 0x44, 0xac, 0xdc, 0x22, 0x67, 0xd0, 0xac, 0xe0, 0xde, + 0xf0, 0x25, 0x7a, 0x99, 0x24, 0x6c, 0x3e, 0x3a, 0x80, 0x3d, 0x0a, 0xd1, 0xd5, 0x39, 0x3b, 0x18, + 0x6b, 0x20, 0x77, 0x72, 0x50, 0x19, 0xc7, 0xe4, 0xe2, 0xd0, 0xfa, 0x4d, 0xed, 0x04, 0x51, 0xd5, + 0x2c, 0x88, 0xc7, 0x92, 0x36, 0x7a, 0x11, 0xca, 0x2c, 0x35, 0x60, 0xc9, 0x67, 0x81, 0x51, 0x6d, + 0xb7, 0x45, 0x78, 0xf8, 0x3c, 0x7f, 0xd0, 0x54, 0x94, 0x3d, 0x5c, 0x82, 0xed, 0x98, 0xb0, 0x2b, + 0x31, 0xa3, 0x08, 0x64, 0xa7, 0x86, 0x05, 0x8b, 0x9e, 0x72, 0x02, 0x96, 0x7d, 0x53, 0xbc, 0xe9, + 0x46, 0x4c, 0x55, 0x6a, 0x89, 0xc7, 0xc8, 0x36, 0xb5, 0x4c, 0x81, 0x44, 0x99, 0xab, 0xc1, 0x94, + 0xfa, 0x2f, 0x46, 0xb4, 0x4f, 0x7c, 0x7f, 0x75, 0xa5, 0x4e, 0x32, 0x31, 0x10, 0xb5, 0xb8, 0x64, + 0xcc, 0xf4, 0x1c, 0x6a, 0x9d, 0x68, 0xc7, 0x12, 0x15, 0xc4, 0x3b, 0x68, 0xe2, 0xe3, 0x4a, 0x5b, + 0xa8, 0xb8, 0x38, 0xdb, 0x56, 0x47, 0xda, 0xd3, 0x24, 0x67, 0x56, 0x7a, 0x2a, 0xfe, 0x09, 0x0d, + 0xa3, 0x2d, 0xba, 0xc8, 0xd2, 0xfd, 0x5b, 0xc2, 0x1d, 0xb5, 0x9c, 0x3f, 0x0f, 0x10, 0xda, 0xa6, + 0x5b, 0x34, 0x01, 0xdb, 0xe0, 0xf7, 0x14, 0x98, 0x8e, 0x3f, 0xe8, 0xde, 0xc0, 0x06, 0x1b, 0xc6, + 0x90, 0x7b, 0x83, 0x61, 0x63, 0x6e, 0x60, 0xf9, 0x54, 0x9b, 0x42, 0x65, 0x66, 0xe7, 0xc9, 0x6b, + 0xd7, 0xd5, 0x39, 0x89, 0xd5, 0x1d, 0x4a, 0x69, 0xd8, 0xe2, 0x0a, 0xd0, 0x7f, 0xd8, 0x18, 0x4d, + 0xe7, 0x8b, 0x02, 0xb6, 0x08, 0x6f, 0xa8, 0xe8, 0xb4, 0x3a, 0xb2, 0x3b, 0x44, 0xf7, 0xee, 0x92, + 0x7b, 0x4a, 0x7a, 0x92, 0x27, 0x9a, 0x51, 0x57, 0xf9, 0x09, 0x0e, 0xd2, 0xbd, 0x3d, 0x1f, 0xda, + 0x24, 0xba, 0x1d, 0x96, 0xf8, 0xe2, 0x11, 0x3a, 0x1e, 0xb9, 0xcc, 0xf6, 0xec, 0x22, 0x66, 0x8b, + 0x7f, 0x2a, 0xfb, 0xcc, 0x6e, 0x50, 0xf2, 0xd8, 0x5c, 0xe9, 0x70, 0x52, 0xb6, 0x86, 0x9e, 0xd2, + 0x7a, 0x4d, 0xf6, 0x11, 0x54, 0xcc, 0x1f, 0x24, 0xfa, 0xe6, 0x15, 0xa3, 0xf0, 0xc8, 0x16, 0xdf, + 0x84, 0xf2, 0xc4, 0x2d, 0xa7, 0x44, 0xd0, 0xd0, 0x25, 0x0a, 0x2c, 0x7f, 0x05, 0xb9, 0x05, 0x65, + 0xcf, 0x69, 0x26, 0x3a, 0x23, 0x3f, 0xd5, 0xf7, 0x26, 0x30, 0x56, 0x18, 0x2c, 0x64, 0xa8, 0x23, + 0xd8, 0x03, 0x7f, 0x88, 0x71, 0x5b, 0x62, 0x34, 0xad, 0x07, 0x21, 0xef, 0xb1, 0x0f, 0xe6, 0x11, + 0x5d, 0x45, 0x5c, 0x72, 0x22, 0x0a, 0x61, 0x9b, 0xe5, 0x96, 0x1b, 0x58, 0xce, 0xe7, 0x89, 0x70, + 0x76, 0xb4, 0xfa, 0x1d, 0xef, 0x8c, 0x27, 0x71, 0xb7, 0xdc, 0xeb, 0x07, 0xbd, 0x00, 0xa3, 0x84, + 0xf5, 0xc3, 0xab, 0xdb, 0x85, 0xfd, 0xd4, 0x7a, 0xf4, 0xa1, 0xbc, 0xe4, 0x2f, 0x1b, 0xdb, 0x6f, + 0xdb, 0x37, 0xe6, 0x0d, 0xfa, 0xd4, 0x9a, 0x61, 0xcc, 0x6f, 0x35, 0x4e, 0x1a, 0xab, 0x69, 0xee, + 0xc7, 0xbb, 0x8d, 0xd5, 0x0f, 0xfa, 0x6d, 0x55, 0xb7, 0x9f, 0x34, 0xd4, 0x13, 0x5f, 0xb0, 0x6a, + 0xc3, 0x61, 0x95, 0x92, 0xf8, 0xbc, 0x10, 0x80, 0x11, 0x76, 0x85, 0x10, 0x26, 0x49, 0xf7, 0x77, + 0x51, 0x0b, 0xb8, 0x85, 0xef, 0x5e, 0xdd, 0x2e, 0xd4, 0x87, 0x45, 0xcd, 0xc6, 0xde, 0x75, 0xfb, + 0x92, 0x5b, 0xed, 0xfb, 0xbd, 0xaf, 0x0b, 0x3d, 0x82, 0x3c, 0xcb, 0x77, 0x9b, 0xe5, 0x68, 0xf5, + 0xf4, 0x26, 0x19, 0xff, 0xc4, 0x08, 0xe1, 0x55, 0x2e, 0x03, 0x74, 0x40, 0x12, 0x31, 0x5b, 0x09, + 0xca, 0xa6, 0x8b, 0xf2, 0x9a, 0xe1, 0xaa, 0x05, 0xfc, 0x49, 0x6e, 0x3d, 0x3a, 0xed, 0xe2, 0x75, + 0x21, 0xc2, 0xee, 0x81, 0x36, 0xa5, 0x19, 0xaa, 0xd1, 0xeb, 0x8d, 0x7d, 0x93, 0xf5, 0x3f, 0xb6, + 0xe0, 0xa9, 0x85, 0xe6, 0x73, 0x5b, 0x77, 0x53, 0x85, 0x99, 0x88, 0x3f, 0xca, 0xb5, 0xf1, 0x2d, + 0x58, 0x7c, 0xaf, 0xd3, 0x2b, 0xf3, 0xe6, 0x9a, 0x92, 0x85, 0x79, 0xc4, 0x71, 0x73, 0x3d, 0xb7, + 0x31, 0x1b, 0xe4, 0x8e, 0x87, 0x5c, 0x2b, 0xb1, 0xe9, 0x6d, 0xb4, 0x4e, 0xe6, 0x45, 0x88, 0x5e, + 0x58, 0x30, 0x8e, 0xf0, 0x6f, 0x0f, 0xb1, 0x7f, 0x74, 0xff, 0x87, 0x1f, 0xca, 0xc5, 0x65, 0x20, + 0x9a, 0x13, 0xf6, 0x82, 0x45, 0x88, 0xf6, 0xcd, 0xf4, 0x2a, 0xec, 0x69, 0x65, 0xcf, 0x8c, 0x9a, + 0x78, 0xeb, 0xd4, 0x4d, 0x80, 0x03, 0xb8, 0x60, 0x3c, 0x0b, 0x30, 0x0b, 0x84, 0xa6, 0x20, 0x4f, + 0x6e, 0xc6, 0x12, 0xdd, 0xef, 0x21, 0x49, 0xb4, 0xdc, 0x14, 0x57, 0xf2, 0x47, 0x5c, 0xcc, 0x6e, + 0xa7, 0xd3, 0x24, 0x26, 0xfc, 0xef, 0xd6, 0xe3, 0xdb, 0x0c, 0x3b, 0x3f, 0xc2, 0x71, 0xb2, 0x08, + 0xbe, 0x44, 0xe4, 0x69, 0x37, 0x75, 0x7d, 0x7a, 0x4a, 0xd1, 0x51, 0xdc, 0x85, 0x75, 0x5f, 0x0b, + 0xfa, 0x68, 0x90, 0x41, 0xd6, 0xb0, 0x72, 0x10, 0x8e, 0x23, 0x6e, 0x74, 0xd3, 0x79, 0x3a, 0x2f, + 0xe3, 0xe4, 0x71, 0xa3, 0xda, 0xe7, 0xab, 0xaa, 0x9f, 0xa2, 0x5d, 0x17, 0xaa, 0xaa, 0x2a, 0xbd, + 0x75, 0x8d, 0xcd, 0xa0, 0x88, 0x99, 0xa5, 0x47, 0x45, 0xc1, 0x13, 0xc9, 0x32, 0x6c, 0xf7, 0x73, + 0x4f, 0x7d, 0x6a, 0xa4, 0x4a, 0xd9, 0xbc, 0x46, 0xd9, 0xda, 0x95, 0xa3, 0x79, 0xeb, 0x98, 0xb4, + 0xcc, 0x5a, 0x46, 0x11, 0xe2, 0x87, 0xdf, 0x92, 0xc4, 0xdd, 0x93, 0x52, 0x81, 0xa8, 0x49, 0x0a, + 0x12, 0xf6, 0xb0, 0x83, 0xb7, 0x84, 0x5a, 0xc2, 0x75, 0x38, 0x1c, 0xbc, 0x21, 0x2c, 0x1c, 0xe9, + 0x3a, 0x16, 0x0a, 0xa2, 0x87, 0x0d, 0x59, 0x1e, 0x92, 0x98, 0xd7, 0x4d, 0xac, 0xc0, 0x96, 0xae, + 0xa7, 0x10, 0x09, 0xa8, 0x57, 0xc4, 0xa7, 0x10, 0xc6, 0x55, 0x5a, 0x7f, 0xc1, 0x2a, 0xc1, 0xd2, + 0x5d, 0x3a, 0x88, 0xe1, 0x5b, 0xe8, 0x45, 0xc6, 0x94, 0xe0, 0xb2, 0x34, 0x1c, 0x1f, 0x63, 0x7f, + 0x16, 0x65, 0xb6, 0x50, 0x2e, 0x70, 0xec, 0x65, 0xd0, 0x3b, 0xb4, 0x40, 0xb7, 0xb2, 0x68, 0xba, + 0xf9, 0xc0, 0xc1, 0xb6, 0xa0, 0xfd, 0x6c, 0xa9, 0xbd, 0x36, 0x8c, 0x1b, 0x28, 0x07, 0x25, 0xd4, + 0x0c, 0x0e, 0x38, 0xec, 0x88, 0xa0, 0xa3, 0xa4, 0xe0, 0x8d, 0x78, 0x46, 0xdf, 0xc1, 0x97, 0x8e, + 0x1e, 0xf1, 0xb1, 0x52, 0xb8, 0x51, 0xc5, 0x1a, 0xc6, 0x18, 0x77, 0x62, 0x5b, 0xe8, 0x3d, 0x67, + 0x02, 0xca, 0xad, 0x33, 0x26, 0x30, 0xa5, 0x34, 0x2e, 0x0a, 0x52, 0x50, 0x34, 0xef, 0xc2, 0x8a, + 0x55, 0x86, 0xed, 0x98, 0x8f, 0x69, 0x91, 0xc9, 0x55, 0xf4, 0x47, 0xae, 0xfa, 0x95, 0xb5, 0xbe, + 0x40, 0x1f, 0x47, 0x65, 0x86, 0x1a, 0xe3, 0x9d, 0xe7, 0x76, 0xd5, 0x2e, 0xfe, 0x7f, 0xaa, 0xfd, + 0x52, 0x94, 0xa7, 0x6a, 0x8e, 0x17, 0x31, 0x62, 0x2f, 0xdb, 0xa2, 0xe2, 0x50, 0x8c, 0xb7, 0x55, + 0x85, 0x3f, 0x3a, 0x48, 0x68, 0xfa, 0x36, 0x4d, 0x82, 0x7b, 0x5a, 0x7f, 0x33, 0x8c, 0xcf, 0xc2, + 0xe1, 0x19, 0x41, 0x3a, 0x18, 0x68, 0xa0, 0x8d, 0xf9, 0xb9, 0x0d, 0x09, 0x0c, 0x35, 0x20, 0xb9, + 0xc9, 0xeb, 0xc8, 0x9e, 0x0d, 0x80, 0x9e, 0x1f, 0x5d, 0x40, 0x4f, 0xab, 0x9a, 0xe4, 0xb0, 0x5e, + 0xb4, 0xe3, 0x7a, 0x42, 0x49, 0xe8, 0x3f, 0x93, 0xab, 0x65, 0x2d, 0x90, 0x34, 0x15, 0xd2, 0x67, + 0xc7, 0xd5, 0x88, 0x3e, 0x03, 0x03, 0xb4, 0xa8, 0x63, 0x80, 0x4a, 0x24, 0x50, 0x05, 0x62, 0xb6, + 0x19, 0xad, 0x85, 0x20, 0xba, 0x41, 0x6d, 0x0d, 0xf1, 0x53, 0x0c, 0x34, 0x3f, 0x75, 0x5a, 0xf9, + 0xb0, 0x0d, 0xd1, 0x05, 0x34, 0xfd, 0x54, 0x31, 0x12, 0x6f, 0xc4, 0x76, 0xe1, 0xec, 0x64, 0x86, + 0xc5, 0xbb, 0x43, 0x33, 0x28, 0x5c, 0x61, 0x5b, 0x2e, 0x2c, 0x66, 0x0e, 0x53, 0x1f, 0x56, 0x9d, + 0xdf, 0x12, 0xc5, 0x8e, 0xcc, 0x5a, 0xf4, 0x5b, 0xd2, 0xd4, 0xa0, 0x67, 0xc3, 0xa6, 0xcd, 0x75, + 0xe6, 0x0d, 0xbb, 0x49, 0x8c, 0x2b, 0x3e, 0xa6, 0xdb, 0x6b, 0x98, 0x18, 0x78, 0x15, 0xc9, 0xaa, + 0x29, 0x36, 0x46, 0xdf, 0xfa, 0x18, 0xa6, 0x02, 0x85, 0xb4, 0x61, 0x97, 0xd2, 0xc1, 0xbc, 0xab, + 0x0e, 0x66, 0x3c, 0x89, 0x77, 0x95, 0x94, 0xf2, 0xfb, 0x17, 0x33, 0x14, 0x70, 0xea, 0x5d, 0xc0, + 0x68, 0x75, 0x72, 0xad, 0xe9, 0x82, 0x50, 0x9e, 0x2d, 0xbc, 0x10, 0x47, 0xc0, 0xfb, 0xdb, 0x1d, + 0xd2, 0xdc, 0x81, 0xb8, 0xd2, 0xb9, 0x9f, 0x97, 0xb3, 0x0e, 0x79, 0x03, 0x40, 0xa9, 0x3f, 0xc3, + 0xa6, 0x2d, 0x43, 0x40, 0x64, 0x5a, 0xb5, 0xd5, 0x0e, 0x30, 0x29, 0x1c, 0xb1, 0x06, 0xfe, 0x7c, + 0x59, 0x18, 0xc1, 0x06, 0x9b, 0xfc, 0xf4, 0x54, 0x7e, 0x9e, 0x38, 0xd6, 0x30, 0x0a, 0x79, 0x76, + 0xc8, 0xf9, 0xb9, 0x0f, 0xbd, 0xe1, 0xf7, 0xe7, 0x67, 0x1d, 0x18, 0xbf, 0x9b, 0x51, 0x7a, 0x25, + 0xb8, 0x55, 0x61, 0x62, 0x8c, 0x16, 0xf1, 0x48, 0x7d, 0x31, 0xca, 0xe7, 0x35, 0xde, 0x16, 0xfa, + 0x18, 0x1e, 0x90, 0xd5, 0x4e, 0xbe, 0x3f, 0x6c, 0x2e, 0xae, 0xcf, 0x8b, 0xeb, 0xa3, 0xa1, 0xae, + 0xa8, 0x1a, 0xcf, 0xde, 0xce, 0xcd, 0x37, 0x20, 0xd6, 0xe2, 0xfc, 0x28, 0xb3, 0xce, 0xd9, 0xab, + 0x36, 0x49, 0xca, 0x9c, 0x59, 0x57, 0xae, 0x58, 0xa5, 0x05, 0x29, 0xea, 0x16, 0x18, 0xa1, 0x2b, + 0x2e, 0x4e, 0x1d, 0x1e, 0xf7, 0x48, 0x9c, 0xea, 0x6b, 0x71, 0x0a, 0xc7, 0x37, 0x0e, 0x41, 0xfb, + 0x7f, 0xc3, 0xae, 0xac, 0xce, 0xbb, 0x7e, 0x35, 0x6c, 0x11, 0x0e, 0xb0, 0xfb, 0xd7, 0xcb, 0x07, + 0xe8, 0xb9, 0x7f, 0x2e, 0xc4, 0x03, 0x09, 0x15, 0xb8, 0xda, 0x92, 0xa5, 0x2c, 0xde, 0xd8, 0x76, + 0x0e, 0x0d, 0x2e, 0x2a, 0xb8, 0xdb, 0x5e, 0x22, 0x75, 0xc5, 0xee, 0x5e, 0xbc, 0xb7, 0x7b, 0x15, + 0x27, 0x36, 0x26, 0xf9, 0x79, 0x97, 0xd2, 0x37, 0x86, 0x24, 0x17, 0xb8, 0xe6, 0xbb, 0xe1, 0xee, + 0xa6, 0xc6, 0xd1, 0x73, 0xdb, 0x3a, 0xba, 0x5b, 0xb1, 0x9a, 0x37, 0x4e, 0x84, 0xfb, 0xd1, 0x42, + 0x35, 0xc9, 0x1b, 0xe7, 0x82, 0xcc, 0x6a, 0xc2, 0x86, 0x13, 0x9f, 0x1b, 0xf8, 0x7f, 0xd5, 0x76, + 0x7b, 0xff, 0x80, 0x59, 0x81, 0xcd, 0xf2, 0xe4, 0xd6, 0x8c, 0x79, 0xb8, 0x76, 0x3e, 0x51, 0x2d, + 0xe9, 0x02, 0x2d, 0xcc, 0x5d, 0xc2, 0xb6, 0x3a, 0x68, 0x8a, 0xb9, 0x85, 0x95, 0xfb, 0x38, 0xce, + 0x4a, 0xc1, 0x3e, 0x6c, 0x7b, 0xda, 0x0a, 0xd0, 0x96, 0x20, 0x6e, 0xb3, 0xc9, 0x4a, 0x72, 0x75, + 0x73, 0xa7, 0x27, 0xe5, 0xd2, 0x6e, 0xcf, 0x57, 0x4c, 0xf6, 0x1c, 0x5d, 0x28, 0xef, 0xe1, 0xee, + 0xef, 0x83, 0x4a, 0x3e, 0xcd, 0x26, 0xb7, 0x78, 0x87, 0x5b, 0xaa, 0xf8, 0x34, 0x82, 0xb1, 0x05, + 0x95, 0xe8, 0x0a, 0x5d, 0x77, 0x62, 0x0a, 0xd1, 0x62, 0x21, 0xd7, 0x84, 0x6b, 0x07, 0x2f, 0x8b, + 0x24, 0xf2, 0x3a, 0xdb, 0xf8, 0x56, 0x72, 0x12, 0xa7, 0xe4, 0xd5, 0x22, 0x2f, 0x8c, 0xf3, 0xe2, + 0x47, 0xe1, 0x69, 0xd6, 0xdc, 0x11, 0xa0, 0x80, 0xd6, 0x14, 0x68, 0x6d, 0xbf, 0x2b, 0x1b, 0x01, + 0x36, 0x61, 0xd3, 0xc7, 0xe7, 0xb5, 0x0b, 0x4d, 0x66, 0xda, 0xc3, 0x27, 0xda, 0x8a, 0x7f, 0xa2, + 0xc9, 0x3f, 0xf4, 0x6d, 0xe0, 0x8b, 0xde, 0x97, 0x1e, 0x23, 0x6b, 0xde, 0x86, 0x94, 0xce, 0x51, + 0x0b, 0xd1, 0xcc, 0xa3, 0x57, 0x5d, 0x20, 0x59, 0x43, 0xb5, 0x9e, 0xe2, 0xfd, 0xc9, 0x35, 0xfe, + 0x68, 0x18, 0x50, 0x34, 0xbd, 0xc9, 0x1b, 0x32, 0x45, 0xed, 0xd0, 0xa4, 0x62, 0xd0, 0x47, 0x7e, + 0xd5, 0x4e, 0xec, 0xa6, 0x98, 0x2f, 0x90, 0x7d, 0x7a, 0xad, 0x42, 0x91, 0xec, 0xc3, 0x34, 0x63, + 0xab, 0x4a, 0x18, 0xf7, 0x36, 0xdf, 0x35, 0x94, 0xfd, 0xbb, 0x76, 0x4f, 0xa6, 0x6e, 0x4f, 0x78, + 0x5f, 0x9b, 0xea, 0xbc, 0xba, 0x5d, 0x90, 0x9b, 0x64, 0x4b, 0x6d, 0xdf, 0x69, 0xbb, 0x47, 0xcb, + 0x0b, 0x5f, 0x40, 0xe5, 0xf6, 0xfa, 0xd5, 0x46, 0x85, 0xa9, 0x21, 0x7e, 0x0e, 0x43, 0xbc, 0xf2, + 0xd2, 0xc9, 0xde, 0xc6, 0x2d, 0x31, 0x47, 0xd5, 0x57, 0xec, 0xe1, 0xdf, 0x1c, 0x1f, 0x1f, 0x1d, + 0x88, 0x6d, 0xbc, 0x77, 0x70, 0x08, 0x07, 0x6f, 0x9c, 0xc3, 0x8f, 0x3e, 0x57, 0xa1, 0xc9, 0x68, + 0x57, 0x9b, 0x06, 0x5a, 0x8c, 0x71, 0x8d, 0x76, 0xcf, 0xfa, 0x3d, 0x18, 0xf5, 0xa2, 0xb9, 0xb5, + 0x7f, 0x44, 0x03, 0x4c, 0x8f, 0xaa, 0x26, 0xe8, 0x06, 0xf4, 0x9a, 0x1b, 0xf0, 0x6e, 0xb3, 0xfa, + 0x5b, 0x26, 0xc2, 0x95, 0xcd, 0x58, 0x31, 0x07, 0xeb, 0x07, 0xc7, 0x36, 0x73, 0xb0, 0x46, 0x68, + 0xa1, 0x24, 0x67, 0x67, 0x72, 0xe8, 0x6b, 0xbc, 0x96, 0xbb, 0x19, 0xb9, 0x69, 0xe7, 0x6f, 0x6f, + 0x6f, 0xd0, 0x88, 0xcf, 0x1c, 0x1d, 0xdf, 0x67, 0xb7, 0x9d, 0x34, 0x06, 0x5d, 0x6b, 0x54, 0x76, + 0x40, 0x78, 0x04, 0xe1, 0xec, 0x50, 0x5a, 0x04, 0x0a, 0x14, 0x13, 0xf0, 0xf3, 0xce, 0x48, 0x4b, + 0x6e, 0x3b, 0x12, 0xc1, 0xe4, 0x3f, 0xbb, 0xf3, 0xab, 0xbb, 0xc8, 0x7e, 0xaf, 0xc7, 0x4e, 0x01, + 0xb2, 0x3e, 0x58, 0x37, 0x52, 0xdc, 0x42, 0xdd, 0x53, 0x5b, 0xb2, 0x38, 0x16, 0xf4, 0xa1, 0xf0, + 0x9f, 0xda, 0xdc, 0xf9, 0x19, 0xbe, 0x6c, 0xfb, 0x5e, 0x80, 0x83, 0xa8, 0x8f, 0xd7, 0xf5, 0xac, + 0x7e, 0xbb, 0xde, 0xad, 0xaa, 0x22, 0x0d, 0x3d, 0xdb, 0x26, 0x70, 0x70, 0x6f, 0x02, 0x76, 0xb0, + 0x6b, 0xf3, 0xdc, 0x14, 0x34, 0x86, 0x32, 0x4c, 0xe2, 0x69, 0x39, 0xd8, 0x74, 0xa7, 0x3c, 0x97, + 0x96, 0x24, 0x35, 0x57, 0x37, 0x2c, 0x38, 0x69, 0x2c, 0x99, 0xec, 0x2c, 0x9b, 0x17, 0x2d, 0x27, + 0xa8, 0x2e, 0x7c, 0x97, 0xb9, 0x8a, 0x91, 0xe0, 0x1f, 0xbb, 0xf8, 0x6c, 0x52, 0x45, 0x30, 0x46, + 0xf9, 0x81, 0x79, 0xd2, 0x60, 0x00, 0x2f, 0x9b, 0x30, 0x95, 0xe4, 0xdb, 0x87, 0x4d, 0x6f, 0xd3, + 0x5b, 0xa1, 0xfc, 0xc8, 0xaa, 0x0d, 0x91, 0x4e, 0xc6, 0xca, 0xfb, 0x9b, 0x9c, 0x08, 0x4f, 0x60, + 0x6e, 0x9f, 0x6a, 0xb4, 0xc0, 0x8f, 0x21, 0x65, 0xbc, 0x0f, 0x89, 0xa8, 0xd3, 0x1a, 0xf4, 0x9b, + 0x3a, 0xa2, 0x28, 0xa1, 0x88, 0x06, 0x5c, 0xe8, 0x51, 0x72, 0x0c, 0x4c, 0x83, 0x46, 0x64, 0x6c, + 0x99, 0x8c, 0xf4, 0xda, 0x88, 0x13, 0x3b, 0xba, 0xa6, 0xed, 0x9f, 0x3b, 0x0e, 0x9a, 0x2b, 0x68, + 0xdd, 0x69, 0xc8, 0xe8, 0x1e, 0x7e, 0xb8, 0xac, 0x9c, 0x98, 0x49, 0xc1, 0x56, 0x83, 0x71, 0x93, + 0x58, 0xee, 0xb5, 0x40, 0x2c, 0x47, 0x57, 0xe4, 0x02, 0x03, 0x53, 0x11, 0x85, 0x45, 0x74, 0x6d, + 0xe5, 0x0f, 0xb8, 0xef, 0x60, 0x59, 0x2b, 0xec, 0xf5, 0xc3, 0xe7, 0x96, 0x55, 0x80, 0x3e, 0x57, + 0xa1, 0xf8, 0x27, 0x63, 0xef, 0xa3, 0x38, 0x58, 0x5d, 0xa4, 0x40, 0xaa, 0x66, 0x3e, 0xc6, 0x58, + 0x2c, 0xb1, 0x7a, 0x50, 0x7e, 0x16, 0x3e, 0x22, 0xa7, 0xcb, 0xb1, 0x1c, 0x90, 0x25, 0x41, 0x92, + 0x3d, 0xb9, 0xf4, 0x30, 0x2a, 0xff, 0xb9, 0x62, 0x2d, 0x5e, 0x6b, 0xba, 0x0e, 0xaf, 0x15, 0xaf, + 0x56, 0x7a, 0x3b, 0x91, 0xbc, 0x16, 0xb7, 0xc1, 0x59, 0x61, 0x80, 0xd9, 0xad, 0x93, 0x8d, 0xd2, + 0x7a, 0x33, 0x67, 0x8f, 0x1c, 0xb4, 0x56, 0xde, 0x2a, 0x07, 0xb7, 0x35, 0xbf, 0x5f, 0x58, 0x30, + 0x56, 0x88, 0xe6, 0x83, 0xfd, 0xda, 0x25, 0x9e, 0x7b, 0x8c, 0x87, 0x65, 0xdd, 0x95, 0x86, 0x65, + 0x40, 0xfe, 0x79, 0x38, 0x14, 0x78, 0xcb, 0x52, 0xf3, 0xfd, 0x2b, 0x90, 0xc3, 0x27, 0x85, 0x01, + 0xb9, 0x0b, 0x93, 0xe0, 0x66, 0x1e, 0x8e, 0x02, 0xf4, 0x87, 0x0f, 0xc6, 0x8b, 0x79, 0xd8, 0xd8, + 0x6e, 0xa2, 0x35, 0xd2, 0x58, 0xb6, 0x30, 0x1a, 0x59, 0x55, 0x0d, 0x64, 0x2c, 0x53, 0x03, 0xf4, + 0xe5, 0x64, 0x03, 0xe8, 0xcb, 0xab, 0xf5, 0xd0, 0x97, 0x41, 0xde, 0xfc, 0x0e, 0x42, 0xd6, 0xaa, + 0x61, 0x58, 0xd0, 0xdc, 0x83, 0x9c, 0xa3, 0x49, 0x20, 0x7e, 0x43, 0x0e, 0xd1, 0x95, 0xfc, 0x9d, + 0x4d, 0xa3, 0xbc, 0x12, 0x3f, 0x61, 0x66, 0x50, 0xbc, 0x91, 0x60, 0x82, 0x8d, 0x6d, 0x17, 0xee, + 0x05, 0xbf, 0x75, 0x96, 0xbe, 0x5c, 0xab, 0xe7, 0xd0, 0x40, 0x2c, 0x04, 0x17, 0x6d, 0x37, 0x75, + 0xd1, 0x76, 0xe5, 0xcd, 0x7e, 0xed, 0xda, 0x35, 0x18, 0xd5, 0xaf, 0xbe, 0xeb, 0x9e, 0xa0, 0x09, + 0xb9, 0x79, 0x4e, 0xbb, 0xc9, 0x49, 0x81, 0xe1, 0x79, 0x4f, 0x4f, 0xc9, 0x90, 0xd0, 0xa0, 0x15, + 0xbc, 0x03, 0x02, 0xdf, 0xa8, 0x2c, 0x23, 0x7a, 0x45, 0xc4, 0x47, 0x9d, 0xa4, 0xe2, 0xf5, 0xd1, + 0x7e, 0x63, 0x96, 0xc3, 0xb4, 0x96, 0x89, 0xb9, 0xbb, 0xc7, 0x27, 0x04, 0xa7, 0x69, 0x7f, 0x48, + 0x46, 0xa9, 0xd1, 0xd3, 0xd3, 0x4e, 0x2d, 0x1d, 0x49, 0xb2, 0x78, 0x5e, 0x9d, 0x2b, 0xb5, 0x9e, + 0x25, 0xa6, 0x44, 0xe3, 0xd4, 0x4c, 0xc4, 0xd4, 0x1c, 0x89, 0x89, 0x44, 0x5e, 0xc1, 0x89, 0xa0, + 0x8b, 0xe3, 0x1b, 0xb1, 0x85, 0x77, 0x5c, 0xd4, 0xf0, 0x8e, 0x07, 0x22, 0x3a, 0xdc, 0x30, 0x31, + 0xa9, 0xde, 0x5d, 0xd4, 0x7b, 0xbc, 0xde, 0xbb, 0x73, 0xd9, 0xbb, 0xf3, 0x93, 0x52, 0x74, 0xd7, + 0x7c, 0x58, 0xd6, 0x3a, 0x46, 0x69, 0xad, 0xa5, 0xee, 0xdd, 0x85, 0x1a, 0x8c, 0xc5, 0xea, 0xc1, + 0xc0, 0x7e, 0xcc, 0xc4, 0x94, 0xc4, 0x16, 0xbf, 0x8f, 0xe6, 0x81, 0xfa, 0x33, 0xcb, 0xdf, 0x47, + 0x8b, 0x0a, 0x9b, 0x39, 0xa9, 0xc3, 0xc7, 0x52, 0xe7, 0xab, 0x4e, 0xd0, 0xcd, 0x98, 0xac, 0x81, + 0x92, 0xb6, 0x16, 0x4e, 0xba, 0x7e, 0xe1, 0x64, 0x7a, 0xe1, 0x94, 0xaa, 0x5a, 0xb0, 0x70, 0x0a, + 0xf9, 0x1b, 0x16, 0x4e, 0x1a, 0xd0, 0xa0, 0xb8, 0xb0, 0xb9, 0x88, 0xca, 0x41, 0xaf, 0x94, 0x36, + 0x1c, 0x31, 0x87, 0xd4, 0x45, 0xef, 0x1c, 0xed, 0x4f, 0x66, 0x2d, 0xb4, 0xcc, 0x76, 0x9b, 0x90, + 0xeb, 0xcc, 0x50, 0x98, 0x9d, 0x36, 0x89, 0xc2, 0x20, 0xf7, 0xce, 0xd0, 0x4c, 0x76, 0x03, 0xe7, + 0xe5, 0x1c, 0xf4, 0x05, 0x73, 0x0f, 0x01, 0x4f, 0xe4, 0x6d, 0x3d, 0x1c, 0xee, 0x3b, 0x78, 0x11, + 0xaf, 0xb2, 0xda, 0xdf, 0x0f, 0xda, 0x0e, 0x13, 0x9c, 0x76, 0x3d, 0x38, 0x35, 0xac, 0x13, 0xa8, + 0xfc, 0x29, 0xbe, 0x5b, 0x71, 0x02, 0xe1, 0x4e, 0xd9, 0xba, 0xc5, 0x5b, 0x27, 0x90, 0xc8, 0xea, + 0xfd, 0xaa, 0xbc, 0xde, 0xdb, 0x59, 0xbd, 0x6f, 0xcf, 0xe9, 0xaf, 0xf3, 0x15, 0xf9, 0xc0, 0xbe, + 0xdd, 0x76, 0xb2, 0xd4, 0xf3, 0x59, 0x55, 0xa1, 0x1b, 0xbb, 0x42, 0x37, 0xab, 0x2a, 0xd4, 0x3f, + 0x5c, 0x95, 0x51, 0xff, 0xd0, 0xce, 0xa9, 0x4f, 0x92, 0x98, 0xb4, 0xed, 0x9c, 0xa1, 0xd9, 0xc1, + 0xcd, 0xf0, 0x62, 0x55, 0x0b, 0x0b, 0xbb, 0x85, 0xc5, 0x7c, 0x5d, 0x6e, 0xef, 0xf2, 0x15, 0xb9, + 0x95, 0x79, 0xd8, 0x36, 0x61, 0x6b, 0xb5, 0x8a, 0xaf, 0xcf, 0xef, 0x17, 0x2b, 0xf2, 0x82, 0xe3, + 0x72, 0x67, 0x8b, 0xf3, 0xb9, 0x21, 0xff, 0x1f, 0x16, 0xab, 0x5a, 0xbe, 0xd1, 0x49, 0x6c, 0x87, + 0x5e, 0x69, 0x4a, 0x78, 0x15, 0x6b, 0xcc, 0xa4, 0xb7, 0x25, 0x46, 0x9e, 0x79, 0xa5, 0x07, 0x9b, + 0xad, 0x40, 0xc5, 0x21, 0x7f, 0x10, 0x21, 0xb7, 0x81, 0x32, 0x17, 0x07, 0x26, 0xf2, 0x2d, 0x66, + 0x81, 0xab, 0x32, 0x6e, 0xad, 0x16, 0x0e, 0xd7, 0x85, 0x6c, 0x13, 0xd0, 0xd0, 0xfa, 0xb0, 0x88, + 0x56, 0x48, 0x75, 0xe5, 0x8f, 0x7f, 0xd7, 0x95, 0x11, 0x01, 0xba, 0x51, 0x7c, 0xca, 0x70, 0x1a, + 0x5c, 0xcc, 0x85, 0x5d, 0x85, 0xb9, 0xe0, 0xa2, 0x50, 0x86, 0x72, 0x98, 0x76, 0x35, 0x05, 0xa1, + 0xfb, 0xe9, 0xc7, 0xb6, 0x4f, 0x5d, 0xd0, 0x52, 0x86, 0x58, 0xd9, 0xb0, 0x41, 0x4c, 0x1f, 0x4c, + 0xaf, 0xc3, 0x36, 0x3a, 0x7d, 0xb8, 0x8a, 0xa7, 0xd0, 0x4a, 0x67, 0xf4, 0x34, 0xa0, 0xea, 0x56, + 0x6d, 0x53, 0xec, 0x55, 0x8d, 0xd8, 0xaa, 0x9b, 0xb4, 0x70, 0x65, 0x06, 0xdb, 0xb5, 0x13, 0x3e, + 0x0b, 0x63, 0xb7, 0x59, 0x38, 0x23, 0x9d, 0x09, 0x59, 0x9b, 0x86, 0x75, 0xb8, 0x31, 0xdf, 0x9d, + 0xda, 0x88, 0x8c, 0xd2, 0x6d, 0x9a, 0xd8, 0xc5, 0x43, 0x63, 0x5e, 0x16, 0xce, 0x52, 0x6d, 0xa5, + 0x68, 0x9c, 0xa5, 0xc6, 0x2c, 0xe7, 0xcd, 0x59, 0xd6, 0xc0, 0x99, 0x6a, 0xd9, 0x8a, 0xc8, 0x5b, + 0x18, 0x41, 0x89, 0xba, 0x86, 0x1a, 0xdf, 0xd3, 0x53, 0x3c, 0x3c, 0xf2, 0xed, 0x75, 0x53, 0x55, + 0xee, 0x79, 0xab, 0x90, 0x99, 0x08, 0xc7, 0x44, 0x9e, 0xa5, 0x47, 0x34, 0xfa, 0x62, 0x39, 0x4d, + 0x8e, 0xa2, 0x22, 0x3c, 0xe4, 0x09, 0x87, 0x90, 0x20, 0x7f, 0xf6, 0xe1, 0x80, 0x75, 0xd6, 0x8b, + 0x55, 0x2d, 0x81, 0xa0, 0x82, 0xd5, 0x62, 0x88, 0x70, 0x6e, 0xdd, 0x0a, 0x5d, 0x37, 0x59, 0x70, + 0x21, 0x8e, 0xec, 0xa3, 0x68, 0x67, 0xa7, 0x94, 0x45, 0xcb, 0xa4, 0x43, 0x4a, 0x92, 0x7f, 0xf4, + 0xf1, 0x0f, 0xab, 0xf8, 0xc2, 0x29, 0xfe, 0x4d, 0x56, 0xdf, 0xf3, 0x70, 0x9d, 0xc7, 0xee, 0x02, + 0xa0, 0xe3, 0x9d, 0x69, 0x88, 0x08, 0x02, 0x57, 0x0d, 0x64, 0xbc, 0xb0, 0xba, 0xbd, 0x86, 0x7d, + 0x62, 0x47, 0xdf, 0x64, 0xdf, 0xa3, 0xc0, 0xc4, 0xff, 0x32, 0x58, 0x14, 0xe7, 0x68, 0xe7, 0x8a, + 0x3d, 0xff, 0x24, 0x22, 0xc8, 0x7a, 0xcc, 0x0e, 0xb6, 0xc0, 0x2a, 0x90, 0x5e, 0xc9, 0x92, 0xce, + 0xa7, 0x0c, 0xd4, 0xd7, 0xbe, 0xf1, 0xd0, 0xfb, 0x2d, 0x31, 0xbf, 0x53, 0x8c, 0x30, 0x53, 0x76, + 0x07, 0xa8, 0x1b, 0x6d, 0x70, 0x59, 0x8a, 0xd0, 0xb4, 0x01, 0x93, 0x2a, 0xde, 0x64, 0x23, 0xf4, + 0x11, 0x97, 0x46, 0xb5, 0x8e, 0xb7, 0xa7, 0xae, 0x9c, 0xf7, 0xbc, 0x4e, 0x97, 0x22, 0xb1, 0x7d, + 0x6f, 0xc5, 0xa6, 0x46, 0x57, 0x5d, 0x0a, 0x7e, 0x13, 0xc6, 0x26, 0x3f, 0x73, 0x9d, 0xf9, 0xc4, + 0x55, 0x9d, 0xde, 0xa4, 0x7d, 0x68, 0xf6, 0xd9, 0x49, 0x9f, 0xc0, 0xf8, 0xcf, 0xa2, 0xb6, 0x1b, + 0x38, 0xd0, 0x75, 0xce, 0x86, 0x87, 0xc7, 0x3d, 0x1f, 0xd6, 0xf3, 0x02, 0x6a, 0x29, 0xdd, 0xaa, + 0xcf, 0x5e, 0x81, 0xd0, 0x03, 0x4b, 0x7e, 0x1c, 0x77, 0xf0, 0x36, 0x2f, 0x03, 0x55, 0x22, 0x2e, + 0x8a, 0x03, 0x45, 0x5a, 0x81, 0x60, 0x4a, 0xdd, 0xfc, 0x2d, 0x33, 0xa1, 0x90, 0x75, 0x42, 0x96, + 0x8c, 0x25, 0xbe, 0x8d, 0xba, 0xe5, 0xa9, 0xa7, 0x5d, 0x9a, 0x3d, 0xe3, 0xb0, 0xed, 0xef, 0xe5, + 0x67, 0x0a, 0x7b, 0x6f, 0x69, 0x94, 0xb9, 0x26, 0x43, 0x8c, 0x5f, 0x9e, 0x82, 0x5c, 0xab, 0x6c, + 0x8e, 0xc6, 0xfd, 0x2f, 0x28, 0x44, 0xff, 0xe2, 0xbf, 0xd8, 0xcd, 0x21, 0x92, 0x39, 0x8c, 0x59, + 0x6d, 0xc8, 0xcb, 0x86, 0xe9, 0xb4, 0x30, 0x11, 0xf9, 0xe3, 0xa2, 0xfe, 0x78, 0x62, 0x3d, 0x9e, + 0xcc, 0x3e, 0xd5, 0xdc, 0x37, 0xa5, 0x33, 0x06, 0x0a, 0xa2, 0x84, 0x65, 0xe4, 0xa4, 0x8a, 0xb6, + 0x13, 0xcc, 0xb0, 0x74, 0x9e, 0x68, 0x18, 0x1e, 0xf6, 0x26, 0x62, 0x9a, 0x50, 0x5f, 0x1a, 0xc2, + 0xb9, 0x8f, 0xea, 0xb2, 0x57, 0xeb, 0x7a, 0xe5, 0xe2, 0x71, 0x59, 0x70, 0x80, 0xcd, 0xd4, 0xaf, + 0x44, 0xec, 0xb9, 0x98, 0x07, 0x05, 0x4e, 0x68, 0x10, 0x98, 0x0d, 0x24, 0x96, 0xa5, 0x13, 0x98, + 0x4c, 0xf1, 0xce, 0xcf, 0xa2, 0x53, 0x20, 0xfa, 0xc9, 0x17, 0x2f, 0x06, 0x1d, 0xb1, 0x08, 0x3a, + 0x64, 0xe2, 0xec, 0x3c, 0x62, 0x5c, 0x37, 0xbb, 0xa6, 0xee, 0x90, 0x73, 0xba, 0xc0, 0xbe, 0x60, + 0x0b, 0x67, 0xe9, 0xf9, 0xc3, 0xfd, 0xfe, 0xd6, 0x45, 0x5d, 0x3c, 0x82, 0x6c, 0xf2, 0x20, 0xc1, + 0xcf, 0xe6, 0x69, 0x67, 0x22, 0x50, 0x08, 0xb0, 0x79, 0xbc, 0x50, 0x51, 0x1c, 0x01, 0x82, 0xd5, + 0x96, 0xea, 0xef, 0x6d, 0x9e, 0x34, 0x08, 0x53, 0x88, 0x76, 0x3e, 0xba, 0x8e, 0x61, 0x62, 0x4f, + 0xd1, 0xe7, 0xed, 0x26, 0xbb, 0x9a, 0x4f, 0x1f, 0x71, 0x59, 0x52, 0x9c, 0xb7, 0x58, 0x9b, 0x20, + 0x36, 0x89, 0x89, 0x05, 0xff, 0xe4, 0xb8, 0xf0, 0xa2, 0xfc, 0x0c, 0xe6, 0x08, 0xe8, 0x36, 0x6f, + 0x07, 0xcc, 0xe8, 0x22, 0xfd, 0x32, 0x8c, 0x62, 0xce, 0x39, 0x45, 0x0b, 0xd8, 0x22, 0x40, 0x3b, + 0xe5, 0x1b, 0xc0, 0xc5, 0x88, 0x30, 0x7a, 0x71, 0xe1, 0x8b, 0x25, 0x9f, 0x9f, 0xd5, 0xd7, 0x3c, + 0x02, 0x92, 0x1e, 0x64, 0xa7, 0x22, 0x14, 0xe2, 0x43, 0x7e, 0x76, 0x09, 0x1b, 0xb7, 0x15, 0x3b, + 0x01, 0x49, 0xa2, 0x52, 0xf5, 0xe4, 0xac, 0x9e, 0x74, 0x57, 0x4f, 0x42, 0x87, 0x46, 0x58, 0x31, + 0xa6, 0x80, 0x65, 0x1a, 0xe6, 0x6f, 0x03, 0x98, 0x48, 0xa1, 0xd7, 0xd6, 0x5b, 0x88, 0x92, 0x17, + 0xc7, 0xa2, 0x8f, 0xd2, 0xf8, 0x3e, 0x79, 0xa4, 0xfd, 0xe8, 0x4a, 0x8d, 0xd8, 0x81, 0x07, 0xa7, + 0x15, 0x4e, 0x45, 0x5c, 0xf9, 0xba, 0x20, 0x9c, 0x9a, 0x94, 0x8a, 0x4d, 0xfa, 0x2d, 0xb1, 0x9e, + 0x41, 0xe7, 0x60, 0x9a, 0x6f, 0x88, 0xb6, 0x14, 0x8e, 0x03, 0x76, 0x87, 0xb1, 0x98, 0x07, 0x2e, + 0xe4, 0x43, 0x7e, 0x53, 0xbe, 0x81, 0xde, 0x44, 0xce, 0x1f, 0x06, 0xfe, 0x20, 0x61, 0xb0, 0x38, + 0xf6, 0x82, 0x70, 0x1d, 0x54, 0x1b, 0x26, 0x71, 0x5e, 0xaa, 0x08, 0x00, 0x7c, 0xa6, 0x26, 0x92, + 0x9d, 0x8a, 0x21, 0xad, 0x7c, 0x16, 0x6d, 0xee, 0x6c, 0xe8, 0x09, 0x2c, 0x60, 0x32, 0xa6, 0x42, + 0xbd, 0x07, 0x4e, 0xbe, 0xfd, 0x6d, 0xf2, 0x3d, 0x7a, 0x31, 0x15, 0x6e, 0x0a, 0x78, 0x1b, 0x60, + 0x76, 0xca, 0x95, 0x3b, 0xa1, 0x73, 0xba, 0x9a, 0x73, 0x43, 0x56, 0xc8, 0x3e, 0x5b, 0x55, 0x46, + 0x78, 0x96, 0x3b, 0xf1, 0x04, 0x4d, 0xf6, 0xf1, 0x2b, 0x34, 0x10, 0x0e, 0xac, 0x3e, 0x9c, 0xa4, + 0xd3, 0xd3, 0xae, 0x9d, 0xe7, 0x15, 0x1a, 0x7a, 0x2b, 0xdf, 0x9e, 0x71, 0x88, 0xd7, 0x55, 0x1b, + 0x61, 0x7e, 0xb3, 0xd1, 0x7a, 0xaf, 0x41, 0xce, 0xed, 0xc2, 0x98, 0x3e, 0xa9, 0x43, 0xe1, 0x6e, + 0xd1, 0x9d, 0xb6, 0xe7, 0xc5, 0x0e, 0x7e, 0xcb, 0x5a, 0x01, 0x82, 0x98, 0x65, 0x10, 0x36, 0xd8, + 0x5b, 0x4b, 0x04, 0x50, 0x8b, 0xe2, 0x01, 0x0b, 0xe8, 0x69, 0xc3, 0x27, 0x45, 0x7f, 0xbb, 0xd2, + 0x6f, 0xba, 0x88, 0x79, 0x78, 0x20, 0xae, 0x85, 0x01, 0x72, 0xa1, 0xba, 0x4d, 0x95, 0xcf, 0x70, + 0x8e, 0x9f, 0x13, 0xa5, 0x44, 0x77, 0x71, 0x3d, 0xbe, 0x28, 0x17, 0xdd, 0x92, 0xa1, 0x8f, 0xc2, + 0x12, 0x81, 0xad, 0x70, 0x82, 0x9c, 0x13, 0xa2, 0x1f, 0xd4, 0x41, 0xe3, 0xb2, 0x30, 0x04, 0x36, + 0xd9, 0x87, 0x34, 0x07, 0x19, 0x0b, 0x95, 0x85, 0x68, 0xda, 0xca, 0x26, 0x42, 0x34, 0x21, 0x0e, + 0x76, 0x24, 0x41, 0x4d, 0xa1, 0x26, 0x36, 0x8b, 0x7a, 0x06, 0x65, 0x2a, 0x7f, 0x29, 0x81, 0x22, + 0xbd, 0x05, 0xec, 0xd9, 0x48, 0x6c, 0xb7, 0x04, 0xf9, 0x71, 0x39, 0x0b, 0xe1, 0x58, 0x86, 0xff, + 0xee, 0x42, 0xbc, 0xb4, 0x00, 0xb5, 0x99, 0xc7, 0x54, 0x1c, 0xf7, 0x6c, 0xfe, 0xd5, 0x3d, 0xc4, + 0xae, 0xbb, 0xca, 0x96, 0xf1, 0xc1, 0x8c, 0xbf, 0x76, 0xf4, 0x8d, 0xf3, 0x9e, 0x5f, 0xdd, 0x43, + 0x9f, 0xc7, 0x5d, 0x4a, 0x1c, 0x8d, 0x8b, 0x2e, 0x7c, 0xb0, 0x4f, 0x35, 0xf2, 0x4f, 0x30, 0x0b, + 0x51, 0x39, 0x48, 0xac, 0x4c, 0x5f, 0xc6, 0x02, 0xa9, 0x15, 0xbb, 0x0c, 0x3d, 0x45, 0x5c, 0xf6, + 0x20, 0xdd, 0x6f, 0x32, 0xa8, 0x9e, 0xf7, 0x30, 0x0c, 0xc3, 0xc0, 0x66, 0x66, 0xd1, 0x08, 0xc7, + 0x8b, 0xc0, 0xa6, 0x65, 0xd1, 0x0f, 0xae, 0x03, 0x9b, 0x93, 0xc5, 0x60, 0x22, 0x8b, 0x09, 0x04, + 0xe2, 0x3c, 0x2f, 0x62, 0x16, 0x3f, 0x5c, 0x10, 0xd6, 0x13, 0x83, 0x33, 0xeb, 0xd7, 0xec, 0x67, + 0xce, 0x84, 0xfb, 0x80, 0x33, 0x92, 0x8f, 0xe2, 0x20, 0x15, 0x87, 0xcd, 0x1e, 0x9c, 0x95, 0x65, + 0x76, 0x21, 0xb3, 0xf9, 0x46, 0x31, 0xbd, 0x40, 0x21, 0x13, 0x5d, 0x93, 0xc2, 0xa4, 0xa5, 0xd3, + 0xf5, 0x20, 0x48, 0x47, 0xbe, 0x27, 0x39, 0x2a, 0xac, 0x6a, 0xdf, 0xc6, 0xc1, 0xc8, 0x4a, 0x29, + 0x46, 0xa5, 0x74, 0x1c, 0x08, 0xb2, 0xfa, 0x34, 0xe5, 0xdd, 0xf8, 0x67, 0x5d, 0x95, 0xc4, 0x82, + 0xbb, 0x35, 0x48, 0xb3, 0x3c, 0xf9, 0x17, 0x9d, 0x9c, 0x81, 0x4a, 0x32, 0x5f, 0x64, 0x07, 0x2f, + 0x45, 0x0d, 0x8a, 0xbb, 0x77, 0xd9, 0x4f, 0xd7, 0xe3, 0x2e, 0xcc, 0xb4, 0x04, 0x66, 0x1a, 0xcc, + 0x32, 0x35, 0xd7, 0xdc, 0x5c, 0xd3, 0xf8, 0x41, 0x85, 0x9b, 0x5d, 0xcc, 0xc7, 0x09, 0x75, 0x76, + 0x23, 0xab, 0xa0, 0xd7, 0xc2, 0x54, 0xf8, 0xc5, 0x68, 0x34, 0xea, 0xec, 0xf7, 0x8f, 0xbf, 0x0c, + 0x3a, 0x48, 0xbe, 0x8b, 0x4e, 0xad, 0x8b, 0x3d, 0x2f, 0xc0, 0x7f, 0xaf, 0xe5, 0xbf, 0x63, 0x38, + 0xc2, 0x71, 0x3b, 0x5a, 0x51, 0xc3, 0x51, 0x53, 0xfd, 0x7e, 0xf9, 0x43, 0xea, 0xd7, 0xeb, 0xf5, + 0x36, 0xab, 0x1f, 0x2b, 0xf9, 0x2f, 0xba, 0x63, 0xf9, 0x68, 0x7d, 0x8a, 0x13, 0x90, 0x4e, 0xcc, + 0x2a, 0x81, 0x69, 0x22, 0x62, 0x86, 0xfd, 0x65, 0x1f, 0x94, 0x3d, 0x71, 0x55, 0xf8, 0x29, 0x7e, + 0x44, 0xd4, 0xfe, 0xaf, 0xbe, 0x42, 0x62, 0x02, 0x82, 0xb0, 0xe3, 0x5b, 0xa7, 0x0c, 0x32, 0x8e, + 0x1b, 0xbf, 0xd0, 0x77, 0x1b, 0xe6, 0x0b, 0x9d, 0x09, 0xe7, 0x08, 0xe1, 0x53, 0x76, 0xe0, 0x58, + 0xa2, 0x63, 0xb6, 0x56, 0xbe, 0xf1, 0x11, 0xdd, 0x53, 0x08, 0xc8, 0x7a, 0xc9, 0x7b, 0x5f, 0x20, + 0x66, 0x2e, 0xc7, 0x07, 0x84, 0xa5, 0x20, 0x05, 0x66, 0xb2, 0xf6, 0x9a, 0x17, 0xa7, 0xd3, 0xd1, + 0xa8, 0xd7, 0xf3, 0x0c, 0xb6, 0xe2, 0x8a, 0x65, 0x16, 0x09, 0x98, 0xc4, 0xd2, 0x3f, 0xed, 0xe1, + 0x2d, 0x82, 0xda, 0x54, 0x0e, 0x1d, 0xdd, 0x54, 0x6d, 0x3b, 0xf2, 0xf8, 0x44, 0x44, 0x32, 0x3d, + 0x29, 0xf0, 0x4e, 0x42, 0x1a, 0xf4, 0x41, 0x11, 0xb3, 0xd6, 0x0f, 0xe8, 0xb3, 0xa5, 0x1f, 0x3a, + 0x49, 0x2f, 0x67, 0x23, 0x38, 0xde, 0x12, 0xe8, 0x8f, 0xe2, 0x0e, 0x06, 0x12, 0xfe, 0xeb, 0xb5, + 0x6e, 0xd9, 0x9f, 0x43, 0x1c, 0xe5, 0x8c, 0x06, 0x8c, 0xc5, 0xea, 0x8a, 0xcc, 0xac, 0xa9, 0xf4, + 0x67, 0x63, 0xe6, 0xb0, 0xf2, 0xb9, 0x58, 0x9b, 0x4f, 0xe1, 0x35, 0x6e, 0x01, 0x4e, 0x3e, 0xbf, + 0xac, 0xcd, 0xe7, 0xce, 0x6b, 0xdc, 0x33, 0x9c, 0x7c, 0xfe, 0x52, 0xcf, 0xa7, 0xbb, 0x14, 0x33, + 0x3e, 0x6c, 0x5a, 0x19, 0x95, 0xf3, 0x3d, 0x2e, 0x66, 0x6b, 0x96, 0x3a, 0xe7, 0x42, 0x50, 0x46, + 0x4d, 0xa7, 0x82, 0xbc, 0x37, 0x72, 0xcf, 0x84, 0x81, 0x99, 0x2c, 0x92, 0xd3, 0x5b, 0xb9, 0x20, + 0x51, 0x7c, 0xfe, 0x47, 0xe1, 0xff, 0xd1, 0xcc, 0x41, 0xee, 0xce, 0xcd, 0x45, 0x14, 0x07, 0x6e, + 0xda, 0x35, 0x22, 0xcd, 0x3b, 0x69, 0xe3, 0xa8, 0x50, 0xb8, 0xe5, 0xf2, 0x91, 0xd3, 0xc4, 0x5f, + 0x6d, 0x57, 0x4e, 0x2d, 0x0c, 0x04, 0xcd, 0x92, 0x4f, 0x59, 0x5b, 0x23, 0xb1, 0x6a, 0xb3, 0x28, + 0x45, 0xbe, 0x60, 0x4f, 0xbe, 0xd8, 0xb1, 0x85, 0xc9, 0x95, 0xb1, 0x6c, 0x97, 0xb0, 0xe8, 0xb2, + 0x13, 0xd9, 0xc7, 0xe1, 0xd4, 0x71, 0xca, 0x84, 0xe3, 0xa6, 0x87, 0x32, 0x29, 0x61, 0xef, 0xc1, + 0x08, 0xfd, 0x90, 0xc0, 0xae, 0xd9, 0x45, 0x80, 0xea, 0xb5, 0x53, 0x86, 0x18, 0x7e, 0x0f, 0x77, + 0xf0, 0x53, 0x8e, 0xf9, 0xde, 0x68, 0x6f, 0xd3, 0xa2, 0x94, 0xaf, 0x2e, 0xfd, 0x5c, 0x49, 0x61, + 0x04, 0xa3, 0x50, 0x28, 0xa8, 0xd4, 0xf9, 0xc1, 0x22, 0xcc, 0x82, 0x11, 0x0c, 0x42, 0x6a, 0x92, + 0xae, 0x29, 0x69, 0x1c, 0x25, 0x26, 0x69, 0x4c, 0x49, 0xf7, 0x70, 0xb8, 0x39, 0x1d, 0x46, 0x85, + 0xa8, 0x5b, 0x75, 0x28, 0x24, 0xfc, 0xf0, 0xe1, 0x32, 0xa0, 0xff, 0x5d, 0x56, 0x95, 0xbc, 0x75, + 0x46, 0x30, 0x7a, 0x7a, 0x3b, 0xfa, 0x20, 0x3a, 0x27, 0xbb, 0x74, 0x6f, 0x95, 0x2d, 0xfb, 0xea, + 0x28, 0x41, 0xd7, 0xe1, 0x66, 0xab, 0xff, 0x64, 0x52, 0x72, 0xd3, 0x33, 0xea, 0x03, 0x84, 0xcf, + 0x3b, 0xe1, 0xb2, 0x1e, 0x52, 0x4a, 0xfc, 0x37, 0xee, 0x0e, 0x92, 0x62, 0x04, 0xff, 0x56, 0x74, + 0x25, 0xcf, 0x9e, 0x5d, 0xcf, 0xcb, 0xd9, 0xed, 0x18, 0x6f, 0x38, 0x9f, 0x7d, 0x3f, 0x5f, 0x4c, + 0xb2, 0x2c, 0xfb, 0x34, 0x8f, 0x9f, 0x21, 0x3b, 0xcd, 0xb3, 0xfb, 0xf9, 0xa7, 0x39, 0xaa, 0xd3, + 0x2e, 0x70, 0xb2, 0xc2, 0x69, 0xea, 0x76, 0x67, 0x93, 0xbd, 0xa8, 0xff, 0xc2, 0x1f, 0x1e, 0x21, + 0x9c, 0x65, 0x17, 0x8b, 0xf5, 0x83, 0xd9, 0x64, 0x78, 0xa8, 0xfe, 0x3c, 0xea, 0xe1, 0x56, 0xff, + 0xfc, 0x79, 0x14, 0xcd, 0x26, 0x94, 0xb2, 0x17, 0x1d, 0x61, 0x4a, 0xef, 0x05, 0x4b, 0x81, 0x0c, + 0x94, 0x74, 0x83, 0xe8, 0x40, 0xbe, 0xa5, 0x37, 0x7c, 0x9c, 0x15, 0xe8, 0x6a, 0x37, 0x9b, 0x54, + 0x41, 0x07, 0xb1, 0x98, 0x82, 0xce, 0x71, 0xef, 0x4b, 0x64, 0xa3, 0x0c, 0xbe, 0xeb, 0x2b, 0xe8, + 0xe4, 0x74, 0xba, 0xb0, 0x20, 0x54, 0x21, 0xe1, 0x27, 0x32, 0x35, 0x0a, 0x4b, 0x28, 0x3e, 0xb7, + 0x36, 0x00, 0x52, 0x65, 0x90, 0x16, 0xdc, 0x1f, 0x28, 0x0a, 0x9c, 0x76, 0x5d, 0x85, 0x7b, 0x61, + 0x21, 0x9e, 0xe6, 0x74, 0xbe, 0xb8, 0xe9, 0xfc, 0x14, 0x8f, 0xb3, 0x4c, 0xaa, 0x8d, 0x5d, 0x51, + 0x3e, 0x48, 0xa9, 0x35, 0x0a, 0x17, 0x50, 0xc5, 0x23, 0xef, 0x99, 0x30, 0x4b, 0x54, 0xaa, 0xaa, + 0x17, 0x36, 0xdc, 0x2b, 0x1c, 0xac, 0x85, 0xbd, 0x3f, 0x2d, 0x0a, 0x51, 0x37, 0x55, 0xf7, 0x0b, + 0xff, 0x77, 0xd6, 0x52, 0x14, 0x6c, 0x2a, 0x79, 0x41, 0x84, 0x5b, 0xaa, 0x0e, 0x41, 0x4b, 0x76, + 0x53, 0x37, 0x3b, 0xea, 0x4b, 0x7d, 0x7b, 0xaa, 0x40, 0xd5, 0x84, 0x7f, 0xcf, 0x52, 0x5c, 0xcb, + 0xf7, 0xc4, 0xfd, 0xa8, 0x26, 0xdc, 0x45, 0x67, 0x8f, 0x9d, 0x5e, 0x75, 0x89, 0x10, 0x89, 0x7f, + 0x55, 0x77, 0x46, 0x02, 0x72, 0x20, 0xcb, 0xa3, 0x9b, 0xfb, 0x80, 0x25, 0xc0, 0xf7, 0x7f, 0x27, + 0xd5, 0x9d, 0xbd, 0xf2, 0x3e, 0xba, 0x99, 0x71, 0x5c, 0xf2, 0xfe, 0x20, 0x96, 0x9e, 0x43, 0xb1, + 0xe3, 0x39, 0x24, 0xef, 0x65, 0xdb, 0x3d, 0x93, 0xc8, 0xd2, 0x20, 0xee, 0x3b, 0x8a, 0x57, 0xb0, + 0xf9, 0x70, 0x50, 0xdd, 0x9c, 0xa5, 0xdb, 0x40, 0xf8, 0x44, 0x23, 0x04, 0x2a, 0xfc, 0x02, 0x24, + 0x38, 0x04, 0x3e, 0x40, 0x3c, 0xce, 0xae, 0x77, 0x9f, 0x10, 0x68, 0xff, 0x83, 0x27, 0x51, 0x21, + 0x50, 0x80, 0x11, 0x1a, 0x3e, 0xb3, 0xf2, 0x95, 0x82, 0x57, 0x02, 0x11, 0x44, 0xef, 0xc8, 0x49, + 0x1d, 0xff, 0x51, 0x43, 0xc8, 0x4b, 0x84, 0x27, 0xb9, 0x18, 0x1c, 0x64, 0x67, 0xeb, 0x72, 0x61, + 0xa7, 0xb2, 0xde, 0x5b, 0x56, 0xc1, 0xb5, 0xbe, 0x3f, 0x12, 0x8d, 0xe8, 0x05, 0x12, 0x43, 0x93, + 0x55, 0xb3, 0xa8, 0x55, 0x33, 0x70, 0x60, 0x69, 0x97, 0x79, 0xc8, 0x33, 0x0e, 0xee, 0x38, 0xdc, + 0x24, 0x92, 0xd4, 0xd7, 0xd5, 0xc7, 0x40, 0x88, 0x7f, 0xca, 0x8c, 0x13, 0x07, 0xdf, 0x7d, 0x67, + 0xdd, 0xdd, 0xb8, 0x15, 0x23, 0x9b, 0xcd, 0x66, 0xf4, 0xf0, 0x50, 0x95, 0x87, 0xd3, 0x9c, 0x44, + 0xe4, 0xbd, 0xd8, 0x66, 0x89, 0xff, 0x0c, 0x08, 0xdb, 0x66, 0x82, 0xf9, 0x95, 0x80, 0xb4, 0x05, + 0x9a, 0xa6, 0x78, 0x87, 0xdb, 0x77, 0x08, 0xd0, 0xfd, 0x56, 0xaf, 0xc1, 0xb0, 0x41, 0x1e, 0xe8, + 0xce, 0x71, 0xea, 0x1a, 0xb8, 0x6a, 0xbd, 0xb1, 0xd7, 0x87, 0xfe, 0xa8, 0x02, 0x50, 0x73, 0x43, + 0x84, 0x4c, 0xde, 0x90, 0x7e, 0x1e, 0x81, 0x92, 0xfe, 0x4a, 0x18, 0x76, 0xb1, 0x40, 0x1e, 0xd1, + 0x8c, 0xb6, 0x2b, 0x28, 0x98, 0xd1, 0xd3, 0x4f, 0x30, 0xcc, 0x79, 0x3e, 0x45, 0x0c, 0x6e, 0xcb, + 0xb5, 0x0c, 0xdb, 0x52, 0x1a, 0x79, 0x87, 0xaf, 0x3c, 0x79, 0x17, 0x64, 0x33, 0xc9, 0x11, 0x78, + 0x29, 0x4f, 0xfc, 0x9f, 0xff, 0x45, 0xee, 0xb6, 0xd0, 0x24, 0xc5, 0xf8, 0x4e, 0x90, 0x36, 0x30, + 0xdc, 0xd6, 0x38, 0xdb, 0x8a, 0x18, 0xd1, 0x8d, 0x09, 0x68, 0x46, 0x2f, 0xc6, 0xb8, 0x5d, 0xa5, + 0xd2, 0xf0, 0x05, 0x68, 0xba, 0x97, 0xb2, 0x8a, 0xeb, 0xc8, 0xa9, 0x01, 0x0c, 0xb0, 0x8b, 0xca, + 0x15, 0x7d, 0x43, 0xdb, 0xca, 0x3c, 0xf2, 0x72, 0xe2, 0xb6, 0x83, 0xb6, 0x96, 0xa0, 0x19, 0xf4, + 0x07, 0xf3, 0x13, 0x8d, 0xcc, 0x32, 0x57, 0x68, 0xfa, 0x69, 0x54, 0x7c, 0x98, 0x5f, 0x06, 0x9b, + 0x32, 0xf9, 0x81, 0x16, 0xff, 0x73, 0x9e, 0xc7, 0x8b, 0x97, 0x23, 0x04, 0xce, 0x1e, 0xa4, 0x4e, + 0xed, 0x0d, 0xf1, 0x9d, 0x6c, 0x82, 0xfd, 0x3e, 0x12, 0xe1, 0x29, 0x77, 0x53, 0x98, 0xc6, 0x8c, + 0xbb, 0x2d, 0x89, 0x47, 0xa9, 0x00, 0xbf, 0x6e, 0xc2, 0x91, 0x90, 0x3b, 0x56, 0x4c, 0x2e, 0xa2, + 0xf3, 0xec, 0xb6, 0xb0, 0xbb, 0x50, 0x69, 0x2e, 0x48, 0x2d, 0xc0, 0x1d, 0x4c, 0x31, 0x13, 0x9c, + 0x8b, 0xaf, 0x51, 0xd5, 0xeb, 0xa2, 0xbe, 0x23, 0x7e, 0x79, 0x74, 0x51, 0x8c, 0x9a, 0x07, 0xcc, + 0x33, 0xf2, 0x75, 0x46, 0xcb, 0x21, 0xb2, 0xa9, 0xa5, 0x6a, 0x70, 0x0e, 0x10, 0x85, 0x43, 0xcc, + 0xc4, 0x79, 0x52, 0x12, 0x3b, 0x42, 0x43, 0x77, 0x8b, 0x0b, 0x67, 0x72, 0xf9, 0x57, 0x81, 0x7d, + 0x97, 0xe4, 0xc2, 0xbd, 0x78, 0x3d, 0x92, 0x4b, 0x20, 0x66, 0x6c, 0xda, 0x96, 0xd8, 0x4e, 0xd9, + 0xfe, 0xf8, 0xa0, 0xc8, 0x4c, 0x14, 0xbb, 0x95, 0xcd, 0x43, 0xae, 0x1c, 0xb1, 0x95, 0xe2, 0xd7, + 0xbb, 0xd4, 0x6d, 0xd5, 0x19, 0x9f, 0x1a, 0x16, 0xcc, 0x69, 0x52, 0x86, 0x5b, 0xf7, 0xc1, 0xe7, + 0xb6, 0x12, 0xb1, 0xae, 0x4b, 0xed, 0x38, 0xc1, 0xb9, 0xc3, 0x79, 0x73, 0xb3, 0xc5, 0xcd, 0xa8, + 0xfc, 0x7e, 0x61, 0xc4, 0xe9, 0x00, 0xe9, 0x05, 0x0d, 0x54, 0x10, 0xf6, 0x81, 0x1d, 0xd6, 0x1c, + 0x63, 0x5c, 0x86, 0xaf, 0x66, 0x29, 0xfd, 0x35, 0x10, 0x8a, 0x6e, 0xea, 0x13, 0x68, 0x38, 0x49, + 0xc9, 0x94, 0x1e, 0x7d, 0x48, 0x2f, 0x91, 0x17, 0xa4, 0x5b, 0x8a, 0xf7, 0x64, 0xa6, 0xfe, 0x49, + 0xe1, 0x6b, 0xac, 0x26, 0x10, 0x17, 0x93, 0x93, 0x62, 0xbf, 0x1c, 0x24, 0x30, 0xf5, 0xc5, 0x5b, + 0x74, 0xbc, 0xc6, 0x22, 0xfc, 0x63, 0xbf, 0x2f, 0xc8, 0x92, 0x6a, 0x95, 0x60, 0xc0, 0xe9, 0xfe, + 0x32, 0xb5, 0x90, 0xd4, 0xed, 0xea, 0x94, 0x0b, 0xac, 0x0d, 0x83, 0x4d, 0xe7, 0x95, 0x62, 0x48, + 0x35, 0x76, 0xdd, 0xdc, 0x7a, 0xb1, 0x17, 0x65, 0xf5, 0x78, 0x74, 0x07, 0xd6, 0xd2, 0x74, 0xaa, + 0x76, 0xd9, 0x64, 0x0a, 0x8a, 0x70, 0xd0, 0x16, 0xb0, 0x46, 0x31, 0xf3, 0xce, 0xce, 0xa4, 0xda, + 0x26, 0x55, 0xbe, 0x5c, 0xb2, 0x5e, 0x3a, 0xa4, 0xae, 0xd0, 0xa3, 0x96, 0xcd, 0xb8, 0x68, 0xb4, + 0x19, 0x33, 0x96, 0xd0, 0x18, 0x06, 0xbe, 0xb4, 0x89, 0x57, 0xd5, 0x5b, 0x3a, 0x2a, 0x42, 0x48, + 0x12, 0x0d, 0x3e, 0xe1, 0xe6, 0x8d, 0x20, 0x1e, 0xd2, 0x70, 0xaa, 0xc1, 0xc6, 0x2a, 0xbb, 0x5f, + 0x19, 0xcf, 0x21, 0xf3, 0x1d, 0x02, 0xaa, 0xea, 0x9b, 0xed, 0xd4, 0x3f, 0x55, 0x31, 0x5a, 0xe9, + 0x65, 0x94, 0xcb, 0x1f, 0xfa, 0x52, 0x22, 0x30, 0x73, 0x50, 0xbf, 0x45, 0x60, 0xc3, 0x30, 0x84, + 0x3a, 0x41, 0xe2, 0xb4, 0xf8, 0x06, 0x14, 0x46, 0xa7, 0x45, 0x06, 0x4f, 0x29, 0x25, 0x8c, 0x14, + 0xfe, 0x06, 0x41, 0xdf, 0xbb, 0x79, 0x21, 0x20, 0xb2, 0x95, 0x11, 0x22, 0xdc, 0xa8, 0x78, 0x0f, + 0x31, 0x42, 0xfc, 0x4e, 0x50, 0x84, 0x8b, 0xa4, 0xc4, 0x40, 0xc6, 0x02, 0x44, 0x52, 0xc5, 0x11, + 0xd3, 0xfa, 0x85, 0xf1, 0xa5, 0xcd, 0xe7, 0xbf, 0x80, 0x06, 0x93, 0xfa, 0x3a, 0x42, 0x20, 0xe5, + 0xd7, 0xb5, 0x51, 0x82, 0xa6, 0xfa, 0xa4, 0x7e, 0x6b, 0x29, 0xb9, 0xbf, 0xc4, 0x07, 0xce, 0x1d, + 0xb7, 0x00, 0xf5, 0xa7, 0xc8, 0x84, 0xb4, 0xf5, 0x66, 0xa4, 0x16, 0x4b, 0x23, 0xb0, 0x2c, 0x18, + 0x27, 0x73, 0x4b, 0x0b, 0x14, 0x47, 0xfb, 0xba, 0xcb, 0x96, 0xaa, 0xfc, 0x1d, 0xe1, 0x30, 0xcc, + 0xa6, 0x9e, 0xd2, 0x8e, 0x68, 0x6c, 0xea, 0x35, 0x97, 0x9d, 0x71, 0x72, 0xbb, 0xe8, 0x36, 0xd2, + 0x9c, 0xd5, 0x9f, 0x70, 0x2f, 0x1a, 0xf1, 0xb4, 0x12, 0xb8, 0x06, 0xff, 0x78, 0x59, 0xa7, 0xcb, + 0x51, 0xf3, 0x16, 0x99, 0x5a, 0x83, 0xb7, 0xd1, 0x73, 0x5a, 0x85, 0x73, 0xaa, 0x09, 0x88, 0x12, + 0x0f, 0x3d, 0x49, 0x2b, 0x41, 0x8d, 0xbb, 0xa0, 0x6b, 0x43, 0xd9, 0xeb, 0x03, 0x56, 0x7b, 0x41, + 0xb8, 0xb0, 0xd4, 0x4a, 0x92, 0x04, 0x57, 0x78, 0x97, 0xdd, 0xc2, 0x28, 0x15, 0xa7, 0x6e, 0x02, + 0xf2, 0x89, 0xc4, 0x4c, 0xd6, 0x1a, 0x15, 0x67, 0x8b, 0x8c, 0xe0, 0xcc, 0x94, 0xb4, 0x25, 0x36, + 0x0c, 0x24, 0x0c, 0x8c, 0x39, 0x4d, 0x20, 0x09, 0x29, 0xc4, 0xfd, 0x87, 0x3a, 0x4b, 0xf1, 0x2b, + 0x28, 0xce, 0x5d, 0x0f, 0xbe, 0xd5, 0x17, 0xdb, 0xa0, 0xf1, 0x28, 0x16, 0x46, 0xae, 0x7f, 0x4c, + 0x3e, 0xa9, 0x73, 0x2c, 0x9f, 0xa0, 0x54, 0xa7, 0x76, 0x24, 0xd8, 0xbd, 0x46, 0x8b, 0xeb, 0x98, + 0x2d, 0x63, 0xda, 0xf6, 0x65, 0xa2, 0x7d, 0xe2, 0xea, 0x57, 0x06, 0x7c, 0xad, 0xab, 0x68, 0x6f, + 0x90, 0xf7, 0x78, 0x33, 0x4a, 0xe7, 0xef, 0x02, 0xfe, 0xee, 0x42, 0x67, 0xaa, 0xae, 0x82, 0xdc, + 0xd0, 0x10, 0xfd, 0x77, 0xdd, 0xb1, 0xd7, 0xaf, 0x7f, 0x78, 0xf9, 0xb6, 0xeb, 0x95, 0xa3, 0xf1, + 0x44, 0x48, 0xdb, 0x9e, 0xff, 0x41, 0x8c, 0xc2, 0xa5, 0x9c, 0x59, 0xef, 0xb2, 0x3c, 0xf8, 0xc7, + 0xcb, 0xa6, 0xd0, 0x15, 0x39, 0xbd, 0x76, 0xba, 0x6a, 0x6c, 0x7a, 0xbe, 0x85, 0xc6, 0x46, 0x73, + 0x5f, 0xb4, 0x5f, 0xbc, 0xf1, 0xd5, 0x57, 0x4e, 0x3f, 0xd4, 0xab, 0x15, 0x95, 0xfb, 0x0f, 0xc8, + 0xec, 0x48, 0x37, 0x46, 0x24, 0x83, 0x17, 0x48, 0x33, 0xb6, 0xd7, 0x4d, 0xbf, 0x2e, 0x9e, 0xdd, + 0xff, 0x0a, 0x62, 0x7b, 0xf6, 0xe3, 0xfc, 0x21, 0xbe, 0xea, 0x1e, 0xfa, 0x83, 0xde, 0x0e, 0xee, + 0xb1, 0x5d, 0x51, 0xdd, 0x61, 0x8f, 0xd0, 0x99, 0x7c, 0x9d, 0x70, 0x42, 0x2c, 0xb2, 0x98, 0x90, + 0x0c, 0x0f, 0xfa, 0x87, 0x20, 0xb6, 0x6c, 0xd2, 0x54, 0x50, 0xda, 0x44, 0xcf, 0x40, 0x3e, 0xd0, + 0x6a, 0x21, 0x75, 0x91, 0x07, 0x53, 0x06, 0xe2, 0x5a, 0xf9, 0xd8, 0xf5, 0xf6, 0xf7, 0xe7, 0x5e, + 0x20, 0xbe, 0xdb, 0x47, 0xc8, 0xe4, 0x24, 0xea, 0xef, 0x27, 0xca, 0x5c, 0x36, 0x42, 0xc1, 0xeb, + 0x53, 0x21, 0xab, 0x00, 0x52, 0x44, 0x5b, 0x1e, 0x53, 0x2f, 0x48, 0xfc, 0x4d, 0xfb, 0xb5, 0x0f, + 0x19, 0xc9, 0x15, 0xc1, 0x25, 0x69, 0x43, 0x80, 0xba, 0x6c, 0x00, 0xa9, 0x76, 0x24, 0x50, 0xa5, + 0xeb, 0xa5, 0x57, 0x13, 0xba, 0x7b, 0xba, 0xff, 0x75, 0xf8, 0xed, 0x77, 0xdf, 0x3e, 0x3d, 0xc1, + 0xbf, 0xc7, 0x47, 0xdf, 0x7d, 0xf5, 0xd5, 0xfd, 0xaf, 0x27, 0xdf, 0x1e, 0xf6, 0xfc, 0x56, 0x1a, + 0x61, 0x01, 0x4e, 0xbe, 0xbc, 0xff, 0x55, 0x91, 0xdc, 0xd2, 0x66, 0x45, 0x68, 0xc4, 0x9c, 0x8a, + 0x75, 0xc0, 0xac, 0x19, 0x14, 0x14, 0x27, 0x87, 0x56, 0x00, 0xc8, 0x0e, 0x8a, 0x97, 0x59, 0x82, + 0xcd, 0xc7, 0xf6, 0x49, 0x26, 0xac, 0x40, 0xa5, 0x8d, 0x95, 0x91, 0x9a, 0x76, 0x36, 0xeb, 0x3b, + 0xf9, 0xa6, 0x00, 0x04, 0xef, 0x42, 0xbf, 0x3f, 0x37, 0x9f, 0x95, 0xb9, 0xc9, 0x4a, 0x32, 0x37, + 0xd0, 0x1c, 0xab, 0x23, 0xa9, 0xcb, 0x74, 0x81, 0x2b, 0x4a, 0xf8, 0x66, 0x94, 0xf0, 0x7d, 0x24, + 0x67, 0xe5, 0xf7, 0x41, 0xb3, 0x52, 0x9d, 0x4f, 0x6e, 0xbc, 0x40, 0xbe, 0xe2, 0xcb, 0x1f, 0x91, + 0xfe, 0x1b, 0x3a, 0xae, 0x7f, 0x78, 0xdc, 0xd3, 0x73, 0xfb, 0xe9, 0x09, 0x69, 0x45, 0xba, 0x3a, + 0x19, 0x7b, 0xfe, 0x9e, 0x7e, 0x53, 0x67, 0x47, 0x2c, 0x55, 0xfc, 0x81, 0x4b, 0x14, 0x0d, 0x73, + 0x30, 0x79, 0x44, 0x50, 0xa4, 0xca, 0xf2, 0x54, 0x16, 0xb5, 0xd3, 0x0f, 0x65, 0x69, 0x50, 0x88, + 0xa9, 0xb7, 0xa9, 0x82, 0x33, 0xf9, 0xd4, 0x51, 0x2a, 0xe6, 0xc3, 0x39, 0xd4, 0x9e, 0x43, 0x96, + 0x8b, 0xaf, 0x2c, 0xec, 0x7a, 0xd6, 0xeb, 0x62, 0xd6, 0x08, 0xbe, 0x33, 0xf9, 0x2a, 0x14, 0xaa, + 0x03, 0x21, 0xa0, 0x2b, 0xe0, 0xbd, 0x53, 0xaf, 0x87, 0xfa, 0xf8, 0x6d, 0x99, 0x79, 0x5b, 0x8c, + 0x9e, 0x5e, 0x0a, 0x22, 0x66, 0x58, 0xd5, 0x03, 0x4d, 0x7b, 0x90, 0xdb, 0x73, 0xfc, 0x87, 0xdc, + 0x8a, 0xef, 0x23, 0x58, 0xe7, 0x6c, 0x17, 0x89, 0x61, 0x53, 0x7c, 0x15, 0xc7, 0x39, 0xe8, 0x8c, + 0x07, 0x07, 0x07, 0x9a, 0xe0, 0x45, 0xca, 0x8b, 0x6a, 0xef, 0xd7, 0x0c, 0xd6, 0x70, 0x22, 0xce, + 0xe6, 0x53, 0x50, 0xb9, 0x45, 0x98, 0x08, 0x28, 0xf4, 0xe4, 0xdb, 0x27, 0x7e, 0x15, 0xbe, 0xcf, + 0xe1, 0x76, 0xe6, 0x30, 0xaf, 0x7d, 0xf9, 0x04, 0x43, 0xd7, 0x4f, 0x69, 0x97, 0x7f, 0x7a, 0xb2, + 0xad, 0x00, 0x71, 0xb0, 0x84, 0x54, 0xf2, 0xb9, 0x08, 0x58, 0x6d, 0x20, 0x2d, 0xa0, 0xaf, 0xfc, + 0xb0, 0xf1, 0x7d, 0x8a, 0xa0, 0xd7, 0x76, 0xc6, 0x5a, 0x33, 0x2a, 0xb1, 0xa2, 0x5a, 0x77, 0x88, + 0xd4, 0x0b, 0x60, 0x96, 0xcb, 0xc5, 0x06, 0xa7, 0x3e, 0xe9, 0x27, 0xb8, 0x51, 0x20, 0x57, 0x0c, + 0x59, 0x32, 0xe1, 0x7b, 0x8f, 0x48, 0x03, 0x02, 0x94, 0x45, 0x20, 0x9f, 0xfa, 0x5b, 0x37, 0x19, + 0xfa, 0x0b, 0x66, 0xf7, 0x90, 0x19, 0x2e, 0xeb, 0xf6, 0x17, 0x4b, 0x3c, 0x21, 0x05, 0x46, 0xfb, + 0x9a, 0x37, 0x29, 0xcb, 0x0c, 0x74, 0xa4, 0x00, 0xf7, 0xf7, 0x35, 0xef, 0xdd, 0xe6, 0xeb, 0x5e, + 0xa3, 0x82, 0x41, 0x00, 0x34, 0xef, 0xfd, 0xd7, 0xc9, 0x33, 0xd8, 0x83, 0xe7, 0x79, 0x39, 0xec, + 0x9c, 0x3c, 0x43, 0x56, 0x22, 0xfc, 0x77, 0x56, 0xde, 0x24, 0xc3, 0xce, 0xff, 0x01, 0xb7, 0xaf, + 0xe2, 0x64, 0xef, 0x7c, 0x01, 0x00 }; diff --git a/wled00/hue.cpp b/wled00/hue.cpp index 3e3405e0c..950c54896 100644 --- a/wled00/hue.cpp +++ b/wled00/hue.cpp @@ -18,7 +18,7 @@ void handleHue() hueNewKey = false; } } - + if (!WLED_CONNECTED || hueClient == nullptr || millis() - hueLastRequestSent < huePollIntervalMs) return; hueLastRequestSent = millis(); @@ -100,7 +100,7 @@ void onHueData(void* arg, AsyncClient* client, void *data, size_t len) { hueError = HUE_ERROR_JSON_PARSING; return; } - + int hueErrorCode = root[0][F("error")]["type"]; if (hueErrorCode)//hue bridge returned error { @@ -113,7 +113,7 @@ void onHueData(void* arg, AsyncClient* client, void *data, size_t len) } return; } - + if (hueAuthRequired) { const char* apikey = root[0][F("success")][F("username")]; @@ -131,7 +131,7 @@ void onHueData(void* arg, AsyncClient* client, void *data, size_t len) str = strstr(str,"state"); if (str == nullptr) return; str = strstr(str,"{"); - + auto error = deserializeJson(root, str); if (error) { @@ -176,7 +176,7 @@ void onHueData(void* arg, AsyncClient* client, void *data, size_t len) } hueError = HUE_ERROR_ACTIVE; - + //apply vals if (hueBri != hueBriLast) { diff --git a/wled00/improv.cpp b/wled00/improv.cpp index 70125cd40..f238a2a5f 100644 --- a/wled00/improv.cpp +++ b/wled00/improv.cpp @@ -99,7 +99,7 @@ void handleImprovPacket() { uint8_t improvState = 0x02; //authorized if (WLED_WIFI_CONFIGURED) improvState = 0x03; //provisioning if (Network.isConnected()) improvState = 0x04; //provisioned - sendImprovStateResponse(improvState, false); + sendImprovStateResponse(improvState, false); if (improvState == 0x04) sendImprovRPCResponse(ImprovRPCType::Request_State); break; } @@ -166,7 +166,7 @@ void sendImprovRPCResponse(byte commandId) { out[11] = len; out[10] = 1 + len; out[8] = 3 + len; //RPC command type + data len + url len + url - packetLen = 13 + len; + packetLen = 13 + len; } uint8_t checksum = 0; @@ -189,7 +189,7 @@ void sendImprovInfoResponse() { out[11] = 4; //Firmware len ("WLED") out[12] = 'W'; out[13] = 'L'; out[14] = 'E'; out[15] = 'D'; uint8_t lengthSum = 17; - uint8_t vlen = sprintf_P(out+lengthSum,PSTR("0.14.0-b0/%i"),VERSION); + uint8_t vlen = sprintf_P(out+lengthSum,PSTR("0.14.0-b2/%i"),VERSION); out[16] = vlen; lengthSum += vlen; uint8_t hlen = 7; #ifdef ESP8266 diff --git a/wled00/ir.cpp b/wled00/ir.cpp index 4ab280dc7..3401232f2 100644 --- a/wled00/ir.cpp +++ b/wled00/ir.cpp @@ -71,11 +71,11 @@ void decBrightness() } // apply preset or fallback to a effect and palette if it doesn't exist -void presetFallback(uint8_t presetID, uint8_t effectID, uint8_t paletteID) +void presetFallback(uint8_t presetID, uint8_t effectID, uint8_t paletteID) { applyPreset(presetID, CALL_MODE_BUTTON_PRESET); //these two will be overwritten if preset exists in handlePresets() - effectCurrent = effectID; + effectCurrent = effectID; effectPalette = paletteID; } @@ -110,7 +110,7 @@ void changePalette(uint8_t pal) for (uint8_t i = 0; i < strip.getSegmentsNum(); i++) { Segment& seg = strip.getSegment(i); if (!seg.isActive() || !seg.isSelected()) continue; - seg.palette = pal; + seg.setPalette(pal); } setValuesFromFirstSelectedSeg(); } else { @@ -282,7 +282,7 @@ void decodeIR(uint32_t code) if (code > 0xFFFFFF) return; //invalid code switch (irEnabled) { - case 1: + case 1: if (code > 0xF80000) decodeIR24OLD(code); // white 24-key remote (old) - it sends 0xFF0000 values else decodeIR24(code); // 24-key remote - 0xF70000 to 0xF80000 break; @@ -419,7 +419,7 @@ void decodeIR24CT(uint32_t code) case IR24_CT_CTPLUS : changeColor(COLOR_COLDWHITE, strip.getSegment(strip.getMainSegmentId()).cct+1); changeEffect(FX_MODE_STATIC); break; case IR24_CT_CTMINUS : changeColor(COLOR_WARMWHITE, strip.getSegment(strip.getMainSegmentId()).cct-1); changeEffect(FX_MODE_STATIC); break; case IR24_CT_MEMORY : changeColor(COLOR_NEUTRALWHITE, 127); changeEffect(FX_MODE_STATIC); break; - default: return; + default: return; } lastValidCode = code; } @@ -611,13 +611,13 @@ void decodeIR9(uint32_t code) /* This allows users to customize IR actions without the need to edit C code and compile. -From the https://github.com/Aircoookie/WLED/wiki/Infrared-Control page, download the starter +From the https://github.com/Aircoookie/WLED/wiki/Infrared-Control page, download the starter ir.json file that corresponds to the number of buttons on your remote. Many of the remotes with the same number of buttons emit the same codes, but will have different labels or colors. Once you edit the ir.json file, upload it to your controller using the /edit page. -Each key should be the hex encoded IR code. The "cmd" property should be the HTTP API +Each key should be the hex encoded IR code. The "cmd" property should be the HTTP API or JSON API command to execute on button press. If the command contains a relative change (SI=~16), it will register as a repeatable command. If the command doesn't contain a "~" but is repeatable, add "rpt" property set to true. Other properties are ignored but having labels and positions can assist with editing @@ -632,7 +632,7 @@ Sample: "label": "Preset 1, fallback to Saw - Party if not found"}, } */ -void decodeIRJson(uint32_t code) +void decodeIRJson(uint32_t code) { char objKey[10]; String cmdStr; @@ -720,10 +720,10 @@ void handleIR() if (irEnabled > 0) { if (irrecv == NULL) - { + { initIR(); return; } - + if (irrecv->decode(&results)) { if (results.value != 0) // only print results if anything is received ( != 0 ) diff --git a/wled00/ir_codes.h b/wled00/ir_codes.h index 5d6058fda..bf9e236ba 100644 --- a/wled00/ir_codes.h +++ b/wled00/ir_codes.h @@ -45,9 +45,9 @@ #define IR24_PINK 0xF76897 #define IR24_WHITE 0xF7E01F #define IR24_FLASH 0xF7D02F -#define IR24_STROBE 0xF7F00F -#define IR24_FADE 0xF7C837 -#define IR24_SMOOTH 0xF7E817 +#define IR24_STROBE 0xF7F00F +#define IR24_FADE 0xF7C837 +#define IR24_SMOOTH 0xF7E817 // 24-key defs for white remote control with CW / WW / CT+ and CT- keys (from ALDI LED pillar lamp) #define IR24_CT_BRIGHTER 0xF700FF // BRI + @@ -75,7 +75,7 @@ #define IR24_CT_CTMINUS 0xF7C837 // CT- #define IR24_CT_MEMORY 0xF7E817 // MEMORY -// 24-key defs for old remote control +// 24-key defs for old remote control #define IR24_OLD_BRIGHTER 0xFF906F // Brightness Up #define IR24_OLD_DARKER 0xFFB847 // Brightness Down #define IR24_OLD_OFF 0xFFF807 // Power OFF @@ -101,30 +101,30 @@ #define IR24_OLD_FADE 0xFF58A7 // FADE Mode #define IR24_OLD_SMOOTH 0xFF30CF // SMOOTH Mode -// 40-key defs for blue remote control -#define IR40_BPLUS 0xFF3AC5 // -#define IR40_BMINUS 0xFFBA45 // -#define IR40_OFF 0xFF827D // -#define IR40_ON 0xFF02FD // -#define IR40_RED 0xFF1AE5 // -#define IR40_GREEN 0xFF9A65 // -#define IR40_BLUE 0xFFA25D // +// 40-key defs for blue remote control +#define IR40_BPLUS 0xFF3AC5 // +#define IR40_BMINUS 0xFFBA45 // +#define IR40_OFF 0xFF827D // +#define IR40_ON 0xFF02FD // +#define IR40_RED 0xFF1AE5 // +#define IR40_GREEN 0xFF9A65 // +#define IR40_BLUE 0xFFA25D // #define IR40_WHITE 0xFF22DD // natural white -#define IR40_REDDISH 0xFF2AD5 // -#define IR40_GREENISH 0xFFAA55 // -#define IR40_DEEPBLUE 0xFF926D // +#define IR40_REDDISH 0xFF2AD5 // +#define IR40_GREENISH 0xFFAA55 // +#define IR40_DEEPBLUE 0xFF926D // #define IR40_WARMWHITE2 0xFF12ED // warmest white -#define IR40_ORANGE 0xFF0AF5 // -#define IR40_TURQUOISE 0xFF8A75 // -#define IR40_PURPLE 0xFFB24D // +#define IR40_ORANGE 0xFF0AF5 // +#define IR40_TURQUOISE 0xFF8A75 // +#define IR40_PURPLE 0xFFB24D // #define IR40_WARMWHITE 0xFF32CD // warm white -#define IR40_YELLOWISH 0xFF38C7 // -#define IR40_CYAN 0xFFB847 // -#define IR40_MAGENTA 0xFF7887 // +#define IR40_YELLOWISH 0xFF38C7 // +#define IR40_CYAN 0xFFB847 // +#define IR40_MAGENTA 0xFF7887 // #define IR40_COLDWHITE 0xFFF807 // cold white -#define IR40_YELLOW 0xFF18E7 // -#define IR40_AQUA 0xFF9867 // -#define IR40_PINK 0xFF58A7 // +#define IR40_YELLOW 0xFF18E7 // +#define IR40_AQUA 0xFF9867 // +#define IR40_PINK 0xFF58A7 // #define IR40_COLDWHITE2 0xFFD827 // coldest white #define IR40_WPLUS 0xFF28D7 // white chanel bright plus #define IR40_WMINUS 0xFFA857 // white chanel bright minus @@ -143,51 +143,51 @@ #define IR40_AUTO 0xFF50AF // AUTO #define IR40_SLOW 0xFFD02F // SLOW -// 44-key defs, to be done later -#define IR44_BPLUS 0xFF3AC5 // -#define IR44_BMINUS 0xFFBA45 // -#define IR44_OFF 0xFF827D // -#define IR44_ON 0xFF02FD // -#define IR44_RED 0xFF1AE5 // -#define IR44_GREEN 0xFF9A65 // -#define IR44_BLUE 0xFFA25D // +// 44-key defs +#define IR44_BPLUS 0xFF3AC5 // +#define IR44_BMINUS 0xFFBA45 // +#define IR44_OFF 0xFF827D // +#define IR44_ON 0xFF02FD // +#define IR44_RED 0xFF1AE5 // +#define IR44_GREEN 0xFF9A65 // +#define IR44_BLUE 0xFFA25D // #define IR44_WHITE 0xFF22DD // natural white -#define IR44_REDDISH 0xFF2AD5 // -#define IR44_GREENISH 0xFFAA55 // -#define IR44_DEEPBLUE 0xFF926D // +#define IR44_REDDISH 0xFF2AD5 // +#define IR44_GREENISH 0xFFAA55 // +#define IR44_DEEPBLUE 0xFF926D // #define IR44_WARMWHITE2 0xFF12ED // warmest white -#define IR44_ORANGE 0xFF0AF5 // -#define IR44_TURQUOISE 0xFF8A75 // -#define IR44_PURPLE 0xFFB24D // +#define IR44_ORANGE 0xFF0AF5 // +#define IR44_TURQUOISE 0xFF8A75 // +#define IR44_PURPLE 0xFFB24D // #define IR44_WARMWHITE 0xFF32CD // warm white -#define IR44_YELLOWISH 0xFF38C7 // -#define IR44_CYAN 0xFFB847 // -#define IR44_MAGENTA 0xFF7887 // +#define IR44_YELLOWISH 0xFF38C7 // +#define IR44_CYAN 0xFFB847 // +#define IR44_MAGENTA 0xFF7887 // #define IR44_COLDWHITE 0xFFF807 // cold white -#define IR44_YELLOW 0xFF18E7 // -#define IR44_AQUA 0xFF9867 // -#define IR44_PINK 0xFF58A7 // +#define IR44_YELLOW 0xFF18E7 // +#define IR44_AQUA 0xFF9867 // +#define IR44_PINK 0xFF58A7 // #define IR44_COLDWHITE2 0xFFD827 // coldest white -#define IR44_REDPLUS 0xFF28D7 // -#define IR44_GREENPLUS 0xFFA857 // -#define IR44_BLUEPLUS 0xFF6897 // -#define IR44_QUICK 0xFFE817 // -#define IR44_REDMINUS 0xFF08F7 // -#define IR44_GREENMINUS 0xFF8877 // -#define IR44_BLUEMINUS 0xFF48B7 // -#define IR44_SLOW 0xFFC837 // -#define IR44_DIY1 0xFF30CF // -#define IR44_DIY2 0xFFB04F // -#define IR44_DIY3 0xFF708F // -#define IR44_AUTO 0xFFF00F // -#define IR44_DIY4 0xFF10EF // -#define IR44_DIY5 0xFF906F // -#define IR44_DIY6 0xFF50AF // -#define IR44_FLASH 0xFFD02F // -#define IR44_JUMP3 0xFF20DF // -#define IR44_JUMP7 0xFFA05F // -#define IR44_FADE3 0xFF609F // -#define IR44_FADE7 0xFFE01F // +#define IR44_REDPLUS 0xFF28D7 // +#define IR44_GREENPLUS 0xFFA857 // +#define IR44_BLUEPLUS 0xFF6897 // +#define IR44_QUICK 0xFFE817 // +#define IR44_REDMINUS 0xFF08F7 // +#define IR44_GREENMINUS 0xFF8877 // +#define IR44_BLUEMINUS 0xFF48B7 // +#define IR44_SLOW 0xFFC837 // +#define IR44_DIY1 0xFF30CF // +#define IR44_DIY2 0xFFB04F // +#define IR44_DIY3 0xFF708F // +#define IR44_AUTO 0xFFF00F // +#define IR44_DIY4 0xFF10EF // +#define IR44_DIY5 0xFF906F // +#define IR44_DIY6 0xFF50AF // +#define IR44_FLASH 0xFFD02F // +#define IR44_JUMP3 0xFF20DF // +#define IR44_JUMP7 0xFFA05F // +#define IR44_FADE3 0xFF609F // +#define IR44_FADE7 0xFFE01F // //Infrared codes for 21-key remote https://images-na.ssl-images-amazon.com/images/I/51NMA0XucnL.jpg #define IR21_BRIGHTER 0xFFE01F diff --git a/wled00/json.cpp b/wled00/json.cpp index f36433ad8..12a27b143 100644 --- a/wled00/json.cpp +++ b/wled00/json.cpp @@ -2,6 +2,14 @@ #include "palettes.h" +#define JSON_PATH_STATE 1 +#define JSON_PATH_INFO 2 +#define JSON_PATH_STATE_INFO 3 +#define JSON_PATH_NODES 4 +#define JSON_PATH_PALETTES 5 +#define JSON_PATH_FXDATA 6 +#define JSON_PATH_NETWORKS 7 + /* * JSON API (De)serialization */ @@ -79,8 +87,8 @@ void deserializeSegment(JsonObject elem, byte it, byte presetId) uint16_t grp = elem["grp"] | seg.grouping; uint16_t spc = elem[F("spc")] | seg.spacing; uint16_t of = seg.offset; - uint8_t soundSim = elem["ssim"] | seg.soundSim; - uint8_t map1D2D = elem["mp12"] | seg.map1D2D; + uint8_t soundSim = elem["si"] | seg.soundSim; + uint8_t map1D2D = elem["m12"] | seg.map1D2D; if ((spc>0 && spc!=seg.spacing) || seg.map1D2D!=map1D2D) seg.fill(BLACK); // clear spacing gaps @@ -97,7 +105,7 @@ void deserializeSegment(JsonObject elem, byte it, byte presetId) of = offsetAbs; } if (stop > start && of > len -1) of = len -1; - strip.setSegment(id, start, stop, grp, spc, of, startY, stopY); + seg.set(start, stop, grp, spc, of, startY, stopY); byte segbri = seg.opacity; if (getVal(elem["bri"], &segbri)) { @@ -162,13 +170,20 @@ void deserializeSegment(JsonObject elem, byte it, byte presetId) } #endif + #ifndef WLED_DISABLE_2D + bool reverse = seg.reverse; + bool mirror = seg.mirror; + #endif seg.selected = elem["sel"] | seg.selected; seg.reverse = elem["rev"] | seg.reverse; seg.mirror = elem["mi"] | seg.mirror; #ifndef WLED_DISABLE_2D - seg.reverse_y = elem["rY"] | seg.reverse_y; - seg.mirror_y = elem["mY"] | seg.mirror_y; - seg.transpose = elem[F("tp")] | seg.transpose; + bool reverse_y = seg.reverse_y; + bool mirror_y = seg.mirror_y; + seg.reverse_y = elem["rY"] | seg.reverse_y; + seg.mirror_y = elem["mY"] | seg.mirror_y; + seg.transpose = elem[F("tp")] | seg.transpose; + if (seg.is2D() && seg.map1D2D == M12_pArc && (reverse != seg.reverse || reverse_y != seg.reverse_y || mirror != seg.mirror || mirror_y != seg.mirror_y)) seg.fill(BLACK); // clear entire segment (in case of Arc 1D to 2D expansion) #endif byte fx = seg.mode; @@ -182,7 +197,7 @@ void deserializeSegment(JsonObject elem, byte it, byte presetId) getVal(elem["ix"], &seg.intensity); uint8_t pal = seg.palette; - if (getVal(elem["pal"], &pal, 1, strip.getPaletteCount())) seg.setPalette(pal); + if (getVal(elem["pal"], &pal)) seg.setPalette(pal); getVal(elem["c1"], &seg.custom1); getVal(elem["c2"], &seg.custom2); @@ -193,9 +208,12 @@ void deserializeSegment(JsonObject elem, byte it, byte presetId) seg.check1 = elem["o1"] | seg.check1; seg.check2 = elem["o2"] | seg.check2; seg.check3 = elem["o3"] | seg.check3; - + JsonArray iarr = elem[F("i")]; //set individual LEDs if (!iarr.isNull()) { + uint8_t oldMap1D2D = seg.map1D2D; + seg.map1D2D = M12_Pixels; // no mapping + // set brightness immediately and disable transition transitionDelayTemp = 0; jsonTransitionOnce = true; @@ -213,11 +231,11 @@ void deserializeSegment(JsonObject elem, byte it, byte presetId) for (size_t i = 0; i < iarr.size(); i++) { if(iarr[i].is()) { if (!set) { - start = iarr[i]; - set = 1; + start = abs(iarr[i].as()); + set++; } else { - stop = iarr[i]; - set = 2; + stop = abs(iarr[i].as()); + set++; } } else { //color uint8_t rgbw[] = {0,0,0,0}; @@ -233,20 +251,17 @@ void deserializeSegment(JsonObject elem, byte it, byte presetId) } } - if (set < 2) stop = start + 1; + if (set < 2 || stop <= start) stop = start + 1; uint32_t c = gamma32(RGBW32(rgbw[0], rgbw[1], rgbw[2], rgbw[3])); - for (int i = start; i < stop; i++) { - seg.setPixelColor(i, c); - } - if (!set) start++; + while (start < stop) seg.setPixelColor(start++, c); set = 0; } } - strip.trigger(); + seg.map1D2D = oldMap1D2D; // restore mapping + strip.trigger(); // force segment update } - // send UDP if not in preset and something changed that is not just selection - // send UDP if something changed that is not just selection or segment power/opacity - if ((seg.differs(prev) & 0x7E) && seg.on == prev.on) stateChanged = true; + // send UDP/WS if segment options changed (except selection; will also deselect current preset) + if (seg.differs(prev) & 0x7F) stateChanged = true; } // deserializes WLED state (fileDoc points to doc object if called from web server) @@ -387,27 +402,22 @@ bool deserializeState(JsonObject root, byte callMode, byte presetId) handleSet(nullptr, apireq, false); // may set stateChanged } - // applying preset (2 cases: a) API call includes all preset values, b) API only specifies preset ID) - if (!root["ps"].isNull()) { + // applying preset (2 cases: a) API call includes all preset values ("pd"), b) API only specifies preset ID ("ps")) + byte presetToRestore = 0; + // a) already applied preset content (requires "seg" or "win" but will ignore the rest) + if (!root["pd"].isNull() && stateChanged) { + currentPreset = root[F("pd")] | currentPreset; + if (root["win"].isNull()) presetCycCurr = currentPreset; + presetToRestore = currentPreset; // stateUpdated() will clear the preset, so we need to restore it after + //unloadPlaylist(); // applying a preset unloads the playlist, may be needed here too? + } else if (!root["ps"].isNull()) { ps = presetCycCurr; - if (stateChanged) { - // a) already applied preset content (requires "seg" or "win" but will ignore the rest) - currentPreset = root["ps"] | currentPreset; - // if preset contains HTTP API call do not change presetCycCurr - if (root["win"].isNull()) presetCycCurr = currentPreset; - stateChanged = false; // cancel state change update (preset was set directly by applying values stored in UI JSON array) - } else if (root["win"].isNull() && getVal(root["ps"], &ps, 0, 0) && ps > 0 && ps < 251 && ps != currentPreset) { + if (root["win"].isNull() && getVal(root["ps"], &ps, 0, 0) && ps > 0 && ps < 251 && ps != currentPreset) { // b) preset ID only or preset that does not change state (use embedded cycling limits if they exist in getVal()) presetCycCurr = ps; - presetId = ps; - root.remove("v"); // may be added in UI call - root.remove("time"); // may be added in UI call - root.remove("ps"); - if (root.size() == 0) { - unloadPlaylist(); // we need to unload playlist - applyPreset(ps, callMode); // async load (only preset ID was specified) - return stateResponse; - } + unloadPlaylist(); // applying a preset unloads the playlist + applyPreset(ps, callMode); // async load from file system (only preset ID was specified) + return stateResponse; } } @@ -419,6 +429,7 @@ bool deserializeState(JsonObject root, byte callMode, byte presetId) } stateUpdated(callMode); + if (presetToRestore) currentPreset = presetToRestore; return stateResponse; } @@ -474,16 +485,18 @@ void serializeSegment(JsonObject& root, Segment& seg, byte id, bool forPreset, b root["sel"] = seg.isSelected(); root["rev"] = seg.reverse; root["mi"] = seg.mirror; + #ifndef WLED_DISABLE_2D if (strip.isMatrix) { root["rY"] = seg.reverse_y; root["mY"] = seg.mirror_y; root[F("tp")] = seg.transpose; } - root["o1"] = seg.check1; - root["o2"] = seg.check2; - root["o3"] = seg.check3; - root["ssim"] = seg.soundSim; - root["mp12"] = seg.map1D2D; + #endif + root["o1"] = seg.check1; + root["o2"] = seg.check2; + root["o3"] = seg.check3; + root["si"] = seg.soundSim; + root["m12"] = seg.map1D2D; } void serializeState(JsonObject root, bool forPreset, bool includeBri, bool segmentBounds, bool selectedSegmentsOnly) @@ -558,13 +571,12 @@ void serializeInfo(JsonObject root) leds[F("maxseg")] = strip.getMaxSegments(); //leds[F("actseg")] = strip.getActiveSegmentsNum(); //leds[F("seglock")] = false; //might be used in the future to prevent modifications to segment config - leds[F("cpal")] = strip.customPalettes.size(); //number of custom palettes #ifndef WLED_DISABLE_2D if (strip.isMatrix) { JsonObject matrix = leds.createNestedObject("matrix"); - matrix["w"] = strip.matrixWidth; - matrix["h"] = strip.matrixHeight; + matrix["w"] = Segment::maxWidth; + matrix["h"] = Segment::maxHeight; } #endif @@ -628,10 +640,17 @@ void serializeInfo(JsonObject root) root[F("fxcount")] = strip.getModeCount(); root[F("palcount")] = strip.getPaletteCount(); + root[F("cpalcount")] = strip.customPalettes.size(); //number of custom palettes JsonArray ledmaps = root.createNestedArray(F("maps")); - for (size_t i=0; i<10; i++) { - if ((ledMaps>>i) & 0x0001) ledmaps.add(i); + for (size_t i=0; i>i) & 0x00000001U) { + JsonObject ledmaps0 = ledmaps.createNestedObject(); + ledmaps0["id"] = i; + #ifndef ESP8266 + if (i && ledmapNames[i-1]) ledmaps0["n"] = ledmapNames[i-1]; + #endif + } } JsonObject wifi_info = root.createNestedObject("wifi"); @@ -647,7 +666,7 @@ void serializeInfo(JsonObject root) fs_info[F("pmt")] = presetsModifiedTime; root[F("ndc")] = nodeListEnabled ? (int)Nodes.size() : -1; - + #ifdef ARDUINO_ARCH_ESP32 #ifdef WLED_DEBUG wifi_info[F("txPower")] = (int) WiFi.getTxPower(); @@ -694,9 +713,9 @@ void serializeInfo(JsonObject root) #ifndef WLED_DISABLE_ALEXA os += 0x40; #endif - #ifndef WLED_DISABLE_BLYNK - os += 0x20; - #endif + + //os += 0x20; // indicated now removed Blynk support, may be reused to indicate another build-time option + #ifdef USERMOD_CRONIXIE os += 0x10; #endif @@ -797,7 +816,7 @@ void serializePalettes(JsonObject root, AsyncWebServerRequest* request) JsonArray curPalette = palettes.createNestedArray(String(i>=palettesCount ? 255 - i + palettesCount : i)); switch (i) { case 0: //default palette - setPaletteColors(curPalette, PartyColors_p); + setPaletteColors(curPalette, PartyColors_p); break; case 1: //random curPalette.add("r"); @@ -872,6 +891,35 @@ void serializePalettes(JsonObject root, AsyncWebServerRequest* request) } } +void serializeNetworks(JsonObject root) +{ + JsonArray networks = root.createNestedArray(F("networks")); + int16_t status = WiFi.scanComplete(); + + switch (status) { + case WIFI_SCAN_FAILED: + WiFi.scanNetworks(true); + return; + case WIFI_SCAN_RUNNING: + return; + } + + for (int i = 0; i < status; i++) { + JsonObject node = networks.createNestedObject(); + node["ssid"] = WiFi.SSID(i); + node["rssi"] = WiFi.RSSI(i); + node["bssid"] = WiFi.BSSIDstr(i); + node["channel"] = WiFi.channel(i); + node["enc"] = WiFi.encryptionType(i); + } + + WiFi.scanDelete(); + + if (WiFi.scanComplete() == WIFI_SCAN_FAILED) { + WiFi.scanNetworks(true); + } +} + void serializeNodes(JsonObject root) { JsonArray nodes = root.createNestedArray("nodes"); @@ -922,12 +970,13 @@ void serveJson(AsyncWebServerRequest* request) { byte subJson = 0; const String& url = request->url(); - if (url.indexOf("state") > 0) subJson = 1; - else if (url.indexOf("info") > 0) subJson = 2; - else if (url.indexOf("si") > 0) subJson = 3; - else if (url.indexOf("nodes") > 0) subJson = 4; - else if (url.indexOf("palx") > 0) subJson = 5; - else if (url.indexOf("fxda") > 0) subJson = 6; + if (url.indexOf("state") > 0) subJson = JSON_PATH_STATE; + else if (url.indexOf("info") > 0) subJson = JSON_PATH_INFO; + else if (url.indexOf("si") > 0) subJson = JSON_PATH_STATE_INFO; + else if (url.indexOf("nodes") > 0) subJson = JSON_PATH_NODES; + else if (url.indexOf("palx") > 0) subJson = JSON_PATH_PALETTES; + else if (url.indexOf("fxda") > 0) subJson = JSON_PATH_FXDATA; + else if (url.indexOf("net") > 0) subJson = JSON_PATH_NETWORKS; #ifdef WLED_ENABLE_JSONLIVE else if (url.indexOf("live") > 0) { serveLiveLeds(request); @@ -970,22 +1019,24 @@ void serveJson(AsyncWebServerRequest* request) switch (subJson) { - case 1: //state + case JSON_PATH_STATE: serializeState(lDoc); break; - case 2: //info + case JSON_PATH_INFO: serializeInfo(lDoc); break; - case 4: //node list + case JSON_PATH_NODES: serializeNodes(lDoc); break; - case 5: //palettes + case JSON_PATH_PALETTES: serializePalettes(lDoc, request); break; - case 6: // FX helper data + case JSON_PATH_FXDATA: serializeModeData(lDoc.as()); break; + case JSON_PATH_NETWORKS: + serializeNetworks(lDoc); break; default: //all JsonObject state = lDoc.createNestedObject("state"); serializeState(state); JsonObject info = lDoc.createNestedObject("info"); serializeInfo(info); - if (subJson != 3) + if (subJson != JSON_PATH_STATE_INFO) { JsonArray effects = lDoc.createNestedArray(F("effects")); serializeModeNames(effects); // remove WLED-SR extensions from effect names @@ -1043,4 +1094,4 @@ bool serveLiveLeds(AsyncWebServerRequest* request, uint32_t wsClient) #endif return true; } -#endif \ No newline at end of file +#endif diff --git a/wled00/led.cpp b/wled00/led.cpp index 34dd85d92..545aff4db 100644 --- a/wled00/led.cpp +++ b/wled00/led.cpp @@ -102,19 +102,19 @@ void stateUpdated(byte callMode) { if (bri != briOld || stateChanged) { if (stateChanged) currentPreset = 0; //something changed, so we are no longer in the preset - + if (callMode != CALL_MODE_NOTIFICATION && callMode != CALL_MODE_NO_NOTIFY) notify(callMode); - - //set flag to update blynk, ws and mqtt + + //set flag to update ws and mqtt interfaceUpdateCallMode = callMode; stateChanged = false; } else { if (nightlightActive && !nightlightActiveOld && callMode != CALL_MODE_NOTIFICATION && callMode != CALL_MODE_NO_NOTIFY) { - notify(CALL_MODE_NIGHTLIGHT); + notify(CALL_MODE_NIGHTLIGHT); interfaceUpdateCallMode = CALL_MODE_NIGHTLIGHT; } } - + if (callMode != CALL_MODE_NO_NOTIFY && nightlightActive && (nightlightMode == NL_MODE_FADE || nightlightMode == NL_MODE_COLORFADE)) { briNlT = bri; nightlightDelayMs -= (millis() - nightlightStartTime); @@ -128,7 +128,10 @@ void stateUpdated(byte callMode) { //deactivate nightlight if target brightness is reached if (bri == nightlightTargetBri && callMode != CALL_MODE_NO_NOTIFY && nightlightMode != NL_MODE_SUN) nightlightActive = false; - + + // notify usermods of state change + usermods.onStateChange(callMode); + if (fadeTransition) { //set correct delay if not using notification delay if (callMode != CALL_MODE_NOTIFICATION && !jsonTransitionOnce) transitionDelayTemp = transitionDelay; // load actual transition duration @@ -160,17 +163,13 @@ void updateInterfaces(uint8_t callMode) sendDataWs(); lastInterfaceUpdate = millis(); if (callMode == CALL_MODE_WS_SEND) return; - + #ifndef WLED_DISABLE_ALEXA if (espalexaDevice != nullptr && callMode != CALL_MODE_ALEXA) { espalexaDevice->setValue(bri); espalexaDevice->setColor(col[0], col[1], col[2]); } #endif - #ifndef WLED_DISABLE_BLYNK - if (callMode != CALL_MODE_BLYNK && - callMode != CALL_MODE_NO_NOTIFY) updateBlynk(); - #endif doPublishMqtt = true; interfaceUpdateCallMode = 0; //disable } @@ -180,8 +179,10 @@ void handleTransitions() { //handle still pending interface update if (interfaceUpdateCallMode && millis() - lastInterfaceUpdate > INTERFACE_UPDATE_COOLDOWN) updateInterfaces(interfaceUpdateCallMode); +#ifndef WLED_DISABLE_MQTT if (doPublishMqtt) publishMqtt(); - +#endif + if (transitionActive && transitionDelayTemp > 0) { float tper = (millis() - transitionStartTime)/(float)transitionDelayTemp; @@ -195,14 +196,14 @@ void handleTransitions() } if (tper - tperLast < 0.004) return; tperLast = tper; - briT = briOld +((bri - briOld )*tper); - + briT = briOld + ((bri - briOld) * tper); + applyBri(); } } -//legacy method, applies values from col, effectCurrent, ... to selected segments +// legacy method, applies values from col, effectCurrent, ... to selected segments void colorUpdated(byte callMode){ applyValuesToSelectedSegs(); stateUpdated(callMode); @@ -213,8 +214,8 @@ void handleNightlight() { static unsigned long lastNlUpdate; unsigned long now = millis(); - if (now < 100 && lastNlUpdate > 0) lastNlUpdate = 0; //take care of millis() rollover - if (now - lastNlUpdate < 100) return; //allow only 10 NL updates per second + if (now < 100 && lastNlUpdate > 0) lastNlUpdate = 0; // take care of millis() rollover + if (now - lastNlUpdate < 100) return; // allow only 10 NL updates per second lastNlUpdate = now; if (nightlightActive) @@ -273,9 +274,7 @@ void handleNightlight() applyFinalBri(); } } - #ifndef WLED_DISABLE_BLYNK - updateBlynk(); - #endif + if (macroNl > 0) applyPreset(macroNl); nightlightActiveOld = false; diff --git a/wled00/lx_parser.cpp b/wled00/lx_parser.cpp index 47674823b..1a6217804 100644 --- a/wled00/lx_parser.cpp +++ b/wled00/lx_parser.cpp @@ -1,24 +1,25 @@ #include "wled.h" +#ifdef WLED_ENABLE_LOXONE + /* * Parser for Loxone formats */ bool parseLx(int lxValue, byte rgbw[4]) { - #ifdef WLED_ENABLE_LOXONE DEBUG_PRINT(F("LX: Lox = ")); DEBUG_PRINTLN(lxValue); bool ok = false; float lxRed = 0, lxGreen = 0, lxBlue = 0; - if (lxValue < 200000000) { + if (lxValue < 200000000) { // Loxone RGB ok = true; lxRed = round((lxValue % 1000) * 2.55); lxGreen = round(((lxValue / 1000) % 1000) * 2.55); lxBlue = round(((lxValue / 1000000) % 1000) * 2.55); - } else if ((lxValue >= 200000000) && (lxValue <= 201006500)) { + } else if ((lxValue >= 200000000) && (lxValue <= 201006500)) { // Loxone Lumitech ok = true; float tmpBri = floor((lxValue - 200000000) / 10000); ; @@ -42,7 +43,6 @@ bool parseLx(int lxValue, byte rgbw[4]) rgbw[3] = 0; return true; } - #endif return false; } @@ -62,15 +62,10 @@ void parseLxJson(int lxValue, byte segId, bool secondary) } bri = 255; nightlightActive = false; //always disable nightlight when toggling - if (segId == strip.getMainSegmentId()) { - DEBUG_PRINTLN(F("LX: main segment")); - if (secondary) for (byte i = 0; i < 4; i++) colSec[i] = rgbw[i]; - else for (byte i = 0; i < 4; i++) col[i] = rgbw[i]; - } else { - DEBUG_PRINT(F("LX: segment ")); - DEBUG_PRINTLN(segId); - strip.getSegment(segId).setColor(secondary, RGBW32(rgbw[0], rgbw[1], rgbw[2], rgbw[3])); - } + DEBUG_PRINT(F("LX: segment ")); + DEBUG_PRINTLN(segId); + strip.getSegment(segId).setColor(secondary, RGBW32(rgbw[0], rgbw[1], rgbw[2], rgbw[3])); // legacy values handled as well in json.cpp by stateUpdated() } } +#endif diff --git a/wled00/mqtt.cpp b/wled00/mqtt.cpp index 1690341b2..eca9fccf1 100644 --- a/wled00/mqtt.cpp +++ b/wled00/mqtt.cpp @@ -177,8 +177,4 @@ bool initMqtt() mqtt->connect(); return true; } - -#else -bool initMqtt(){return false;} -void publishMqtt(){} #endif diff --git a/wled00/my_config_sample.h b/wled00/my_config_sample.h index 8a152666d..a7bd0f5a2 100644 --- a/wled00/my_config_sample.h +++ b/wled00/my_config_sample.h @@ -1,15 +1,15 @@ #pragma once /* - * Welcome! + * Welcome! * You can use the file "my_config.h" to make changes to the way WLED is compiled! * It is possible to enable and disable certain features as well as set defaults for some runtime changeable settings. - * + * * How to use: * PlatformIO: Just compile the unmodified code once! The file "my_config.h" will be generated automatically and now you can make your changes. - * + * * ArduinoIDE: Make a copy of this file and name it "my_config.h". Go to wled.h and uncomment "#define WLED_USE_MY_CONFIG" in the top of the file. - * + * * DO NOT make changes to the "my_config_sample.h" file directly! Your changes will not be applied. */ diff --git a/wled00/net_debug.cpp b/wled00/net_debug.cpp index 6bcbe1e2b..4d9552a86 100644 --- a/wled00/net_debug.cpp +++ b/wled00/net_debug.cpp @@ -3,7 +3,7 @@ #ifdef WLED_DEBUG_HOST size_t NetworkDebugPrinter::write(uint8_t c) { - if (!WLED_CONNECTED) return 0; + if (!WLED_CONNECTED || !netDebugEnabled) return 0; if (!debugPrintHostIP && !debugPrintHostIP.fromString(netDebugPrintHost)) { #ifdef ESP8266 @@ -24,7 +24,7 @@ size_t NetworkDebugPrinter::write(uint8_t c) { } size_t NetworkDebugPrinter::write(const uint8_t *buf, size_t size) { - if (!WLED_CONNECTED || buf == nullptr) return 0; + if (!WLED_CONNECTED || buf == nullptr || !netDebugEnabled) return 0; if (!debugPrintHostIP && !debugPrintHostIP.fromString(netDebugPrintHost)) { #ifdef ESP8266 diff --git a/wled00/net_debug.h b/wled00/net_debug.h index abe863fd3..13028fdc1 100644 --- a/wled00/net_debug.h +++ b/wled00/net_debug.h @@ -13,6 +13,7 @@ class NetworkDebugPrinter : public Print { virtual size_t write(const uint8_t *buf, size_t s); }; +// use it on your linux/macOS with: nc -p 7868 -u -l -s extern NetworkDebugPrinter NetDebug; #endif \ No newline at end of file diff --git a/wled00/network.cpp b/wled00/network.cpp index 765dbf65e..2b632aeb4 100644 --- a/wled00/network.cpp +++ b/wled00/network.cpp @@ -20,27 +20,27 @@ const ethernet_settings ethernetBoards[] = { // None { }, - + // WT32-EHT01 // Please note, from my testing only these pins work for LED outputs: // IO2, IO4, IO12, IO14, IO15 // These pins do not appear to work from my testing: // IO35, IO36, IO39 { - 1, // eth_address, - 16, // eth_power, - 23, // eth_mdc, - 18, // eth_mdio, + 1, // eth_address, + 16, // eth_power, + 23, // eth_mdc, + 18, // eth_mdio, ETH_PHY_LAN8720, // eth_type, ETH_CLOCK_GPIO0_IN // eth_clk_mode }, // ESP32-POE { - 0, // eth_address, - 12, // eth_power, - 23, // eth_mdc, - 18, // eth_mdio, + 0, // eth_address, + 12, // eth_power, + 23, // eth_mdc, + 18, // eth_mdio, ETH_PHY_LAN8720, // eth_type, ETH_CLOCK_GPIO17_OUT // eth_clk_mode }, @@ -77,20 +77,20 @@ const ethernet_settings ethernetBoards[] = { // ESP3DEUXQuattro { - 1, // eth_address, - -1, // eth_power, - 23, // eth_mdc, - 18, // eth_mdio, + 1, // eth_address, + -1, // eth_power, + 23, // eth_mdc, + 18, // eth_mdio, ETH_PHY_LAN8720, // eth_type, ETH_CLOCK_GPIO17_OUT // eth_clk_mode }, // ESP32-ETHERNET-KIT-VE { - 0, // eth_address, - 5, // eth_power, - 23, // eth_mdc, - 18, // eth_mdio, + 0, // eth_address, + 5, // eth_power, + 23, // eth_mdc, + 18, // eth_mdio, ETH_PHY_IP101, // eth_type, ETH_CLOCK_GPIO0_IN // eth_clk_mode }, @@ -135,7 +135,7 @@ void WiFiEvent(WiFiEvent_t event) #ifdef WLED_USE_ETHERNET char hostname[25]; #endif - + switch (event) { #if defined(ARDUINO_ARCH_ESP32) && defined(WLED_USE_ETHERNET) case SYSTEM_EVENT_ETH_START: diff --git a/wled00/ntp.cpp b/wled00/ntp.cpp index 02fe8adc0..1d867846c 100644 --- a/wled00/ntp.cpp +++ b/wled00/ntp.cpp @@ -144,8 +144,8 @@ void updateTimezone() { break; } case TZ_MX_CENTRAL : { - tcrDaylight = {First, Sun, Apr, 2, -300}; //CDT = UTC - 5 hours - tcrStandard = {Last, Sun, Oct, 2, -360}; //CST = UTC - 6 hours + tcrDaylight = {First, Sun, Apr, 2, -360}; //CST = UTC - 6 hours + tcrStandard = tcrDaylight; break; } case TZ_PAKISTAN : { @@ -162,7 +162,7 @@ void updateTimezone() { void handleTime() { handleNetworkTime(); - + toki.millisecond(); toki.setTick(); @@ -363,7 +363,7 @@ void checkTimers() { if (timerMacro[i] != 0 && (timerWeekday[i] & 0x01) //timer is enabled - && (timerHours[i] == hour(localTime) || timerHours[i] == 24) //if hour is set to 24, activate every hour + && (timerHours[i] == hour(localTime) || timerHours[i] == 24) //if hour is set to 24, activate every hour && timerMinutes[i] == minute(localTime) && ((timerWeekday[i] >> weekdayMondayFirst()) & 0x01) //timer should activate at current day of week && isTodayInDateRange(((timerMonth[i] >> 4) & 0x0F), timerDay[i], timerMonth[i] & 0x0F, timerDayEnd[i]) @@ -416,24 +416,24 @@ int getSunriseUTC(int year, int month, int day, float lat, float lon, bool sunse float N = N1 - (N2 * N3) + day - 30; //2. convert the longitude to hour value and calculate an approximate time - float lngHour = lon / 15.0f; + float lngHour = lon / 15.0f; float t = N + (((sunset ? 18 : 6) - lngHour) / 24); - - //3. calculate the Sun's mean anomaly + + //3. calculate the Sun's mean anomaly float M = (0.9856f * t) - 3.289f; //4. calculate the Sun's true longitude float L = fmod_t(M + (1.916f * sin_t(DEG_TO_RAD*M)) + (0.02f * sin_t(2*DEG_TO_RAD*M)) + 282.634f, 360.0f); - //5a. calculate the Sun's right ascension + //5a. calculate the Sun's right ascension float RA = fmod_t(RAD_TO_DEG*atan_t(0.91764f * tan_t(DEG_TO_RAD*L)), 360.0f); - //5b. right ascension value needs to be in the same quadrant as L + //5b. right ascension value needs to be in the same quadrant as L float Lquadrant = floor_t( L/90) * 90; float RAquadrant = floor_t(RA/90) * 90; RA = RA + (Lquadrant - RAquadrant); - //5c. right ascension value needs to be converted into hours + //5c. right ascension value needs to be converted into hours RA /= 15.0f; //6. calculate the Sun's declination @@ -449,7 +449,7 @@ int getSunriseUTC(int year, int month, int day, float lat, float lon, bool sunse float H = sunset ? RAD_TO_DEG*acos_t(cosH) : 360 - RAD_TO_DEG*acos_t(cosH); H /= 15.0f; - //8. calculate local mean time of rising/setting + //8. calculate local mean time of rising/setting float T = H + RA - (0.06571f * t) - 6.622f; //9. adjust back to UTC diff --git a/wled00/overlay.cpp b/wled00/overlay.cpp index ca85beeca..d34a71fef 100644 --- a/wled00/overlay.cpp +++ b/wled00/overlay.cpp @@ -18,7 +18,7 @@ void _overlayAnalogClock() int hourPixel = floor(analogClock12pixel + overlaySize*hourP); if (hourPixel > overlayMax) hourPixel = overlayMin -1 + hourPixel - overlayMax; int minutePixel = floor(analogClock12pixel + overlaySize*minuteP); - if (minutePixel > overlayMax) minutePixel = overlayMin -1 + minutePixel - overlayMax; + if (minutePixel > overlayMax) minutePixel = overlayMin -1 + minutePixel - overlayMax; int secondPixel = floor(analogClock12pixel + overlaySize*secondP); if (secondPixel > overlayMax) secondPixel = overlayMin -1 + secondPixel - overlayMax; if (analogClockSecondsTrail) diff --git a/wled00/palettes.h b/wled00/palettes.h index 5e524059d..270c13753 100644 --- a/wled00/palettes.h +++ b/wled00/palettes.h @@ -514,7 +514,7 @@ const byte Tiamat_gp[] PROGMEM = { 220, 39,252,135, //gc from 177,254,255 240, 193,213,253, //gc from 203,239,253 255, 255,249,255}; - + //Custom palette by Aircoookie const byte April_Night_gp[] PROGMEM = { @@ -598,16 +598,16 @@ const byte Atlantica_gp[] PROGMEM = { 0, 255, 5, 0, //red 60, 255, 5, 0, 60, 196, 57, 2, //amber (start 61?) - 120, 196, 57, 2, + 120, 196, 57, 2, 120, 6, 126, 2, //green (start 126?) 180, 6, 126, 2, 180, 4, 30, 114, //blue (start 191?) 255, 4, 30, 114}; - + // Gradient palette "temperature_gp", originally from // http://soliton.vm.bytemark.co.uk/pub/cpt-city/arendal/tn/temperature.png.index.html // converted for FastLED with gammas (2.6, 2.2, 2.5) -// Size: 144 bytes of program space. +// Size: 144 bytes of program space. const byte temperature_gp[] PROGMEM = { 0, 1, 27,105, diff --git a/wled00/pin_manager.cpp b/wled00/pin_manager.cpp index fb1d3a99d..c800c807d 100644 --- a/wled00/pin_manager.cpp +++ b/wled00/pin_manager.cpp @@ -31,7 +31,7 @@ bool PinManagerClass::deallocatePin(byte gpio, PinOwner tag) #endif return false; } - + byte by = gpio >> 3; byte bi = gpio - 8*by; bitWrite(pinAlloc[by], bi, false); @@ -107,8 +107,9 @@ bool PinManagerClass::allocateMultiplePins(const managed_pin_type * mptArray, by } if (!isPinOk(gpio, mptArray[i].isOutput)) { #ifdef WLED_DEBUG - DEBUG_PRINT(F("PIN ALLOC: Invalid pin attempted to be allocated: ")); + DEBUG_PRINT(F("PIN ALLOC: Invalid pin attempted to be allocated: GPIO ")); DEBUG_PRINT(gpio); + DEBUG_PRINT(" as "); DEBUG_PRINT(mptArray[i].isOutput ? "output": "input"); DEBUG_PRINTLN(F("")); #endif shouldFail = true; @@ -118,7 +119,7 @@ bool PinManagerClass::allocateMultiplePins(const managed_pin_type * mptArray, by continue; } else if (isPinAllocated(gpio)) { #ifdef WLED_DEBUG - DEBUG_PRINT(F("PIN ALLOC: FAIL: IO ")); + DEBUG_PRINT(F("PIN ALLOC: FAIL: IO ")); DEBUG_PRINT(gpio); DEBUG_PRINT(F(" already allocated by ")); DebugPrintOwnerTag(ownerTag[gpio]); @@ -142,12 +143,15 @@ bool PinManagerClass::allocateMultiplePins(const managed_pin_type * mptArray, by // as this can greatly simplify configuration arrays continue; } + if (gpio >= WLED_NUM_PINS) + continue; // other unexpected GPIO => avoid array bounds violation + byte by = gpio >> 3; byte bi = gpio - 8*by; bitWrite(pinAlloc[by], bi, true); ownerTag[gpio] = tag; #ifdef WLED_DEBUG - DEBUG_PRINT(F("PIN ALLOC: Pin ")); + DEBUG_PRINT(F("PIN ALLOC: Pin ")); DEBUG_PRINT(gpio); DEBUG_PRINT(F(" allocated by ")); DebugPrintOwnerTag(tag); @@ -160,7 +164,7 @@ bool PinManagerClass::allocateMultiplePins(const managed_pin_type * mptArray, by bool PinManagerClass::allocatePin(byte gpio, bool output, PinOwner tag) { // HW I2C & SPI pins have to be allocated using allocateMultiplePins variant since there is always SCL/SDA pair - if (!isPinOk(gpio, output) || tag==PinOwner::HW_I2C || tag==PinOwner::HW_SPI) { + if (!isPinOk(gpio, output) || (gpio >= WLED_NUM_PINS) || tag==PinOwner::HW_I2C || tag==PinOwner::HW_SPI) { #ifdef WLED_DEBUG if (gpio < 255) { // 255 (-1) is the "not defined GPIO" if (!isPinOk(gpio, output)) { @@ -179,7 +183,7 @@ bool PinManagerClass::allocatePin(byte gpio, bool output, PinOwner tag) } if (isPinAllocated(gpio)) { #ifdef WLED_DEBUG - DEBUG_PRINT(F("PIN ALLOC: Pin ")); + DEBUG_PRINT(F("PIN ALLOC: Pin ")); DEBUG_PRINT(gpio); DEBUG_PRINT(F(" already allocated by ")); DebugPrintOwnerTag(ownerTag[gpio]); @@ -193,12 +197,12 @@ bool PinManagerClass::allocatePin(byte gpio, bool output, PinOwner tag) bitWrite(pinAlloc[by], bi, true); ownerTag[gpio] = tag; #ifdef WLED_DEBUG - DEBUG_PRINT(F("PIN ALLOC: Pin ")); + DEBUG_PRINT(F("PIN ALLOC: Pin ")); DEBUG_PRINT(gpio); DEBUG_PRINT(F(" successfully allocated by ")); DebugPrintOwnerTag(tag); DEBUG_PRINTLN(F("")); - #endif + #endif return true; } @@ -209,6 +213,7 @@ bool PinManagerClass::isPinAllocated(byte gpio, PinOwner tag) { if (!isPinOk(gpio, false)) return true; if ((tag != PinOwner::None) && (ownerTag[gpio] != tag)) return false; + if (gpio >= WLED_NUM_PINS) return false; // catch error case, to avoid array out-of-bounds access byte by = gpio >> 3; byte bi = gpio - (by<<3); return bitRead(pinAlloc[by], bi); @@ -219,9 +224,9 @@ bool PinManagerClass::isPinAllocated(byte gpio, PinOwner tag) * Strapping pins: GPIO0, GPIO3, GPIO45 and GPIO46 are strapping pins. For more infomation, please refer to ESP32-S3 datasheet. * Serial TX = GPIO43, RX = GPIO44; LED BUILTIN is usually GPIO39 * USB-JTAG: GPIO 19 and 20 are used by USB-JTAG by default. In order to use them as GPIOs, USB-JTAG will be disabled by the drivers. - * SPI0/1: GPIO26-32 are usually used for SPI flash and PSRAM and not recommended for other uses. + * SPI0/1: GPIO26-32 are usually used for SPI flash and PSRAM and not recommended for other uses. * When using Octal Flash or Octal PSRAM or both, GPIO33~37 are connected to SPIIO4 ~ SPIIO7 and SPIDQS. Therefore, on boards embedded with ESP32-S3R8 / ESP32-S3R8V chip, GPIO33~37 are also not recommended for other uses. - * + * * see https://docs.espressif.com/projects/esp-idf/en/v4.4.2/esp32s3/api-reference/peripherals/adc.html * https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/peripherals/adc_oneshot.html * ADC1: GPIO1 - GPIO10 (channel 0..9) @@ -265,6 +270,7 @@ bool PinManagerClass::isPinOk(byte gpio, bool output) } PinOwner PinManagerClass::getPinOwner(byte gpio) { + if (gpio >= WLED_NUM_PINS) return PinOwner::None; // catch error case, to avoid array out-of-bounds access if (!isPinOk(gpio, false)) return PinOwner::None; return ownerTag[gpio]; } diff --git a/wled00/pin_manager.h b/wled00/pin_manager.h index 4a0c6889d..6248a6066 100644 --- a/wled00/pin_manager.h +++ b/wled00/pin_manager.h @@ -15,7 +15,7 @@ typedef struct PinManagerPinType { * Allows PinManager to "lock" an allocation to a specific * owner, so someone else doesn't accidentally de-allocate * a pin it hasn't allocated. Also enhances debugging. - * + * * RAM Cost: * 17 bytes on ESP8266 * 40 bytes on ESP32 @@ -50,26 +50,31 @@ enum struct PinOwner : uint8_t { // #define USERMOD_ID_VL53L0X // 0x0C // Usermod "usermod_vl53l0x_gestures.h" -- Uses "standard" HW_I2C pins UM_MultiRelay = USERMOD_ID_MULTI_RELAY, // 0x0D // Usermod "usermod_multi_relay.h" UM_AnimatedStaircase = USERMOD_ID_ANIMATED_STAIRCASE, // 0x0E // Usermod "Animated_Staircase.h" - // #define USERMOD_ID_RTC // 0x0F // Usermod "usermod_rtc.h" -- Uses "standard" HW_I2C pins + UM_Battery = USERMOD_ID_BATTERY, // + // #define USERMOD_ID_RTC // 0x0F // Usermod "usermod_rtc.h" -- Uses "standard" HW_I2C pins // #define USERMOD_ID_ELEKSTUBE_IPS // 0x10 // Usermod "usermod_elekstube_ips.h" -- Uses quite a few pins ... see Hardware.h and User_Setup.h // #define USERMOD_ID_SN_PHOTORESISTOR // 0x11 // Usermod "usermod_sn_photoresistor.h" -- Uses hard-coded pin (PHOTORESISTOR_PIN == A0), but could be easily updated to use pinManager + UM_BH1750 = USERMOD_ID_BH1750, // 0x14 // Usermod "usermod_bme280.h -- Uses "standard" HW_I2C pins UM_RGBRotaryEncoder = USERMOD_RGB_ROTARY_ENCODER, // 0x16 // Usermod "rgb-rotary-encoder.h" UM_QuinLEDAnPenta = USERMOD_ID_QUINLED_AN_PENTA, // 0x17 // Usermod "quinled-an-penta.h" - UM_BME280 = USERMOD_ID_BME280, // 0x18 // Usermod "usermod_bme280.h -- Uses "standard" HW_I2C pins - UM_BH1750 = USERMOD_ID_BH1750, // 0x19 // Usermod "usermod_bme280.h -- Uses "standard" HW_I2C pins - UM_Audioreactive = USERMOD_ID_AUDIOREACTIVE // 0x1E // Usermod "audio_reactive.h" + UM_BME280 = USERMOD_ID_BME280, // 0x1E // Usermod "usermod_bme280.h -- Uses "standard" HW_I2C pins + UM_Audioreactive = USERMOD_ID_AUDIOREACTIVE, // 0x20 // Usermod "audio_reactive.h" + UM_SdCard = USERMOD_ID_SD_CARD, // 0x25 // Usermod "usermod_sd_card.h" + UM_PWM_OUTPUTS = USERMOD_ID_PWM_OUTPUTS // 0x26 // Usermod "usermod_pwm_outputs.h" }; static_assert(0u == static_cast(PinOwner::None), "PinOwner::None must be zero, so default array initialization works as expected"); class PinManagerClass { private: #ifdef ESP8266 + #define WLED_NUM_PINS 17 uint8_t pinAlloc[3] = {0x00, 0x00, 0x00}; //24bit, 1 bit per pin, we use first 17bits - PinOwner ownerTag[17] = { PinOwner::None }; + PinOwner ownerTag[WLED_NUM_PINS] = { PinOwner::None }; #else - uint8_t pinAlloc[5] = {0x00, 0x00, 0x00, 0x00, 0x00}; //40bit, 1 bit per pin, we use all bits + #define WLED_NUM_PINS 50 + uint8_t pinAlloc[7] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; // 56bit, 1 bit per pin, we use 50 bits on ESP32-S3 uint8_t ledcAlloc[2] = {0x00, 0x00}; //16 LEDC channels - PinOwner ownerTag[40] = { PinOwner::None }; + PinOwner ownerTag[WLED_NUM_PINS] = { PinOwner::None }; // new MCU's have up to 50 GPIO #endif struct { uint8_t i2cAllocCount : 4; // allow multiple allocation of I2C bus pins but keep track of allocations @@ -87,7 +92,7 @@ class PinManagerClass { // De-allocation requires the same owner tag (or override) bool allocatePin(byte gpio, bool output, PinOwner tag); // Allocates all the pins, or allocates none of the pins, with owner tag. - // Provided to simplify error condition handling in clients + // Provided to simplify error condition handling in clients // using more than one pin, such as I2C, SPI, rotary encoders, // ethernet, etc.. bool allocateMultiplePins(const managed_pin_type * mptArray, byte arrayElementCount, PinOwner tag ); diff --git a/wled00/playlist.cpp b/wled00/playlist.cpp index 94cfde5dd..d74ac5a3a 100644 --- a/wled00/playlist.cpp +++ b/wled00/playlist.cpp @@ -55,7 +55,7 @@ void unloadPlaylist() { int16_t loadPlaylist(JsonObject playlistObj, byte presetId) { unloadPlaylist(); - + JsonArray presets = playlistObj["ps"]; playlistLen = presets.size(); if (playlistLen == 0) return -1; @@ -156,7 +156,7 @@ void serializePlaylist(JsonObject sObj) { JsonArray ps = playlist.createNestedArray("ps"); JsonArray dur = playlist.createNestedArray("dur"); JsonArray transition = playlist.createNestedArray(F("transition")); - playlist[F("repeat")] = playlistRepeat; + playlist[F("repeat")] = (playlistIndex < 0) ? playlistRepeat - 1 : playlistRepeat; // remove added repetition count (if not yet running) playlist["end"] = playlistEndPreset; playlist["r"] = playlistOptions & PL_OPTION_SHUFFLE; for (int i=0; i(); DEBUG_PRINTLN(F("Serialize current state")); @@ -36,6 +38,7 @@ static void doSaveState() { } sObj["n"] = saveName; if (quickLoad[0]) sObj[F("ql")] = quickLoad; + if (saveLedmap >= 0) sObj[F("ledmap")] = saveLedmap; /* #ifdef WLED_DEBUG DEBUG_PRINTLN(F("Serialized preset")); @@ -69,18 +72,19 @@ static void doSaveState() { updateFSInfo(); // clean up + saveLedmap = -1; presetToSave = 0; saveName[0] = '\0'; quickLoad[0] = '\0'; playlistSave = false; } -bool getPresetName(byte index, String& name) +bool getPresetName(byte index, String& name) { if (!requestJSONBufferLock(9)) return false; bool presetExists = false; - if (readObjectFromFileUsingId("/presets.json", index, &doc)) - { + if (readObjectFromFileUsingId(getFileName(), index, &doc)) + { JsonObject fdo = doc.as(); if (fdo["n"]) { name = (const char*)(fdo["n"]); @@ -91,6 +95,22 @@ bool getPresetName(byte index, String& name) return presetExists; } +void initPresetsFile() +{ + if (WLED_FS.exists(getFileName())) return; + + StaticJsonDocument<64> doc; + JsonObject sObj = doc.to(); + sObj.createNestedObject("0"); + File f = WLED_FS.open(getFileName(), "w"); + if (!f) { + errorFlag = ERR_FS_GENERAL; + return; + } + serializeJson(doc, f); + f.close(); +} + bool applyPreset(byte index, byte callMode) { DEBUG_PRINT(F("Request to apply preset: ")); @@ -107,14 +127,14 @@ void handlePresets() return; } + if (presetToApply == 0 || fileDoc) return; // no preset waiting to apply, or JSON buffer is already allocated, return to loop until free + bool changePreset = false; uint8_t tmpPreset = presetToApply; // store temporary since deserializeState() may call applyPreset() uint8_t tmpMode = callModeToApply; - if (tmpPreset == 0 || (fileDoc /*&& !force*/)) return; // JSON buffer already allocated and not force apply or no preset waiting - JsonObject fdo; - const char *filename = getName(tmpPreset < 255); + const char *filename = getFileName(tmpPreset < 255); // allocate buffer if (!requestJSONBufferLock(9)) return; // will also assign fileDoc @@ -161,7 +181,8 @@ void handlePresets() #endif releaseJSONBufferLock(); // will also clear fileDoc - colorUpdated(tmpMode); + if (changePreset) notify(tmpMode); // force UDP notification + stateUpdated(tmpMode); // was colorUpdated() if anything breaks updateInterfaces(tmpMode); } @@ -179,31 +200,32 @@ void savePreset(byte index, const char* pname, JsonObject sObj) presetToSave = index; playlistSave = false; - if (sObj[F("ql")].is()) strlcpy(quickLoad, sObj[F("ql")].as(), 3); // only 2 chars for QL - sObj.remove("v"); - sObj.remove("time"); - sObj.remove(F("error")); - sObj.remove(F("psave")); - if (sObj["o"].isNull()) { // "o" marks a playlist or manually entered API + if (sObj[F("ql")].is()) strlcpy(quickLoad, sObj[F("ql")].as(), 9); // client limits QL to 2 chars, buffer for 8 bytes to allow unicode + + if (sObj["o"].isNull()) { // no "o" means not a playlist or custom API call, saving of state is async (not immediately) includeBri = sObj["ib"].as() || index==255; // temporary preset needs brightness segBounds = sObj["sb"].as() || index==255; // temporary preset needs bounds selectedOnly = sObj[F("sc")].as(); - sObj.remove("ib"); - sObj.remove("sb"); - sObj.remove(F("sc")); + saveLedmap = sObj[F("ledmap")] | -1; } else { - // this is a playlist or API - sObj.remove("o"); + // this is a playlist or API call if (sObj[F("playlist")].isNull()) { - presetToSave = 0; // we will save API immediately - if (index < 251 && fileDoc) { - if (sObj["n"].isNull()) sObj["n"] = saveName; - writeObjectToFileUsingId(getName(index), index, fileDoc); - presetsModifiedTime = toki.second(); //unix time - updateFSInfo(); - } + // we will save API call immediately (often causes presets.json corruption) + presetToSave = 0; + if (index > 250 || !fileDoc) return; // cannot save API calls to temporary preset (255) + sObj.remove("o"); + sObj.remove("v"); + sObj.remove("time"); + sObj.remove(F("error")); + sObj.remove(F("psave")); + if (sObj["n"].isNull()) sObj["n"] = saveName; + initPresetsFile(); // just in case if someone deleted presets.json using /edit + writeObjectToFileUsingId(getFileName(index<255), index, fileDoc); + presetsModifiedTime = toki.second(); //unix time + updateFSInfo(); } else { // store playlist + // WARNING: playlist will be loaded in json.cpp after this call and will have repeat counter increased by 1 includeBri = true; // !sObj["on"].isNull(); playlistSave = true; } @@ -212,7 +234,7 @@ void savePreset(byte index, const char* pname, JsonObject sObj) void deletePreset(byte index) { StaticJsonDocument<24> empty; - writeObjectToFileUsingId(getName(), index, &empty); + writeObjectToFileUsingId(getFileName(), index, &empty); presetsModifiedTime = toki.second(); //unix time updateFSInfo(); } \ No newline at end of file diff --git a/wled00/set.cpp b/wled00/set.cpp index 78c27cd95..f1be65149 100644 --- a/wled00/set.cpp +++ b/wled00/set.cpp @@ -83,12 +83,12 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) cctFromRgb = request->hasArg(F("CR")); strip.cctBlending = request->arg(F("CB")).toInt(); Bus::setCCTBlend(strip.cctBlending); - Bus::setAutoWhiteMode(request->arg(F("AW")).toInt()); + Bus::setGlobalAWMode(request->arg(F("AW")).toInt()); strip.setTargetFps(request->arg(F("FR")).toInt()); strip.useLedsArray = request->hasArg(F("LD")); bool busesChanged = false; - for (uint8_t s = 0; s < WLED_MAX_BUSSES; s++) { + for (uint8_t s = 0; s < WLED_MAX_BUSSES+WLED_MIN_VIRTUAL_BUSSES; s++) { char lp[4] = "L0"; lp[2] = 48+s; lp[3] = 0; //ascii 0-9 //strip data pin char lc[4] = "LC"; lc[2] = 48+s; lc[3] = 0; //strip length char co[4] = "CO"; co[2] = 48+s; co[3] = 0; //strip color order @@ -161,6 +161,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) } rlyMde = (bool)request->hasArg(F("RM")); + disablePullUp = (bool)request->hasArg(F("IP")); for (uint8_t i=0; i10) char be[4] = "BE"; be[2] = (i<10?48:55)+i; be[3] = 0; // button type (use A,B,C,... if WLED_MAX_BUTTONS>10) @@ -168,11 +169,28 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) if (pinManager.allocatePin(hw_btn_pin,false,PinOwner::Button)) { btnPin[i] = hw_btn_pin; buttonType[i] = request->arg(be).toInt(); - #ifdef ESP32 - pinMode(btnPin[i], buttonType[i]==BTN_TYPE_PUSH_ACT_HIGH ? INPUT_PULLDOWN : INPUT_PULLUP); - #else - pinMode(btnPin[i], INPUT_PULLUP); - #endif + #ifdef ARDUINO_ARCH_ESP32 + // ESP32 only: check that analog button pin is a valid ADC gpio + if (((buttonType[i] == BTN_TYPE_ANALOG) || (buttonType[i] == BTN_TYPE_ANALOG_INVERTED)) && (digitalPinToAnalogChannel(btnPin[i]) < 0)) + { + // not an ADC analog pin + if (btnPin[i] >= 0) DEBUG_PRINTF("PIN ALLOC error: GPIO%d for analog button #%d is not an analog pin!\n", btnPin[i], i); + btnPin[i] = -1; + pinManager.deallocatePin(hw_btn_pin,PinOwner::Button); + } + else + #endif + { + if (disablePullUp) { + pinMode(btnPin[i], INPUT); + } else { + #ifdef ESP32 + pinMode(btnPin[i], buttonType[i]==BTN_TYPE_PUSH_ACT_HIGH ? INPUT_PULLDOWN : INPUT_PULLUP); + #else + pinMode(btnPin[i], INPUT_PULLUP); + #endif + } + } } else { btnPin[i] = -1; buttonType[i] = BTN_TYPE_NONE; @@ -182,7 +200,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) strip.ablMilliampsMax = request->arg(F("MA")).toInt(); strip.milliampsPerLed = request->arg(F("LA")).toInt(); - + briS = request->arg(F("CA")).toInt(); turnOnAtBoot = request->hasArg(F("BO")); @@ -190,6 +208,14 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) if (t <= 250) bootPreset = t; gammaCorrectBri = request->hasArg(F("GB")); gammaCorrectCol = request->hasArg(F("GC")); + gammaCorrectVal = request->arg(F("GV")).toFloat(); + if (gammaCorrectVal > 1.0f && gammaCorrectVal <= 3) + calcGammaTable(gammaCorrectVal); + else { + gammaCorrectVal = 1.0f; // no gamma correction + gammaCorrectBri = false; + gammaCorrectCol = false; + } fadeTransition = request->hasArg(F("TF")); t = request->arg(F("TD")).toInt(); @@ -222,6 +248,10 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) } simplifiedUI = request->hasArg(F("SU")); #endif + DEBUG_PRINTLN(F("Enumerating ledmaps")); + enumerateLedmaps(); + DEBUG_PRINTLN(F("Loading custom palettes")); + strip.loadCustomPalettes(); // (re)load all custom palettes } //SYNC @@ -266,8 +296,12 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) if (t >= 0 && t <= 63999) e131Universe = t; t = request->arg(F("DA")).toInt(); if (t >= 0 && t <= 510) DMXAddress = t; + t = request->arg(F("XX")).toInt(); + if (t >= 0 && t <= 150) DMXSegmentSpacing = t; + t = request->arg(F("PY")).toInt(); + if (t >= 0 && t <= 200) e131Priority = t; t = request->arg(F("DM")).toInt(); - if (t >= DMX_MODE_DISABLED && t <= DMX_MODE_MULTIPLE_RGBW) DMXMode = t; + if (t >= DMX_MODE_DISABLED && t <= DMX_MODE_PRESET) DMXMode = t; t = request->arg(F("ET")).toInt(); if (t > 99 && t <= 65000) realtimeTimeoutMs = t; arlsForceMaxBri = request->hasArg(F("FB")); @@ -280,16 +314,6 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) t = request->arg(F("AP")).toInt(); if (t >= 0 && t <= 9) alexaNumPresets = t; - #ifndef WLED_DISABLE_BLYNK - strlcpy(blynkHost, request->arg("BH").c_str(), 33); - t = request->arg(F("BP")).toInt(); - if (t > 0) blynkPort = t; - - if (request->hasArg("BK") && !request->arg("BK").equals(F("Hidden"))) { - strlcpy(blynkApiKey, request->arg("BK").c_str(), 36); initBlynk(blynkApiKey, blynkHost, blynkPort); - } - #endif - #ifdef WLED_ENABLE_MQTT mqttEnabled = request->hasArg(F("MQ")); strlcpy(mqttServer, request->arg(F("MS")).c_str(), 33); @@ -344,7 +368,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) longitude = request->arg(F("LN")).toFloat(); latitude = request->arg(F("LT")).toFloat(); // force a sunrise/sunset re-calculation - calculateSunriseAndSunset(); + calculateSunriseAndSunset(); overlayCurrent = request->hasArg(F("OL")) ? 1 : 0; @@ -389,15 +413,15 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) k[0] = 'W'; //weekdays timerWeekday[i] = request->arg(k).toInt(); if (i<8) { - k[0] = 'M'; //start month - timerMonth[i] = request->arg(k).toInt() & 0x0F; - timerMonth[i] <<= 4; - k[0] = 'P'; //end month - timerMonth[i] += (request->arg(k).toInt() & 0x0F); - k[0] = 'D'; //start day - timerDay[i] = request->arg(k).toInt(); - k[0] = 'E'; //end day - timerDayEnd[i] = request->arg(k).toInt(); + k[0] = 'M'; //start month + timerMonth[i] = request->arg(k).toInt() & 0x0F; + timerMonth[i] <<= 4; + k[0] = 'P'; //end month + timerMonth[i] += (request->arg(k).toInt() & 0x0F); + k[0] = 'D'; //start day + timerDay[i] = request->arg(k).toInt(); + k[0] = 'E'; //end day + timerDayEnd[i] = request->arg(k).toInt(); } } } @@ -625,30 +649,43 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) if (subPage == 10) { strip.isMatrix = request->arg(F("SOMP")).toInt(); - strip.panelH = MAX(1,MIN(128,request->arg(F("PH")).toInt())); - strip.panelW = MAX(1,MIN(128,request->arg(F("PW")).toInt())); - strip.hPanels = MAX(1,MIN(8,request->arg(F("MPH")).toInt())); - strip.vPanels = MAX(1,MIN(8,request->arg(F("MPV")).toInt())); - strip.matrix.bottomStart = request->arg(F("PB")).toInt(); - strip.matrix.rightStart = request->arg(F("PR")).toInt(); - strip.matrix.vertical = request->arg(F("PV")).toInt(); - strip.matrix.serpentine = request->hasArg(F("PS")); - for (uint8_t i=0; ihasArg(pO)) break; - pO[l] = 'B'; strip.panel[i].bottomStart = request->arg(pO).toInt(); - pO[l] = 'R'; strip.panel[i].rightStart = request->arg(pO).toInt(); - pO[l] = 'V'; strip.panel[i].vertical = request->arg(pO).toInt(); - pO[l] = 'S'; strip.panel[i].serpentine = request->hasArg(pO); + strip.panel.clear(); // release memory if allocated + if (strip.isMatrix) { + strip.panels = MAX(1,MIN(WLED_MAX_PANELS,request->arg(F("MPC")).toInt())); + strip.panel.reserve(strip.panels); // pre-allocate memory + for (uint8_t i=0; ihasArg(pO)) break; + pO[l] = 'B'; p.bottomStart = request->arg(pO).toInt(); + pO[l] = 'R'; p.rightStart = request->arg(pO).toInt(); + pO[l] = 'V'; p.vertical = request->arg(pO).toInt(); + pO[l] = 'S'; p.serpentine = request->hasArg(pO); + pO[l] = 'X'; p.xOffset = request->arg(pO).toInt(); + pO[l] = 'Y'; p.yOffset = request->arg(pO).toInt(); + pO[l] = 'W'; p.width = request->arg(pO).toInt(); + pO[l] = 'H'; p.height = request->arg(pO).toInt(); + strip.panel.push_back(p); + } + strip.setUpMatrix(); // will check limits + strip.makeAutoSegments(true); + strip.deserializeMap(); + } else { + Segment::maxWidth = strip.getLengthTotal(); + Segment::maxHeight = 1; } - strip.setUpMatrix(); // will check limits } #endif lastEditTime = millis(); if (subPage != 2 && !doReboot) doSerializeConfig = true; //serializeConfig(); //do not save if factory reset or LED settings (which are saved after LED re-init) + #ifndef WLED_DISABLE_ALEXA if (subPage == 4) alexaInit(); + #endif } @@ -697,13 +734,18 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply) byte speedIn = selseg.speed; byte intensityIn = selseg.intensity; byte paletteIn = selseg.palette; - - uint16_t startI = selseg.start; - uint16_t stopI = selseg.stop; - uint16_t startY = selseg.startY; - uint16_t stopY = selseg.stopY; - uint8_t grpI = selseg.grouping; - uint16_t spcI = selseg.spacing; + byte custom1In = selseg.custom1; + byte custom2In = selseg.custom2; + byte custom3In = selseg.custom3; + byte check1In = selseg.check1; + byte check2In = selseg.check2; + byte check3In = selseg.check3; + uint16_t startI = selseg.start; + uint16_t stopI = selseg.stop; + uint16_t startY = selseg.startY; + uint16_t stopY = selseg.stopY; + uint8_t grpI = selseg.grouping; + uint16_t spcI = selseg.spacing; pos = req.indexOf(F("&S=")); //segment start if (pos > 0) { startI = getNumVal(&req, pos); @@ -721,7 +763,7 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply) if (pos > 0) { spcI = getNumVal(&req, pos); } - strip.setSegment(selectedSeg, startI, stopI, grpI, spcI, UINT16_MAX, startY, stopY); + selseg.set(startI, stopI, grpI, spcI, UINT16_MAX, startY, stopY); pos = req.indexOf(F("RV=")); //Segment reverse if (pos > 0) selseg.reverse = req.charAt(pos+3) != '0'; @@ -758,7 +800,7 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply) //apply preset if (updateVal(req.c_str(), "PL=", &presetCycCurr, presetCycMin, presetCycMax)) { - unloadPlaylist(); + unloadPlaylist(); applyPreset(presetCycCurr); } @@ -838,7 +880,6 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply) colorFromDecOrHexString(tmpCol, (char*)req.substring(pos + 3).c_str()); uint32_t col2 = RGBW32(tmpCol[0], tmpCol[1], tmpCol[2], tmpCol[3]); selseg.setColor(2, col2); // defined above (SS= or main) - stateChanged = true; if (!singleSegment) strip.setColor(2, col2); // will set color to all active & selected segments } @@ -864,20 +905,19 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply) // apply colors to selected segment, and all selected segments if applicable if (col0Changed) { - stateChanged = true; uint32_t colIn0 = RGBW32(colIn[0], colIn[1], colIn[2], colIn[3]); selseg.setColor(0, colIn0); if (!singleSegment) strip.setColor(0, colIn0); // will set color to all active & selected segments } if (col1Changed) { - stateChanged = true; uint32_t colIn1 = RGBW32(colInSec[0], colInSec[1], colInSec[2], colInSec[3]); selseg.setColor(1, colIn1); if (!singleSegment) strip.setColor(1, colIn1); // will set color to all active & selected segments } bool fxModeChanged = false, speedChanged = false, intensityChanged = false, paletteChanged = false; + bool custom1Changed = false, custom2Changed = false, custom3Changed = false, check1Changed = false, check2Changed = false, check3Changed = false; // set effect parameters if (updateVal(req.c_str(), "FX=", &effectIn, 0, strip.getModeCount()-1)) { if (request != nullptr) unloadPlaylist(); // unload playlist if changing FX using web request @@ -886,8 +926,14 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply) speedChanged = updateVal(req.c_str(), "SX=", &speedIn); intensityChanged = updateVal(req.c_str(), "IX=", &intensityIn); paletteChanged = updateVal(req.c_str(), "FP=", &paletteIn, 0, strip.getPaletteCount()-1); - - stateChanged |= (fxModeChanged || speedChanged || intensityChanged || paletteChanged); + custom1Changed = updateVal(req.c_str(), "X1=", &custom1In); + custom2Changed = updateVal(req.c_str(), "X2=", &custom2In); + custom3Changed = updateVal(req.c_str(), "X3=", &custom3In); + check1Changed = updateVal(req.c_str(), "M1=", &check1In); + check2Changed = updateVal(req.c_str(), "M2=", &check2In); + check3Changed = updateVal(req.c_str(), "M3=", &check3In); + + stateChanged |= (fxModeChanged || speedChanged || intensityChanged || paletteChanged || custom1Changed || custom2Changed || custom3Changed || check1Changed || check2Changed || check3Changed); // apply to main and all selected segments to prevent #1618. for (uint8_t i = 0; i < strip.getSegmentsNum(); i++) { @@ -897,6 +943,12 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply) if (speedChanged) seg.speed = speedIn; if (intensityChanged) seg.intensity = intensityIn; if (paletteChanged) seg.setPalette(paletteIn); + if (custom1Changed) seg.custom1 = custom1In; + if (custom2Changed) seg.custom2 = custom2In; + if (custom3Changed) seg.custom3 = custom3In; + if (check1Changed) seg.check1 = (bool)check1In; + if (check2Changed) seg.check2 = (bool)check2In; + if (check3Changed) seg.check3 = (bool)check3In; } //set advanced overlay diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkApi.h b/wled00/src/dependencies/blynk/Blynk/BlynkApi.h deleted file mode 100644 index cd1543cc5..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkApi.h +++ /dev/null @@ -1,321 +0,0 @@ -/** - * @file BlynkApi.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief High-level functions - * - */ - -#ifndef BlynkApi_h -#define BlynkApi_h - -#include "BlynkConfig.h" -#include "BlynkDebug.h" -#include "BlynkParam.h" -#include "BlynkTimer.h" -#include "BlynkHandlers.h" -#include "BlynkProtocolDefs.h" - -#if defined(BLYNK_EXPERIMENTAL) - #include -#endif - -/** - * Represents high-level functions of Blynk - */ -template -class BlynkApi -{ -public: - BlynkApi() { - } - -#ifdef DOXYGEN // These API here are only for the documentation - - /** - * Connects to the server. - * Blocks until connected or timeout happens. - * May take less or more then timeout value. - * - * @param timeout Connection timeout - * @returns True if connected to the server - */ - bool connect(unsigned long timeout = BLYNK_TIMEOUT_MS*3); - - /** - * Disconnects from the server. - * It will not try to reconnect, until connect() is called - */ - void disconnect(); - - /** - * @returns True if connected to the server - */ - bool connected(); - - /** - * Performs Blynk-related housekeeping - * and processes incoming commands - * - * @param available True if there is incoming data to process - * Only used when user manages connection manually. - */ - bool run(bool available = false); - -#endif // DOXYGEN - - /** - * Sends value to a Virtual Pin - * - * @param pin Virtual Pin number - * @param data Value to be sent - */ - template - void virtualWrite(int pin, Args... values) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add("vw"); - cmd.add(pin); - cmd.add_multi(values...); - static_cast(this)->sendCmd(BLYNK_CMD_HARDWARE, 0, cmd.getBuffer(), cmd.getLength()-1); - } - - /** - * Sends buffer to a Virtual Pin - * - * @param pin Virtual Pin number - * @param buff Data buffer - * @param len Length of data - */ - void virtualWriteBinary(int pin, const void* buff, size_t len) { - char mem[8]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add("vw"); - cmd.add(pin); - static_cast(this)->sendCmd(BLYNK_CMD_HARDWARE, 0, cmd.getBuffer(), cmd.getLength(), buff, len); - } - - /** - * Sends BlynkParam to a Virtual Pin - * - * @param pin Virtual Pin number - * @param param - */ - void virtualWrite(int pin, const BlynkParam& param) { - virtualWriteBinary(pin, param.getBuffer(), param.getLength()); - } - - void virtualWrite(int pin, const BlynkParamAllocated& param) { - virtualWriteBinary(pin, param.getBuffer(), param.getLength()); - } - - /** - * Requests Server to re-send current values for all widgets. - */ - void syncAll() { - static_cast(this)->sendCmd(BLYNK_CMD_HARDWARE_SYNC); - } - - /** - * Sends internal command - */ - template - void sendInternal(Args... params) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add_multi(params...); - static_cast(this)->sendCmd(BLYNK_CMD_INTERNAL, 0, cmd.getBuffer(), cmd.getLength()-1); - } - - /** - * Requests App or Server to re-send current value of a Virtual Pin. - * This will probably cause user-defined BLYNK_WRITE handler to be called. - * - * @param pin Virtual Pin number - */ - template - void syncVirtual(Args... pins) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add("vr"); - cmd.add_multi(pins...); - static_cast(this)->sendCmd(BLYNK_CMD_HARDWARE_SYNC, 0, cmd.getBuffer(), cmd.getLength()-1); - } - - /** - * Tweets a message - * - * @param msg Text of the message - */ - template - void tweet(const T& msg) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(msg); - static_cast(this)->sendCmd(BLYNK_CMD_TWEET, 0, cmd.getBuffer(), cmd.getLength()-1); - } - - /** - * Sends a push notification to the App - * - * @param msg Text of the message - */ - template - void notify(const T& msg) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(msg); - static_cast(this)->sendCmd(BLYNK_CMD_NOTIFY, 0, cmd.getBuffer(), cmd.getLength()-1); - } - - /** - * Sends an SMS - * - * @param msg Text of the message - */ - template - void sms(const T& msg) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(msg); - static_cast(this)->sendCmd(BLYNK_CMD_SMS, 0, cmd.getBuffer(), cmd.getLength()-1); - } - - /** - * Sends an email message - * - * @param email Email to send to - * @param subject Subject of message - * @param msg Text of the message - */ - template - void email(const char* email, const T1& subject, const T2& msg) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(email); - cmd.add(subject); - cmd.add(msg); - static_cast(this)->sendCmd(BLYNK_CMD_EMAIL, 0, cmd.getBuffer(), cmd.getLength()-1); - } - - /** - * Sends an email message - * - * @param subject Subject of message - * @param msg Text of the message - */ - template - void email(const T1& subject, const T2& msg) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(subject); - cmd.add(msg); - static_cast(this)->sendCmd(BLYNK_CMD_EMAIL, 0, cmd.getBuffer(), cmd.getLength()-1); - } - - /** - * Sets property of a Widget - * - * @experimental - * - * @param pin Virtual Pin number - * @param property Property name ("label", "labels", "color", ...) - * @param value Property value - */ - template - void setProperty(int pin, const T& property, Args... values) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(pin); - cmd.add(property); - cmd.add_multi(values...); - static_cast(this)->sendCmd(BLYNK_CMD_PROPERTY, 0, cmd.getBuffer(), cmd.getLength()-1); - } - - template - void setProperty(int pin, const T& property, const BlynkParam& param) { - char mem[32]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(pin); - cmd.add(property); - static_cast(this)->sendCmd(BLYNK_CMD_PROPERTY, 0, cmd.getBuffer(), cmd.getLength(), param.getBuffer(), param.getLength()); - } - - template - void setProperty(int pin, const T& property, const BlynkParamAllocated& param) { - char mem[32]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(pin); - cmd.add(property); - static_cast(this)->sendCmd(BLYNK_CMD_PROPERTY, 0, cmd.getBuffer(), cmd.getLength(), param.getBuffer(), param.getLength()); - } - - template - void logEvent(const NAME& event_name) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(event_name); - static_cast(this)->sendCmd(BLYNK_CMD_EVENT_LOG, 0, cmd.getBuffer(), cmd.getLength()); - } - - template - void logEvent(const NAME& event_name, const DESCR& description) { - char mem[BLYNK_MAX_SENDBYTES]; - BlynkParam cmd(mem, 0, sizeof(mem)); - cmd.add(event_name); - cmd.add(description); - static_cast(this)->sendCmd(BLYNK_CMD_EVENT_LOG, 0, cmd.getBuffer(), cmd.getLength()); - } - -#if defined(BLYNK_EXPERIMENTAL) - // Attention! - // Every function in this section may be changed, removed or renamed. - - /** - * Refreshes value of a widget by running - * user-defined BLYNK_READ handler of a pin. - * - * @experimental - * - * @param pin Virtual Pin number - */ - void refresh(int pin) { - if (WidgetReadHandler handler = GetReadHandler(pin)) { - BlynkReq req = { 0, BLYNK_SUCCESS, (uint8_t)pin }; - handler(req); - } - } - - /** - * Delays for N milliseconds, handling server communication in background. - * - * @experimental - * @warning Should be used very carefully, especially on platforms with small RAM. - * - * @param ms Milliseconds to wait - */ - void delay(unsigned long ms) { - uint16_t start = (uint16_t)micros(); - while (ms > 0) { - static_cast(this)->run(); -#if !defined(BLYNK_NO_YIELD) - yield(); -#endif - if (((uint16_t)micros() - start) >= 1000) { - ms--; - start += 1000; - } - } - } - -#endif - -protected: - void processCmd(const void* buff, size_t len); - void sendInfo(); -}; - - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkApiArduino.h b/wled00/src/dependencies/blynk/Blynk/BlynkApiArduino.h deleted file mode 100644 index 4c4b0acef..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkApiArduino.h +++ /dev/null @@ -1,199 +0,0 @@ -/** - * @file BlynkApiArduino.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Mar 2015 - * @brief - * - */ - -#ifndef BlynkApiArduino_h -#define BlynkApiArduino_h - -#include "BlynkApi.h" -#include - -#ifdef BLYNK_NO_INFO - -template -BLYNK_FORCE_INLINE -void BlynkApi::sendInfo() {} - -#else - -template -BLYNK_FORCE_INLINE -void BlynkApi::sendInfo() -{ - static const char profile[] BLYNK_PROGMEM = "blnkinf\0" -#ifdef BOARD_FIRMWARE_VERSION - BLYNK_PARAM_KV("ver" , BOARD_FIRMWARE_VERSION) - BLYNK_PARAM_KV("blynk" , BLYNK_VERSION) -#else - BLYNK_PARAM_KV("ver" , BLYNK_VERSION) -#endif -#ifdef BOARD_TEMPLATE_ID - BLYNK_PARAM_KV("tmpl" , BOARD_TEMPLATE_ID) -#endif - BLYNK_PARAM_KV("h-beat" , BLYNK_TOSTRING(BLYNK_HEARTBEAT)) - BLYNK_PARAM_KV("buff-in", BLYNK_TOSTRING(BLYNK_MAX_READBYTES)) -#ifdef BLYNK_INFO_DEVICE - BLYNK_PARAM_KV("dev" , BLYNK_INFO_DEVICE) -#endif -#ifdef BLYNK_INFO_CPU - BLYNK_PARAM_KV("cpu" , BLYNK_INFO_CPU) -#endif -#ifdef BLYNK_INFO_CONNECTION - BLYNK_PARAM_KV("con" , BLYNK_INFO_CONNECTION) -#endif - BLYNK_PARAM_KV("build" , __DATE__ " " __TIME__) - "\0" - ; - const size_t profile_len = sizeof(profile)-8-2; - -#ifdef BLYNK_HAS_PROGMEM - char mem[profile_len]; - memcpy_P(mem, profile+8, profile_len); - static_cast(this)->sendCmd(BLYNK_CMD_INTERNAL, 0, mem, profile_len); -#else - static_cast(this)->sendCmd(BLYNK_CMD_INTERNAL, 0, profile+8, profile_len); -#endif - return; -} - -#endif - - -// Check if analog pins can be referenced by name on this device -#if defined(analogInputToDigitalPin) - #define BLYNK_DECODE_PIN(it) (((it).asStr()[0] == 'A') ? analogInputToDigitalPin(atoi((it).asStr()+1)) : (it).asInt()) -#else - #define BLYNK_DECODE_PIN(it) ((it).asInt()) - - #if defined(BLYNK_DEBUG_ALL) - #pragma message "analogInputToDigitalPin not defined" - #endif -#endif - -template -BLYNK_FORCE_INLINE -void BlynkApi::processCmd(const void* buff, size_t len) -{ - BlynkParam param((void*)buff, len); - BlynkParam::iterator it = param.begin(); - if (it >= param.end()) - return; - const char* cmd = it.asStr(); - uint16_t cmd16; - memcpy(&cmd16, cmd, sizeof(cmd16)); - if (++it >= param.end()) - return; - - uint8_t pin = BLYNK_DECODE_PIN(it); - - switch(cmd16) { - -#ifndef BLYNK_NO_BUILTIN - - case BLYNK_HW_PM: { - while (it < param.end()) { - pin = BLYNK_DECODE_PIN(it); - ++it; - if (!strcmp(it.asStr(), "in")) { - pinMode(pin, INPUT); - } else if (!strcmp(it.asStr(), "out") || !strcmp(it.asStr(), "pwm")) { - pinMode(pin, OUTPUT); -#ifdef INPUT_PULLUP - } else if (!strcmp(it.asStr(), "pu")) { - pinMode(pin, INPUT_PULLUP); -#endif -#ifdef INPUT_PULLDOWN - } else if (!strcmp(it.asStr(), "pd")) { - pinMode(pin, INPUT_PULLDOWN); -#endif - } else { -#ifdef BLYNK_DEBUG - BLYNK_LOG4(BLYNK_F("Invalid pin "), pin, BLYNK_F(" mode "), it.asStr()); -#endif - } - ++it; - } - } break; - case BLYNK_HW_DR: { - char mem[16]; - BlynkParam rsp(mem, 0, sizeof(mem)); - rsp.add("dw"); - rsp.add(pin); - rsp.add(digitalRead(pin)); - static_cast(this)->sendCmd(BLYNK_CMD_HARDWARE, 0, rsp.getBuffer(), rsp.getLength()-1); - } break; - case BLYNK_HW_DW: { - // Should be 1 parameter (value) - if (++it >= param.end()) - return; - -#ifdef ESP8266 - // Disable PWM... - analogWrite(pin, 0); -#endif -#ifndef BLYNK_MINIMIZE_PINMODE_USAGE - pinMode(pin, OUTPUT); -#endif - digitalWrite(pin, it.asInt() ? HIGH : LOW); - } break; - case BLYNK_HW_AR: { - char mem[16]; - BlynkParam rsp(mem, 0, sizeof(mem)); - rsp.add("aw"); - rsp.add(pin); - rsp.add(analogRead(pin)); - static_cast(this)->sendCmd(BLYNK_CMD_HARDWARE, 0, rsp.getBuffer(), rsp.getLength()-1); - } break; - -// TODO: Remove workaround for ESP32 -#if !defined(ESP32) - - case BLYNK_HW_AW: { - // Should be 1 parameter (value) - if (++it >= param.end()) - return; - -#ifndef BLYNK_MINIMIZE_PINMODE_USAGE - pinMode(pin, OUTPUT); -#endif - analogWrite(pin, it.asInt()); - } break; - -#endif // TODO: Remove workaround for ESP32 - -#endif - - case BLYNK_HW_VR: { - BlynkReq req = { pin }; - WidgetReadHandler handler = GetReadHandler(pin); - if (handler && (handler != BlynkWidgetRead)) { - handler(req); - } else { - BlynkWidgetReadDefault(req); - } - } break; - case BLYNK_HW_VW: { - ++it; - char* start = (char*)it.asStr(); - BlynkParam param2(start, len - (start - (char*)buff)); - BlynkReq req = { pin }; - WidgetWriteHandler handler = GetWriteHandler(pin); - if (handler && (handler != BlynkWidgetWrite)) { - handler(req, param2); - } else { - BlynkWidgetWriteDefault(req, param2); - } - } break; - default: - BLYNK_LOG2(BLYNK_F("Invalid HW cmd: "), cmd); - static_cast(this)->sendCmd(BLYNK_CMD_RESPONSE, static_cast(this)->msgIdOutOverride, NULL, BLYNK_ILLEGAL_COMMAND); - } -} - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkArduinoClient.h b/wled00/src/dependencies/blynk/Blynk/BlynkArduinoClient.h deleted file mode 100644 index cd7ae0790..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkArduinoClient.h +++ /dev/null @@ -1,128 +0,0 @@ -/** - * @file BlynkParam.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief - * - */ - -#ifndef BlynkArduinoClient_h -#define BlynkArduinoClient_h - -#include "BlynkApiArduino.h" -#include "BlynkDebug.h" -#include - -#if defined(ESP8266) && !defined(BLYNK_NO_YIELD) - #define YIELD_FIX() BLYNK_RUN_YIELD(); -#else - #define YIELD_FIX() -#endif - -template -class BlynkArduinoClientGen -{ -public: - BlynkArduinoClientGen(Client& c) - : client(NULL), domain(NULL), port(0), isConn(false) - { - setClient(&c); - } - - BlynkArduinoClientGen() - : client(NULL), domain(NULL), port(0), isConn(false) - {} - - void setClient(Client* c) { - client = c; - client->setTimeout(BLYNK_TIMEOUT_MS); - } - - void begin(IPAddress a, uint16_t p) { - domain = NULL; - port = p; - addr = a; - } - - void begin(const char* d, uint16_t p) { - domain = d; - port = p; - } - - bool connect() { - if (domain) { - BLYNK_LOG4(BLYNK_F("Connecting to "), domain, ':', port); - - isConn = (1 == client->connect(domain, port)); - return isConn; - } else { //if (uint32_t(addr) != 0) { - BLYNK_LOG_IP("Connecting to ", addr); - isConn = (1 == client->connect(addr, port)); - return isConn; - } - return false; - } - - void disconnect() { isConn = false; client->stop(); } - -#ifdef BLYNK_ENC28J60_FIX - size_t read(void* buf, size_t len) { - while (client->available() < len) { BLYNK_RUN_YIELD(); } - return client->read((uint8_t*)buf, len); - } -#else - size_t read(void* buf, size_t len) { - size_t res = client->readBytes((char*)buf, len); - YIELD_FIX(); - return res; - } -#endif - -#ifdef BLYNK_RETRY_SEND - size_t write(const void* buf, size_t len) { - size_t sent = 0; - int retry = 0; - while (sent < len && ++retry < 10) { - size_t w = client->write((const uint8_t*)buf+sent, len-sent); - if (w != 0 && w != -1) { - sent += w; - } else { - BlynkDelay(50); -#if defined(BLYNK_DEBUG) && defined(BLYNK_PRINT) - BLYNK_PRINT_TIME(); - BLYNK_PRINT.print(BLYNK_F("Retry ")); - BLYNK_PRINT.print(retry); - BLYNK_PRINT.print(BLYNK_F(" send: ")); - BLYNK_PRINT.print(sent); - BLYNK_PRINT.print('/'); - BLYNK_PRINT.println(len); -#endif - } - } - return sent; - } -#else - size_t write(const void* buf, size_t len) { - YIELD_FIX(); - size_t res = client->write((const uint8_t*)buf, len); - YIELD_FIX(); - return res; - } -#endif - - bool connected() { YIELD_FIX(); return isConn && client->connected(); } - int available() { YIELD_FIX(); return client->available(); } - -protected: - Client* client; - IPAddress addr; - const char* domain; - uint16_t port; - bool isConn; -}; - -typedef BlynkArduinoClientGen BlynkArduinoClient; - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkConfig.h b/wled00/src/dependencies/blynk/Blynk/BlynkConfig.h deleted file mode 100644 index cdd930a35..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkConfig.h +++ /dev/null @@ -1,95 +0,0 @@ -/** - * @file BlynkConfig.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief Configuration of different aspects of library - * - */ - -#ifndef BlynkConfig_h -#define BlynkConfig_h - -#include "BlynkDetectDevice.h" - -/*************************************************** - * Change these settings to match your need - ***************************************************/ - -#define BLYNK_DEFAULT_DOMAIN "blynk-cloud.com" -#define BLYNK_DEFAULT_PORT 80 -#define BLYNK_DEFAULT_PORT_SSL 8441 - -/*************************************************** - * Professional settings - ***************************************************/ -// Library version. -#define BLYNK_VERSION "0.5.3" - -// Heartbeat period in seconds. -#ifndef BLYNK_HEARTBEAT -#define BLYNK_HEARTBEAT 10 -#endif - -// Network timeout in milliseconds. -#ifndef BLYNK_TIMEOUT_MS -#define BLYNK_TIMEOUT_MS 2000UL -#endif - -// Limit the amount of outgoing commands per second. -#ifndef BLYNK_MSG_LIMIT -#define BLYNK_MSG_LIMIT 15 -#endif - -// Limit the incoming command length. -#ifndef BLYNK_MAX_READBYTES -#define BLYNK_MAX_READBYTES 256 -#endif - -// Limit the outgoing command length. -#ifndef BLYNK_MAX_SENDBYTES -#define BLYNK_MAX_SENDBYTES 128 -#endif - -// Uncomment to use Let's Encrypt Root CA -//#define BLYNK_SSL_USE_LETSENCRYPT - -// Uncomment to disable built-in analog and digital operations. -//#define BLYNK_NO_BUILTIN - -// Uncomment to disable providing info about device to the server. -//#define BLYNK_NO_INFO - -// Uncomment to enable debug prints. -//#define BLYNK_DEBUG - -// Uncomment to force-enable 128 virtual pins -//#define BLYNK_USE_128_VPINS - -// Uncomment to disable fancy logo -//#define BLYNK_NO_FANCY_LOGO - -// Uncomment to enable 3D fancy logo -//#define BLYNK_FANCY_LOGO_3D - -// Uncomment to enable experimental functions. -//#define BLYNK_EXPERIMENTAL - -// Uncomment to disable all float/double usage -//#define BLYNK_NO_FLOAT - -// Uncomment to switch to direct-connect mode -//#define BLYNK_USE_DIRECT_CONNECT - - -// Uncomment to append command body to header (uses more RAM) -//#define BLYNK_SEND_ATOMIC - -// Split whole command into chunks (in bytes) -//#define BLYNK_SEND_CHUNK 64 - -// Wait after sending each chunk (in milliseconds) -//#define BLYNK_SEND_THROTTLE 10 - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkDateTime.h b/wled00/src/dependencies/blynk/Blynk/BlynkDateTime.h deleted file mode 100644 index 8e5ef664b..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkDateTime.h +++ /dev/null @@ -1,173 +0,0 @@ -/** - * @file BlynkDateTime.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2016 Volodymyr Shymanskyy - * @date Aug 2016 - * @brief DateTime implementation - * - */ - -#ifndef BlynkDateTime_h -#define BlynkDateTime_h - -typedef long blynk_time_t; - -struct blynk_tm *blynk_gmtime_r(const blynk_time_t *time, struct blynk_tm *tm); -blynk_time_t blynk_mk_gmtime(struct blynk_tm *tm); - -struct blynk_tm { - int8_t tm_sec; - int8_t tm_min; - int8_t tm_hour; - int8_t tm_mday; - int8_t tm_wday; - int8_t tm_mon; - int16_t tm_year; - int16_t tm_yday; - int16_t tm_isdst; -}; - -class BlynkTime { - -public: - static const uint32_t MAX_TIME = 86400L; - - BlynkTime() : mTime(-1) {} - - BlynkTime(const BlynkTime& t) : mTime(t.mTime) {} - - BlynkTime(long seconds) : mTime(seconds % MAX_TIME) {} - - BlynkTime(int hour, int minute, int second) - { - mTime = (hour * 3600 + minute * 60 + second) % MAX_TIME; - } - - int second() const { return mTime % 60; } - int minute() const { return (mTime / 60) % 60; } - int hour() const { return mTime / 3600; } - - int hour12() const { - int h = hour(); - if (h == 0) - return 12; // 12 midnight - else if (h > 12) - return h - 12; - return h; - } - - bool isAM() const { return !isPM(); } - bool isPM() const { return (hour() >= 12); } - - void adjustSeconds(int sec) { - if (isValid()) { - mTime = (mTime + sec) % MAX_TIME; - } - } - - blynk_time_t getUnixOffset() const { return mTime; } - - bool isValid() const { return mTime < MAX_TIME; } - operator bool() const { return isValid(); } - - bool operator == (const BlynkTime& t) const { return mTime == t.mTime; } - bool operator >= (const BlynkTime& t) const { return mTime >= t.mTime; } - bool operator <= (const BlynkTime& t) const { return mTime <= t.mTime; } - bool operator > (const BlynkTime& t) const { return mTime > t.mTime; } - bool operator < (const BlynkTime& t) const { return mTime < t.mTime; } - -private: - uint32_t mTime; -}; - -class BlynkDateTime { - -public: - BlynkDateTime() : mTime(0) {} - - BlynkDateTime(const BlynkDateTime& t) - { - mTime = t.mTime; - blynk_gmtime_r(&mTime, &mTm); - } - - BlynkDateTime(blynk_time_t t) - { - mTime = t; - blynk_gmtime_r(&mTime, &mTm); - } - - BlynkDateTime(int hour, int minute, int second, int day, int month, int year) - { - mTm.tm_hour = hour; - mTm.tm_min = minute; - mTm.tm_sec = second; - - mTm.tm_mday = day; - mTm.tm_mon = month - 1; - mTm.tm_year = year - 1900; - - mTm.tm_isdst = 0; - - mTime = blynk_mk_gmtime(&mTm); - } - - int second() const { return mTm.tm_sec; } - int minute() const { return mTm.tm_min; } - int hour() const { return mTm.tm_hour; } - int day() const { return mTm.tm_mday; } - int month() const { return 1 + mTm.tm_mon; } - int year() const { return 1900 + mTm.tm_year; } - - int day_of_year() const { return 1 + mTm.tm_yday; } - int day_of_week() const { return mTm.tm_wday == 0 ? 7 : mTm.tm_wday; } - - /*int weak_of_year() const { - int julian = day_of_year(); - int dow = day_of_week(); - int dowJan1 = BlynkDateTime(0,0,0, 1,1,year()).day_of_week(); - int weekNum = ((julian + 6) / 7); - if (dow < dowJan1) - ++weekNum; - return (weekNum); - }*/ - - int hour12() const { - int h = hour(); - if (h == 0) - return 12; // 12 midnight - else if (h > 12) - return h - 12; - return h; - } - - bool isAM() const { return !isPM(); } - bool isPM() const { return (hour() >= 12); } - - void adjustSeconds(int sec) { - if (isValid()) { - mTime += sec; - blynk_gmtime_r(&mTime, &mTm); - } - } - - //tm& getTm() { return mTm; } - blynk_time_t getUnix() const { return mTime; } - - bool isValid() const { return mTime != 0; } - operator bool() const { return isValid(); } - - bool operator == (const BlynkDateTime& t) const { return mTime == t.mTime; } - bool operator >= (const BlynkDateTime& t) const { return mTime >= t.mTime; } - bool operator <= (const BlynkDateTime& t) const { return mTime <= t.mTime; } - bool operator > (const BlynkDateTime& t) const { return mTime > t.mTime; } - bool operator < (const BlynkDateTime& t) const { return mTime < t.mTime; } - -private: - blynk_tm mTm; - blynk_time_t mTime; -}; - - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkDebug.cpp b/wled00/src/dependencies/blynk/Blynk/BlynkDebug.cpp deleted file mode 100644 index 17a379a37..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkDebug.cpp +++ /dev/null @@ -1,278 +0,0 @@ -/** - * @file BlynkDebug.cpp - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief Debug utilities for Arduino - */ -#include "BlynkDebug.h" - -#if defined(ARDUINO) && defined(__AVR__) && defined(BLYNK_USE_AVR_WDT) - - #include - #include - - BLYNK_CONSTRUCTOR - static void BlynkSystemInit() - { - MCUSR = 0; - wdt_disable(); - } - - void BlynkReset() - { - wdt_enable(WDTO_15MS); - delay(50); - void(*resetFunc)(void) = 0; - resetFunc(); - for(;;) {} // To make compiler happy - } - - size_t BlynkFreeRam() - { - extern int __heap_start, *__brkval; - int v; - return (int) &v - (__brkval == 0 ? (int) &__heap_start : (int) __brkval); - } - - #define _BLYNK_USE_DEFAULT_MILLIS - #define _BLYNK_USE_DEFAULT_DELAY - -#elif defined(ARDUINO) && defined(__AVR__) - - #include - - void BlynkReset() - { - void(*resetFunc)(void) = 0; - resetFunc(); - for(;;) {} - } - - size_t BlynkFreeRam() - { - extern int __heap_start, *__brkval; - int v; - return (int) &v - (__brkval == 0 ? (int) &__heap_start : (int) __brkval); - } - - #define _BLYNK_USE_DEFAULT_MILLIS - #define _BLYNK_USE_DEFAULT_DELAY - -#elif defined(ARDUINO) && defined(ESP8266) - - #include - - size_t BlynkFreeRam() - { - return ESP.getFreeHeap(); - } - - void BlynkReset() - { - ESP.restart(); - for(;;) {} - } - - #define _BLYNK_USE_DEFAULT_MILLIS - #define _BLYNK_USE_DEFAULT_DELAY - -#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM) - - #include - - size_t BlynkFreeRam() - { - return 0; - } - - void BlynkReset() - { - NVIC_SystemReset(); - for(;;) {} - } - - #define _BLYNK_USE_DEFAULT_MILLIS - #define _BLYNK_USE_DEFAULT_DELAY - -#elif defined (ARDUINO_ARCH_ARC32) - - millis_time_t BlynkMillis() - { - // TODO: Remove workaround for Intel Curie - // https://forum.arduino.cc/index.php?topic=391836.0 - noInterrupts(); - uint64_t t = millis(); - interrupts(); - return t; - } - - #define _BLYNK_USE_DEFAULT_FREE_RAM - #define _BLYNK_USE_DEFAULT_RESET - #define _BLYNK_USE_DEFAULT_DELAY - -#elif defined(ARDUINO) && (defined(__STM32F1__) || defined(__STM32F3__)) - - #include - #include - - void BlynkReset() - { - nvic_sys_reset(); - for(;;) {} - } - - #define _BLYNK_USE_DEFAULT_FREE_RAM - #define _BLYNK_USE_DEFAULT_MILLIS - #define _BLYNK_USE_DEFAULT_DELAY - -#elif defined (PARTICLE) || defined(SPARK) - - #include "application.h" - - void BlynkReset() - { - System.reset(); - for(;;) {} // To make compiler happy - } - - #define _BLYNK_USE_DEFAULT_FREE_RAM - #define _BLYNK_USE_DEFAULT_MILLIS - #define _BLYNK_USE_DEFAULT_DELAY - -#elif defined(__MBED__) - - #include "mbed.h" - - static Timer blynk_millis_timer; - static Ticker blynk_waker; - - static - void blynk_wake() { - //pc.puts("(...)"); - } - - BLYNK_CONSTRUCTOR - static void BlynkSystemInit() - { - blynk_waker.attach(&blynk_wake, 2.0); - blynk_millis_timer.start(); - } - - void BlynkDelay(millis_time_t ms) - { - wait_ms(ms); - } - - millis_time_t BlynkMillis() - { - return blynk_millis_timer.read_ms(); - } - - #define _BLYNK_USE_DEFAULT_FREE_RAM - #define _BLYNK_USE_DEFAULT_RESET - -#elif defined(LINUX) && defined(RASPBERRY) - - #include - #include - - BLYNK_CONSTRUCTOR - static void BlynkSystemInit() - { - wiringPiSetupGpio(); - } - - void BlynkReset() - { - exit(1); - for(;;) {} // To make compiler happy - } - - #define _BLYNK_USE_DEFAULT_FREE_RAM - #define _BLYNK_USE_DEFAULT_MILLIS - #define _BLYNK_USE_DEFAULT_DELAY - -#elif defined(LINUX) - - #define _POSIX_C_SOURCE 200809L - #include - #include - #include - - static millis_time_t blynk_startup_time = 0; - - BLYNK_CONSTRUCTOR - static void BlynkSystemInit() - { - blynk_startup_time = BlynkMillis(); - } - - void BlynkReset() - { - exit(1); - for(;;) {} // To make compiler happy - } - - void BlynkDelay(millis_time_t ms) - { - usleep(ms * 1000); - } - - millis_time_t BlynkMillis() - { - struct timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts ); - return ( ts.tv_sec * 1000 + ts.tv_nsec / 1000000L ) - blynk_startup_time; - } - - #define _BLYNK_USE_DEFAULT_FREE_RAM - -#else - - #if defined(BLYNK_DEBUG_ALL) - #warning "Need to implement board-specific utilities" - #endif - - #define _BLYNK_USE_DEFAULT_FREE_RAM - #define _BLYNK_USE_DEFAULT_RESET - #define _BLYNK_USE_DEFAULT_MILLIS - #define _BLYNK_USE_DEFAULT_DELAY - -#endif - -#ifdef _BLYNK_USE_DEFAULT_DELAY - void BlynkDelay(millis_time_t ms) - { - return delay(ms); - } -#endif - -#ifdef _BLYNK_USE_DEFAULT_MILLIS - millis_time_t BlynkMillis() - { - return millis(); - } -#endif - -#ifdef _BLYNK_USE_DEFAULT_FREE_RAM - size_t BlynkFreeRam() - { - return 0; - } -#endif - -#ifdef _BLYNK_USE_DEFAULT_RESET - void BlynkReset() - { - for(;;) {} // To make compiler happy - } -#endif - -void BlynkFatal() -{ - BlynkDelay(10000L); - BlynkReset(); -} - diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkDebug.h b/wled00/src/dependencies/blynk/Blynk/BlynkDebug.h deleted file mode 100644 index bc0923308..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkDebug.h +++ /dev/null @@ -1,305 +0,0 @@ -/** - * @file BlynkDebug.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief Debug utilities - * - */ - -#ifndef BlynkDebug_h -#define BlynkDebug_h - -#include "BlynkConfig.h" - -#include -#ifdef ESP8266 - extern "C" { - #include "ets_sys.h" - #include "os_type.h" - #include "mem.h" - } -#else - #include -#endif - -#if defined(ARDUINO_ARCH_ARC32) - typedef uint64_t millis_time_t; -#else - typedef uint32_t millis_time_t; -#endif - -void BlynkDelay(millis_time_t ms); -millis_time_t BlynkMillis(); -size_t BlynkFreeRam(); -void BlynkReset() BLYNK_NORETURN; -void BlynkFatal() BLYNK_NORETURN; - - -#if defined(SPARK) || defined(PARTICLE) - #include "application.h" -#endif - -#if defined(ARDUINO) - #if ARDUINO >= 100 - #include - #else - #include - #endif -#endif - -#if defined(LINUX) - #if defined(RASPBERRY) - #include - #endif -#endif - -#if !defined(BLYNK_RUN_YIELD) - #if defined(BLYNK_NO_YIELD) - #define BLYNK_RUN_YIELD() {} - #elif defined(SPARK) || defined(PARTICLE) - #define BLYNK_RUN_YIELD() { Particle.process(); } - #elif !defined(ARDUINO) || (ARDUINO < 151) - #define BLYNK_RUN_YIELD() {} - #else - #define BLYNK_RUN_YIELD() { BlynkDelay(0); } - #endif -#endif - -#if defined(__AVR__) - #include - #define BLYNK_HAS_PROGMEM - #define BLYNK_PROGMEM PROGMEM - #define BLYNK_F(s) F(s) - #define BLYNK_PSTR(s) PSTR(s) -#else - #define BLYNK_PROGMEM - #define BLYNK_F(s) s - #define BLYNK_PSTR(s) s -#endif - -#ifdef ARDUINO_AVR_DIGISPARK - typedef fstr_t __FlashStringHelper; -#endif - -#if defined(BLYNK_DEBUG_ALL) && !(__cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__)) - #warning "Compiler features not enabled -> please contact yor board vendor to enable c++0x" -#endif - -// Diagnostic defines - -#define BLYNK_FATAL(msg) { BLYNK_LOG1(msg); BlynkFatal(); } -#define BLYNK_LOG_RAM() { BLYNK_LOG2(BLYNK_F("Free RAM: "), BlynkFreeRam()); } -#define BLYNK_LOG_FN() BLYNK_LOG3(BLYNK_F(__FUNCTION__), '@', __LINE__); -#define BLYNK_LOG_TROUBLE(t) BLYNK_LOG2(BLYNK_F("Trouble detected: http://docs.blynk.cc/#troubleshooting-"), t) - -#ifndef BLYNK_PRINT -#undef BLYNK_DEBUG -#endif - -#ifdef BLYNK_DEBUG_ALL -#define BLYNK_DEBUG -#endif - -#ifdef BLYNK_PRINT - - #if defined(ARDUINO) || defined(SPARK) || defined(PARTICLE) - -#if defined(ARDUINO_ARCH_ARC32) - // This will cause error - on purpose - #define BLYNK_LOG(msg, ...) BLYNK_LOG_UNAVAILABLE(msg, ##__VA_ARGS__) -#else - #define BLYNK_LOG(msg, ...) blynk_dbg_print(BLYNK_PSTR(msg), ##__VA_ARGS__) -#endif - - #define BLYNK_LOG1(p1) { BLYNK_LOG_TIME(); BLYNK_PRINT.println(p1); } - #define BLYNK_LOG2(p1,p2) { BLYNK_LOG_TIME(); BLYNK_PRINT.print(p1); BLYNK_PRINT.println(p2); } - #define BLYNK_LOG3(p1,p2,p3) { BLYNK_LOG_TIME(); BLYNK_PRINT.print(p1); BLYNK_PRINT.print(p2); BLYNK_PRINT.println(p3); } - #define BLYNK_LOG4(p1,p2,p3,p4) { BLYNK_LOG_TIME(); BLYNK_PRINT.print(p1); BLYNK_PRINT.print(p2); BLYNK_PRINT.print(p3); BLYNK_PRINT.println(p4); } - #define BLYNK_LOG6(p1,p2,p3,p4,p5,p6) { BLYNK_LOG_TIME(); BLYNK_PRINT.print(p1); BLYNK_PRINT.print(p2); BLYNK_PRINT.print(p3); BLYNK_PRINT.print(p4); BLYNK_PRINT.print(p5); BLYNK_PRINT.println(p6); } - #define BLYNK_LOG_IP(msg, ip) { BLYNK_LOG_TIME(); BLYNK_PRINT.print(BLYNK_F(msg)); \ - BLYNK_PRINT.print(ip[0]); BLYNK_PRINT.print('.'); \ - BLYNK_PRINT.print(ip[1]); BLYNK_PRINT.print('.'); \ - BLYNK_PRINT.print(ip[2]); BLYNK_PRINT.print('.'); \ - BLYNK_PRINT.println(ip[3]); } - #define BLYNK_LOG_IP_REV(msg, ip) { BLYNK_LOG_TIME(); BLYNK_PRINT.print(BLYNK_F(msg)); \ - BLYNK_PRINT.print(ip[3]); BLYNK_PRINT.print('.'); \ - BLYNK_PRINT.print(ip[2]); BLYNK_PRINT.print('.'); \ - BLYNK_PRINT.print(ip[1]); BLYNK_PRINT.print('.'); \ - BLYNK_PRINT.println(ip[0]); } - - static - void BLYNK_LOG_TIME() { - BLYNK_PRINT.print('['); - BLYNK_PRINT.print(BlynkMillis()); - BLYNK_PRINT.print(BLYNK_F("] ")); - } - -#ifdef BLYNK_DEBUG - #include - #define BLYNK_DBG_BREAK() { for(;;); } - #define BLYNK_ASSERT(expr) { if(!(expr)) { BLYNK_LOG2(BLYNK_F("Assertion failed: "), BLYNK_F(#expr)); BLYNK_DBG_BREAK() } } - - static - void BLYNK_DBG_DUMP(const char* msg, const void* addr, size_t len) { - if (len) { - BLYNK_LOG_TIME(); - BLYNK_PRINT.print(msg); - int l2 = len; - const uint8_t* octets = (const uint8_t*)addr; - bool prev_print = true; - while (l2--) { - const uint8_t c = *octets++ & 0xFF; - if (c >= 32 && c < 127) { - if (!prev_print) { BLYNK_PRINT.print(']'); } - BLYNK_PRINT.print((char)c); - prev_print = true; - } else { - BLYNK_PRINT.print(prev_print?'[':'|'); - if (c < 0x10) { BLYNK_PRINT.print('0'); } - BLYNK_PRINT.print(c, HEX); - prev_print = false; - } - } - if (!prev_print) { - BLYNK_PRINT.print(']'); - } - BLYNK_PRINT.println(); - } - } -#endif - - #if !defined(ARDUINO_ARCH_ARC32) - #include - #include - - BLYNK_UNUSED - void blynk_dbg_print(const char* BLYNK_PROGMEM fmt, ...) - { - va_list ap; - va_start(ap, fmt); - char buff[128]; - BLYNK_PRINT.print('['); - BLYNK_PRINT.print(BlynkMillis()); - BLYNK_PRINT.print(BLYNK_F("] ")); -#if defined(__AVR__) - vsnprintf_P(buff, sizeof(buff), fmt, ap); -#else - vsnprintf(buff, sizeof(buff), fmt, ap); -#endif - BLYNK_PRINT.println(buff); - va_end(ap); - } - #endif // ARDUINO_ARCH_ARC32 - - #elif defined(__MBED__) - - #define BLYNK_LOG(msg, ...) { BLYNK_PRINT.printf("[%ld] " msg "\n", BlynkMillis(), ##__VA_ARGS__); } - #define BLYNK_LOG1(p1) { BLYNK_LOG(p1);} - #define BLYNK_LOG2(p1,p2) { BLYNK_LOG(p1,p2);} - #define BLYNK_LOG3(p1,p2,p3) { BLYNK_LOG(p1,p2,p3);} - #define BLYNK_LOG4(p1,p2,p3,p4) { BLYNK_LOG(p1,p2,p3,p4);} - #define BLYNK_LOG6(p1,p2,p3,p4,p5,p6) { BLYNK_LOG(p1,p2,p3,p4,p5,p6);} - - #define BLYNK_LOG_TIME() BLYNK_PRINT.printf("[%ld]", BlynkMillis()); - -#ifdef BLYNK_DEBUG - #define BLYNK_DBG_BREAK() raise(SIGTRAP); - #define BLYNK_ASSERT(expr) assert(expr) - - static - void BLYNK_DBG_DUMP(const char* msg, const void* addr, size_t len) { - BLYNK_LOG_TIME(); - BLYNK_PRINT.printf(msg); - int l2 = len; - const uint8_t* octets = (const uint8_t*)addr; - bool prev_print = true; - while (l2--) { - const uint8_t c = *octets++ & 0xFF; - if (c >= 32 && c < 127) { - if (!prev_print) { BLYNK_PRINT.putc(']'); } - BLYNK_PRINT.putc((char)c); - prev_print = true; - } else { - BLYNK_PRINT.putc(prev_print?'[':'|'); - BLYNK_PRINT.printf("%02x", c); - prev_print = false; - } - } - BLYNK_PRINT.printf("%s\n", prev_print?"":"]"); - } -#endif - - #elif defined(LINUX) - - #include - #include - #include - #include - #include - - #include - using namespace std; - #define BLYNK_LOG(msg, ...) { fprintf(BLYNK_PRINT, "[%ld] " msg "\n", BlynkMillis(), ##__VA_ARGS__); } - #define BLYNK_LOG1(p1) { BLYNK_LOG_TIME(); cout << p1 << endl; } - #define BLYNK_LOG2(p1,p2) { BLYNK_LOG_TIME(); cout << p1 << p2 << endl; } - #define BLYNK_LOG3(p1,p2,p3) { BLYNK_LOG_TIME(); cout << p1 << p2 << p3 << endl; } - #define BLYNK_LOG4(p1,p2,p3,p4) { BLYNK_LOG_TIME(); cout << p1 << p2 << p3 << p4 << endl; } - #define BLYNK_LOG6(p1,p2,p3,p4,p5,p6) { BLYNK_LOG_TIME(); cout << p1 << p2 << p3 << p4 << p5 << p6 << endl; } - - #define BLYNK_LOG_TIME() cout << '[' << BlynkMillis() << "] "; - -#ifdef BLYNK_DEBUG - #define BLYNK_DBG_BREAK() raise(SIGTRAP); - #define BLYNK_ASSERT(expr) assert(expr) - - static - void BLYNK_DBG_DUMP(const char* msg, const void* addr, size_t len) { - BLYNK_LOG_TIME(); - fprintf(BLYNK_PRINT, "%s", msg); - int l2 = len; - const uint8_t* octets = (const uint8_t*)addr; - bool prev_print = true; - while (l2--) { - const uint8_t c = *octets++ & 0xFF; - if (c >= 32 && c < 127) { - if (!prev_print) { fputc(']', BLYNK_PRINT); } - fputc((char)c, BLYNK_PRINT); - prev_print = true; - } else { - fputc(prev_print?'[':'|', BLYNK_PRINT); - fprintf(BLYNK_PRINT, "%02x", c); - prev_print = false; - } - } - fprintf(BLYNK_PRINT, "%s\n", prev_print?"":"]"); - } -#endif - - #else - - #warning "Cannot detect platform" - - #endif - -#endif - -#ifndef BLYNK_LOG - #define BLYNK_LOG(...) - #define BLYNK_LOG1(p1) - #define BLYNK_LOG2(p1,p2) - #define BLYNK_LOG3(p1,p2,p3) - #define BLYNK_LOG4(p1,p2,p3,p4) - #define BLYNK_LOG6(p1,p2,p3,p4,p5,p6) - #define BLYNK_LOG_IP(msg, ip) - #define BLYNK_LOG_IP_REV(msg, ip) -#endif - -#ifndef BLYNK_DBG_BREAK - #define BLYNK_DBG_BREAK() - #define BLYNK_ASSERT(expr) - #define BLYNK_DBG_DUMP(msg, addr, len) -#endif - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkDetectDevice.h b/wled00/src/dependencies/blynk/Blynk/BlynkDetectDevice.h deleted file mode 100644 index 09366da1b..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkDetectDevice.h +++ /dev/null @@ -1,268 +0,0 @@ -/** - * @file BlynkDetectDevice.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2016 Volodymyr Shymanskyy - * @date May 2016 - * @brief - * - */ - -#ifndef BlynkDetectDevice_h -#define BlynkDetectDevice_h - -// General defines - -#define BLYNK_NEWLINE "\r\n" - -#define BLYNK_CONCAT(a, b) a ## b -#define BLYNK_CONCAT2(a, b) BLYNK_CONCAT(a, b) - -#define BLYNK_STRINGIFY(x) #x -#define BLYNK_TOSTRING(x) BLYNK_STRINGIFY(x) - -#define BLYNK_COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x]))))) - -#define BLYNK_ATTR_PACKED __attribute__ ((__packed__)) -#define BLYNK_NORETURN __attribute__ ((noreturn)) -#define BLYNK_UNUSED __attribute__((__unused__)) -#define BLYNK_DEPRECATED __attribute__ ((deprecated)) -#define BLYNK_CONSTRUCTOR __attribute__((constructor)) - -// Causes problems on some platforms -#define BLYNK_FORCE_INLINE inline //__attribute__((always_inline)) - -#ifndef BLYNK_INFO_CPU - #if defined(__AVR_ATmega168__) - #define BLYNK_INFO_CPU "ATmega168" - #endif -#endif - -#ifndef BLYNK_INFO_DEVICE - - #if defined(ENERGIA) - - #define BLYNK_NO_YIELD - #define BLYNK_USE_128_VPINS - - #if defined(ENERGIA_ARCH_MSP430) - #define BLYNK_INFO_DEVICE "LaunchPad MSP430" - #define BLYNK_INFO_CPU "MSP430" - #define BLYNK_NO_FLOAT - #elif defined(ENERGIA_ARCH_MSP432) - #define BLYNK_INFO_DEVICE "LaunchPad MSP432" - #define BLYNK_INFO_CPU "MSP432" - #elif defined(ENERGIA_ARCH_TIVAC) - #define BLYNK_INFO_DEVICE "LaunchPad" - - #elif defined(ENERGIA_ARCH_CC3200EMT) || defined(ENERGIA_ARCH_CC3200) - #define BLYNK_INFO_CONNECTION "CC3200" - #define BLYNK_SEND_CHUNK 64 - #define BLYNK_BUFFERS_SIZE 1024 - - #if defined(ENERGIA_CC3200_LAUNCHXL) //TODO: This is a bug in Energia IDE - #define BLYNK_INFO_DEVICE "CC3200 LaunchXL" - #elif defined(ENERGIA_RedBearLab_CC3200) - #define BLYNK_INFO_DEVICE "RBL CC3200" - #elif defined(ENERGIA_RedBearLab_WiFiMini) - #define BLYNK_INFO_DEVICE "RBL WiFi Mini" - #elif defined(ENERGIA_RedBearLab_WiFiMicro) - #define BLYNK_INFO_DEVICE "RBL WiFi Micro" - #endif - #elif defined(ENERGIA_ARCH_CC3220EMT) || defined(ENERGIA_ARCH_CC3220) - #define BLYNK_INFO_CONNECTION "CC3220" - #define BLYNK_SEND_CHUNK 64 - #define BLYNK_BUFFERS_SIZE 1024 - - #define BLYNK_USE_INTERNAL_DTOSTRF - - #define BLYNK_INFO_DEVICE "CC3220" - #define BLYNK_INFO_CPU "CC3220" - #endif - - #if !defined(BLYNK_INFO_DEVICE) - #define BLYNK_INFO_DEVICE "Energia" - #endif - - #elif defined(LINUX) - - #define BLYNK_INFO_DEVICE "Linux" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 4096 - - #elif defined(SPARK) || defined(PARTICLE) - - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - - #if PLATFORM_ID==0 - #define BLYNK_INFO_DEVICE "Particle Core" - #undef BLYNK_BUFFERS_SIZE // Use default on Core - #elif PLATFORM_ID==6 - #define BLYNK_INFO_DEVICE "Particle Photon" - #elif PLATFORM_ID==8 - #define BLYNK_INFO_DEVICE "Particle P1" - #elif PLATFORM_ID==9 - #define BLYNK_INFO_DEVICE "Particle Ethernet" - #elif PLATFORM_ID==10 - #define BLYNK_INFO_DEVICE "Particle Electron" - #elif PLATFORM_ID==31 - #define BLYNK_INFO_DEVICE "Particle RPi" - #elif PLATFORM_ID==82 - #define BLYNK_INFO_DEVICE "Digistump Oak" - #elif PLATFORM_ID==88 - #define BLYNK_INFO_DEVICE "RedBear Duo" - #elif PLATFORM_ID==103 - #define BLYNK_INFO_DEVICE "Bluz" - #else - #if defined(BLYNK_DEBUG_ALL) - #warning "Cannot detect board type" - #endif - #define BLYNK_INFO_DEVICE "Particle" - #endif - - #elif defined(__MBED__) - - #define BLYNK_INFO_DEVICE "MBED" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 512 - #define noInterrupts() __disable_irq() - #define interrupts() __enable_irq() - - #elif defined(ARDUINO) && defined(MPIDE) - #define BLYNK_NO_YIELD - - #if defined(_BOARD_UNO_) - #define BLYNK_INFO_DEVICE "chipKIT Uno32" - #else - #define BLYNK_INFO_DEVICE "chipKIT" - #endif - - #elif defined(ARDUINO) && defined(ARDUINO_AMEBA) - #if defined(BOARD_RTL8710) - #define BLYNK_INFO_DEVICE "RTL8710" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - #elif defined(BOARD_RTL8711AM) - #define BLYNK_INFO_DEVICE "RTL8711AM" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - #elif defined(BOARD_RTL8195A) - #define BLYNK_INFO_DEVICE "RTL8195A" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - #else - #define BLYNK_INFO_DEVICE "Ameba" - #endif - - #elif defined(ARDUINO) && defined(TEENSYDUINO) - - #if defined(__MK66FX1M0__) - #define BLYNK_INFO_DEVICE "Teensy 3.6" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - #elif defined(__MK64FX512__) - #define BLYNK_INFO_DEVICE "Teensy 3.5" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - #elif defined(__MK20DX256__) - #define BLYNK_INFO_DEVICE "Teensy 3.2/3.1" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - #elif defined(__MK20DX128__) - #define BLYNK_INFO_DEVICE "Teensy 3.0" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - #elif defined(__MKL26Z64__) - #define BLYNK_INFO_DEVICE "Teensy LC" - #define BLYNK_BUFFERS_SIZE 512 - #elif defined(ARDUINO_ARCH_AVR) - #define BLYNK_INFO_DEVICE "Teensy 2.0" - #else - #define BLYNK_INFO_DEVICE "Teensy" - #endif - - #elif defined(ARDUINO) - - #if defined(ARDUINO_ARCH_SAMD) || defined(ESP32) || defined(ESP8266) - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - #endif - - /* Arduino AVR */ - #if defined(ARDUINO_AVR_NANO) - #define BLYNK_INFO_DEVICE "Arduino Nano" - - /* ESP8266 */ - #elif defined(ARDUINO_ESP8266_ESP01) - #define BLYNK_INFO_DEVICE "ESP8266" - #elif defined(ARDUINO_ESP8266_ESP12) - #define BLYNK_INFO_DEVICE "ESP-12" - #elif defined(ARDUINO_ESP8266_NODEMCU) - #define BLYNK_INFO_DEVICE "NodeMCU" - #elif defined(ARDUINO_ESP8266_THING) - #define BLYNK_INFO_DEVICE "Esp Thing" - #elif defined(ARDUINO_ESP8266_THING_DEV) - #define BLYNK_INFO_DEVICE "Esp Thing Dev" - - /* ESP32 */ - #elif defined(ARDUINO_ESP32_DEV) - #define BLYNK_INFO_DEVICE "ESP32" - #elif defined(ARDUINO_ESP320) - #define BLYNK_INFO_DEVICE "SweetPeas ESP320" - #elif defined(ARDUINO_NANO32) - #define BLYNK_INFO_DEVICE "ESP32 Nano32" - #elif defined(ARDUINO_LoLin32) - #define BLYNK_INFO_DEVICE "LoLin32" - #elif defined(ARDUINO_ESPea32) - #define BLYNK_INFO_DEVICE "ESPea32" - #elif defined(ARDUINO_QUANTUM) - #define BLYNK_INFO_DEVICE "Noduino Quantum" - - #else - #if defined(BLYNK_DEBUG_ALL) - #warning "Cannot detect board type" - #endif - #define BLYNK_INFO_DEVICE "Arduino" - #endif - - #elif defined(TI_CC3220) - #define BLYNK_INFO_DEVICE "TI CC3220" - #define BLYNK_USE_128_VPINS - #define BLYNK_BUFFERS_SIZE 1024 - - #define BLYNK_USE_INTERNAL_DTOSTRF - - #else - - #define BLYNK_INFO_DEVICE "Custom platform" - - #endif - - #if !defined(BLYNK_MAX_READBYTES) && defined(BLYNK_BUFFERS_SIZE) - #define BLYNK_MAX_READBYTES BLYNK_BUFFERS_SIZE - #endif - - #if !defined(BLYNK_MAX_SENDBYTES) && defined(BLYNK_BUFFERS_SIZE) - #define BLYNK_MAX_SENDBYTES BLYNK_BUFFERS_SIZE - #endif - - // Print diagnostics - - #if defined(BLYNK_DEBUG_ALL) - #if defined(BLYNK_INFO_DEVICE) - #pragma message ("BLYNK_INFO_DEVICE=" BLYNK_TOSTRING(BLYNK_INFO_DEVICE)) - #endif - - #if defined(BLYNK_INFO_CPU) - #pragma message ("BLYNK_INFO_CPU=" BLYNK_TOSTRING(BLYNK_INFO_CPU)) - #endif - - #if defined(BLYNK_BUFFERS_SIZE) - #pragma message ("BLYNK_BUFFERS_SIZE=" BLYNK_TOSTRING(BLYNK_BUFFERS_SIZE)) - #endif - #endif - -#endif - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkEveryN.h b/wled00/src/dependencies/blynk/Blynk/BlynkEveryN.h deleted file mode 100644 index aac8c6293..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkEveryN.h +++ /dev/null @@ -1,69 +0,0 @@ - -#ifndef BLYNKEVERYN_H -#define BLYNKEVERYN_H - -#include "BlynkDebug.h" - -millis_time_t blynk_count_millis() { - const millis_time_t ms = BlynkMillis(); - return ms; -} - -uint16_t blynk_count_seconds16() { - const millis_time_t ms = BlynkMillis(); - return (ms / 1000); -} - -uint16_t blynk_count_minutes16() -{ - const millis_time_t ms = BlynkMillis(); - return (ms / (60000L)) & 0xFFFF; -} - -uint8_t blynk_count_hours8() -{ - const millis_time_t ms = BlynkMillis(); - return (ms / (3600000L)) & 0xFF; -} - -template -class BlynkPeriodic { -public: - T mPrev; - T mPeriod; - - BlynkPeriodic() { reset(); mPeriod = 1; }; - BlynkPeriodic(T period) { reset(); setPeriod(period); }; - void setPeriod( T period) { mPeriod = period; }; - T getTime() { return (T)(timeGetter()); }; - T getPeriod() { return mPeriod; }; - T getElapsed() { return getTime() - mPrev; } - T getRemaining() { return mPeriod - getElapsed(); } - T getLastTriggerTime() { return mPrev; } - bool ready() { - bool isReady = (getElapsed() >= mPeriod); - if( isReady ) { reset(); } - return isReady; - } - void reset() { mPrev = getTime(); }; - void trigger() { mPrev = getTime() - mPeriod; }; - - operator bool() { return ready(); } -}; - -typedef BlynkPeriodic BlynkEveryNMillis; -typedef BlynkPeriodic BlynkEveryNSeconds; -typedef BlynkPeriodic BlynkEveryNMinutes; -typedef BlynkPeriodic BlynkEveryNHours; - -#define BLYNK_EVERY_N_MILLIS_I(NAME,N) static BlynkEveryNMillis NAME(N); if(NAME) -#define BLYNK_EVERY_N_SECONDS_I(NAME,N) static BlynkEveryNSeconds NAME(N); if(NAME) -#define BLYNK_EVERY_N_MINUTES_I(NAME,N) static BlynkEveryNMinutes NAME(N); if(NAME) -#define BLYNK_EVERY_N_HOURS_I(NAME,N) static BlynkEveryNHours NAME(N); if(NAME) - -#define BLYNK_EVERY_N_MILLIS(N) BLYNK_EVERY_N_MILLIS_I(BLYNK_CONCAT2(PER, __COUNTER__),N) -#define BLYNK_EVERY_N_SECONDS(N) BLYNK_EVERY_N_SECONDS_I(BLYNK_CONCAT2(PER, __COUNTER__),N) -#define BLYNK_EVERY_N_MINUTES(N) BLYNK_EVERY_N_MINUTES_I(BLYNK_CONCAT2(PER, __COUNTER__),N) -#define BLYNK_EVERY_N_HOURS(N) BLYNK_EVERY_N_HOURS_I(BLYNK_CONCAT2(PER, __COUNTER__),N) - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkFifo.h b/wled00/src/dependencies/blynk/Blynk/BlynkFifo.h deleted file mode 100644 index 1a09277cd..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkFifo.h +++ /dev/null @@ -1,158 +0,0 @@ -/** - * @file BlynkFifo.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Feb 2015 - * @brief FIFO implementation - * - */ - -#ifndef BlynkFifo_h -#define BlynkFifo_h - -#include "BlynkUtility.h" - -template -class BlynkFifo -{ -public: - BlynkFifo() - { - clear(); - } - - void clear() - { - _r = 0; - _w = 0; - } - - ~BlynkFifo(void) - {} - - // writing thread/context API - //------------------------------------------------------------- - - bool writeable(void) - { - return free() > 0; - } - - int free(void) - { - int s = _r - _w; - if (s <= 0) - s += N; - return s - 1; - } - - T put(const T& c) - { - int i = _w; - int j = i; - i = _inc(i); - while (i == _r) // = !writeable() - /* nothing / just wait */; - _b[j] = c; - _w = i; - return c; - } - - int put(const T* p, int n, bool blocking = false) - { - int c = n; - while (c) - { - int f; - while ((f = free()) == 0) // wait for space - { - if (!blocking) return n - c; // no more space and not blocking - /* nothing / just wait */; - } - // check free space - if (c < f) f = c; - int w = _w; - int m = N - w; - // check wrap - if (f > m) f = m; - memcpy(&_b[w], p, f); - _w = _inc(w, f); - c -= f; - p += f; - } - return n - c; - } - - // reading thread/context API - // -------------------------------------------------------- - - bool readable(void) - { - return (_r != _w); - } - - size_t size(void) - { - int s = _w - _r; - if (s < 0) - s += N; - return s; - } - - T get(void) - { - int r = _r; - while (r == _w) // = !readable() - /* nothing / just wait */; - T t = _b[r]; - _r = _inc(r); - return t; - } - - T peek(void) - { - int r = _r; - while (r == _w); - return _b[r]; - } - - int get(T* p, int n, bool blocking = false) - { - int c = n; - while (c) - { - int f; - for (;;) // wait for data - { - f = size(); - if (f) break; // free space - if (!blocking) return n - c; // no space and not blocking - /* nothing / just wait */; - } - // check available data - if (c < f) f = c; - int r = _r; - int m = N - r; - // check wrap - if (f > m) f = m; - memcpy(p, &_b[r], f); - _r = _inc(r, f); - c -= f; - p += f; - } - return n - c; - } - -private: - int _inc(int i, int n = 1) - { - return (i + n) % N; - } - - T _b[N]; - volatile int _w; - volatile int _r; -}; - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkHandlers.cpp b/wled00/src/dependencies/blynk/Blynk/BlynkHandlers.cpp deleted file mode 100644 index 6805c5fc9..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkHandlers.cpp +++ /dev/null @@ -1,402 +0,0 @@ -/** - * @file BlynkHandlers.cpp - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief Virtual pin utilities - */ - -#include "BlynkConfig.h" -#include "BlynkHandlers.h" -#include "BlynkDebug.h" - -void BlynkNoOpCbk() -{} - -void BlynkWidgetRead(BlynkReq BLYNK_UNUSED &request) -{ - BLYNK_LOG2(BLYNK_F("No handler for reading from pin "), request.pin); -} - -void BlynkWidgetWrite(BlynkReq BLYNK_UNUSED &request, const BlynkParam BLYNK_UNUSED ¶m) -{ - BLYNK_LOG2(BLYNK_F("No handler for writing to pin "), request.pin); -} - -#define BLYNK_ON_READ_IMPL(pin) void BlynkWidgetRead ## pin (BlynkReq BLYNK_UNUSED &req) \ - __attribute__((weak, alias("BlynkWidgetRead"))) - -#define BLYNK_ON_WRITE_IMPL(pin) void BlynkWidgetWrite ## pin (BlynkReq BLYNK_UNUSED &req, const BlynkParam BLYNK_UNUSED ¶m) \ - __attribute__((weak, alias("BlynkWidgetWrite"))) - -BLYNK_CONNECTED() __attribute__((weak, alias("BlynkNoOpCbk"))); -BLYNK_DISCONNECTED() __attribute__((weak, alias("BlynkNoOpCbk"))); - -// Internal Virtual Pins -BLYNK_ON_WRITE_IMPL(InternalPinACON); -BLYNK_ON_WRITE_IMPL(InternalPinADIS); -BLYNK_ON_WRITE_IMPL(InternalPinRTC); -BLYNK_ON_WRITE_IMPL(InternalPinOTA); - -// Regular Virtual Pins -BLYNK_ON_READ_IMPL(Default); -BLYNK_ON_WRITE_IMPL(Default); - -BLYNK_ON_READ_IMPL(0 ); -BLYNK_ON_READ_IMPL(1 ); -BLYNK_ON_READ_IMPL(2 ); -BLYNK_ON_READ_IMPL(3 ); -BLYNK_ON_READ_IMPL(4 ); -BLYNK_ON_READ_IMPL(5 ); -BLYNK_ON_READ_IMPL(6 ); -BLYNK_ON_READ_IMPL(7 ); -BLYNK_ON_READ_IMPL(8 ); -BLYNK_ON_READ_IMPL(9 ); -BLYNK_ON_READ_IMPL(10); -BLYNK_ON_READ_IMPL(11); -BLYNK_ON_READ_IMPL(12); -BLYNK_ON_READ_IMPL(13); -BLYNK_ON_READ_IMPL(14); -BLYNK_ON_READ_IMPL(15); -BLYNK_ON_READ_IMPL(16); -BLYNK_ON_READ_IMPL(17); -BLYNK_ON_READ_IMPL(18); -BLYNK_ON_READ_IMPL(19); -BLYNK_ON_READ_IMPL(20); -BLYNK_ON_READ_IMPL(21); -BLYNK_ON_READ_IMPL(22); -BLYNK_ON_READ_IMPL(23); -BLYNK_ON_READ_IMPL(24); -BLYNK_ON_READ_IMPL(25); -BLYNK_ON_READ_IMPL(26); -BLYNK_ON_READ_IMPL(27); -BLYNK_ON_READ_IMPL(28); -BLYNK_ON_READ_IMPL(29); -BLYNK_ON_READ_IMPL(30); -BLYNK_ON_READ_IMPL(31); -#ifdef BLYNK_USE_128_VPINS - BLYNK_ON_READ_IMPL(32); - BLYNK_ON_READ_IMPL(33); - BLYNK_ON_READ_IMPL(34); - BLYNK_ON_READ_IMPL(35); - BLYNK_ON_READ_IMPL(36); - BLYNK_ON_READ_IMPL(37); - BLYNK_ON_READ_IMPL(38); - BLYNK_ON_READ_IMPL(39); - BLYNK_ON_READ_IMPL(40); - BLYNK_ON_READ_IMPL(41); - BLYNK_ON_READ_IMPL(42); - BLYNK_ON_READ_IMPL(43); - BLYNK_ON_READ_IMPL(44); - BLYNK_ON_READ_IMPL(45); - BLYNK_ON_READ_IMPL(46); - BLYNK_ON_READ_IMPL(47); - BLYNK_ON_READ_IMPL(48); - BLYNK_ON_READ_IMPL(49); - BLYNK_ON_READ_IMPL(50); - BLYNK_ON_READ_IMPL(51); - BLYNK_ON_READ_IMPL(52); - BLYNK_ON_READ_IMPL(53); - BLYNK_ON_READ_IMPL(54); - BLYNK_ON_READ_IMPL(55); - BLYNK_ON_READ_IMPL(56); - BLYNK_ON_READ_IMPL(57); - BLYNK_ON_READ_IMPL(58); - BLYNK_ON_READ_IMPL(59); - BLYNK_ON_READ_IMPL(60); - BLYNK_ON_READ_IMPL(61); - BLYNK_ON_READ_IMPL(62); - BLYNK_ON_READ_IMPL(63); - BLYNK_ON_READ_IMPL(64); - BLYNK_ON_READ_IMPL(65); - BLYNK_ON_READ_IMPL(66); - BLYNK_ON_READ_IMPL(67); - BLYNK_ON_READ_IMPL(68); - BLYNK_ON_READ_IMPL(69); - BLYNK_ON_READ_IMPL(70); - BLYNK_ON_READ_IMPL(71); - BLYNK_ON_READ_IMPL(72); - BLYNK_ON_READ_IMPL(73); - BLYNK_ON_READ_IMPL(74); - BLYNK_ON_READ_IMPL(75); - BLYNK_ON_READ_IMPL(76); - BLYNK_ON_READ_IMPL(77); - BLYNK_ON_READ_IMPL(78); - BLYNK_ON_READ_IMPL(79); - BLYNK_ON_READ_IMPL(80); - BLYNK_ON_READ_IMPL(81); - BLYNK_ON_READ_IMPL(82); - BLYNK_ON_READ_IMPL(83); - BLYNK_ON_READ_IMPL(84); - BLYNK_ON_READ_IMPL(85); - BLYNK_ON_READ_IMPL(86); - BLYNK_ON_READ_IMPL(87); - BLYNK_ON_READ_IMPL(88); - BLYNK_ON_READ_IMPL(89); - BLYNK_ON_READ_IMPL(90); - BLYNK_ON_READ_IMPL(91); - BLYNK_ON_READ_IMPL(92); - BLYNK_ON_READ_IMPL(93); - BLYNK_ON_READ_IMPL(94); - BLYNK_ON_READ_IMPL(95); - BLYNK_ON_READ_IMPL(96); - BLYNK_ON_READ_IMPL(97); - BLYNK_ON_READ_IMPL(98); - BLYNK_ON_READ_IMPL(99); - BLYNK_ON_READ_IMPL(100); - BLYNK_ON_READ_IMPL(101); - BLYNK_ON_READ_IMPL(102); - BLYNK_ON_READ_IMPL(103); - BLYNK_ON_READ_IMPL(104); - BLYNK_ON_READ_IMPL(105); - BLYNK_ON_READ_IMPL(106); - BLYNK_ON_READ_IMPL(107); - BLYNK_ON_READ_IMPL(108); - BLYNK_ON_READ_IMPL(109); - BLYNK_ON_READ_IMPL(110); - BLYNK_ON_READ_IMPL(111); - BLYNK_ON_READ_IMPL(112); - BLYNK_ON_READ_IMPL(113); - BLYNK_ON_READ_IMPL(114); - BLYNK_ON_READ_IMPL(115); - BLYNK_ON_READ_IMPL(116); - BLYNK_ON_READ_IMPL(117); - BLYNK_ON_READ_IMPL(118); - BLYNK_ON_READ_IMPL(119); - BLYNK_ON_READ_IMPL(120); - BLYNK_ON_READ_IMPL(121); - BLYNK_ON_READ_IMPL(122); - BLYNK_ON_READ_IMPL(123); - BLYNK_ON_READ_IMPL(124); - BLYNK_ON_READ_IMPL(125); - BLYNK_ON_READ_IMPL(126); - BLYNK_ON_READ_IMPL(127); -#endif - -BLYNK_ON_WRITE_IMPL(0 ); -BLYNK_ON_WRITE_IMPL(1 ); -BLYNK_ON_WRITE_IMPL(2 ); -BLYNK_ON_WRITE_IMPL(3 ); -BLYNK_ON_WRITE_IMPL(4 ); -BLYNK_ON_WRITE_IMPL(5 ); -BLYNK_ON_WRITE_IMPL(6 ); -BLYNK_ON_WRITE_IMPL(7 ); -BLYNK_ON_WRITE_IMPL(8 ); -BLYNK_ON_WRITE_IMPL(9 ); -BLYNK_ON_WRITE_IMPL(10); -BLYNK_ON_WRITE_IMPL(11); -BLYNK_ON_WRITE_IMPL(12); -BLYNK_ON_WRITE_IMPL(13); -BLYNK_ON_WRITE_IMPL(14); -BLYNK_ON_WRITE_IMPL(15); -BLYNK_ON_WRITE_IMPL(16); -BLYNK_ON_WRITE_IMPL(17); -BLYNK_ON_WRITE_IMPL(18); -BLYNK_ON_WRITE_IMPL(19); -BLYNK_ON_WRITE_IMPL(20); -BLYNK_ON_WRITE_IMPL(21); -BLYNK_ON_WRITE_IMPL(22); -BLYNK_ON_WRITE_IMPL(23); -BLYNK_ON_WRITE_IMPL(24); -BLYNK_ON_WRITE_IMPL(25); -BLYNK_ON_WRITE_IMPL(26); -BLYNK_ON_WRITE_IMPL(27); -BLYNK_ON_WRITE_IMPL(28); -BLYNK_ON_WRITE_IMPL(29); -BLYNK_ON_WRITE_IMPL(30); -BLYNK_ON_WRITE_IMPL(31); -#ifdef BLYNK_USE_128_VPINS - BLYNK_ON_WRITE_IMPL(32); - BLYNK_ON_WRITE_IMPL(33); - BLYNK_ON_WRITE_IMPL(34); - BLYNK_ON_WRITE_IMPL(35); - BLYNK_ON_WRITE_IMPL(36); - BLYNK_ON_WRITE_IMPL(37); - BLYNK_ON_WRITE_IMPL(38); - BLYNK_ON_WRITE_IMPL(39); - BLYNK_ON_WRITE_IMPL(40); - BLYNK_ON_WRITE_IMPL(41); - BLYNK_ON_WRITE_IMPL(42); - BLYNK_ON_WRITE_IMPL(43); - BLYNK_ON_WRITE_IMPL(44); - BLYNK_ON_WRITE_IMPL(45); - BLYNK_ON_WRITE_IMPL(46); - BLYNK_ON_WRITE_IMPL(47); - BLYNK_ON_WRITE_IMPL(48); - BLYNK_ON_WRITE_IMPL(49); - BLYNK_ON_WRITE_IMPL(50); - BLYNK_ON_WRITE_IMPL(51); - BLYNK_ON_WRITE_IMPL(52); - BLYNK_ON_WRITE_IMPL(53); - BLYNK_ON_WRITE_IMPL(54); - BLYNK_ON_WRITE_IMPL(55); - BLYNK_ON_WRITE_IMPL(56); - BLYNK_ON_WRITE_IMPL(57); - BLYNK_ON_WRITE_IMPL(58); - BLYNK_ON_WRITE_IMPL(59); - BLYNK_ON_WRITE_IMPL(60); - BLYNK_ON_WRITE_IMPL(61); - BLYNK_ON_WRITE_IMPL(62); - BLYNK_ON_WRITE_IMPL(63); - BLYNK_ON_WRITE_IMPL(64); - BLYNK_ON_WRITE_IMPL(65); - BLYNK_ON_WRITE_IMPL(66); - BLYNK_ON_WRITE_IMPL(67); - BLYNK_ON_WRITE_IMPL(68); - BLYNK_ON_WRITE_IMPL(69); - BLYNK_ON_WRITE_IMPL(70); - BLYNK_ON_WRITE_IMPL(71); - BLYNK_ON_WRITE_IMPL(72); - BLYNK_ON_WRITE_IMPL(73); - BLYNK_ON_WRITE_IMPL(74); - BLYNK_ON_WRITE_IMPL(75); - BLYNK_ON_WRITE_IMPL(76); - BLYNK_ON_WRITE_IMPL(77); - BLYNK_ON_WRITE_IMPL(78); - BLYNK_ON_WRITE_IMPL(79); - BLYNK_ON_WRITE_IMPL(80); - BLYNK_ON_WRITE_IMPL(81); - BLYNK_ON_WRITE_IMPL(82); - BLYNK_ON_WRITE_IMPL(83); - BLYNK_ON_WRITE_IMPL(84); - BLYNK_ON_WRITE_IMPL(85); - BLYNK_ON_WRITE_IMPL(86); - BLYNK_ON_WRITE_IMPL(87); - BLYNK_ON_WRITE_IMPL(88); - BLYNK_ON_WRITE_IMPL(89); - BLYNK_ON_WRITE_IMPL(90); - BLYNK_ON_WRITE_IMPL(91); - BLYNK_ON_WRITE_IMPL(92); - BLYNK_ON_WRITE_IMPL(93); - BLYNK_ON_WRITE_IMPL(94); - BLYNK_ON_WRITE_IMPL(95); - BLYNK_ON_WRITE_IMPL(96); - BLYNK_ON_WRITE_IMPL(97); - BLYNK_ON_WRITE_IMPL(98); - BLYNK_ON_WRITE_IMPL(99); - BLYNK_ON_WRITE_IMPL(100); - BLYNK_ON_WRITE_IMPL(101); - BLYNK_ON_WRITE_IMPL(102); - BLYNK_ON_WRITE_IMPL(103); - BLYNK_ON_WRITE_IMPL(104); - BLYNK_ON_WRITE_IMPL(105); - BLYNK_ON_WRITE_IMPL(106); - BLYNK_ON_WRITE_IMPL(107); - BLYNK_ON_WRITE_IMPL(108); - BLYNK_ON_WRITE_IMPL(109); - BLYNK_ON_WRITE_IMPL(110); - BLYNK_ON_WRITE_IMPL(111); - BLYNK_ON_WRITE_IMPL(112); - BLYNK_ON_WRITE_IMPL(113); - BLYNK_ON_WRITE_IMPL(114); - BLYNK_ON_WRITE_IMPL(115); - BLYNK_ON_WRITE_IMPL(116); - BLYNK_ON_WRITE_IMPL(117); - BLYNK_ON_WRITE_IMPL(118); - BLYNK_ON_WRITE_IMPL(119); - BLYNK_ON_WRITE_IMPL(120); - BLYNK_ON_WRITE_IMPL(121); - BLYNK_ON_WRITE_IMPL(122); - BLYNK_ON_WRITE_IMPL(123); - BLYNK_ON_WRITE_IMPL(124); - BLYNK_ON_WRITE_IMPL(125); - BLYNK_ON_WRITE_IMPL(126); - BLYNK_ON_WRITE_IMPL(127); -#endif - -static const WidgetReadHandler BlynkReadHandlerVector[] BLYNK_PROGMEM = { - BlynkWidgetRead0, BlynkWidgetRead1, BlynkWidgetRead2, BlynkWidgetRead3, - BlynkWidgetRead4, BlynkWidgetRead5, BlynkWidgetRead6, BlynkWidgetRead7, - BlynkWidgetRead8, BlynkWidgetRead9, BlynkWidgetRead10, BlynkWidgetRead11, - BlynkWidgetRead12, BlynkWidgetRead13, BlynkWidgetRead14, BlynkWidgetRead15, - BlynkWidgetRead16, BlynkWidgetRead17, BlynkWidgetRead18, BlynkWidgetRead19, - BlynkWidgetRead20, BlynkWidgetRead21, BlynkWidgetRead22, BlynkWidgetRead23, - BlynkWidgetRead24, BlynkWidgetRead25, BlynkWidgetRead26, BlynkWidgetRead27, - BlynkWidgetRead28, BlynkWidgetRead29, BlynkWidgetRead30, BlynkWidgetRead31, -#ifdef BLYNK_USE_128_VPINS - BlynkWidgetRead32, BlynkWidgetRead33, BlynkWidgetRead34, BlynkWidgetRead35, - BlynkWidgetRead36, BlynkWidgetRead37, BlynkWidgetRead38, BlynkWidgetRead39, - BlynkWidgetRead40, BlynkWidgetRead41, BlynkWidgetRead42, BlynkWidgetRead43, - BlynkWidgetRead44, BlynkWidgetRead45, BlynkWidgetRead46, BlynkWidgetRead47, - BlynkWidgetRead48, BlynkWidgetRead49, BlynkWidgetRead50, BlynkWidgetRead51, - BlynkWidgetRead52, BlynkWidgetRead53, BlynkWidgetRead54, BlynkWidgetRead55, - BlynkWidgetRead56, BlynkWidgetRead57, BlynkWidgetRead58, BlynkWidgetRead59, - BlynkWidgetRead60, BlynkWidgetRead61, BlynkWidgetRead62, BlynkWidgetRead63, - BlynkWidgetRead64, BlynkWidgetRead65, BlynkWidgetRead66, BlynkWidgetRead67, - BlynkWidgetRead68, BlynkWidgetRead69, BlynkWidgetRead70, BlynkWidgetRead71, - BlynkWidgetRead72, BlynkWidgetRead73, BlynkWidgetRead74, BlynkWidgetRead75, - BlynkWidgetRead76, BlynkWidgetRead77, BlynkWidgetRead78, BlynkWidgetRead79, - BlynkWidgetRead80, BlynkWidgetRead81, BlynkWidgetRead82, BlynkWidgetRead83, - BlynkWidgetRead84, BlynkWidgetRead85, BlynkWidgetRead86, BlynkWidgetRead87, - BlynkWidgetRead88, BlynkWidgetRead89, BlynkWidgetRead90, BlynkWidgetRead91, - BlynkWidgetRead92, BlynkWidgetRead93, BlynkWidgetRead94, BlynkWidgetRead95, - BlynkWidgetRead96, BlynkWidgetRead97, BlynkWidgetRead98, BlynkWidgetRead99, - BlynkWidgetRead100, BlynkWidgetRead101, BlynkWidgetRead102, BlynkWidgetRead103, - BlynkWidgetRead104, BlynkWidgetRead105, BlynkWidgetRead106, BlynkWidgetRead107, - BlynkWidgetRead108, BlynkWidgetRead109, BlynkWidgetRead110, BlynkWidgetRead111, - BlynkWidgetRead112, BlynkWidgetRead113, BlynkWidgetRead114, BlynkWidgetRead115, - BlynkWidgetRead116, BlynkWidgetRead117, BlynkWidgetRead118, BlynkWidgetRead119, - BlynkWidgetRead120, BlynkWidgetRead121, BlynkWidgetRead122, BlynkWidgetRead123, - BlynkWidgetRead124, BlynkWidgetRead125, BlynkWidgetRead126, BlynkWidgetRead127, -#endif -}; - -static const WidgetWriteHandler BlynkWriteHandlerVector[] BLYNK_PROGMEM = { - BlynkWidgetWrite0, BlynkWidgetWrite1, BlynkWidgetWrite2, BlynkWidgetWrite3, - BlynkWidgetWrite4, BlynkWidgetWrite5, BlynkWidgetWrite6, BlynkWidgetWrite7, - BlynkWidgetWrite8, BlynkWidgetWrite9, BlynkWidgetWrite10, BlynkWidgetWrite11, - BlynkWidgetWrite12, BlynkWidgetWrite13, BlynkWidgetWrite14, BlynkWidgetWrite15, - BlynkWidgetWrite16, BlynkWidgetWrite17, BlynkWidgetWrite18, BlynkWidgetWrite19, - BlynkWidgetWrite20, BlynkWidgetWrite21, BlynkWidgetWrite22, BlynkWidgetWrite23, - BlynkWidgetWrite24, BlynkWidgetWrite25, BlynkWidgetWrite26, BlynkWidgetWrite27, - BlynkWidgetWrite28, BlynkWidgetWrite29, BlynkWidgetWrite30, BlynkWidgetWrite31, -#ifdef BLYNK_USE_128_VPINS - BlynkWidgetWrite32, BlynkWidgetWrite33, BlynkWidgetWrite34, BlynkWidgetWrite35, - BlynkWidgetWrite36, BlynkWidgetWrite37, BlynkWidgetWrite38, BlynkWidgetWrite39, - BlynkWidgetWrite40, BlynkWidgetWrite41, BlynkWidgetWrite42, BlynkWidgetWrite43, - BlynkWidgetWrite44, BlynkWidgetWrite45, BlynkWidgetWrite46, BlynkWidgetWrite47, - BlynkWidgetWrite48, BlynkWidgetWrite49, BlynkWidgetWrite50, BlynkWidgetWrite51, - BlynkWidgetWrite52, BlynkWidgetWrite53, BlynkWidgetWrite54, BlynkWidgetWrite55, - BlynkWidgetWrite56, BlynkWidgetWrite57, BlynkWidgetWrite58, BlynkWidgetWrite59, - BlynkWidgetWrite60, BlynkWidgetWrite61, BlynkWidgetWrite62, BlynkWidgetWrite63, - BlynkWidgetWrite64, BlynkWidgetWrite65, BlynkWidgetWrite66, BlynkWidgetWrite67, - BlynkWidgetWrite68, BlynkWidgetWrite69, BlynkWidgetWrite70, BlynkWidgetWrite71, - BlynkWidgetWrite72, BlynkWidgetWrite73, BlynkWidgetWrite74, BlynkWidgetWrite75, - BlynkWidgetWrite76, BlynkWidgetWrite77, BlynkWidgetWrite78, BlynkWidgetWrite79, - BlynkWidgetWrite80, BlynkWidgetWrite81, BlynkWidgetWrite82, BlynkWidgetWrite83, - BlynkWidgetWrite84, BlynkWidgetWrite85, BlynkWidgetWrite86, BlynkWidgetWrite87, - BlynkWidgetWrite88, BlynkWidgetWrite89, BlynkWidgetWrite90, BlynkWidgetWrite91, - BlynkWidgetWrite92, BlynkWidgetWrite93, BlynkWidgetWrite94, BlynkWidgetWrite95, - BlynkWidgetWrite96, BlynkWidgetWrite97, BlynkWidgetWrite98, BlynkWidgetWrite99, - BlynkWidgetWrite100, BlynkWidgetWrite101, BlynkWidgetWrite102, BlynkWidgetWrite103, - BlynkWidgetWrite104, BlynkWidgetWrite105, BlynkWidgetWrite106, BlynkWidgetWrite107, - BlynkWidgetWrite108, BlynkWidgetWrite109, BlynkWidgetWrite110, BlynkWidgetWrite111, - BlynkWidgetWrite112, BlynkWidgetWrite113, BlynkWidgetWrite114, BlynkWidgetWrite115, - BlynkWidgetWrite116, BlynkWidgetWrite117, BlynkWidgetWrite118, BlynkWidgetWrite119, - BlynkWidgetWrite120, BlynkWidgetWrite121, BlynkWidgetWrite122, BlynkWidgetWrite123, - BlynkWidgetWrite124, BlynkWidgetWrite125, BlynkWidgetWrite126, BlynkWidgetWrite127, -#endif -}; - -WidgetReadHandler GetReadHandler(uint8_t pin) -{ - if (pin >= BLYNK_COUNT_OF(BlynkReadHandlerVector)) - return NULL; -#ifdef BLYNK_HAS_PROGMEM - return (WidgetReadHandler)pgm_read_word(&BlynkReadHandlerVector[pin]); -#else - return BlynkReadHandlerVector[pin]; -#endif -} - -WidgetWriteHandler GetWriteHandler(uint8_t pin) -{ - if (pin >= BLYNK_COUNT_OF(BlynkWriteHandlerVector)) - return NULL; -#ifdef BLYNK_HAS_PROGMEM - return (WidgetWriteHandler)pgm_read_word(&BlynkWriteHandlerVector[pin]); -#else - return BlynkWriteHandlerVector[pin]; -#endif -} diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkHandlers.h b/wled00/src/dependencies/blynk/Blynk/BlynkHandlers.h deleted file mode 100644 index 9d10c451f..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkHandlers.h +++ /dev/null @@ -1,511 +0,0 @@ -/** - * @file BlynkHandlers.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief Handlers for virtual pin operations - * - */ - -#ifndef BlynkHandlers_h -#define BlynkHandlers_h - -#include "BlynkConfig.h" -#include "BlynkParam.h" - -// Helper macro - -#define V0 0 -#define V1 1 -#define V2 2 -#define V3 3 -#define V4 4 -#define V5 5 -#define V6 6 -#define V7 7 -#define V8 8 -#define V9 9 -#define V10 10 -#define V11 11 -#define V12 12 -#define V13 13 -#define V14 14 -#define V15 15 -#define V16 16 -#define V17 17 -#define V18 18 -#define V19 19 -#define V20 20 -#define V21 21 -#define V22 22 -#define V23 23 -#define V24 24 -#define V25 25 -#define V26 26 -#define V27 27 -#define V28 28 -#define V29 29 -#define V30 30 -#define V31 31 -#ifdef BLYNK_USE_128_VPINS - #define V32 32 - #define V33 33 - #define V34 34 - #define V35 35 - #define V36 36 - #define V37 37 - #define V38 38 - #define V39 39 - #define V40 40 - #define V41 41 - #define V42 42 - #define V43 43 - #define V44 44 - #define V45 45 - #define V46 46 - #define V47 47 - #define V48 48 - #define V49 49 - #define V50 50 - #define V51 51 - #define V52 52 - #define V53 53 - #define V54 54 - #define V55 55 - #define V56 56 - #define V57 57 - #define V58 58 - #define V59 59 - #define V60 60 - #define V61 61 - #define V62 62 - #define V63 63 - #define V64 64 - #define V65 65 - #define V66 66 - #define V67 67 - #define V68 68 - #define V69 69 - #define V70 70 - #define V71 71 - #define V72 72 - #define V73 73 - #define V74 74 - #define V75 75 - #define V76 76 - #define V77 77 - #define V78 78 - #define V79 79 - #define V80 80 - #define V81 81 - #define V82 82 - #define V83 83 - #define V84 84 - #define V85 85 - #define V86 86 - #define V87 87 - #define V88 88 - #define V89 89 - #define V90 90 - #define V91 91 - #define V92 92 - #define V93 93 - #define V94 94 - #define V95 95 - #define V96 96 - #define V97 97 - #define V98 98 - #define V99 99 - #define V100 100 - #define V101 101 - #define V102 102 - #define V103 103 - #define V104 104 - #define V105 105 - #define V106 106 - #define V107 107 - #define V108 108 - #define V109 109 - #define V110 110 - #define V111 111 - #define V112 112 - #define V113 113 - #define V114 114 - #define V115 115 - #define V116 116 - #define V117 117 - #define V118 118 - #define V119 119 - #define V120 120 - #define V121 121 - #define V122 122 - #define V123 123 - #define V124 124 - #define V125 125 - #define V126 126 - #define V127 127 -#endif - -// Initial syntax: -#define BLYNK_WRITE_2(pin) \ - void BlynkWidgetWrite ## pin (BlynkReq BLYNK_UNUSED &request, const BlynkParam BLYNK_UNUSED ¶m) - -#define BLYNK_READ_2(pin) \ - void BlynkWidgetRead ## pin (BlynkReq BLYNK_UNUSED &request) - -#define BLYNK_WRITE_DEFAULT() BLYNK_WRITE_2(Default) -#define BLYNK_READ_DEFAULT() BLYNK_READ_2(Default) - -#define BLYNK_WRITE(pin) BLYNK_WRITE_2(pin) -#define BLYNK_READ(pin) BLYNK_READ_2(pin) - -// New, more readable syntax: -#define BLYNK_IN_2(pin) \ - void BlynkWidgetWrite ## pin (BlynkReq BLYNK_UNUSED &request, const BlynkParam BLYNK_UNUSED &getValue) - -#define BLYNK_OUT_2(pin) \ - void BlynkWidgetRead ## pin (BlynkReq BLYNK_UNUSED &request) - -#define BLYNK_INPUT_DEFAULT() BLYNK_IN_2(Default) -#define BLYNK_OUTPUT_DEFAULT() BLYNK_OUT_2(Default) - -#define BLYNK_INPUT(pin) BLYNK_IN_2(pin) -#define BLYNK_OUTPUT(pin) BLYNK_OUT_2(pin) - -// Additional handlers -#define BLYNK_CONNECTED() void BlynkOnConnected() -#define BLYNK_DISCONNECTED() void BlynkOnDisconnected() - -// Advanced functions - -#define BLYNK_VAR_INT(name, pin) \ - int name; \ - BLYNK_WRITE(pin) { name = param.asInt(); } \ - BLYNK_READ(pin) { Blynk.virtualWrite(pin, name); } - -#define BLYNK_VAR_LONG(name, pin) \ - long name; \ - BLYNK_WRITE(pin) { name = param.asLong(); } \ - BLYNK_READ(pin) { Blynk.virtualWrite(pin, name); } - -#ifndef BLYNK_NO_FLOAT -#define BLYNK_VAR_DOUBLE(name, pin) \ - double name; \ - BLYNK_WRITE(pin) { name = param.asDouble(); } \ - BLYNK_READ(pin) { Blynk.virtualWrite(pin, name); } -#endif - -#ifdef ARDUINO -#define BLYNK_VAR_STRING(name, pin) \ - String name; \ - BLYNK_WRITE(pin) { name = param.asStr(); } \ - BLYNK_READ(pin) { Blynk.virtualWrite(pin, name); } -#endif - -// Default read/write handlers (you can redefine them in your code) -#ifdef __cplusplus -extern "C" { -#endif - -struct BlynkReq -{ - uint8_t pin; -}; - -typedef void (*WidgetReadHandler)(BlynkReq BLYNK_UNUSED &request); -typedef void (*WidgetWriteHandler)(BlynkReq BLYNK_UNUSED &request, const BlynkParam BLYNK_UNUSED ¶m); - -WidgetReadHandler GetReadHandler(uint8_t pin); -WidgetWriteHandler GetWriteHandler(uint8_t pin); - -// Declare placeholders -BLYNK_READ(); -BLYNK_WRITE(); -void BlynkNoOpCbk(); - -// Declare all pin handlers (you can redefine them in your code) -BLYNK_CONNECTED(); -BLYNK_DISCONNECTED(); - -// Internal Virtual Pins -BLYNK_WRITE(InternalPinACON); -BLYNK_WRITE(InternalPinADIS); -BLYNK_WRITE(InternalPinRTC); -BLYNK_WRITE(InternalPinOTA); - -// Aliases -#define BLYNK_APP_CONNECTED() BLYNK_WRITE(InternalPinACON) -#define BLYNK_APP_DISCONNECTED() BLYNK_WRITE(InternalPinADIS) - -// Regular Virtual Pins -BLYNK_READ_DEFAULT(); -BLYNK_WRITE_DEFAULT(); - -BLYNK_READ(0 ); -BLYNK_READ(1 ); -BLYNK_READ(2 ); -BLYNK_READ(3 ); -BLYNK_READ(4 ); -BLYNK_READ(5 ); -BLYNK_READ(6 ); -BLYNK_READ(7 ); -BLYNK_READ(8 ); -BLYNK_READ(9 ); -BLYNK_READ(10); -BLYNK_READ(11); -BLYNK_READ(12); -BLYNK_READ(13); -BLYNK_READ(14); -BLYNK_READ(15); -BLYNK_READ(16); -BLYNK_READ(17); -BLYNK_READ(18); -BLYNK_READ(19); -BLYNK_READ(20); -BLYNK_READ(21); -BLYNK_READ(22); -BLYNK_READ(23); -BLYNK_READ(24); -BLYNK_READ(25); -BLYNK_READ(26); -BLYNK_READ(27); -BLYNK_READ(28); -BLYNK_READ(29); -BLYNK_READ(30); -BLYNK_READ(31); -#ifdef BLYNK_USE_128_VPINS - BLYNK_READ(32); - BLYNK_READ(33); - BLYNK_READ(34); - BLYNK_READ(35); - BLYNK_READ(36); - BLYNK_READ(37); - BLYNK_READ(38); - BLYNK_READ(39); - BLYNK_READ(40); - BLYNK_READ(41); - BLYNK_READ(42); - BLYNK_READ(43); - BLYNK_READ(44); - BLYNK_READ(45); - BLYNK_READ(46); - BLYNK_READ(47); - BLYNK_READ(48); - BLYNK_READ(49); - BLYNK_READ(50); - BLYNK_READ(51); - BLYNK_READ(52); - BLYNK_READ(53); - BLYNK_READ(54); - BLYNK_READ(55); - BLYNK_READ(56); - BLYNK_READ(57); - BLYNK_READ(58); - BLYNK_READ(59); - BLYNK_READ(60); - BLYNK_READ(61); - BLYNK_READ(62); - BLYNK_READ(63); - BLYNK_READ(64); - BLYNK_READ(65); - BLYNK_READ(66); - BLYNK_READ(67); - BLYNK_READ(68); - BLYNK_READ(69); - BLYNK_READ(70); - BLYNK_READ(71); - BLYNK_READ(72); - BLYNK_READ(73); - BLYNK_READ(74); - BLYNK_READ(75); - BLYNK_READ(76); - BLYNK_READ(77); - BLYNK_READ(78); - BLYNK_READ(79); - BLYNK_READ(80); - BLYNK_READ(81); - BLYNK_READ(82); - BLYNK_READ(83); - BLYNK_READ(84); - BLYNK_READ(85); - BLYNK_READ(86); - BLYNK_READ(87); - BLYNK_READ(88); - BLYNK_READ(89); - BLYNK_READ(90); - BLYNK_READ(91); - BLYNK_READ(92); - BLYNK_READ(93); - BLYNK_READ(94); - BLYNK_READ(95); - BLYNK_READ(96); - BLYNK_READ(97); - BLYNK_READ(98); - BLYNK_READ(99); - BLYNK_READ(100); - BLYNK_READ(101); - BLYNK_READ(102); - BLYNK_READ(103); - BLYNK_READ(104); - BLYNK_READ(105); - BLYNK_READ(106); - BLYNK_READ(107); - BLYNK_READ(108); - BLYNK_READ(109); - BLYNK_READ(110); - BLYNK_READ(111); - BLYNK_READ(112); - BLYNK_READ(113); - BLYNK_READ(114); - BLYNK_READ(115); - BLYNK_READ(116); - BLYNK_READ(117); - BLYNK_READ(118); - BLYNK_READ(119); - BLYNK_READ(120); - BLYNK_READ(121); - BLYNK_READ(122); - BLYNK_READ(123); - BLYNK_READ(124); - BLYNK_READ(125); - BLYNK_READ(126); - BLYNK_READ(127); -#endif - -BLYNK_WRITE(0 ); -BLYNK_WRITE(1 ); -BLYNK_WRITE(2 ); -BLYNK_WRITE(3 ); -BLYNK_WRITE(4 ); -BLYNK_WRITE(5 ); -BLYNK_WRITE(6 ); -BLYNK_WRITE(7 ); -BLYNK_WRITE(8 ); -BLYNK_WRITE(9 ); -BLYNK_WRITE(10); -BLYNK_WRITE(11); -BLYNK_WRITE(12); -BLYNK_WRITE(13); -BLYNK_WRITE(14); -BLYNK_WRITE(15); -BLYNK_WRITE(16); -BLYNK_WRITE(17); -BLYNK_WRITE(18); -BLYNK_WRITE(19); -BLYNK_WRITE(20); -BLYNK_WRITE(21); -BLYNK_WRITE(22); -BLYNK_WRITE(23); -BLYNK_WRITE(24); -BLYNK_WRITE(25); -BLYNK_WRITE(26); -BLYNK_WRITE(27); -BLYNK_WRITE(28); -BLYNK_WRITE(29); -BLYNK_WRITE(30); -BLYNK_WRITE(31); -#ifdef BLYNK_USE_128_VPINS - BLYNK_WRITE(32); - BLYNK_WRITE(33); - BLYNK_WRITE(34); - BLYNK_WRITE(35); - BLYNK_WRITE(36); - BLYNK_WRITE(37); - BLYNK_WRITE(38); - BLYNK_WRITE(39); - BLYNK_WRITE(40); - BLYNK_WRITE(41); - BLYNK_WRITE(42); - BLYNK_WRITE(43); - BLYNK_WRITE(44); - BLYNK_WRITE(45); - BLYNK_WRITE(46); - BLYNK_WRITE(47); - BLYNK_WRITE(48); - BLYNK_WRITE(49); - BLYNK_WRITE(50); - BLYNK_WRITE(51); - BLYNK_WRITE(52); - BLYNK_WRITE(53); - BLYNK_WRITE(54); - BLYNK_WRITE(55); - BLYNK_WRITE(56); - BLYNK_WRITE(57); - BLYNK_WRITE(58); - BLYNK_WRITE(59); - BLYNK_WRITE(60); - BLYNK_WRITE(61); - BLYNK_WRITE(62); - BLYNK_WRITE(63); - BLYNK_WRITE(64); - BLYNK_WRITE(65); - BLYNK_WRITE(66); - BLYNK_WRITE(67); - BLYNK_WRITE(68); - BLYNK_WRITE(69); - BLYNK_WRITE(70); - BLYNK_WRITE(71); - BLYNK_WRITE(72); - BLYNK_WRITE(73); - BLYNK_WRITE(74); - BLYNK_WRITE(75); - BLYNK_WRITE(76); - BLYNK_WRITE(77); - BLYNK_WRITE(78); - BLYNK_WRITE(79); - BLYNK_WRITE(80); - BLYNK_WRITE(81); - BLYNK_WRITE(82); - BLYNK_WRITE(83); - BLYNK_WRITE(84); - BLYNK_WRITE(85); - BLYNK_WRITE(86); - BLYNK_WRITE(87); - BLYNK_WRITE(88); - BLYNK_WRITE(89); - BLYNK_WRITE(90); - BLYNK_WRITE(91); - BLYNK_WRITE(92); - BLYNK_WRITE(93); - BLYNK_WRITE(94); - BLYNK_WRITE(95); - BLYNK_WRITE(96); - BLYNK_WRITE(97); - BLYNK_WRITE(98); - BLYNK_WRITE(99); - BLYNK_WRITE(100); - BLYNK_WRITE(101); - BLYNK_WRITE(102); - BLYNK_WRITE(103); - BLYNK_WRITE(104); - BLYNK_WRITE(105); - BLYNK_WRITE(106); - BLYNK_WRITE(107); - BLYNK_WRITE(108); - BLYNK_WRITE(109); - BLYNK_WRITE(110); - BLYNK_WRITE(111); - BLYNK_WRITE(112); - BLYNK_WRITE(113); - BLYNK_WRITE(114); - BLYNK_WRITE(115); - BLYNK_WRITE(116); - BLYNK_WRITE(117); - BLYNK_WRITE(118); - BLYNK_WRITE(119); - BLYNK_WRITE(120); - BLYNK_WRITE(121); - BLYNK_WRITE(122); - BLYNK_WRITE(123); - BLYNK_WRITE(124); - BLYNK_WRITE(125); - BLYNK_WRITE(126); - BLYNK_WRITE(127); -#endif - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkParam.h b/wled00/src/dependencies/blynk/Blynk/BlynkParam.h deleted file mode 100644 index 026a3cc94..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkParam.h +++ /dev/null @@ -1,379 +0,0 @@ -/** - * @file BlynkParam.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief Container for handler parameters - * - */ - -#ifndef BlynkParam_h -#define BlynkParam_h - -#include -#include -#include "BlynkConfig.h" -#include "BlynkDebug.h" - -#define BLYNK_PARAM_KV(k, v) k "\0" v "\0" - -class BlynkParam -{ -public: - class iterator - { - public: - iterator(const char* c, const char* l) : ptr(c), limit(l) {} - static iterator invalid() { return iterator(NULL, NULL); } - - operator const char* () const { return asStr(); } - operator int () const { return asInt(); } - const char* asStr() const { return ptr; } - const char* asString() const { return ptr; } - int asInt() const { if(!isValid()) return 0; return atoi(ptr); } - long asLong() const { if(!isValid()) return 0; return atol(ptr); } - //long long asLongLong() const { return atoll(ptr); } -#ifndef BLYNK_NO_FLOAT - double asDouble() const { if(!isValid()) return 0; return atof(ptr); } - float asFloat() const { if(!isValid()) return 0; return atof(ptr); } -#endif - bool isValid() const { return ptr != NULL && ptr < limit; } - bool isEmpty() const { if(!isValid()) return true; return *ptr == '\0'; } - - bool operator < (const iterator& it) const { return ptr < it.ptr; } - bool operator >= (const iterator& it) const { return ptr >= it.ptr; } - - iterator& operator ++() { - if(isValid()) { - ptr += strlen(ptr) + 1; - } - return *this; - } - private: - const char* ptr; - const char* limit; - }; - -public: - explicit - BlynkParam(void* addr, size_t length) - : buff((char*)addr), len(length), buff_size(length) - {} - - explicit - BlynkParam(void* addr, size_t length, size_t buffsize) - : buff((char*)addr), len(length), buff_size(buffsize) - {} - - const char* asStr() const { return buff; } - const char* asString() const { return buff; } - int asInt() const { return atoi(buff); } - long asLong() const { return atol(buff); } - //long long asLongLong() const { return atoll(buff); } -#ifndef BLYNK_NO_FLOAT - double asDouble() const { return atof(buff); } - float asFloat() const { return atof(buff); } -#endif - bool isEmpty() const { return *buff == '\0'; } - - iterator begin() const { return iterator(buff, buff+len); } - iterator end() const { return iterator(buff+len, buff+len); } - - iterator operator[](int index) const; - iterator operator[](const char* key) const; - - void* getBuffer() const { return (void*)buff; } - size_t getLength() const { return len; } - - // Modification - void add(int value); - void add(unsigned int value); - void add(long value); - void add(unsigned long value); - void add(long long value); - void add(unsigned long long value); -#ifndef BLYNK_NO_FLOAT - void add(float value); - void add(double value); -#endif - void add(const char* str); - void add(const void* b, size_t l); -#if defined(ARDUINO) || defined(SPARK) || defined(PARTICLE) - void add(const String& str); -#if defined(BLYNK_HAS_PROGMEM) - void add(const __FlashStringHelper* str); -#endif -#endif - - template - void add_multi(T last) { - add(last); - } - - template - void add_multi(T head, Args... tail) { - add(head); - add_multi(tail...); - } - - template - void add_key(const char* key, const TV& val) { - add(key); - add(val); - } - -protected: - char* buff; - size_t len; - size_t buff_size; -}; - - -class BlynkParamAllocated - : public BlynkParam -{ -public: - BlynkParamAllocated(size_t size) - : BlynkParam(malloc(size), 0, size) - {} - ~BlynkParamAllocated() { - free(buff); - } -}; - -inline -BlynkParam::iterator BlynkParam::operator[](int index) const -{ - const iterator e = end(); - for (iterator it = begin(); it < e; ++it) { - if (!index--) { - return it; - } - } - return iterator::invalid(); -} - -inline -BlynkParam::iterator BlynkParam::operator[](const char* key) const -{ - const iterator e = end(); - for (iterator it = begin(); it < e; ++it) { - if (!strcmp(it.asStr(), key)) { - return ++it; - } - ++it; - if (it >= e) break; - } - return iterator::invalid(); -} - -inline -void BlynkParam::add(const void* b, size_t l) -{ - if (len + l > buff_size) - return; - memcpy(buff+len, b, l); - len += l; -} - -inline -void BlynkParam::add(const char* str) -{ - if (str == NULL) { - buff[len++] = '\0'; - return; - } - add(str, strlen(str)+1); -} - -#if defined(ARDUINO) || defined(SPARK) || defined(PARTICLE) -inline -void BlynkParam::add(const String& str) -{ -#if defined(ARDUINO_AVR_DIGISPARK) \ - || defined(__ARDUINO_X86__) \ - || defined(__RFduino__) - - size_t len = str.length()+1; - char buff[len]; - const_cast(str).toCharArray(buff, len); - add(buff, len); -#else - add(str.c_str()); -#endif -} - -#if defined(BLYNK_HAS_PROGMEM) - -inline -void BlynkParam::add(const __FlashStringHelper* ifsh) -{ - PGM_P p = reinterpret_cast(ifsh); - size_t l = strlen_P(p) + 1; - if (len + l > buff_size) - return; - memcpy_P(buff+len, p, l); - len += l; - buff[len] = '\0'; -} - -#endif - -#endif - -#if defined(__AVR__) || defined (ARDUINO_ARCH_ARC32) - - #include - - inline - void BlynkParam::add(int value) - { - char str[2 + 8 * sizeof(value)]; - itoa(value, str, 10); - add(str); - } - - inline - void BlynkParam::add(unsigned int value) - { - char str[1 + 8 * sizeof(value)]; - utoa(value, str, 10); - add(str); - } - - inline - void BlynkParam::add(long value) - { - char str[2 + 8 * sizeof(value)]; - ltoa(value, str, 10); - add(str); - } - - inline - void BlynkParam::add(unsigned long value) - { - char str[1 + 8 * sizeof(value)]; - ultoa(value, str, 10); - add(str); - } - - inline - void BlynkParam::add(long long value) // TODO: this currently adds just a long - { - char str[2 + 8 * sizeof(value)]; - ltoa(value, str, 10); - add(str); - } - - inline - void BlynkParam::add(unsigned long long value) // TODO: this currently adds just a long - { - char str[1 + 8 * sizeof(value)]; - ultoa(value, str, 10); - add(str); - } - -#ifndef BLYNK_NO_FLOAT - - inline - void BlynkParam::add(float value) - { - char str[33]; - dtostrf(value, 5, 3, str); - add(str); - } - - inline - void BlynkParam::add(double value) - { - char str[33]; - dtostrf(value, 5, 7, str); - add(str); - } -#endif - -#else - - #include - - inline - void BlynkParam::add(int value) - { - len += snprintf(buff+len, buff_size-len, "%i", value)+1; - } - - inline - void BlynkParam::add(unsigned int value) - { - len += snprintf(buff+len, buff_size-len, "%u", value)+1; - } - - inline - void BlynkParam::add(long value) - { - len += snprintf(buff+len, buff_size-len, "%li", value)+1; - } - - inline - void BlynkParam::add(unsigned long value) - { - len += snprintf(buff+len, buff_size-len, "%lu", value)+1; - } - - inline - void BlynkParam::add(long long value) - { - len += snprintf(buff+len, buff_size-len, "%lli", value)+1; - } - - inline - void BlynkParam::add(unsigned long long value) - { - len += snprintf(buff+len, buff_size-len, "%llu", value)+1; - } - -#ifndef BLYNK_NO_FLOAT - -#if defined(BLYNK_USE_INTERNAL_DTOSTRF) - - extern char* dtostrf_internal(double number, signed char width, unsigned char prec, char *s); - - inline - void BlynkParam::add(float value) - { - char str[33]; - dtostrf_internal(value, 5, 3, str); - add(str); - } - - inline - void BlynkParam::add(double value) - { - char str[33]; - dtostrf_internal(value, 5, 7, str); - add(str); - } - -#else - - inline - void BlynkParam::add(float value) - { - len += snprintf(buff+len, buff_size-len, "%2.3f", value)+1; - } - - inline - void BlynkParam::add(double value) - { - len += snprintf(buff+len, buff_size-len, "%2.7f", value)+1; - } - -#endif - -#endif - -#endif - - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkProtocol.h b/wled00/src/dependencies/blynk/Blynk/BlynkProtocol.h deleted file mode 100644 index c541f6a8b..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkProtocol.h +++ /dev/null @@ -1,535 +0,0 @@ -/** - * @file BlynkProtocol.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief Blynk protocol implementation - * - */ - -#ifndef BlynkProtocol_h -#define BlynkProtocol_h - -#include -#include -#include "BlynkDebug.h" -#include "BlynkProtocolDefs.h" -#include "BlynkApi.h" -#include "BlynkUtility.h" - -template -class BlynkProtocol - : public BlynkApi< BlynkProtocol > -{ - friend class BlynkApi< BlynkProtocol >; -public: - enum BlynkState { - CONNECTING, - CONNECTED, - DISCONNECTED, - }; - - BlynkProtocol(Transp& transp) - : conn(transp) - , authkey(NULL) - , redir_serv(NULL) - , lastActivityIn(0) - , lastActivityOut(0) - , lastHeartbeat(0) - , msgIdOut(0) - , msgIdOutOverride(0) - , nesting(0) - , state(CONNECTING) - {} - - bool connected() { return state == CONNECTED; } - - bool connect(uint32_t timeout = BLYNK_TIMEOUT_MS*3) { - conn.disconnect(); - state = CONNECTING; - millis_time_t started = BlynkMillis(); - while ((state != CONNECTED) && - (BlynkMillis() - started < timeout)) - { - run(); - } - return state == CONNECTED; - } - - void disconnect() { - conn.disconnect(); - state = DISCONNECTED; - BLYNK_LOG1(BLYNK_F("Disconnected")); - } - - bool run(bool avail = false); - - // TODO: Fixme - void startSession() { - conn.connect(); - state = CONNECTING; - msgIdOut = 0; - lastHeartbeat = lastActivityIn = lastActivityOut = (BlynkMillis() - 5000UL); - } - - void sendCmd(uint8_t cmd, uint16_t id = 0, const void* data = NULL, size_t length = 0, const void* data2 = NULL, size_t length2 = 0); - -private: - - void internalReconnect() { - state = CONNECTING; - conn.disconnect(); - BlynkOnDisconnected(); - } - - int readHeader(BlynkHeader& hdr); - uint16_t getNextMsgId(); - -protected: - void begin(const char* auth) { - this->authkey = auth; - lastHeartbeat = lastActivityIn = lastActivityOut = (BlynkMillis() - 5000UL); - -#if defined(BLYNK_NO_FANCY_LOGO) - BLYNK_LOG1(BLYNK_F("Blynk v" BLYNK_VERSION " on " BLYNK_INFO_DEVICE)); -#else - BLYNK_LOG1(BLYNK_F(BLYNK_NEWLINE - " ___ __ __" BLYNK_NEWLINE - " / _ )/ /_ _____ / /__" BLYNK_NEWLINE - " / _ / / // / _ \\/ '_/" BLYNK_NEWLINE - " /____/_/\\_, /_//_/_/\\_\\" BLYNK_NEWLINE - " /___/ v" BLYNK_VERSION " on " BLYNK_INFO_DEVICE BLYNK_NEWLINE - BLYNK_NEWLINE - " Give Blynk a Github star! => https://github.com/blynkkk/blynk-library" BLYNK_NEWLINE - )); -#endif - } - bool processInput(void); - - Transp& conn; - -private: - const char* authkey; - char* redir_serv; - millis_time_t lastActivityIn; - millis_time_t lastActivityOut; - union { - millis_time_t lastHeartbeat; - millis_time_t lastLogin; - }; - uint16_t msgIdOut; - uint16_t msgIdOutOverride; - uint8_t nesting; -protected: - BlynkState state; -}; - -template -bool BlynkProtocol::run(bool avail) -{ - BLYNK_RUN_YIELD(); - - if (state == DISCONNECTED) { - return false; - } - - // Detect nesting - BlynkHelperAutoInc guard(nesting); - if (msgIdOutOverride || nesting > 2) { - //BLYNK_LOG1(BLYNK_F("Nested run() skipped")); - return true; - } - - if (conn.connected()) { - while (avail || conn.available() > 0) { - //BLYNK_LOG2(BLYNK_F("Available: "), conn.available()); - //const unsigned long t = micros(); - if (!processInput()) { - conn.disconnect(); -// TODO: Only when in direct mode? -#ifdef BLYNK_USE_DIRECT_CONNECT - state = CONNECTING; -#endif - BlynkOnDisconnected(); - return false; - } - avail = false; - //BLYNK_LOG2(BLYNK_F("Proc time: "), micros() - t); - } - } - - const millis_time_t t = BlynkMillis(); - - // Update connection status after running commands - const bool tconn = conn.connected(); - - if (state == CONNECTED) { - if (!tconn) { - lastHeartbeat = t; - internalReconnect(); - return false; - } - - if (t - lastActivityIn > (1000UL * BLYNK_HEARTBEAT + BLYNK_TIMEOUT_MS*3)) { -#ifdef BLYNK_DEBUG - BLYNK_LOG6(BLYNK_F("Heartbeat timeout: "), t, BLYNK_F(", "), lastActivityIn, BLYNK_F(", "), lastHeartbeat); -#else - BLYNK_LOG1(BLYNK_F("Heartbeat timeout")); -#endif - internalReconnect(); - return false; - } else if ((t - lastActivityIn > 1000UL * BLYNK_HEARTBEAT || - t - lastActivityOut > 1000UL * BLYNK_HEARTBEAT) && - t - lastHeartbeat > BLYNK_TIMEOUT_MS) - { - // Send ping if we didn't either send or receive something - // for BLYNK_HEARTBEAT seconds - sendCmd(BLYNK_CMD_PING); - lastHeartbeat = t; - } - } else if (state == CONNECTING) { -#ifdef BLYNK_USE_DIRECT_CONNECT - if (!tconn) - conn.connect(); -#else - if (tconn && (t - lastLogin > BLYNK_TIMEOUT_MS)) { - BLYNK_LOG1(BLYNK_F("Login timeout")); - conn.disconnect(); - state = CONNECTING; - return false; - } else if (!tconn && (t - lastLogin > 5000UL)) { - conn.disconnect(); - if (!conn.connect()) { - lastLogin = t; - return false; - } - - msgIdOut = 1; - sendCmd(BLYNK_CMD_LOGIN, 1, authkey, strlen(authkey)); - lastLogin = lastActivityOut; - return true; - } -#endif - } - return true; -} - -template -BLYNK_FORCE_INLINE -bool BlynkProtocol::processInput(void) -{ - BlynkHeader hdr; - const int ret = readHeader(hdr); - - if (ret == 0) { - return true; // Considered OK (no data on input) - } - - if (ret < 0 || hdr.msg_id == 0) { -#ifdef BLYNK_DEBUG - BLYNK_LOG2(BLYNK_F("Bad hdr len: "), ret); -#endif - return false; - } - - if (hdr.type == BLYNK_CMD_RESPONSE) { - lastActivityIn = BlynkMillis(); - -#ifndef BLYNK_USE_DIRECT_CONNECT - if (state == CONNECTING && (1 == hdr.msg_id)) { - switch (hdr.length) { - case BLYNK_SUCCESS: - case BLYNK_ALREADY_REGISTERED: - BLYNK_LOG3(BLYNK_F("Ready (ping: "), lastActivityIn-lastHeartbeat, BLYNK_F("ms).")); - lastHeartbeat = lastActivityIn; - state = CONNECTED; -#ifdef BLYNK_DEBUG - if (size_t ram = BlynkFreeRam()) { - BLYNK_LOG2(BLYNK_F("Free RAM: "), ram); - } -#endif - this->sendInfo(); - BLYNK_RUN_YIELD(); - BlynkOnConnected(); - return true; - case BLYNK_INVALID_TOKEN: - BLYNK_LOG1(BLYNK_F("Invalid auth token")); - break; - default: - BLYNK_LOG2(BLYNK_F("Connect failed. code: "), hdr.length); - } - return false; - } - if (BLYNK_NOT_AUTHENTICATED == hdr.length) { - return false; - } -#endif - // TODO: return code may indicate App presence - return true; - } - - if (hdr.length > BLYNK_MAX_READBYTES) { - BLYNK_LOG2(BLYNK_F("Packet too big: "), hdr.length); - // TODO: Flush - internalReconnect(); - return true; - } - - uint8_t inputBuffer[hdr.length+1]; // Add 1 to zero-terminate - if (hdr.length != conn.read(inputBuffer, hdr.length)) { -#ifdef BLYNK_DEBUG - BLYNK_LOG1(BLYNK_F("Can't read body")); -#endif - return false; - } - inputBuffer[hdr.length] = '\0'; - - BLYNK_DBG_DUMP(">", inputBuffer, hdr.length); - - lastActivityIn = BlynkMillis(); - - switch (hdr.type) - { - case BLYNK_CMD_LOGIN: { -#ifdef BLYNK_USE_DIRECT_CONNECT - if (strncmp(authkey, (char*)inputBuffer, 32)) { - BLYNK_LOG1(BLYNK_F("Invalid token")); - sendCmd(BLYNK_CMD_RESPONSE, hdr.msg_id, NULL, BLYNK_INVALID_TOKEN); - break; - } -#endif - if (state == CONNECTING) { - BLYNK_LOG1(BLYNK_F("Ready")); - state = CONNECTED; -#ifdef BLYNK_DEBUG - if (size_t ram = BlynkFreeRam()) { - BLYNK_LOG2(BLYNK_F("Free RAM: "), ram); - } -#endif - this->sendInfo(); - BLYNK_RUN_YIELD(); - BlynkOnConnected(); - } - sendCmd(BLYNK_CMD_RESPONSE, hdr.msg_id, NULL, BLYNK_SUCCESS); - } break; - case BLYNK_CMD_PING: { - sendCmd(BLYNK_CMD_RESPONSE, hdr.msg_id, NULL, BLYNK_SUCCESS); - } break; - case BLYNK_CMD_REDIRECT: { - if (!redir_serv) { - redir_serv = (char*)malloc(32); - } - BlynkParam param(inputBuffer, hdr.length); - uint16_t redir_port = BLYNK_DEFAULT_PORT; // TODO: Fixit - - BlynkParam::iterator it = param.begin(); - if (it >= param.end()) - return false; - strncpy(redir_serv, it.asStr(), 32); - if (++it < param.end()) - redir_port = it.asLong(); - BLYNK_LOG4(BLYNK_F("Redirecting to "), redir_serv, ':', redir_port); - conn.disconnect(); - conn.begin(redir_serv, redir_port); - state = CONNECTING; - lastHeartbeat = lastActivityIn = lastActivityOut = (BlynkMillis() - 5000UL); - } break; - case BLYNK_CMD_HARDWARE: - case BLYNK_CMD_BRIDGE: { - msgIdOutOverride = hdr.msg_id; - this->processCmd(inputBuffer, hdr.length); - msgIdOutOverride = 0; - } break; - case BLYNK_CMD_INTERNAL: { - BlynkReq req = { 0 }; - BlynkParam param(inputBuffer, hdr.length); - BlynkParam::iterator it = param.begin(); - if (it >= param.end()) - return true; - - uint32_t cmd32; - memcpy(&cmd32, it.asStr(), sizeof(cmd32)); - - ++it; - char* start = (char*)(it).asStr(); - unsigned length = hdr.length - (start - (char*)inputBuffer); - BlynkParam param2(start, length); - - switch (cmd32) { - case BLYNK_INT_RTC: BlynkWidgetWriteInternalPinRTC(req, param2); break; - case BLYNK_INT_OTA: BlynkWidgetWriteInternalPinOTA(req, param2); break; - case BLYNK_INT_ACON: BlynkWidgetWriteInternalPinACON(req, param2); break; - case BLYNK_INT_ADIS: BlynkWidgetWriteInternalPinADIS(req, param2); break; -#ifdef BLYNK_DEBUG - default: BLYNK_LOG2(BLYNK_F("Invalid internal cmd:"), param.asStr()); -#endif - } - } break; - case BLYNK_CMD_DEBUG_PRINT: { - if (hdr.length) { - BLYNK_LOG2(BLYNK_F("Server: "), (char*)inputBuffer); - } - } break; - default: { -#ifdef BLYNK_DEBUG - BLYNK_LOG2(BLYNK_F("Invalid header type: "), hdr.type); -#endif - // TODO: Flush - internalReconnect(); - } break; - } - - return true; -} - -template -int BlynkProtocol::readHeader(BlynkHeader& hdr) -{ - size_t rlen = conn.read(&hdr, sizeof(hdr)); - if (rlen == 0) { - return 0; - } - - if (sizeof(hdr) != rlen) { - return -1; - } - - BLYNK_DBG_DUMP(">", &hdr, sizeof(BlynkHeader)); - - hdr.msg_id = ntohs(hdr.msg_id); - hdr.length = ntohs(hdr.length); - - return rlen; -} - -#ifndef BLYNK_SEND_THROTTLE -#define BLYNK_SEND_THROTTLE 0 -#endif - -#ifndef BLYNK_SEND_CHUNK -#define BLYNK_SEND_CHUNK 1024 // Just a big number -#endif - -template -void BlynkProtocol::sendCmd(uint8_t cmd, uint16_t id, const void* data, size_t length, const void* data2, size_t length2) -{ - if (!conn.connected() || (cmd != BLYNK_CMD_RESPONSE && cmd != BLYNK_CMD_PING && cmd != BLYNK_CMD_LOGIN && state != CONNECTED) ) { -#ifdef BLYNK_DEBUG_ALL - BLYNK_LOG2(BLYNK_F("Cmd skipped:"), cmd); -#endif - return; - } - - if (0 == id) { - id = getNextMsgId(); - } - -#if defined(BLYNK_MSG_LIMIT) && BLYNK_MSG_LIMIT > 0 - if (cmd >= BLYNK_CMD_TWEET && cmd <= BLYNK_CMD_HARDWARE) { - const millis_time_t allowed_time = BlynkMax(lastActivityOut, lastActivityIn) + 1000/BLYNK_MSG_LIMIT; - int32_t wait_time = allowed_time - BlynkMillis(); - if (wait_time >= 0) { -#ifdef BLYNK_DEBUG_ALL - BLYNK_LOG2(BLYNK_F("Waiting:"), wait_time); -#endif - while (wait_time >= 0) { - run(); - wait_time = allowed_time - BlynkMillis(); - } - } else if (nesting == 0) { - run(); - } - } -#endif - - const size_t full_length = (sizeof(BlynkHeader)) + - (data ? length : 0) + - (data2 ? length2 : 0); - -#if defined(BLYNK_SEND_ATOMIC) || defined(ESP8266) || defined(ESP32) || defined(SPARK) || defined(PARTICLE) || defined(ENERGIA) - // Those have more RAM and like single write at a time... - - uint8_t buff[full_length]; - - BlynkHeader* hdr = (BlynkHeader*)buff; - hdr->type = cmd; - hdr->msg_id = htons(id); - hdr->length = htons(length+length2); - - size_t pos = sizeof(BlynkHeader); - if (data && length) { - memcpy(buff + pos, data, length); - pos += length; - } - if (data2 && length2) { - memcpy(buff + pos, data2, length2); - } - - size_t wlen = 0; - while (wlen < full_length) { - const size_t chunk = BlynkMin(size_t(BLYNK_SEND_CHUNK), full_length - wlen); - BLYNK_DBG_DUMP("<", buff + wlen, chunk); - const size_t w = conn.write(buff + wlen, chunk); - BlynkDelay(BLYNK_SEND_THROTTLE); - if (w == 0) { -#ifdef BLYNK_DEBUG - BLYNK_LOG1(BLYNK_F("Cmd error")); -#endif - conn.disconnect(); - state = CONNECTING; - BlynkOnDisconnected(); - return; - } - wlen += w; - } - -#else - - BlynkHeader hdr; - hdr.type = cmd; - hdr.msg_id = htons(id); - hdr.length = htons(length+length2); - - BLYNK_DBG_DUMP("<", &hdr, sizeof(hdr)); - size_t wlen = conn.write(&hdr, sizeof(hdr)); - BlynkDelay(BLYNK_SEND_THROTTLE); - - if (cmd != BLYNK_CMD_RESPONSE) { - if (length) { - BLYNK_DBG_DUMP("<", data, length); - wlen += conn.write(data, length); - BlynkDelay(BLYNK_SEND_THROTTLE); - } - if (length2) { - BLYNK_DBG_DUMP("<", data2, length2); - wlen += conn.write(data2, length2); - BlynkDelay(BLYNK_SEND_THROTTLE); - } - } - -#endif - - if (wlen != full_length) { -#ifdef BLYNK_DEBUG - BLYNK_LOG4(BLYNK_F("Sent "), wlen, '/', full_length); -#endif - internalReconnect(); - return; - } - - lastActivityOut = BlynkMillis(); - -} - -template -uint16_t BlynkProtocol::getNextMsgId() -{ - if (msgIdOutOverride != 0) - return msgIdOutOverride; - if (++msgIdOut == 0) - msgIdOut = 1; - return msgIdOut; -} - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkProtocolDefs.h b/wled00/src/dependencies/blynk/Blynk/BlynkProtocolDefs.h deleted file mode 100644 index d294a6261..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkProtocolDefs.h +++ /dev/null @@ -1,140 +0,0 @@ -/** - * @file BlynkProtocolDefs.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief Blynk protocol definitions - * - */ - -#ifndef BlynkProtocolDefs_h -#define BlynkProtocolDefs_h - -enum BlynkCmd -{ - BLYNK_CMD_RESPONSE = 0, - BLYNK_CMD_REGISTER = 1, - BLYNK_CMD_LOGIN = 2, - BLYNK_CMD_SAVE_PROF = 3, - BLYNK_CMD_LOAD_PROF = 4, - BLYNK_CMD_GET_TOKEN = 5, - BLYNK_CMD_PING = 6, - BLYNK_CMD_ACTIVATE = 7, - BLYNK_CMD_DEACTIVATE = 8, - BLYNK_CMD_REFRESH = 9, - BLYNK_CMD_GET_GRAPH_DATA = 10, - BLYNK_CMD_GET_GRAPH_DATA_RESPONSE = 11, - - BLYNK_CMD_TWEET = 12, - BLYNK_CMD_EMAIL = 13, - BLYNK_CMD_NOTIFY = 14, - BLYNK_CMD_BRIDGE = 15, - BLYNK_CMD_HARDWARE_SYNC = 16, - BLYNK_CMD_INTERNAL = 17, - BLYNK_CMD_SMS = 18, - BLYNK_CMD_PROPERTY = 19, - BLYNK_CMD_HARDWARE = 20, - - BLYNK_CMD_CREATE_DASH = 21, - BLYNK_CMD_SAVE_DASH = 22, - BLYNK_CMD_DELETE_DASH = 23, - BLYNK_CMD_LOAD_PROF_GZ = 24, - BLYNK_CMD_SYNC = 25, - BLYNK_CMD_SHARING = 26, - BLYNK_CMD_ADD_PUSH_TOKEN = 27, - - //sharing commands - BLYNK_CMD_GET_SHARED_DASH = 29, - BLYNK_CMD_GET_SHARE_TOKEN = 30, - BLYNK_CMD_REFRESH_SHARE_TOKEN = 31, - BLYNK_CMD_SHARE_LOGIN = 32, - - BLYNK_CMD_REDIRECT = 41, - - BLYNK_CMD_DEBUG_PRINT = 55, - - BLYNK_CMD_EVENT_LOG = 64 -}; - -enum BlynkStatus -{ - BLYNK_SUCCESS = 200, - BLYNK_QUOTA_LIMIT_EXCEPTION = 1, - BLYNK_ILLEGAL_COMMAND = 2, - BLYNK_NOT_REGISTERED = 3, - BLYNK_ALREADY_REGISTERED = 4, - BLYNK_NOT_AUTHENTICATED = 5, - BLYNK_NOT_ALLOWED = 6, - BLYNK_DEVICE_NOT_IN_NETWORK = 7, - BLYNK_NO_ACTIVE_DASHBOARD = 8, - BLYNK_INVALID_TOKEN = 9, - BLYNK_ILLEGAL_COMMAND_BODY = 11, - BLYNK_GET_GRAPH_DATA_EXCEPTION = 12, - BLYNK_NO_DATA_EXCEPTION = 17, - BLYNK_DEVICE_WENT_OFFLINE = 18, - BLYNK_SERVER_EXCEPTION = 19, - - BLYNK_NTF_INVALID_BODY = 13, - BLYNK_NTF_NOT_AUTHORIZED = 14, - BLYNK_NTF_ECXEPTION = 15, - - BLYNK_TIMEOUT = 16, - - BLYNK_NOT_SUPPORTED_VERSION = 20, - BLYNK_ENERGY_LIMIT = 21 -}; - -struct BlynkHeader -{ - uint8_t type; - uint16_t msg_id; - uint16_t length; -} -BLYNK_ATTR_PACKED; - -#if defined(ESP32) - #include -#elif !defined(htons) && (defined(ARDUINO) || defined(ESP8266) || defined(PARTICLE) || defined(__MBED__)) - #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ - #define htons(x) ( ((x)<<8) | (((x)>>8)&0xFF) ) - #define htonl(x) ( ((x)<<24 & 0xFF000000UL) | \ - ((x)<< 8 & 0x00FF0000UL) | \ - ((x)>> 8 & 0x0000FF00UL) | \ - ((x)>>24 & 0x000000FFUL) ) - #define ntohs(x) htons(x) - #define ntohl(x) htonl(x) - #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ - #define htons(x) (x) - #define htonl(x) (x) - #define ntohs(x) (x) - #define ntohl(x) (x) - #else - #error byte order problem - #endif -#endif - -#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ - #define BLYNK_STR_16(a,b) ((uint16_t(a) << 0) | (uint16_t(b) << 8)) - #define BLYNK_STR_32(a,b,c,d) ((uint32_t(a) << 0) | (uint32_t(b) << 8) | (uint32_t(c) << 16) | (uint32_t(d) << 24)) -#elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ - #define BLYNK_STR_16(a,b) ((uint16_t(b) << 0) | (uint16_t(a) << 8)) - #define BLYNK_STR_32(a,b,c,d) ((uint32_t(d) << 0) | (uint32_t(c) << 8) | (uint32_t(b) << 16) | (uint32_t(a) << 24)) -#else - #error byte order problem -#endif - -#define BLYNK_HW_PM BLYNK_STR_16('p','m') -#define BLYNK_HW_DW BLYNK_STR_16('d','w') -#define BLYNK_HW_DR BLYNK_STR_16('d','r') -#define BLYNK_HW_AW BLYNK_STR_16('a','w') -#define BLYNK_HW_AR BLYNK_STR_16('a','r') -#define BLYNK_HW_VW BLYNK_STR_16('v','w') -#define BLYNK_HW_VR BLYNK_STR_16('v','r') - -#define BLYNK_INT_RTC BLYNK_STR_32('r','t','c',0) -#define BLYNK_INT_OTA BLYNK_STR_32('o','t','a',0) -#define BLYNK_INT_ACON BLYNK_STR_32('a','c','o','n') -#define BLYNK_INT_ADIS BLYNK_STR_32('a','d','i','s') - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkTemplates.h b/wled00/src/dependencies/blynk/Blynk/BlynkTemplates.h deleted file mode 100644 index 15c2bfadb..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkTemplates.h +++ /dev/null @@ -1,47 +0,0 @@ -class BlynkStackOnly -{ -protected: - BlynkStackOnly() {} - ~BlynkStackOnly() {} - -private: - /// @brief Declared as private to prevent usage of dynamic memory - void* operator new(size_t size); - /// @brief Declared as private to prevent usage of dynamic memory - void operator delete(void *p); -}; - -class BlynkNonCopyable -{ -protected: - BlynkNonCopyable(){} - ~BlynkNonCopyable(){} - -private: - /// @brief Declared as private to prevent usage of copy constructor - BlynkNonCopyable(const BlynkNonCopyable&); - /// @brief Declared as private to prevent usage of assignment operator - BlynkNonCopyable& operator=(const BlynkNonCopyable&); -}; - -template -class BlynkSingleton - : public BlynkNonCopyable -{ -public: - /** @brief Returns the instance of the singleton type - When called for the first time, the singleton instance will be - created. All subsequent calls will return a reference to the - previously created instance. - @return The singleton instance - */ - static T* instance() - { - static T instance; - return &instance; - } -protected: - BlynkSingleton() {} - ~BlynkSingleton() {} -}; - diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkTimer.cpp b/wled00/src/dependencies/blynk/Blynk/BlynkTimer.cpp deleted file mode 100644 index d2159ec3c..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkTimer.cpp +++ /dev/null @@ -1,291 +0,0 @@ -/* - * SimpleTimer.cpp - * - * SimpleTimer - A timer library for Arduino. - * Author: mromani@ottotecnica.com - * Copyright (c) 2010 OTTOTECNICA Italy - * - * Callback function parameters added & compiler warnings - * removed by Bill Knight 20March2017 - * - * This library is free software; you can redistribute it - * and/or modify it under the terms of the GNU Lesser - * General Public License as published by the Free Software - * Foundation; either version 2.1 of the License, or (at - * your option) any later version. - * - * This library is distributed in the hope that it will - * be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public - * License for more details. - * - * You should have received a copy of the GNU Lesser - * General Public License along with this library; if not, - * write to the Free Software Foundation, Inc., - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - - -#include "BlynkTimer.h" -#include - -// Select time function: -//static inline unsigned long elapsed() { return micros(); } -static inline unsigned long elapsed() { return BlynkMillis(); } - - -SimpleTimer::SimpleTimer() - : numTimers (-1) -{ -} - -void SimpleTimer::init() { - unsigned long current_millis = elapsed(); - - for (int i = 0; i < MAX_TIMERS; i++) { - memset(&timer[i], 0, sizeof (timer_t)); - timer[i].prev_millis = current_millis; - } - - numTimers = 0; -} - - -void SimpleTimer::run() { - int i; - unsigned long current_millis; - - // get current time - current_millis = elapsed(); - - for (i = 0; i < MAX_TIMERS; i++) { - - timer[i].toBeCalled = DEFCALL_DONTRUN; - - // no callback == no timer, i.e. jump over empty slots - if (timer[i].callback != NULL) { - - // is it time to process this timer ? - // see http://arduino.cc/forum/index.php/topic,124048.msg932592.html#msg932592 - - if ((current_millis - timer[i].prev_millis) >= timer[i].delay) { - - unsigned long skipTimes = (current_millis - timer[i].prev_millis) / timer[i].delay; - // update time - timer[i].prev_millis += timer[i].delay * skipTimes; - - // check if the timer callback has to be executed - if (timer[i].enabled) { - - // "run forever" timers must always be executed - if (timer[i].maxNumRuns == RUN_FOREVER) { - timer[i].toBeCalled = DEFCALL_RUNONLY; - } - // other timers get executed the specified number of times - else if (timer[i].numRuns < timer[i].maxNumRuns) { - timer[i].toBeCalled = DEFCALL_RUNONLY; - timer[i].numRuns++; - - // after the last run, delete the timer - if (timer[i].numRuns >= timer[i].maxNumRuns) { - timer[i].toBeCalled = DEFCALL_RUNANDDEL; - } - } - } - } - } - } - - for (i = 0; i < MAX_TIMERS; i++) { - if (timer[i].toBeCalled == DEFCALL_DONTRUN) - continue; - - if (timer[i].hasParam) - (*(timer_callback_p)timer[i].callback)(timer[i].param); - else - (*(timer_callback)timer[i].callback)(); - - if (timer[i].toBeCalled == DEFCALL_RUNANDDEL) - deleteTimer(i); - } -} - - -// find the first available slot -// return -1 if none found -int SimpleTimer::findFirstFreeSlot() { - // all slots are used - if (numTimers >= MAX_TIMERS) { - return -1; - } - - // return the first slot with no callback (i.e. free) - for (int i = 0; i < MAX_TIMERS; i++) { - if (timer[i].callback == NULL) { - return i; - } - } - - // no free slots found - return -1; -} - - -int SimpleTimer::setupTimer(unsigned long d, void* f, void* p, bool h, unsigned n) { - int freeTimer; - - if (numTimers < 0) { - init(); - } - - freeTimer = findFirstFreeSlot(); - if (freeTimer < 0) { - return -1; - } - - if (f == NULL) { - return -1; - } - - timer[freeTimer].delay = d; - timer[freeTimer].callback = f; - timer[freeTimer].param = p; - timer[freeTimer].hasParam = h; - timer[freeTimer].maxNumRuns = n; - timer[freeTimer].enabled = true; - timer[freeTimer].prev_millis = elapsed(); - - numTimers++; - - return freeTimer; -} - - -int SimpleTimer::setTimer(unsigned long d, timer_callback f, unsigned n) { - return setupTimer(d, (void *)f, NULL, false, n); -} - -int SimpleTimer::setTimer(unsigned long d, timer_callback_p f, void* p, unsigned n) { - return setupTimer(d, (void *)f, p, true, n); -} - -int SimpleTimer::setInterval(unsigned long d, timer_callback f) { - return setupTimer(d, (void *)f, NULL, false, RUN_FOREVER); -} - -int SimpleTimer::setInterval(unsigned long d, timer_callback_p f, void* p) { - return setupTimer(d, (void *)f, p, true, RUN_FOREVER); -} - -int SimpleTimer::setTimeout(unsigned long d, timer_callback f) { - return setupTimer(d, (void *)f, NULL, false, RUN_ONCE); -} - -int SimpleTimer::setTimeout(unsigned long d, timer_callback_p f, void* p) { - return setupTimer(d, (void *)f, p, true, RUN_ONCE); -} - -bool SimpleTimer::changeInterval(unsigned numTimer, unsigned long d) { - if (numTimer >= MAX_TIMERS) { - return false; - } - - // Updates interval of existing specified timer - if (timer[numTimer].callback != NULL) { - timer[numTimer].delay = d; - timer[numTimer].prev_millis = elapsed(); - return true; - } - // false return for non-used numTimer, no callback - return false; -} - -void SimpleTimer::deleteTimer(unsigned timerId) { - if (timerId >= MAX_TIMERS) { - return; - } - - // nothing to delete if no timers are in use - if (numTimers == 0) { - return; - } - - // don't decrease the number of timers if the - // specified slot is already empty - if (timer[timerId].callback != NULL) { - memset(&timer[timerId], 0, sizeof (timer_t)); - timer[timerId].prev_millis = elapsed(); - - // update number of timers - numTimers--; - } -} - - -// function contributed by code@rowansimms.com -void SimpleTimer::restartTimer(unsigned numTimer) { - if (numTimer >= MAX_TIMERS) { - return; - } - - timer[numTimer].prev_millis = elapsed(); -} - - -bool SimpleTimer::isEnabled(unsigned numTimer) { - if (numTimer >= MAX_TIMERS) { - return false; - } - - return timer[numTimer].enabled; -} - - -void SimpleTimer::enable(unsigned numTimer) { - if (numTimer >= MAX_TIMERS) { - return; - } - - timer[numTimer].enabled = true; -} - - -void SimpleTimer::disable(unsigned numTimer) { - if (numTimer >= MAX_TIMERS) { - return; - } - - timer[numTimer].enabled = false; -} - -void SimpleTimer::enableAll() { - // Enable all timers with a callback assigned (used) - for (int i = 0; i < MAX_TIMERS; i++) { - if (timer[i].callback != NULL && timer[i].numRuns == RUN_FOREVER) { - timer[i].enabled = true; - } - } -} - -void SimpleTimer::disableAll() { - // Disable all timers with a callback assigned (used) - for (int i = 0; i < MAX_TIMERS; i++) { - if (timer[i].callback != NULL && timer[i].numRuns == RUN_FOREVER) { - timer[i].enabled = false; - } - } -} - -void SimpleTimer::toggle(unsigned numTimer) { - if (numTimer >= MAX_TIMERS) { - return; - } - - timer[numTimer].enabled = !timer[numTimer].enabled; -} - - -unsigned SimpleTimer::getNumTimers() { - return numTimers; -} diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkTimer.h b/wled00/src/dependencies/blynk/Blynk/BlynkTimer.h deleted file mode 100644 index 120845e74..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkTimer.h +++ /dev/null @@ -1,155 +0,0 @@ -/* - * SimpleTimer.h - * - * SimpleTimer - A timer library for Arduino. - * Author: mromani@ottotecnica.com - * Copyright (c) 2010 OTTOTECNICA Italy - * - * Modifications by Bill Knight 18March2017 - * - * This library is free software; you can redistribute it - * and/or modify it under the terms of the GNU Lesser - * General Public License as published by the Free Software - * Foundation; either version 2.1 of the License, or (at - * your option) any later version. - * - * This library is distributed in the hope that it will - * be useful, but WITHOUT ANY WARRANTY; without even the - * implied warranty of MERCHANTABILITY or FITNESS FOR A - * PARTICULAR PURPOSE. See the GNU Lesser General Public - * License for more details. - * - * You should have received a copy of the GNU Lesser - * General Public License along with this library; if not, - * write to the Free Software Foundation, Inc., - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -#ifndef BLYNKTIMER_H -#define BLYNKTIMER_H - -#include "BlynkDebug.h" - -// Replace SimpleTimer -#define SIMPLETIMER_H -#define SimpleTimer BlynkTimer - -typedef void (*timer_callback)(void); -typedef void (*timer_callback_p)(void *); - -class SimpleTimer { - -public: - // maximum number of timers - const static int MAX_TIMERS = 16; - - // setTimer() constants - const static int RUN_FOREVER = 0; - const static int RUN_ONCE = 1; - - // constructor - SimpleTimer(); - - void init(); - - // this function must be called inside loop() - void run(); - - // Timer will call function 'f' every 'd' milliseconds forever - // returns the timer number (numTimer) on success or - // -1 on failure (f == NULL) or no free timers - int setInterval(unsigned long d, timer_callback f); - - // Timer will call function 'f' with parameter 'p' every 'd' milliseconds forever - // returns the timer number (numTimer) on success or - // -1 on failure (f == NULL) or no free timers - int setInterval(unsigned long d, timer_callback_p f, void* p); - - // Timer will call function 'f' after 'd' milliseconds one time - // returns the timer number (numTimer) on success or - // -1 on failure (f == NULL) or no free timers - int setTimeout(unsigned long d, timer_callback f); - - // Timer will call function 'f' with parameter 'p' after 'd' milliseconds one time - // returns the timer number (numTimer) on success or - // -1 on failure (f == NULL) or no free timers - int setTimeout(unsigned long d, timer_callback_p f, void* p); - - // Timer will call function 'f' every 'd' milliseconds 'n' times - // returns the timer number (numTimer) on success or - // -1 on failure (f == NULL) or no free timers - int setTimer(unsigned long d, timer_callback f, unsigned n); - - // Timer will call function 'f' with parameter 'p' every 'd' milliseconds 'n' times - // returns the timer number (numTimer) on success or - // -1 on failure (f == NULL) or no free timers - int setTimer(unsigned long d, timer_callback_p f, void* p, unsigned n); - - // updates interval of the specified timer - bool changeInterval(unsigned numTimer, unsigned long d); - - // destroy the specified timer - void deleteTimer(unsigned numTimer); - - // restart the specified timer - void restartTimer(unsigned numTimer); - - // returns true if the specified timer is enabled - bool isEnabled(unsigned numTimer); - - // enables the specified timer - void enable(unsigned numTimer); - - // disables the specified timer - void disable(unsigned numTimer); - - // enables all timers - void enableAll(); - - // disables all timers - void disableAll(); - - // enables the specified timer if it's currently disabled, - // and vice-versa - void toggle(unsigned numTimer); - - // returns the number of used timers - unsigned getNumTimers(); - - // returns the number of available timers - unsigned getNumAvailableTimers() { return MAX_TIMERS - numTimers; }; - -private: - // deferred call constants - const static int DEFCALL_DONTRUN = 0; // don't call the callback function - const static int DEFCALL_RUNONLY = 1; // call the callback function but don't delete the timer - const static int DEFCALL_RUNANDDEL = 2; // call the callback function and delete the timer - - // low level function to initialize and enable a new timer - // returns the timer number (numTimer) on success or - // -1 on failure (f == NULL) or no free timers - int setupTimer(unsigned long d, void* f, void* p, bool h, unsigned n); - - // find the first available slot - int findFirstFreeSlot(); - - typedef struct { - unsigned long prev_millis; // value returned by the millis() function in the previous run() call - void* callback; // pointer to the callback function - void* param; // function parameter - bool hasParam; // true if callback takes a parameter - unsigned long delay; // delay value - unsigned maxNumRuns; // number of runs to be executed - unsigned numRuns; // number of executed runs - bool enabled; // true if enabled - unsigned toBeCalled; // deferred function call (sort of) - N.B.: only used in run() - } timer_t; - - timer_t timer[MAX_TIMERS]; - - // actual number of timers in use (-1 means uninitialized) - int numTimers; -}; - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkUtility.h b/wled00/src/dependencies/blynk/Blynk/BlynkUtility.h deleted file mode 100644 index c4d46852b..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkUtility.h +++ /dev/null @@ -1,64 +0,0 @@ -/** - * @file BlynkUtility.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jun 2015 - * @brief Utility functions - * - */ - -#ifndef BlynkUtility_h -#define BlynkUtility_h - -template -const T& BlynkMin(const T& a, const T& b) -{ - return (b < a) ? b : a; -} - -template -const T& BlynkMax(const T& a, const T& b) -{ - return (b < a) ? a : b; -} - - -template -T BlynkMathMap(T x, T in_min, T in_max, T out_min, T out_max) -{ - return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; -} - -template -T BlynkMathClamp(T val, T low, T high) -{ - return (val < low) ? low : ((val > high) ? high : val); -} - - -template -void BlynkAverageSample (T& avg, const T& input) { - avg -= avg/WSIZE; - const T add = input/WSIZE; - // Fix for shorter delays - if (add > 0) - avg += add; - else - avg -= 1; -} - -class BlynkHelperAutoInc { -public: - BlynkHelperAutoInc(uint8_t& counter) : c(counter) { ++c; } - ~BlynkHelperAutoInc() { --c; } -private: - uint8_t& c; -}; - -#define BlynkBitSet(value, bit) ((value) |= (1UL << (bit))) -#define BlynkBitClear(value, bit) ((value) &= ~(1UL << (bit))) -#define BlynkBitRead(value, bit) (((value) >> (bit)) & 0x01) -#define BlynkBitWrite(value, bit, bitvalue) (bitvalue ? bitSet(value, bit) : bitClear(value, bit)) - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkWiFiCommon.h b/wled00/src/dependencies/blynk/Blynk/BlynkWiFiCommon.h deleted file mode 100644 index e67d49dbb..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkWiFiCommon.h +++ /dev/null @@ -1,102 +0,0 @@ -/** - * @file BlynkWiFiCommon.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Jan 2015 - * @brief - * - */ - -#ifndef BlynkWiFiCommon_h -#define BlynkWiFiCommon_h - -#ifndef BLYNK_INFO_CONNECTION -#define BLYNK_INFO_CONNECTION "WiFi" -#endif - -#include "BlynkApiArduino.h" -#include "BlynkProtocol.h" -#include "BlynkArduinoClient.h" - -class BlynkWifiCommon - : public BlynkProtocol -{ - typedef BlynkProtocol Base; -public: - BlynkWifiCommon(BlynkArduinoClient& transp) - : Base(transp) - {} - - void connectWiFi(const char* ssid, const char* pass) - { - int status = WL_IDLE_STATUS; - // check for the presence of the shield: - if (WiFi.status() == WL_NO_SHIELD) { - BLYNK_FATAL("WiFi shield not present"); - } - -#ifdef BLYNK_DEBUG - BLYNK_LOG2(BLYNK_F("WiFi firmware: "), WiFi.firmwareVersion()); -#endif - - // attempt to connect to Wifi network: - while (true) { - BLYNK_LOG2(BLYNK_F("Connecting to "), ssid); - if (pass && strlen(pass)) { - status = WiFi.begin((char*)ssid, (char*)pass); - } else { - status = WiFi.begin((char*)ssid); - } - if (status == WL_CONNECTED) { - break; - } else { - BlynkDelay(5000); - } - } - - IPAddress myip = WiFi.localIP(); - BLYNK_LOG_IP("IP: ", myip); - } - - void config(const char* auth, - const char* domain = BLYNK_DEFAULT_DOMAIN, - uint16_t port = BLYNK_DEFAULT_PORT) - { - Base::begin(auth); - this->conn.begin(domain, port); - } - - void config(const char* auth, - IPAddress ip, - uint16_t port = BLYNK_DEFAULT_PORT) - { - Base::begin(auth); - this->conn.begin(ip, port); - } - - void begin(const char* auth, - const char* ssid, - const char* pass, - const char* domain = BLYNK_DEFAULT_DOMAIN, - uint16_t port = BLYNK_DEFAULT_PORT) - { - connectWiFi(ssid, pass); - config(auth, domain, port); - while(this->connect() != true) {} - } - - void begin(const char* auth, - const char* ssid, - const char* pass, - IPAddress ip, - uint16_t port = BLYNK_DEFAULT_PORT) - { - connectWiFi(ssid, pass); - config(auth, ip, port); - while(this->connect() != true) {} - } - -}; - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/BlynkWidgetBase.h b/wled00/src/dependencies/blynk/Blynk/BlynkWidgetBase.h deleted file mode 100644 index b639916e8..000000000 --- a/wled00/src/dependencies/blynk/Blynk/BlynkWidgetBase.h +++ /dev/null @@ -1,62 +0,0 @@ -/** - * @file BlynkWidgetBase.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2016 Volodymyr Shymanskyy - * @date Nov 2016 - * @brief - */ - -#ifndef BlynkWidgetBase_h -#define BlynkWidgetBase_h - -#include "BlynkApi.h" - -class BlynkWidgetBase -{ -public: - BlynkWidgetBase(uint8_t vPin) : mPin(vPin) {} - void setVPin(uint8_t vPin) { mPin = vPin; } - - void onWrite(BlynkReq BLYNK_UNUSED &request, const BlynkParam BLYNK_UNUSED ¶m) { - BLYNK_LOG1(BLYNK_F("BlynkWidgetBase::onWrite should not be called")); - } - - template - void setLabel(Args... args) { - Blynk.setProperty(mPin, "label", args...); - } - - template - void setColor(Args... args) { - Blynk.setProperty(mPin, "color", args...); - } - - template - void setMin(Args... args) { - Blynk.setProperty(mPin, "min", args...); - } - - template - void setMax(Args... args) { - Blynk.setProperty(mPin, "max", args...); - } - -protected: - uint8_t mPin; -}; - -class BlynkAttachWidgetHelper { -public: - template - explicit BlynkAttachWidgetHelper(T& widget, uint8_t vPin) { - widget.setVPin(vPin); - } -}; - -// Could use __attribute__ ((constructor)), but hope for better portability -#define BLYNK_ATTACH_WIDGET(widget, pin) \ - BlynkAttachWidgetHelper BLYNK_CONCAT2(blnk_widget_helper_, __COUNTER__)((widget), (pin)); \ - BLYNK_WRITE(pin) { (widget).onWrite(request, param); } - -#endif diff --git a/wled00/src/dependencies/blynk/Blynk/utility.cpp b/wled00/src/dependencies/blynk/Blynk/utility.cpp deleted file mode 100644 index d5abdcb1f..000000000 --- a/wled00/src/dependencies/blynk/Blynk/utility.cpp +++ /dev/null @@ -1,198 +0,0 @@ -#include "BlynkDebug.h" -#include "BlynkDateTime.h" - -#if !defined(BLYNK_NO_FLOAT) && defined(BLYNK_USE_INTERNAL_DTOSTRF) - -#include -#include -#include - -char* dtostrf_internal(double number, signed char BLYNK_UNUSED width, unsigned char prec, char *s) { - if(isnan(number)) { - strcpy(s, "nan"); - return s; - } - if(isinf(number)) { - strcpy(s, "inf"); - return s; - } - - if(number > 4294967040.0 || number < -4294967040.0) { - strcpy(s, "ovf"); - return s; - } - char* out = s; - // Handle negative numbers - if(number < 0.0) { - *out = '-'; - ++out; - number = -number; - } - - // Round correctly so that print(1.999, 2) prints as "2.00" - double rounding = 0.5; - for(uint8_t i = 0; i < prec; ++i) { - rounding /= 10.0; - } - - number += rounding; - - // Extract the integer part of the number and print it - unsigned long int_part = (unsigned long) number; - double remainder = number - (double) int_part; - out += sprintf(out, "%lu", int_part); - - // Print the decimal point, but only if there are digits beyond - if(prec > 0) { - *out = '.'; - ++out; - } - - while(prec-- > 0) { - remainder *= 10.0; - if((int)remainder == 0) { - *out = '0'; - ++out; - } - } - sprintf(out, "%d", (int) remainder); - - return s; -} - -#endif - -#define YEAR_0 1900 -#define YEAR_EPOCH 1970 -#define SECS_IN_DAY (24L * 60L * 60L) -#define IS_LEAP_YEAR(year) (!((year) % 4) && (((year) % 100) || !((year) % 400))) -#define YEAR_DAYS(year) (IS_LEAP_YEAR(year) ? 366 : 365) - -#define TIME_MAX 2147483647L - -static const int month_tab[2][12] = { - { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }, - { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 } -}; - -struct blynk_tm* blynk_gmtime_r(const blynk_time_t* t, struct blynk_tm *tm) { - blynk_time_t time = *t; - unsigned long dayclock, dayno; - int year = YEAR_EPOCH; - - dayclock = (unsigned long) time % SECS_IN_DAY; - dayno = (unsigned long) time / SECS_IN_DAY; - - tm->tm_sec = dayclock % 60; - tm->tm_min = (dayclock % 3600) / 60; - tm->tm_hour = dayclock / 3600; - tm->tm_wday = (dayno + 4) % 7; - while (dayno >= (unsigned long) YEAR_DAYS(year)) { - dayno -= YEAR_DAYS(year); - year++; - } - tm->tm_year = year - YEAR_0; - tm->tm_yday = dayno; - tm->tm_mon = 0; - while (dayno >= (unsigned long) month_tab[IS_LEAP_YEAR(year)][tm->tm_mon]) { - dayno -= month_tab[IS_LEAP_YEAR(year)][tm->tm_mon]; - tm->tm_mon++; - } - tm->tm_mday = dayno + 1; - tm->tm_isdst = 0; - return tm; -} - -blynk_time_t blynk_mk_gmtime(struct blynk_tm *tm) { - long day, year; - int tm_year; - int yday, month; - long seconds; - int overflow; - - tm->tm_min += tm->tm_sec / 60; - tm->tm_sec %= 60; - if (tm->tm_sec < 0) { - tm->tm_sec += 60; - tm->tm_min--; - } - tm->tm_hour += tm->tm_min / 60; - tm->tm_min = tm->tm_min % 60; - if (tm->tm_min < 0) { - tm->tm_min += 60; - tm->tm_hour--; - } - day = tm->tm_hour / 24; - tm->tm_hour = tm->tm_hour % 24; - if (tm->tm_hour < 0) { - tm->tm_hour += 24; - day--; - } - tm->tm_year += tm->tm_mon / 12; - tm->tm_mon %= 12; - if (tm->tm_mon < 0) { - tm->tm_mon += 12; - tm->tm_year--; - } - day += (tm->tm_mday - 1); - while (day < 0) { - if (--tm->tm_mon < 0) { - tm->tm_year--; - tm->tm_mon = 11; - } - day += month_tab[IS_LEAP_YEAR(YEAR_0 + tm->tm_year)][tm->tm_mon]; - } - while (day >= month_tab[IS_LEAP_YEAR(YEAR_0 + tm->tm_year)][tm->tm_mon]) { - day -= month_tab[IS_LEAP_YEAR(YEAR_0 + tm->tm_year)][tm->tm_mon]; - if (++(tm->tm_mon) == 12) { - tm->tm_mon = 0; - tm->tm_year++; - } - } - tm->tm_mday = day + 1; - year = YEAR_EPOCH; - if (tm->tm_year < year - YEAR_0) - return (blynk_time_t) -1; - seconds = 0; - day = 0; - overflow = 0; - - tm_year = tm->tm_year + YEAR_0; - - if (TIME_MAX / 365 < tm_year - year) - overflow++; - day = (tm_year - year) * 365; - if (TIME_MAX - day < (tm_year - year) / 4 + 1) - overflow++; - day += (tm_year - year) / 4 + ((tm_year % 4) && tm_year % 4 < year % 4); - day -= (tm_year - year) / 100 - + ((tm_year % 100) && tm_year % 100 < year % 100); - day += (tm_year - year) / 400 - + ((tm_year % 400) && tm_year % 400 < year % 400); - - yday = month = 0; - while (month < tm->tm_mon) { - yday += month_tab[IS_LEAP_YEAR(tm_year)][month]; - month++; - } - yday += (tm->tm_mday - 1); - if (day + yday < 0) - overflow++; - day += yday; - - tm->tm_yday = yday; - tm->tm_wday = (day + 4) % 7; - - seconds = ((tm->tm_hour * 60L) + tm->tm_min) * 60L + tm->tm_sec; - - if ((TIME_MAX - seconds) / SECS_IN_DAY < day) - overflow++; - seconds += day * SECS_IN_DAY; - - if (overflow) - return (blynk_time_t) -1; - - if ((blynk_time_t) seconds != seconds) - return (blynk_time_t) -1; - return (blynk_time_t) seconds; -} diff --git a/wled00/src/dependencies/blynk/BlynkSimpleEsp.cpp b/wled00/src/dependencies/blynk/BlynkSimpleEsp.cpp deleted file mode 100644 index 60ba109ed..000000000 --- a/wled00/src/dependencies/blynk/BlynkSimpleEsp.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#include "BlynkSimpleEsp.h" - -WiFiClient _blynkWifiClient; -BlynkArduinoClient _blynkTransport(_blynkWifiClient); -BlynkWifi Blynk(_blynkTransport); \ No newline at end of file diff --git a/wled00/src/dependencies/blynk/BlynkSimpleEsp.h b/wled00/src/dependencies/blynk/BlynkSimpleEsp.h deleted file mode 100644 index ee4d374b0..000000000 --- a/wled00/src/dependencies/blynk/BlynkSimpleEsp.h +++ /dev/null @@ -1,93 +0,0 @@ -/** - * @file BlynkSimpleEsp32.h - * @author Volodymyr Shymanskyy - * @license This project is released under the MIT License (MIT) - * @copyright Copyright (c) 2015 Volodymyr Shymanskyy - * @date Oct 2016 - * @brief - * - */ - -#ifndef BlynkSimpleEsp_h -#define BlynkSimpleEsp_h - -#define BLYNK_SEND_ATOMIC - -#include "Blynk/BlynkApiArduino.h" -#include "Blynk/BlynkProtocol.h" -#include "Blynk/BlynkArduinoClient.h" -#ifdef ARDUINO_ARCH_ESP32 -#include -#else -#include -#endif - -class BlynkWifi - : public BlynkProtocol -{ - typedef BlynkProtocol Base; -public: - BlynkWifi(BlynkArduinoClient& transp) - : Base(transp) - {} - - void connectWiFi(const char* ssid, const char* pass) - { - BLYNK_LOG2(BLYNK_F("Connecting to "), ssid); - WiFi.mode(WIFI_STA); - if (pass && strlen(pass)) { - WiFi.begin(ssid, pass); - } else { - WiFi.begin(ssid); - } - while (WiFi.status() != WL_CONNECTED) { - BlynkDelay(500); - } - BLYNK_LOG1(BLYNK_F("Connected to WiFi")); - - BLYNK_LOG_IP("IP: ", WiFi.localIP()); - } - - void config(const char* auth, - const char* domain = BLYNK_DEFAULT_DOMAIN, - uint16_t port = BLYNK_DEFAULT_PORT) - { - Base::begin(auth); - this->conn.begin(domain, port); - } - - void config(const char* auth, - IPAddress ip, - uint16_t port = BLYNK_DEFAULT_PORT) - { - Base::begin(auth); - this->conn.begin(ip, port); - } - - void begin(const char* auth, - const char* ssid, - const char* pass, - const char* domain = BLYNK_DEFAULT_DOMAIN, - uint16_t port = BLYNK_DEFAULT_PORT) - { - connectWiFi(ssid, pass); - config(auth, domain, port); - while(this->connect() != true) {} - } - - void begin(const char* auth, - const char* ssid, - const char* pass, - IPAddress ip, - uint16_t port = BLYNK_DEFAULT_PORT) - { - connectWiFi(ssid, pass); - config(auth, ip, port); - while(this->connect() != true) {} - } - -}; - -extern BlynkWifi Blynk; - -#endif diff --git a/wled00/src/dependencies/blynk/LICENSE.txt b/wled00/src/dependencies/blynk/LICENSE.txt deleted file mode 100644 index 5e0fbd899..000000000 --- a/wled00/src/dependencies/blynk/LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2015 Volodymyr Shymanskyy - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/wled00/src/dependencies/dmx/SparkFunDMX.cpp b/wled00/src/dependencies/dmx/SparkFunDMX.cpp index 79202a6a4..dbc9b1590 100644 --- a/wled00/src/dependencies/dmx/SparkFunDMX.cpp +++ b/wled00/src/dependencies/dmx/SparkFunDMX.cpp @@ -14,9 +14,10 @@ Distributed as-is; no warranty is given. ******************************************************************************/ /* ----- LIBRARIES ----- */ -#ifdef ESP32 +#if defined(ARDUINO_ARCH_ESP32) #include +#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S2) #include "SparkFunDMX.h" #include @@ -29,28 +30,40 @@ Distributed as-is; no warranty is given. #define BREAKSPEED 83333 #define BREAKFORMAT SERIAL_8N1 -int enablePin = -1; // disable the enable pin because it is not needed -int rxPin = -1; // disable the receiving pin because it is not needed -int txPin = 2; // transmit DMX data over this pin (default is pin 2) +static const int enablePin = -1; // disable the enable pin because it is not needed +static const int rxPin = -1; // disable the receiving pin because it is not needed - softhack007: Pin=-1 means "use default" not "disable" +static const int txPin = 2; // transmit DMX data over this pin (default is pin 2) //DMX value array and size. Entry 0 will hold startbyte -uint8_t dmxData[dmxMaxChannel] = {}; -int chanSize; -int currentChannel = 0; +static uint8_t dmxData[dmxMaxChannel] = { 0 }; +static int chanSize = 0; +#if !defined(DMX_SEND_ONLY) +static int currentChannel = 0; +#endif -HardwareSerial DMXSerial(2); +// Some new MCUs (-S2, -C3) don't have HardwareSerial(2) +#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 2, 0) + #if SOC_UART_NUM < 3 + #error DMX output is not possible on your MCU, as it does not have HardwareSerial(2) + #endif +#endif + +static HardwareSerial DMXSerial(2); /* Interrupt Timer for DMX Receive */ -hw_timer_t * timer = NULL; -portMUX_TYPE timerMux = portMUX_INITIALIZER_UNLOCKED; +#if !defined(DMX_SEND_ONLY) +static hw_timer_t * timer = NULL; +static portMUX_TYPE timerMux = portMUX_INITIALIZER_UNLOCKED; +#endif -volatile int _interruptCounter; -volatile bool _startCodeDetected = false; +static volatile int _interruptCounter = 0; +static volatile bool _startCodeDetected = false; +#if !defined(DMX_SEND_ONLY) /* Start Code is detected by 21 low interrupts */ void IRAM_ATTR onTimer() { - if (digitalRead(rxPin) == 1) + if ((rxPin >= 0) && (digitalRead(rxPin) == 1)) { _interruptCounter = 0; //If the RX Pin is high, we are not in an interrupt } @@ -80,10 +93,13 @@ void SparkFunDMX::initRead(int chanQuant) { chanQuant = defaultMax; } chanSize = chanQuant; - pinMode(enablePin, OUTPUT); - digitalWrite(enablePin, LOW); - pinMode(rxPin, INPUT); + if (enablePin >= 0) { + pinMode(enablePin, OUTPUT); + digitalWrite(enablePin, LOW); + } + if (rxPin >= 0) pinMode(rxPin, INPUT); } +#endif // Set up the DMX-Protocol void SparkFunDMX::initWrite (int chanQuant) { @@ -96,15 +112,19 @@ void SparkFunDMX::initWrite (int chanQuant) { chanSize = chanQuant + 1; //Add 1 for start code DMXSerial.begin(DMXSPEED, DMXFORMAT, rxPin, txPin); - pinMode(enablePin, OUTPUT); - digitalWrite(enablePin, HIGH); + if (enablePin >= 0) { + pinMode(enablePin, OUTPUT); + digitalWrite(enablePin, HIGH); + } } +#if !defined(DMX_SEND_ONLY) // Function to read DMX data uint8_t SparkFunDMX::read(int Channel) { if (Channel > chanSize) Channel = chanSize; return(dmxData[Channel - 1]); //subtract one to account for start byte } +#endif // Function to send DMX data void SparkFunDMX::write(int Channel, uint8_t value) { @@ -133,6 +153,7 @@ void SparkFunDMX::update() { DMXSerial.flush(); DMXSerial.end();//clear our DMX array, end the Hardware Serial port } +#if !defined(DMX_SEND_ONLY) else if (_READWRITE == _READ)//In a perfect world, this function ends serial communication upon packet completion and attaches RX to a CHANGE interrupt so the start code can be read again { if (_startCodeDetected == true) @@ -153,8 +174,9 @@ void SparkFunDMX::update() { } } } +#endif } // Function to update the DMX bus - -#endif \ No newline at end of file +#endif +#endif diff --git a/wled00/src/dependencies/dmx/SparkFunDMX.h b/wled00/src/dependencies/dmx/SparkFunDMX.h index 388425b77..73861153b 100644 --- a/wled00/src/dependencies/dmx/SparkFunDMX.h +++ b/wled00/src/dependencies/dmx/SparkFunDMX.h @@ -19,19 +19,23 @@ Distributed as-is; no warranty is given. #ifndef SparkFunDMX_h #define SparkFunDMX_h +#define DMX_SEND_ONLY // this disables DMX sending features, and saves us two GPIO pins + // ---- Methods ---- class SparkFunDMX { public: - void initRead(int maxChan); void initWrite(int maxChan); +#if !defined(DMX_SEND_ONLY) + void initRead(int maxChan); uint8_t read(int Channel); +#endif void write(int channel, uint8_t value); void update(); private: - uint8_t _startCodeValue = 0xFF; - bool _READ = true; - bool _WRITE = false; + const uint8_t _startCodeValue = 0xFF; + const bool _READ = true; + const bool _WRITE = false; bool _READWRITE; }; diff --git a/wled00/src/dependencies/e131/ESPAsyncE131.h b/wled00/src/dependencies/e131/ESPAsyncE131.h index 36486a6e8..3132ca6c1 100644 --- a/wled00/src/dependencies/e131/ESPAsyncE131.h +++ b/wled00/src/dependencies/e131/ESPAsyncE131.h @@ -228,4 +228,30 @@ class ESPAsyncE131 { bool begin(bool multicast, uint16_t port = E131_DEFAULT_PORT, uint16_t universe = 1, uint8_t n = 1); }; +// Class to track e131 package priority +class E131Priority { + private: + uint8_t priority; + time_t setupTime; + uint8_t seconds; + + public: + E131Priority(uint8_t timeout=3) { + seconds = timeout; + set(0); + }; + + // Set priority (+ remember time) + void set(uint8_t prio) { + setupTime = time(0); + priority = prio; + } + + // Get priority (+ reset & return 0 if older timeout) + uint8_t get() { + if (time(0) > setupTime + seconds) priority = 0; + return priority; + } +}; + #endif // ESPASYNCE131_H_ \ No newline at end of file diff --git a/wled00/udp.cpp b/wled00/udp.cpp index cc0cb22b5..effd597a0 100644 --- a/wled00/udp.cpp +++ b/wled00/udp.cpp @@ -23,7 +23,6 @@ void notify(byte callMode, bool followUp) case CALL_MODE_NIGHTLIGHT: if (!notifyDirect) return; break; case CALL_MODE_HUE: if (!notifyHue) return; break; case CALL_MODE_PRESET_CYCLE: if (!notifyDirect) return; break; - case CALL_MODE_BLYNK: if (!notifyDirect) return; break; case CALL_MODE_ALEXA: if (!notifyAlexa) return; break; default: return; } @@ -41,7 +40,7 @@ void notify(byte callMode, bool followUp) udpOut[8] = mainseg.mode; udpOut[9] = mainseg.speed; udpOut[10] = W(col); - //compatibilityVersionByte: + //compatibilityVersionByte: //0: old 1: supports white 2: supports secondary color //3: supports FX intensity, 24 byte packet 4: supports transitionDelay 5: sup palette //6: supports timebase syncing, 29 byte packet 7: supports tertiary color 8: supports sys time sync, 36 byte packet @@ -62,7 +61,7 @@ void notify(byte callMode, bool followUp) udpOut[21] = G(col); udpOut[22] = B(col); udpOut[23] = W(col); - + udpOut[24] = followUp; uint32_t t = millis() + strip.timebase; udpOut[25] = (t >> 24) & 0xFF; @@ -219,7 +218,7 @@ void handleNotifications() if(udpConnected && (notificationCount < udpNumRetries) && ((millis()-notificationSentTime) > 250)){ notify(notificationSentCallMode,true); } - + if (e131NewData && millis() - strip.getLastShow() > 15) { e131NewData = false; @@ -231,7 +230,7 @@ void handleNotifications() //receive UDP notifications if (!udpConnected) return; - + bool isSupp = false; size_t packetSize = notifierUdp.parsePacket(); if (!packetSize && udp2Connected) { @@ -260,11 +259,11 @@ void handleNotifications() } if (!(realtimeMode && useMainSegmentOnly)) strip.show(); return; - } + } } if (!(receiveNotifications || receiveDirect)) return; - + localIP = Network.localIP(); //notifier and UDP realtime if (!packetSize || packetSize > UDP_IN_MAXSIZE) return; @@ -313,7 +312,7 @@ void handleNotifications() if (millis() - notificationSentTime < 1000) return; if (udpIn[1] > 199) return; //do not receive custom versions - //compatibilityVersionByte: + //compatibilityVersionByte: byte version = udpIn[11]; // if we are not part of any sync group ignore message @@ -321,7 +320,7 @@ void handleNotifications() // legacy senders are treated as if sending in sync group 1 only if (!(receiveGroups & 0x01)) return; } else if (!(receiveGroups & udpIn[36])) return; - + bool someSel = (receiveNotificationBrightness || receiveNotificationColor || receiveNotificationEffects); //apply colors from notification to main segment, only if not syncing full segments @@ -336,7 +335,7 @@ void handleNotifications() if (version > 9 && version < 200 && udpIn[37] < 255) { // valid CCT/Kelvin value uint16_t cct = udpIn[38]; if (udpIn[37] > 0) { //Kelvin - cct |= (udpIn[37] << 8); + cct |= (udpIn[37] << 8); } strip.setCCT(cct); } @@ -363,7 +362,7 @@ void handleNotifications() uint16_t stopY = 1, stop = (udpIn[3+ofs] << 8 | udpIn[4+ofs]); uint16_t offset = (udpIn[7+ofs] << 8 | udpIn[8+ofs]); if (!receiveSegmentOptions) { - strip.setSegment(id, start, stop, selseg.grouping, selseg.spacing, offset, startY, stopY); + selseg.set(start, stop, selseg.grouping, selseg.spacing, offset, startY, stopY); continue; } //for (size_t j = 1; j<4; j++) selseg.setOption(j, (udpIn[9 +ofs] >> j) & 0x01); //only take into account mirrored, on, reversed; ignore selected @@ -396,25 +395,24 @@ void handleNotifications() startY = (udpIn[32+ofs] << 8 | udpIn[33+ofs]); stopY = (udpIn[34+ofs] << 8 | udpIn[35+ofs]); } - //setSegment() also properly resets segments if (receiveSegmentBounds) { - strip.setSegment(id, start, stop, udpIn[5+ofs], udpIn[6+ofs], offset, startY, stopY); + selseg.set(start, stop, udpIn[5+ofs], udpIn[6+ofs], offset, startY, stopY); } else { - strip.setSegment(id, selseg.start, selseg.stop, udpIn[5+ofs], udpIn[6+ofs], selseg.offset, selseg.startY, selseg.stopY); + selseg.set(selseg.start, selseg.stop, udpIn[5+ofs], udpIn[6+ofs], selseg.offset, selseg.startY, selseg.stopY); } } stateChanged = true; } - + // simple effect sync, applies to all selected segments if (applyEffects && (version < 11 || !receiveSegmentOptions)) { for (size_t i = 0; i < strip.getSegmentsNum(); i++) { Segment& seg = strip.getSegment(i); if (!seg.isActive() || !seg.isSelected()) continue; - if (udpIn[8] < strip.getModeCount()) strip.setMode(i, udpIn[8]); + seg.setMode(udpIn[8]); seg.speed = udpIn[9]; if (version > 2) seg.intensity = udpIn[16]; - if (version > 4 && udpIn[19] < strip.getPaletteCount()) seg.palette = udpIn[19]; + if (version > 4) seg.setPalette(udpIn[19]); } stateChanged = true; } @@ -451,7 +449,7 @@ void handleNotifications() } } } - + if (version > 3) { transitionDelayTemp = ((udpIn[17] << 0) & 0xFF) + ((udpIn[18] << 8) & 0xFF00); @@ -459,14 +457,14 @@ void handleNotifications() nightlightActive = udpIn[6]; if (nightlightActive) nightlightDelayMins = udpIn[7]; - + if (receiveNotificationBrightness || !someSel) bri = udpIn[2]; stateUpdated(CALL_MODE_NOTIFICATION); return; } if (!receiveDirect) return; - + //TPM2.NET if (udpIn[0] == 0x9c) { @@ -544,7 +542,7 @@ void handleNotifications() for (size_t i = 2; i < packetSize -3; i += 4) { setRealtimePixel(id, udpIn[i], udpIn[i+1], udpIn[i+2], udpIn[i+3]); - + id++; if (id >= totalLen) break; } } else if (udpIn[0] == 4) //dnrgb @@ -653,7 +651,7 @@ void sendSysInfoUDP() uint8_t data[44] = {0}; data[0] = 255; data[1] = 1; - + for (size_t x = 0; x < 4; x++) { data[x + 2] = ip[x]; } @@ -718,7 +716,7 @@ void sendSysInfoUDP() uint8_t sequenceNumber = 0; // this needs to be shared across all outputs uint8_t realtimeBroadcast(uint8_t type, IPAddress client, uint16_t length, uint8_t *buffer, uint8_t bri, bool isRGBW) { - if (!(apActive || interfacesInited) || !client[0] || !length) return 1; // network not initialised or dummy/unset IP address 031522 ajn added check for ap + if (!(apActive || interfacesInited) || !client[0] || !length) return 1; // network not initialised or dummy/unset IP address 031522 ajn added check for ap WiFiUDP ddpUdp; @@ -731,7 +729,7 @@ uint8_t realtimeBroadcast(uint8_t type, IPAddress client, uint16_t length, uint8 // there are 3 channels per RGB pixel uint32_t channel = 0; // TODO: allow specifying the start channel - // the current position in the buffer + // the current position in the buffer size_t bufferOffset = 0; for (size_t currentPacket = 0; currentPacket < packetCount; currentPacket++) { @@ -769,7 +767,7 @@ uint8_t realtimeBroadcast(uint8_t type, IPAddress client, uint16_t length, uint8 /*8*/ddpUdp.write(0xFF & (packetSize >> 8)); /*9*/ddpUdp.write(0xFF & (packetSize )); - // write the colors, the write write(const uint8_t *buffer, size_t size) + // write the colors, the write write(const uint8_t *buffer, size_t size) // function is just a loop internally too for (size_t i = 0; i < packetSize; i += 3) { ddpUdp.write(scale8(buffer[bufferOffset++], bri)); // R @@ -778,7 +776,7 @@ uint8_t realtimeBroadcast(uint8_t type, IPAddress client, uint16_t length, uint8 if (isRGBW) ddpUdp.write(scale8(buffer[bufferOffset++], bri)); // W } - if (!ddpUdp.endPacket()) { + if (!ddpUdp.endPacket()) { DEBUG_PRINTLN(F("WiFiUDP.endPacket returned an error")); return 1; // problem } diff --git a/wled00/um_manager.cpp b/wled00/um_manager.cpp index 5dfab4126..2e176bc30 100644 --- a/wled00/um_manager.cpp +++ b/wled00/um_manager.cpp @@ -9,14 +9,14 @@ void UsermodManager::connected() { for (byte i = 0; i < numMods; i++) um void UsermodManager::loop() { for (byte i = 0; i < numMods; i++) ums[i]->loop(); } void UsermodManager::handleOverlayDraw() { for (byte i = 0; i < numMods; i++) ums[i]->handleOverlayDraw(); } void UsermodManager::appendConfigData() { for (byte i = 0; i < numMods; i++) ums[i]->appendConfigData(); } -bool UsermodManager::handleButton(uint8_t b) { +bool UsermodManager::handleButton(uint8_t b) { bool overrideIO = false; for (byte i = 0; i < numMods; i++) { if (ums[i]->handleButton(b)) overrideIO = true; } return overrideIO; } -bool UsermodManager::getUMData(um_data_t **data, uint8_t mod_id) { +bool UsermodManager::getUMData(um_data_t **data, uint8_t mod_id) { for (byte i = 0; i < numMods; i++) { if (mod_id > 0 && ums[i]->getId() != mod_id) continue; // only get data form requested usermod if provided if (ums[i]->getUMData(data)) return true; // if usermod does provide data return immediately (only one usermod can povide data at one time) @@ -27,7 +27,7 @@ void UsermodManager::addToJsonState(JsonObject& obj) { for (byte i = 0; i < n void UsermodManager::addToJsonInfo(JsonObject& obj) { for (byte i = 0; i < numMods; i++) ums[i]->addToJsonInfo(obj); } void UsermodManager::readFromJsonState(JsonObject& obj) { for (byte i = 0; i < numMods; i++) ums[i]->readFromJsonState(obj); } void UsermodManager::addToConfig(JsonObject& obj) { for (byte i = 0; i < numMods; i++) ums[i]->addToConfig(obj); } -bool UsermodManager::readFromConfig(JsonObject& obj) { +bool UsermodManager::readFromConfig(JsonObject& obj) { bool allComplete = true; for (byte i = 0; i < numMods; i++) { if (!ums[i]->readFromConfig(obj)) allComplete = false; @@ -40,6 +40,7 @@ bool UsermodManager::onMqttMessage(char* topic, char* payload) { return false; } void UsermodManager::onUpdateBegin(bool init) { for (byte i = 0; i < numMods; i++) ums[i]->onUpdateBegin(init); } // notify usermods that update is to begin +void UsermodManager::onStateChange(uint8_t mode) { for (byte i = 0; i < numMods; i++) ums[i]->onStateChange(mode); } // notify usermods that WLED state changed /* * Enables usermods to lookup another Usermod. diff --git a/wled00/usermod.cpp b/wled00/usermod.cpp index 3ffc86f93..da9738234 100644 --- a/wled00/usermod.cpp +++ b/wled00/usermod.cpp @@ -4,7 +4,7 @@ * See: https://github.com/Aircoookie/WLED/wiki/Add-own-functionality * EEPROM bytes 2750+ are reserved for your custom use case. (if you extend #define EEPSIZE in const.h) * If you just need 8 bytes, use 2551-2559 (you do not need to increase EEPSIZE) - * + * * Consider the v2 usermod API if you need a more advanced feature set! */ @@ -13,7 +13,7 @@ //gets called once at boot. Do all initialization that doesn't depend on network here void userSetup() { - + } //gets called every time WiFi is (re-)connected. Initialize own network interfaces here @@ -25,5 +25,5 @@ void userConnected() //loop. You can use "if (WLED_CONNECTED)" to check for successful connection void userLoop() { - + } diff --git a/wled00/usermod_v2_empty.h b/wled00/usermod_v2_empty.h index a8815b6a6..6537b56bc 100644 --- a/wled00/usermod_v2_empty.h +++ b/wled00/usermod_v2_empty.h @@ -6,13 +6,13 @@ class UsermodRenameMe : public Usermod { private: - + public: void setup() { - + } void loop() { - + } }; \ No newline at end of file diff --git a/wled00/usermods_list.cpp b/wled00/usermods_list.cpp index 5c276845b..c9b087c45 100644 --- a/wled00/usermods_list.cpp +++ b/wled00/usermods_list.cpp @@ -11,19 +11,24 @@ */ //#include "../usermods/EXAMPLE_v2/usermod_v2_example.h" -#ifdef USERMOD_BATTERY_STATUS_BASIC - #include "../usermods/battery_status_basic/usermod_v2_battery_status_basic.h" +#ifdef USERMOD_BATTERY + #include "../usermods/Battery/usermod_v2_Battery.h" #endif #ifdef USERMOD_DALLASTEMPERATURE #include "../usermods/Temperature/usermod_temperature.h" #endif +#ifdef USERMOD_SHT +#include "../usermods/sht/usermod_sht.h" +#endif + #ifdef USERMOD_SN_PHOTORESISTOR #include "../usermods/SN_Photoresistor/usermod_sn_photoresistor.h" #endif #ifdef USERMOD_PWM_FAN + // requires DALLASTEMPERATURE or SHT included before it #include "../usermods/PWM_fan/usermod_PWM_fan.h" #endif @@ -55,7 +60,7 @@ #ifdef USERMOD_FOUR_LINE_DISPLAY #ifdef USE_ALT_DISPlAY #include "../usermods/usermod_v2_four_line_display_ALT/usermod_v2_four_line_display_ALT.h" - #else + #else #include "../usermods/usermod_v2_four_line_display/usermod_v2_four_line_display.h" #endif #endif @@ -77,7 +82,7 @@ #endif #ifdef USERMOD_VL53L0X_GESTURES -#include "../usermods/VL53L0X_gestures/usermod_vl53l0x_gestures.h" + #include "../usermods/VL53L0X_gestures/usermod_vl53l0x_gestures.h" #endif #ifdef USERMOD_ANIMATED_STAIRCASE @@ -105,7 +110,7 @@ #endif #ifdef USERMOD_ST7789_DISPLAY -#include "../usermods/ST7789_display/ST7789_Display.h" + #include "../usermods/ST7789_display/ST7789_Display.h" #endif #ifdef USERMOD_SEVEN_SEGMENT @@ -141,29 +146,50 @@ #endif #ifdef USERMOD_SMARTNEST -#include "../usermods/smartnest/usermod_smartnest.h" + #include "../usermods/smartnest/usermod_smartnest.h" #endif #ifdef USERMOD_AUDIOREACTIVE -#include "../usermods/audioreactive/audio_reactive.h" + #include "../usermods/audioreactive/audio_reactive.h" #endif #ifdef USERMOD_ANALOG_CLOCK -#include "../usermods/Analog_Clock/Analog_Clock.h" + #include "../usermods/Analog_Clock/Analog_Clock.h" #endif #ifdef USERMOD_PING_PONG_CLOCK -#include "../usermods/usermod_v2_ping_pong_clock/usermod_v2_ping_pong_clock.h" + #include "../usermods/usermod_v2_ping_pong_clock/usermod_v2_ping_pong_clock.h" #endif #ifdef USERMOD_ADS1115 -#include "../usermods/ADS1115_v2/usermod_ads1115.h" + #include "../usermods/ADS1115_v2/usermod_ads1115.h" #endif #ifdef USERMOD_KLIPPER_PERCENTAGE #include "..\usermods\usermod_v2_klipper_percentage\usermod_v2_klipper_percentage.h" #endif +#ifdef USERMOD_BOBLIGHT + #include "../usermods/boblight/boblight.h" +#endif + +#if defined(WLED_USE_SD_MMC) || defined(WLED_USE_SD_SPI) +// This include of SD.h and SD_MMC.h must happen here, else they won't be +// resolved correctly (when included in mod's header only) + #ifdef WLED_USE_SD_MMC + #include "SD_MMC.h" + #elif defined(WLED_USE_SD_SPI) + #include "SD.h" + #include "SPI.h" + #endif + #include "../usermods/sd_card/usermod_sd_card.h" +#endif + +#ifdef USERMOD_PWM_OUTPUTS +#include "../usermods/pwm_outputs/usermod_pwm_outputs.h" +#endif + + void registerUsermods() { /* @@ -172,122 +198,122 @@ void registerUsermods() * \/ \/ \/ */ //usermods.add(new MyExampleUsermod()); - #ifdef USERMOD_BATTERY_STATUS_BASIC - usermods.add(new UsermodBatteryBasic()); + #ifdef USERMOD_BATTERY + usermods.add(new UsermodBattery()); #endif - + #ifdef USERMOD_DALLASTEMPERATURE usermods.add(new UsermodTemperature()); #endif - + #ifdef USERMOD_SN_PHOTORESISTOR usermods.add(new Usermod_SN_Photoresistor()); #endif - + #ifdef USERMOD_PWM_FAN usermods.add(new PWMFanUsermod()); #endif - + #ifdef USERMOD_BUZZER usermods.add(new BuzzerUsermod()); #endif - + #ifdef USERMOD_BH1750 usermods.add(new Usermod_BH1750()); #endif - + #ifdef USERMOD_BME280 usermods.add(new UsermodBME280()); #endif - + #ifdef USERMOD_SENSORSTOMQTT usermods.add(new UserMod_SensorsToMQTT()); #endif - + #ifdef USERMOD_PIRSWITCH usermods.add(new PIRsensorSwitch()); #endif - + #ifdef USERMOD_MODE_SORT usermods.add(new ModeSortUsermod()); #endif - + #ifdef USERMOD_FOUR_LINE_DISPLAY usermods.add(new FourLineDisplayUsermod()); #endif - + #ifdef USERMOD_ROTARY_ENCODER_UI usermods.add(new RotaryEncoderUIUsermod()); // can use USERMOD_FOUR_LINE_DISPLAY #endif - + #ifdef USERMOD_AUTO_SAVE usermods.add(new AutoSaveUsermod()); // can use USERMOD_FOUR_LINE_DISPLAY #endif - + #ifdef USERMOD_DHT usermods.add(new UsermodDHT()); #endif - + #ifdef USERMOD_VL53L0X_GESTURES usermods.add(new UsermodVL53L0XGestures()); #endif - + #ifdef USERMOD_ANIMATED_STAIRCASE usermods.add(new Animated_Staircase()); #endif - + #ifdef USERMOD_MULTI_RELAY usermods.add(new MultiRelay()); #endif - + #ifdef USERMOD_RTC usermods.add(new RTCUsermod()); #endif - + #ifdef USERMOD_ELEKSTUBE_IPS usermods.add(new ElekstubeIPSUsermod()); #endif - + #ifdef USERMOD_ROTARY_ENCODER_BRIGHTNESS_COLOR usermods.add(new RotaryEncoderBrightnessColor()); #endif - + #ifdef RGB_ROTARY_ENCODER usermods.add(new RgbRotaryEncoderUsermod()); #endif - + #ifdef USERMOD_ST7789_DISPLAY usermods.add(new St7789DisplayUsermod()); #endif - + #ifdef USERMOD_SEVEN_SEGMENT usermods.add(new SevenSegmentDisplay()); #endif - + #ifdef USERMOD_SSDR usermods.add(new UsermodSSDR()); #endif - + #ifdef USERMOD_CRONIXIE usermods.add(new UsermodCronixie()); #endif - + #ifdef QUINLED_AN_PENTA usermods.add(new QuinLEDAnPentaUsermod()); #endif - + #ifdef USERMOD_WIZLIGHTS usermods.add(new WizLightsUsermod()); #endif - + #ifdef USERMOD_WORDCLOCK usermods.add(new WordClockUsermod()); #endif - + #ifdef USERMOD_MY9291 usermods.add(new MY9291Usermod()); #endif - + #ifdef USERMOD_SI7021_MQTT_HA usermods.add(new Si7021_MQTT_HA()); #endif @@ -295,7 +321,7 @@ void registerUsermods() #ifdef USERMOD_SMARTNEST usermods.add(new Smartnest()); #endif - + #ifdef USERMOD_AUDIOREACTIVE usermods.add(new AudioReactive()); #endif @@ -303,11 +329,11 @@ void registerUsermods() #ifdef USERMOD_ANALOG_CLOCK usermods.add(new AnalogClockUsermod()); #endif - + #ifdef USERMOD_PING_PONG_CLOCK usermods.add(new PingPongClockUsermod()); #endif - + #ifdef USERMOD_ADS1115 usermods.add(new ADS1115Usermod()); #endif @@ -315,4 +341,19 @@ void registerUsermods() #ifdef USERMOD_KLIPPER_PERCENTAGE usermods.add(new klipper_percentage()); #endif + #ifdef USERMOD_BOBLIGHT + usermods.add(new BobLightUsermod()); + #endif + + #ifdef SD_ADAPTER + usermods.add(new UsermodSdCard()); + #endif + + #ifdef USERMOD_PWM_OUTPUTS + usermods.add(new PwmOutputsUsermod()); + #endif + + #ifdef USERMOD_SHT + usermods.add(new ShtUsermod()); + #endif } diff --git a/wled00/util.cpp b/wled00/util.cpp index 16d318849..77193a946 100644 --- a/wled00/util.cpp +++ b/wled00/util.cpp @@ -29,7 +29,7 @@ void parseNumber(const char* str, byte* val, byte minv, byte maxv) } else { if (wrap && *val == maxv && out > 0) out = minv; else if (wrap && *val == minv && out < 0) out = maxv; - else { + else { out += *val; if (out > maxv) out = maxv; if (out < minv) out = minv; @@ -335,7 +335,7 @@ uint8_t extractModeSlider(uint8_t mode, uint8_t slider, char *dest, uint8_t maxL } // we have slider name (including default value) in the dest buffer for (size_t i=0; iu_data = new void*[um_data->u_size]; um_data->u_data[0] = &volumeSmth; um_data->u_data[1] = &volumeRaw; - um_data->u_data[2] = fftResult; + um_data->u_data[2] = fftResult; um_data->u_data[3] = &samplePeak; um_data->u_data[4] = &FFT_MajorPeak; um_data->u_data[5] = &my_magnitude; @@ -503,12 +503,49 @@ um_data_t* simulateSound(uint8_t simulationId) } +// enumerate all ledmapX.json files on FS and extract ledmap names if existing void enumerateLedmaps() { ledMaps = 1; - for (size_t i=1; i<10; i++) { - char fileName[16]; + for (size_t i=1; i(); + if (name != nullptr) len = strlen(name); + if (len > 0 && len < 33) { + ledmapNames[i-1] = new char[len+1]; + if (ledmapNames[i-1]) strlcpy(ledmapNames[i-1], name, 33); + } + } + if (!ledmapNames[i-1]) { + char tmp[33]; + snprintf_P(tmp, 32, PSTR("ledmap%d.json"), i); + len = strlen(tmp); + ledmapNames[i-1] = new char[len+1]; + if (ledmapNames[i-1]) strlcpy(ledmapNames[i-1], tmp, 33); + } + } + releaseJSONBufferLock(); + } + #endif + } + } } \ No newline at end of file diff --git a/wled00/wled.cpp b/wled00/wled.cpp index a811176b8..dcb944836 100644 --- a/wled00/wled.cpp +++ b/wled00/wled.cpp @@ -42,7 +42,9 @@ void WLED::loop() #endif handleTime(); + #ifndef WLED_DISABLE_INFRARED handleIR(); // 2nd call to function needed for ESP32 to return valid results -- should be good for ESP8266, too + #endif handleConnection(); handleSerial(); handleNotifications(); @@ -64,7 +66,9 @@ void WLED::loop() yield(); handleIO(); + #ifndef WLED_DISABLE_INFRARED handleIR(); + #endif #ifndef WLED_DISABLE_ALEXA handleAlexa(); #endif @@ -96,11 +100,6 @@ void WLED::loop() yield(); #endif - #ifndef WLED_DISABLE_BLYNK - handleBlynk(); - yield(); - #endif - handlePresets(); yield(); @@ -133,9 +132,11 @@ void WLED::loop() ntpLastSyncTime = 0; strip.restartRuntime(); } - if (millis() - lastMqttReconnectAttempt > 30000) { + if (millis() - lastMqttReconnectAttempt > 30000 || lastMqttReconnectAttempt == 0) { // lastMqttReconnectAttempt==0 forces immediate broadcast lastMqttReconnectAttempt = millis(); + #ifndef WLED_DISABLE_MQTT initMqtt(); + #endif yield(); // refresh WLED nodes list refreshNodeList(); @@ -150,14 +151,14 @@ void WLED::loop() } //LED settings have been saved, re-init busses - //This code block causes severe FPS drop on ESP32 with the original "if (busConfigs[0] != nullptr)" conditional. Investigate! + //This code block causes severe FPS drop on ESP32 with the original "if (busConfigs[0] != nullptr)" conditional. Investigate! if (doInitBusses) { doInitBusses = false; DEBUG_PRINTLN(F("Re-init busses.")); bool aligned = strip.checkSegmentAlignment(); //see if old segments match old bus(ses) busses.removeAll(); uint32_t mem = 0; - for (uint8_t i = 0; i < WLED_MAX_BUSSES; i++) { + for (uint8_t i = 0; i < WLED_MAX_BUSSES+WLED_MIN_VIRTUAL_BUSSES; i++) { if (busConfigs[i] == nullptr) break; mem += BusManager::memUsage(*busConfigs[i]); if (mem <= MAX_LED_MEMORY) { @@ -165,15 +166,14 @@ void WLED::loop() } delete busConfigs[i]; busConfigs[i] = nullptr; } - strip.finalizeInit(); - loadLedmap = 0; + strip.finalizeInit(); // also loads default ledmap if present if (aligned) strip.makeAutoSegments(); else strip.fixInvalidSegments(); yield(); serializeConfig(); } if (loadLedmap >= 0) { - strip.deserializeMap(loadLedmap); + if (!strip.deserializeMap(loadLedmap) && strip.isMatrix && loadLedmap == 0) strip.setUpMatrix(); loadLedmap = -1; } @@ -268,10 +268,16 @@ void WLED::setup() #endif Serial.begin(115200); - Serial.setTimeout(50); - #if defined(WLED_DEBUG) && (defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3)) + #if !ARDUINO_USB_CDC_ON_BOOT + Serial.setTimeout(50); // this causes troubles on new MCUs that have a "virtual" USB Serial (HWCDC) + #else + #endif + #if defined(WLED_DEBUG) && defined(ARDUINO_ARCH_ESP32) && (defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32C3) || ARDUINO_USB_CDC_ON_BOOT) delay(2500); // allow CDC USB serial to initialise #endif + #if !defined(WLED_DEBUG) && defined(ARDUINO_ARCH_ESP32) && !defined(WLED_DEBUG_HOST) && ARDUINO_USB_CDC_ON_BOOT + Serial.setDebugOutput(false); // switch off kernel messages when using USBCDC + #endif DEBUG_PRINTLN(); DEBUG_PRINT(F("---WLED ")); DEBUG_PRINT(versionString); @@ -358,13 +364,21 @@ void WLED::setup() if (!fsinit) { DEBUGFS_PRINTLN(F("FS failed!")); errorFlag = ERR_FS_BEGIN; - } + } #ifdef WLED_ADD_EEPROM_SUPPORT else deEEP(); +#else + initPresetsFile(); #endif updateFSInfo(); - strcpy_P(apSSID, PSTR("WLED-AP")); // otherwise it is empty on first boot until config is saved + // generate module IDs must be done before AP setup + escapedMac = WiFi.macAddress(); + escapedMac.replace(":", ""); + escapedMac.toLowerCase(); + + WLED_SET_AP_SSID(); // otherwise it is empty on first boot until config is saved + DEBUG_PRINTLN(F("Reading config")); deserializeConfigFromFS(); @@ -398,14 +412,12 @@ void WLED::setup() } #endif - // generate module IDs - escapedMac = WiFi.macAddress(); - escapedMac.replace(":", ""); - escapedMac.toLowerCase(); // fill in unique mdns default if (strcmp(cmDNS, "x") == 0) sprintf_P(cmDNS, PSTR("wled-%*s"), 6, escapedMac.c_str() + 6); +#ifndef WLED_DISABLE_MQTT if (mqttDeviceTopic[0] == 0) sprintf_P(mqttDeviceTopic, PSTR("wled/%*s"), 6, escapedMac.c_str() + 6); if (mqttClientID[0] == 0) sprintf_P(mqttClientID, PSTR("WLED-%*s"), 6, escapedMac.c_str() + 6); +#endif #ifdef WLED_ENABLE_ADALIGHT if (Serial.available() > 0 && Serial.peek() == 'I') handleImprovPacket(); @@ -452,8 +464,6 @@ void WLED::beginStrip() { // Initialize NeoPixel Strip and button strip.finalizeInit(); // busses created during deserializeConfig() - strip.loadCustomPalettes(); - strip.deserializeMap(); strip.makeAutoSegments(); strip.setBrightness(0); strip.setShowCallback(handleOverlayDraw); @@ -480,8 +490,8 @@ void WLED::initAP(bool resetAP) return; if (resetAP) { - strcpy_P(apSSID, PSTR("WLED-AP")); - strcpy_P(apPass, PSTR(DEFAULT_AP_PASS)); + WLED_SET_AP_SSID(); + strcpy_P(apPass, PSTR(WLED_AP_PASS)); } DEBUG_PRINT(F("Opening access point ")); DEBUG_PRINTLN(apSSID); @@ -561,7 +571,7 @@ bool WLED::initEthernet() } else { DEBUG_PRINT(F("initE: Failing due to invalid eth_clk_mode (")); DEBUG_PRINT(es.eth_clk_mode); - DEBUG_PRINTLN(F(")")); + DEBUG_PRINTLN(")"); return false; } @@ -571,10 +581,10 @@ bool WLED::initEthernet() } if (!ETH.begin( - (uint8_t) es.eth_address, - (int) es.eth_power, - (int) es.eth_mdc, - (int) es.eth_mdio, + (uint8_t) es.eth_address, + (int) es.eth_power, + (int) es.eth_mdc, + (int) es.eth_mdio, (eth_phy_type_t) es.eth_type, (eth_clock_mode_t) es.eth_clk_mode )) { @@ -666,9 +676,11 @@ void WLED::initInterfaces() } #endif +#ifndef WLED_DISABLE_ALEXA // init Alexa hue emulation if (alexaEnabled) alexaInit(); +#endif #ifndef WLED_DISABLE_OTA if (aOtaEnabled) @@ -701,13 +713,12 @@ void WLED::initInterfaces() if (ntpEnabled) ntpConnected = ntpUdp.begin(ntpLocalPort); -#ifndef WLED_DISABLE_BLYNK - initBlynk(blynkApiKey, blynkHost, blynkPort); -#endif e131.begin(e131Multicast, e131Port, e131Universe, E131_MAX_UNIVERSE_COUNT); ddp.begin(false, DDP_DEFAULT_PORT); reconnectHue(); +#ifndef WLED_DISABLE_MQTT initMqtt(); +#endif interfacesInited = true; wasConnected = true; } @@ -802,6 +813,7 @@ void WLED::handleConnection() initInterfaces(); userConnected(); usermods.connected(); + lastMqttReconnectAttempt = 0; // force immediate update // shut down AP if (apBehavior != AP_BEHAVIOR_ALWAYS && apActive) { diff --git a/wled00/wled.h b/wled00/wled.h index ab7f51342..3638fef86 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -3,12 +3,12 @@ /* Main sketch, global variable declarations @title WLED project sketch - @version 0.14.0-b0 + @version 0.14.0-b2 @author Christian Schwinne */ // version code in format yymmddb (b = daily build) -#define VERSION 2211111 +#define VERSION 2302150 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG @@ -25,7 +25,6 @@ // You can choose some of these features to disable: //#define WLED_DISABLE_ALEXA // saves 11kb -//#define WLED_DISABLE_BLYNK // saves 6kb //#define WLED_DISABLE_HUESYNC // saves 4kb //#define WLED_DISABLE_INFRARED // saves 12kb, there is no pin left for this on ESP8266-01 #ifndef WLED_DISABLE_MQTT @@ -71,6 +70,7 @@ #include } #else // ESP32 + #include // ensure we have the correct "Serial" on new MCUs (depends on ARDUINO_USB_MODE and ARDUINO_USB_CDC_ON_BOOT) #include #include #include "esp_wifi.h" @@ -95,10 +95,6 @@ #include "my_config.h" #endif -#ifdef WLED_DEBUG_HOST -#include "net_debug.h" -#endif - #include #ifdef WLED_ADD_EEPROM_SUPPORT #include @@ -120,9 +116,7 @@ #define ESPALEXA_MAXDEVICES 10 // #define ESPALEXA_DEBUG #include "src/dependencies/espalexa/Espalexa.h" -#endif -#ifndef WLED_DISABLE_BLYNK - #include "src/dependencies/blynk/BlynkSimpleEsp.h" + #include "src/dependencies/espalexa/EspalexaDevice.h" #endif #ifdef WLED_ENABLE_DMX @@ -130,11 +124,13 @@ #include "src/dependencies/dmx/ESPDMX.h" #else //ESP32 #include "src/dependencies/dmx/SparkFunDMX.h" - #endif + #endif #endif #include "src/dependencies/e131/ESPAsyncE131.h" +#ifdef WLED_ENABLE_MQTT #include "src/dependencies/async-mqtt-client/AsyncMqttClient.h" +#endif #define ARDUINOJSON_DECODE_UNICODE 0 #include "src/dependencies/json/AsyncJson-v6.h" @@ -175,6 +171,19 @@ using PSRAMDynamicJsonDocument = BasicJsonDocument; #define CLIENT_PASS "" #endif +#if defined(WLED_AP_PASS) && !defined(WLED_AP_SSID) + #error WLED_AP_PASS is defined but WLED_AP_SSID is still the default. \ + Please change WLED_AP_SSID to something unique. +#endif + +#ifndef WLED_AP_SSID + #define WLED_AP_SSID DEFAULT_AP_SSID +#endif + +#ifndef WLED_AP_PASS + #define WLED_AP_PASS DEFAULT_AP_PASS +#endif + #ifndef SPIFFS_EDITOR_AIRCOOOKIE #error You are not using the Aircoookie fork of the ESPAsyncWebserver library.\ Using upstream puts your WiFi password at risk of being served by the filesystem.\ @@ -229,7 +238,7 @@ WLED_GLOBAL char versionString[] _INIT(TOSTRING(WLED_VERSION)); #define WLED_CODENAME "Hoshi" // AP and OTA default passwords (for maximum security change them!) -WLED_GLOBAL char apPass[65] _INIT(DEFAULT_AP_PASS); +WLED_GLOBAL char apPass[65] _INIT(WLED_AP_PASS); WLED_GLOBAL char otaPass[33] _INIT(DEFAULT_OTA_PASS); // Hardware and pin config @@ -306,6 +315,7 @@ WLED_GLOBAL bool correctWB _INIT(false); // CCT color correction of RGB co WLED_GLOBAL bool cctFromRgb _INIT(false); // CCT is calculated from RGB instead of using seg.cct WLED_GLOBAL bool gammaCorrectCol _INIT(true ); // use gamma correction on colors WLED_GLOBAL bool gammaCorrectBri _INIT(false); // use gamma correction on brightness +WLED_GLOBAL float gammaCorrectVal _INIT(2.8f); // gamma correction value WLED_GLOBAL byte col[] _INIT_N(({ 255, 160, 0, 0 })); // current RGB(W) primary color. col[] should be updated if you want to change the color. WLED_GLOBAL byte colSec[] _INIT_N(({ 0, 0, 0, 0 })); // current RGB(W) secondary color @@ -364,12 +374,6 @@ WLED_GLOBAL bool alexaEnabled _INIT(false); // enable devi WLED_GLOBAL char alexaInvocationName[33] _INIT("Light"); // speech control name of device. Choose something voice-to-text can understand WLED_GLOBAL byte alexaNumPresets _INIT(0); // number of presets to expose to Alexa, starting from preset 1, up to 9 -#ifndef WLED_DISABLE_BLYNK -WLED_GLOBAL char blynkApiKey[36] _INIT(""); // Auth token for Blynk server. If empty, no connection will be made -WLED_GLOBAL char blynkHost[33] _INIT("blynk-cloud.com"); // Default Blynk host -WLED_GLOBAL uint16_t blynkPort _INIT(80); // Default Blynk port -#endif - WLED_GLOBAL uint16_t realtimeTimeoutMs _INIT(2500); // ms timeout of realtime mode before returning to normal mode WLED_GLOBAL int arlsOffset _INIT(0); // realtime LED offset WLED_GLOBAL bool receiveDirect _INIT(true); // receive UDP realtime @@ -380,20 +384,28 @@ WLED_GLOBAL bool arlsForceMaxBri _INIT(false); // enable to f #ifdef ESP8266 WLED_GLOBAL DMXESPSerial dmx; #else //ESP32 - WLED_GLOBAL SparkFunDMX dmx; - #endif + WLED_GLOBAL SparkFunDMX dmx; + #endif WLED_GLOBAL uint16_t e131ProxyUniverse _INIT(0); // output this E1.31 (sACN) / ArtNet universe via MAX485 (0 = disabled) #endif WLED_GLOBAL uint16_t e131Universe _INIT(1); // settings for E1.31 (sACN) protocol (only DMX_MODE_MULTIPLE_* can span over consequtive universes) WLED_GLOBAL uint16_t e131Port _INIT(5568); // DMX in port. E1.31 default is 5568, Art-Net is 6454 +WLED_GLOBAL byte e131Priority _INIT(0); // E1.31 port priority (if != 0 priority handling is active) +WLED_GLOBAL E131Priority highPriority _INIT(3); // E1.31 highest priority tracking, init = timeout in seconds WLED_GLOBAL byte DMXMode _INIT(DMX_MODE_MULTIPLE_RGB); // DMX mode (s.a.) WLED_GLOBAL uint16_t DMXAddress _INIT(1); // DMX start address of fixture, a.k.a. first Channel [for E1.31 (sACN) protocol] +WLED_GLOBAL uint16_t DMXSegmentSpacing _INIT(0); // Number of void/unused channels between each segments DMX channels WLED_GLOBAL byte e131LastSequenceNumber[E131_MAX_UNIVERSE_COUNT]; // to detect packet loss WLED_GLOBAL bool e131Multicast _INIT(false); // multicast or unicast WLED_GLOBAL bool e131SkipOutOfSequence _INIT(false); // freeze instead of flickering WLED_GLOBAL uint16_t pollReplyCount _INIT(0); // count number of replies for ArtPoll node report +// mqtt +WLED_GLOBAL unsigned long lastMqttReconnectAttempt _INIT(0); // used for other periodic tasks too +#ifndef WLED_DISABLE_MQTT +WLED_GLOBAL AsyncMqttClient *mqtt _INIT(NULL); WLED_GLOBAL bool mqttEnabled _INIT(false); +WLED_GLOBAL char mqttStatusTopic[40] _INIT(""); // this must be global because of async handlers WLED_GLOBAL char mqttDeviceTopic[33] _INIT(""); // main MQTT topic (individual per device, default is wled/mac) WLED_GLOBAL char mqttGroupTopic[33] _INIT("wled/all"); // second MQTT topic (for example to group devices) WLED_GLOBAL char mqttServer[33] _INIT(""); // both domains and IPs should work (no SSL) @@ -401,6 +413,10 @@ WLED_GLOBAL char mqttUser[41] _INIT(""); // optional: username WLED_GLOBAL char mqttPass[65] _INIT(""); // optional: password for MQTT auth WLED_GLOBAL char mqttClientID[41] _INIT(""); // override the client ID WLED_GLOBAL uint16_t mqttPort _INIT(1883); +#define WLED_MQTT_CONNECTED (mqtt != nullptr && mqtt->connected()) +#else +#define WLED_MQTT_CONNECTED false +#endif #ifndef WLED_DISABLE_HUESYNC WLED_GLOBAL bool huePollingEnabled _INIT(false); // poll hue bridge for light state @@ -503,6 +519,7 @@ WLED_GLOBAL bool buttonPressedBefore[WLED_MAX_BUTTONS] _INIT({false}); WLED_GLOBAL bool buttonLongPressed[WLED_MAX_BUTTONS] _INIT({false}); WLED_GLOBAL unsigned long buttonPressedTime[WLED_MAX_BUTTONS] _INIT({0}); WLED_GLOBAL unsigned long buttonWaitTime[WLED_MAX_BUTTONS] _INIT({0}); +WLED_GLOBAL bool disablePullUp _INIT(false); WLED_GLOBAL byte touchThreshold _INIT(TOUCH_THRESHOLD); // notifications @@ -552,9 +569,6 @@ WLED_GLOBAL byte timerMonth[] _INIT_N(({28,28,28,28,28,28,28,28})); WLED_GLOBAL byte timerDay[] _INIT_N(({1,1,1,1,1,1,1,1})); WLED_GLOBAL byte timerDayEnd[] _INIT_N(({31,31,31,31,31,31,31,31})); -// blynk -WLED_GLOBAL bool blynkEnabled _INIT(false); - //improv WLED_GLOBAL byte improvActive _INIT(0); //0: no improv packet received, 1: improv active, 2: provisioning WLED_GLOBAL byte improvError _INIT(0); @@ -564,7 +578,7 @@ WLED_GLOBAL int16_t currentPlaylist _INIT(-1); //still used for "PL=~" HTTP API command WLED_GLOBAL byte presetCycCurr _INIT(0); WLED_GLOBAL byte presetCycMin _INIT(1); -WLED_GLOBAL byte presetCycMax _INIT(5); +WLED_GLOBAL byte presetCycMax _INIT(5); // realtime WLED_GLOBAL byte realtimeMode _INIT(REALTIME_MODE_INACTIVE); @@ -575,11 +589,8 @@ WLED_GLOBAL uint8_t tpmPacketCount _INIT(0); WLED_GLOBAL uint16_t tpmPayloadFrameSize _INIT(0); WLED_GLOBAL bool useMainSegmentOnly _INIT(false); -// mqtt -WLED_GLOBAL unsigned long lastMqttReconnectAttempt _INIT(0); WLED_GLOBAL unsigned long lastInterfaceUpdate _INIT(0); WLED_GLOBAL byte interfaceUpdateCallMode _INIT(CALL_MODE_INIT); -WLED_GLOBAL char mqttStatusTopic[40] _INIT(""); // this must be global because of async handlers // alexa udp WLED_GLOBAL String escapedMac; @@ -640,8 +651,7 @@ WLED_GLOBAL AsyncWebServer server _INIT_N(((80))); #ifdef WLED_ENABLE_WEBSOCKETS WLED_GLOBAL AsyncWebSocket ws _INIT_N((("/ws"))); #endif -WLED_GLOBAL AsyncClient* hueClient _INIT(NULL); -WLED_GLOBAL AsyncMqttClient* mqtt _INIT(NULL); +WLED_GLOBAL AsyncClient *hueClient _INIT(NULL); WLED_GLOBAL AsyncWebHandler *editHandler _INIT(nullptr); // udp interface objects @@ -654,19 +664,52 @@ WLED_GLOBAL bool e131NewData _INIT(false); // led fx library object WLED_GLOBAL BusManager busses _INIT(BusManager()); WLED_GLOBAL WS2812FX strip _INIT(WS2812FX()); -WLED_GLOBAL BusConfig* busConfigs[WLED_MAX_BUSSES] _INIT({nullptr}); //temporary, to remember values from network callback until after +WLED_GLOBAL BusConfig* busConfigs[WLED_MAX_BUSSES+WLED_MIN_VIRTUAL_BUSSES] _INIT({nullptr}); //temporary, to remember values from network callback until after WLED_GLOBAL bool doInitBusses _INIT(false); WLED_GLOBAL int8_t loadLedmap _INIT(-1); +#ifndef ESP8266 +WLED_GLOBAL char *ledmapNames[WLED_MAX_LEDMAPS-1] _INIT_N(({nullptr})); +#endif +#if WLED_MAX_LEDMAPS>16 +WLED_GLOBAL uint32_t ledMaps _INIT(0); // bitfield representation of available ledmaps +#else WLED_GLOBAL uint16_t ledMaps _INIT(0); // bitfield representation of available ledmaps +#endif // Usermod manager WLED_GLOBAL UsermodManager usermods _INIT(UsermodManager()); -WLED_GLOBAL int8_t i2c_sda _INIT(-1); // global I2C SDA pin [HW_PIN_SDA] (used for usermods) -WLED_GLOBAL int8_t i2c_scl _INIT(-1); // global I2C SCL pin [HW_PIN_SCL] (used for usermods) -WLED_GLOBAL int8_t spi_mosi _INIT(-1); // global SPI DATA/MOSI pin [HW_PIN_DATASPI] (used for usermods) -WLED_GLOBAL int8_t spi_miso _INIT(-1); // global SPI DATA/MISO pin [HW_PIN_MISOSPI] (used for usermods) -WLED_GLOBAL int8_t spi_sclk _INIT(-1); // global SPI CLOCK/SCLK pin [HW_PIN_CLOCKSPI] (used for usermods) +// global I2C SDA pin (used for usermods) +#ifndef I2CSDAPIN +WLED_GLOBAL int8_t i2c_sda _INIT(-1); +#else +WLED_GLOBAL int8_t i2c_sda _INIT(I2CSDAPIN); +#endif +// global I2C SCL pin (used for usermods) +#ifndef I2CSCLPIN +WLED_GLOBAL int8_t i2c_scl _INIT(-1); +#else +WLED_GLOBAL int8_t i2c_scl _INIT(I2CSCLPIN); +#endif + +// global SPI DATA/MOSI pin (used for usermods) +#ifndef SPIMOSIPIN +WLED_GLOBAL int8_t spi_mosi _INIT(-1); +#else +WLED_GLOBAL int8_t spi_mosi _INIT(SPIMOSIPIN); +#endif +// global SPI DATA/MISO pin (used for usermods) +#ifndef SPIMISOPIN +WLED_GLOBAL int8_t spi_miso _INIT(-1); +#else +WLED_GLOBAL int8_t spi_miso _INIT(SPIMISOPIN); +#endif +// global SPI CLOCK/SCLK pin (used for usermods) +#ifndef SPISCLKPIN +WLED_GLOBAL int8_t spi_sclk _INIT(-1); +#else +WLED_GLOBAL int8_t spi_sclk _INIT(SPISCLKPIN); +#endif // global ArduinoJson buffer WLED_GLOBAL StaticJsonDocument doc; @@ -674,16 +717,16 @@ WLED_GLOBAL volatile uint8_t jsonBufferLock _INIT(0); // enable additional debug output #if defined(WLED_DEBUG_HOST) + #include "net_debug.h" // On the host side, use netcat to receive the log statements: nc -l 7868 -u // use -D WLED_DEBUG_HOST='"192.168.xxx.xxx"' or FQDN within quotes #define DEBUGOUT NetDebug WLED_GLOBAL bool netDebugEnabled _INIT(true); WLED_GLOBAL char netDebugPrintHost[33] _INIT(WLED_DEBUG_HOST); - #if defined(WLED_DEBUG_NET_PORT) - WLED_GLOBAL int netDebugPrintPort _INIT(WLED_DEBUG_PORT); - #else - WLED_GLOBAL int netDebugPrintPort _INIT(7868); + #ifndef WLED_DEBUG_PORT + #define WLED_DEBUG_PORT 7868 #endif + WLED_GLOBAL int netDebugPrintPort _INIT(WLED_DEBUG_PORT); #else #define DEBUGOUT Serial #endif @@ -725,7 +768,23 @@ WLED_GLOBAL volatile uint8_t jsonBufferLock _INIT(0); #define WLED_CONNECTED (WiFi.status() == WL_CONNECTED) #endif #define WLED_WIFI_CONFIGURED (strlen(clientSSID) >= 1 && strcmp(clientSSID, DEFAULT_CLIENT_SSID) != 0) -#define WLED_MQTT_CONNECTED (mqtt != nullptr && mqtt->connected()) + +#ifndef WLED_AP_SSID_UNIQUE + #define WLED_SET_AP_SSID() do { \ + strcpy_P(apSSID, PSTR(WLED_AP_SSID)); \ + } while(0) +#else + #define WLED_SET_AP_SSID() do { \ + strcpy_P(apSSID, PSTR(WLED_AP_SSID)); \ + snprintf_P(\ + apSSID+strlen(WLED_AP_SSID), \ + sizeof(apSSID)-strlen(WLED_AP_SSID), \ + PSTR("-%*s"), \ + 6, \ + escapedMac.c_str() + 6\ + ); \ + } while(0) +#endif //macro to convert F to const #define SET_F(x) (const char*)F(x) diff --git a/wled00/wled_eeprom.cpp b/wled00/wled_eeprom.cpp index 0b9e76423..7c5fd7836 100644 --- a/wled00/wled_eeprom.cpp +++ b/wled00/wled_eeprom.cpp @@ -5,7 +5,7 @@ /* * DEPRECATED, do not use for new settings * Only used to restore config from pre-0.11 installations using the deEEP() methods - * + * * Methods to handle saving and loading to non-volatile memory * EEPROM Map: https://github.com/Aircoookie/WLED/wiki/EEPROM-Map */ @@ -154,9 +154,9 @@ void loadSettingsFromEEPROM() turnOnAtBoot = EEPROM.read(369); //strip.isRgbw = EEPROM.read(372); //374 - strip.paletteFade - + apBehavior = EEPROM.read(376); - + //377 = lastEEPROMversion if (lastEEPROMversion > 3) { aOtaEnabled = EEPROM.read(390); @@ -164,7 +164,7 @@ void loadSettingsFromEEPROM() receiveNotificationEffects = EEPROM.read(392); } receiveNotifications = (receiveNotificationBrightness || receiveNotificationColor || receiveNotificationEffects); - + if (lastEEPROMversion > 4) { #ifndef WLED_DISABLE_HUESYNC huePollingEnabled = EEPROM.read(2048); @@ -232,7 +232,7 @@ void loadSettingsFromEEPROM() timerMacro[i] = EEPROM.read(2290 + i); if (timerMacro[i] > 0) timerMacro[i] += 16; //add 16 to work with macro --> preset mapping if (timerWeekday[i] == 0) timerWeekday[i] = 255; - if (timerMacro[i] == 0) timerWeekday[i] = timerWeekday[i] & 0b11111110; + if (timerMacro[i] == 0) timerWeekday[i] = timerWeekday[i] & 0b11111110; } } @@ -319,8 +319,8 @@ void loadSettingsFromEEPROM() if (lastEEPROMversion > 21) { udpPort2 = EEPROM.read(378) + ((EEPROM.read(379) << 8) & 0xFF00); - } - + } + receiveDirect = !EEPROM.read(2200); notifyMacro = EEPROM.read(2201); @@ -339,17 +339,12 @@ void loadSettingsFromEEPROM() //custom macro memory (16 slots/ each 64byte) //1024-2047 reserved - #ifndef WLED_DISABLE_BLYNK - readStringFromEEPROM(2220, blynkApiKey, 35); - if (strlen(blynkApiKey) < 25) blynkApiKey[0] = 0; - #endif - #ifdef WLED_ENABLE_DMX // DMX (2530 - 2549)2535 DMXChannels = EEPROM.read(2530); DMXGap = EEPROM.read(2531) + ((EEPROM.read(2532) << 8) & 0xFF00); DMXStart = EEPROM.read(2533) + ((EEPROM.read(2534) << 8) & 0xFF00); - + for (int i=0;i<15;i++) { DMXFixtureMap[i] = EEPROM.read(2535+i); } //last used: 2549 @@ -372,7 +367,7 @@ void applyMacro(byte index) { // De-EEPROM routine, upgrade from previous versions to v0.11 void deEEP() { if (WLED_FS.exists("/presets.json")) return; - + DEBUG_PRINTLN(F("Preset file not found, attempting to load from EEPROM")); DEBUGFS_PRINTLN(F("Allocating saving buffer for dEEP")); if (!requestJSONBufferLock(8)) return; @@ -413,7 +408,7 @@ void deEEP() { for (byte j = 0; j < numChannels; j++) colX.add(EEPROM.read(memloc + j)); } - + segObj["fx"] = EEPROM.read(i+10); segObj["sx"] = EEPROM.read(i+11); segObj["ix"] = EEPROM.read(i+16); diff --git a/wled00/wled_math.cpp b/wled00/wled_math.cpp index 623472dd3..ed698a5cd 100644 --- a/wled00/wled_math.cpp +++ b/wled00/wled_math.cpp @@ -2,7 +2,7 @@ * Contains some trigonometric functions. * The ANSI C equivalents are likely faster, but using any sin/cos/tan function incurs a memory penalty of 460 bytes on ESP8266, likely for lookup tables. * This implementation has no extra static memory usage. - * + * * Source of the cos_t() function: https://web.eecs.utk.edu/~azh/blog/cosine.html (cos_taylor_literal_6terms) */ diff --git a/wled00/wled_serial.cpp b/wled00/wled_serial.cpp index 2f4578871..3e416b951 100644 --- a/wled00/wled_serial.cpp +++ b/wled00/wled_serial.cpp @@ -46,7 +46,7 @@ void sendJSON(){ if (i != used-1) Serial.write(','); } Serial.println("]"); - } + } } // RGB LED data returned as bytes in TPM2 format. Faster, and slightly less easy to use on the other end. @@ -64,13 +64,13 @@ void sendBytes(){ Serial.write(qadd8(W(c), B(c))); //B } Serial.write(0x36); Serial.write('\n'); - } + } } void handleSerial() { if (pinManager.isPinAllocated(hardwareRX)) return; - + #ifdef WLED_ENABLE_ADALIGHT static auto state = AdaState::Header_A; static uint16_t count = 0; @@ -94,7 +94,7 @@ void handleSerial() return; } else if (next == 'v') { Serial.print("WLED"); Serial.write(' '); Serial.println(VERSION); - + } else if (next == 0xB0) {updateBaudRate( 115200); } else if (next == 0xB1) {updateBaudRate( 230400); } else if (next == 0xB2) {updateBaudRate( 460800); @@ -103,11 +103,11 @@ void handleSerial() } else if (next == 0xB5) {updateBaudRate( 921600); } else if (next == 0xB6) {updateBaudRate(1000000); } else if (next == 0xB7) {updateBaudRate(1500000); - + } else if (next == 'l') {sendJSON(); // Send LED data as JSON Array } else if (next == 'L') {sendBytes(); // Send LED data as TPM2 Data Packet - } else if (next == 'o') {continuousSendLED = false; // Disable Continuous Serial Streaming + } else if (next == 'o') {continuousSendLED = false; // Disable Continuous Serial Streaming } else if (next == 'O') {continuousSendLED = true; // Enable Continuous Serial Streaming } else if (next == '{') { //JSON API @@ -195,8 +195,8 @@ void handleSerial() // All other received bytes will disable Continuous Serial Streaming if (continuousSendLED && next != 'O'){ continuousSendLED = false; - } - + } + Serial.read(); //discard the byte } #endif diff --git a/wled00/wled_server.cpp b/wled00/wled_server.cpp index 610104846..9fd64b555 100644 --- a/wled00/wled_server.cpp +++ b/wled00/wled_server.cpp @@ -6,6 +6,9 @@ #endif #include "html_settings.h" #include "html_other.h" +#ifdef WLED_ENABLE_PIXART + #include "html_pixart.h" +#endif /* * Integrated HTTP web server page declarations @@ -71,7 +74,7 @@ void createEditHandler(bool enable) { editHandler = &server.addHandler(new SPIFFSEditor("","",WLED_FS));//http_username,http_password)); #endif #else - editHandler = server.on("/edit", HTTP_GET, [](AsyncWebServerRequest *request){ + editHandler = &server.on("/edit", HTTP_GET, [](AsyncWebServerRequest *request){ serveMessage(request, 501, "Not implemented", F("The FS editor is disabled in this build."), 254); }); #endif @@ -88,7 +91,7 @@ bool captivePortal(AsyncWebServerRequest *request) String hostH; if (!request->hasHeader("Host")) return false; hostH = request->getHeader("Host")->value(); - + if (!isIp(hostH) && hostH.indexOf("wled.me") < 0 && hostH.indexOf(cmDNS) < 0) { DEBUG_PRINTLN("Captive portal"); AsyncWebServerResponse *response = request->beginResponse(302); @@ -135,14 +138,14 @@ void initServer() //request->send_P(200, "text/html", PAGE_liveview); }); #endif - + //settings page server.on("/settings", HTTP_GET, [](AsyncWebServerRequest *request){ serveSettings(request); }); - + // "/settings/settings.js&p=x" request also handled by serveSettings() - + server.on("/style.css", HTTP_GET, [](AsyncWebServerRequest *request){ if (handleIfNoneMatchCacheHeader(request)) return; AsyncWebServerResponse *response = request->beginResponse_P(200, "text/css", PAGE_settingsCss, PAGE_settingsCss_length); @@ -150,27 +153,27 @@ void initServer() setStaticContentCacheHeaders(response); request->send(response); }); - + server.on("/favicon.ico", HTTP_GET, [](AsyncWebServerRequest *request){ if(!handleFileRead(request, "/favicon.ico")) { request->send_P(200, "image/x-icon", favicon, 156); } }); - + server.on("/sliders", HTTP_GET, [](AsyncWebServerRequest *request){ serveIndex(request); }); - + server.on("/welcome", HTTP_GET, [](AsyncWebServerRequest *request){ serveSettings(request); }); - + server.on("/reset", HTTP_GET, [](AsyncWebServerRequest *request){ serveMessage(request, 200,F("Rebooting now..."),F("Please wait ~10 seconds..."),129); doReboot = true; }); - + server.on("/settings", HTTP_POST, [](AsyncWebServerRequest *request){ serveSettings(request, true); }); @@ -214,7 +217,7 @@ void initServer() } else { doSerializeConfig = true; //serializeConfig(); //Save new settings to FS } - } + } request->send(200, "application/json", F("{\"success\":true}")); }); server.addHandler(handler); @@ -222,15 +225,15 @@ void initServer() server.on("/version", HTTP_GET, [](AsyncWebServerRequest *request){ request->send(200, "text/plain", (String)VERSION); }); - + server.on("/uptime", HTTP_GET, [](AsyncWebServerRequest *request){ request->send(200, "text/plain", (String)millis()); }); - + server.on("/freeheap", HTTP_GET, [](AsyncWebServerRequest *request){ request->send(200, "text/plain", (String)ESP.getFreeHeap()); }); - + server.on("/u", HTTP_GET, [](AsyncWebServerRequest *request){ if (handleIfNoneMatchCacheHeader(request)) return; AsyncWebServerResponse *response = request->beginResponse_P(200, "text/html", PAGE_usermod, PAGE_usermod_length); @@ -239,12 +242,12 @@ void initServer() request->send(response); //request->send_P(200, "text/html", PAGE_usermod); }); - + //Deprecated, use of /json/state and presets recommended instead server.on("/url", HTTP_GET, [](AsyncWebServerRequest *request){ URL_response(request); }); - + server.on("/teapot", HTTP_GET, [](AsyncWebServerRequest *request){ serveMessage(request, 418, F("418. I'm a teapot."), F("(Tangible Embedded Advanced Project Of Twinkling)"), 254); }); @@ -271,14 +274,14 @@ void initServer() setStaticContentCacheHeaders(response); request->send(response); }); - + server.on("/rangetouch.js", HTTP_GET, [](AsyncWebServerRequest *request){ AsyncWebServerResponse *response = request->beginResponse_P(200, "application/javascript", rangetouchJs, rangetouchJs_length); response->addHeader(FPSTR(s_content_enc),"gzip"); setStaticContentCacheHeaders(response); request->send(response); }); - + createEditHandler(correctPIN); #ifndef WLED_DISABLE_OTA @@ -289,7 +292,7 @@ void initServer() } else serveSettings(request); // checks for "upd" in URL and handles PIN }); - + server.on("/update", HTTP_POST, [](AsyncWebServerRequest *request){ if (!correctPIN) { serveSettings(request, true); // handle PIN page POST request @@ -298,7 +301,7 @@ void initServer() if (Update.hasError() || otaLock) { serveMessage(request, 500, F("Update failed!"), F("Please check your file and retry!"), 254); } else { - serveMessage(request, 200, F("Update successful!"), F("Rebooting..."), 131); + serveMessage(request, 200, F("Update successful!"), F("Rebooting..."), 131); doReboot = true; } },[](AsyncWebServerRequest *request, String filename, size_t index, uint8_t *data, size_t len, bool final){ @@ -345,10 +348,21 @@ void initServer() serveIndexOrWelcome(request); }); + #ifdef WLED_ENABLE_PIXART + server.on("/pixart.htm", HTTP_GET, [](AsyncWebServerRequest *request){ + if (handleFileRead(request, "/pixart.htm")) return; + if (handleIfNoneMatchCacheHeader(request)) return; + AsyncWebServerResponse *response = request->beginResponse_P(200, "text/html", PAGE_pixart, PAGE_pixart_L); + response->addHeader(FPSTR(s_content_enc),"gzip"); + setStaticContentCacheHeaders(response); + request->send(response); + }); + #endif + #ifdef WLED_ENABLE_WEBSOCKETS server.addHandler(&ws); #endif - + //called when the url is not defined here, ajax-in; get-settings server.onNotFound([](AsyncWebServerRequest *request){ DEBUG_PRINTLN("Not-Found HTTP call:"); @@ -363,7 +377,7 @@ void initServer() request->send(response); return; } - + if(handleSet(request, request->url())) return; #ifndef WLED_DISABLE_ALEXA if(espalexa.handleAlexaApiCall(request)) return; @@ -471,7 +485,7 @@ void serveMessage(AsyncWebServerRequest* request, uint16_t code, const String& h messageHead = headl; messageSub = subl; optionType = optionT; - + request->send_P(code, "text/html", PAGE_msg, msgProcessor); } @@ -493,7 +507,7 @@ String dmxProcessor(const String& var) mapJS += "0];"; } #endif - + return mapJS; } #endif @@ -526,7 +540,7 @@ void serveSettings(AsyncWebServerRequest* request, bool post) byte subPage = 0, originalSubPage = 0; const String& url = request->url(); - if (url.indexOf("sett") >= 0) + if (url.indexOf("sett") >= 0) { if (url.indexOf(".js") > 0) subPage = 254; else if (url.indexOf(".css") > 0) subPage = 253; @@ -589,7 +603,7 @@ void serveSettings(AsyncWebServerRequest* request, bool post) return; } } - + AsyncWebServerResponse *response; switch (subPage) { @@ -599,10 +613,14 @@ void serveSettings(AsyncWebServerRequest* request, bool post) case 4: response = request->beginResponse_P(200, "text/html", PAGE_settings_sync, PAGE_settings_sync_length); break; case 5: response = request->beginResponse_P(200, "text/html", PAGE_settings_time, PAGE_settings_time_length); break; case 6: response = request->beginResponse_P(200, "text/html", PAGE_settings_sec, PAGE_settings_sec_length); break; +#ifdef WLED_ENABLE_DMX case 7: response = request->beginResponse_P(200, "text/html", PAGE_settings_dmx, PAGE_settings_dmx_length); break; +#endif case 8: response = request->beginResponse_P(200, "text/html", PAGE_settings_um, PAGE_settings_um_length); break; case 9: response = request->beginResponse_P(200, "text/html", PAGE_update, PAGE_update_length); break; +#ifndef WLED_DISABLE_2D case 10: response = request->beginResponse_P(200, "text/html", PAGE_settings_2D, PAGE_settings_2D_length); break; +#endif case 251: { correctPIN = !strlen(settingsPIN); // lock if a pin is set createEditHandler(correctPIN); diff --git a/wled00/ws.cpp b/wled00/ws.cpp index 8c1a9d3d9..c09005bd8 100644 --- a/wled00/ws.cpp +++ b/wled00/ws.cpp @@ -22,15 +22,15 @@ void wsEvent(AsyncWebSocket * server, AsyncWebSocketClient * client, AwsEventTyp if (client->id() == wsLiveClientId) wsLiveClientId = 0; DEBUG_PRINTLN(F("WS client disconnected.")); } else if(type == WS_EVT_DATA){ - //data packet + // data packet AwsFrameInfo * info = (AwsFrameInfo*)arg; if(info->final && info->index == 0 && info->len == len){ - //the whole message is in a single frame and we got all of its data (max. 1450byte) + // the whole message is in a single frame and we got all of its data (max. 1450 bytes) if(info->opcode == WS_TEXT) { if (len > 0 && len < 10 && data[0] == 'p') { - //application layer ping/pong heartbeat. - //client-side socket layer ping packets are unresponded (investigate) + // application layer ping/pong heartbeat. + // client-side socket layer ping packets are unresponded (investigate) client->text(F("pong")); return; } @@ -54,7 +54,7 @@ void wsEvent(AsyncWebSocket * server, AsyncWebSocketClient * client, AwsEventTyp } releaseJSONBufferLock(); // will clean fileDoc - // force broadcast in 500ms after upadting client + // force broadcast in 500ms after updating client if (verboseResponse) { sendDataWs(client); lastInterfaceUpdate = millis() - (INTERFACE_UPDATE_COOLDOWN -500); @@ -161,8 +161,8 @@ bool sendLiveLedsWs(uint32_t wsClient) #ifndef WLED_DISABLE_2D if (strip.isMatrix) { buffer[1] = 2; //version - buffer[2] = strip.matrixWidth; - buffer[3] = strip.matrixHeight; + buffer[2] = Segment::maxWidth; + buffer[3] = Segment::maxHeight; } #endif diff --git a/wled00/xml.cpp b/wled00/xml.cpp index 801a5bb17..d91b32ab0 100644 --- a/wled00/xml.cpp +++ b/wled00/xml.cpp @@ -92,7 +92,7 @@ void URL_response(AsyncWebServerRequest *request) for (int i = 0; i < 3; i++) { sprintf(s,"%02X", col[i]); - oappend(s); + oappend(s); } oappend(SET_F("&C2=h")); for (int i = 0; i < 3; i++) @@ -115,7 +115,7 @@ void URL_response(AsyncWebServerRequest *request) oappend(SET_F("")); - oappend(s2buf); + oappend(s2buf); oappend(SET_F("")); if (request != nullptr) request->send(200, "text/html", obuf); @@ -287,6 +287,9 @@ void getSettingsJS(byte subPage, char* dest) if (subPage == 0) { + #ifndef WLED_DISABLE_2D // include only if 2D is compiled in + oappend(PSTR("gId('2dbtn').style.display='';")); + #endif #ifdef WLED_ENABLE_DMX // include only if DMX is enabled oappend(PSTR("gId('dmxbtn').style.display='';")); #endif @@ -361,13 +364,14 @@ void getSettingsJS(byte subPage, char* dest) if (subPage == 2) { - char nS[8]; + char nS[32]; appendGPIOinfo(); // set limits oappend(SET_F("bLimits(")); oappend(itoa(WLED_MAX_BUSSES,nS,10)); oappend(","); + oappend(itoa(WLED_MIN_VIRTUAL_BUSSES,nS,10)); oappend(","); oappend(itoa(MAX_LEDS_PER_BUS,nS,10)); oappend(","); oappend(itoa(MAX_LED_MEMORY,nS,10)); oappend(","); oappend(itoa(MAX_LEDS,nS,10)); @@ -378,7 +382,7 @@ void getSettingsJS(byte subPage, char* dest) sappend('c',SET_F("CR"),cctFromRgb); sappend('v',SET_F("CB"),strip.cctBlending); sappend('v',SET_F("FR"),strip.getTargetFps()); - sappend('v',SET_F("AW"),Bus::getAutoWhiteMode()); + sappend('v',SET_F("AW"),Bus::getGlobalAWMode()); sappend('v',SET_F("LD"),strip.useLedsArray); for (uint8_t s=0; s < busses.getNumBusses(); s++) { @@ -408,7 +412,7 @@ void getSettingsJS(byte subPage, char* dest) sappend('c',cv,bus->reversed); sappend('v',sl,bus->skippedLeds()); sappend('c',rf,bus->isOffRefreshRequired()); - sappend('v',aw,bus->getAWMode()); + sappend('v',aw,bus->getAutoWhiteMode()); sappend('v',wo,bus->getColorOrder() >> 4); } sappend('v',SET_F("MA"),strip.ablMilliampsMax); @@ -441,6 +445,7 @@ void getSettingsJS(byte subPage, char* dest) sappend('c',SET_F("GB"),gammaCorrectBri); sappend('c',SET_F("GC"),gammaCorrectCol); + dtostrf(gammaCorrectVal,3,1,nS); sappends('s',SET_F("GV"),nS); sappend('c',SET_F("TF"),fadeTransition); sappend('v',SET_F("TD"),transitionDelayDefault); sappend('c',SET_F("PF"),strip.paletteFade); @@ -458,6 +463,7 @@ void getSettingsJS(byte subPage, char* dest) oappend(itoa(buttonType[i],nS,10)); oappend(SET_F(");")); } + sappend('c',SET_F("IP"),disablePullUp); sappend('v',SET_F("TT"),touchThreshold); sappend('v',SET_F("IR"),irPin); sappend('v',SET_F("IT"),irEnabled); @@ -470,6 +476,8 @@ void getSettingsJS(byte subPage, char* dest) sappend('c',SET_F("ST"),syncToggleReceive); #ifdef WLED_ENABLE_SIMPLE_UI sappend('c',SET_F("SU"),simplifiedUI); + #else + oappend(SET_F("toggle('Simple');")); // hide Simplified UI settings #endif } @@ -501,6 +509,8 @@ void getSettingsJS(byte subPage, char* dest) sappend('c',SET_F("EM"),e131Multicast); sappend('v',SET_F("EU"),e131Universe); sappend('v',SET_F("DA"),DMXAddress); + sappend('v',SET_F("XX"),DMXSegmentSpacing); + sappend('v',SET_F("PY"),e131Priority); sappend('v',SET_F("DM"),DMXMode); sappend('v',SET_F("ET"),realtimeTimeoutMs); sappend('c',SET_F("FB"),arlsForceMaxBri); @@ -513,13 +523,6 @@ void getSettingsJS(byte subPage, char* dest) #ifdef WLED_DISABLE_ALEXA oappend(SET_F("toggle('Alexa');")); // hide Alexa settings #endif - sappends('s',SET_F("BK"),(char*)((blynkEnabled)?SET_F("Hidden"):"")); - #ifndef WLED_DISABLE_BLYNK - sappends('s',SET_F("BH"),blynkHost); - sappend('v',SET_F("BP"),blynkPort); - #else - oappend(SET_F("toggle('Blynk');")); // hide BLYNK settings - #endif #ifdef WLED_ENABLE_MQTT sappend('c',SET_F("MQ"),mqttEnabled); @@ -562,7 +565,7 @@ void getSettingsJS(byte subPage, char* dest) case HUE_ERROR_TIMEOUT : strcpy_P(hueErrorString,PSTR("Timeout")); break; default: sprintf_P(hueErrorString,PSTR("Bridge Error %i"),hueError); } - + sappends('m',SET_F("(\"sip\")[0]"),hueErrorString); #else oappend(SET_F("toggle('Hue');")); // hide Hue Sync settings @@ -654,17 +657,17 @@ void getSettingsJS(byte subPage, char* dest) oappend(serverDescription); oappend(SET_F("\";")); } - + #ifdef WLED_ENABLE_DMX // include only if DMX is enabled if (subPage == 7) { sappend('v',SET_F("PU"),e131ProxyUniverse); - + sappend('v',SET_F("CN"),DMXChannels); sappend('v',SET_F("CG"),DMXGap); sappend('v',SET_F("CS"),DMXStart); sappend('v',SET_F("SL"),DMXStartLED); - + sappend('i',SET_F("CH1"),DMXFixtureMap[0]); sappend('i',SET_F("CH2"),DMXFixtureMap[1]); sappend('i',SET_F("CH3"),DMXFixtureMap[2]); @@ -722,28 +725,33 @@ void getSettingsJS(byte subPage, char* dest) { sappend('v',SET_F("SOMP"),strip.isMatrix); #ifndef WLED_DISABLE_2D + oappend(SET_F("maxPanels=")); oappendi(WLED_MAX_PANELS); oappend(SET_F(";")); oappend(SET_F("resetPanels();")); if (strip.isMatrix) { - sappend('v',SET_F("PH"),strip.panelH); - sappend('v',SET_F("PW"),strip.panelW); - sappend('v',SET_F("MPH"),strip.hPanels); - sappend('v',SET_F("MPV"),strip.vPanels); - sappend('v',SET_F("PB"),strip.matrix.bottomStart); - sappend('v',SET_F("PR"),strip.matrix.rightStart); - sappend('v',SET_F("PV"),strip.matrix.vertical); - sappend('c',SET_F("PS"),strip.matrix.serpentine); + if(strip.panels>0){ + sappend('v',SET_F("PW"),strip.panel[0].width); //Set generator Width and Height to first panel size for convenience + sappend('v',SET_F("PH"),strip.panel[0].height); + } + sappend('v',SET_F("MPC"),strip.panels); // panels - for (uint8_t i=0; i