diff --git a/README.md b/README.md index 64228dc7..c0190ef5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### 👉 Visit [wifiduck.com](https://wifiduck.com) for an improved documentation. -Want to learn more about BadUSBs? Check out our online course: [learnbadusb.com](https://learnbadusb.com) +Want to learn more about BadUSBs? Check out our online course: [learnbadusb.com](https://learnbadusb.com) --- @@ -46,16 +46,16 @@ Want to learn more about BadUSBs? Check out our online course: [learnbadusb.com] ## About -This open-source project aims to provide a user-friendly tool to learn about keystroke injection attacks and 'BadUSBs'. +This open-source project aims to provide a user-friendly tool to learn about keystroke injection attacks and 'BadUSBs'. -By emulating a USB keyboard, tools like this can gain full access to any computer with a USB port in a matter of seconds! -This is made possible by the fact that keyboards are trusted by computers. You can have full control over a computer with just a keyboard. -A BadUSB pretends to be a keyboard to the computer to send keystrokes. -But unlike a human, it can type hundreds of characters per second. -By using a simple scripting language, it's easy to make BadUSBs type whatever you want. +By emulating a USB keyboard, tools like this can gain full access to any computer with a USB port in a matter of seconds! +This is made possible by the fact that keyboards are trusted by computers. You can have full control over a computer with just a keyboard. +A BadUSB pretends to be a keyboard to the computer to send keystrokes. +But unlike a human, it can type hundreds of characters per second. +By using a simple scripting language, it's easy to make BadUSBs type whatever you want. With the WiFi Duck, you can simply connect via WiFi to manage all scripts -from within a web interface. This means that, unlike other BadUSBs, you don't need to install an app, log in, compile or copy scripts to an SD card. +from within a web interface. This means that, unlike other BadUSBs, you don't need to install an app, log in, compile or copy scripts to an SD card. ## Usage @@ -73,19 +73,36 @@ from within a web interface. This means that, unlike other BadUSBs, you don't ne 4. Write, save and run your first Ducky Script 5. [Recommended] Open `Settings` (top right corner) and update SSID and password +### Switching Between Access Point (AP) and Station (STA) Modes + +The WiFi Duck firmware now supports dynamic switching between Access Point (AP) mode and Station (STA) mode. This flexibility allows you to either create a local WiFi network or connect to an existing WiFi network based on your needs. + +**Steps to Configure:** + +1. **Access Point (AP) Mode:** + - If you set the mode to "AP" in the settings and provide a WiFi SSID and password, the WiFi Duck will create a WiFi network using these credentials. + - This is ideal when you want to directly connect to the device without relying on an external WiFi network. + +2. **Station (STA) Mode:** + - When the mode is set to "STA" and the WiFi SSID and password are provided, the WiFi Duck will attempt to connect to the specified WiFi network. + - The device will make up to 10 connection attempts, with a 10-second delay between each attempt. + - If all attempts fail, the WiFi Duck will automatically switch back to AP mode and create its own network, ensuring continued access. + +**Note:** After updating the firmware from the Web UI, you need to go to settings and perform a `RESET SETTINGS` operation. This step is necessary because the mode configuration was not present in the previous firmware versions, and resetting will ensure the new settings are applied correctly. + **Help I forgot the password:** [Flash the ESP8266](#flash-esp8266), but make sure that you select `Erase Flash: Sketch + WiFi Settings` -under Tools in the Arduino IDE. +under Tools in the Arduino IDE. -If you have further questions, check out the [issue section](https://github.com/spacehuhn/WiFiDuck/issues). +If you have further questions, check out the [issue section](https://github.com/spacehuhn/WiFiDuck/issues). ## Support us -Hey, do you like this kind of project? -It took a huge amount of effort to create! +Hey, do you like this kind of project? +It took a huge amount of effort to create! -To make sure we can keep working on free and open-source projects like this, -**please consider becoming a [:heart: Sponsor](https://github.com/sponsors/spacehuhntech) or support us via [:coffee: Ko-fi](https://ko-fi.com/spacehuhn).** +To make sure we can keep working on free and open-source projects like this, +**please consider becoming a [:heart: Sponsor](https://github.com/sponsors/spacehuhntech) or support us via [:coffee: Ko-fi](https://ko-fi.com/spacehuhn).** Visit [spacehuhn.com](https://spacehuhn.com) to learn more about us. :chicken: @@ -103,9 +120,9 @@ Visit [spacehuhn.com](https://spacehuhn.com) to learn more about us. :chicken:

-A nicely encased, inconspicuous looking BadUSB by Maltronics. -Having USB-A and USB-C makes it compatible with all kind of devices. -It comes flashed with the WiFi Duck firmware and works plug and play. +A nicely encased, inconspicuous looking BadUSB by Maltronics. +Having USB-A and USB-C makes it compatible with all kind of devices. +It comes flashed with the WiFi Duck firmware and works plug and play. ℹ️ **[Documentation can be found here](http://docs.maltronics.com/malduino-w/)** ### DSTIKE WiFi Duck @@ -118,13 +135,13 @@ It comes flashed with the WiFi Duck firmware and works plug and play.

-A custom designed development board which comes preflashed with this software by Travis Lin. +A custom designed development board which comes preflashed with this software by Travis Lin. -You can update the ESP8266 over the air and flash the Atmega32u4 via Arduino, all while enclosed in its neat little case. +You can update the ESP8266 over the air and flash the Atmega32u4 via Arduino, all while enclosed in its neat little case. 📺 **[Watch the How to Update Tutorial here](https://youtu.be/e3-nsOjclsY)**. -If you wish to develop your own software or help improve this one, -the 8-bit DIP-switch makes it easy for you to access the Atmega32u4 or ESP8266 independently. +If you wish to develop your own software or help improve this one, +the 8-bit DIP-switch makes it easy for you to access the Atmega32u4 or ESP8266 independently. For more info see [Flash Software](#flash-software). | Mode | Atmega32u4 | ESP8266 | DIP-switch | Image | @@ -143,22 +160,22 @@ For more info see [Flash Software](#flash-software).

-To build a WiFi Duck yourself, you need the following hardware: -* An Atmega32u4 development board (see the list below) -* An ESP8266 or ESP8285 development board (see the list below) +To build a WiFi Duck yourself, you need the following hardware: +* An Atmega32u4 development board (see the list below) +* An ESP8266 or ESP8285 development board (see the list below) * Optional: A single Neopixel (WS2812b) or Dotstar (APA102) LED -To flash the microcontrollers you need a computer and USB cable. +To flash the microcontrollers you need a computer and USB cable. -If you're a beginner, it's recommended you wire everything together on a breadboard first! -In this case, you'd also need a breadboard with a couple of jumper wires. +If you're a beginner, it's recommended you wire everything together on a breadboard first! +In this case, you'd also need a breadboard with a couple of jumper wires. If you wish to solder everything together into a small gadget, -you also need soldering equipment. +you also need soldering equipment. You can use any Atmega32u4 or ESP8266 based development board, -but if you have no idea where to start, here's a list. -:warning: **Keep in mind that you will need both microcontrollers!** +but if you have no idea where to start, here's a list. +:warning: **Keep in mind that you will need both microcontrollers!** The Atmega32u4 to act as USB keyboard, and the ESP8266 for WiFi. ### Atmega32u4 Development Boards @@ -168,7 +185,7 @@ The Atmega32u4 to act as USB keyboard, and the ESP8266 for WiFi. * CJMCU Beetle * SS Micro -:bangbang: **DIGISPARK or other ATTINY85 based development boards, are NOT supported!** :bangbang: +:bangbang: **DIGISPARK or other ATTINY85 based development boards, are NOT supported!** :bangbang: ### ESP8266 Development Boards * NodeMCU 1.0 (ESP-12E Module) @@ -178,7 +195,7 @@ The Atmega32u4 to act as USB keyboard, and the ESP8266 for WiFi. ### Connections -A map of pins that need to be connected. +A map of pins that need to be connected. | ESP8266 | Atmega32u4 | | ------- | ---------- | @@ -186,16 +203,16 @@ A map of pins that need to be connected. | `D2` alias `GPIO 4` | `2` alias `SDA` | | `GND` | `GND` | -Ideally, you want the Atmega32u4 to power the ESP8266, so it can run on **one** USB connection, instead of having to always plug in both. -To share power between both chips, you need a voltage regulator that takes 5V and turns it into 3.3V. -That's because USB runs on 5V, but the ESP8266 only takes 3.3V. Luckily most development boards have such a regulator on board. -**DO NOT CONNECT ESP8266 VCC to the ATMEGA32u4 VCC**, it will kill the ESP826. Instead look for the `5V` or `VIN` pin on your dev board, as those will be connected to the regulator. +Ideally, you want the Atmega32u4 to power the ESP8266, so it can run on **one** USB connection, instead of having to always plug in both. +To share power between both chips, you need a voltage regulator that takes 5V and turns it into 3.3V. +That's because USB runs on 5V, but the ESP8266 only takes 3.3V. Luckily most development boards have such a regulator on board. +**DO NOT CONNECT ESP8266 VCC to the ATMEGA32u4 VCC**, it will kill the ESP826. Instead look for the `5V` or `VIN` pin on your dev board, as those will be connected to the regulator. | ESP8266 Dev Board | Atmega32u4 | | ----------------- | -------------------- | | `5V` or `VIN` | `RAW`, `5V` or `VIN` | -To add a Neopixel (WS2812b) LED: +To add a Neopixel (WS2812b) LED: | Atmega32u4 | Neopixel LED | | ---------- | ------------ | @@ -203,15 +220,15 @@ To add a Neopixel (WS2812b) LED: | `5V` alias `VCC` | `5V` alias `VCC` | | `GND` | `GND` | -\* The Data pin can be changed later on in the software, pin 7 is just an example. +\* The Data pin can be changed later on in the software, pin 7 is just an example. ![Example of a DIY build using a Wemos d1 mini, a Pro Micro and a Neopixel LED](img/diy_example.jpg) ### PCB -To make the DIY process easier, I designed a little PCB. +To make the DIY process easier, I designed a little PCB. -You solder a Pro Micro board on one side and a Wemos d1 mini or NodeMCU board (depending on the PCB) on the other side. +You solder a Pro Micro board on one side and a Wemos d1 mini or NodeMCU board (depending on the PCB) on the other side. That's it. You don't even have to solder all pins, just the ones mentioned in [Connections](#connections), excluding the LED. @@ -223,7 +240,7 @@ just the ones mentioned in [Connections](#connections), excluding the LED. Soldered PCBs

-Design Files: +Design Files: * Pro Micro + Wemos d1 mini: https://easyeda.com/Spacehuhn/wifi-duck * Pro Micro + NodeMCU: https://easyeda.com/Spacehuhn/diy-wifi-duck-pro-micro-nodemcu @@ -272,11 +289,11 @@ For example `NodeMCU 1.0 (ESP-12E Module)`. **Pro Tip:** If the ESP8266 is already running this software and you just want to update it, you don't have to connect it via USB. -You can update it over the air! Simply connect to the `wifiduck` network (default password is `wifiduck`). +You can update it over the air! Simply connect to the `wifiduck` network (default password is `wifiduck`). Then in Arduino at `Tools` > `Port` you should now see a network port. -Select it and press `Upload`. +Select it and press `Upload`. -**Note:** After the initial flashing, the ESP8266 has to format its memory, so it might take a minute until it's fully ready. +**Note:** After the initial flashing, the ESP8266 has to format its memory, so it might take a minute until it's fully ready. If you connected the RGB LED: * Blue LED = Connection working @@ -284,27 +301,27 @@ If you connected the RGB LED: ### Unbrick Atmega32u4 -If you flashed your Atmega32u4 board with the wrong bootloader, -it will no longer appear in the port selection after you connect it. +If you flashed your Atmega32u4 board with the wrong bootloader, +it will no longer appear in the port selection after you connect it. To solve this, you need to: 1. Connect the reset pin `RST` to ground `GND`. -Preferably with a jumper wires, because you need to be able to disconnect it quickly. -2. Open a sketch, `atmegaduck/atmega_duck.ino` or an empty sketch. +Preferably with a jumper wires, because you need to be able to disconnect it quickly. +2. Open a sketch, `atmegaduck/atmega_duck.ino` or an empty sketch. **Make sure to have the correct board selected under `Tools` > `Board`!** 3. Connect the board with the wire still connected. -4. Press `Upload` and as soon as you see `Compiling...` turn to `Uploading...`, disconnect the wire. +4. Press `Upload` and as soon as you see `Compiling...` turn to `Uploading...`, disconnect the wire. -Now it should flash the sketch and the correct bootloader. +Now it should flash the sketch and the correct bootloader. ## Scripting ### Basics -Keys are separated by a single space. -Everything written in a single line gets pressed and released at the same time. -To write text, use the STRING function. -It's compatible to Ducky Script, which was developed by the wonderful people at [Hak5](https://www.hak5.org/). +Keys are separated by a single space. +Everything written in a single line gets pressed and released at the same time. +To write text, use the STRING function. +It's compatible to Ducky Script, which was developed by the wonderful people at [Hak5](https://www.hak5.org/). | Example | Explanation | | ------- | ----------- | @@ -392,7 +409,7 @@ STRING Hello World! ## CLI Commands -The command line interface or CLI is accessible using a serial connection to the ESP8266 (115200 baud, Newline ending) or via the web interface at `192.168.4.1/terminal.html`. +The command line interface or CLI is accessible using a serial connection to the ESP8266 (115200 baud, Newline ending) or via the web interface at `192.168.4.1/terminal.html`. ### General @@ -424,39 +441,39 @@ The command line interface or CLI is accessible using a serial connection to the | close | Closes file stream | `close` | | read | Read and return the result from file stream | `read` | -If a stream is open, everything you type (except messages containing exactly `close` or `read`) will be written to the file until you type `close`! +If a stream is open, everything you type (except messages containing exactly `close` or `read`) will be written to the file until you type `close`! ## How to Debug To properly debug, you need to have both the Atmega32u4 -and the ESP8266 connected via USB to your computer. +and the ESP8266 connected via USB to your computer. That can be tricky when you only have a all in one board, so it might be useful you built one yourself. You don't need to solder it, for example you can use an -Arduino Leonardo and a NodeMCU and connect them with jumper cables. +Arduino Leonardo and a NodeMCU and connect them with jumper cables. Now open 2 instances of Arduino (so they run as separate processes!), select the COM port and open the serial monitor for each device. You might need to reset the Atmega32u4 to see serial output. -If that causes problems with the i2c connection, try to reset the ESP8266 too. +If that causes problems with the i2c connection, try to reset the ESP8266 too. ## Development ### Edit Web Files -If you would like to modify the web interface, you can! -The `web/` folder contains all `.html`, `.css`, `.js` files. +If you would like to modify the web interface, you can! +The `web/` folder contains all `.html`, `.css`, `.js` files. You can edit and test them locally as long as you're connected to the WiFi Duck -network thanks to the websocket connection handled by JavaScript in the background. +network thanks to the websocket connection handled by JavaScript in the background. To get the new files onto the ESP8266, run `python3 webconverter.py` in the -repository folder. +repository folder. It gzips all files inside `web/`, converts them into a hex array -and saves it in `esp_duck/webfiles.h`. -Now you just need to [flash](#flash-software) the ESP8266 again. +and saves it in `esp_duck/webfiles.h`. +Now you just need to [flash](#flash-software) the ESP8266 again. ### Translate Keyboard Layout -Currently supported keyboard layouts: +Currently supported keyboard layouts: - [:de: DE](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/locale_de.h) - [:gb: GB](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/locale_gb.h) - [:us: US](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/locale_us.h) @@ -476,49 +493,49 @@ Currently supported keyboard layouts: - [:switzerland: CH-FR](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/locale_chfr.h) - [:hungary: HU](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/locale_hu.h) -All standard keys are defined in [usb_hid_keys.h](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/usb_hid_keys.h). +All standard keys are defined in [usb_hid_keys.h](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/usb_hid_keys.h). To translate a keyboard layout, you have to match each character on -your keyboard to the one(s) of a US keyboard. -This stuff is hard to explain in writing and requires a lot of manual work and testing. +your keyboard to the one(s) of a US keyboard. +This stuff is hard to explain in writing and requires a lot of manual work and testing. -1. Copy one of the existing layouts files, like [locale_us.h](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/locale_us.h). -Preferably one that is close to your keyboard layout, it will save you time! +1. Copy one of the existing layouts files, like [locale_us.h](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/locale_us.h). +Preferably one that is close to your keyboard layout, it will save you time! 2. Add `#include "locale_xx.h"` to the end of the locales.h file. 3. Rename the file and its variables to your language code. -For example: -`locale_xx.h` -> `locale_de.h`, -`ascii_xx` -> `ascii_de`, -`locale_xx` -> `locale_de`, -`utf8_xx` -> `utf8_de`. -`combinations_xx` -> `combinations_de`, -4. Modify the ASCII array. +For example: +`locale_xx.h` -> `locale_de.h`, +`ascii_xx` -> `ascii_de`, +`locale_xx` -> `locale_de`, +`utf8_xx` -> `utf8_de`. +`combinations_xx` -> `combinations_de`, +4. Modify the ASCII array. The ASCII array has a fixed size. Each row describes a key. First a modifier key like `KEY_MOD_LSHIFT`, then a character key. Some ASCII characters can't be typed or don't require a modifier, that's where you must place `KEY_NONE`. -Check [usb_hid_keys.h](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/usb_hid_keys.h) for the available keys. -If multiple modifiers are required, you must use a bitwise OR to connect them: `KEY_MOD_RALT | KEY_MOD_LSHIFT`. -For example, in [locale_de.h](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/locale_de.h#L136) `Z` is saved as `KEY_MOD_LSHIFT, KEY_Y`. +Check [usb_hid_keys.h](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/usb_hid_keys.h) for the available keys. +If multiple modifiers are required, you must use a bitwise OR to connect them: `KEY_MOD_RALT | KEY_MOD_LSHIFT`. +For example, in [locale_de.h](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/locale_de.h#L136) `Z` is saved as `KEY_MOD_LSHIFT, KEY_Y`. This is because German keyboards use QWERTZ instead of the QWERTY layout -and since the letter is uppercase, shift must be pressed as well. +and since the letter is uppercase, shift must be pressed as well. Thankfully you don't have to trial and error everything, the Hak5 Community -translated a lot of layouts already [here](https://github.com/hak5darren/USB-Rubber-Ducky/tree/master/Encoder/resources). It's just written in a different syntax. For example, `ASCII_20` (20 in hexadecimal) is the 32th character in our ascii array. -5. [deprecated] ~~Modify or create the extended ASCII array. +translated a lot of layouts already [here](https://github.com/hak5darren/USB-Rubber-Ducky/tree/master/Encoder/resources). It's just written in a different syntax. For example, `ASCII_20` (20 in hexadecimal) is the 32th character in our ascii array. +5. [deprecated] ~~Modify or create the extended ASCII array. The extended ASCII array doesn't have a fixed size and is only as long as you make it. First the character code. For example, [ä](https://theasciicode.com.ar/extended-ascii-code/letter-a-umlaut-diaeresis-a-umlaut-lowercase-ascii-code-132.html) has the index 132, or 84 in hex. It doesn't use a modifier and sits where the apostrophe key is on a US keyboard: -`0x84, KEY_NONE, KEY_APOSTROPHE, // ä`.~~ -6. Modify or create the UTF-8 array. -The UTF-8 array is variable in length, too. -The first 4 bytes are the character code. +`0x84, KEY_NONE, KEY_APOSTROPHE, // ä`.~~ +6. Modify or create the UTF-8 array. +The UTF-8 array is variable in length, too. +The first 4 bytes are the character code. For example, [Ä](https://www.fileformat.info/info/unicode/char/00c4/index.htm) has the hex code c384 or 0xc3 0x84. The other 2 bytes are not used so we set them to 0. -Because the letter is uppercase, we need to press the shift key and like before, the letter is typed by pressing the same key as the apostrophe key of a US keyboard: `0xc3, 0x84, 0x00, 0x00, KEY_MOD_LSHIFT, KEY_APOSTROPHE, // Ä`. -7. Edit the hid_locale_t structure. -If you renamed all variables accordingly, there's nothing left to do. +Because the letter is uppercase, we need to press the shift key and like before, the letter is typed by pressing the same key as the apostrophe key of a US keyboard: `0xc3, 0x84, 0x00, 0x00, KEY_MOD_LSHIFT, KEY_APOSTROPHE, // Ä`. +7. Edit the hid_locale_t structure. +If you renamed all variables accordingly, there's nothing left to do. 8. Go to [duckparser.cpp](https://github.com/spacehuhn/WiFiDuck/blob/master/atmega_duck/duckparser.cpp#L163) at `// LOCALE (-> change keyboard layout)` you can see a bunch of else if statements. -You need to copy one for your layout. +You need to copy one for your layout. -Before adding GB layout: +Before adding GB layout: ```c if (compare(w->str, w->len, "US", CASE_SENSETIVE)) { keyboard::setLocale(&locale_us); @@ -537,7 +554,7 @@ if (compare(w->str, w->len, "US", CASE_SENSETIVE)) { keyboard::setLocale(&locale_gb); } ``` -9. Test your layout with a Ducky Script that contains all characters of your keyboard. For example: +9. Test your layout with a Ducky Script that contains all characters of your keyboard. For example: ``` LOCALE DE STRING !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_abcdefghijklmnopqrstuvwxyz{|}~²³äöüÄÖÜ߀°§` @@ -548,15 +565,15 @@ ENTER ## Disclaimer -This tool is intended to be used for testing, training, and educational purposes only. -Never use it to do harm or create damage! +This tool is intended to be used for testing, training, and educational purposes only. +Never use it to do harm or create damage! -The continuation of this project counts on you! +The continuation of this project counts on you! ## License This software is licensed under the MIT License. -See the [license file](LICENSE) for details. +See the [license file](LICENSE) for details. ## Credits diff --git a/esp_duck/config.h b/esp_duck/config.h index 55cfa409..09f14db6 100644 --- a/esp_duck/config.h +++ b/esp_duck/config.h @@ -35,12 +35,21 @@ #define BOOT_MAGIC_NUM 1234567890 /*! ===== WiFi Settings ===== */ -#define WIFI_SSID "wifiduck" -#define WIFI_PASSWORD "wifiduck" -#define WIFI_CHANNEL "1" -#define HOSTNAME "wifiduck" -#define URL "wifi.duck" +/* +Mode can be "STA" or "AP" + STA is for connecting to an existing access point + AP is for creating a new access point +*/ +#define MODE "STA" + +#define WIFI_SSID "wifiduck" // wifi name for AP or STA +#define WIFI_PASSWORD "wifiduck" // wifi password for AP or STA + +#define WIFI_CHANNEL "1" // wifi channel for AP + +#define HOSTNAME "wifiduck" // hostname +#define URL "wifi.duck" // url to access web interface /*! ========== Safty checks ========== */ #if !defined(ENABLE_I2C) && !defined(ENABLE_SERIAL) diff --git a/esp_duck/settings.cpp b/esp_duck/settings.cpp index 8248248f..7531ea5e 100644 --- a/esp_duck/settings.cpp +++ b/esp_duck/settings.cpp @@ -18,6 +18,7 @@ namespace settings { typedef struct settings_t { uint32_t magic_num; + char mode[11]; char ssid[33]; char password[65]; char channel[5]; @@ -36,6 +37,7 @@ namespace settings { eeprom::getObject(SETTINGS_ADDRES, data); if (data.magic_num != SETTINGS_MAGIC_NUM) reset(); + if (data.mode[10] != 0) setMODE(MODE); if (data.ssid[32] != 0) setSSID(WIFI_SSID); if (data.password[64] != 0) setPassword(WIFI_PASSWORD); if (data.channel[4] != 0) setChannel(WIFI_CHANNEL); @@ -45,6 +47,7 @@ namespace settings { void reset() { debugln("Resetting Settings"); data.magic_num = SETTINGS_MAGIC_NUM; + setMODE(MODE); setSSID(WIFI_SSID); setPassword(WIFI_PASSWORD); setChannel(WIFI_CHANNEL); @@ -58,6 +61,9 @@ namespace settings { String toString() { String s; + s += "mode="; + s += getMODE(); + s += "\n"; s += "ssid="; s += getSSID(); s += "\n"; @@ -74,6 +80,10 @@ namespace settings { return s; } + const char* getMODE() { + return data.mode; + } + const char* getSSID() { return data.ssid; } @@ -96,7 +106,9 @@ namespace settings { } void set(const char* name, const char* value) { - if (strcmp(name, "ssid") == 0) { + if (strcmp(name, "mode") == 0) { + setMODE(value); + } else if (strcmp(name, "ssid") == 0) { setSSID(value); } else if (strcmp(name, "password") == 0) { setPassword(value); @@ -107,6 +119,15 @@ namespace settings { } } + void setMODE(const char* mode) { + if (mode) { + memset(data.mode, 0, sizeof(data.mode)); // Clear the buffer to ensure no leftover data + strncpy(data.mode, mode, sizeof(data.mode) - 1); // Copy up to 10 characters, leave room for null terminator + data.mode[sizeof(data.mode) - 1] = '\0'; // Explicitly set the last character to null terminator + save(); + } + } + void setSSID(const char* ssid) { if (ssid) { memset(data.ssid, 0, 33); diff --git a/esp_duck/settings.h b/esp_duck/settings.h index 6cfae28b..3b4987b9 100644 --- a/esp_duck/settings.h +++ b/esp_duck/settings.h @@ -16,6 +16,7 @@ namespace settings { String toString(); + const char* getMODE(); const char* getSSID(); const char* getPassword(); const char* getChannel(); @@ -25,6 +26,7 @@ namespace settings { void set(const char* name, const char* value); + void setMODE(const char* mode); void setSSID(const char* ssid); void setPassword(const char* password); void setChannel(const char* channel); diff --git a/esp_duck/webfiles.h b/esp_duck/webfiles.h index 3f1c9e2a..cfcb35f2 100644 --- a/esp_duck/webfiles.h +++ b/esp_duck/webfiles.h @@ -32,23 +32,23 @@ server.on("/terminal.js", HTTP_GET, [](AsyncWebServerRequest* request) {\ reply(request, 200, "application/javascript", terminal_js, sizeof(terminal_js));\ }); -const uint8_t credits_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0xa5,0x57,0x6d,0x6f,0xdb,0x38,0x12,0xfe,0xde,0x5f,0x31,0xf5,0x1,0x87,0x5d,0xc0,0xb6,0xb6,0x2d,0x50,0x74,0xb,0x25,0x80,0x6a,0x2b,0x8d,0xb0,0x8e,0x65,0x48,0x4a,0x73,0xf9,0xb4,0xa0,0x25,0x3a,0xe2,0x95,0x12,0x5,0x92,0x8a,0x6b,0xe0,0x7e,0xfc,0xcd,0x50,0xb2,0x6c,0xd7,0x49,0xba,0xdb,0x5,0x82,0x58,0xe4,0x70,0xe6,0x99,0x19,0xce,0x1b,0xfd,0xd7,0x93,0xc9,0x2b,0x0,0xc8,0x4a,0x61,0xc0,0xa8,0x8d,0xdd,0x32,0xcd,0x1,0xbf,0xa5,0xc8,0x79,0x6d,0x78,0x1,0x6d,0x5d,0x70,0xd,0xb6,0xe4,0x70,0x13,0x65,0xb0,0xe8,0xb6,0xa7,0x90,0x72,0xee,0x36,0xfb,0x73,0xb0,0x11,0x12,0xff,0x29,0xd,0x5,0xb7,0x4c,0x48,0x33,0x25,0xa9,0xa9,0x6a,0x75,0xce,0x3f,0x42,0x69,0x6d,0x63,0x3e,0x7a,0xde,0x83,0xb0,0x65,0xbb,0x9e,0xe6,0xaa,0xf2,0x4c,0xc3,0x72,0x5e,0xb6,0x65,0x6d,0x79,0x5e,0x7a,0x77,0xe2,0x4a,0xcc,0xdb,0xfc,0xeb,0xab,0xc9,0xe4,0xf2,0x95,0xff,0x7a,0x1e,0xcf,0xb2,0xfb,0x55,0x88,0x7c,0x95,0xc4,0x75,0xf7,0x83,0xbf,0x9c,0x15,0x97,0x28,0xd7,0xaf,0x10,0x3,0xf2,0x92,0x69,0xc3,0xed,0xc5,0xe8,0x36,0xbb,0x9a,0x7c,0x18,0x1d,0x8,0x35,0xab,0xf8,0xc5,0xe8,0x51,0xf0,0x6d,0xa3,0xb4,0x1d,0x41,0xae,0x10,0xa4,0xc6,0x83,0x5b,0x51,0xd8,0xf2,0xa2,0xe0,0x8f,0xa8,0xf3,0xc4,0x2d,0xc6,0x20,0x6a,0x61,0x5,0x93,0x13,0x93,0x33,0xc9,0x2f,0x7e,0x9b,0x7e,0x18,0x43,0x85,0x7b,0x15,0x6e,0xb5,0xe2,0x4c,0x28,0x5a,0x5c,0xf1,0x49,0xae,0xa4,0xd2,0x47,0x72,0xff,0xf5,0xee,0xfd,0xbb,0xdf,0xdf,0x85,0x78,0xfa,0xbb,0xe3,0x5,0x37,0xb9,0x16,0x8d,0x15,0xaa,0x3e,0x3a,0x4e,0xc6,0x2,0x59,0xdb,0x89,0xb7,0xc2,0x4a,0x7e,0x39,0x6c,0xc2,0xff,0x20,0x58,0xab,0xd6,0xfa,0x5e,0x47,0x70,0x32,0xa5,0xa8,0xbf,0x82,0xe6,0xf2,0x62,0x64,0xec,0x4e,0x72,0x53,0x72,0x8e,0x86,0xd9,0x5d,0x43,0x3a,0xf1,0x6f,0xd6,0xcb,0x8d,0x19,0x41,0xa9,0xf9,0xa6,0x3f,0x31,0xa5,0xd,0x74,0x9d,0xd7,0xf9,0xec,0x95,0xbf,0x56,0xc5,0xce,0xc1,0xd5,0xec,0x91,0x7e,0xf1,0xab,0x95,0x90,0x4b,0x66,0xcc,0xc5,0xa8,0xe2,0x75,0x3b,0xea,0x76,0x1d,0xd8,0xa5,0xcf,0x7a,0x61,0x2,0x6f,0xff,0xdb,0x94,0x2e,0x60,0x74,0x50,0xd1,0xf7,0xd8,0xa5,0xef,0xe1,0xb1,0xa7,0x38,0xf0,0x4a,0xac,0xa8,0x1f,0x4c,0xcf,0x94,0xf6,0xcb,0x17,0x79,0x2c,0xd7,0xe8,0x74,0x26,0x7b,0x9e,0xac,0x5f,0xbe,0xc8,0x93,0x6b,0x5e,0x8,0xbb,0x87,0xe9,0x5d,0x76,0x7c,0xde,0xf7,0x5a,0xe9,0x2c,0xf6,0x7a,0x93,0xfd,0x42,0x3c,0x82,0x28,0xc8,0x43,0xcc,0xb6,0xe8,0x1e,0xdf,0xc3,0x9d,0xee,0x8a,0x99,0xa8,0x7b,0x2e,0xc3,0x73,0xba,0xaf,0x1,0xb3,0x7c,0x73,0x39,0x17,0x6,0x1d,0x25,0x2a,0xae,0xd1,0x9f,0x6f,0x6,0x4a,0xb3,0xff,0xea,0xd3,0xc7,0x2a,0x25,0x29,0x75,0x4,0xdd,0x73,0x81,0xa9,0x63,0x15,0xac,0x39,0xb4,0x94,0x45,0x94,0x19,0x96,0x1b,0x72,0xc5,0x18,0xac,0x46,0x38,0xf7,0xc5,0xea,0x2,0x78,0xd1,0xe6,0x8c,0x20,0x99,0x84,0xa6,0xd5,0x8d,0x32,0xdc,0x80,0xaa,0xe5,0x6e,0xea,0xaf,0xf5,0x1,0x62,0xc9,0x1f,0x31,0xf,0x51,0x18,0x8,0x4b,0x92,0xb,0x5,0x98,0x0,0x15,0xa0,0x60,0x74,0x5,0xb3,0x1c,0xa,0x56,0xb1,0x7,0xfe,0xfa,0x84,0xeb,0x64,0x91,0x61,0xbe,0x52,0x14,0x8a,0xba,0x75,0x80,0xa0,0x36,0x98,0xc3,0xa8,0x71,0xa3,0xd5,0x7f,0xd1,0x6c,0x24,0xb6,0xb5,0x25,0x70,0xd8,0xa9,0xf6,0xf5,0xde,0x4e,0xaf,0xd9,0x3b,0xf4,0xc4,0x37,0x4f,0x79,0xaa,0x2f,0xf,0xcf,0xb9,0xe9,0xa8,0x82,0x9c,0x28,0x36,0x53,0xcd,0x4e,0x8b,0x87,0xd2,0xc2,0x2f,0xf9,0xaf,0xf0,0xf6,0xb7,0xb7,0x6f,0x20,0xdd,0xd7,0x7,0xc8,0xb0,0x40,0xd4,0x98,0x71,0xf,0x82,0x9b,0xe7,0x6d,0x5b,0x51,0xcc,0x18,0x43,0x56,0xa1,0x41,0x25,0xd7,0x7c,0xbd,0x83,0x7,0xcd,0xf0,0x2e,0x8a,0x31,0x6c,0x34,0x96,0x2b,0xb4,0x96,0x6a,0xc6,0x3,0x1f,0x93,0xff,0x58,0xbd,0x83,0x86,0x6b,0x43,0x6e,0x58,0xdb,0xee,0x42,0x0,0xab,0xa,0xaa,0x32,0x8,0xdd,0xfb,0x67,0x28,0x8c,0x74,0x5f,0x98,0x31,0x2a,0x17,0xe8,0xf0,0x2,0xef,0x20,0x6f,0x31,0x77,0x6c,0xe7,0x4d,0x2a,0x81,0x6,0x7e,0xa1,0xaa,0x38,0x4a,0x7b,0x8e,0xd1,0xaf,0xe,0xac,0xe0,0x4c,0xe,0x52,0x45,0xed,0x2a,0xe7,0xfe,0x8,0x6c,0xb1,0x2a,0x62,0xf4,0x62,0x7e,0x1b,0xab,0x85,0xf3,0x29,0xd5,0xa5,0x5c,0xb6,0x5,0xe9,0xb4,0x27,0x4b,0x51,0x89,0x1e,0x89,0xd8,0x9d,0xbf,0xcc,0x20,0x14,0x41,0x30,0x36,0xc6,0x4e,0x7f,0x2c,0x61,0xaa,0x10,0x1b,0xfa,0xe5,0xce,0xdc,0xa6,0x5d,0x4b,0x61,0xb0,0xda,0x15,0x82,0x20,0xd6,0xad,0xc5,0x4d,0x43,0x9b,0xee,0x2e,0x5c,0x1c,0x7a,0x18,0x48,0x86,0xcb,0x83,0x9a,0x28,0x49,0x50,0x24,0x6e,0x4e,0xb4,0xed,0x62,0x16,0xd1,0x1a,0x72,0xb8,0xed,0x5d,0x48,0xc1,0xf,0xdb,0x52,0x55,0xa7,0x96,0x89,0x83,0x7e,0x9b,0x56,0xd7,0xa8,0x42,0x97,0x15,0x18,0xbb,0x46,0x39,0xd,0x5c,0xd8,0xe1,0xe,0xb1,0x6d,0x94,0x94,0x6a,0x4b,0x26,0x63,0x90,0x62,0x6e,0xa3,0xa5,0xe6,0xe3,0xcb,0xd1,0xcc,0xd6,0xea,0x91,0x3b,0x9b,0xbb,0xf0,0xa9,0x95,0x45,0x93,0x3a,0x15,0x5d,0x60,0x1f,0xa2,0xa2,0x27,0x99,0x92,0x49,0x49,0x69,0xd9,0x39,0x18,0xf5,0xc1,0xeb,0x60,0x4f,0x98,0xad,0x49,0x3d,0xac,0x14,0x35,0xb5,0x7,0xa0,0x4e,0x42,0xfa,0x7c,0xef,0x8e,0xe9,0xb,0xfa,0x5d,0x87,0x90,0xc6,0x57,0xd9,0x5d,0x90,0x84,0x10,0xa5,0xb0,0x4a,0xe2,0x2f,0xd1,0x3c,0x9c,0xc3,0x28,0x48,0x71,0x3d,0x1a,0xc3,0x5d,0x94,0x5d,0xc7,0xb7,0x19,0xe0,0x89,0x24,0x58,0x66,0xf7,0x10,0x5f,0x41,0xb0,0xbc,0x87,0x3f,0xa2,0xe5,0x7c,0xc,0xe1,0x7f,0x56,0x49,0x98,0xa6,0x10,0x27,0x83,0xc8,0xe8,0x66,0xb5,0x88,0x42,0xa4,0x45,0xcb,0xd9,0xe2,0x76,0x1e,0x2d,0x3f,0xc3,0x27,0xe4,0x5f,0xc6,0x98,0x56,0x11,0x26,0x17,0xa,0xcf,0x62,0x7,0xdc,0x8b,0x8c,0xc2,0x94,0x84,0xde,0x84,0xc9,0xec,0x1a,0x97,0xc1,0xa7,0x68,0x11,0x65,0xf7,0xe3,0x41,0xe0,0x55,0x94,0x2d,0x9,0xe3,0x2a,0x4e,0x20,0x80,0x55,0x90,0x64,0xd1,0xec,0x76,0x11,0x24,0xb0,0xba,0x4d,0x56,0x71,0x1a,0xa2,0x3a,0x73,0x14,0xbf,0x8c,0x96,0x57,0x9,0xa2,0x85,0x37,0xe1,0x32,0x9b,0x22,0x3a,0xee,0x41,0xf8,0x5,0x17,0x90,0x5e,0x7,0x8b,0x5,0x41,0xe,0x32,0x83,0x5b,0xb4,0x2a,0x21,0xbd,0x61,0x16,0xaf,0xee,0x93,0xe8,0xf3,0x75,0x6,0xd7,0xf1,0x62,0x1e,0xe2,0xe6,0xa7,0x10,0x35,0xd,0x3e,0x2d,0xc2,0xe,0x12,0x8d,0x9d,0x2d,0x82,0xe8,0x66,0xc,0xf3,0xe0,0x26,0xf8,0x1c,0x3a,0xae,0x18,0xa5,0x1d,0x6c,0xa6,0xe3,0x9d,0xd6,0x70,0x77,0x1d,0x12,0x89,0xf0,0x3,0xfc,0x9b,0x65,0x51,0xbc,0x24,0xf3,0x66,0xf1,0x32,0x4b,0x70,0x39,0x46,0xeb,0x93,0x6c,0x10,0x71,0x17,0xa5,0xe1,0x18,0x82,0x24,0x4a,0xc9,0x51,0x57,0x49,0x7c,0x73,0x30,0x9c,0xdc,0x8e,0x9c,0xb1,0x13,0x86,0xfc,0xcb,0xb0,0x93,0x46,0x57,0x72,0x7a,0x73,0x78,0x84,0xd6,0xb7,0x69,0x38,0x8,0x86,0x79,0x18,0x2c,0x50,0x66,0x4a,0xcc,0xc7,0xa6,0xef,0x99,0xa6,0x3f,0x51,0x3a,0x67,0x5d,0x3f,0x7b,0xae,0x74,0xc6,0x18,0x75,0xfa,0x50,0x88,0xe,0x4d,0xe5,0xa8,0x7e,0x9f,0x26,0xcb,0x4,0x86,0x5e,0xb9,0x9f,0xbf,0xb6,0xdb,0xed,0x94,0xe9,0xa2,0x15,0xb5,0x9a,0xe6,0x39,0xe,0x10,0x54,0xd,0x71,0x22,0xf9,0x73,0x2d,0x59,0x8d,0xe3,0x48,0xd0,0xd1,0x5c,0x1f,0xfd,0x81,0xa8,0xa3,0x51,0x8e,0x15,0x6c,0xa3,0x5b,0x61,0xbd,0xa0,0xff,0xf8,0x73,0xc9,0xd5,0x4a,0x7c,0xe3,0xf2,0x1c,0x1,0x29,0xd,0x51,0xb0,0xd,0xac,0x35,0xd3,0xbb,0x7f,0xc,0x35,0x57,0x36,0x45,0x90,0x73,0x24,0x24,0x60,0xf6,0xea,0x9f,0x4,0x1a,0xc6,0x53,0xf,0x3b,0x46,0x41,0x2e,0xf7,0x2c,0xf6,0x10,0xaf,0x62,0x6,0x87,0x15,0x6f,0x2b,0x36,0xa2,0xa0,0x9,0xee,0xdc,0x85,0x5f,0x12,0x4c,0xdd,0x74,0xf5,0xe1,0xed,0xfb,0xf7,0xf0,0x6f,0x48,0x83,0x9b,0x39,0xf4,0x6e,0xc5,0x36,0xa7,0xf9,0xdf,0xd4,0x3,0xa7,0xcd,0x5a,0x4d,0x70,0x64,0xf5,0x50,0x66,0x60,0x76,0x75,0x9e,0xcd,0x56,0xe7,0xa8,0x47,0xc4,0x7f,0xc,0x70,0xc7,0xd7,0x29,0xd7,0x38,0x6c,0x3c,0xf,0x33,0x1c,0xf9,0x69,0xaf,0xa6,0xa2,0x6a,0x24,0x9f,0x2d,0xa2,0x73,0x90,0x81,0x44,0xc2,0x7f,0x22,0x91,0xb2,0x12,0xc5,0x98,0xe7,0x27,0x35,0xa2,0x52,0xcb,0xa1,0x79,0x6a,0xa7,0x6a,0x7a,0xc6,0x30,0x8b,0x13,0x83,0x6c,0x30,0xa5,0x2a,0xf6,0x95,0x1a,0xd0,0xc9,0x54,0x84,0xd3,0x95,0x14,0x16,0xbb,0x29,0x37,0xd,0xc7,0xce,0x2f,0xe5,0xee,0x87,0x99,0x86,0xd,0xbf,0xb6,0xaa,0x16,0xaa,0x35,0x53,0x6e,0xce,0x8d,0x3c,0xa2,0x93,0x99,0x2e,0x95,0x49,0x5,0x7,0x4e,0xf3,0x82,0x11,0xf,0xb5,0xeb,0x63,0xe8,0xd,0x4d,0x4d,0x8e,0xba,0xe,0x66,0xbd,0x6,0xfe,0xd,0xbb,0x9a,0xe0,0x75,0xce,0x9f,0x53,0x2,0x87,0x37,0xdb,0xae,0x79,0xe7,0x72,0xbe,0x23,0x9c,0x27,0x92,0x3d,0xed,0x29,0x3,0x7e,0x3f,0x88,0xa2,0x6,0xd,0x66,0xa9,0x74,0xdd,0x15,0xe7,0xe,0x2,0xb6,0x98,0xb5,0xf9,0xf,0x6d,0xc6,0xf1,0xf6,0x6b,0x87,0x7a,0x8e,0x96,0x69,0xf6,0x88,0x3e,0x5d,0x88,0x7a,0xc0,0x73,0x63,0xab,0x1b,0x83,0x69,0xee,0x70,0xe3,0x17,0xda,0xbb,0xc1,0xc9,0xbf,0xee,0xbc,0x8c,0x1d,0xb8,0x71,0x8d,0x17,0x49,0xad,0x71,0x83,0x10,0xe4,0xad,0xb1,0x38,0x66,0x54,0xac,0xe0,0xb0,0x4f,0xcd,0xef,0x14,0x23,0x29,0xf7,0xf1,0xad,0xc3,0x68,0xd,0x31,0xb,0xfb,0xf2,0x30,0xeb,0x7b,0xfb,0x7,0x80,0xbf,0x51,0xa,0x13,0xbc,0x3f,0xf3,0x57,0x42,0xf9,0xe4,0xfd,0xfa,0x84,0x97,0xdd,0x13,0x78,0x8,0x65,0x52,0x75,0x50,0xd7,0x47,0x21,0xb5,0x7b,0x91,0x60,0x28,0xd2,0x90,0x42,0x4f,0x12,0xda,0x3b,0x1c,0xf9,0xfb,0x93,0xf1,0x99,0xd2,0x83,0xa6,0xa4,0xf7,0xb9,0x82,0x27,0xe4,0x5e,0x4f,0xdf,0xdb,0xbb,0xc1,0xf7,0xba,0x87,0x23,0xbd,0x24,0xe9,0x15,0xfe,0x7f,0xdb,0x4e,0x2e,0x29,0x30,0x10,0x0,0x0 }; +const uint8_t credits_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0xa5,0x57,0x6d,0x6f,0xdb,0x38,0x12,0xfe,0xde,0x5f,0x31,0xf5,0x1,0x87,0x5d,0xc0,0xb6,0xb6,0x2d,0x50,0x74,0xb,0x25,0x80,0x6a,0x2b,0x8d,0xb0,0x8e,0x65,0x48,0x4a,0x73,0xf9,0xb4,0xa0,0x25,0x3a,0xe2,0x95,0x12,0x5,0x92,0x8a,0x6b,0xe0,0x7e,0xfc,0xcd,0x50,0xb2,0x6c,0xd7,0x49,0xba,0xdb,0x5,0x82,0x58,0xe4,0x70,0xe6,0x99,0x19,0xce,0x1b,0xfd,0xd7,0x93,0xc9,0x2b,0x0,0xc8,0x4a,0x61,0xc0,0xa8,0x8d,0xdd,0x32,0xcd,0x1,0xbf,0xa5,0xc8,0x79,0x6d,0x78,0x1,0x6d,0x5d,0x70,0xd,0xb6,0xe4,0x70,0x13,0x65,0xb0,0xe8,0xb6,0xa7,0x90,0x72,0xee,0x36,0xfb,0x73,0xb0,0x11,0x12,0xff,0x29,0xd,0x5,0xb7,0x4c,0x48,0x33,0x25,0xa9,0xa9,0x6a,0x75,0xce,0x3f,0x42,0x69,0x6d,0x63,0x3e,0x7a,0xde,0x83,0xb0,0x65,0xbb,0x9e,0xe6,0xaa,0xf2,0x4c,0xc3,0x72,0x5e,0xb6,0x65,0x6d,0x79,0x5e,0x7a,0x77,0xe2,0x4a,0xcc,0xdb,0xfc,0xeb,0xab,0xc9,0xe4,0xf2,0x95,0xff,0x7a,0x1e,0xcf,0xb2,0xfb,0x55,0x88,0x7c,0x95,0xc4,0x75,0xf7,0x83,0xbf,0x9c,0x15,0x97,0x28,0xd7,0xaf,0x10,0x3,0xf2,0x92,0x69,0xc3,0xed,0xc5,0xe8,0x36,0xbb,0x9a,0x7c,0x18,0x1d,0x8,0x35,0xab,0xf8,0xc5,0xe8,0x51,0xf0,0x6d,0xa3,0xb4,0x1d,0x41,0xae,0x10,0xa4,0xc6,0x83,0x5b,0x51,0xd8,0xf2,0xa2,0xe0,0x8f,0xa8,0xf3,0xc4,0x2d,0xc6,0x20,0x6a,0x61,0x5,0x93,0x13,0x93,0x33,0xc9,0x2f,0x7e,0x9b,0x7e,0x18,0x43,0x85,0x7b,0x15,0x6e,0xb5,0xe2,0x4c,0x28,0x5a,0x5c,0xf1,0x49,0xae,0xa4,0xd2,0x47,0x72,0xff,0xf5,0xee,0xfd,0xbb,0xdf,0xdf,0x85,0x78,0xfa,0xbb,0xe3,0x5,0x37,0xb9,0x16,0x8d,0x15,0xaa,0x3e,0x3a,0x4e,0xc6,0x2,0x59,0xdb,0x89,0xb7,0xc2,0x4a,0x7e,0x39,0x6c,0xc2,0xff,0x20,0x58,0xab,0xd6,0xfa,0x5e,0x47,0x70,0x32,0xa5,0xa8,0xbf,0x82,0xe6,0xf2,0x62,0x64,0xec,0x4e,0x72,0x53,0x72,0x8e,0x86,0xd9,0x5d,0x43,0x3a,0xf1,0x6f,0xd6,0xcb,0x8d,0x19,0x41,0xa9,0xf9,0xa6,0x3f,0x31,0xa5,0xd,0x74,0x9d,0xd7,0xf9,0xec,0x95,0xbf,0x56,0xc5,0xce,0xc1,0xd5,0xec,0x91,0x7e,0xf1,0xab,0x95,0x90,0x4b,0x66,0xcc,0xc5,0xa8,0xe2,0x75,0x3b,0xea,0x76,0x1d,0xd8,0xa5,0xcf,0x7a,0x61,0x2,0x6f,0xff,0xdb,0x94,0x2e,0x60,0x74,0x50,0xd1,0xf7,0xd8,0xa5,0xef,0xe1,0xb1,0xa7,0x38,0xf0,0x4a,0xac,0xa8,0x1f,0x4c,0xcf,0x94,0xf6,0xcb,0x17,0x79,0x2c,0xd7,0xe8,0x74,0x26,0x7b,0x9e,0xac,0x5f,0xbe,0xc8,0x93,0x6b,0x5e,0x8,0xbb,0x87,0xe9,0x5d,0x76,0x7c,0xde,0xf7,0x5a,0xe9,0x2c,0xf6,0x7a,0x93,0xfd,0x42,0x3c,0x82,0x28,0xc8,0x43,0xcc,0xb6,0xe8,0x1e,0xdf,0xc3,0x9d,0xee,0x8a,0x99,0xa8,0x7b,0x2e,0xc3,0x73,0xba,0xaf,0x1,0xb3,0x7c,0x73,0x39,0x17,0x6,0x1d,0x25,0x2a,0xae,0xd1,0x9f,0x6f,0x6,0x4a,0xb3,0xff,0xea,0xd3,0xc7,0x2a,0x25,0x29,0x75,0x4,0xdd,0x73,0x81,0xa9,0x63,0x15,0xac,0x39,0xb4,0x94,0x45,0x94,0x19,0x96,0x1b,0x72,0xc5,0x18,0xac,0x46,0x38,0xf7,0xc5,0xea,0x2,0x78,0xd1,0xe6,0x8c,0x20,0x99,0x84,0xa6,0xd5,0x8d,0x32,0xdc,0x80,0xaa,0xe5,0x6e,0xea,0xaf,0xf5,0x1,0x62,0xc9,0x1f,0x31,0xf,0x51,0x18,0x8,0x4b,0x92,0xb,0x5,0x98,0x0,0x15,0xa0,0x60,0x74,0x5,0xb3,0x1c,0xa,0x56,0xb1,0x7,0xfe,0xfa,0x84,0xeb,0x64,0x91,0x61,0xbe,0x52,0x14,0x8a,0xba,0x75,0x80,0xa0,0x36,0x98,0xc3,0xa8,0x71,0xa3,0xd5,0x7f,0xd1,0x6c,0x24,0xb6,0xb5,0x25,0x70,0xd8,0xa9,0xf6,0xf5,0xde,0x4e,0xaf,0xd9,0x3b,0xf4,0xc4,0x37,0x4f,0x79,0xaa,0x2f,0xf,0xcf,0xb9,0xe9,0xa8,0x82,0x9c,0x28,0x36,0x53,0xcd,0x4e,0x8b,0x87,0xd2,0xc2,0x2f,0xf9,0xaf,0xf0,0xf6,0xb7,0xb7,0x6f,0x20,0xdd,0xd7,0x7,0xc8,0xb0,0x40,0xd4,0x98,0x71,0xf,0x82,0x9b,0xe7,0x6d,0x5b,0x51,0xcc,0x18,0x43,0x56,0xa1,0x41,0x25,0xd7,0x7c,0xbd,0x83,0x7,0xcd,0xf0,0x2e,0x8a,0x31,0x6c,0x34,0x96,0x2b,0xb4,0x96,0x6a,0xc6,0x3,0x1f,0x93,0xff,0x58,0xbd,0x83,0x86,0x6b,0x43,0x6e,0x58,0xdb,0xee,0x42,0x0,0xab,0xa,0xaa,0x32,0x8,0xdd,0xfb,0x67,0x28,0x8c,0x74,0x5f,0x98,0x31,0x2a,0x17,0xe8,0xf0,0x2,0xef,0x20,0x6f,0x31,0x77,0x6c,0xe7,0x4d,0x2a,0x81,0x6,0x7e,0xa1,0xaa,0x38,0x4a,0x7b,0x8e,0xd1,0xaf,0xe,0xac,0xe0,0x4c,0xe,0x52,0x45,0xed,0x2a,0xe7,0xfe,0x8,0x6c,0xb1,0x2a,0x62,0xf4,0x62,0x7e,0x1b,0xab,0x85,0xf3,0x29,0xd5,0xa5,0x5c,0xb6,0x5,0xe9,0xb4,0x27,0x4b,0x51,0x89,0x1e,0x89,0xd8,0x9d,0xbf,0xcc,0x20,0x14,0x41,0x30,0x36,0xc6,0x4e,0x7f,0x2c,0x61,0xaa,0x10,0x1b,0xfa,0xe5,0xce,0xdc,0xa6,0x5d,0x4b,0x61,0xb0,0xda,0x15,0x82,0x20,0xd6,0xad,0xc5,0x4d,0x43,0x9b,0xee,0x2e,0x5c,0x1c,0x7a,0x18,0x48,0x86,0xcb,0x83,0x9a,0x28,0x49,0x50,0x24,0x6e,0x4e,0xb4,0xed,0x62,0x16,0xd1,0x1a,0x72,0xb8,0xed,0x5d,0x48,0xc1,0xf,0xdb,0x52,0x55,0xa7,0x96,0x89,0x83,0x7e,0x9b,0x56,0xd7,0xa8,0x42,0x97,0x15,0x18,0xbb,0x46,0x39,0xd,0x5c,0xd8,0xe1,0xe,0xb1,0x6d,0x94,0x94,0x6a,0x4b,0x26,0x63,0x90,0x62,0x6e,0xa3,0xa5,0xe6,0xe3,0xcb,0xd1,0xcc,0xd6,0xea,0x91,0x3b,0x9b,0xbb,0xf0,0xa9,0x95,0x45,0x93,0x3a,0x15,0x5d,0x60,0x1f,0xa2,0xa2,0x27,0x99,0x92,0x49,0x49,0x69,0xd9,0x39,0x18,0xf5,0xc1,0xeb,0x60,0x4f,0x98,0xad,0x49,0x3d,0xac,0x14,0x35,0xb5,0x7,0xa0,0x4e,0x42,0xfa,0x7c,0xef,0x8e,0xe9,0xb,0xfa,0x5d,0x87,0x90,0xc6,0x57,0xd9,0x5d,0x90,0x84,0x10,0xa5,0xb0,0x4a,0xe2,0x2f,0xd1,0x3c,0x9c,0xc3,0x28,0x48,0x71,0x3d,0x1a,0xc3,0x5d,0x94,0x5d,0xc7,0xb7,0x19,0xe0,0x89,0x24,0x58,0x66,0xf7,0x10,0x5f,0x41,0xb0,0xbc,0x87,0x3f,0xa2,0xe5,0x7c,0xc,0xe1,0x7f,0x56,0x49,0x98,0xa6,0x10,0x27,0x83,0xc8,0xe8,0x66,0xb5,0x88,0x42,0xa4,0x45,0xcb,0xd9,0xe2,0x76,0x1e,0x2d,0x3f,0xc3,0x27,0xe4,0x5f,0xc6,0x98,0x56,0x11,0x26,0x17,0xa,0xcf,0x62,0x7,0xdc,0x8b,0x8c,0xc2,0x94,0x84,0xde,0x84,0xc9,0xec,0x1a,0x97,0xc1,0xa7,0x68,0x11,0x65,0xf7,0xe3,0x41,0xe0,0x55,0x94,0x2d,0x9,0xe3,0x2a,0x4e,0x20,0x80,0x55,0x90,0x64,0xd1,0xec,0x76,0x11,0x24,0xb0,0xba,0x4d,0x56,0x71,0x1a,0xa2,0x3a,0x73,0x14,0xbf,0x8c,0x96,0x57,0x9,0xa2,0x85,0x37,0xe1,0x32,0x9b,0x22,0x3a,0xee,0x41,0xf8,0x5,0x17,0x90,0x5e,0x7,0x8b,0x5,0x41,0xe,0x32,0x83,0x5b,0xb4,0x2a,0x21,0xbd,0x61,0x16,0xaf,0xee,0x93,0xe8,0xf3,0x75,0x6,0xd7,0xf1,0x62,0x1e,0xe2,0xe6,0xa7,0x10,0x35,0xd,0x3e,0x2d,0xc2,0xe,0x12,0x8d,0x9d,0x2d,0x82,0xe8,0x66,0xc,0xf3,0xe0,0x26,0xf8,0x1c,0x3a,0xae,0x18,0xa5,0x1d,0x6c,0xa6,0xe3,0x9d,0xd6,0x70,0x77,0x1d,0x12,0x89,0xf0,0x3,0xfc,0x9b,0x65,0x51,0xbc,0x24,0xf3,0x66,0xf1,0x32,0x4b,0x70,0x39,0x46,0xeb,0x93,0x6c,0x10,0x71,0x17,0xa5,0xe1,0x18,0x82,0x24,0x4a,0xc9,0x51,0x57,0x49,0x7c,0x73,0x30,0x9c,0xdc,0x8e,0x9c,0xb1,0x13,0x86,0xfc,0xcb,0xb0,0x93,0x46,0x57,0x72,0x7a,0x73,0x78,0x84,0xd6,0xb7,0x69,0x38,0x8,0x86,0x79,0x18,0x2c,0x50,0x66,0x4a,0xcc,0xc7,0xa6,0xef,0x99,0xa6,0x3f,0x51,0x3a,0x67,0x5d,0x3f,0x7b,0xae,0x74,0xc6,0x18,0x75,0xfa,0x50,0x88,0xe,0x4d,0xe5,0xa8,0x7e,0x9f,0x26,0xcb,0x4,0x86,0x5e,0xb9,0x9f,0xbf,0xb6,0xdb,0xed,0x94,0xe9,0xa2,0x15,0xb5,0x9a,0xe6,0x39,0xe,0x10,0x54,0xd,0x71,0x22,0xf9,0x73,0x2d,0x59,0x8d,0xe3,0x48,0xd0,0xd1,0x5c,0x1f,0xfd,0x81,0xa8,0xa3,0x51,0x8e,0x15,0x6c,0xa3,0x5b,0x61,0xbd,0xa0,0xff,0xf8,0x73,0xc9,0xd5,0x4a,0x7c,0xe3,0xf2,0x1c,0x1,0x29,0xd,0x51,0xb0,0xd,0xac,0x35,0xd3,0xbb,0x7f,0xc,0x35,0x57,0x36,0x45,0x90,0x73,0x24,0x24,0x60,0xf6,0xea,0x9f,0x4,0x1a,0xc6,0x53,0xf,0x3b,0x46,0x41,0x2e,0xf7,0x2c,0xf6,0x10,0xaf,0x62,0x6,0x87,0x15,0x6f,0x2b,0x36,0xa2,0xa0,0x9,0xee,0xdc,0x85,0x5f,0x12,0x4c,0xdd,0x74,0xf5,0xe1,0xed,0xfb,0xf7,0xf0,0x6f,0x48,0x83,0x9b,0x39,0xf4,0x6e,0xc5,0x36,0xa7,0xf9,0xdf,0xd4,0x3,0xa7,0xcd,0x5a,0x4d,0x70,0x64,0xf5,0x50,0x66,0x60,0x76,0x75,0x9e,0xcd,0x56,0xe7,0xa8,0x47,0xc4,0x7f,0xc,0x70,0xc7,0xd7,0x29,0xd7,0x38,0x6c,0x3c,0xf,0x33,0x1c,0xf9,0x69,0xaf,0xa6,0xa2,0x6a,0x24,0x9f,0x2d,0xa2,0x73,0x90,0x81,0x44,0xc2,0x7f,0x22,0x91,0xb2,0x12,0xc5,0x98,0xe7,0x27,0x35,0xa2,0x52,0xcb,0xa1,0x79,0x6a,0xa7,0x6a,0x7a,0xc6,0x30,0x8b,0x13,0x83,0x6c,0x30,0xa5,0x2a,0xf6,0x95,0x1a,0xd0,0xc9,0x54,0x84,0xd3,0x95,0x14,0x16,0xbb,0x29,0x37,0xd,0xc7,0xce,0x2f,0xe5,0xee,0x87,0x99,0x86,0xd,0xbf,0xb6,0xaa,0x16,0xaa,0x35,0x53,0x6e,0xce,0x8d,0x3c,0xa2,0x93,0x99,0x2e,0x95,0x49,0x5,0x7,0x4e,0xf3,0x82,0x11,0xf,0xb5,0xeb,0x63,0xe8,0xd,0x4d,0x4d,0x8e,0xba,0xe,0x66,0xbd,0x6,0xfe,0xd,0xbb,0x9a,0xe0,0x75,0xce,0x9f,0x53,0x2,0x87,0x37,0xdb,0xae,0x79,0xe7,0x72,0xbe,0x23,0x9c,0x27,0x92,0x3d,0xed,0x29,0x3,0x7e,0x3f,0x88,0xa2,0x6,0xd,0x66,0xa9,0x74,0xdd,0x15,0xe7,0xe,0x2,0xb6,0x98,0xb5,0xf9,0xf,0x6d,0xc6,0xf1,0xf6,0x6b,0x87,0x7a,0x8e,0x96,0x69,0xf6,0x88,0x3e,0x5d,0x88,0x7a,0xc0,0x73,0x63,0xab,0x1b,0x83,0x69,0xee,0x70,0xe3,0x17,0xda,0xbb,0xc1,0xc9,0xbf,0xee,0xbc,0x8c,0x1d,0xb8,0x71,0x8d,0x17,0x49,0xad,0x71,0x83,0x10,0xe4,0xad,0xb1,0x38,0x66,0x54,0xac,0xe0,0xb0,0x4f,0xcd,0xef,0x14,0x23,0x29,0xf7,0xf1,0xad,0xc3,0x68,0xd,0x31,0xb,0xfb,0xf2,0x30,0xeb,0x7b,0xfb,0x7,0x80,0xbf,0x51,0xa,0x13,0xbc,0x3f,0xf3,0x57,0x42,0xf9,0xe4,0xfd,0xfa,0x84,0x97,0xdd,0x13,0x78,0x8,0x65,0x52,0x75,0x50,0xd7,0x47,0x21,0xb5,0x7b,0x91,0x60,0x28,0xd2,0x90,0x42,0x4f,0x12,0xda,0x3b,0x1c,0xf9,0xfb,0x93,0xf1,0x99,0xd2,0x83,0xa6,0xa4,0xf7,0xb9,0x82,0x27,0xe4,0x5e,0x4f,0xdf,0xdb,0xbb,0xc1,0xf7,0xba,0x87,0x23,0xbd,0x24,0xe9,0x15,0xfe,0x7f,0xdb,0x4e,0x2e,0x29,0x30,0x10,0x0,0x0 }; -const uint8_t error404_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0x8d,0x54,0x6d,0x6f,0xd3,0x30,0x10,0xfe,0xcc,0x7e,0xc5,0x2d,0x7c,0x1,0x69,0x89,0xf7,0x26,0x34,0x26,0xb7,0x12,0xec,0x45,0x20,0x81,0x98,0xd4,0x22,0xc4,0x27,0xe4,0x3a,0xd7,0xda,0xcc,0xb1,0x23,0xdb,0xe9,0x56,0x89,0x1f,0xcf,0x39,0x49,0xb7,0xf4,0x5,0xb4,0x4a,0x69,0x72,0xe7,0x7b,0x7b,0x9e,0xbb,0x33,0x3f,0xcc,0xf3,0x3,0x0,0x98,0x2a,0x1d,0x20,0xb8,0x79,0x7c,0x10,0x1e,0x81,0xbe,0x8d,0x96,0x68,0x3,0x96,0xd0,0xd8,0x12,0x3d,0x44,0x85,0xf0,0xf5,0xf3,0x14,0xbe,0x74,0xea,0x2,0x26,0x88,0xad,0xb2,0xb7,0x83,0xb9,0x36,0xf4,0xe7,0x3c,0x94,0x18,0x85,0x36,0xa1,0x48,0x51,0x27,0xae,0xf1,0x12,0x2f,0x41,0xc5,0x58,0x87,0x4b,0xc6,0x16,0x3a,0xaa,0x66,0x56,0x48,0x57,0xb1,0x50,0xb,0x89,0xaa,0x51,0x36,0xa2,0x54,0xec,0x87,0xbe,0xd5,0xd7,0x8d,0xbc,0x3f,0xc8,0xf3,0xf1,0x1,0x3f,0xbc,0xfe,0x76,0x35,0xfd,0x79,0x77,0x43,0x7e,0x95,0x21,0xb9,0x7b,0x51,0x3c,0xe0,0xa,0x45,0xd9,0x7d,0xb6,0x62,0x45,0xc9,0x40,0x2a,0xe1,0x3,0xc6,0x51,0xf6,0x7d,0x7a,0x9b,0x5f,0x64,0xdb,0xc7,0x56,0x54,0x38,0xca,0x96,0x1a,0x1f,0x6a,0xe7,0x63,0x6,0xd2,0x51,0x4e,0x4b,0xe6,0xf,0xba,0x8c,0x6a,0x54,0xe2,0x92,0x20,0xe4,0xad,0x70,0x4,0xda,0xea,0xa8,0x85,0xc9,0x83,0x14,0x6,0x47,0xc7,0xc5,0xc5,0x11,0x54,0xa4,0xab,0x48,0xd5,0xe8,0x7f,0x84,0x26,0x1a,0x2a,0xcc,0xa5,0x33,0xce,0xf,0xa2,0xbf,0x3e,0x7b,0x77,0xf6,0xfe,0xec,0x86,0x7c,0xf6,0x3a,0x95,0x18,0xa4,0xd7,0x75,0xd4,0xce,0xe,0x9c,0x12,0xf,0x90,0x88,0x18,0xa6,0x8a,0x3a,0x1a,0x1c,0x3f,0x1d,0xc1,0x1f,0x38,0x3f,0x3e,0xe7,0xac,0x53,0xf,0xa2,0x1b,0x6d,0xef,0xc1,0xa3,0x19,0x65,0x21,0xae,0xc,0x6,0x85,0x48,0x70,0xe3,0xaa,0x4e,0x35,0xe2,0x63,0x64,0x32,0x84,0xc,0x94,0xc7,0x79,0x6f,0x51,0x24,0xc5,0x20,0x51,0x57,0x11,0x4,0x2f,0xc9,0xa0,0xfd,0x2e,0x7e,0x93,0x1,0x67,0x9d,0xd0,0xb7,0x80,0x3d,0xf7,0x80,0xcf,0x5c,0xb9,0x1a,0x4,0xb0,0x62,0xf9,0x2c,0xb5,0x9a,0xc6,0x80,0x34,0x22,0x84,0x51,0x56,0xa1,0x6d,0xb2,0xcd,0xd3,0xbe,0xea,0x31,0x17,0x7d,0x55,0x9a,0x66,0xed,0xb1,0x48,0xed,0xce,0x9e,0xf1,0x72,0x26,0xa8,0x4,0x32,0xfb,0xbf,0x2f,0x4d,0x40,0xd4,0x76,0x11,0x7a,0xf7,0x49,0x2f,0xbe,0xd0,0x3b,0xa2,0xa7,0x3e,0xb,0xd3,0x7b,0x4f,0x7b,0xf1,0x85,0xde,0xd2,0x63,0xa9,0xe3,0x3a,0xf5,0x87,0x99,0x6b,0xe2,0x7e,0x4f,0xce,0x1a,0x33,0xe0,0x8b,0x6d,0x10,0xc6,0x4b,0xbd,0x4,0x5d,0xa6,0xe6,0x88,0xd8,0xb4,0xc4,0x93,0x66,0x38,0x73,0x42,0xdb,0xad,0x78,0x1,0x65,0x1a,0x21,0x1a,0x83,0x57,0xf4,0xe3,0xea,0x64,0xdc,0xce,0x6,0xbd,0x3b,0x45,0xdd,0xbd,0xef,0xc4,0x2,0xc1,0xba,0x48,0x1b,0x4a,0xfb,0xc,0x97,0x6f,0x76,0xf1,0xb0,0x7a,0xf,0x48,0xb1,0xee,0x5e,0xed,0x69,0x7,0xfc,0x2a,0xdb,0xd3,0xa8,0x8f,0x82,0x66,0x32,0x3a,0xf8,0xe4,0x2a,0xac,0x29,0x4f,0x42,0x9e,0x92,0xd2,0xd8,0xac,0x8b,0x4b,0xc2,0x66,0xf1,0x7c,0xee,0x1c,0x71,0xbe,0x85,0x66,0xcd,0xe7,0x8b,0xef,0xb,0x1a,0x6f,0xe1,0x17,0x69,0xf7,0x7f,0xcd,0x8c,0xb0,0xb4,0x36,0xdd,0x95,0xd3,0xd6,0xb0,0x11,0x7a,0xe6,0xc7,0xe9,0xd9,0x62,0xaf,0x16,0xb6,0x65,0x7c,0x89,0x3e,0xa4,0x4d,0x4c,0xb3,0x4e,0xba,0x5d,0xd3,0x2b,0x57,0xaf,0xbc,0x5e,0xa8,0x8,0x6f,0xe4,0x5b,0x38,0x3d,0x3e,0x3d,0x81,0xc9,0xba,0x22,0x98,0x52,0x49,0x96,0xd6,0x7f,0xa1,0x31,0xec,0x26,0xd9,0x6,0xf5,0x84,0x24,0xe1,0xda,0x5,0xb0,0x71,0xbc,0x81,0x83,0xb3,0x21,0x69,0x9c,0x75,0xcb,0x47,0xcd,0x4e,0xd7,0xe3,0x5f,0x83,0x7f,0x2e,0x6b,0xc9,0x5,0x0,0x0 }; +const uint8_t error404_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0x8d,0x54,0x6d,0x6f,0xd3,0x30,0x10,0xfe,0xcc,0x7e,0xc5,0x2d,0x7c,0x1,0x69,0x89,0xf7,0x26,0x34,0x26,0xb7,0x12,0xec,0x45,0x20,0x81,0x98,0xd4,0x22,0xc4,0x27,0xe4,0x3a,0xd7,0xda,0xcc,0xb1,0x23,0xdb,0xe9,0x56,0x89,0x1f,0xcf,0x39,0x49,0xb7,0xf4,0x5,0xb4,0x4a,0x69,0x72,0xe7,0x7b,0x7b,0x9e,0xbb,0x33,0x3f,0xcc,0xf3,0x3,0x0,0x98,0x2a,0x1d,0x20,0xb8,0x79,0x7c,0x10,0x1e,0x81,0xbe,0x8d,0x96,0x68,0x3,0x96,0xd0,0xd8,0x12,0x3d,0x44,0x85,0xf0,0xf5,0xf3,0x14,0xbe,0x74,0xea,0x2,0x26,0x88,0xad,0xb2,0xb7,0x83,0xb9,0x36,0xf4,0xe7,0x3c,0x94,0x18,0x85,0x36,0xa1,0x48,0x51,0x27,0xae,0xf1,0x12,0x2f,0x41,0xc5,0x58,0x87,0x4b,0xc6,0x16,0x3a,0xaa,0x66,0x56,0x48,0x57,0xb1,0x50,0xb,0x89,0xaa,0x51,0x36,0xa2,0x54,0xec,0x87,0xbe,0xd5,0xd7,0x8d,0xbc,0x3f,0xc8,0xf3,0xf1,0x1,0x3f,0xbc,0xfe,0x76,0x35,0xfd,0x79,0x77,0x43,0x7e,0x95,0x21,0xb9,0x7b,0x51,0x3c,0xe0,0xa,0x45,0xd9,0x7d,0xb6,0x62,0x45,0xc9,0x40,0x2a,0xe1,0x3,0xc6,0x51,0xf6,0x7d,0x7a,0x9b,0x5f,0x64,0xdb,0xc7,0x56,0x54,0x38,0xca,0x96,0x1a,0x1f,0x6a,0xe7,0x63,0x6,0xd2,0x51,0x4e,0x4b,0xe6,0xf,0xba,0x8c,0x6a,0x54,0xe2,0x92,0x20,0xe4,0xad,0x70,0x4,0xda,0xea,0xa8,0x85,0xc9,0x83,0x14,0x6,0x47,0xc7,0xc5,0xc5,0x11,0x54,0xa4,0xab,0x48,0xd5,0xe8,0x7f,0x84,0x26,0x1a,0x2a,0xcc,0xa5,0x33,0xce,0xf,0xa2,0xbf,0x3e,0x7b,0x77,0xf6,0xfe,0xec,0x86,0x7c,0xf6,0x3a,0x95,0x18,0xa4,0xd7,0x75,0xd4,0xce,0xe,0x9c,0x12,0xf,0x90,0x88,0x18,0xa6,0x8a,0x3a,0x1a,0x1c,0x3f,0x1d,0xc1,0x1f,0x38,0x3f,0x3e,0xe7,0xac,0x53,0xf,0xa2,0x1b,0x6d,0xef,0xc1,0xa3,0x19,0x65,0x21,0xae,0xc,0x6,0x85,0x48,0x70,0xe3,0xaa,0x4e,0x35,0xe2,0x63,0x64,0x32,0x84,0xc,0x94,0xc7,0x79,0x6f,0x51,0x24,0xc5,0x20,0x51,0x57,0x11,0x4,0x2f,0xc9,0xa0,0xfd,0x2e,0x7e,0x93,0x1,0x67,0x9d,0xd0,0xb7,0x80,0x3d,0xf7,0x80,0xcf,0x5c,0xb9,0x1a,0x4,0xb0,0x62,0xf9,0x2c,0xb5,0x9a,0xc6,0x80,0x34,0x22,0x84,0x51,0x56,0xa1,0x6d,0xb2,0xcd,0xd3,0xbe,0xea,0x31,0x17,0x7d,0x55,0x9a,0x66,0xed,0xb1,0x48,0xed,0xce,0x9e,0xf1,0x72,0x26,0xa8,0x4,0x32,0xfb,0xbf,0x2f,0x4d,0x40,0xd4,0x76,0x11,0x7a,0xf7,0x49,0x2f,0xbe,0xd0,0x3b,0xa2,0xa7,0x3e,0xb,0xd3,0x7b,0x4f,0x7b,0xf1,0x85,0xde,0xd2,0x63,0xa9,0xe3,0x3a,0xf5,0x87,0x99,0x6b,0xe2,0x7e,0x4f,0xce,0x1a,0x33,0xe0,0x8b,0x6d,0x10,0xc6,0x4b,0xbd,0x4,0x5d,0xa6,0xe6,0x88,0xd8,0xb4,0xc4,0x93,0x66,0x38,0x73,0x42,0xdb,0xad,0x78,0x1,0x65,0x1a,0x21,0x1a,0x83,0x57,0xf4,0xe3,0xea,0x64,0xdc,0xce,0x6,0xbd,0x3b,0x45,0xdd,0xbd,0xef,0xc4,0x2,0xc1,0xba,0x48,0x1b,0x4a,0xfb,0xc,0x97,0x6f,0x76,0xf1,0xb0,0x7a,0xf,0x48,0xb1,0xee,0x5e,0xed,0x69,0x7,0xfc,0x2a,0xdb,0xd3,0xa8,0x8f,0x82,0x66,0x32,0x3a,0xf8,0xe4,0x2a,0xac,0x29,0x4f,0x42,0x9e,0x92,0xd2,0xd8,0xac,0x8b,0x4b,0xc2,0x66,0xf1,0x7c,0xee,0x1c,0x71,0xbe,0x85,0x66,0xcd,0xe7,0x8b,0xef,0xb,0x1a,0x6f,0xe1,0x17,0x69,0xf7,0x7f,0xcd,0x8c,0xb0,0xb4,0x36,0xdd,0x95,0xd3,0xd6,0xb0,0x11,0x7a,0xe6,0xc7,0xe9,0xd9,0x62,0xaf,0x16,0xb6,0x65,0x7c,0x89,0x3e,0xa4,0x4d,0x4c,0xb3,0x4e,0xba,0x5d,0xd3,0x2b,0x57,0xaf,0xbc,0x5e,0xa8,0x8,0x6f,0xe4,0x5b,0x38,0x3d,0x3e,0x3d,0x81,0xc9,0xba,0x22,0x98,0x52,0x49,0x96,0xd6,0x7f,0xa1,0x31,0xec,0x26,0xd9,0x6,0xf5,0x84,0x24,0xe1,0xda,0x5,0xb0,0x71,0xbc,0x81,0x83,0xb3,0x21,0x69,0x9c,0x75,0xcb,0x47,0xcd,0x4e,0xd7,0xe3,0x5f,0x83,0x7f,0x2e,0x6b,0xc9,0x5,0x0,0x0 }; -const uint8_t index_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0xed,0x1a,0x6b,0x6f,0xe2,0xb8,0xf6,0xfb,0xfc,0xa,0x4f,0x56,0xba,0x6a,0xa5,0x42,0x68,0xbb,0xbb,0xda,0x9d,0x9b,0x46,0xa2,0x10,0x5a,0x54,0xa,0x88,0x4,0x55,0xb3,0x57,0x57,0x23,0x93,0x98,0x26,0xb7,0x49,0x8c,0x6c,0xa7,0x94,0xfd,0xf5,0xf7,0xd8,0xe,0x25,0xd,0x8f,0x5,0x66,0x9a,0xee,0x87,0xe5,0x3,0xc4,0xc7,0x3e,0xef,0x87,0x8f,0x83,0xad,0xcf,0xb5,0xda,0x27,0x4,0x1f,0x2f,0x8c,0x38,0xe2,0x74,0x2a,0xe6,0x98,0x11,0x4,0xcf,0x71,0xe4,0x93,0x94,0x93,0x0,0x65,0x69,0x40,0x18,0x12,0x21,0x41,0xf7,0x5d,0xf,0xf5,0x34,0xb8,0x8e,0x5c,0x42,0x14,0x30,0x5f,0x87,0xa6,0x51,0xc,0x5f,0x94,0xa1,0x80,0x8,0x1c,0xc5,0xbc,0xae,0xc8,0xba,0x34,0x63,0x3e,0xf9,0x82,0x42,0x21,0x66,0xfc,0x8b,0x69,0x3e,0x46,0x22,0xcc,0x26,0x75,0x9f,0x26,0x26,0x9f,0x61,0x9f,0x84,0x59,0x98,0xa,0xe2,0x87,0xe6,0x43,0xd4,0x89,0xda,0x99,0xff,0xf4,0xa9,0x56,0xb3,0x3f,0x59,0x9f,0xdb,0x83,0x96,0xf7,0x75,0xe8,0x0,0x5e,0x12,0xc3,0x58,0xff,0x48,0x82,0x56,0x48,0x70,0xa0,0x1f,0xd5,0x30,0x1,0x6e,0xc8,0xf,0x31,0xe3,0x44,0x5c,0x19,0x63,0xaf,0x53,0xfb,0xcd,0x28,0x4f,0xa7,0x38,0x21,0x57,0xc6,0x73,0x44,0xe6,0x33,0xca,0x84,0x81,0x7c,0xa,0x3c,0x53,0x58,0x3e,0x8f,0x2,0x11,0x5e,0x5,0xe4,0x19,0x74,0xa8,0xa9,0xc1,0x19,0x8a,0xd2,0x48,0x44,0x38,0xae,0x71,0x1f,0xc7,0xe4,0xaa,0x51,0xff,0xed,0xc,0x25,0x0,0x4b,0x0,0x94,0x45,0x5b,0x48,0x83,0x1d,0x12,0x52,0xf3,0x69,0x4c,0x59,0x81,0xfa,0x4f,0x97,0xbf,0x5e,0xfe,0x7e,0xe9,0x0,0xce,0x46,0xa4,0x80,0x70,0x9f,0x45,0x33,0x11,0xd1,0xb4,0x80,0x24,0xed,0x80,0xa4,0x21,0x8a,0xac,0x44,0x24,0x62,0x62,0xbf,0x4e,0x59,0xa6,0x6,0x14,0xe8,0xc6,0x51,0xfa,0x84,0x18,0x89,0xaf,0xc,0x2e,0x16,0x31,0xe1,0x21,0x21,0xa0,0xa8,0x58,0xcc,0xa4,0x74,0xe4,0x45,0x98,0x3e,0xe7,0x6,0xa,0x19,0x99,0xe6,0x2b,0xea,0x12,0x50,0x60,0xa1,0x65,0x41,0x9c,0xf9,0xb0,0x40,0x3d,0xd7,0xff,0x7,0xb,0x2c,0x53,0xf,0xb6,0xac,0x8c,0x20,0x36,0x5e,0x36,0x2c,0xb4,0xcc,0x95,0x9b,0xac,0x9,0xd,0x16,0x5,0xfc,0x14,0x3f,0xaf,0x46,0xa,0x92,0xc5,0xc8,0x8f,0x31,0xe7,0x57,0x46,0x42,0xd2,0xcc,0x78,0x3b,0x9b,0xab,0x67,0x5b,0x38,0x17,0x5f,0xf3,0x94,0x11,0x61,0x14,0x4d,0x82,0x41,0x4,0x58,0xb6,0x1b,0x17,0x82,0x44,0x44,0xe9,0x23,0xcf,0xd1,0xdd,0x7c,0xb8,0x27,0xb6,0x20,0xc,0x42,0x1,0xc7,0x39,0xb6,0x97,0xf,0xf7,0xc4,0xf6,0x19,0x9,0x22,0xb1,0x64,0xdd,0x9c,0xd0,0x4c,0x6c,0xc6,0xb4,0xcc,0x2c,0x2e,0xd8,0xcb,0x7c,0x63,0x30,0x2b,0x88,0x9e,0x51,0x14,0x48,0x2f,0x62,0x91,0x29,0xc3,0x3,0xa4,0x18,0x96,0x38,0x4a,0x4b,0xf4,0x38,0xf1,0x65,0x94,0x6d,0x90,0x2f,0x3c,0xb7,0x5d,0x45,0x7,0x1c,0x76,0xbe,0x61,0x5e,0x32,0xcb,0x5d,0xc3,0xe8,0x7c,0x83,0x67,0xd4,0xaa,0x99,0x6d,0x4d,0x80,0xe,0x65,0xf8,0x11,0x52,0xdd,0x32,0x27,0xb6,0x5,0xc9,0x9d,0x2a,0x31,0xa7,0x8c,0x90,0x7b,0x92,0x50,0xb6,0x30,0xec,0x9a,0x25,0x93,0x3e,0x5,0x91,0x67,0x5b,0x28,0x4d,0x32,0x21,0x68,0xba,0x64,0x19,0xe0,0xf4,0x91,0x40,0x46,0x29,0x3a,0x94,0x25,0x58,0x18,0xb6,0xfe,0x5,0x1e,0x6a,0xe5,0x5e,0x64,0xa0,0xa2,0xa5,0x46,0x6e,0x33,0x3a,0x33,0x6c,0xf9,0x7d,0x18,0x81,0x30,0x12,0x44,0x53,0x60,0x4,0x32,0x35,0x5,0x7b,0x1a,0xf6,0xeb,0xe3,0x76,0x5a,0x25,0xdf,0x68,0xd0,0x46,0x6f,0xfc,0x85,0x8f,0x54,0x6a,0x71,0x4,0xb1,0xb4,0xf4,0x6,0x89,0x29,0xe,0x72,0xad,0xf4,0xec,0x48,0x83,0xec,0x7f,0xfd,0xf4,0x72,0x71,0x3e,0x99,0xfc,0x5b,0x7,0xd7,0x46,0xb7,0xa,0x3c,0x81,0x62,0x9d,0x93,0x52,0x83,0x22,0x25,0x4f,0x1,0x0,0x57,0xcd,0x1c,0x1d,0x15,0x51,0x3a,0xcb,0x4,0x9a,0xc5,0xb2,0xca,0xd3,0x18,0xf6,0x90,0x2b,0xa3,0x3,0x7b,0x84,0x2c,0x7e,0xc8,0xb4,0xe4,0x8f,0x5d,0xac,0x50,0xc6,0x92,0x24,0x4f,0x28,0x15,0xa1,0x81,0x9e,0x71,0x9c,0xc1,0x9c,0xa9,0x45,0x4b,0xc9,0x5c,0x62,0x1b,0xe6,0x5e,0x1e,0xe3,0x99,0xef,0x13,0x59,0xf1,0x68,0xea,0xc3,0x6,0xf5,0xa4,0xb2,0xf,0xb,0x72,0xf2,0x48,0xc4,0x37,0x20,0xf5,0x6d,0x9a,0x4b,0x72,0x72,0x7a,0x6a,0xd8,0x7a,0xee,0xfd,0xdd,0xe8,0x40,0xfe,0xc3,0x6,0xb9,0xd9,0x8b,0x44,0x4d,0x1e,0xe0,0xc4,0x8f,0xf0,0x82,0x16,0x52,0x39,0xe2,0xe0,0xc,0xd6,0xb8,0x6d,0x12,0x13,0x48,0x26,0x3b,0x50,0xbf,0x7,0xa5,0xe1,0x8c,0xc1,0x2e,0xc,0x75,0xa4,0x48,0x8d,0xce,0x53,0x6d,0xb0,0x20,0x7f,0xfa,0x5e,0x8a,0xcd,0xc,0xbe,0xb2,0xd4,0xb0,0x9d,0x54,0x25,0x9,0xd6,0xe3,0x83,0x82,0xe3,0x0,0xf7,0x48,0x9b,0x43,0xc3,0x85,0xcb,0x66,0x5f,0x9,0xa4,0x12,0x31,0x5f,0xf5,0xa3,0xb9,0x17,0x56,0x5,0x64,0x92,0x3d,0x4a,0x5f,0x6d,0x5e,0x2a,0x3f,0x83,0x4c,0x40,0x2c,0x41,0x81,0x7f,0x2d,0xee,0x5a,0xc2,0x28,0x9d,0x52,0xa8,0xaa,0xf8,0x99,0x4,0x79,0x81,0xdf,0xcc,0x6d,0x8b,0xa8,0xdf,0xad,0xc1,0x4a,0x92,0x5a,0xee,0xd0,0x9a,0x76,0x16,0xdf,0xa1,0xcc,0xb6,0x82,0xb1,0x22,0xe6,0x82,0x42,0x5a,0xad,0xdd,0x31,0xb5,0x73,0xc7,0xc9,0xb3,0x5a,0x6,0xd4,0xce,0x28,0xda,0x3b,0x7f,0xdc,0x7d,0xb7,0xb0,0xbd,0xad,0x7d,0x78,0x29,0x83,0x33,0x83,0x2c,0x67,0x6d,0xea,0x67,0xd0,0xb0,0x41,0xff,0x0,0xcb,0x54,0x91,0x92,0xbd,0xfb,0x7a,0xe1,0xbb,0xc8,0xf7,0x2f,0xe8,0xb4,0x60,0xd5,0xc5,0xa6,0x25,0x97,0xf6,0x35,0xe6,0x91,0x2f,0xdb,0x90,0xcb,0xd,0xf3,0x5b,0xda,0x85,0x3b,0xb2,0xe0,0x48,0x1e,0x57,0x38,0x99,0x61,0x6,0x25,0x3c,0x40,0x93,0x5,0xc2,0x88,0x3,0x27,0x48,0x5d,0x75,0xc0,0xa8,0x5b,0x13,0xb6,0x19,0xdb,0x79,0x26,0x6c,0x21,0x42,0x58,0x8b,0xe6,0x2c,0x12,0xd0,0x7e,0x43,0xef,0xbf,0xc2,0x86,0x8e,0x9a,0x20,0xd8,0x2e,0x38,0x9a,0x31,0x88,0xc,0xa0,0x8d,0xd3,0x40,0xb6,0xd8,0x4,0xab,0x81,0x50,0xa7,0x1f,0x2e,0xeb,0xa8,0x88,0x92,0x1d,0x7c,0x3c,0xaa,0xe8,0xc3,0x32,0xc8,0xe2,0x33,0x94,0x71,0x7d,0x6e,0x72,0xbd,0x51,0xb7,0x7f,0x83,0xa6,0x59,0xaa,0xcc,0x5c,0xdf,0xe0,0xaa,0xd9,0xb6,0xad,0x7b,0x5b,0x31,0x79,0x7b,0x36,0x5a,0x9f,0x67,0xdb,0x27,0x73,0x2,0xb6,0xf3,0x82,0x93,0x59,0xc,0x21,0xf,0xcf,0x7b,0x2c,0x86,0x8d,0x25,0xcd,0xfd,0xbf,0xb,0x1,0x66,0xd9,0xb6,0x38,0xdd,0x21,0xb5,0x25,0xde,0x9e,0x1d,0x8e,0xd0,0x28,0xb0,0x1f,0xba,0xfd,0xf6,0xe0,0xc1,0xdd,0xb9,0x4e,0xa7,0x1e,0xb3,0x11,0xdb,0x4d,0xce,0x14,0xc1,0x5f,0x33,0xf4,0x60,0x37,0x55,0x2e,0x7e,0x80,0xa3,0xa,0x9d,0x73,0xf4,0x44,0x16,0x2a,0x78,0x0,0x96,0xaa,0x9,0x26,0x41,0xbb,0x89,0x6d,0xb7,0xd8,0xa1,0x8a,0x23,0xb6,0x9f,0xd8,0x43,0x19,0xe6,0xdb,0xe4,0xd6,0x22,0x43,0x6e,0x24,0x59,0x2c,0x70,0x4a,0x68,0xc6,0xe3,0xf7,0xd7,0x20,0xcf,0x91,0x3,0x15,0x79,0x50,0xd9,0xb6,0x27,0xd2,0xce,0xc8,0xdc,0x1c,0x7d,0xdb,0x1b,0x63,0x28,0x5e,0x9d,0x3c,0x9f,0xb7,0x95,0x32,0xdd,0x7a,0xcb,0x7a,0x1e,0xc0,0xb1,0x75,0x51,0x5b,0xe6,0x3f,0xaf,0xe9,0x3e,0xfc,0x1d,0x53,0xbb,0x45,0x93,0x4,0xdc,0xb9,0x6f,0x6a,0x1f,0x50,0x7,0xda,0xab,0x57,0x19,0x7f,0xdf,0x3a,0x60,0xf9,0x34,0x20,0xf6,0xc8,0xb9,0xb7,0x4c,0xf5,0xb4,0x5f,0x30,0xbd,0x62,0xa1,0x5b,0x12,0xc7,0x14,0x3d,0x50,0x16,0x7,0x9f,0xf,0x22,0x21,0xed,0xe,0xdb,0xe4,0xbb,0x67,0x8b,0x16,0xb5,0xed,0x74,0x9a,0xe3,0x9e,0xd7,0x76,0x7a,0xcd,0xaf,0xb9,0x98,0x48,0x1e,0x3a,0x8a,0x93,0xdf,0x8a,0xb3,0x87,0xd8,0xa1,0x48,0x1c,0x5d,0x34,0x1a,0x7,0x91,0xf0,0x60,0x9b,0x94,0x5b,0x6c,0xc2,0xd1,0x84,0x88,0x39,0x81,0x62,0x48,0xe4,0x1e,0x8c,0xfc,0xd7,0xc0,0xac,0xc6,0x40,0xc7,0xea,0x2e,0x95,0x3e,0x6f,0x1c,0xa8,0x35,0x1c,0x78,0xf0,0x42,0xab,0x5d,0x91,0x82,0xba,0x6a,0x1e,0xa1,0x61,0x5e,0x6e,0x8f,0xe,0x74,0xb9,0xf1,0xe9,0x1d,0x64,0x4a,0x81,0xc4,0x5c,0xb6,0x56,0x5c,0x30,0xd5,0xf7,0x55,0xa2,0xf9,0xc8,0x19,0x3a,0x4d,0x6f,0x2d,0xea,0x1,0x7c,0x9c,0xcb,0x35,0x3d,0x74,0x79,0x10,0xea,0x88,0xcc,0x8,0x16,0xda,0xe,0xd0,0xc5,0x8b,0x65,0x78,0xa3,0x54,0x35,0x8a,0x55,0x45,0x41,0x6f,0xd0,0x6a,0xf6,0x9c,0x23,0x94,0xd6,0x88,0xa8,0x7d,0x18,0xae,0x4b,0x72,0x95,0xa1,0x4d,0x98,0x50,0xcc,0x2,0xd0,0x7d,0x41,0x33,0x51,0x47,0xcd,0x67,0x1c,0xc5,0x72,0x6f,0xfb,0xf2,0x5a,0x84,0x72,0xca,0x67,0x39,0xe0,0xe6,0xba,0x4,0x18,0xbb,0x25,0x80,0x53,0x6,0x74,0x46,0x25,0x40,0xfb,0xae,0x4,0x18,0x8d,0x4b,0x80,0xeb,0x32,0xdb,0xa1,0x57,0x2,0x74,0xcb,0x0,0xb7,0x4c,0xb4,0xf5,0x47,0x79,0x45,0xb7,0xcc,0xe5,0xa6,0x8c,0xd2,0xac,0xad,0x9,0xdb,0xba,0xad,0xad,0x19,0x1,0x60,0x6b,0xeb,0x6e,0x97,0x3a,0x7c,0x47,0x57,0xfa,0xc3,0x2,0xea,0xce,0xf9,0xda,0x1a,0xb4,0x8f,0x89,0xa8,0x1c,0x13,0x35,0x5e,0x1a,0x17,0xf2,0xeb,0xe7,0x23,0xaa,0xa,0x9c,0xcb,0x66,0xc4,0x8f,0xa6,0x91,0xaf,0x1a,0x51,0x89,0x8f,0x4e,0x12,0x1a,0x0,0x84,0xb0,0x33,0x9,0x3b,0xff,0xcf,0x19,0xaa,0xd7,0xeb,0xea,0xf9,0xd7,0xff,0x9e,0xca,0x92,0x1b,0x0,0x46,0x82,0x63,0x59,0x9,0x42,0xf2,0x82,0xf3,0x61,0x55,0x9,0xe8,0xb4,0x8f,0xc9,0x3e,0xa7,0x8d,0x7e,0x6e,0xc0,0xde,0xa,0x3b,0xcd,0x61,0x5d,0x46,0x28,0xdf,0x15,0xe8,0x1c,0x54,0xff,0x44,0x21,0x3a,0x55,0x3,0x49,0xb1,0x60,0x8b,0xd1,0xcd,0xb5,0x7e,0xa9,0xc7,0xd1,0x49,0xa3,0x76,0xf1,0xcb,0x2f,0xa7,0xd5,0x36,0xc8,0x2e,0x1c,0x1f,0x2,0x59,0x1f,0xe4,0xe9,0x7d,0x57,0x93,0xfc,0x8e,0x9d,0xf0,0x9d,0x3a,0x7d,0xfd,0xad,0xfb,0x54,0xbc,0xdc,0xc5,0x6a,0x79,0x2d,0xf8,0x73,0xaf,0x68,0xf8,0x61,0xd1,0xdb,0x2c,0xf3,0xff,0xa3,0x5a,0xfe,0x8d,0x32,0xff,0xdf,0xab,0xe5,0xdf,0x39,0x2f,0xb,0xd0,0x39,0xbf,0xf8,0x4e,0x11,0x8e,0x4b,0x98,0xfb,0xbc,0xc8,0xfd,0x93,0x30,0x3b,0x1d,0xd6,0xf2,0x46,0xbd,0xb5,0xce,0xaf,0x35,0xe8,0x7b,0xa3,0x41,0xaf,0xda,0xd0,0x71,0x6f,0xbb,0x1d,0xaf,0xe2,0x6c,0xed,0x55,0xcc,0x30,0x7f,0xbb,0xb2,0x66,0xf0,0x9b,0x71,0xf7,0x43,0x92,0x64,0x0,0x41,0xf6,0x4f,0x86,0xec,0xf6,0x99,0xd3,0xf7,0x9c,0x51,0xb5,0x61,0x72,0xef,0xf4,0xc7,0x6b,0x31,0xd2,0x1c,0xe,0xab,0x95,0x2,0x4e,0xee,0x8e,0xe7,0x54,0xcb,0xf3,0x76,0x70,0x5f,0x31,0xc7,0x6e,0xdf,0x75,0x46,0x15,0x97,0x81,0x61,0xf3,0xc6,0x19,0xf,0xab,0xe7,0x9,0xb5,0xa7,0x5f,0x2d,0xd7,0x57,0x2d,0x57,0x71,0x3c,0x1e,0x36,0x47,0xa3,0xc1,0x43,0xc5,0xb1,0xbc,0xd2,0xbc,0xf0,0x5a,0xf,0x80,0x1f,0x20,0x4b,0xcf,0xe9,0xac,0xbf,0x6c,0x91,0xc0,0xf,0x90,0x65,0xd4,0xbd,0xb9,0xdd,0xf0,0xe6,0x47,0x42,0x3f,0x40,0x1a,0xaf,0x79,0x5d,0x2d,0x43,0xa7,0xdf,0xae,0x98,0xa1,0xdb,0x5a,0xb3,0x36,0xc0,0x9a,0xc3,0x8a,0xab,0x9e,0x3b,0x6c,0xb6,0x9c,0xaa,0xb,0xd0,0xd8,0x75,0xa4,0xd6,0xd7,0x23,0xa7,0x79,0x57,0x2d,0x6f,0x30,0xb0,0xdb,0x1b,0xb4,0x2a,0xe6,0xda,0x1f,0xdf,0x57,0xcf,0x74,0x38,0xea,0xf6,0x3d,0xb7,0x35,0x72,0x9c,0x8a,0x4b,0x3d,0xf0,0x1c,0xf4,0x7a,0x3f,0x40,0xe1,0xc3,0x5a,0xd9,0xd,0xf7,0x30,0x2c,0xf3,0xed,0x6d,0x4e,0x6b,0x4a,0xa9,0x20,0x25,0x6e,0xaf,0x17,0x4c,0xf7,0xbe,0x63,0x6d,0x20,0x81,0xd9,0xa3,0xbc,0x2f,0xfd,0x6d,0x12,0xe3,0xf4,0xc9,0xb0,0xf5,0x35,0x6d,0x79,0xd9,0xec,0x53,0xf9,0x2f,0xf1,0xb5,0x7b,0xd,0xab,0xeb,0x3f,0xcf,0x84,0x71,0x79,0x7b,0xd9,0x5e,0xde,0xeb,0x2c,0x2f,0x6d,0xd1,0xd9,0x82,0x45,0x8f,0xa1,0x40,0x27,0xfe,0x29,0xba,0x68,0x5c,0x9c,0x23,0x77,0x29,0x11,0xf2,0x40,0xa4,0x94,0xc6,0xf4,0x31,0x22,0x7c,0x9d,0x49,0x59,0xa9,0x57,0x4d,0xa4,0x5e,0xeb,0xa,0xbc,0x99,0x7e,0xa3,0x87,0x65,0x16,0x8d,0x66,0x99,0xda,0x23,0x70,0x4a,0x50,0x57,0xca,0xff,0xf,0xb9,0x16,0xaa,0x7d,0x0,0x2f,0x0,0x0 }; +const uint8_t index_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0xed,0x1b,0x6b,0x6f,0xe2,0xb8,0xf6,0xfb,0xfc,0xa,0x4f,0x56,0xba,0x6a,0xa5,0x42,0x68,0xbb,0xbb,0xda,0x99,0x4d,0x23,0x51,0x8,0x2d,0x2a,0x5,0x44,0x82,0xba,0xb3,0x57,0x57,0x95,0x49,0x4c,0xc9,0x6d,0x12,0x47,0x8e,0x3,0xe5,0xfe,0xfa,0x7b,0x6c,0x7,0x48,0xc3,0x63,0x80,0x4e,0xd3,0xfd,0x30,0xfd,0x0,0xc9,0xf1,0x79,0xbf,0x7c,0x9c,0x6,0xe3,0x73,0xa5,0xf2,0x9,0xc1,0x9f,0x33,0xf1,0x13,0x94,0xd0,0x31,0x9f,0x61,0x46,0x10,0x5c,0x7,0xbe,0x4b,0xa2,0x84,0x78,0x28,0x8d,0x3c,0xc2,0x10,0x9f,0x10,0x74,0xdf,0x76,0x50,0x47,0x81,0xab,0xc8,0x26,0x44,0x2,0x33,0x3c,0x34,0xf6,0x3,0xf8,0xa0,0xc,0x79,0x84,0x63,0x3f,0x48,0xaa,0x92,0xad,0x4d,0x53,0xe6,0x92,0xaf,0x68,0xc2,0x79,0x9c,0x7c,0xd5,0xf5,0x27,0x9f,0x4f,0xd2,0x51,0xd5,0xa5,0xa1,0x9e,0xc4,0xd8,0x25,0x93,0x74,0x12,0x71,0xe2,0x4e,0xf4,0x7,0xbf,0xe5,0x37,0x53,0xf7,0xf9,0x53,0xa5,0x62,0x7e,0x32,0x3e,0x37,0x7b,0xd,0xe7,0x5b,0xdf,0x2,0xba,0x30,0x80,0x7b,0xf5,0x25,0x18,0x1a,0x13,0x82,0x3d,0x75,0x29,0x6f,0x43,0x90,0x86,0xdc,0x9,0x66,0x9,0xe1,0x57,0xda,0xd0,0x69,0x55,0xfe,0xd0,0x8a,0xcb,0x11,0xe,0xc9,0x95,0x36,0xf5,0xc9,0x2c,0xa6,0x8c,0x6b,0xc8,0xa5,0x20,0x33,0x2,0xf4,0x99,0xef,0xf1,0xc9,0x95,0x47,0xa6,0x60,0x43,0x45,0xde,0x9c,0x21,0x3f,0xf2,0xb9,0x8f,0x83,0x4a,0xe2,0xe2,0x80,0x5c,0xd5,0xaa,0x7f,0x9c,0xa1,0x10,0x60,0x21,0x80,0x52,0x7f,0xb,0x6b,0xf0,0x43,0x48,0x2a,0x2e,0xd,0x28,0xcb,0x71,0xff,0xe5,0xf2,0xf7,0xcb,0x2f,0x97,0x16,0xd0,0x6c,0x24,0xf2,0x48,0xe2,0x32,0x3f,0xe6,0x3e,0x8d,0x72,0x44,0xc2,0xf,0x48,0x38,0x22,0x2f,0x8a,0xfb,0x3c,0x20,0xe6,0x72,0xc9,0xd0,0x15,0x20,0xc7,0x37,0xf0,0xa3,0x67,0xc4,0x48,0x70,0xa5,0x25,0x7c,0x1e,0x90,0x64,0x42,0x8,0x18,0xca,0xe7,0xb1,0xd0,0x8e,0xbc,0x70,0xdd,0x4d,0x12,0xd,0x4d,0x18,0x19,0x67,0x18,0x55,0x1,0xc8,0x89,0x50,0xba,0xa0,0x84,0xb9,0x80,0x20,0xaf,0xab,0xff,0x5,0x4,0x43,0x57,0x37,0x5b,0x30,0x7d,0xc8,0x8d,0x97,0xd,0x88,0x86,0xbe,0xa,0x93,0x31,0xa2,0xde,0x3c,0x47,0x1f,0xe1,0xe9,0xea,0x4e,0x42,0xd2,0x0,0xb9,0x1,0x4e,0x92,0x2b,0x2d,0x24,0x51,0xaa,0xbd,0x5e,0xcd,0xcc,0x33,0xd,0x9c,0xa9,0xaf,0x64,0x8a,0x8c,0xd0,0xf2,0x2e,0xc1,0xa0,0x2,0xa0,0xed,0xa6,0x85,0x24,0xe1,0x7e,0xf4,0x94,0x64,0xe4,0x76,0x76,0xbb,0x27,0x35,0x27,0xc,0x52,0x1,0x7,0x19,0xb5,0x93,0xdd,0xee,0x49,0xed,0x32,0xe2,0xf9,0x7c,0x21,0xba,0x3e,0xa2,0x29,0xdf,0x4c,0x69,0xe8,0x69,0x90,0xf3,0x97,0xfe,0xca,0x61,0x86,0xe7,0x4f,0x91,0xef,0x89,0x28,0x62,0x9e,0x4a,0xc7,0x3,0x24,0x9f,0x96,0xd8,0x8f,0xa,0xfc,0x12,0xe2,0x8a,0x2c,0xdb,0xa0,0xdf,0xe4,0xdc,0xb4,0x25,0x1f,0x8,0xd8,0xf9,0x86,0x75,0x21,0x2c,0xb,0xd,0xa3,0xb3,0xd,0x91,0x91,0x58,0xb1,0x69,0x8c,0x80,0xf,0x65,0xf8,0x9,0x4a,0xdd,0xd0,0x47,0xa6,0x1,0xc5,0x1d,0x49,0x35,0xc7,0x8c,0x90,0x7b,0x12,0x52,0x36,0xd7,0xcc,0x8a,0x21,0x8a,0x3e,0x2,0x95,0xe3,0x2d,0x9c,0x46,0x29,0xe7,0x34,0x5a,0x88,0xf4,0x70,0xf4,0x44,0xa0,0xa2,0x24,0x1f,0xca,0x42,0xcc,0x35,0x53,0x7d,0x83,0xc,0x89,0xb9,0x17,0x1b,0xe8,0x68,0x91,0x96,0xf9,0x8c,0xc6,0x9a,0x29,0x3e,0xf,0x63,0x30,0xf1,0x39,0x51,0x1c,0x18,0x81,0x4a,0x8d,0xc0,0x9f,0x9a,0xb9,0xbc,0xdc,0xce,0xab,0x10,0x1b,0x5,0xda,0x18,0x8d,0xef,0xc4,0x48,0x96,0x56,0x82,0x20,0x97,0x16,0xd1,0x20,0x1,0xc5,0x5e,0x66,0x95,0x5a,0x1d,0x28,0x90,0xf9,0xaf,0x5f,0x5e,0x2e,0xce,0x47,0xa3,0x3f,0x55,0x72,0x6d,0xc,0x2b,0xc7,0x23,0x68,0xd6,0x19,0x2b,0x79,0x93,0xe7,0xe4,0x48,0x0,0xd0,0xca,0x95,0xa3,0xb3,0xc2,0x8f,0xe2,0x94,0xa3,0x38,0x10,0x5d,0x9e,0x6,0xb0,0x87,0x5c,0x69,0x2d,0xd8,0x23,0x44,0xf3,0x43,0xba,0x21,0xbe,0xcc,0x7c,0x87,0xd2,0x16,0x2c,0x93,0x90,0x52,0x3e,0xd1,0xd0,0x14,0x7,0x29,0xac,0xe9,0x4a,0xb5,0x88,0xcc,0x4,0xb5,0xa6,0xef,0x15,0xb1,0x24,0x75,0x5d,0x22,0x3a,0x1e,0x8d,0x5c,0xd8,0xa0,0x9e,0x65,0xf5,0x61,0x4e,0x4e,0x9e,0x8,0x7f,0x4,0x56,0x8f,0xe3,0x4c,0x93,0x93,0xd3,0x53,0xcd,0x54,0x6b,0xef,0x1f,0x46,0xb,0xea,0x1f,0x36,0xc8,0xcd,0x51,0x24,0x72,0xf1,0x80,0x20,0x7e,0x44,0x14,0x94,0x92,0x32,0x10,0x7,0x57,0xb0,0xa2,0x6d,0x92,0x80,0x40,0x31,0x99,0x9e,0xfc,0x3e,0xa8,0xc,0x63,0x6,0xbb,0x30,0xf4,0x91,0x3c,0x37,0x3a,0x8b,0x94,0xc3,0xbc,0xec,0xea,0xad,0x1c,0xeb,0x29,0x7c,0xa4,0x91,0x66,0x5a,0x91,0x2c,0x12,0xac,0xee,0xf,0x4a,0x8e,0x3,0xc2,0x23,0x7c,0xe,0x3,0x17,0x2e,0xba,0x7d,0xa5,0x90,0x2c,0xc4,0xc,0xeb,0x47,0x4b,0xcf,0x61,0x79,0x64,0x94,0x3e,0x89,0x58,0x6d,0x46,0x15,0x7f,0xbd,0x94,0x43,0x2e,0x41,0x83,0x5f,0x36,0x77,0xa5,0xa1,0x1f,0x8d,0x29,0x74,0x55,0x3c,0x25,0x5e,0xd6,0xe0,0x37,0x4b,0xdb,0xa2,0xea,0x9b,0x2d,0x58,0x69,0x52,0xc9,0x2,0x5a,0x51,0xc1,0x4a,0x76,0x18,0xb3,0xad,0x61,0xac,0x98,0xd9,0x60,0x90,0x32,0x6b,0x77,0x4e,0xed,0xdc,0x71,0xb2,0xaa,0x16,0x9,0xb5,0x33,0x8b,0xf6,0xae,0x1f,0x7b,0xdf,0x2d,0x6c,0x6f,0x6f,0x1f,0xde,0xca,0xe0,0xcc,0x20,0xda,0x59,0x93,0xba,0x29,0xc,0x6c,0x30,0x3f,0x0,0x9a,0x6c,0x52,0x62,0x76,0x5f,0x6f,0x7c,0x17,0xd9,0xfe,0x5,0x93,0x16,0x60,0x5d,0x6c,0x42,0xb9,0x34,0xaf,0x71,0xe2,0xbb,0x62,0xc,0xb9,0xdc,0xb0,0xbe,0x65,0x5c,0xb8,0x23,0xf3,0x4,0x89,0xe3,0x4a,0x42,0x62,0xcc,0xa0,0x85,0x7b,0x68,0x34,0x47,0x18,0x25,0x20,0x9,0x4a,0x57,0x1e,0x30,0xaa,0xc6,0x88,0x6d,0xa6,0xb6,0xa6,0x84,0xcd,0xf9,0x4,0x70,0xd1,0x8c,0xf9,0x1c,0xc6,0x6f,0x98,0xfd,0x57,0xd4,0x30,0x51,0x13,0x4,0xdb,0x45,0x82,0x62,0x6,0x99,0x1,0xbc,0x71,0xe4,0x89,0x11,0x9b,0x60,0x79,0xc3,0xe5,0xe9,0x27,0x11,0x7d,0x94,0xfb,0xe1,0xe,0x39,0xe,0x95,0xfc,0x1,0xd,0xaa,0xf8,0xc,0xa5,0x89,0x3a,0x37,0xd9,0xce,0xa0,0xdd,0xbd,0x41,0xe3,0x34,0x92,0x6e,0xae,0x6e,0x8,0x55,0xbc,0x6d,0xeb,0xde,0xd6,0x4c,0x5e,0x9f,0x8d,0xd6,0xd7,0xd9,0xf6,0xc5,0x8c,0x81,0x69,0xbd,0xe0,0x30,0xe,0x20,0xe5,0xe1,0x7a,0xf,0x64,0xd8,0x58,0xa2,0x2c,0xfe,0xbb,0x8,0x60,0x95,0x6d,0xcb,0xd3,0x1d,0x5a,0x1b,0xfc,0xf5,0xd9,0xe1,0x8,0x8b,0x3c,0xf3,0xa1,0xdd,0x6d,0xf6,0x1e,0xec,0x9d,0x78,0xaa,0xf4,0x98,0x89,0xd8,0x6e,0x76,0x3a,0xf7,0xbe,0x2f,0xd0,0x81,0xdd,0x54,0x86,0xf8,0x1,0x8e,0x2a,0x74,0x96,0xa0,0x67,0x32,0x97,0xc9,0x3,0xb0,0x48,0x2e,0x30,0x1,0xda,0xcd,0x6c,0xbb,0xc7,0xe,0x35,0x1c,0xb1,0xfd,0xd4,0xee,0x8b,0x34,0xdf,0xa6,0xb7,0x52,0x19,0x6a,0x23,0x4c,0x3,0x8e,0x23,0x42,0xd3,0x24,0x78,0x7f,0xb,0xb2,0x1a,0x39,0xd0,0x90,0x7,0x59,0x6d,0x7b,0x12,0xed,0xcc,0xcc,0xcd,0xd9,0xb7,0x7d,0x30,0x86,0xe6,0xd5,0xca,0xea,0x79,0x5b,0x2b,0x53,0xa3,0xb7,0xe8,0xe7,0x1e,0x1c,0x5b,0xe7,0x95,0x45,0xfd,0x27,0x15,0x35,0x87,0xbf,0x63,0x69,0x37,0x68,0x18,0x42,0x38,0xf7,0x2d,0xed,0x3,0xfa,0x40,0x73,0xf5,0x28,0xe3,0x9f,0xdb,0x7,0xc,0x97,0x7a,0xc4,0x1c,0x58,0xf7,0x86,0x2e,0xaf,0xf6,0x4b,0xa6,0x25,0x15,0xba,0x25,0x41,0x40,0xd1,0x3,0x65,0x81,0xf7,0xf9,0x20,0x16,0xc2,0xef,0xb0,0x4d,0xbe,0x7b,0xb5,0x28,0x55,0x9b,0x56,0xab,0x3e,0xec,0x38,0x4d,0xab,0x53,0xff,0x96,0xa9,0x89,0xc4,0xa1,0x23,0xbf,0xf8,0x98,0x5f,0x3d,0xc4,0xf,0x79,0xe6,0xe8,0xa2,0x56,0x3b,0x88,0x85,0x3,0xdb,0xa4,0xd8,0x62,0xc3,0x4,0x8d,0x8,0x9f,0x11,0x68,0x86,0x44,0xec,0xc1,0xc8,0x5d,0x26,0x66,0x39,0xe,0x3a,0xd6,0x76,0x61,0xf4,0x79,0xed,0x40,0xab,0xe1,0xc0,0x83,0xe7,0xca,0xec,0x92,0xc,0x54,0x5d,0xf3,0x8,0xb,0xb3,0x76,0x7b,0x74,0xa2,0x8b,0x8d,0x4f,0xed,0x20,0x63,0xa,0x2c,0x66,0x62,0xb4,0x4a,0x38,0x93,0x73,0x5f,0x29,0x96,0xf,0xac,0xbe,0x55,0x77,0xd6,0xb2,0x1e,0xc0,0xc7,0x85,0x5c,0xf1,0x43,0x97,0x7,0x91,0xe,0x48,0x4c,0x30,0x57,0x7e,0x80,0x29,0x9e,0x2f,0xd2,0x1b,0x45,0x72,0x50,0x2c,0x2b,0xb,0x3a,0xbd,0x46,0xbd,0x63,0x1d,0x61,0xb4,0x22,0x44,0xcd,0xc3,0x68,0x6d,0x92,0x99,0xc,0x63,0xc2,0x88,0x62,0xe6,0x81,0xed,0x73,0x9a,0xf2,0x2a,0xaa,0x4f,0xb1,0x1f,0x88,0xbd,0xed,0xeb,0xb2,0x9,0x65,0x9c,0xcf,0x32,0xc0,0xcd,0x75,0x1,0x30,0xb4,0xb,0x0,0xab,0x8,0x68,0xd,0xa,0x80,0xe6,0x5d,0x1,0x30,0x18,0x16,0x0,0xd7,0x45,0xb1,0x7d,0xa7,0x0,0x68,0x17,0x1,0x76,0x91,0x69,0xe3,0xef,0x22,0x46,0xbb,0x28,0xe5,0xa6,0x48,0x52,0xaf,0xac,0x29,0xdb,0xb8,0xad,0xac,0x39,0x1,0x60,0x6b,0x78,0xb7,0xb,0x1b,0xde,0x30,0x95,0xfe,0xb0,0x84,0xba,0xb3,0xbe,0x35,0x7a,0xcd,0x63,0x32,0x2a,0xa3,0x44,0xb5,0x97,0xda,0x85,0xf8,0xf8,0xf5,0x88,0xae,0x2,0xe7,0xb2,0x98,0xb8,0xfe,0xd8,0x77,0xe5,0x20,0x2a,0xe8,0xd1,0x49,0x48,0x3d,0x80,0x10,0x76,0x26,0x60,0xe7,0xff,0x3e,0x43,0xd5,0x6a,0x55,0x5e,0xff,0xfe,0x9f,0x53,0xd1,0x72,0x3d,0xa0,0x8,0x71,0x20,0x3a,0xc1,0x84,0xbc,0xe0,0xec,0xb6,0xac,0x2,0xb4,0x9a,0xc7,0x54,0x9f,0xd5,0x44,0xbf,0xd6,0x60,0x6f,0x85,0x9d,0xe6,0xb0,0x29,0x63,0x22,0x9e,0x15,0xa8,0x1a,0x94,0xff,0x89,0x42,0x74,0x2c,0x6f,0x4,0xc7,0x9c,0x2f,0x6,0x37,0xd7,0xea,0xa1,0x5e,0x82,0x4e,0x6a,0x95,0x8b,0xdf,0x7e,0x3b,0x2d,0x77,0x40,0xb6,0xe1,0xf8,0xe0,0x89,0xfe,0x20,0x4e,0xef,0xbb,0x86,0xe4,0x77,0x9c,0x84,0xef,0xe4,0xe9,0xeb,0x1f,0x3d,0xa7,0xe2,0xc5,0x2e,0x56,0xc9,0x7a,0xc1,0xff,0xf6,0xca,0x86,0x1f,0x96,0xbd,0xf5,0xa2,0xfc,0xbf,0xcb,0x95,0x5f,0x2b,0xca,0xff,0x52,0xae,0xfc,0xd6,0x79,0x51,0x81,0xd6,0xf9,0xc5,0x1b,0x55,0x38,0xae,0x60,0xee,0xb3,0x26,0xf7,0xb3,0x60,0x76,0x6,0xac,0xe1,0xc,0x3a,0x6b,0x93,0x5f,0xa3,0xd7,0x75,0x6,0xbd,0x4e,0xb9,0xa9,0x63,0xdf,0xb6,0x5b,0x4e,0xc9,0xd5,0xda,0x29,0x59,0x60,0xf6,0x74,0x65,0xcd,0xe1,0x37,0xc3,0xf6,0x87,0x14,0x49,0xf,0x92,0xec,0x67,0x85,0xec,0x8e,0x99,0xd5,0x75,0xac,0x41,0xb9,0x69,0x72,0x6f,0x75,0x87,0x6b,0x39,0x52,0xef,0xf7,0xcb,0xd5,0x2,0x4e,0xee,0x96,0x63,0x95,0x2b,0xf3,0xb6,0x77,0x5f,0xb2,0xc4,0x76,0xd7,0xb6,0x6,0x25,0xb7,0x81,0x7e,0xfd,0xc6,0x1a,0xf6,0xcb,0x97,0x9,0xbd,0xa7,0x5b,0xae,0xd4,0xa5,0x95,0xab,0x3c,0x1e,0xf6,0xeb,0x83,0x41,0xef,0xa1,0xe4,0x5c,0x5e,0x59,0x9e,0x7b,0xac,0x7,0xc0,0xf,0xd0,0xa5,0x63,0xb5,0xd6,0x1f,0xb6,0x8,0xe0,0x7,0xe8,0x32,0x68,0xdf,0xdc,0x6e,0x78,0xf2,0x23,0xa0,0x1f,0xa0,0x8d,0x53,0xbf,0x2e,0x57,0xa0,0xd5,0x6d,0x96,0x2c,0xd0,0x6e,0xac,0x79,0x1b,0x60,0xf5,0x7e,0xc9,0x5d,0xcf,0xee,0xd7,0x1b,0x56,0xd9,0xd,0x68,0x68,0x5b,0xc2,0xea,0xeb,0x81,0x55,0xbf,0x2b,0x57,0x36,0x38,0xd8,0xee,0xf4,0x1a,0x25,0x4b,0xed,0xe,0xef,0xcb,0x17,0xda,0x1f,0xb4,0xbb,0x8e,0xdd,0x18,0x58,0x56,0xc9,0xad,0x1e,0x64,0xf6,0x3a,0x9d,0x1f,0x60,0xf0,0x71,0xa3,0x6c,0x37,0xd,0x63,0xfc,0xf3,0xf1,0xc8,0x77,0x33,0xf2,0x71,0xed,0x11,0x81,0x0,0x7e,0x29,0xbd,0x32,0x1e,0xeb,0x36,0xcc,0xd5,0xed,0xbf,0xca,0x17,0xfc,0x1,0x3,0xbd,0x10,0x7b,0xdf,0xee,0x2e,0x1f,0xd0,0x97,0x28,0xb6,0xd9,0x73,0xca,0x17,0xda,0xef,0xbc,0xd9,0xd4,0xc3,0xba,0xc0,0x86,0xb7,0xb1,0xc,0xfd,0xf5,0x3b,0xdd,0xc6,0x98,0x52,0x4e,0xa,0xd2,0x96,0xaf,0x99,0xef,0xfd,0x4b,0xb,0xd,0x71,0xcc,0x9e,0xc4,0xaf,0x26,0x1e,0x47,0x1,0x8e,0x9e,0x35,0x53,0xfd,0x58,0x43,0xbc,0x72,0xfa,0x9a,0xf5,0x88,0x99,0x6b,0x6f,0x37,0xad,0x5e,0x2,0x9c,0x12,0x96,0x88,0xdf,0x30,0x98,0x8b,0xb7,0xbb,0x8b,0xa8,0xd,0x1a,0xcf,0x99,0xff,0x34,0xe1,0xe8,0xc4,0x3d,0x45,0x17,0xb5,0x8b,0x73,0x64,0x2f,0x34,0x42,0xe,0xa8,0x14,0xd1,0x80,0x3e,0xf9,0x24,0x59,0x17,0x52,0x34,0x6a,0x69,0x89,0xb0,0x6b,0xdd,0x80,0x57,0xcb,0xaf,0xec,0x30,0xf4,0xbc,0xd3,0xc,0x5d,0x45,0x4,0xfa,0xab,0xfc,0x61,0xc9,0xff,0x1,0xf0,0xad,0x93,0x69,0x6,0x33,0x0,0x0 }; -const uint8_t index_js[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0xad,0x59,0x6d,0x6f,0x1b,0xb9,0x11,0xfe,0xae,0x5f,0x41,0x2f,0xd0,0x8b,0x14,0x1b,0x5a,0xfb,0xd0,0x7e,0x89,0x6c,0x7,0x69,0x13,0x5f,0x3,0x9c,0xef,0x8a,0x38,0xbd,0xa0,0xa8,0xf,0x2,0xbd,0x4b,0x59,0x84,0x57,0x5c,0x95,0xe4,0x5a,0xa7,0xde,0xf9,0xbf,0xdf,0xcc,0xf0,0x65,0xdf,0xad,0xb8,0xbd,0x7c,0x70,0x56,0xcb,0xe1,0x70,0x5e,0x9f,0x99,0xe1,0xa6,0xaf,0x27,0x8c,0xb1,0xcf,0x6b,0x69,0x98,0x29,0x57,0x76,0xc7,0xb5,0x60,0xf0,0x5c,0xc8,0x4c,0x28,0x23,0x72,0x56,0xa9,0x5c,0x68,0x66,0xd7,0x82,0x5d,0x7f,0xfc,0xcc,0xbe,0x77,0xaf,0xe7,0xec,0x46,0x8,0x7a,0xe9,0xe9,0xd8,0x4a,0x16,0xf0,0xa7,0xd4,0x2c,0x17,0x96,0xcb,0xc2,0xcc,0x91,0xeb,0x4d,0x59,0xe9,0x4c,0xbc,0x61,0x6b,0x6b,0xb7,0xe6,0x4d,0x9a,0xde,0x4b,0xbb,0xae,0xee,0xe6,0x59,0xb9,0x49,0xcd,0x96,0x67,0x62,0x5d,0xad,0x95,0x15,0xd9,0x3a,0xfd,0x22,0xaf,0xe4,0xfb,0x2a,0x7b,0x98,0xb0,0xd7,0xe9,0x64,0x32,0x49,0x53,0x76,0x11,0xff,0xb1,0xef,0x8a,0xf2,0x8e,0x17,0xec,0x27,0xae,0x25,0xbf,0x2b,0x84,0x69,0xae,0xa5,0x29,0x51,0x1f,0x81,0x60,0xc6,0xb2,0x72,0x45,0x72,0x18,0xa6,0x85,0xad,0xb4,0x2,0xe9,0xef,0xf6,0x2c,0x29,0x4c,0xc2,0xe0,0xc8,0xd,0x57,0xf9,0xe4,0x91,0x6b,0x22,0x59,0x16,0x48,0x7f,0xc1,0x92,0x64,0xe1,0x19,0x4,0xf6,0xcc,0x96,0xcc,0xf0,0x47,0x30,0x2,0x88,0xa6,0x1f,0xe1,0x60,0xd4,0xaa,0xda,0xe6,0xdc,0x4a,0x75,0xcf,0x8c,0xe5,0xb6,0x32,0xc0,0x4f,0xc1,0xcf,0xb2,0x32,0xc5,0x9e,0x78,0xba,0xd7,0xcb,0xb8,0xe7,0x82,0xec,0xb6,0x92,0x20,0x43,0x38,0xe0,0x9f,0xa,0xd9,0xe6,0xb4,0x55,0x28,0xb,0xfc,0xc9,0x80,0x22,0x97,0xb6,0xd4,0xc4,0xa4,0x72,0x14,0xcb,0x6c,0xcd,0xd5,0x3d,0x50,0x5e,0xb0,0x15,0x2f,0x8c,0x8,0xc,0xae,0xa,0x7e,0xcf,0xe4,0xca,0xef,0x60,0x6b,0xe,0x5e,0x2a,0x79,0xe,0x84,0xdc,0x99,0x7f,0x2f,0x6c,0xad,0x60,0xb9,0x15,0xaa,0xcb,0xa3,0x6f,0xd4,0xab,0x4a,0x65,0x56,0x96,0x6a,0xc8,0xa8,0xee,0xc7,0x4f,0xbc,0xa8,0x4,0xfb,0x4e,0x58,0xd0,0xcc,0x53,0x21,0xc1,0xca,0x6f,0x64,0xf7,0xc2,0x2e,0x95,0xd8,0x2d,0xf1,0x50,0xc5,0x37,0x62,0x3a,0x63,0xbf,0x82,0xef,0x9d,0x7,0xd8,0x87,0x69,0x2,0x8b,0x57,0xb0,0x96,0xcc,0xe6,0x8f,0xc8,0x6a,0x31,0x79,0x9a,0xb4,0x77,0x3b,0x7d,0xc6,0x19,0xb8,0xf5,0x71,0x1e,0x66,0x80,0x47,0x78,0x38,0xcc,0xb,0x2d,0xe4,0x89,0x47,0x45,0xf3,0x2e,0xf3,0x92,0xa1,0x89,0x83,0x13,0x2f,0x6a,0xa6,0xb5,0x70,0x40,0x3,0x6e,0x9a,0x1e,0x79,0xa2,0xb9,0x50,0xb9,0xf9,0x2,0xa1,0x3f,0x4d,0x6e,0x55,0x32,0x9b,0x61,0x66,0x34,0x18,0x84,0xa7,0x63,0x86,0xcb,0xb4,0xdb,0xcb,0xeb,0x57,0x48,0x2c,0x17,0x42,0x18,0x85,0x22,0xc4,0x60,0x5,0x21,0x58,0x30,0x69,0x5f,0x19,0xa6,0x4a,0x8,0x5,0x88,0x19,0xcd,0x12,0x5d,0x29,0x5,0x81,0x9a,0xd4,0x8a,0x64,0x6b,0x91,0x3d,0x2c,0xdd,0x26,0xaf,0x2,0x8a,0x97,0x55,0x5a,0x3,0x77,0xbf,0x30,0x97,0x2a,0x2b,0xaa,0x5c,0x98,0x69,0xe4,0x30,0x63,0xbf,0xfd,0xc6,0x46,0xa9,0x20,0x54,0x89,0xc8,0xa9,0xb3,0x33,0x4b,0x4a,0x11,0x11,0xcf,0x59,0xc0,0x7b,0x1,0x91,0x47,0xcb,0xc6,0x96,0xdb,0x65,0x27,0x47,0x90,0x24,0x28,0x76,0x63,0xb9,0xb6,0x75,0xc6,0xd9,0x35,0xb7,0x4e,0x6c,0xc3,0x20,0x6b,0x5d,0xf6,0x41,0x5a,0x63,0xbe,0xc,0x24,0x60,0x1d,0x9,0xc8,0xa6,0x7f,0x4e,0x54,0xb9,0xb3,0x32,0xf3,0x86,0x5e,0x30,0x14,0xe2,0x9c,0xfd,0xa8,0x8a,0xbd,0x67,0xc,0x71,0x1,0x1b,0xba,0x59,0xad,0x4a,0x8b,0xd1,0x86,0x2e,0x1a,0x50,0xd8,0x73,0x81,0x54,0x9,0x56,0xf3,0xc,0x26,0x6c,0x0,0x1f,0x80,0xcf,0xc7,0x20,0x61,0xd3,0x43,0x27,0xec,0x2f,0xa7,0xa7,0x91,0x59,0xdb,0x30,0xd,0x7b,0x95,0xdb,0x3f,0xc2,0x5c,0x43,0x5e,0x89,0xd6,0x3a,0xfa,0x7f,0xcd,0xb5,0x3,0x84,0xf2,0xe6,0x1a,0x90,0x9a,0x24,0x85,0xd2,0x61,0x31,0xa1,0x8,0x7a,0x81,0x2e,0x2b,0x4,0xd7,0xd1,0x2e,0x5d,0x1,0x16,0x83,0x96,0x6c,0x20,0x6d,0xb0,0xcf,0xbb,0x2d,0xa0,0x5f,0xe,0xb4,0x1a,0x31,0x1b,0x11,0x3d,0xd3,0x72,0x6b,0x43,0x46,0xd5,0x26,0xe0,0x44,0x8,0x7,0x69,0xa7,0x77,0x2f,0x9b,0xd9,0xf1,0x5,0xb2,0xe9,0xe6,0xa0,0x71,0x88,0x4b,0x55,0x4,0x15,0xd9,0x88,0x4d,0xa9,0xf7,0xac,0x32,0xfc,0x5e,0xd4,0xdc,0x7d,0x84,0xc4,0x82,0xe3,0x8d,0xb,0xb1,0x63,0xf0,0xd4,0x4,0x76,0x25,0x27,0x2c,0x90,0x4f,0x37,0xe6,0xde,0x11,0x38,0x8c,0x29,0x40,0x27,0x40,0x5c,0x6,0xaf,0xe7,0x66,0x5b,0x48,0x3b,0x4d,0x6f,0x55,0x4a,0x46,0x60,0x8c,0xfe,0xc8,0xd5,0x94,0x88,0xe6,0x80,0x5f,0xf7,0x76,0xd,0xe8,0xcc,0xce,0x2,0x7,0x82,0x18,0x53,0x16,0x62,0x2e,0xb4,0x2e,0xf5,0x34,0xb9,0xe6,0x5,0x54,0xb2,0xd,0xd4,0x4,0x2d,0xcc,0x16,0xd6,0xc4,0x9b,0xc4,0x33,0xeb,0xd2,0xa2,0x20,0x61,0xc5,0xfb,0x9c,0x7e,0x3d,0x4d,0xa2,0x70,0x77,0x7b,0x8b,0xd0,0x49,0xc7,0xff,0xfb,0xf4,0x67,0x2f,0x60,0xc2,0x92,0x19,0xfc,0x5a,0x44,0xb2,0xca,0x50,0xd,0x72,0x64,0x67,0xa3,0x64,0x2b,0x2d,0x6a,0x6e,0xdf,0xf6,0xc8,0x22,0xdd,0x56,0x40,0x3f,0x41,0xa8,0x79,0xcd,0xed,0x7a,0xbe,0x2a,0x4a,0x90,0x96,0x44,0x49,0xd9,0x19,0xa6,0x4d,0x8b,0xe3,0x20,0x35,0x1d,0x95,0x6,0x4e,0x33,0xcf,0x1c,0xfc,0x8e,0xb,0xd7,0xe4,0x46,0xf0,0xbd,0x54,0x4a,0xe8,0xbf,0x7f,0xbe,0xfe,0x1e,0xe3,0xb,0x75,0x0,0x74,0x76,0x3a,0xd3,0x2f,0x10,0xed,0xb8,0x75,0x4,0x2c,0xff,0x89,0x5e,0xcc,0x12,0xcf,0xb1,0xd7,0x65,0x78,0x98,0x74,0x9e,0x87,0x9e,0xa4,0xe1,0xf8,0xcc,0x3c,0xd6,0x6e,0xab,0x37,0x42,0xe8,0xc1,0x8a,0xdf,0xda,0x8e,0x89,0x48,0xd4,0x8f,0xc,0x47,0x68,0x31,0xa1,0xbc,0x2,0xc9,0x39,0x20,0x1,0xcf,0x2f,0x43,0x79,0xc1,0x7f,0xf5,0xfa,0x31,0x11,0x68,0xb7,0x3a,0xbc,0xb8,0xbe,0xc4,0x8a,0x79,0x9e,0xc2,0xc3,0xb3,0x54,0x7f,0x5,0x3,0x1d,0xa6,0x7a,0xe7,0x3a,0x8e,0x3,0x84,0xe9,0xb3,0x22,0xa5,0xd,0x8d,0x86,0xcf,0xb9,0x2b,0xf3,0x7d,0x4b,0x63,0x6c,0xe3,0xa6,0x68,0x1a,0x9,0x26,0x39,0x5d,0xc0,0x7f,0xe7,0xac,0x99,0x3d,0xf0,0xe6,0xf8,0xb8,0x76,0x83,0x33,0x23,0xe4,0x2f,0x8f,0x81,0x29,0x9b,0x81,0xb9,0x68,0xd1,0xa1,0x3f,0x7e,0x80,0x16,0x2,0x68,0x71,0x4b,0xc,0xee,0xe6,0xfa,0x8d,0xfc,0x6f,0x5c,0x3f,0xfb,0x39,0xca,0xe5,0xc0,0x36,0x30,0x8,0xa9,0x7c,0xc9,0x4e,0x9b,0xb2,0x38,0x22,0x89,0x19,0x7e,0xca,0xbe,0xf9,0x86,0x1d,0x35,0x7a,0xbc,0x36,0x1d,0x66,0x2c,0xcf,0x23,0xbf,0x86,0x9c,0x98,0xbf,0xf5,0xf3,0xb3,0x1,0x30,0x44,0x90,0x5f,0x52,0xd0,0x7,0x45,0x8f,0xc9,0xb,0xf9,0xd7,0xef,0x22,0xf5,0xbf,0x7a,0xd7,0xf3,0x4,0x77,0x95,0xb5,0xd8,0xd9,0x14,0xdc,0x98,0x8b,0xdb,0x64,0xab,0xe5,0x86,0xeb,0xfd,0x6d,0xc2,0x4a,0xe8,0x4f,0x64,0xf6,0x0,0xef,0xc8,0xa,0xaf,0xba,0x22,0xbf,0x9a,0xdd,0x26,0x97,0x88,0xf0,0xe7,0xa9,0xe3,0xf1,0xb2,0x83,0x60,0x3a,0x52,0xed,0x53,0x2a,0x35,0x72,0x8,0xac,0x7c,0xe5,0x19,0x69,0xd7,0xf6,0xc1,0x4d,0x4f,0x63,0xb1,0xdf,0x8b,0x6d,0x80,0x2f,0x57,0xe1,0x3e,0x23,0x69,0x7,0xbf,0xe2,0x76,0xf,0xe2,0x14,0x12,0x4f,0x8d,0xee,0xeb,0xa,0xca,0x2,0x74,0x10,0x37,0xff,0xf8,0x78,0x75,0x75,0x53,0x57,0xaf,0x15,0xbd,0x6e,0x76,0x8c,0xa5,0x5a,0x49,0xbd,0x99,0x26,0xad,0xd,0x6f,0xdd,0xf0,0xb8,0x93,0x45,0x1,0xc3,0x5f,0x21,0x0,0x23,0x39,0x3c,0x3a,0x79,0xcc,0x11,0x74,0x88,0x3e,0x3e,0x23,0xf8,0x39,0xc6,0x0,0x80,0x45,0x79,0xbf,0xdc,0x19,0x1f,0xa2,0xbc,0x10,0xda,0x6,0xde,0x34,0x6b,0x11,0x4b,0xcb,0x1f,0x80,0x21,0xdb,0x40,0x93,0x61,0xc5,0xfc,0x56,0xfd,0xab,0xac,0x60,0xf4,0x79,0xa4,0x39,0x4d,0xb,0x10,0x49,0x89,0xc,0x6a,0xf0,0xa,0xda,0x1,0xf0,0x4e,0x6e,0xe6,0x2e,0x35,0x9f,0xa2,0x76,0x9f,0x2a,0xe5,0x85,0xa9,0x55,0x43,0xb7,0xc5,0xc,0x69,0xd7,0x64,0x58,0x62,0xb7,0x89,0x73,0xe9,0x2f,0x57,0x9e,0xa6,0x41,0x8c,0x6d,0x7a,0xd2,0x96,0x7d,0xa4,0xed,0x5c,0xb4,0xdb,0x35,0xdf,0x56,0x33,0xb3,0x15,0x99,0x5c,0xc9,0xac,0x27,0x14,0xb6,0x63,0x63,0x52,0xe1,0xda,0xb,0xc4,0x3a,0x61,0x56,0x57,0x62,0x4c,0x82,0x86,0x7b,0xda,0xa7,0xbf,0x2b,0x8a,0xe9,0xc0,0xc1,0xe3,0x6c,0x3f,0x9,0xe8,0x74,0x8d,0x4,0x6f,0x60,0xba,0x41,0x1,0x2c,0x37,0xd8,0x2d,0x9,0xbe,0x69,0xd8,0x1a,0x56,0x96,0xee,0x65,0x97,0x39,0x2e,0xb5,0xea,0xa0,0x6b,0xcf,0x42,0xc0,0xf8,0x98,0xa3,0xe9,0xe8,0x8,0x22,0xff,0x92,0x7d,0xf8,0xe1,0x7d,0x52,0xc3,0xdd,0x60,0xb3,0x16,0x87,0xa6,0x1a,0xc,0xe3,0xe9,0xe1,0xa5,0x6f,0xd9,0xe9,0x7c,0x30,0xc8,0x7c,0x3e,0xf,0x78,0xfe,0x44,0x33,0x4b,0x3c,0x21,0x4a,0x9a,0x15,0xa5,0x11,0xdd,0x88,0x1d,0x1b,0x7b,0x5c,0xe6,0x36,0x33,0xec,0x47,0x0,0x6a,0x6f,0x18,0x8c,0x5b,0x37,0xaf,0xb7,0x4d,0xd4,0xf1,0x7c,0x3b,0x18,0x28,0xd1,0x1b,0x35,0x66,0x30,0x6,0x88,0x68,0x6c,0x18,0x8e,0xb5,0xa0,0x6f,0xb4,0xd8,0x9f,0x34,0x9c,0x4e,0x92,0x86,0x78,0xab,0x91,0xad,0x1d,0xf9,0x93,0xae,0x79,0xfd,0x60,0xf0,0x89,0x62,0x1,0xfb,0x63,0xef,0xc,0xc3,0xa6,0x3a,0x44,0x4a,0xb1,0x9f,0x5,0x65,0xea,0x3b,0xa,0xc,0xab,0xda,0x5a,0x7f,0x3,0x76,0x88,0x22,0x4c,0x89,0x5d,0xc7,0x52,0x19,0x2d,0xfd,0x41,0xb6,0xa,0x75,0xd7,0x35,0x52,0x71,0xb4,0x6d,0x2a,0xcc,0x6a,0xf8,0xea,0x97,0xd5,0x56,0xb0,0x1c,0x34,0xfc,0xb3,0xa6,0x6f,0x86,0x9a,0xd3,0xfe,0x90,0xf1,0x71,0x4f,0x7f,0xbe,0x68,0x43,0xdf,0x7b,0xf,0xc7,0xbd,0x70,0xdb,0x94,0x8f,0x87,0x8c,0xd8,0x4a,0x53,0xa4,0x7f,0x29,0x2a,0xe,0xb,0xd7,0xbf,0xe3,0x8a,0xbe,0xaf,0x87,0xb2,0xa,0x6c,0x34,0x8e,0xd0,0x38,0x32,0x7a,0x92,0x97,0xc9,0x14,0xcc,0xf2,0x45,0x4b,0x1b,0x63,0x13,0xf3,0xb1,0x6d,0x9e,0x1d,0x2e,0x47,0x3e,0x27,0xac,0x85,0x4a,0xff,0x6b,0xac,0xf5,0x8d,0x99,0x5a,0xb1,0xd9,0x96,0x1a,0xfa,0x96,0xa5,0x3,0xe3,0xae,0x1,0xfb,0x11,0x71,0x60,0xcb,0x60,0xa,0x1f,0xde,0x83,0xfd,0xa9,0xdf,0xb7,0x84,0xf7,0xa8,0xc6,0xc0,0x44,0x1a,0x30,0xd3,0xdd,0xfb,0x34,0x20,0xd3,0xb1,0x8a,0x33,0xe3,0x53,0xe4,0xb9,0x7d,0xb0,0xc6,0xb5,0xbc,0x67,0xa7,0xdf,0xfe,0xd9,0x99,0x6a,0xa0,0x7,0xa7,0xd9,0x2c,0x13,0xb2,0x8,0x58,0x1f,0x5a,0xe0,0x34,0x70,0x98,0xb5,0x5a,0x73,0x9a,0x3e,0xc5,0xbd,0x54,0xc0,0x42,0xb2,0xd7,0x81,0xa8,0x1e,0xfd,0x70,0xf2,0xbf,0xf0,0x24,0xc7,0xed,0x65,0xcc,0x78,0x5c,0xbe,0x64,0xed,0xb3,0x66,0x7e,0x53,0xfb,0x6d,0x3b,0x33,0x97,0x9a,0xef,0xa2,0x88,0xa6,0xba,0x73,0x97,0xb,0x53,0x3a,0xe7,0x4,0xf7,0xcf,0x4e,0x9a,0x66,0xf4,0xa9,0x38,0x79,0xae,0x88,0x3c,0x93,0x64,0xe3,0x69,0xdf,0xd8,0x81,0x20,0x33,0xec,0xe2,0xaf,0xc1,0xee,0xa1,0xe2,0x15,0xfb,0x5,0xec,0xb0,0x8,0xc2,0xe9,0x72,0x9,0xfa,0x3b,0x7f,0xa5,0x55,0xec,0x19,0xa2,0x76,0xe7,0xf6,0xba,0xee,0x22,0x60,0x5f,0xa8,0xf2,0x94,0x46,0x83,0x17,0xbc,0x27,0x83,0x97,0xab,0x23,0xf8,0xe0,0xef,0xaf,0x1b,0xf0,0x29,0xd5,0xaa,0xec,0xf4,0xb8,0x9,0xed,0x4a,0xc6,0x70,0x27,0x76,0xba,0x41,0xce,0xa8,0x15,0xf4,0x42,0x70,0xa,0x34,0xf4,0xee,0x73,0xc6,0x4e,0xdc,0x99,0x32,0x7b,0x10,0x74,0x55,0x84,0x9d,0x25,0x1,0x2,0x37,0x4c,0x18,0x6c,0xa3,0xa5,0x59,0x8b,0xbc,0x81,0x14,0x66,0xe9,0xc9,0x44,0xee,0xb5,0x1e,0x3f,0xbd,0x71,0xc1,0x4e,0xb7,0x7a,0xd5,0xb6,0x73,0xe7,0xbe,0x93,0x2a,0x2f,0x77,0x73,0x9e,0xe7,0x1f,0x1e,0xc1,0x20,0xf8,0x45,0x3,0xca,0xa3,0x9e,0x26,0x78,0xcb,0xdf,0x6c,0x93,0xe2,0x55,0x55,0xec,0x7f,0xc1,0x1a,0x7e,0x26,0x1,0x5b,0xec,0xb0,0x9,0x95,0xd6,0x9b,0xcc,0x37,0x7a,0x9f,0x4,0x71,0x69,0xd2,0x75,0x45,0xf5,0x1b,0x7c,0x77,0xde,0xa4,0x74,0xaf,0x2,0x43,0xec,0x8,0x9b,0xab,0xbe,0x73,0xa4,0x98,0x8a,0x3e,0x1a,0x38,0xaf,0x23,0xbf,0xaf,0xa8,0x83,0x1,0xd2,0x40,0x92,0xc8,0x11,0x43,0xb2,0x7d,0x2e,0xbc,0x68,0x93,0xb8,0x7a,0xf7,0xfc,0xa1,0xad,0x41,0xc6,0x17,0x48,0x4c,0x95,0xe1,0x2f,0x11,0x90,0x37,0x6f,0xeb,0x16,0x80,0x85,0xd2,0x39,0x2e,0xb4,0xef,0xfd,0x3a,0x72,0x95,0x3b,0x75,0xd8,0x1c,0xb9,0xa7,0x5a,0xda,0x5f,0xec,0x8b,0xf3,0xa6,0x6b,0xac,0xae,0x93,0x7a,0xa7,0x51,0x21,0x7b,0xc6,0xf8,0x6d,0x6f,0x56,0xea,0xb0,0x55,0x3b,0xa9,0x5b,0x1b,0xcd,0x81,0x42,0xeb,0xa,0x11,0xcb,0xfb,0x57,0x7b,0x9e,0x8e,0x7e,0x10,0x7b,0xcc,0x98,0xfe,0xd1,0x63,0x1d,0x45,0xab,0xe3,0x1a,0x82,0x8c,0x2a,0x7c,0x90,0xa3,0x8d,0x26,0xe9,0xab,0xfd,0xce,0x75,0x19,0x2f,0x8,0x28,0x1c,0x36,0x2d,0x7d,0x4b,0x75,0x17,0xce,0xd8,0xa7,0x40,0xea,0x48,0xc4,0x19,0x40,0x4e,0xff,0x89,0xa2,0xda,0xbe,0x75,0x83,0x6c,0xc6,0x15,0xcb,0xa5,0xa1,0xef,0x8e,0x32,0x7e,0x12,0x84,0x6,0x7,0xe7,0x5f,0x1c,0x65,0x67,0xde,0x84,0xa1,0x25,0x3a,0xe0,0x30,0x2,0xb9,0x6b,0x9a,0x98,0x61,0xc6,0x3b,0xcf,0xca,0x5c,0x5c,0x1a,0x7f,0xc9,0x8d,0x8d,0x4e,0xd,0xd9,0x6c,0xb7,0x16,0x78,0xaf,0x1,0x4a,0x1,0xa2,0x85,0x8f,0x5a,0x39,0x5d,0x2e,0xe6,0x65,0x56,0x6d,0xb0,0xca,0xfd,0xa7,0x12,0x7a,0x7f,0x3,0x39,0x92,0xa1,0x31,0x60,0x38,0x4c,0x90,0xc4,0x15,0xfe,0xa1,0x52,0x4e,0xc,0x86,0xae,0xd3,0x68,0x1,0xef,0xcf,0xfa,0xe0,0x46,0x22,0xf4,0xd1,0x8d,0x94,0x76,0x97,0xf3,0x68,0xcf,0x86,0xe7,0xb0,0x2b,0xc7,0xef,0x68,0xad,0xdb,0xc,0x5f,0xcf,0x10,0xf7,0x8,0x71,0x4f,0x5c,0xd9,0x98,0x2d,0x7e,0x7,0xce,0xe3,0xaa,0x72,0xdf,0x1e,0x0,0x0 }; +const uint8_t index_js[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0xad,0x59,0x6d,0x6f,0x1b,0xb9,0x11,0xfe,0xae,0x5f,0x41,0x2f,0xd0,0x8b,0x14,0x1b,0x5a,0xfb,0xd0,0x7e,0x89,0x6c,0x7,0x69,0x13,0x5f,0x3,0x9c,0xef,0x8a,0x38,0xbd,0xa0,0xa8,0xf,0x2,0xbd,0x4b,0x59,0x84,0x57,0x5c,0x95,0xe4,0x5a,0xa7,0xde,0xf9,0xbf,0xdf,0xcc,0xf0,0x65,0xdf,0xad,0xb8,0xbd,0x7c,0x70,0x56,0xcb,0xe1,0x70,0x5e,0x9f,0x99,0xe1,0xa6,0xaf,0x27,0x8c,0xb1,0xcf,0x6b,0x69,0x98,0x29,0x57,0x76,0xc7,0xb5,0x60,0xf0,0x5c,0xc8,0x4c,0x28,0x23,0x72,0x56,0xa9,0x5c,0x68,0x66,0xd7,0x82,0x5d,0x7f,0xfc,0xcc,0xbe,0x77,0xaf,0xe7,0xec,0x46,0x8,0x7a,0xe9,0xe9,0xd8,0x4a,0x16,0xf0,0xa7,0xd4,0x2c,0x17,0x96,0xcb,0xc2,0xcc,0x91,0xeb,0x4d,0x59,0xe9,0x4c,0xbc,0x61,0x6b,0x6b,0xb7,0xe6,0x4d,0x9a,0xde,0x4b,0xbb,0xae,0xee,0xe6,0x59,0xb9,0x49,0xcd,0x96,0x67,0x62,0x5d,0xad,0x95,0x15,0xd9,0x3a,0xfd,0x22,0xaf,0xe4,0xfb,0x2a,0x7b,0x98,0xb0,0xd7,0xe9,0x64,0x32,0x49,0x53,0x76,0x11,0xff,0xb1,0xef,0x8a,0xf2,0x8e,0x17,0xec,0x27,0xae,0x25,0xbf,0x2b,0x84,0x69,0xae,0xa5,0x29,0x51,0x1f,0x81,0x60,0xc6,0xb2,0x72,0x45,0x72,0x18,0xa6,0x85,0xad,0xb4,0x2,0xe9,0xef,0xf6,0x2c,0x29,0x4c,0xc2,0xe0,0xc8,0xd,0x57,0xf9,0xe4,0x91,0x6b,0x22,0x59,0x16,0x48,0x7f,0xc1,0x92,0x64,0xe1,0x19,0x4,0xf6,0xcc,0x96,0xcc,0xf0,0x47,0x30,0x2,0x88,0xa6,0x1f,0xe1,0x60,0xd4,0xaa,0xda,0xe6,0xdc,0x4a,0x75,0xcf,0x8c,0xe5,0xb6,0x32,0xc0,0x4f,0xc1,0xcf,0xb2,0x32,0xc5,0x9e,0x78,0xba,0xd7,0xcb,0xb8,0xe7,0x82,0xec,0xb6,0x92,0x20,0x43,0x38,0xe0,0x9f,0xa,0xd9,0xe6,0xb4,0x55,0x28,0xb,0xfc,0xc9,0x80,0x22,0x97,0xb6,0xd4,0xc4,0xa4,0x72,0x14,0xcb,0x6c,0xcd,0xd5,0x3d,0x50,0x5e,0xb0,0x15,0x2f,0x8c,0x8,0xc,0xae,0xa,0x7e,0xcf,0xe4,0xca,0xef,0x60,0x6b,0xe,0x5e,0x2a,0x79,0xe,0x84,0xdc,0x99,0x7f,0x2f,0x6c,0xad,0x60,0xb9,0x15,0xaa,0xcb,0xa3,0x6f,0xd4,0xab,0x4a,0x65,0x56,0x96,0x6a,0xc8,0xa8,0xee,0xc7,0x4f,0xbc,0xa8,0x4,0xfb,0x4e,0x58,0xd0,0xcc,0x53,0x21,0xc1,0xca,0x6f,0x64,0xf7,0xc2,0x2e,0x95,0xd8,0x2d,0xf1,0x50,0xc5,0x37,0x62,0x3a,0x63,0xbf,0x82,0xef,0x9d,0x7,0xd8,0x87,0x69,0x2,0x8b,0x57,0xb0,0x96,0xcc,0xe6,0x8f,0xc8,0x6a,0x31,0x79,0x9a,0xb4,0x77,0x3b,0x7d,0xc6,0x19,0xb8,0xf5,0x71,0x1e,0x66,0x80,0x47,0x78,0x38,0xcc,0xb,0x2d,0xe4,0x89,0x47,0x45,0xf3,0x2e,0xf3,0x92,0xa1,0x89,0x83,0x13,0x2f,0x6a,0xa6,0xb5,0x70,0x40,0x3,0x6e,0x9a,0x1e,0x79,0xa2,0xb9,0x50,0xb9,0xf9,0x2,0xa1,0x3f,0x4d,0x6e,0x55,0x32,0x9b,0x61,0x66,0x34,0x18,0x84,0xa7,0x63,0x86,0xcb,0xb4,0xdb,0xcb,0xeb,0x57,0x48,0x2c,0x17,0x42,0x18,0x85,0x22,0xc4,0x60,0x5,0x21,0x58,0x30,0x69,0x5f,0x19,0xa6,0x4a,0x8,0x5,0x88,0x19,0xcd,0x12,0x5d,0x29,0x5,0x81,0x9a,0xd4,0x8a,0x64,0x6b,0x91,0x3d,0x2c,0xdd,0x26,0xaf,0x2,0x8a,0x97,0x55,0x5a,0x3,0x77,0xbf,0x30,0x97,0x2a,0x2b,0xaa,0x5c,0x98,0x69,0xe4,0x30,0x63,0xbf,0xfd,0xc6,0x46,0xa9,0x20,0x54,0x89,0xc8,0xa9,0xb3,0x33,0x4b,0x4a,0x11,0x11,0xcf,0x59,0xc0,0x7b,0x1,0x91,0x47,0xcb,0xc6,0x96,0xdb,0x65,0x27,0x47,0x90,0x24,0x28,0x76,0x63,0xb9,0xb6,0x75,0xc6,0xd9,0x35,0xb7,0x4e,0x6c,0xc3,0x20,0x6b,0x5d,0xf6,0x41,0x5a,0x63,0xbe,0xc,0x24,0x60,0x1d,0x9,0xc8,0xa6,0x7f,0x4e,0x54,0xb9,0xb3,0x32,0xf3,0x86,0x5e,0x30,0x14,0xe2,0x9c,0xfd,0xa8,0x8a,0xbd,0x67,0xc,0x71,0x1,0x1b,0xba,0x59,0xad,0x4a,0x8b,0xd1,0x86,0x2e,0x1a,0x50,0xd8,0x73,0x81,0x54,0x9,0x56,0xf3,0xc,0x26,0x6c,0x0,0x1f,0x80,0xcf,0xc7,0x20,0x61,0xd3,0x43,0x27,0xec,0x2f,0xa7,0xa7,0x91,0x59,0xdb,0x30,0xd,0x7b,0x95,0xdb,0x3f,0xc2,0x5c,0x43,0x5e,0x89,0xd6,0x3a,0xfa,0x7f,0xcd,0xb5,0x3,0x84,0xf2,0xe6,0x1a,0x90,0x9a,0x24,0x85,0xd2,0x61,0x31,0xa1,0x8,0x7a,0x81,0x2e,0x2b,0x4,0xd7,0xd1,0x2e,0x5d,0x1,0x16,0x83,0x96,0x6c,0x20,0x6d,0xb0,0xcf,0xbb,0x2d,0xa0,0x5f,0xe,0xb4,0x1a,0x31,0x1b,0x11,0x3d,0xd3,0x72,0x6b,0x43,0x46,0xd5,0x26,0xe0,0x44,0x8,0x7,0x69,0xa7,0x77,0x2f,0x9b,0xd9,0xf1,0x5,0xb2,0xe9,0xe6,0xa0,0x71,0x88,0x4b,0x55,0x4,0x15,0xd9,0x88,0x4d,0xa9,0xf7,0xac,0x32,0xfc,0x5e,0xd4,0xdc,0x7d,0x84,0xc4,0x82,0xe3,0x8d,0xb,0xb1,0x63,0xf0,0xd4,0x4,0x76,0x25,0x27,0x2c,0x90,0x4f,0x37,0xe6,0xde,0x11,0x38,0x8c,0x29,0x40,0x27,0x40,0x5c,0x6,0xaf,0xe7,0x66,0x5b,0x48,0x3b,0x4d,0x6f,0x55,0x4a,0x46,0x60,0x8c,0xfe,0xc8,0xd5,0x94,0x88,0xe6,0x80,0x5f,0xf7,0x76,0xd,0xe8,0xcc,0xce,0x2,0x7,0x82,0x18,0x53,0x16,0x62,0x2e,0xb4,0x2e,0xf5,0x34,0xb9,0xe6,0x5,0x54,0xb2,0xd,0xd4,0x4,0x2d,0xcc,0x16,0xd6,0xc4,0x9b,0xc4,0x33,0xeb,0xd2,0xa2,0x20,0x61,0xc5,0xfb,0x9c,0x7e,0x3d,0x4d,0xa2,0x70,0x77,0x7b,0x8b,0xd0,0x49,0xc7,0xff,0xfb,0xf4,0x67,0x2f,0x60,0xc2,0x92,0x19,0xfc,0x5a,0x44,0xb2,0xca,0x50,0xd,0x72,0x64,0x67,0xa3,0x64,0x2b,0x2d,0x6a,0x6e,0xdf,0xf6,0xc8,0x22,0xdd,0x56,0x40,0x3f,0x41,0xa8,0x79,0xcd,0xed,0x7a,0xbe,0x2a,0x4a,0x90,0x96,0x44,0x49,0xd9,0x19,0xa6,0x4d,0x8b,0xe3,0x20,0x35,0x1d,0x95,0x6,0x4e,0x33,0xcf,0x1c,0xfc,0x8e,0xb,0xd7,0xe4,0x46,0xf0,0xbd,0x54,0x4a,0xe8,0xbf,0x7f,0xbe,0xfe,0x1e,0xe3,0xb,0x75,0x0,0x74,0x76,0x3a,0xd3,0x2f,0x10,0xed,0xb8,0x75,0x4,0x2c,0xff,0x89,0x5e,0xcc,0x12,0xcf,0xb1,0xd7,0x65,0x78,0x98,0x74,0x9e,0x87,0x9e,0xa4,0xe1,0xf8,0xcc,0x3c,0xd6,0x6e,0xab,0x37,0x42,0xe8,0xc1,0x8a,0xdf,0xda,0x8e,0x89,0x48,0xd4,0x8f,0xc,0x47,0x68,0x31,0xa1,0xbc,0x2,0xc9,0x39,0x20,0x1,0xcf,0x2f,0x43,0x79,0xc1,0x7f,0xf5,0xfa,0x31,0x11,0x68,0xb7,0x3a,0xbc,0xb8,0xbe,0xc4,0x8a,0x79,0x9e,0xc2,0xc3,0xb3,0x54,0x7f,0x5,0x3,0x1d,0xa6,0x7a,0xe7,0x3a,0x8e,0x3,0x84,0xe9,0xb3,0x22,0xa5,0xd,0x8d,0x86,0xcf,0xb9,0x2b,0xf3,0x7d,0x4b,0x63,0x6c,0xe3,0xa6,0x68,0x1a,0x9,0x26,0x39,0x5d,0xc0,0x7f,0xe7,0xac,0x99,0x3d,0xf0,0xe6,0xf8,0xb8,0x76,0x83,0x33,0x23,0xe4,0x2f,0x8f,0x81,0x29,0x9b,0x81,0xb9,0x68,0xd1,0xa1,0x3f,0x7e,0x80,0x16,0x2,0x68,0x71,0x4b,0xc,0xee,0xe6,0xfa,0x8d,0xfc,0x6f,0x5c,0x3f,0xfb,0x39,0xca,0xe5,0xc0,0x36,0x30,0x8,0xa9,0x7c,0xc9,0x4e,0x9b,0xb2,0x38,0x22,0x89,0x19,0x7e,0xca,0xbe,0xf9,0x86,0x1d,0x35,0x7a,0xbc,0x36,0x1d,0x66,0x2c,0xcf,0x23,0xbf,0x86,0x9c,0x98,0xbf,0xf5,0xf3,0xb3,0x1,0x30,0x44,0x90,0x5f,0x52,0xd0,0x7,0x45,0x8f,0xc9,0xb,0xf9,0xd7,0xef,0x22,0xf5,0xbf,0x7a,0xd7,0xf3,0x4,0x77,0x95,0xb5,0xd8,0xd9,0x14,0xdc,0x98,0x8b,0xdb,0x64,0xab,0xe5,0x86,0xeb,0xfd,0x6d,0xc2,0x4a,0xe8,0x4f,0x64,0xf6,0x0,0xef,0xc8,0xa,0xaf,0xba,0x22,0xbf,0x9a,0xdd,0x26,0x97,0x88,0xf0,0xe7,0xa9,0xe3,0xf1,0xb2,0x83,0x60,0x3a,0x52,0xed,0x53,0x2a,0x35,0x72,0x8,0xac,0x7c,0xe5,0x19,0x69,0xd7,0xf6,0xc1,0x4d,0x4f,0x63,0xb1,0xdf,0x8b,0x6d,0x80,0x2f,0x57,0xe1,0x3e,0x23,0x69,0x7,0xbf,0xe2,0x76,0xf,0xe2,0x14,0x12,0x4f,0x8d,0xee,0xeb,0xa,0xca,0x2,0x74,0x10,0x37,0xff,0xf8,0x78,0x75,0x75,0x53,0x57,0xaf,0x15,0xbd,0x6e,0x76,0x8c,0xa5,0x5a,0x49,0xbd,0x99,0x26,0xad,0xd,0x6f,0xdd,0xf0,0xb8,0x93,0x45,0x1,0xc3,0x5f,0x21,0x0,0x23,0x39,0x3c,0x3a,0x79,0xcc,0x11,0x74,0x88,0x3e,0x3e,0x23,0xf8,0x39,0xc6,0x0,0x80,0x45,0x79,0xbf,0xdc,0x19,0x1f,0xa2,0xbc,0x10,0xda,0x6,0xde,0x34,0x6b,0x11,0x4b,0xcb,0x1f,0x80,0x21,0xdb,0x40,0x93,0x61,0xc5,0xfc,0x56,0xfd,0xab,0xac,0x60,0xf4,0x79,0xa4,0x39,0x4d,0xb,0x10,0x49,0x89,0xc,0x6a,0xf0,0xa,0xda,0x1,0xf0,0x4e,0x6e,0xe6,0x2e,0x35,0x9f,0xa2,0x76,0x9f,0x2a,0xe5,0x85,0xa9,0x55,0x43,0xb7,0xc5,0xc,0x69,0xd7,0x64,0x58,0x62,0xb7,0x89,0x73,0xe9,0x2f,0x57,0x9e,0xa6,0x41,0x8c,0x6d,0x7a,0xd2,0x96,0x7d,0xa4,0xed,0x5c,0xb4,0xdb,0x35,0xdf,0x56,0x33,0xb3,0x15,0x99,0x5c,0xc9,0xac,0x27,0x14,0xb6,0x63,0x63,0x52,0xe1,0xda,0xb,0xc4,0x3a,0x61,0x56,0x57,0x62,0x4c,0x82,0x86,0x7b,0xda,0xa7,0xbf,0x2b,0x8a,0xe9,0xc0,0xc1,0xe3,0x6c,0x3f,0x9,0xe8,0x74,0x8d,0x4,0x6f,0x60,0xba,0x41,0x1,0x2c,0x37,0xd8,0x2d,0x9,0xbe,0x69,0xd8,0x1a,0x56,0x96,0xee,0x65,0x97,0x39,0x2e,0xb5,0xea,0xa0,0x6b,0xcf,0x42,0xc0,0xf8,0x98,0xa3,0xe9,0xe8,0x8,0x22,0xff,0x92,0x7d,0xf8,0xe1,0x7d,0x52,0xc3,0xdd,0x60,0xb3,0x16,0x87,0xa6,0x1a,0xc,0xe3,0xe9,0xe1,0xa5,0x6f,0xd9,0xe9,0x7c,0x30,0xc8,0x7c,0x3e,0xf,0x78,0xfe,0x44,0x33,0x4b,0x3c,0x21,0x4a,0x9a,0x15,0xa5,0x11,0xdd,0x88,0x1d,0x1b,0x7b,0x5c,0xe6,0x36,0x33,0xec,0x47,0x0,0x6a,0x6f,0x18,0x8c,0x5b,0x37,0xaf,0xb7,0x4d,0xd4,0xf1,0x7c,0x3b,0x18,0x28,0xd1,0x1b,0x35,0x66,0x30,0x6,0x88,0x68,0x6c,0x18,0x8e,0xb5,0xa0,0x6f,0xb4,0xd8,0x9f,0x34,0x9c,0x4e,0x92,0x86,0x78,0xab,0x91,0xad,0x1d,0xf9,0x93,0xae,0x79,0xfd,0x60,0xf0,0x89,0x62,0x1,0xfb,0x63,0xef,0xc,0xc3,0xa6,0x3a,0x44,0x4a,0xb1,0x9f,0x5,0x65,0xea,0x3b,0xa,0xc,0xab,0xda,0x5a,0x7f,0x3,0x76,0x88,0x22,0x4c,0x89,0x5d,0xc7,0x52,0x19,0x2d,0xfd,0x41,0xb6,0xa,0x75,0xd7,0x35,0x52,0x71,0xb4,0x6d,0x2a,0xcc,0x6a,0xf8,0xea,0x97,0xd5,0x56,0xb0,0x1c,0x34,0xfc,0xb3,0xa6,0x6f,0x86,0x9a,0xd3,0xfe,0x90,0xf1,0x71,0x4f,0x7f,0xbe,0x68,0x43,0xdf,0x7b,0xf,0xc7,0xbd,0x70,0xdb,0x94,0x8f,0x87,0x8c,0xd8,0x4a,0x53,0xa4,0x7f,0x29,0x2a,0xe,0xb,0xd7,0xbf,0xe3,0x8a,0xbe,0xaf,0x87,0xb2,0xa,0x6c,0x34,0x8e,0xd0,0x38,0x32,0x7a,0x92,0x97,0xc9,0x14,0xcc,0xf2,0x45,0x4b,0x1b,0x63,0x13,0xf3,0xb1,0x6d,0x9e,0x1d,0x2e,0x47,0x3e,0x27,0xac,0x85,0x4a,0xff,0x6b,0xac,0xf5,0x8d,0x99,0x5a,0xb1,0xd9,0x96,0x1a,0xfa,0x96,0xa5,0x3,0xe3,0xae,0x1,0xfb,0x11,0x71,0x60,0xcb,0x60,0xa,0x1f,0xde,0x83,0xfd,0xa9,0xdf,0xb7,0x84,0xf7,0xa8,0xc6,0xc0,0x44,0x1a,0x30,0xd3,0xdd,0xfb,0x34,0x20,0xd3,0xb1,0x8a,0x33,0xe3,0x53,0xe4,0xb9,0x7d,0xb0,0xc6,0xb5,0xbc,0x67,0xa7,0xdf,0xfe,0xd9,0x99,0x6a,0xa0,0x7,0xa7,0xd9,0x2c,0x13,0xb2,0x8,0x58,0x1f,0x5a,0xe0,0x34,0x70,0x98,0xb5,0x5a,0x73,0x9a,0x3e,0xc5,0xbd,0x54,0xc0,0x42,0xb2,0xd7,0x81,0xa8,0x1e,0xfd,0x70,0xf2,0xbf,0xf0,0x24,0xc7,0xed,0x65,0xcc,0x78,0x5c,0xbe,0x64,0xed,0xb3,0x66,0x7e,0x53,0xfb,0x6d,0x3b,0x33,0x97,0x9a,0xef,0xa2,0x88,0xa6,0xba,0x73,0x97,0xb,0x53,0x3a,0xe7,0x4,0xf7,0xcf,0x4e,0x9a,0x66,0xf4,0xa9,0x38,0x79,0xae,0x88,0x3c,0x93,0x64,0xe3,0x69,0xdf,0xd8,0x81,0x20,0x33,0xec,0xe2,0xaf,0xc1,0xee,0xa1,0xe2,0x15,0xfb,0x5,0xec,0xb0,0x8,0xc2,0xe9,0x72,0x9,0xfa,0x3b,0x7f,0xa5,0x55,0xec,0x19,0xa2,0x76,0xe7,0xf6,0xba,0xee,0x22,0x60,0x5f,0xa8,0xf2,0x94,0x46,0x83,0x17,0xbc,0x27,0x83,0x97,0xab,0x23,0xf8,0xe0,0xef,0xaf,0x1b,0xf0,0x29,0xd5,0xaa,0xec,0xf4,0xb8,0x9,0xed,0x4a,0xc6,0x70,0x27,0x76,0xba,0x41,0xce,0xa8,0x15,0xf4,0x42,0x70,0xa,0x34,0xf4,0xee,0x73,0xc6,0x4e,0xdc,0x99,0x32,0x7b,0x10,0x74,0x55,0x84,0x9d,0x25,0x1,0x2,0x37,0x4c,0x18,0x6c,0xa3,0xa5,0x59,0x8b,0xbc,0x81,0x14,0x66,0xe9,0xc9,0x44,0xee,0xb5,0x1e,0x3f,0xbd,0x71,0xc1,0x4e,0xb7,0x7a,0xd5,0xb6,0x73,0xe7,0xbe,0x93,0x2a,0x2f,0x77,0x73,0x9e,0xe7,0x1f,0x1e,0xc1,0x20,0xf8,0x45,0x3,0xca,0xa3,0x9e,0x26,0x78,0xcb,0xdf,0x6c,0x93,0xe2,0x55,0x55,0xec,0x7f,0xc1,0x1a,0x7e,0x26,0x1,0x5b,0xec,0xb0,0x9,0x95,0xd6,0x9b,0xcc,0x37,0x7a,0x9f,0x4,0x71,0x69,0xd2,0x75,0x45,0xf5,0x1b,0x7c,0x77,0xde,0xa4,0x74,0xaf,0x2,0x43,0xec,0x8,0x9b,0xab,0xbe,0x73,0xa4,0x98,0x8a,0x3e,0x1a,0x38,0xaf,0x23,0xbf,0xaf,0xa8,0x83,0x1,0xd2,0x40,0x92,0xc8,0x11,0x43,0xb2,0x7d,0x2e,0xbc,0x68,0x93,0xb8,0x7a,0xf7,0xfc,0xa1,0xad,0x41,0xc6,0x17,0x48,0x4c,0x95,0xe1,0x2f,0x11,0x90,0x37,0x6f,0xeb,0x16,0x80,0x85,0xd2,0x39,0x2e,0xb4,0xef,0xfd,0x3a,0x72,0x95,0x3b,0x75,0xd8,0x1c,0xb9,0xa7,0x5a,0xda,0x5f,0xec,0x8b,0xf3,0xa6,0x6b,0xac,0xae,0x93,0x7a,0xa7,0x51,0x21,0x7b,0xc6,0xf8,0x6d,0x6f,0x56,0xea,0xb0,0x55,0x3b,0xa9,0x5b,0x1b,0xcd,0x81,0x42,0xeb,0xa,0x11,0xcb,0xfb,0x57,0x7b,0x9e,0x8e,0x7e,0x10,0x7b,0xcc,0x98,0xfe,0xd1,0x63,0x1d,0x45,0xab,0xe3,0x1a,0x82,0x8c,0x2a,0x7c,0x90,0xa3,0x8d,0x26,0xe9,0xab,0xfd,0xce,0x75,0x19,0x2f,0x8,0x28,0x1c,0x36,0x2d,0x7d,0x4b,0x75,0x17,0xce,0xd8,0xa7,0x40,0xea,0x48,0xc4,0x19,0x40,0x4e,0xff,0x89,0xa2,0xda,0xbe,0x75,0x83,0x6c,0xc6,0x15,0xcb,0xa5,0xa1,0xef,0x8e,0x32,0x7e,0x12,0x84,0x6,0x7,0xe7,0x5f,0x1c,0x65,0x67,0xde,0x84,0xa1,0x25,0x3a,0xe0,0x30,0x2,0xb9,0x6b,0x9a,0x98,0x61,0xc6,0x3b,0xcf,0xca,0x5c,0x5c,0x1a,0x7f,0xc9,0x8d,0x8d,0x4e,0xd,0xd9,0x6c,0xb7,0x16,0x78,0xaf,0x1,0x4a,0x1,0xa2,0x85,0x8f,0x5a,0x39,0x5d,0x2e,0xe6,0x65,0x56,0x6d,0xb0,0xca,0xfd,0xa7,0x12,0x7a,0x7f,0x3,0x39,0x92,0xa1,0x31,0x60,0x38,0x4c,0x90,0xc4,0x15,0xfe,0xa1,0x52,0x4e,0xc,0x86,0xae,0xd3,0x68,0x1,0xef,0xcf,0xfa,0xe0,0x46,0x22,0xf4,0xd1,0x8d,0x94,0x76,0x97,0xf3,0x68,0xcf,0x86,0xe7,0xb0,0x2b,0xc7,0xef,0x68,0xad,0xdb,0xc,0x5f,0xcf,0x10,0xf7,0x8,0x71,0x4f,0x5c,0xd9,0x98,0x2d,0x7e,0x7,0xce,0xe3,0xaa,0x72,0xdf,0x1e,0x0,0x0 }; -const uint8_t script_js[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0x9d,0x56,0x5b,0x6f,0xdb,0x36,0x14,0x7e,0xf7,0xaf,0x60,0x55,0xa0,0x92,0x53,0x57,0x4a,0x96,0x5d,0xba,0x18,0x19,0xb0,0xa5,0x9,0x1a,0xa0,0xd9,0x80,0x25,0x43,0x1e,0xd2,0xc0,0x90,0xa9,0x23,0x89,0x8b,0x4c,0x7a,0x24,0x65,0x27,0x58,0xf3,0xdf,0x77,0x78,0xd1,0xd5,0x5e,0xbb,0x2e,0xf,0x81,0x75,0xf8,0x9d,0xef,0xdc,0xf,0x99,0x1c,0x4c,0x8,0x21,0x37,0x25,0x53,0x44,0x89,0x5c,0x6f,0x53,0x9,0x4,0x7f,0x57,0x8c,0x2,0x57,0x90,0x91,0x9a,0x67,0x20,0x89,0x2e,0x81,0x5c,0x5d,0xde,0x90,0xf,0x4e,0x1c,0x93,0x6b,0x0,0x2b,0xf4,0x38,0x92,0xb3,0xa,0xff,0x9,0x49,0x32,0xd0,0x29,0xab,0x54,0x6c,0x58,0xaf,0x45,0x2d,0x29,0x9c,0x90,0x52,0xeb,0xb5,0x3a,0x49,0x92,0x82,0xe9,0xb2,0x5e,0xc6,0x54,0xac,0x12,0xb5,0x4e,0x29,0x94,0x75,0xc9,0x35,0xd0,0x32,0xb9,0x65,0x17,0xec,0x5d,0x4d,0x1f,0x26,0xe4,0x20,0x99,0x4c,0x92,0x84,0x9c,0x9a,0x3f,0xf2,0x1e,0xaa,0x35,0x1a,0xbf,0xa8,0x39,0xd5,0x4c,0x70,0xe5,0xc5,0x49,0x32,0xc9,0xbd,0x88,0x54,0xa2,0x88,0x56,0xaa,0x98,0x92,0xbf,0xd1,0x20,0x45,0x8c,0xa8,0x20,0x6e,0x84,0xf3,0xc9,0xf3,0xa4,0x83,0x9e,0x47,0x2c,0x73,0x38,0x9,0xba,0x96,0x9c,0x64,0x82,0xd6,0x2b,0xe0,0x3a,0x2e,0x40,0x9f,0x57,0x60,0x7e,0xfe,0xf2,0x74,0x99,0x19,0xd8,0x50,0x33,0x13,0x5b,0x5e,0x89,0x34,0x5b,0xe8,0x47,0x1d,0x99,0x48,0x7f,0x4d,0x57,0x30,0xb3,0x31,0x9f,0x9,0x8c,0x80,0x6b,0xc7,0xbb,0x49,0x25,0x1,0x47,0x44,0x4e,0x3b,0x7a,0x2a,0x21,0xd5,0xe0,0x2d,0x44,0x61,0x1a,0x22,0x3d,0x69,0x80,0xb1,0x2,0xfd,0xb3,0xd6,0x92,0x2d,0x6b,0xd,0x51,0x58,0x4a,0xc8,0xc3,0x19,0x9,0xb3,0x54,0xa7,0x27,0x1a,0x1e,0x75,0xb2,0xae,0x52,0xc6,0xe7,0xb4,0x4c,0x25,0x22,0x4f,0x6b,0x9d,0xbf,0x79,0x3b,0xb,0xc9,0x6b,0x2,0x9c,0x8a,0xc,0xfe,0xf8,0xfd,0xf2,0x4c,0xac,0xd6,0x82,0x1b,0xea,0xbe,0x43,0x9f,0xb1,0xd1,0x84,0x13,0xba,0x10,0x4c,0x30,0x88,0xee,0xc3,0xf5,0x13,0x66,0x31,0x63,0xa,0x6d,0x3f,0x61,0x24,0x21,0x47,0xfe,0xd0,0x10,0xb6,0x31,0x2d,0x45,0xf6,0x14,0xa7,0xeb,0x35,0xf0,0xec,0xac,0x64,0x55,0x16,0x79,0xdd,0x21,0x11,0xc5,0xf6,0x78,0x88,0x9c,0x6c,0xa8,0x2a,0x61,0x25,0x36,0x30,0x56,0xed,0x27,0x3d,0x67,0x8f,0x17,0xde,0xbb,0x36,0xe7,0x2e,0xcd,0x2c,0x27,0xad,0x24,0xae,0x80,0x17,0xba,0x24,0x3f,0x91,0x43,0x77,0x38,0x3c,0xbe,0x3b,0xbc,0x27,0x2f,0x30,0x80,0x24,0x6c,0x4e,0x49,0x1b,0x33,0xb1,0x72,0xcc,0x64,0x23,0x98,0x5b,0xc0,0xf3,0x64,0x32,0x42,0xb5,0xb6,0x24,0x60,0x42,0x28,0x44,0x9,0x49,0xa,0xac,0xd1,0xc7,0x37,0xae,0x92,0xcf,0x5d,0x4b,0x75,0x54,0xcf,0xbd,0x3e,0x7e,0xf7,0xdb,0x15,0xb9,0x4a,0x39,0x5b,0xd7,0x55,0x6a,0x63,0xdb,0xed,0x63,0xa5,0x53,0x5d,0xab,0x68,0x85,0x25,0xf5,0xbd,0x5c,0x4b,0x89,0x49,0x59,0xb8,0x3,0xf4,0xc2,0x1c,0xd9,0x44,0x9a,0xf8,0xcc,0x7,0xb2,0x90,0x0,0x5b,0x9e,0x3,0xd5,0x90,0x5,0x4d,0x80,0xe7,0x51,0xe0,0x74,0x82,0xa9,0x2f,0xe4,0x32,0xa5,0xf,0x85,0x14,0x38,0xc9,0x67,0xa2,0xc2,0x11,0x45,0xb5,0x97,0xc7,0xf4,0xbb,0xc0,0xfa,0x8e,0xb5,0xc2,0xf1,0x1d,0x70,0x62,0xe1,0xff,0x2f,0x6d,0x76,0x7c,0xbc,0x8f,0x36,0x66,0x9c,0x56,0x75,0x6,0x2a,0xa,0xd6,0x52,0x2c,0xb1,0xde,0xc8,0xfb,0xe9,0x13,0x19,0x9d,0x81,0x94,0x42,0x6,0xd3,0xaf,0x33,0x99,0xe7,0xf4,0xe8,0xf0,0x87,0xbe,0xd5,0xe4,0x60,0x5f,0x8a,0x18,0x2f,0xe2,0x38,0xe,0xa6,0x7,0xc9,0x57,0xd1,0x1f,0xa6,0xe0,0xb8,0x4d,0xea,0xfb,0x2a,0xc,0x59,0xe5,0xfb,0x9b,0xab,0xf,0x6d,0x6d,0xfa,0x25,0xbf,0x85,0x25,0xae,0x3f,0xfa,0x0,0x7a,0xff,0xd2,0x5a,0x6c,0x55,0xb7,0xb7,0xcc,0xbe,0xa,0xee,0x6e,0xaf,0xef,0x49,0x80,0xed,0xb8,0xbb,0xb9,0x70,0x7c,0x17,0x1b,0x90,0xa,0x7f,0x47,0x4a,0x4b,0xa7,0x84,0xbe,0x78,0xd9,0xc8,0x19,0x44,0x58,0x75,0xb3,0x8d,0xb6,0xa6,0x73,0x78,0x5d,0x55,0x73,0x74,0x80,0x6c,0xd1,0x29,0xe5,0x9c,0x62,0x1c,0x3,0xe1,0x14,0x3c,0x6a,0x41,0xd3,0xaa,0x32,0xe1,0x23,0xdc,0x79,0x67,0x15,0x56,0xa0,0x54,0x5a,0x0,0x76,0x37,0x5,0xb6,0x1,0xd2,0xa0,0x1a,0x2d,0x74,0x75,0xf1,0x57,0xd,0xb5,0x99,0x92,0xbb,0x7b,0xab,0xe2,0x3e,0xcd,0x4d,0x20,0x6a,0x5d,0x8,0xcc,0x7a,0xc3,0xa2,0xac,0x16,0xd5,0xc6,0xa5,0x3c,0xc5,0x42,0x59,0x3c,0xad,0x0,0xa5,0x5a,0x60,0x90,0x3c,0x23,0x79,0x95,0x16,0x56,0xb9,0xb1,0x6c,0xe9,0x5c,0x2c,0x3b,0x13,0x11,0x60,0x61,0x1a,0x4f,0x2c,0x6e,0xc1,0x70,0xf7,0xc9,0x4d,0x5a,0x35,0x41,0xf,0xb,0xe2,0xeb,0xf1,0xb9,0xeb,0xa4,0x1f,0xd3,0xa2,0x5e,0xe3,0x16,0x86,0xa8,0x5b,0x3a,0xc6,0xf7,0x57,0xaf,0x6,0xa0,0xd1,0xfe,0xb1,0x8d,0x65,0x5c,0x62,0x1a,0x56,0xe8,0xc5,0x0,0xaa,0x4a,0x96,0x6b,0xbf,0xd,0x1d,0xaa,0x89,0xf2,0xd4,0xe2,0x63,0xff,0x39,0x6f,0xcf,0x7b,0x55,0xb1,0x80,0xe6,0xdb,0x53,0x6c,0x55,0x6c,0xb2,0x16,0x79,0xbd,0xe9,0xdc,0x4b,0xfb,0xd5,0x1c,0xa9,0x34,0x57,0x64,0x6,0xcb,0x1a,0x9b,0xee,0xa5,0xeb,0xb8,0x81,0x7e,0xbf,0x42,0xb6,0xf1,0xfb,0xad,0x88,0xe4,0x7d,0x93,0xb3,0x96,0x7f,0x66,0xca,0x46,0xa1,0xd1,0xec,0x92,0xf6,0xc2,0x43,0x63,0x54,0x53,0xb7,0xf8,0x2,0x88,0xc2,0x8f,0x3c,0xc4,0x21,0x6f,0x82,0x7f,0x8d,0x7b,0x18,0x25,0xd6,0x41,0x4f,0xbf,0x90,0xe9,0xf6,0x5f,0x4d,0x8c,0x86,0xe3,0xbf,0xa8,0xc,0xbd,0x32,0x99,0x15,0xcb,0x3f,0x51,0xe8,0x16,0x41,0xe0,0xd5,0x82,0x93,0xc6,0xa7,0x99,0x93,0x37,0x2c,0x78,0xd0,0x76,0x3e,0x26,0xa4,0xdd,0xc2,0xce,0x1d,0xcf,0x32,0x28,0x75,0xcd,0x5d,0xb1,0xd1,0xcc,0xb4,0xb7,0x99,0xf6,0x20,0xd7,0xb5,0x2a,0x3b,0xd8,0x38,0x32,0xd7,0x82,0xbe,0xe5,0x7d,0x27,0x36,0x25,0x68,0x56,0xd1,0xcc,0x5f,0x1e,0xbb,0x79,0x61,0x9c,0x69,0xaf,0xe4,0x19,0xc6,0xcb,0xd0,0x27,0xdd,0xcc,0xb,0x6c,0xbb,0x19,0x89,0x82,0xad,0x79,0xaf,0x1d,0xfd,0xf8,0x4d,0x7c,0xf4,0xfd,0xdb,0xf8,0xdb,0xf8,0x28,0xd9,0xaa,0x16,0x1d,0xb,0x2e,0xf0,0xe2,0x37,0x49,0xf5,0xc6,0x22,0xd8,0xb4,0x8f,0x20,0xd2,0xac,0xb7,0xfe,0xdd,0xe4,0x3a,0x6b,0xe4,0x84,0x3b,0x68,0x52,0xe2,0x62,0xa2,0x95,0x50,0x80,0x21,0x39,0x8e,0x19,0xd1,0xb2,0xee,0xf5,0xb5,0xc3,0x34,0x6b,0x6f,0xd6,0x5f,0x8c,0x3d,0xa6,0x96,0x3e,0x72,0x49,0xed,0xdc,0xb6,0xec,0x5f,0xf4,0x7b,0x78,0xff,0xd,0x5d,0xdf,0x3d,0xeb,0xd1,0x77,0xe3,0xbc,0xdf,0x80,0x1d,0x79,0x55,0xe0,0xb9,0x15,0xc7,0xe6,0x91,0xe7,0xdd,0xee,0x5d,0x9,0x5e,0x62,0x1a,0xac,0x3f,0xca,0xb8,0x78,0xf0,0x74,0xcf,0x7b,0x67,0x30,0xf1,0x9e,0xa1,0xf7,0x90,0x71,0xe3,0x6c,0xf2,0x38,0xf2,0xd6,0xde,0xb6,0x5f,0x4c,0x86,0xbf,0x93,0x87,0x59,0x68,0x85,0x83,0x9d,0x62,0xa5,0x9e,0xa5,0xb3,0xd5,0xb7,0x3f,0x69,0xc3,0x1a,0xee,0xeb,0xa9,0xbb,0x6,0x2e,0xfd,0xe7,0x1e,0xc0,0xdc,0x35,0xfe,0xce,0x9a,0xc7,0xe,0xe8,0x6b,0x8d,0x97,0xf7,0x8c,0x1c,0x99,0xb1,0xf8,0x7,0xd,0xab,0x65,0x55,0xe5,0xc,0x0,0x0 }; +const uint8_t script_js[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0x9d,0x56,0x5b,0x6f,0xdb,0x36,0x14,0x7e,0xf7,0xaf,0x60,0x55,0xa0,0x92,0x53,0x57,0x4a,0x96,0x5d,0xba,0x18,0x19,0xb0,0xa5,0x9,0x1a,0xa0,0xd9,0x80,0x25,0x43,0x1e,0xd2,0xc2,0x90,0xa9,0x63,0x89,0x8b,0x4c,0xba,0x24,0x65,0x27,0x58,0xf3,0xdf,0x77,0x78,0x91,0x4c,0xc9,0x6e,0xbb,0x2e,0xf,0x81,0x75,0xf8,0x9d,0x8f,0xe7,0xc6,0x8f,0xcc,0xe,0x46,0x84,0x90,0x9b,0x8a,0x29,0xa2,0xc4,0x42,0x6f,0x72,0x9,0x4,0x7f,0xd7,0x8c,0x2,0x57,0x50,0x90,0x86,0x17,0x20,0x89,0xae,0x80,0x5c,0x5d,0xde,0x90,0x77,0xce,0x9c,0x92,0x6b,0x0,0x6b,0xf4,0x38,0xb2,0x60,0x35,0xfe,0x13,0x92,0x14,0xa0,0x73,0x56,0xab,0xd4,0xb0,0x5e,0x8b,0x46,0x52,0x38,0x21,0x95,0xd6,0x2b,0x75,0x92,0x65,0x25,0xd3,0x55,0x33,0x4f,0xa9,0x58,0x66,0x6a,0x95,0x53,0xa8,0x9a,0x8a,0x6b,0xa0,0x55,0x76,0xcb,0x2e,0xd8,0x9b,0x86,0xde,0x8f,0xc8,0x41,0x36,0x1a,0x65,0x19,0x39,0x35,0x7f,0xe4,0x2d,0xd4,0x2b,0xdc,0xfc,0xa2,0xe1,0x54,0x33,0xc1,0x95,0x37,0x67,0xd9,0x68,0xe1,0x4d,0xa4,0x16,0x65,0xb2,0x54,0xe5,0x98,0xfc,0x83,0x1b,0x52,0xc4,0x88,0x1a,0xd2,0xd6,0x38,0x1d,0x3d,0x8d,0xb6,0xd0,0xf3,0x84,0x15,0xe,0x27,0x41,0x37,0x92,0x93,0x42,0xd0,0x66,0x9,0x5c,0xa7,0x25,0xe8,0xf3,0x1a,0xcc,0xcf,0xdf,0x1e,0x2f,0xb,0x3,0xeb,0x7b,0x16,0x62,0xc3,0x6b,0x91,0x17,0x33,0xfd,0xa0,0x13,0x93,0xe9,0xef,0xf9,0x12,0x26,0x36,0xe7,0x33,0x81,0x19,0x70,0xed,0x78,0xd7,0xb9,0x24,0xe0,0x88,0xc8,0xe9,0x96,0x9e,0x4a,0xc8,0x35,0xf8,0x1d,0x92,0x38,0x8f,0x91,0x9e,0xb4,0xc0,0x54,0x81,0xfe,0x55,0x6b,0xc9,0xe6,0x8d,0x86,0x24,0xae,0x24,0x2c,0xe2,0x9,0x89,0x8b,0x5c,0xe7,0x27,0x1a,0x1e,0x74,0xb6,0xaa,0x73,0xc6,0xa7,0xb4,0xca,0x25,0x22,0x4f,0x1b,0xbd,0x78,0xf5,0x7a,0x12,0x93,0x97,0x4,0x38,0x15,0x5,0xfc,0xf5,0xe7,0xe5,0x99,0x58,0xae,0x4,0x37,0xd4,0x61,0x40,0x5f,0xd8,0xa3,0x4d,0x27,0x76,0x29,0x98,0x64,0x10,0x1d,0xc2,0xf5,0x23,0x56,0xb1,0x60,0xa,0xf7,0x7e,0xc4,0x4c,0x62,0x8e,0xfc,0xb1,0x21,0xec,0x72,0x9a,0x8b,0xe2,0x31,0xcd,0x57,0x2b,0xe0,0xc5,0x59,0xc5,0xea,0x22,0xf1,0xbe,0x7d,0x22,0x8a,0xe3,0x71,0x9f,0x38,0x5b,0xdf,0x55,0xc2,0x52,0xac,0x61,0xe8,0x1a,0x16,0x7d,0xc1,0x1e,0x2e,0x7c,0x74,0x5d,0xcd,0x5d,0x99,0xd9,0x82,0x74,0x96,0xb4,0x6,0x5e,0xea,0x8a,0xfc,0x42,0xe,0xdd,0x62,0x7f,0xf9,0xee,0xf0,0x3,0x79,0x86,0x9,0x64,0x71,0xbb,0x4a,0xba,0x9c,0x89,0xb5,0x63,0x25,0x5b,0xc3,0xd4,0x2,0x9e,0x46,0xa3,0x1,0xaa,0xdb,0x4b,0x2,0x16,0x84,0x42,0x92,0x91,0xac,0xc4,0x1e,0xbd,0x7f,0xe5,0x3a,0xf9,0xb4,0x1d,0xa9,0x2d,0xd5,0x53,0x30,0xc7,0x6f,0xfe,0xb8,0x22,0x57,0x39,0x67,0xab,0xa6,0xce,0x6d,0x6e,0xbb,0x73,0xac,0x74,0xae,0x1b,0x95,0x2c,0xb1,0xa5,0x7e,0x96,0x1b,0x29,0xb1,0x28,0x33,0xb7,0x80,0x51,0x98,0x25,0x5b,0x48,0x93,0x9f,0xf9,0x40,0x16,0x12,0xe1,0xc8,0x73,0xa0,0x1a,0x8a,0xa8,0x4d,0xf0,0x3c,0x89,0x9c,0x4f,0x34,0xf6,0x8d,0x9c,0xe7,0xf4,0xbe,0x94,0x2,0x4f,0xf2,0x99,0xa8,0xf1,0x88,0xa2,0xdb,0xf3,0x63,0xfa,0x43,0x64,0x63,0xc7,0x5e,0xe1,0xf1,0xed,0x71,0x62,0xe3,0xff,0x2f,0x6d,0x71,0x7c,0xbc,0x8f,0x36,0x65,0x9c,0xd6,0x4d,0x1,0x2a,0x89,0x56,0x52,0xcc,0xb1,0xdf,0xc8,0xfb,0xe9,0x13,0x19,0xac,0x81,0x94,0x42,0x46,0xe3,0x6f,0xdb,0x72,0xb1,0xa0,0x47,0x87,0x3f,0x85,0xbb,0x66,0x7,0xfb,0x4a,0xc4,0x78,0x99,0xa6,0x69,0x34,0x3e,0xc8,0xbe,0x89,0xfe,0x30,0x7,0xc7,0x6d,0x4a,0x1f,0xba,0x30,0x64,0x95,0x6f,0x6f,0xae,0xde,0x75,0xbd,0x9,0x5b,0x7e,0xb,0x73,0x94,0x3f,0x7a,0xf,0x7a,0xbf,0x68,0xcd,0x36,0x6a,0xab,0x5b,0x46,0xaf,0xa2,0xbb,0xdb,0xeb,0xf,0x24,0xc2,0x71,0xdc,0x55,0x2e,0x3c,0xbe,0xb3,0x35,0x48,0x85,0xbf,0x13,0xa5,0xa5,0x73,0xc2,0x58,0xbc,0x6d,0x10,0xc,0x22,0xac,0xbb,0x51,0xa3,0x8d,0x99,0x1c,0xde,0xd4,0xf5,0x14,0x3,0x20,0x1b,0xc,0x4a,0xb9,0xa0,0x18,0xc7,0x44,0x38,0x5,0x8f,0x9a,0xd1,0xbc,0xae,0x4d,0xfa,0x8,0x77,0xd1,0x59,0x87,0x25,0x28,0x95,0x97,0x80,0xd3,0x4d,0x81,0xad,0x81,0xb4,0xa8,0xd6,0xb,0x43,0x9d,0x7d,0x6c,0xa0,0x31,0xa7,0xe4,0xee,0x83,0x75,0x71,0x9f,0xe6,0x26,0x10,0x8d,0x2e,0x5,0x56,0xbd,0x65,0x51,0xd6,0x8b,0x6a,0x13,0xd2,0x22,0xc7,0x46,0x59,0x3c,0xad,0x1,0xad,0x5a,0x60,0x92,0xbc,0x20,0x8b,0x3a,0x2f,0xad,0x73,0xbb,0xb3,0xa5,0x73,0xb9,0xec,0x9c,0x88,0x8,0x1b,0xd3,0x46,0x62,0x71,0x33,0x86,0xda,0x27,0xd7,0x79,0xdd,0x26,0xdd,0x6f,0x88,0xef,0xc7,0x97,0xae,0x93,0x30,0xa7,0x59,0xb3,0x42,0x15,0x86,0x64,0x2b,0x3a,0x26,0xf6,0x17,0x2f,0x7a,0xa0,0x81,0xfe,0xd8,0xc1,0x32,0x21,0x31,0xd,0x4b,0x8c,0xa2,0x7,0x55,0x15,0x5b,0x68,0xaf,0x86,0xe,0xd5,0x66,0x79,0x6a,0xf1,0xa9,0xff,0x9c,0x76,0xeb,0x41,0x57,0x2c,0xa0,0xfd,0xf6,0x14,0x1b,0x95,0x9a,0xaa,0x25,0xde,0x6f,0x3c,0xf5,0xd6,0xb0,0x9b,0x3,0x97,0xf6,0x8a,0x2c,0x60,0xde,0xe0,0xd0,0x3d,0x77,0x13,0xd7,0xf3,0xf,0x3b,0x64,0x7,0x3f,0x1c,0x45,0x24,0xf,0xb7,0x9c,0x74,0xfc,0x13,0xd3,0x36,0xa,0xad,0xe7,0xb6,0x68,0xcf,0x3c,0x34,0x45,0x37,0x75,0x8b,0x2f,0x80,0x24,0x7e,0xcf,0x63,0x3c,0xe4,0x6d,0xf2,0x2f,0x51,0x87,0xd1,0x62,0x3,0xf4,0xf4,0x33,0x99,0x6f,0x3e,0xbb,0xc5,0xe0,0x70,0xfc,0x17,0x97,0x7e,0x54,0xa6,0xb2,0x62,0xfe,0x37,0x1a,0x9d,0x10,0x44,0xde,0x2d,0x3a,0x69,0x63,0x9a,0x38,0x7b,0xcb,0x82,0xb,0xdd,0xe4,0x63,0x41,0x3a,0x15,0x76,0xe1,0x78,0x96,0x5e,0xab,0x1b,0xee,0x9a,0x8d,0xdb,0x8c,0x3,0x65,0xda,0x83,0x5c,0x35,0xaa,0xda,0xc2,0x86,0x99,0xb9,0x11,0xf4,0x23,0xef,0x27,0xb1,0x6d,0x41,0x2b,0x45,0x13,0x7f,0x79,0xec,0xd6,0x85,0x71,0xa6,0xbd,0x93,0x67,0x18,0x8a,0xa1,0x4d,0xc5,0x28,0x83,0xd5,0x9,0xd8,0x6c,0x8f,0x49,0x12,0x6d,0xcc,0x93,0xed,0xe8,0xe7,0xef,0xd2,0xa3,0x1f,0x5f,0xa7,0xdf,0xa7,0x47,0xd9,0x46,0x45,0x36,0xca,0xcf,0x82,0xcd,0x2c,0xd5,0x82,0xda,0x3b,0x2e,0xad,0x84,0xd2,0xf8,0x1d,0x5,0x6e,0xa9,0xe0,0x2,0x5f,0xc,0xa6,0x1b,0x3e,0xca,0x4,0xd6,0xdd,0xeb,0x89,0xb4,0xba,0x18,0x5e,0x6a,0x6e,0x24,0x7,0xd1,0xbb,0x85,0xb6,0x96,0xae,0x18,0xb4,0x16,0xa,0xb0,0x16,0x8e,0x63,0x42,0xb4,0x6c,0x82,0x3,0xe1,0x30,0xad,0x5e,0x4e,0x42,0x45,0xd,0x98,0x3a,0xfa,0xc4,0x75,0xc3,0x8f,0x24,0x86,0x6d,0xd9,0xbf,0x1a,0x77,0xff,0xe2,0xec,0x87,0xbe,0xbb,0x16,0xd0,0x6f,0x75,0x60,0xff,0x6,0x56,0x2b,0x54,0x89,0xeb,0xd6,0x9c,0x9a,0xd7,0xa1,0xf,0x3b,0xb8,0x4b,0xbc,0xc5,0x4c,0x66,0xa8,0x1,0xa8,0x58,0xb8,0xba,0xe7,0xa1,0xd4,0x93,0xa,0xcf,0x10,0xbc,0x80,0x9c,0xe,0x98,0x3a,0xe,0xa2,0xb5,0xd7,0xf4,0x57,0x8b,0xe1,0x2f,0xf3,0x7e,0x15,0x3a,0x63,0x4f,0x8c,0xac,0xd5,0xb3,0x6c,0xf7,0xa,0xf7,0x1f,0x75,0x69,0xf5,0x85,0x7e,0xec,0xee,0x8f,0x4b,0xff,0xb9,0x7,0xe0,0x26,0x6f,0xf7,0x7e,0xc0,0x9,0x8,0xbd,0x86,0xaa,0x3f,0x21,0x47,0xe6,0x3c,0xfd,0xb,0xb2,0x20,0xa7,0x55,0x1e,0xd,0x0,0x0 }; -const uint8_t settings_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0x95,0x56,0x51,0x6f,0xdb,0x36,0x10,0x7e,0x76,0x7e,0xc5,0x55,0x7b,0xd0,0x6,0xd4,0x56,0xd3,0x0,0x45,0x17,0xc8,0x6,0x8a,0xa4,0x1d,0xa,0x6c,0x68,0x30,0x3b,0x18,0xf6,0x14,0x50,0xe4,0xd9,0xe2,0x4a,0x91,0x2,0x49,0xd9,0x35,0xb0,0x1f,0xbf,0x23,0x29,0xcb,0x4a,0xe3,0x74,0xf1,0x4b,0x42,0xde,0xdd,0x77,0xf7,0xf1,0xf8,0x51,0xe7,0xf2,0xd5,0x74,0x7a,0x1,0x0,0xab,0x5a,0x3a,0x70,0x66,0xed,0x77,0xcc,0x22,0xd0,0x5a,0x49,0x8e,0xda,0xa1,0x80,0x4e,0xb,0xb4,0xe0,0x6b,0x84,0x3f,0x3e,0xaf,0xe0,0xf7,0x64,0x9e,0xc1,0x12,0x31,0x1a,0xfb,0x38,0x58,0x4b,0x45,0x7f,0x8c,0x5,0x81,0x9e,0x49,0xe5,0x66,0x21,0xeb,0xd2,0x74,0x96,0xe3,0x35,0xd4,0xde,0xb7,0xee,0xba,0x28,0x36,0xd2,0xd7,0x5d,0x35,0xe3,0xa6,0x29,0x5c,0xcb,0x38,0xd6,0x5d,0xad,0x3d,0xf2,0xba,0xf8,0x4b,0x7e,0x92,0xb7,0x1d,0xff,0x7a,0x31,0x9d,0x2e,0x2e,0xca,0x57,0xb7,0x5f,0x6e,0x56,0x7f,0xdf,0x7d,0x24,0x5c,0xa3,0x68,0x9f,0xfe,0x51,0x3e,0x28,0x6b,0x64,0x22,0x2d,0xe3,0xb6,0xa1,0x62,0xc0,0x6b,0x66,0x1d,0xfa,0x79,0x76,0xbf,0xfa,0x34,0x7d,0x9f,0x7d,0xef,0xd6,0xac,0xc1,0x79,0xb6,0x95,0xb8,0x6b,0x8d,0xf5,0x19,0x70,0x43,0x35,0x35,0x85,0xef,0xa4,0xf0,0xf5,0x5c,0xe0,0x96,0x8e,0x30,0x8d,0x9b,0xd7,0x20,0xb5,0xf4,0x92,0xa9,0xa9,0xe3,0x4c,0xe1,0xfc,0xcd,0xec,0xfd,0x6b,0x68,0xc8,0xd6,0x90,0xa9,0x93,0xcf,0xa4,0xa6,0x36,0x34,0x38,0xe5,0x46,0x19,0x3b,0xca,0xfe,0xd3,0xd5,0xbb,0xab,0x5f,0xaf,0x3e,0x12,0xe6,0x24,0x48,0xa0,0xe3,0x56,0xb6,0x5e,0x1a,0x3d,0x2,0x85,0x3e,0x40,0x68,0xc4,0xb8,0x94,0x97,0x5e,0xe1,0x62,0x70,0xc1,0xbf,0xd4,0x7c,0xef,0xa5,0xde,0xb8,0xb2,0x48,0xbe,0x51,0x9,0x25,0xf5,0x57,0xb0,0xa8,0xe6,0x99,0xf3,0x7b,0x85,0xae,0x46,0xa4,0x33,0xfb,0x7d,0x1b,0x88,0xe2,0x37,0x5f,0x70,0xe7,0x32,0xa8,0x2d,0xae,0xfb,0x88,0x59,0x30,0x8c,0xaa,0x25,0x5a,0xe0,0x2c,0xa7,0x80,0xb8,0x9e,0xfd,0x43,0x1,0x65,0x91,0x36,0xcf,0x45,0xf6,0x8c,0x4e,0xc4,0x96,0xc5,0xe1,0xd2,0x26,0x65,0x65,0xc4,0x7e,0x94,0x41,0xb3,0xed,0x71,0x17,0x2d,0x9d,0x2,0xae,0x98,0x73,0xf3,0xac,0x41,0xdd,0x65,0x8f,0xbd,0xfd,0x1,0x17,0x25,0xeb,0xf,0x20,0x49,0x9b,0xdf,0x66,0x41,0x1e,0xd9,0xb1,0x3f,0x65,0xc1,0x88,0x1,0x85,0xfd,0x18,0x3b,0x30,0x4e,0xf0,0x63,0x4b,0x5f,0x84,0xf6,0x68,0x49,0x17,0x4c,0xf5,0xe8,0x55,0xbf,0x7d,0x21,0x9a,0x5b,0x14,0xd2,0x1f,0x4a,0x7f,0xa8,0x4c,0xe7,0x4f,0x23,0xcb,0xa2,0x53,0xa3,0x7e,0x15,0xb1,0x61,0x93,0x49,0x29,0xe4,0x16,0xa4,0x8,0x37,0xc8,0x7c,0x17,0x3b,0x4e,0x96,0xe8,0x69,0x98,0xd4,0x61,0x31,0x29,0x1d,0xf2,0xa0,0xae,0xb8,0x99,0x94,0xf5,0x65,0xec,0x10,0x5d,0xc6,0x65,0x6f,0x69,0x17,0x7f,0x22,0xe1,0xad,0x8f,0xef,0x38,0x3d,0x3,0xf0,0x6,0x58,0xdb,0xaa,0x3d,0x68,0xdc,0xc1,0xd0,0xa2,0xb2,0x68,0x7b,0x90,0x67,0x55,0xd0,0x5b,0x5a,0xdb,0xb4,0xa0,0x95,0x58,0x2c,0x97,0x9f,0x6f,0xaf,0x49,0x8f,0xe2,0x68,0x4b,0xc,0x9d,0x14,0x81,0xdf,0xd8,0xb1,0x28,0xab,0xce,0x7b,0xa3,0xf,0x57,0xdd,0x5a,0x7a,0x60,0x76,0x9f,0x45,0x40,0xe8,0xcc,0x43,0x42,0x85,0x65,0x59,0xa4,0xd8,0x51,0xa,0x5a,0xd9,0x53,0x14,0xee,0x28,0xd9,0xce,0x58,0x71,0x8a,0x46,0xdb,0xfb,0xce,0xa7,0x72,0x44,0x9e,0x49,0xe7,0xa6,0x66,0x5a,0xa3,0x3a,0xc5,0x86,0x27,0xd7,0xf9,0x64,0x6,0xe0,0x99,0x5c,0x3e,0x74,0xde,0xd8,0x4e,0xc3,0x32,0xbe,0xcb,0x53,0x94,0x58,0x8a,0xf8,0x3f,0x4a,0x34,0x1e,0x74,0xe2,0x23,0xa4,0xb,0x5a,0x78,0x18,0x80,0xbd,0xe1,0xc7,0xac,0x8a,0xb1,0x80,0x1e,0xa7,0x16,0x4c,0x6f,0xd0,0xa6,0xe4,0x16,0x49,0x7b,0x59,0x10,0x28,0xfa,0x41,0x86,0x43,0xe6,0x28,0xef,0x62,0xac,0xef,0xa7,0x62,0xbf,0x6f,0x5,0xf3,0x98,0xe4,0x7e,0xd0,0x7b,0x3a,0xd5,0x6f,0x26,0xa8,0x7c,0x78,0x8b,0x2f,0x9e,0x4d,0x5,0x7d,0x55,0x91,0x39,0xa4,0xcf,0x27,0xbd,0x9a,0x4d,0x18,0x38,0xf,0x95,0x62,0x9a,0xbe,0xd5,0x3b,0xb9,0x96,0x82,0x42,0x22,0xfa,0x10,0x16,0x5e,0x74,0xaa,0x48,0xe5,0x78,0x8d,0xf4,0xe5,0xe,0xf3,0xb1,0x8b,0xc4,0xe8,0x4d,0x55,0x96,0x3e,0x3a,0x8a,0x78,0x3,0x83,0x59,0x25,0x75,0x1a,0xa1,0x4c,0xb,0x68,0xe9,0xf8,0x8e,0x2,0x95,0x61,0x22,0x70,0x4d,0x90,0xd1,0x33,0x8d,0xe0,0xbe,0xa1,0xed,0xe1,0x7c,0x94,0xbc,0x1,0x9a,0x30,0xb5,0x11,0xf3,0xfc,0xee,0xcb,0x72,0x95,0x3,0x8b,0x4d,0x99,0xe7,0x45,0xca,0x90,0x3,0x6a,0x1e,0x47,0x41,0xde,0x74,0xca,0xcb,0x96,0x1e,0x7f,0x11,0x60,0x53,0xf2,0xb2,0xbc,0xcf,0x28,0x75,0xdb,0xf9,0x34,0x31,0xf2,0x40,0x29,0x4f,0x13,0x2b,0xef,0x73,0x9c,0x88,0x72,0x5d,0xd5,0x48,0x9f,0x3f,0xd6,0xc8,0x96,0xa9,0x8e,0x7c,0xf7,0xf1,0x14,0x7,0x54,0xac,0x76,0xea,0xfe,0xd6,0xc6,0xd0,0x27,0xb5,0x8f,0x3a,0xfb,0x6a,0x9e,0xde,0x48,0xfa,0xe5,0x31,0x5c,0x41,0xe8,0xd7,0xb1,0x67,0x94,0x44,0x47,0x99,0x6d,0xd1,0xba,0x30,0x80,0xc3,0xc4,0x22,0xdb,0x31,0xe4,0xc6,0xb4,0x7b,0x2b,0x37,0xb5,0x87,0x9f,0xf9,0x2f,0xf0,0xf6,0xcd,0xdb,0x4b,0x58,0x1e,0x2a,0xc3,0x8a,0x4a,0x6b,0x9a,0xf6,0x1b,0x49,0x97,0x5c,0x3d,0x47,0x7a,0x60,0x1a,0x78,0x3f,0x25,0xf8,0xc8,0x7d,0xe0,0x19,0xfa,0xd3,0xf7,0x81,0xc4,0x1e,0x67,0x25,0x29,0x38,0xfc,0xfa,0xf9,0xf,0xe4,0x61,0x43,0x4a,0xa8,0x9,0x0,0x0 }; +const uint8_t settings_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0x95,0x56,0x51,0x6f,0xdb,0x36,0x10,0x7e,0x76,0x7e,0xc5,0x55,0x7b,0xd0,0x6,0xd4,0x56,0xd3,0x0,0x43,0x17,0xc8,0x6,0x8a,0x24,0x1d,0xa,0xac,0x48,0x30,0x3b,0x18,0xf6,0x14,0x50,0xe2,0xd9,0xe2,0x4a,0x91,0x2,0x49,0xd9,0x35,0xb0,0x1f,0xbf,0x23,0x29,0xc9,0x4a,0x63,0x77,0xf1,0x8b,0x4d,0xde,0xdd,0x77,0xf7,0xf1,0x78,0xc7,0x53,0xfe,0x66,0x3a,0xbd,0x0,0x80,0x55,0x25,0x2c,0x58,0xbd,0x76,0x3b,0x66,0x10,0x68,0x2d,0x45,0x89,0xca,0x22,0x87,0x56,0x71,0x34,0xe0,0x2a,0x84,0x2f,0x9f,0x57,0xf0,0x47,0x14,0xcf,0x60,0x89,0x18,0x84,0x9d,0x1d,0xac,0x85,0xa4,0x1f,0x6d,0x80,0xa3,0x63,0x42,0xda,0x99,0xf7,0xba,0xd4,0xad,0x29,0xf1,0x1a,0x2a,0xe7,0x1a,0x7b,0x9d,0x65,0x1b,0xe1,0xaa,0xb6,0x98,0x95,0xba,0xce,0x6c,0xc3,0x4a,0xac,0xda,0x4a,0x39,0x2c,0xab,0xec,0x2f,0xf1,0x49,0xdc,0xb6,0xe5,0xd7,0x8b,0xe9,0x74,0x71,0x91,0xbf,0xb9,0xbd,0xbf,0x59,0xfd,0xfd,0x70,0x47,0xb8,0x5a,0xd2,0x3e,0xfe,0x91,0x3f,0xc8,0x2b,0x64,0x3c,0x2e,0xc3,0xb6,0xa6,0x60,0x50,0x56,0xcc,0x58,0x74,0xf3,0xe4,0x71,0xf5,0x69,0xfa,0x21,0xf9,0x5e,0xad,0x58,0x8d,0xf3,0x64,0x2b,0x70,0xd7,0x68,0xe3,0x12,0x28,0x35,0xc5,0x54,0x64,0xbe,0x13,0xdc,0x55,0x73,0x8e,0x5b,0x3a,0xc2,0x34,0x6c,0xde,0x82,0x50,0xc2,0x9,0x26,0xa7,0xb6,0x64,0x12,0xe7,0xef,0x66,0x1f,0xde,0x42,0x4d,0xb2,0x9a,0x44,0xad,0x38,0xe1,0x9a,0xd2,0x50,0xe3,0xb4,0xd4,0x52,0x9b,0x91,0xf7,0x9f,0xae,0x7e,0xbd,0xfa,0xed,0xea,0x8e,0x30,0x47,0x41,0x1c,0x6d,0x69,0x44,0xe3,0x84,0x56,0x23,0x90,0xcf,0x3,0xf8,0x44,0x8c,0x43,0x39,0xe1,0x24,0x2e,0x6,0x15,0xfc,0x4b,0xc9,0x77,0x4e,0xa8,0x8d,0xcd,0xb3,0xa8,0x1b,0x85,0x90,0x42,0x7d,0x5,0x83,0x72,0x9e,0x58,0xb7,0x97,0x68,0x2b,0x44,0x3a,0xb3,0xdb,0x37,0x9e,0x28,0x7e,0x73,0x59,0x69,0x6d,0x2,0x95,0xc1,0x75,0x67,0x31,0xf3,0x82,0x51,0xb4,0x48,0xb,0xac,0x29,0xc9,0x20,0xac,0x67,0xff,0x90,0x41,0x9e,0xc5,0xcd,0x29,0xcb,0x8e,0xd1,0x11,0xdb,0x3c,0xeb,0x2f,0x6d,0x92,0x17,0x9a,0xef,0x47,0x1e,0x14,0xdb,0x1e,0x76,0x41,0xd2,0x4a,0x28,0x25,0xb3,0x76,0x9e,0xd4,0xa8,0xda,0xe4,0xb9,0xb6,0x3b,0xe0,0x22,0x67,0xdd,0x1,0x4,0xd5,0xe6,0xb7,0x99,0x2f,0x8f,0xe4,0x90,0x9f,0x3c,0x63,0xc4,0x80,0xcc,0x7e,0x8c,0x1d,0x18,0x47,0xf8,0x21,0xa5,0xaf,0x42,0x3b,0x34,0x54,0x17,0x4c,0x76,0xe8,0x55,0xb7,0x7d,0x25,0xba,0x34,0xc8,0x85,0xeb,0x43,0x7f,0x2c,0x74,0xeb,0x8e,0x23,0xf3,0xac,0x95,0xa3,0x7c,0x65,0x21,0x61,0x93,0x49,0xce,0xc5,0x16,0x4,0xf7,0x37,0xc8,0x5c,0x1b,0x32,0x4e,0x92,0xa0,0xa9,0x99,0x50,0x7e,0x31,0xc9,0x2d,0x96,0xbe,0xba,0xc2,0x66,0x92,0x57,0x97,0x21,0x43,0x74,0x19,0x97,0x9d,0xa4,0x59,0xfc,0x89,0x84,0x37,0x2e,0xf4,0x71,0x6c,0x3,0x70,0x1a,0x58,0xd3,0xc8,0x3d,0x28,0xdc,0xc1,0x90,0xa2,0x3c,0x6b,0x3a,0x90,0x63,0x85,0xaf,0xb7,0x49,0xdc,0x98,0x6e,0x45,0x4b,0xbe,0xf8,0x72,0x7f,0x7b,0x77,0x4d,0x15,0xc9,0x47,0xc2,0x40,0xb2,0xd6,0x1c,0x3d,0xc5,0x67,0x9a,0x45,0x5e,0xb4,0xce,0x69,0xd5,0x5f,0x77,0x63,0xa8,0xc9,0xcc,0x3e,0x9,0x8,0x9f,0x9d,0xa7,0x8,0xf3,0xcb,0x3c,0x8b,0xb6,0x63,0x1f,0xb4,0x34,0x3d,0x27,0x33,0x10,0xe2,0x8b,0xe5,0xf2,0xf3,0xed,0x98,0x45,0x4f,0xc2,0x5a,0xc1,0x9f,0x91,0x78,0x15,0x87,0x88,0x3a,0xc1,0xe1,0x14,0x85,0x7,0x72,0xb6,0xd3,0x86,0x1f,0xa3,0xd1,0x74,0xba,0xf3,0xa9,0x1c,0x90,0x67,0xd2,0xb9,0xa9,0x98,0x52,0x28,0x8f,0xb1,0x29,0xa3,0xea,0x7c,0x32,0x3,0xf0,0x4c,0x2e,0x1f,0x5b,0xa7,0x4d,0xab,0x60,0x19,0xde,0x87,0x63,0x94,0x58,0xb4,0xf8,0x3f,0x4a,0x34,0xa6,0x54,0xe4,0xc3,0x85,0xf5,0x35,0xf9,0x34,0x0,0x3b,0xc1,0x8f,0x59,0x65,0xa3,0x42,0xfe,0xce,0x35,0x67,0x6a,0x83,0x26,0x3a,0x37,0x48,0x3d,0x90,0xf8,0x46,0x41,0x37,0xb4,0xc3,0xe0,0x39,0xb4,0x59,0x36,0xee,0xb3,0x97,0x4d,0xf7,0xd8,0x70,0xe6,0x30,0xb6,0x5d,0xdf,0x77,0xf1,0x54,0xbf,0x6b,0xdf,0x6d,0xc3,0x9b,0xf0,0xea,0x19,0x99,0xd1,0xeb,0x8e,0xcc,0x22,0x3d,0xe3,0xd4,0xbd,0x1b,0x3f,0xf8,0x9e,0xa,0xc9,0x14,0xcd,0x8c,0x9d,0x58,0xb,0x4e,0x26,0x1,0xdd,0x9b,0xf9,0x97,0x25,0x46,0xa4,0x70,0x65,0x85,0x34,0x41,0xfc,0x9c,0x6e,0x3,0x31,0xea,0xed,0xc2,0xd0,0xe3,0x27,0x89,0x37,0x30,0x98,0x15,0x42,0xc5,0x51,0xce,0x14,0x87,0x86,0x8e,0x6f,0xc9,0x50,0x6a,0xc6,0x3d,0xd7,0x8,0x19,0x3d,0x17,0x1,0xdc,0x25,0xb4,0xe9,0xcf,0x47,0xce,0x6b,0xa0,0x49,0x57,0x69,0x3e,0x4f,0x1f,0xee,0x97,0xab,0x14,0x58,0x48,0xca,0x3c,0xcd,0xa2,0x87,0x14,0x50,0x95,0x61,0x24,0xa5,0x75,0x2b,0x9d,0x68,0xe8,0x11,0xca,0x3c,0x6c,0x4a,0x5a,0x96,0x76,0x1e,0x85,0x6a,0x5a,0x17,0x27,0x57,0xea,0x29,0xa5,0x71,0x72,0xa6,0x9d,0x8f,0x23,0x56,0xb6,0x2d,0x6a,0xe1,0xd2,0xe7,0x35,0xb2,0x65,0xb2,0x25,0xdd,0x63,0x38,0x45,0x8f,0xa,0xd1,0x8e,0xdd,0xdf,0x5a,0x6b,0x7a,0xda,0x3b,0xab,0xb3,0xaf,0xe6,0xe5,0x8d,0xc4,0x2f,0xa0,0xe1,0xa,0x7c,0xbe,0xe,0x39,0x23,0x27,0x2a,0x94,0xd9,0x16,0x8d,0xf5,0x1f,0x2,0x7e,0x72,0x92,0xec,0x60,0x72,0xa3,0x9b,0xbd,0x11,0x9b,0xca,0xc1,0xcf,0xe5,0x2f,0xf0,0xfe,0xdd,0xfb,0x4b,0x58,0xf6,0x91,0x61,0x45,0xa1,0x15,0x7d,0x75,0x6c,0x4,0x5d,0x72,0x71,0x8a,0xf4,0xc0,0xd4,0xf3,0x7e,0x49,0xf0,0x99,0xba,0xe7,0xe9,0xf3,0xd3,0xe5,0x81,0x8a,0x3d,0xcc,0x6c,0xaa,0x60,0xff,0x15,0xf6,0x1f,0x7d,0x81,0xb6,0x9d,0x30,0xa,0x0,0x0 }; -const uint8_t settings_js[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0xcd,0x55,0x51,0x6f,0x9b,0x30,0x10,0x7e,0xe7,0x57,0x9c,0x78,0xa8,0x60,0x5d,0x61,0x69,0xaa,0xaa,0x6a,0x96,0x4d,0xd3,0xda,0x69,0x91,0x5a,0x6d,0x4a,0x2a,0xf5,0xa1,0xad,0x2a,0x7,0x2e,0xc1,0x2a,0x31,0xc8,0x36,0xcd,0xc3,0x94,0xff,0xbe,0x3,0x6c,0x8,0x34,0x49,0xdf,0xa6,0xf1,0x80,0xe0,0xf3,0xe7,0xbb,0xf3,0xf7,0x9d,0xed,0xf0,0x83,0x3,0x0,0x77,0x9,0x57,0xa0,0xb2,0x85,0x5e,0x33,0x89,0x40,0xdf,0x29,0x8f,0x50,0x28,0x8c,0xa1,0x10,0x31,0x4a,0xd0,0x9,0xc2,0xed,0xe4,0xe,0x6e,0x6a,0x38,0x80,0x19,0x62,0x5,0x1a,0x1e,0x2c,0x78,0x4a,0xaf,0x4c,0x42,0x8c,0x9a,0xf1,0x54,0x5,0x65,0xd4,0x59,0x56,0xc8,0x8,0x2f,0x21,0xd1,0x3a,0x57,0x97,0x61,0xb8,0xe4,0x3a,0x29,0xe6,0x41,0x94,0xad,0x42,0x95,0xb3,0x8,0x93,0x22,0x11,0x1a,0xa3,0x24,0xbc,0xe7,0x3f,0xf8,0x55,0x11,0xbd,0x38,0xf0,0x21,0x74,0xc2,0x10,0xc6,0xe5,0x3,0xf7,0x38,0x9f,0x65,0xd1,0xb,0x6a,0xf8,0x16,0x69,0x9e,0x9,0x65,0xf0,0x30,0x74,0x16,0x85,0xa8,0x20,0x48,0x33,0x16,0x3f,0x2b,0xd4,0x9a,0x8b,0xa5,0xf2,0x7c,0xf8,0x43,0x79,0xd7,0x8a,0x10,0x11,0x7b,0xae,0xc5,0xdd,0x8f,0x60,0x27,0x78,0x2b,0xb5,0xac,0x59,0x0,0xaf,0x4c,0x52,0xfd,0x2,0x29,0x2e,0x10,0x1c,0xa8,0x3c,0xe5,0xda,0xb,0x1f,0x45,0xe8,0x8f,0x9c,0x86,0xa1,0x14,0x8f,0x89,0x50,0x11,0x1f,0x3e,0x3d,0x19,0x96,0x3b,0x76,0xfd,0x87,0xc1,0xd3,0xa8,0xa1,0xe5,0x4c,0xa9,0x75,0x26,0x5b,0xea,0x60,0x2f,0x35,0x4a,0x98,0x10,0x98,0x36,0xcc,0xd3,0xbd,0x4c,0x56,0xe8,0x4c,0x16,0xa2,0x61,0xe,0xdf,0x30,0x2b,0xea,0x35,0x2d,0x95,0xaa,0x74,0xfd,0x80,0x53,0x60,0xf9,0xf3,0xee,0xf6,0x86,0xa6,0x94,0xd0,0xc8,0x8e,0xdb,0xf2,0x7a,0x1c,0xb,0x37,0x3c,0x53,0x5b,0x8f,0x66,0xd0,0x86,0x65,0xea,0xea,0xb1,0xc,0x5a,0xb2,0x36,0xa4,0xe0,0xc6,0x69,0x6d,0x22,0x4b,0xa2,0x8c,0xa8,0x91,0xc6,0xd8,0xb8,0xd4,0x73,0xae,0xe2,0xb7,0xde,0xcf,0x34,0x93,0xba,0xc8,0x5b,0xc7,0xd7,0x5c,0xc4,0xd9,0x3a,0x60,0x71,0x7c,0xfd,0x8a,0x42,0xdf,0x70,0xa5,0x91,0x52,0x7b,0x6e,0x19,0x67,0xdb,0xe0,0x32,0xba,0x53,0x55,0x89,0x31,0xd7,0xcf,0x46,0x98,0x4c,0x44,0xd4,0xaa,0x2f,0x54,0x65,0x87,0x68,0x85,0x16,0xb8,0x36,0x3e,0xe7,0x32,0x5b,0xe5,0x24,0xf0,0x6c,0x36,0xb9,0x2,0x6f,0x70,0x32,0x3c,0x2d,0x57,0x2f,0x95,0x4f,0x39,0x76,0xe8,0x6c,0x3b,0x85,0x2f,0xc0,0x33,0x41,0x6c,0xdc,0xe,0x18,0xa4,0x28,0x96,0x3a,0x81,0x2f,0x63,0x18,0xc0,0xd1,0x11,0xf4,0xe0,0xcf,0x63,0x18,0x9e,0xb6,0x13,0xbb,0x3d,0x5c,0xb7,0xe0,0xa3,0xeb,0xc2,0x71,0x53,0xe8,0x31,0xb8,0x4,0xec,0xee,0xeb,0xfa,0x79,0xa3,0xaf,0x1d,0xd8,0x34,0xdf,0x1b,0xc0,0x94,0xf6,0x6e,0x3b,0x8b,0xa5,0x28,0x69,0xed,0xd7,0xd3,0xe9,0xaf,0xe9,0x25,0x4c,0xc4,0x2b,0x4b,0x29,0x57,0x5d,0xa3,0xdb,0x4e,0x73,0xec,0x7b,0x33,0xda,0x96,0x7a,0xab,0xc7,0xde,0x97,0x7b,0x6b,0xbf,0x58,0xc9,0x7f,0x5b,0xc8,0xbb,0x38,0x39,0x3f,0xeb,0xc8,0xbe,0xab,0x7d,0x7b,0xd2,0x5b,0xca,0x1b,0xf9,0xed,0xc0,0x96,0x5,0x17,0xc6,0x82,0xfe,0x10,0xd9,0x70,0x7e,0xb6,0xd7,0x86,0xa6,0xe4,0xc6,0x8a,0x6,0xf9,0x1f,0xed,0x68,0xb7,0xf2,0xfb,0x6e,0xb4,0x47,0x92,0x35,0xe3,0xbb,0x41,0x68,0xb,0xc,0xce,0x8c,0xb,0x3b,0xe,0x87,0x9e,0x9,0x86,0xd1,0xf5,0x20,0x27,0x1f,0x71,0x22,0x74,0x87,0x60,0x37,0xc2,0xce,0x41,0xf2,0x61,0x30,0xdc,0xeb,0x83,0x2d,0xd6,0x98,0x60,0x7e,0xff,0x8d,0xf8,0x36,0xb7,0x28,0x56,0x73,0x94,0x7,0x4d,0x88,0xb9,0x62,0xf3,0x14,0x9f,0xdb,0xc3,0xf2,0x80,0xf,0x9d,0x5,0xda,0x63,0xff,0xf1,0x50,0x53,0xed,0x5c,0x53,0xbd,0x9e,0xa6,0x4,0x89,0x44,0x38,0x9c,0xb8,0x34,0x88,0x8e,0xe6,0x5,0x97,0x2b,0xcf,0x9d,0x62,0x95,0x3e,0x4d,0xc1,0x6,0x6,0x9d,0xd1,0x95,0xbe,0x60,0x45,0xaa,0xbf,0xba,0x7e,0x9b,0xbd,0xa9,0xb7,0x4e,0xb1,0x5f,0xfc,0x3d,0xd2,0x5b,0xe1,0x5b,0xc5,0x28,0x22,0x17,0x74,0xb5,0x95,0x37,0x1,0x85,0x63,0xe4,0x86,0x3f,0xfa,0xb,0xbd,0x4f,0x3d,0x5d,0x9e,0x8,0x0,0x0 }; +const uint8_t settings_js[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0xcd,0x56,0xd1,0x6a,0xdb,0x30,0x14,0x7d,0xf7,0x57,0x5c,0xfc,0x50,0x9c,0x76,0x8d,0x97,0x26,0x94,0xd2,0xac,0x1b,0x63,0xcd,0x58,0xa0,0xa5,0x23,0x29,0xf4,0xa1,0x2d,0x45,0xb1,0x95,0x58,0xd4,0x91,0x8d,0x24,0x37,0xf,0x25,0xff,0xbe,0x2b,0x47,0x92,0x63,0x37,0x4e,0x19,0x8c,0x51,0x3f,0x98,0xe4,0xe8,0xe8,0xde,0xab,0x73,0xae,0x24,0x87,0x87,0x1e,0x0,0xdc,0x26,0x4c,0x82,0xcc,0xe6,0x6a,0x45,0x4,0x5,0xfc,0x9d,0xb2,0x88,0x72,0x49,0x63,0x28,0x78,0x4c,0x5,0xa8,0x84,0xc2,0xf5,0xf8,0x16,0xae,0x36,0x70,0x17,0xa6,0x94,0x96,0xa0,0xe1,0xc1,0x9c,0xa5,0xf8,0xca,0x4,0xc4,0x54,0x11,0x96,0xca,0xae,0x8e,0x3a,0xcd,0xa,0x11,0xd1,0x73,0x48,0x94,0xca,0xe5,0x79,0x18,0x2e,0x98,0x4a,0x8a,0x59,0x37,0xca,0x96,0xa1,0xcc,0x49,0x44,0x93,0x22,0xe1,0x8a,0x46,0x49,0x78,0xc7,0x7e,0xb2,0xcb,0x22,0x7a,0xf6,0xe0,0x30,0xf4,0xc2,0x10,0x2e,0xf4,0x3,0x77,0x74,0x36,0xcd,0xa2,0x67,0xaa,0xe0,0x7b,0xa4,0x58,0xc6,0xa5,0xc1,0xc3,0xd0,0x9b,0x17,0xbc,0x84,0x20,0xcd,0x48,0xfc,0x24,0xa9,0x52,0x8c,0x2f,0x64,0xd0,0x81,0x57,0xcc,0xbb,0x92,0x88,0xf0,0x38,0xf0,0x2d,0xee,0x7f,0x2,0x3b,0x21,0x58,0xca,0xc5,0x86,0x5,0xf0,0x42,0x4,0xd6,0xcf,0x29,0xc6,0x5,0x84,0xbb,0x32,0x4f,0x99,0xa,0xc2,0x7,0x1e,0x76,0x86,0x9e,0x63,0x2c,0xb3,0x98,0x22,0xa1,0x24,0xde,0x7f,0x7e,0x34,0x2c,0xff,0xc2,0xef,0xdc,0xf7,0x1e,0x87,0x8e,0x26,0x25,0x8b,0x1d,0xad,0xd7,0x4a,0xcb,0x89,0x94,0xab,0x4c,0x54,0xd4,0x93,0x56,0x6a,0x94,0x10,0xce,0x69,0xea,0x98,0xfd,0x56,0x26,0x29,0x54,0x26,0xa,0xee,0x98,0x83,0x37,0xcc,0x92,0x3a,0xa,0x7c,0xbd,0x18,0xbf,0xd3,0x65,0x18,0x58,0xfc,0xba,0xbd,0xbe,0xd2,0x2b,0x47,0x68,0x68,0xc7,0xf5,0x2a,0x1a,0xe3,0x1a,0x72,0xe3,0xb6,0xfc,0x6,0xc7,0xc2,0x8e,0x67,0x6a,0x6f,0xd0,0xc,0xea,0x58,0xa6,0xee,0x6,0xcb,0xa0,0x9a,0xb5,0x46,0x23,0xd6,0x5e,0xe5,0x36,0x3a,0x1b,0x65,0x48,0x8d,0x14,0x8d,0x8d,0xd9,0x8d,0x6,0x28,0xf9,0x55,0xb,0x4d,0x15,0x11,0xaa,0xc8,0xab,0xc6,0x59,0x31,0x1e,0x67,0xab,0x2e,0x89,0xe3,0xd1,0xb,0xe5,0xea,0x8a,0x49,0x45,0x31,0x75,0xe0,0xeb,0x38,0xdb,0x7d,0xa2,0xa3,0x7b,0x65,0x95,0x34,0x66,0xea,0xc9,0x8,0x97,0xf1,0x8,0x3b,0xfe,0x19,0xab,0xac,0x11,0xad,0x11,0x9c,0xae,0x4c,0x1f,0xe4,0x22,0x5b,0xe6,0x68,0xc0,0xf5,0xcd,0xe5,0x8,0x82,0xde,0x71,0xaf,0xa7,0x57,0x2f,0x64,0x7,0x73,0xec,0xf0,0xc1,0x36,0x1c,0x9b,0x43,0x60,0x82,0xd8,0xb8,0x35,0xb0,0x9b,0x52,0xbe,0x50,0x9,0x7c,0xbd,0x80,0x1e,0x1c,0x1c,0x40,0x3,0xfe,0x82,0x70,0xaf,0x9a,0x58,0xdf,0xa,0x9b,0x4e,0x7e,0xf0,0x7d,0x38,0x72,0x85,0x1e,0x81,0x8f,0xc0,0xee,0xed,0xb1,0x79,0xde,0xe8,0x6b,0x7,0xd6,0xee,0xf7,0x1a,0x68,0x8a,0x47,0x40,0x35,0x8b,0xa4,0x54,0xe0,0xda,0x47,0x93,0xc9,0xcd,0xe4,0x1c,0xc6,0xfc,0x85,0xa4,0x98,0x6b,0x53,0xa3,0x5f,0x4d,0xf3,0xec,0x7b,0x3d,0xdc,0x96,0xda,0xf4,0xe0,0x5f,0x4b,0x3d,0x9d,0x8e,0x2f,0xb5,0xd4,0xfd,0x93,0x9a,0xd4,0xcd,0x96,0xfe,0x77,0x52,0xf7,0x4f,0x5a,0xa5,0x2e,0x4b,0xfb,0xf8,0x52,0x6f,0x6d,0xe7,0xf7,0xe5,0xde,0x3a,0xba,0xac,0xe4,0xbf,0x2d,0x14,0x9c,0x1d,0x9f,0xe,0x6a,0xb2,0xef,0x3a,0x29,0x1a,0xd2,0x5b,0xca,0x1b,0xf9,0xed,0xc0,0x96,0x5,0x67,0xc6,0x82,0xe6,0x10,0xda,0x70,0x3a,0x68,0xb5,0xc1,0x95,0xec,0xac,0x70,0xc8,0x47,0xb4,0xa3,0x3a,0x35,0xdf,0x77,0xa3,0xba,0x1d,0xac,0x19,0x3f,0xc,0xa2,0x4f,0x9b,0x81,0x71,0x61,0xc7,0x39,0xdc,0x30,0xc1,0x30,0xea,0x1e,0xe4,0xe8,0x23,0x1d,0x73,0x55,0x23,0xd8,0x8d,0xb0,0x73,0x50,0x9f,0x3c,0xfd,0x56,0x1f,0x6c,0xb1,0xc6,0x4,0xf3,0xf7,0xff,0x88,0x6f,0x73,0xf3,0x62,0x39,0xa3,0x62,0xaf,0x9,0x31,0x93,0x64,0x96,0xd2,0xa7,0xea,0x5e,0xda,0xe3,0x43,0x6d,0x81,0xf6,0x6,0x7e,0xd8,0xd7,0x54,0x3b,0xd7,0xb4,0x59,0x8f,0x2b,0x41,0x50,0x24,0xec,0x4f,0xac,0xd,0xc2,0x5b,0x70,0xce,0xc4,0x32,0xf0,0x27,0xb4,0x4c,0x9f,0xa6,0x60,0x3,0x83,0xca,0xf0,0x23,0x6c,0x4e,0x8a,0x54,0x7d,0xf3,0x3b,0x55,0x76,0x57,0xef,0x26,0x45,0xbb,0xf8,0x2d,0xd2,0x5b,0xe1,0x2b,0xc5,0x30,0x22,0xe3,0xf8,0x95,0xa1,0x2f,0x5d,0xc,0x47,0xd0,0x8d,0xce,0xf0,0xf,0xd2,0x13,0xcd,0x14,0x50,0xa,0x0,0x0 }; -const uint8_t style_css[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0xcd,0x59,0x6d,0x8f,0xdb,0xb8,0x11,0xfe,0xbc,0xfe,0x15,0xac,0x17,0x87,0xdb,0x4d,0x57,0x5e,0x49,0x7e,0x59,0xaf,0x83,0x0,0x97,0x6c,0x92,0xbb,0xb4,0x97,0x1c,0x90,0xd,0xd0,0x16,0x87,0xb6,0xa0,0x24,0xda,0x22,0x2c,0x89,0x82,0x44,0xad,0xd7,0x39,0x5c,0x7f,0x7b,0x67,0x48,0x4a,0xa2,0x5e,0xec,0xeb,0xa1,0x1f,0xda,0x2c,0xb2,0xb2,0x39,0xc3,0xd1,0xf0,0x99,0xe1,0xcc,0x43,0xee,0xed,0x8b,0x9,0x21,0xe4,0x4b,0xcc,0x4b,0x52,0x8a,0xad,0x3c,0xd0,0x82,0x11,0xf8,0x9c,0xf0,0x90,0x65,0x25,0x8b,0x48,0x95,0x45,0xac,0x20,0x32,0x66,0xe4,0xe3,0x87,0x2f,0xe4,0x47,0x3d,0x3c,0x23,0x8f,0x8c,0xa9,0x41,0xa3,0x47,0xb6,0x3c,0x81,0x5f,0xa2,0x20,0x11,0x93,0x94,0x27,0xe5,0xc,0xad,0x3e,0x8a,0xaa,0x8,0xd9,0x86,0xc4,0x52,0xe6,0xe5,0xe6,0xf6,0x76,0xc7,0x65,0x5c,0x5,0xb3,0x50,0xa4,0xb7,0x65,0x4e,0x43,0x16,0x57,0x71,0x26,0x59,0x18,0xdf,0xfe,0x85,0xbf,0xe7,0x6f,0xab,0x70,0x3f,0x21,0x2f,0x6e,0x27,0xb7,0x2f,0xc8,0xf7,0x89,0x8,0x68,0x82,0x5f,0x26,0x81,0x88,0x8e,0xe4,0x97,0xc9,0x45,0x40,0xc3,0xfd,0xae,0x10,0xe0,0xce,0x86,0x5c,0xce,0x57,0xf3,0xfb,0x39,0x7b,0x9,0xef,0x48,0x69,0xb1,0xe3,0xd9,0x86,0xb8,0xf8,0x25,0x14,0x89,0x28,0x40,0x1c,0x6c,0xf1,0xe7,0xe5,0xe4,0x62,0x2b,0x32,0xe9,0x6c,0x69,0xca,0x93,0xe3,0x86,0x94,0x34,0x2b,0x9d,0x92,0x15,0x1c,0x24,0xbf,0x4e,0x26,0x29,0xe5,0x19,0x1a,0x3e,0xf0,0x48,0xc6,0x1b,0xb2,0x72,0x9f,0xe,0x30,0x43,0xdb,0x73,0x12,0xb6,0x95,0x1b,0x42,0x2b,0x29,0xda,0xb1,0x82,0xef,0xe2,0x66,0x10,0xc,0x94,0x2c,0x94,0x5c,0x28,0x1b,0x46,0x43,0x8a,0x7c,0x43,0x96,0x6e,0xfe,0xac,0xe4,0x5b,0x21,0x24,0x40,0xf7,0x8b,0x71,0xa3,0xe4,0x5f,0x1,0x8a,0xd9,0xfd,0x92,0xa5,0x60,0x53,0xb2,0x67,0xe9,0xd0,0x84,0xef,0xc0,0x77,0x40,0x10,0x14,0x5f,0x76,0xcd,0xcc,0x95,0x9a,0x19,0x9,0x84,0x94,0x22,0x35,0x83,0x60,0x3a,0xf6,0x7a,0x66,0xbd,0xd9,0xa2,0xb0,0x27,0x28,0x13,0x9e,0x1e,0xb2,0x90,0x9b,0x5c,0x5c,0xfa,0xdb,0xb9,0x37,0x5f,0xc1,0x70,0x4e,0xa3,0x88,0x67,0x3b,0x50,0x53,0xe,0x5f,0x4,0xa2,0x80,0x48,0x3b,0x5,0x8d,0x78,0x55,0x6e,0xc8,0xc2,0x1e,0xd4,0x70,0x94,0x22,0xe1,0x11,0xb9,0xf4,0xdd,0xd0,0x77,0x19,0x59,0x2a,0x5,0xe5,0xc3,0x81,0x69,0x68,0x3c,0x17,0xc2,0x70,0x91,0x30,0x9,0xcb,0x71,0x30,0xc2,0xca,0xfe,0xd2,0xe0,0x11,0xfb,0x3,0xa7,0xfd,0xff,0xc4,0x69,0xf2,0xbf,0xf4,0x79,0xde,0xf7,0xf9,0xff,0xdd,0xe3,0x84,0x6,0x2c,0x41,0xa7,0x13,0x9e,0x31,0x27,0x36,0x73,0x16,0xb,0x23,0xce,0xdb,0x74,0x85,0x64,0x84,0x5c,0xc4,0x9d,0x3,0xe3,0xb0,0xe9,0x3e,0xd1,0x27,0xbe,0xa3,0x2a,0xa5,0x3,0x5a,0xe0,0xe6,0xcb,0xe8,0x13,0xaa,0x47,0xbc,0xcc,0x13,0xa,0x3b,0x28,0x48,0x44,0xb8,0x3f,0xb9,0xd4,0x8e,0x93,0x81,0x48,0x22,0x34,0x4c,0x88,0xb2,0x42,0xd1,0x8e,0xd9,0x9e,0x3c,0x8b,0x61,0x13,0x4a,0xf5,0xda,0x59,0xca,0xb2,0x6a,0xb8,0xb,0x13,0x5e,0x2,0xe0,0xf2,0x98,0x30,0x47,0x1e,0x73,0x80,0x3d,0x13,0x19,0x7b,0xd9,0x3a,0xee,0xda,0xc8,0xba,0xb6,0xa0,0xde,0xb3,0x8d,0xcf,0xdb,0x84,0x29,0x4,0xe1,0xe1,0x44,0xbc,0xd0,0x7b,0x76,0x43,0xa,0x71,0xb0,0xb4,0xcc,0xc2,0x1a,0x87,0x12,0x6e,0xc3,0x84,0xa1,0x43,0x7c,0xf5,0x7,0xd7,0xb6,0xce,0x33,0x5,0xf3,0x70,0xfe,0x26,0xa1,0xb0,0x84,0x30,0xe6,0x49,0xa4,0x32,0x28,0x11,0x14,0x50,0x51,0x25,0xc4,0xd2,0x53,0xb0,0x34,0xb,0x99,0xdd,0xe9,0xda,0x30,0x96,0x23,0xed,0x94,0x4d,0x2c,0x9e,0x74,0x59,0xe9,0x84,0x61,0xe1,0x2f,0x16,0xb,0xaa,0x14,0x43,0x11,0xb1,0x81,0x3c,0xc,0x43,0x1b,0xb4,0xf9,0x58,0x36,0xea,0xc1,0x3,0xc,0x3a,0x41,0xc1,0xe8,0x7e,0x43,0xf6,0x8c,0xe5,0x50,0xa6,0x12,0xf2,0x7,0x9e,0xe6,0xa2,0x90,0x34,0x3,0xf7,0xeb,0x40,0x5e,0xba,0x3a,0x13,0xed,0x44,0xf3,0x1b,0x6f,0x21,0x3b,0x53,0x9e,0xd1,0x44,0x23,0xf9,0xdc,0x68,0x40,0xfa,0x3e,0xc5,0xdd,0x24,0x6a,0x73,0xa8,0xc9,0x57,0xf7,0xcc,0x76,0xc1,0xf5,0x3,0xa0,0x7,0x7,0x8b,0x7a,0x58,0x88,0x24,0xe9,0x6c,0xb4,0x7a,0x27,0xcc,0xe,0x31,0x97,0x8,0xc4,0xb0,0x31,0x28,0x29,0x2d,0x32,0x2b,0x2b,0x2f,0xb7,0xdb,0xd0,0x73,0xef,0xb4,0x2c,0xa2,0xd9,0x4e,0x63,0x5c,0x4b,0xdf,0xbb,0x8b,0xbb,0x85,0x91,0x96,0x55,0x18,0xb2,0xb2,0xb4,0xc5,0x8b,0xf9,0x9b,0xe5,0xda,0xd3,0xe2,0xbc,0xe0,0x90,0x39,0x47,0x5b,0xec,0xba,0xf7,0x7e,0x14,0x98,0xd9,0x2c,0x81,0x24,0x54,0x6e,0xd5,0x59,0x7f,0xbf,0x86,0xbc,0xb2,0x11,0x6,0x51,0x9b,0xde,0x1d,0x49,0x6b,0x81,0x45,0xda,0x46,0x37,0xb,0xee,0xef,0x16,0xf4,0x5e,0xab,0x85,0xd0,0x9b,0xf7,0x34,0x48,0x34,0x4,0x17,0x61,0x55,0x94,0xe8,0x4c,0x2e,0xb8,0x6e,0x37,0x4a,0x47,0xa7,0xa,0x88,0x3b,0xad,0x72,0xfa,0x0,0x9d,0x9b,0x3,0x2,0x9f,0xd8,0x61,0x7a,0x43,0xcc,0xb7,0x1b,0x92,0x8a,0x4c,0xa8,0xce,0xad,0x67,0x17,0xc,0xd2,0x5a,0xbb,0x41,0x48,0x37,0xc5,0x71,0xa4,0x93,0x18,0xde,0x4c,0xd7,0x49,0x14,0xc,0x5c,0xe9,0x76,0x85,0xe5,0xb0,0xc6,0x36,0x59,0xa5,0x5f,0xd9,0xec,0x1,0xb4,0xa6,0x5a,0x69,0xc4,0x42,0x51,0x50,0xbd,0xb7,0x75,0xb1,0x0,0xed,0xcb,0x52,0x52,0x59,0xa9,0x40,0x8d,0xf6,0x5b,0x35,0x28,0xb,0xe0,0x5,0xc0,0x5c,0xa0,0xbd,0x86,0x34,0xe7,0x12,0x94,0xbe,0x32,0x3b,0xa1,0x74,0x9,0x6e,0xd3,0x4,0x89,0x45,0x2e,0x4a,0xae,0x5f,0x56,0x4a,0x40,0xf9,0x88,0xc6,0xd0,0x4f,0xdc,0xf,0x5f,0x1d,0xe,0x9c,0xe9,0x19,0xc2,0x6a,0x2,0x11,0xb1,0xa0,0xda,0xed,0x8c,0xbf,0x1d,0x9c,0x2d,0x3c,0x4f,0x14,0xd5,0xd1,0xd,0xd0,0x6f,0x2a,0x3d,0x96,0x50,0x83,0x75,0xc9,0x22,0x2e,0x45,0xe1,0x98,0x84,0x74,0x82,0xa,0xe4,0x59,0x39,0x5a,0x8f,0x4e,0xe9,0xe6,0x7d,0xf0,0xda,0x29,0xd0,0x32,0x5e,0xe1,0x3f,0xf2,0xf0,0xc3,0xbb,0x87,0x3f,0xbf,0xf9,0xe9,0xaf,0xe6,0xab,0xa6,0x70,0xf,0x55,0x9,0xce,0x0,0x94,0x9a,0x26,0xaa,0xae,0x74,0x85,0x1f,0x43,0x0,0x0,0xa8,0x17,0x2b,0xae,0x51,0x73,0x16,0xc6,0x2c,0xdc,0xbf,0x11,0xcf,0xf,0xf5,0xf0,0x68,0xc7,0x69,0xf1,0x86,0x4,0x80,0x30,0x3f,0x59,0x11,0x32,0x7d,0x73,0xbe,0x1c,0xc3,0xc2,0xf3,0x75,0xf4,0xce,0x65,0x9c,0xaf,0x75,0xa0,0x77,0x5,0x7b,0x2e,0x9d,0xaa,0xc4,0xbe,0xaa,0xf6,0x58,0xd3,0x78,0x9c,0x54,0x7c,0x3d,0x21,0x28,0x47,0xc7,0xc7,0xc6,0xea,0xad,0x30,0xf7,0x4d,0x80,0x0,0xa6,0x1f,0x78,0xa4,0x11,0xa,0xa0,0x23,0xc1,0x9c,0x6f,0x4b,0x60,0xd0,0x5b,0x5a,0x25,0x92,0x28,0x64,0x2,0xf1,0x7c,0x2,0x26,0x9e,0xe5,0x95,0x54,0xfd,0xa3,0xc1,0x86,0x6,0x40,0x1e,0x2a,0x89,0xef,0x12,0xc8,0xb,0xe4,0x51,0x67,0xe4,0xd8,0xd6,0xc7,0x10,0x41,0x8d,0x87,0x2,0x49,0x61,0x3f,0x62,0xac,0x46,0x5e,0x8,0x60,0xee,0x4f,0xbe,0x42,0x25,0xfc,0x5a,0x41,0xa7,0x23,0xe0,0x5a,0x6b,0xf4,0xb5,0xc0,0x14,0x38,0xf3,0xad,0x4d,0x71,0xa7,0xde,0x4e,0xfe,0xfb,0x33,0x89,0xde,0x71,0x53,0xe5,0x4e,0xed,0xd4,0x2d,0x6c,0x31,0x1e,0x52,0xc8,0x58,0x72,0x15,0xf3,0x28,0x62,0x19,0x39,0xc4,0xf0,0x2b,0x13,0x6,0x37,0x16,0x5d,0x77,0x97,0xb1,0xa1,0x5b,0x59,0x97,0x74,0x0,0x21,0x3,0x1f,0xa7,0xd3,0x97,0x27,0x96,0xd6,0xe4,0x5f,0x53,0x4a,0xc0,0x8f,0xc7,0x58,0x1c,0xba,0x5e,0xe8,0x77,0x9a,0xf7,0x9d,0xb,0xd3,0xc6,0xe8,0xfc,0x6b,0xcc,0x9f,0x7e,0xb2,0xab,0xba,0x3c,0xb0,0x33,0x36,0x53,0xc3,0x6e,0x8a,0x80,0xa,0xc7,0x9d,0x8d,0xba,0x2e,0x16,0x6d,0xdf,0xb5,0x3a,0x6a,0x4d,0x33,0x55,0x8b,0x6c,0xd1,0x37,0x13,0x5d,0x64,0x2,0xea,0xbf,0x6b,0xed,0xb,0xab,0x50,0x16,0x2,0xa,0x2b,0xbb,0x5a,0x2c,0x23,0xb6,0xbb,0x36,0xbb,0xe0,0x8c,0xf8,0xb4,0x48,0x23,0xfb,0xee,0xf3,0xe7,0x9f,0x3e,0x2b,0xfc,0x62,0xae,0xa9,0xcb,0x30,0x0,0xb3,0x12,0xe1,0x1f,0xc0,0xd5,0x25,0x26,0x34,0x83,0xea,0x85,0xd1,0x74,0x32,0x9a,0xc2,0xce,0xde,0xd2,0x88,0x7d,0xc8,0x3a,0x82,0xa8,0xaa,0xdb,0x84,0x57,0x2a,0xc3,0xdf,0xed,0xd9,0x71,0x5b,0x80,0x7a,0x69,0xd4,0xf1,0x25,0xee,0x37,0xf8,0xbb,0xbb,0x8b,0x40,0xf7,0x2,0xc8,0x4b,0x4f,0xe2,0x29,0x9,0x1e,0x15,0x86,0x9c,0x6c,0xce,0x16,0xde,0xc2,0x4a,0x6e,0x7d,0x5c,0x0,0x58,0x23,0xa8,0x4e,0x2c,0x32,0xbd,0xc4,0x8,0xeb,0x8a,0x35,0xa4,0xba,0x60,0xdc,0xe6,0xcf,0x97,0x5e,0x48,0xd7,0x2c,0x50,0x2c,0xe1,0x74,0xef,0xb3,0x78,0x62,0xb7,0x75,0xd,0xa6,0xa8,0x13,0x3e,0xf6,0x6a,0xe3,0x56,0x1d,0x95,0x8f,0xc,0xd3,0xc,0xa3,0x92,0xe2,0xa7,0x7f,0xb6,0x4b,0x1b,0x23,0x9f,0xab,0xc5,0xdb,0x36,0xf3,0x10,0xa6,0x1e,0x93,0xcc,0x20,0xfc,0x14,0x89,0x1a,0x90,0x42,0xa7,0x55,0x6b,0xb9,0x2d,0xbe,0x2,0x72,0xa4,0x7d,0x43,0xaf,0xe3,0xd6,0x3d,0x6f,0x61,0xd2,0x12,0x3c,0xfc,0x23,0x81,0xd5,0x12,0xb1,0xd5,0xbb,0x12,0xd5,0x4b,0x2,0x7d,0x46,0x1c,0x20,0x40,0x57,0xea,0x1d,0xe4,0xc0,0x81,0xbc,0x6,0x8c,0x94,0x4c,0x92,0xe0,0xa8,0x14,0xff,0xf4,0xa8,0x4a,0x43,0xfb,0xd6,0x5d,0xc1,0x58,0x36,0x5c,0x93,0x45,0xe9,0xb4,0x1e,0x20,0x6,0xb4,0x70,0x84,0x75,0xbd,0x7f,0xfd,0x7a,0xe5,0xbd,0xb6,0x55,0x8b,0x51,0x76,0x66,0x93,0x48,0xad,0xf7,0x44,0x93,0xca,0x58,0xec,0x76,0xb3,0x75,0x5b,0xff,0xbe,0x20,0x87,0x2b,0xd1,0x65,0x69,0xd8,0x5c,0xf,0x66,0xb,0xd1,0x9a,0x37,0xf7,0xba,0xa0,0x6f,0x9f,0x2b,0x0,0xa8,0x84,0xe6,0x25,0x6c,0x8f,0xfa,0x93,0x7a,0x13,0x80,0xa5,0x39,0xa9,0x15,0x34,0xf5,0x70,0x70,0xc4,0xa8,0xdc,0x10,0x19,0x75,0xce,0x2c,0xea,0x48,0xb4,0xd2,0x5,0xc8,0x62,0x9,0xb8,0x88,0x61,0x6a,0x63,0xea,0x9b,0xe3,0xed,0x32,0xc2,0x1f,0x4d,0x3d,0xa2,0xa,0x18,0x94,0xb3,0xad,0x32,0x75,0x36,0x83,0x4a,0xa2,0x96,0x29,0xd,0x82,0x76,0xbe,0xac,0xeb,0x7c,0xf9,0x2e,0x5,0xbe,0x42,0x21,0xfc,0xc9,0x11,0x8f,0x0,0x18,0x3f,0xa,0x59,0x73,0x85,0x7,0xd,0xa3,0x7c,0xb7,0x2,0xc,0xaf,0x6f,0x60,0xc,0xc,0x44,0xec,0x89,0x87,0xac,0x2b,0x6a,0x67,0x74,0xa5,0x9e,0x8b,0x87,0x98,0x6b,0x78,0xfb,0xe4,0xa2,0x39,0x9f,0x36,0x54,0x5d,0x1f,0x50,0xb1,0x16,0xd4,0x17,0x48,0xb6,0xa8,0x5b,0x8e,0x50,0xb,0x2,0xf8,0x5e,0x14,0x21,0xac,0x47,0xaf,0x4a,0xa8,0x1e,0x15,0xe0,0xcd,0xd9,0xde,0xc,0x96,0xe0,0xc9,0x31,0x15,0x5,0xc3,0x18,0x5f,0x9c,0x82,0x3,0x7f,0xdf,0x90,0x53,0xd2,0x98,0xd1,0xe8,0xb4,0x14,0x2f,0xd1,0xce,0xcc,0x3d,0x2d,0x3a,0x63,0x53,0x95,0x96,0x21,0x53,0x33,0x6b,0xd6,0xbc,0x46,0x69,0xa2,0x6b,0xc,0x76,0xe6,0x15,0x70,0x4a,0xb5,0xf8,0x6e,0x71,0xbf,0x51,0xd7,0x86,0x54,0x1d,0xa9,0x78,0xc0,0x13,0xa8,0xaa,0xd7,0x67,0x81,0x40,0x7b,0xf5,0xeb,0x47,0xbb,0xb7,0x6e,0x85,0xce,0x3d,0xfc,0x53,0x89,0x69,0xfa,0x64,0x3b,0x80,0x3e,0x9e,0x5f,0x56,0xdd,0x25,0x4d,0x31,0x3e,0x3b,0x61,0x93,0xc9,0x58,0x9f,0xf4,0xaf,0x44,0x14,0x5d,0xeb,0xf9,0xa3,0x64,0x7e,0x9c,0xcd,0x9f,0x33,0xae,0x36,0x1b,0xe2,0xf9,0x86,0xc5,0xf4,0x89,0x11,0x9d,0x35,0x94,0x4c,0x81,0x2d,0x4e,0x15,0x4a,0x7d,0x57,0xfb,0x7b,0xce,0x6f,0xf6,0x9c,0xea,0xc2,0x39,0x2d,0x98,0xca,0xcd,0x71,0x4a,0xdd,0xab,0x42,0x9e,0xef,0x1a,0x4,0xbb,0x47,0xb9,0xb5,0x3e,0xa1,0x9d,0xf5,0x7c,0x13,0xb0,0x2d,0xe6,0xb4,0x59,0xc0,0x27,0xe8,0xde,0xc6,0x79,0x3b,0x2d,0xf4,0x1a,0xc6,0xc3,0x88,0xb5,0x4f,0xe4,0xb7,0xe8,0xa,0x51,0x85,0xb2,0x24,0x29,0x4f,0x79,0x48,0x8c,0x93,0x7a,0xae,0xa,0xf6,0xca,0xe,0xb4,0xf9,0x52,0x6f,0xe7,0x7a,0xd,0xf5,0xd2,0x8a,0xe,0x1f,0xba,0x50,0x14,0x48,0xdd,0xa3,0xa9,0x7b,0xa6,0x43,0x41,0xf3,0x26,0x8d,0x41,0xfc,0xa3,0x3a,0xb9,0x60,0xdf,0x88,0xa8,0xa4,0x30,0x70,0x2e,0x35,0x23,0x95,0xb,0x62,0xab,0x6e,0xad,0xae,0xbc,0x6b,0x1b,0x83,0x96,0x76,0x3e,0x88,0x34,0x85,0xda,0x33,0xfd,0x4d,0x4,0x6d,0x63,0xfe,0x9,0x63,0xef,0x9e,0x69,0x9a,0x27,0xec,0xf7,0x19,0x9b,0x9f,0x30,0xf6,0x96,0x41,0x31,0xe5,0x39,0xce,0x9c,0xd6,0xbc,0x6,0xa2,0xf0,0x1,0x39,0x6c,0xa9,0xea,0x65,0x7d,0x2e,0xc4,0x6e,0x4,0xf5,0x1e,0xb2,0xa9,0x43,0x4d,0x9a,0x9b,0xf7,0x82,0xe9,0xb3,0x15,0x50,0x10,0x38,0x20,0xab,0xc6,0xdf,0x6d,0x5a,0xfd,0x9b,0x9e,0xde,0xfd,0x4d,0x3f,0xad,0xc7,0xef,0x4d,0x4f,0xdf,0x43,0xfe,0x8e,0x9b,0xc,0xb0,0xfd,0x8c,0x27,0x41,0xf5,0xf6,0x66,0xf7,0x3c,0xd7,0xa7,0xbe,0xd3,0x52,0xc3,0x8b,0x4f,0x29,0x0,0x76,0x8a,0xfc,0xff,0x8c,0x90,0xbf,0x9a,0xe2,0x5f,0x48,0xa6,0x7f,0xef,0x34,0x4f,0x60,0xeb,0xc4,0xaf,0x5b,0x9a,0xad,0x8b,0xd0,0x6a,0xdd,0x1,0xb0,0xfd,0x3b,0xb,0x83,0x4f,0x3,0xae,0xf9,0xb,0xc1,0xd0,0x9a,0xc5,0x7,0xcd,0x71,0x10,0xc7,0x5b,0xe5,0x1b,0x13,0xdb,0x61,0x7b,0xf7,0xdd,0xff,0x32,0x22,0xfd,0xbb,0x6a,0x73,0x15,0x34,0x58,0x4b,0x95,0xe7,0xac,0x8,0x69,0x69,0xf3,0x5f,0x5f,0xd3,0xbd,0xda,0x4b,0xbd,0x8a,0xda,0xd7,0xdf,0xb8,0xb,0x1d,0xbf,0xf3,0x2,0x2a,0x28,0xb1,0x7a,0x74,0x79,0x54,0xb7,0x73,0x5b,0x3c,0xc2,0x5f,0x2f,0x7a,0xb7,0x73,0x7a,0x53,0x7c,0xff,0xf9,0xc3,0x5b,0xf2,0xf8,0xb7,0xc7,0x2f,0xef,0x3e,0x2a,0x92,0x5c,0xe8,0xe3,0xc9,0x68,0x59,0xed,0xf1,0x35,0xfb,0x8f,0x7,0xd,0x3,0xc6,0xf9,0x3f,0x87,0x9,0x2d,0xcb,0x7f,0xbc,0x9a,0x42,0xd8,0x75,0xfc,0xcd,0x45,0x8d,0xe6,0x53,0xfa,0xc6,0x2e,0x71,0xbc,0x1b,0xfd,0xf4,0xcd,0x73,0x6e,0x9e,0xb,0xf3,0x5c,0x9a,0xe7,0xca,0x3c,0xef,0xcc,0x73,0x6d,0x9e,0xf7,0xe6,0xe9,0xb9,0xf5,0x87,0xda,0xa2,0xe7,0x2b,0xd2,0x55,0x33,0x9a,0xd5,0x37,0x8d,0x6f,0x9b,0xe6,0xd8,0x49,0x48,0xe7,0x4,0x4d,0xda,0x7e,0xae,0x6a,0x8d,0xfa,0x43,0x5c,0xc2,0x68,0x81,0xbb,0x41,0xc6,0xda,0x80,0x3e,0xa3,0x3b,0x65,0xaa,0xe6,0xf,0x4f,0x77,0x27,0xf9,0x5c,0x4b,0xfe,0xfc,0x5,0x4b,0xaf,0xd5,0x74,0xed,0xa9,0xb9,0xfd,0xab,0x89,0xef,0x6c,0x3e,0xff,0x6,0x5f,0xd,0xc6,0x8c,0x86,0xdf,0xd5,0xf0,0xfc,0xd9,0x6a,0xd5,0x53,0x99,0x77,0x55,0x7c,0xaf,0x27,0x5f,0xf4,0xe4,0xf7,0xc3,0xb7,0x2c,0xbb,0x2a,0xf3,0xbb,0xe1,0x5b,0x56,0x3d,0x57,0xfb,0xf2,0xbb,0xae,0x7c,0x39,0xb2,0x96,0x75,0x57,0x65,0x35,0xb2,0x96,0xfb,0xae,0xca,0x5d,0x7f,0x2d,0x9e,0xdb,0x53,0x18,0x59,0x8c,0xd7,0x43,0x75,0x3d,0xb2,0x1a,0xaf,0x87,0xeb,0xbd,0xad,0xd0,0x8d,0xb3,0x15,0x69,0x43,0xf,0x51,0xef,0xd7,0xc9,0xbf,0x1,0xd0,0x13,0xdc,0x1d,0x74,0x1e,0x0,0x0 }; +const uint8_t style_css[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0xcd,0x59,0x6d,0x8f,0xdb,0xb8,0x11,0xfe,0xbc,0xfe,0x15,0xac,0x17,0x87,0xdb,0x4d,0x57,0x5e,0x49,0x7e,0x59,0xaf,0x83,0x0,0x97,0x6c,0x92,0xbb,0xb4,0x97,0x1c,0x90,0xd,0xd0,0x16,0x87,0xb6,0xa0,0x24,0xda,0x22,0x2c,0x89,0x82,0x44,0xad,0xd7,0x39,0x5c,0x7f,0x7b,0x67,0x48,0x4a,0xa2,0x5e,0xec,0xeb,0xa1,0x1f,0xda,0x2c,0xb2,0xb2,0x39,0xc3,0xd1,0xf0,0x99,0xe1,0xcc,0x43,0xee,0xed,0x8b,0x9,0x21,0xe4,0x4b,0xcc,0x4b,0x52,0x8a,0xad,0x3c,0xd0,0x82,0x11,0xf8,0x9c,0xf0,0x90,0x65,0x25,0x8b,0x48,0x95,0x45,0xac,0x20,0x32,0x66,0xe4,0xe3,0x87,0x2f,0xe4,0x47,0x3d,0x3c,0x23,0x8f,0x8c,0xa9,0x41,0xa3,0x47,0xb6,0x3c,0x81,0x5f,0xa2,0x20,0x11,0x93,0x94,0x27,0xe5,0xc,0xad,0x3e,0x8a,0xaa,0x8,0xd9,0x86,0xc4,0x52,0xe6,0xe5,0xe6,0xf6,0x76,0xc7,0x65,0x5c,0x5,0xb3,0x50,0xa4,0xb7,0x65,0x4e,0x43,0x16,0x57,0x71,0x26,0x59,0x18,0xdf,0xfe,0x85,0xbf,0xe7,0x6f,0xab,0x70,0x3f,0x21,0x2f,0x6e,0x27,0xb7,0x2f,0xc8,0xf7,0x89,0x8,0x68,0x82,0x5f,0x26,0x81,0x88,0x8e,0xe4,0x97,0xc9,0x45,0x40,0xc3,0xfd,0xae,0x10,0xe0,0xce,0x86,0x5c,0xce,0x57,0xf3,0xfb,0x39,0x7b,0x9,0xef,0x48,0x69,0xb1,0xe3,0xd9,0x86,0xb8,0xf8,0x25,0x14,0x89,0x28,0x40,0x1c,0x6c,0xf1,0xe7,0xe5,0xe4,0x62,0x2b,0x32,0xe9,0x6c,0x69,0xca,0x93,0xe3,0x86,0x94,0x34,0x2b,0x9d,0x92,0x15,0x1c,0x24,0xbf,0x4e,0x26,0x29,0xe5,0x19,0x1a,0x3e,0xf0,0x48,0xc6,0x1b,0xb2,0x72,0x9f,0xe,0x30,0x43,0xdb,0x73,0x12,0xb6,0x95,0x1b,0x42,0x2b,0x29,0xda,0xb1,0x82,0xef,0xe2,0x66,0x10,0xc,0x94,0x2c,0x94,0x5c,0x28,0x1b,0x46,0x43,0x8a,0x7c,0x43,0x96,0x6e,0xfe,0xac,0xe4,0x5b,0x21,0x24,0x40,0xf7,0x8b,0x71,0xa3,0xe4,0x5f,0x1,0x8a,0xd9,0xfd,0x92,0xa5,0x60,0x53,0xb2,0x67,0xe9,0xd0,0x84,0xef,0xc0,0x77,0x40,0x10,0x14,0x5f,0x76,0xcd,0xcc,0x95,0x9a,0x19,0x9,0x84,0x94,0x22,0x35,0x83,0x60,0x3a,0xf6,0x7a,0x66,0xbd,0xd9,0xa2,0xb0,0x27,0x28,0x13,0x9e,0x1e,0xb2,0x90,0x9b,0x5c,0x5c,0xfa,0xdb,0xb9,0x37,0x5f,0xc1,0x70,0x4e,0xa3,0x88,0x67,0x3b,0x50,0x53,0xe,0x5f,0x4,0xa2,0x80,0x48,0x3b,0x5,0x8d,0x78,0x55,0x6e,0xc8,0xc2,0x1e,0xd4,0x70,0x94,0x22,0xe1,0x11,0xb9,0xf4,0xdd,0xd0,0x77,0x19,0x59,0x2a,0x5,0xe5,0xc3,0x81,0x69,0x68,0x3c,0x17,0xc2,0x70,0x91,0x30,0x9,0xcb,0x71,0x30,0xc2,0xca,0xfe,0xd2,0xe0,0x11,0xfb,0x3,0xa7,0xfd,0xff,0xc4,0x69,0xf2,0xbf,0xf4,0x79,0xde,0xf7,0xf9,0xff,0xdd,0xe3,0x84,0x6,0x2c,0x41,0xa7,0x13,0x9e,0x31,0x27,0x36,0x73,0x16,0xb,0x23,0xce,0xdb,0x74,0x85,0x64,0x84,0x5c,0xc4,0x9d,0x3,0xe3,0xb0,0xe9,0x3e,0xd1,0x27,0xbe,0xa3,0x2a,0xa5,0x3,0x5a,0xe0,0xe6,0xcb,0xe8,0x13,0xaa,0x47,0xbc,0xcc,0x13,0xa,0x3b,0x28,0x48,0x44,0xb8,0x3f,0xb9,0xd4,0x8e,0x93,0x81,0x48,0x22,0x34,0x4c,0x88,0xb2,0x42,0xd1,0x8e,0xd9,0x9e,0x3c,0x8b,0x61,0x13,0x4a,0xf5,0xda,0x59,0xca,0xb2,0x6a,0xb8,0xb,0x13,0x5e,0x2,0xe0,0xf2,0x98,0x30,0x47,0x1e,0x73,0x80,0x3d,0x13,0x19,0x7b,0xd9,0x3a,0xee,0xda,0xc8,0xba,0xb6,0xa0,0xde,0xb3,0x8d,0xcf,0xdb,0x84,0x29,0x4,0xe1,0xe1,0x44,0xbc,0xd0,0x7b,0x76,0x43,0xa,0x71,0xb0,0xb4,0xcc,0xc2,0x1a,0x87,0x12,0x6e,0xc3,0x84,0xa1,0x43,0x7c,0xf5,0x7,0xd7,0xb6,0xce,0x33,0x5,0xf3,0x70,0xfe,0x26,0xa1,0xb0,0x84,0x30,0xe6,0x49,0xa4,0x32,0x28,0x11,0x14,0x50,0x51,0x25,0xc4,0xd2,0x53,0xb0,0x34,0xb,0x99,0xdd,0xe9,0xda,0x30,0x96,0x23,0xed,0x94,0x4d,0x2c,0x9e,0x74,0x59,0xe9,0x84,0x61,0xe1,0x2f,0x16,0xb,0xaa,0x14,0x43,0x11,0xb1,0x81,0x3c,0xc,0x43,0x1b,0xb4,0xf9,0x58,0x36,0xea,0xc1,0x3,0xc,0x3a,0x41,0xc1,0xe8,0x7e,0x43,0xf6,0x8c,0xe5,0x50,0xa6,0x12,0xf2,0x7,0x9e,0xe6,0xa2,0x90,0x34,0x3,0xf7,0xeb,0x40,0x5e,0xba,0x3a,0x13,0xed,0x44,0xf3,0x1b,0x6f,0x21,0x3b,0x53,0x9e,0xd1,0x44,0x23,0xf9,0xdc,0x68,0x40,0xfa,0x3e,0xc5,0xdd,0x24,0x6a,0x73,0xa8,0xc9,0x57,0xf7,0xcc,0x76,0xc1,0xf5,0x3,0xa0,0x7,0x7,0x8b,0x7a,0x58,0x88,0x24,0xe9,0x6c,0xb4,0x7a,0x27,0xcc,0xe,0x31,0x97,0x8,0xc4,0xb0,0x31,0x28,0x29,0x2d,0x32,0x2b,0x2b,0x2f,0xb7,0xdb,0xd0,0x73,0xef,0xb4,0x2c,0xa2,0xd9,0x4e,0x63,0x5c,0x4b,0xdf,0xbb,0x8b,0xbb,0x85,0x91,0x96,0x55,0x18,0xb2,0xb2,0xb4,0xc5,0x8b,0xf9,0x9b,0xe5,0xda,0xd3,0xe2,0xbc,0xe0,0x90,0x39,0x47,0x5b,0xec,0xba,0xf7,0x7e,0x14,0x98,0xd9,0x2c,0x81,0x24,0x54,0x6e,0xd5,0x59,0x7f,0xbf,0x86,0xbc,0xb2,0x11,0x6,0x51,0x9b,0xde,0x1d,0x49,0x6b,0x81,0x45,0xda,0x46,0x37,0xb,0xee,0xef,0x16,0xf4,0x5e,0xab,0x85,0xd0,0x9b,0xf7,0x34,0x48,0x34,0x4,0x17,0x61,0x55,0x94,0xe8,0x4c,0x2e,0xb8,0x6e,0x37,0x4a,0x47,0xa7,0xa,0x88,0x3b,0xad,0x72,0xfa,0x0,0x9d,0x9b,0x3,0x2,0x9f,0xd8,0x61,0x7a,0x43,0xcc,0xb7,0x1b,0x92,0x8a,0x4c,0xa8,0xce,0xad,0x67,0x17,0xc,0xd2,0x5a,0xbb,0x41,0x48,0x37,0xc5,0x71,0xa4,0x93,0x18,0xde,0x4c,0xd7,0x49,0x14,0xc,0x5c,0xe9,0x76,0x85,0xe5,0xb0,0xc6,0x36,0x59,0xa5,0x5f,0xd9,0xec,0x1,0xb4,0xa6,0x5a,0x69,0xc4,0x42,0x51,0x50,0xbd,0xb7,0x75,0xb1,0x0,0xed,0xcb,0x52,0x52,0x59,0xa9,0x40,0x8d,0xf6,0x5b,0x35,0x28,0xb,0xe0,0x5,0xc0,0x5c,0xa0,0xbd,0x86,0x34,0xe7,0x12,0x94,0xbe,0x32,0x3b,0xa1,0x74,0x9,0x6e,0xd3,0x4,0x89,0x45,0x2e,0x4a,0xae,0x5f,0x56,0x4a,0x40,0xf9,0x88,0xc6,0xd0,0x4f,0xdc,0xf,0x5f,0x1d,0xe,0x9c,0xe9,0x19,0xc2,0x6a,0x2,0x11,0xb1,0xa0,0xda,0xed,0x8c,0xbf,0x1d,0x9c,0x2d,0x3c,0x4f,0x14,0xd5,0xd1,0xd,0xd0,0x6f,0x2a,0x3d,0x96,0x50,0x83,0x75,0xc9,0x22,0x2e,0x45,0xe1,0x98,0x84,0x74,0x82,0xa,0xe4,0x59,0x39,0x5a,0x8f,0x4e,0xe9,0xe6,0x7d,0xf0,0xda,0x29,0xd0,0x32,0x5e,0xe1,0x3f,0xf2,0xf0,0xc3,0xbb,0x87,0x3f,0xbf,0xf9,0xe9,0xaf,0xe6,0xab,0xa6,0x70,0xf,0x55,0x9,0xce,0x0,0x94,0x9a,0x26,0xaa,0xae,0x74,0x85,0x1f,0x43,0x0,0x0,0xa8,0x17,0x2b,0xae,0x51,0x73,0x16,0xc6,0x2c,0xdc,0xbf,0x11,0xcf,0xf,0xf5,0xf0,0x68,0xc7,0x69,0xf1,0x86,0x4,0x80,0x30,0x3f,0x59,0x11,0x32,0x7d,0x73,0xbe,0x1c,0xc3,0xc2,0xf3,0x75,0xf4,0xce,0x65,0x9c,0xaf,0x75,0xa0,0x77,0x5,0x7b,0x2e,0x9d,0xaa,0xc4,0xbe,0xaa,0xf6,0x58,0xd3,0x78,0x9c,0x54,0x7c,0x3d,0x21,0x28,0x47,0xc7,0xc7,0xc6,0xea,0xad,0x30,0xf7,0x4d,0x80,0x0,0xa6,0x1f,0x78,0xa4,0x11,0xa,0xa0,0x23,0xc1,0x9c,0x6f,0x4b,0x60,0xd0,0x5b,0x5a,0x25,0x92,0x28,0x64,0x2,0xf1,0x7c,0x2,0x26,0x9e,0xe5,0x95,0x54,0xfd,0xa3,0xc1,0x86,0x6,0x40,0x1e,0x2a,0x89,0xef,0x12,0xc8,0xb,0xe4,0x51,0x67,0xe4,0xd8,0xd6,0xc7,0x10,0x41,0x8d,0x87,0x2,0x49,0x61,0x3f,0x62,0xac,0x46,0x5e,0x8,0x60,0xee,0x4f,0xbe,0x42,0x25,0xfc,0x5a,0x41,0xa7,0x23,0xe0,0x5a,0x6b,0xf4,0xb5,0xc0,0x14,0x38,0xf3,0xad,0x4d,0x71,0xa7,0xde,0x4e,0xfe,0xfb,0x33,0x89,0xde,0x71,0x53,0xe5,0x4e,0xed,0xd4,0x2d,0x6c,0x31,0x1e,0x52,0xc8,0x58,0x72,0x15,0xf3,0x28,0x62,0x19,0x39,0xc4,0xf0,0x2b,0x13,0x6,0x37,0x16,0x5d,0x77,0x97,0xb1,0xa1,0x5b,0x59,0x97,0x74,0x0,0x21,0x3,0x1f,0xa7,0xd3,0x97,0x27,0x96,0xd6,0xe4,0x5f,0x53,0x4a,0xc0,0x8f,0xc7,0x58,0x1c,0xba,0x5e,0xe8,0x77,0x9a,0xf7,0x9d,0xb,0xd3,0xc6,0xe8,0xfc,0x6b,0xcc,0x9f,0x7e,0xb2,0xab,0xba,0x3c,0xb0,0x33,0x36,0x53,0xc3,0x6e,0x8a,0x80,0xa,0xc7,0x9d,0x8d,0xba,0x2e,0x16,0x6d,0xdf,0xb5,0x3a,0x6a,0x4d,0x33,0x55,0x8b,0x6c,0xd1,0x37,0x13,0x5d,0x64,0x2,0xea,0xbf,0x6b,0xed,0xb,0xab,0x50,0x16,0x2,0xa,0x2b,0xbb,0x5a,0x2c,0x23,0xb6,0xbb,0x36,0xbb,0xe0,0x8c,0xf8,0xb4,0x48,0x23,0xfb,0xee,0xf3,0xe7,0x9f,0x3e,0x2b,0xfc,0x62,0xae,0xa9,0xcb,0x30,0x0,0xb3,0x12,0xe1,0x1f,0xc0,0xd5,0x25,0x26,0x34,0x83,0xea,0x85,0xd1,0x74,0x32,0x9a,0xc2,0xce,0xde,0xd2,0x88,0x7d,0xc8,0x3a,0x82,0xa8,0xaa,0xdb,0x84,0x57,0x2a,0xc3,0xdf,0xed,0xd9,0x71,0x5b,0x80,0x7a,0x69,0xd4,0xf1,0x25,0xee,0x37,0xf8,0xbb,0xbb,0x8b,0x40,0xf7,0x2,0xc8,0x4b,0x4f,0xe2,0x29,0x9,0x1e,0x15,0x86,0x9c,0x6c,0xce,0x16,0xde,0xc2,0x4a,0x6e,0x7d,0x5c,0x0,0x58,0x23,0xa8,0x4e,0x2c,0x32,0xbd,0xc4,0x8,0xeb,0x8a,0x35,0xa4,0xba,0x60,0xdc,0xe6,0xcf,0x97,0x5e,0x48,0xd7,0x2c,0x50,0x2c,0xe1,0x74,0xef,0xb3,0x78,0x62,0xb7,0x75,0xd,0xa6,0xa8,0x13,0x3e,0xf6,0x6a,0xe3,0x56,0x1d,0x95,0x8f,0xc,0xd3,0xc,0xa3,0x92,0xe2,0xa7,0x7f,0xb6,0x4b,0x1b,0x23,0x9f,0xab,0xc5,0xdb,0x36,0xf3,0x10,0xa6,0x1e,0x93,0xcc,0x20,0xfc,0x14,0x89,0x1a,0x90,0x42,0xa7,0x55,0x6b,0xb9,0x2d,0xbe,0x2,0x72,0xa4,0x7d,0x43,0xaf,0xe3,0xd6,0x3d,0x6f,0x61,0xd2,0x12,0x3c,0xfc,0x23,0x81,0xd5,0x12,0xb1,0xd5,0xbb,0x12,0xd5,0x4b,0x2,0x7d,0x46,0x1c,0x20,0x40,0x57,0xea,0x1d,0xe4,0xc0,0x81,0xbc,0x6,0x8c,0x94,0x4c,0x92,0xe0,0xa8,0x14,0xff,0xf4,0xa8,0x4a,0x43,0xfb,0xd6,0x5d,0xc1,0x58,0x36,0x5c,0x93,0x45,0xe9,0xb4,0x1e,0x20,0x6,0xb4,0x70,0x84,0x75,0xbd,0x7f,0xfd,0x7a,0xe5,0xbd,0xb6,0x55,0x8b,0x51,0x76,0x66,0x93,0x48,0xad,0xf7,0x44,0x93,0xca,0x58,0xec,0x76,0xb3,0x75,0x5b,0xff,0xbe,0x20,0x87,0x2b,0xd1,0x65,0x69,0xd8,0x5c,0xf,0x66,0xb,0xd1,0x9a,0x37,0xf7,0xba,0xa0,0x6f,0x9f,0x2b,0x0,0xa8,0x84,0xe6,0x25,0x6c,0x8f,0xfa,0x93,0x7a,0x13,0x80,0xa5,0x39,0xa9,0x15,0x34,0xf5,0x70,0x70,0xc4,0xa8,0xdc,0x10,0x19,0x75,0xce,0x2c,0xea,0x48,0xb4,0xd2,0x5,0xc8,0x62,0x9,0xb8,0x88,0x61,0x6a,0x63,0xea,0x9b,0xe3,0xed,0x32,0xc2,0x1f,0x4d,0x3d,0xa2,0xa,0x18,0x94,0xb3,0xad,0x32,0x75,0x36,0x83,0x4a,0xa2,0x96,0x29,0xd,0x82,0x76,0xbe,0xac,0xeb,0x7c,0xf9,0x2e,0x5,0xbe,0x42,0x21,0xfc,0xc9,0x11,0x8f,0x0,0x18,0x3f,0xa,0x59,0x73,0x85,0x7,0xd,0xa3,0x7c,0xb7,0x2,0xc,0xaf,0x6f,0x60,0xc,0xc,0x44,0xec,0x89,0x87,0xac,0x2b,0x6a,0x67,0x74,0xa5,0x9e,0x8b,0x87,0x98,0x6b,0x78,0xfb,0xe4,0xa2,0x39,0x9f,0x36,0x54,0x5d,0x1f,0x50,0xb1,0x16,0xd4,0x17,0x48,0xb6,0xa8,0x5b,0x8e,0x50,0xb,0x2,0xf8,0x5e,0x14,0x21,0xac,0x47,0xaf,0x4a,0xa8,0x1e,0x15,0xe0,0xcd,0xd9,0xde,0xc,0x96,0xe0,0xc9,0x31,0x15,0x5,0xc3,0x18,0x5f,0x9c,0x82,0x3,0x7f,0xdf,0x90,0x53,0xd2,0x98,0xd1,0xe8,0xb4,0x14,0x2f,0xd1,0xce,0xcc,0x3d,0x2d,0x3a,0x63,0x53,0x95,0x96,0x21,0x53,0x33,0x6b,0xd6,0xbc,0x46,0x69,0xa2,0x6b,0xc,0x76,0xe6,0x15,0x70,0x4a,0xb5,0xf8,0x6e,0x71,0xbf,0x51,0xd7,0x86,0x54,0x1d,0xa9,0x78,0xc0,0x13,0xa8,0xaa,0xd7,0x67,0x81,0x40,0x7b,0xf5,0xeb,0x47,0xbb,0xb7,0x6e,0x85,0xce,0x3d,0xfc,0x53,0x89,0x69,0xfa,0x64,0x3b,0x80,0x3e,0x9e,0x5f,0x56,0xdd,0x25,0x4d,0x31,0x3e,0x3b,0x61,0x93,0xc9,0x58,0x9f,0xf4,0xaf,0x44,0x14,0x5d,0xeb,0xf9,0xa3,0x64,0x7e,0x9c,0xcd,0x9f,0x33,0xae,0x36,0x1b,0xe2,0xf9,0x86,0xc5,0xf4,0x89,0x11,0x9d,0x35,0x94,0x4c,0x81,0x2d,0x4e,0x15,0x4a,0x7d,0x57,0xfb,0x7b,0xce,0x6f,0xf6,0x9c,0xea,0xc2,0x39,0x2d,0x98,0xca,0xcd,0x71,0x4a,0xdd,0xab,0x42,0x9e,0xef,0x1a,0x4,0xbb,0x47,0xb9,0xb5,0x3e,0xa1,0x9d,0xf5,0x7c,0x13,0xb0,0x2d,0xe6,0xb4,0x59,0xc0,0x27,0xe8,0xde,0xc6,0x79,0x3b,0x2d,0xf4,0x1a,0xc6,0xc3,0x88,0xb5,0x4f,0xe4,0xb7,0xe8,0xa,0x51,0x85,0xb2,0x24,0x29,0x4f,0x79,0x48,0x8c,0x93,0x7a,0xae,0xa,0xf6,0xca,0xe,0xb4,0xf9,0x52,0x6f,0xe7,0x7a,0xd,0xf5,0xd2,0x8a,0xe,0x1f,0xba,0x50,0x14,0x48,0xdd,0xa3,0xa9,0x7b,0xa6,0x43,0x41,0xf3,0x26,0x8d,0x41,0xfc,0xa3,0x3a,0xb9,0x60,0xdf,0x88,0xa8,0xa4,0x30,0x70,0x2e,0x35,0x23,0x95,0xb,0x62,0xab,0x6e,0xad,0xae,0xbc,0x6b,0x1b,0x83,0x96,0x76,0x3e,0x88,0x34,0x85,0xda,0x33,0xfd,0x4d,0x4,0x6d,0x63,0xfe,0x9,0x63,0xef,0x9e,0x69,0x9a,0x27,0xec,0xf7,0x19,0x9b,0x9f,0x30,0xf6,0x96,0x41,0x31,0xe5,0x39,0xce,0x9c,0xd6,0xbc,0x6,0xa2,0xf0,0x1,0x39,0x6c,0xa9,0xea,0x65,0x7d,0x2e,0xc4,0x6e,0x4,0xf5,0x1e,0xb2,0xa9,0x43,0x4d,0x9a,0x9b,0xf7,0x82,0xe9,0xb3,0x15,0x50,0x10,0x38,0x20,0xab,0xc6,0xdf,0x6d,0x5a,0xfd,0x9b,0x9e,0xde,0xfd,0x4d,0x3f,0xad,0xc7,0xef,0x4d,0x4f,0xdf,0x43,0xfe,0x8e,0x9b,0xc,0xb0,0xfd,0x8c,0x27,0x41,0xf5,0xf6,0x66,0xf7,0x3c,0xd7,0xa7,0xbe,0xd3,0x52,0xc3,0x8b,0x4f,0x29,0x0,0x76,0x8a,0xfc,0xff,0x8c,0x90,0xbf,0x9a,0xe2,0x5f,0x48,0xa6,0x7f,0xef,0x34,0x4f,0x60,0xeb,0xc4,0xaf,0x5b,0x9a,0xad,0x8b,0xd0,0x6a,0xdd,0x1,0xb0,0xfd,0x3b,0xb,0x83,0x4f,0x3,0xae,0xf9,0xb,0xc1,0xd0,0x9a,0xc5,0x7,0xcd,0x71,0x10,0xc7,0x5b,0xe5,0x1b,0x13,0xdb,0x61,0x7b,0xf7,0xdd,0xff,0x32,0x22,0xfd,0xbb,0x6a,0x73,0x15,0x34,0x58,0x4b,0x95,0xe7,0xac,0x8,0x69,0x69,0xf3,0x5f,0x5f,0xd3,0xbd,0xda,0x4b,0xbd,0x8a,0xda,0xd7,0xdf,0xb8,0xb,0x1d,0xbf,0xf3,0x2,0x2a,0x28,0xb1,0x7a,0x74,0x79,0x54,0xb7,0x73,0x5b,0x3c,0xc2,0x5f,0x2f,0x7a,0xb7,0x73,0x7a,0x53,0x7c,0xff,0xf9,0xc3,0x5b,0xf2,0xf8,0xb7,0xc7,0x2f,0xef,0x3e,0x2a,0x92,0x5c,0xe8,0xe3,0xc9,0x68,0x59,0xed,0xf1,0x35,0xfb,0x8f,0x7,0xd,0x3,0xc6,0xf9,0x3f,0x87,0x9,0x2d,0xcb,0x7f,0xbc,0x9a,0x42,0xd8,0x75,0xfc,0xcd,0x45,0x8d,0xe6,0x53,0xfa,0xc6,0x2e,0x71,0xbc,0x1b,0xfd,0xf4,0xcd,0x73,0x6e,0x9e,0xb,0xf3,0x5c,0x9a,0xe7,0xca,0x3c,0xef,0xcc,0x73,0x6d,0x9e,0xf7,0xe6,0xe9,0xb9,0xf5,0x87,0xda,0xa2,0xe7,0x2b,0xd2,0x55,0x33,0x9a,0xd5,0x37,0x8d,0x6f,0x9b,0xe6,0xd8,0x49,0x48,0xe7,0x4,0x4d,0xda,0x7e,0xae,0x6a,0x8d,0xfa,0x43,0x5c,0xc2,0x68,0x81,0xbb,0x41,0xc6,0xda,0x80,0x3e,0xa3,0x3b,0x65,0xaa,0xe6,0xf,0x4f,0x77,0x27,0xf9,0x5c,0x4b,0xfe,0xfc,0x5,0x4b,0xaf,0xd5,0x74,0xed,0xa9,0xb9,0xfd,0xab,0x89,0xef,0x6c,0x3e,0xff,0x6,0x5f,0xd,0xc6,0x8c,0x86,0xdf,0xd5,0xf0,0xfc,0xd9,0x6a,0xd5,0x53,0x99,0x77,0x55,0x7c,0xaf,0x27,0x5f,0xf4,0xe4,0xf7,0xc3,0xb7,0x2c,0xbb,0x2a,0xf3,0xbb,0xe1,0x5b,0x56,0x3d,0x57,0xfb,0xf2,0xbb,0xae,0x7c,0x39,0xb2,0x96,0x75,0x57,0x65,0x35,0xb2,0x96,0xfb,0xae,0xca,0x5d,0x7f,0x2d,0x9e,0xdb,0x53,0x18,0x59,0x8c,0xd7,0x43,0x75,0x3d,0xb2,0x1a,0xaf,0x87,0xeb,0xbd,0xad,0xd0,0x8d,0xb3,0x15,0x69,0x43,0xf,0x51,0xef,0xd7,0xc9,0xbf,0x1,0xd0,0x13,0xdc,0x1d,0x74,0x1e,0x0,0x0 }; -const uint8_t terminal_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0x8d,0x55,0x6d,0x6b,0xdb,0x30,0x10,0xfe,0xec,0xfc,0xa,0x55,0xfb,0xb2,0x41,0x1d,0x77,0x2d,0x8c,0xae,0x28,0x81,0xd1,0x17,0x18,0x6c,0x6c,0x90,0x8c,0xb1,0x4f,0x43,0x91,0x2f,0x91,0x56,0x59,0x32,0x92,0x9c,0x34,0xd0,0x1f,0xbf,0x93,0x65,0x27,0x4e,0x9b,0x6e,0xd,0x89,0xad,0x3b,0xdd,0x73,0xa7,0x7b,0xee,0x74,0x61,0x27,0x79,0x3e,0xca,0xe6,0x52,0x79,0xe2,0xed,0x32,0x6c,0xb8,0x3,0x82,0x6b,0xad,0x4,0x18,0xf,0x25,0x69,0x4c,0x9,0x8e,0x4,0x9,0xe4,0xeb,0xe7,0x39,0xf9,0x92,0xd4,0x63,0x32,0x3,0x68,0x95,0x9d,0x1d,0x59,0x2a,0x8d,0xf,0xeb,0x48,0x9,0x81,0x2b,0xed,0xc7,0xa3,0x6c,0x66,0x1b,0x27,0xe0,0x8a,0xc8,0x10,0x6a,0x7f,0x55,0x14,0x2b,0x15,0x64,0xb3,0x18,0xb,0x5b,0x15,0xbe,0xe6,0x2,0x64,0x23,0x4d,0x0,0x21,0x8b,0x9f,0xea,0x4e,0xdd,0x34,0xe2,0x7e,0x94,0xe7,0xd3,0x11,0x3b,0xb9,0xf9,0x76,0x3d,0xff,0xf5,0xfd,0x16,0x71,0x95,0x46,0x39,0xbd,0x8,0x7e,0x98,0x4,0x5e,0xa6,0x65,0x2b,0x56,0x18,0x8a,0x8,0xc9,0x9d,0x87,0x30,0xa1,0x3f,0xe6,0x77,0xf9,0x25,0x7d,0xba,0x6d,0x78,0x5,0x13,0xba,0x56,0xb0,0xa9,0xad,0xb,0x94,0x8,0x8b,0x31,0xd,0x9a,0x6f,0x54,0x19,0xe4,0xa4,0x84,0x35,0x26,0x90,0xb7,0xc2,0x29,0x51,0x46,0x5,0xc5,0x75,0xee,0x5,0xd7,0x30,0x39,0x1b,0x5f,0x9e,0x92,0xa,0x75,0x15,0xaa,0x1a,0xf5,0x82,0x6b,0x24,0xa1,0x82,0x5c,0x58,0x6d,0xdd,0xc0,0xfb,0x9b,0x8b,0xf,0x17,0x1f,0x2f,0x6e,0x11,0x73,0x14,0x54,0x82,0x17,0x4e,0xd5,0x41,0x59,0x33,0x0,0x45,0x1e,0x48,0x24,0x62,0x18,0x2a,0xa8,0xa0,0x61,0xba,0xdb,0x22,0x8f,0x64,0xe,0xe,0x4f,0xc5,0x35,0x2b,0xd2,0xde,0x20,0x84,0x56,0xe6,0x9e,0x38,0xd0,0x13,0xea,0xc3,0x56,0x83,0x97,0x0,0x98,0x73,0xd8,0xd6,0xf1,0xa0,0xf0,0x10,0xa,0xe1,0x3d,0x25,0xd2,0xc1,0xb2,0xb3,0x18,0x47,0xc5,0x20,0x5a,0x3a,0x16,0xf1,0x4e,0xa0,0x41,0xbb,0x1e,0xff,0x41,0x3,0x56,0x24,0xe1,0x5,0xcb,0xd0,0x9d,0xe8,0x88,0x2d,0x2b,0xfa,0xa2,0x65,0x6c,0x61,0xcb,0xed,0xc0,0x83,0xe1,0xeb,0xbd,0xd4,0x6a,0x1a,0x4d,0x84,0xe6,0xde,0x4f,0x68,0x5,0xa6,0xa1,0x87,0xbb,0x5d,0x82,0x53,0xc6,0xbb,0x4,0x14,0x76,0xe6,0xc3,0x38,0xb6,0x7,0xdd,0xf3,0xc3,0xa,0x8e,0x27,0x40,0xb3,0x7f,0x63,0xb1,0x63,0x82,0x32,0x2b,0xdf,0xc1,0x67,0x9d,0xf8,0x4a,0xf4,0x2e,0xdf,0x84,0xde,0x17,0xe4,0x55,0x68,0xe1,0xa0,0x54,0xa1,0xf,0xfd,0x69,0x61,0x9b,0x70,0x1c,0xc9,0x8a,0x46,0xf,0xf8,0x2a,0x5a,0xc2,0xb2,0x8c,0x95,0x6a,0x4d,0x54,0x19,0x2b,0xc8,0x43,0xd3,0x32,0x8e,0x9a,0x76,0xa7,0xe2,0xca,0xc4,0x45,0xc6,0x3c,0x88,0xd8,0x5d,0xad,0x90,0x31,0x79,0x3e,0x38,0x24,0xa,0x49,0x1b,0xfd,0x74,0x7c,0x3b,0xbb,0xa1,0x49,0x9b,0x31,0x65,0xea,0x26,0xc,0x9a,0x86,0xf6,0x46,0xbe,0xb2,0x36,0x48,0xda,0xc6,0x6e,0x8d,0x28,0x59,0x73,0xdd,0xa0,0x99,0x4,0x5d,0xef,0xf0,0x8b,0x26,0x4,0x6b,0x7a,0x50,0xed,0xf0,0xfe,0xb8,0x6d,0x42,0x79,0x30,0x25,0x9d,0xc6,0x27,0x2b,0x92,0xd9,0x71,0x10,0x4e,0x21,0x93,0x10,0x42,0x3,0x77,0x74,0xda,0xbe,0xfe,0x83,0x91,0x2a,0x40,0x2,0x39,0xc0,0x3b,0x65,0x90,0x1,0x3a,0xdd,0x2d,0xf,0xc1,0x3b,0xca,0x5e,0xa6,0xa1,0x67,0x19,0xcb,0xd3,0xa6,0xda,0x99,0xf4,0xb5,0x1f,0xd0,0x3e,0x74,0x87,0xdd,0xbf,0x67,0x9e,0x15,0xa9,0x20,0xbb,0x12,0x2e,0x91,0x40,0x70,0x4f,0xaa,0xdc,0xf7,0xc5,0xab,0xe7,0x24,0xde,0x68,0xee,0x56,0x71,0xe6,0xfd,0x5e,0x68,0x6e,0x70,0x5c,0xa4,0x51,0x1b,0xbb,0xe8,0xd0,0xf5,0xc2,0x4d,0xe3,0xef,0x50,0x89,0x4e,0x4d,0x9b,0xd9,0x1a,0x9c,0x8f,0x13,0x28,0x5e,0x59,0xd4,0x3d,0x37,0xbd,0xb6,0xf5,0xd6,0xa9,0x95,0xc,0xe4,0xad,0x78,0x47,0xce,0xcf,0xce,0xdf,0x93,0x59,0x7f,0x22,0x1c,0x43,0x42,0x1a,0x1c,0x7b,0x2b,0x5,0xfe,0x79,0x90,0xa7,0x49,0xed,0x32,0x89,0x79,0x3d,0x4f,0xe0,0x60,0xfb,0x20,0xf,0x56,0xec,0x49,0x43,0x42,0xd3,0xc,0xc1,0x26,0xee,0xfe,0x15,0xf0,0xfb,0x17,0xc,0x38,0x3e,0x56,0xc2,0x6,0x0,0x0 }; +const uint8_t terminal_html[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0x8d,0x55,0x6d,0x6b,0xdb,0x30,0x10,0xfe,0xec,0xfc,0xa,0x55,0xfb,0xb2,0x41,0x1d,0x77,0x2d,0x8c,0xae,0x28,0x81,0xd1,0x17,0x18,0x6c,0x6c,0x90,0x8c,0xb1,0x4f,0x43,0x91,0x2f,0x91,0x56,0x59,0x32,0x92,0x9c,0x34,0xd0,0x1f,0xbf,0x93,0x65,0x27,0x4e,0x9b,0x6e,0xd,0x89,0xad,0x3b,0xdd,0x73,0xa7,0x7b,0xee,0x74,0x61,0x27,0x79,0x3e,0xca,0xe6,0x52,0x79,0xe2,0xed,0x32,0x6c,0xb8,0x3,0x82,0x6b,0xad,0x4,0x18,0xf,0x25,0x69,0x4c,0x9,0x8e,0x4,0x9,0xe4,0xeb,0xe7,0x39,0xf9,0x92,0xd4,0x63,0x32,0x3,0x68,0x95,0x9d,0x1d,0x59,0x2a,0x8d,0xf,0xeb,0x48,0x9,0x81,0x2b,0xed,0xc7,0xa3,0x6c,0x66,0x1b,0x27,0xe0,0x8a,0xc8,0x10,0x6a,0x7f,0x55,0x14,0x2b,0x15,0x64,0xb3,0x18,0xb,0x5b,0x15,0xbe,0xe6,0x2,0x64,0x23,0x4d,0x0,0x21,0x8b,0x9f,0xea,0x4e,0xdd,0x34,0xe2,0x7e,0x94,0xe7,0xd3,0x11,0x3b,0xb9,0xf9,0x76,0x3d,0xff,0xf5,0xfd,0x16,0x71,0x95,0x46,0x39,0xbd,0x8,0x7e,0x98,0x4,0x5e,0xa6,0x65,0x2b,0x56,0x18,0x8a,0x8,0xc9,0x9d,0x87,0x30,0xa1,0x3f,0xe6,0x77,0xf9,0x25,0x7d,0xba,0x6d,0x78,0x5,0x13,0xba,0x56,0xb0,0xa9,0xad,0xb,0x94,0x8,0x8b,0x31,0xd,0x9a,0x6f,0x54,0x19,0xe4,0xa4,0x84,0x35,0x26,0x90,0xb7,0xc2,0x29,0x51,0x46,0x5,0xc5,0x75,0xee,0x5,0xd7,0x30,0x39,0x1b,0x5f,0x9e,0x92,0xa,0x75,0x15,0xaa,0x1a,0xf5,0x82,0x6b,0x24,0xa1,0x82,0x5c,0x58,0x6d,0xdd,0xc0,0xfb,0x9b,0x8b,0xf,0x17,0x1f,0x2f,0x6e,0x11,0x73,0x14,0x54,0x82,0x17,0x4e,0xd5,0x41,0x59,0x33,0x0,0x45,0x1e,0x48,0x24,0x62,0x18,0x2a,0xa8,0xa0,0x61,0xba,0xdb,0x22,0x8f,0x64,0xe,0xe,0x4f,0xc5,0x35,0x2b,0xd2,0xde,0x20,0x84,0x56,0xe6,0x9e,0x38,0xd0,0x13,0xea,0xc3,0x56,0x83,0x97,0x0,0x98,0x73,0xd8,0xd6,0xf1,0xa0,0xf0,0x10,0xa,0xe1,0x3d,0x25,0xd2,0xc1,0xb2,0xb3,0x18,0x47,0xc5,0x20,0x5a,0x3a,0x16,0xf1,0x4e,0xa0,0x41,0xbb,0x1e,0xff,0x41,0x3,0x56,0x24,0xe1,0x5,0xcb,0xd0,0x9d,0xe8,0x88,0x2d,0x2b,0xfa,0xa2,0x65,0x6c,0x61,0xcb,0xed,0xc0,0x83,0xe1,0xeb,0xbd,0xd4,0x6a,0x1a,0x4d,0x84,0xe6,0xde,0x4f,0x68,0x5,0xa6,0xa1,0x87,0xbb,0x5d,0x82,0x53,0xc6,0xbb,0x4,0x14,0x76,0xe6,0xc3,0x38,0xb6,0x7,0xdd,0xf3,0xc3,0xa,0x8e,0x27,0x40,0xb3,0x7f,0x63,0xb1,0x63,0x82,0x32,0x2b,0xdf,0xc1,0x67,0x9d,0xf8,0x4a,0xf4,0x2e,0xdf,0x84,0xde,0x17,0xe4,0x55,0x68,0xe1,0xa0,0x54,0xa1,0xf,0xfd,0x69,0x61,0x9b,0x70,0x1c,0xc9,0x8a,0x46,0xf,0xf8,0x2a,0x5a,0xc2,0xb2,0x8c,0x95,0x6a,0x4d,0x54,0x19,0x2b,0xc8,0x43,0xd3,0x32,0x8e,0x9a,0x76,0xa7,0xe2,0xca,0xc4,0x45,0xc6,0x3c,0x88,0xd8,0x5d,0xad,0x90,0x31,0x79,0x3e,0x38,0x24,0xa,0x49,0x1b,0xfd,0x74,0x7c,0x3b,0xbb,0xa1,0x49,0x9b,0x31,0x65,0xea,0x26,0xc,0x9a,0x86,0xf6,0x46,0xbe,0xb2,0x36,0x48,0xda,0xc6,0x6e,0x8d,0x28,0x59,0x73,0xdd,0xa0,0x99,0x4,0x5d,0xef,0xf0,0x8b,0x26,0x4,0x6b,0x7a,0x50,0xed,0xf0,0xfe,0xb8,0x6d,0x42,0x79,0x30,0x25,0x9d,0xc6,0x27,0x2b,0x92,0xd9,0x71,0x10,0x4e,0x21,0x93,0x10,0x42,0x3,0x77,0x74,0xda,0xbe,0xfe,0x83,0x91,0x2a,0x40,0x2,0x39,0xc0,0x3b,0x65,0x90,0x1,0x3a,0xdd,0x2d,0xf,0xc1,0x3b,0xca,0x5e,0xa6,0xa1,0x67,0x19,0xcb,0xd3,0xa6,0xda,0x99,0xf4,0xb5,0x1f,0xd0,0x3e,0x74,0x87,0xdd,0xbf,0x67,0x9e,0x15,0xa9,0x20,0xbb,0x12,0x2e,0x91,0x40,0x70,0x4f,0xaa,0xdc,0xf7,0xc5,0xab,0xe7,0x24,0xde,0x68,0xee,0x56,0x71,0xe6,0xfd,0x5e,0x68,0x6e,0x70,0x5c,0xa4,0x51,0x1b,0xbb,0xe8,0xd0,0xf5,0xc2,0x4d,0xe3,0xef,0x50,0x89,0x4e,0x4d,0x9b,0xd9,0x1a,0x9c,0x8f,0x13,0x28,0x5e,0x59,0xd4,0x3d,0x37,0xbd,0xb6,0xf5,0xd6,0xa9,0x95,0xc,0xe4,0xad,0x78,0x47,0xce,0xcf,0xce,0xdf,0x93,0x59,0x7f,0x22,0x1c,0x43,0x42,0x1a,0x1c,0x7b,0x2b,0x5,0xfe,0x79,0x90,0xa7,0x49,0xed,0x32,0x89,0x79,0x3d,0x4f,0xe0,0x60,0xfb,0x20,0xf,0x56,0xec,0x49,0x43,0x42,0xd3,0xc,0xc1,0x26,0xee,0xfe,0x15,0xf0,0xfb,0x17,0xc,0x38,0x3e,0x56,0xc2,0x6,0x0,0x0 }; -const uint8_t terminal_js[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x69,0x6b,0xf0,0x61,0x2,0xff,0x7d,0x51,0xc1,0x6a,0x2,0x31,0x14,0xbc,0xef,0x57,0x3c,0xd2,0xcb,0x5a,0xcb,0xe6,0xae,0xb5,0x50,0x68,0x8b,0x5,0x3d,0x29,0x78,0x29,0x94,0x98,0x3c,0x77,0x83,0x31,0x59,0x92,0x17,0x3d,0x14,0xff,0xbd,0xcf,0x75,0x8b,0x6d,0xb1,0xcd,0x21,0x24,0x93,0x99,0x61,0xe6,0x45,0xde,0x16,0x0,0xb0,0x6c,0x6c,0x82,0x14,0x36,0x74,0x50,0x11,0x81,0xcf,0xce,0x6a,0xf4,0x9,0xd,0x64,0x6f,0x30,0x2,0x35,0x8,0xf3,0xd7,0x25,0xcc,0xce,0x70,0x5,0xb,0xc4,0xe,0xec,0x79,0xb0,0xb1,0x8e,0xb7,0x10,0xc1,0x20,0x29,0xeb,0x52,0x75,0x72,0x5d,0x84,0x1c,0x35,0x8e,0xa0,0x21,0x6a,0xd3,0x48,0xca,0xda,0x52,0x93,0xd7,0x95,0xe,0x3b,0x99,0x5a,0xa5,0xb1,0xc9,0x8d,0x27,0xd4,0x8d,0x5c,0xd9,0x17,0xfb,0x94,0xf5,0xb6,0x80,0x5b,0x59,0x48,0x9,0x93,0xd3,0x82,0x15,0xae,0x17,0x41,0x6f,0x91,0xe0,0x51,0x93,0xd,0x3e,0xf5,0xb8,0x94,0xc5,0x26,0xfb,0xe,0x82,0x43,0x7a,0xd7,0xc1,0x7b,0xd4,0x84,0xa6,0x1c,0xc0,0xc7,0xb1,0xb8,0xe8,0x17,0xa4,0x22,0xe5,0xf6,0xa2,0x3a,0x58,0x6f,0xc2,0xa1,0x52,0xc6,0x3c,0xef,0xd1,0xd3,0xcc,0x26,0x42,0x8f,0xb1,0x14,0x2e,0x28,0x23,0xee,0xe0,0xcb,0xf5,0x64,0xc4,0xf9,0x9f,0x4b,0x91,0xd0,0x1b,0x31,0xa8,0x82,0xd7,0x5c,0x74,0xb,0x93,0xdf,0x14,0x80,0xbd,0x8a,0x60,0x7d,0x9b,0x89,0x1f,0x59,0xd0,0x1d,0x59,0xb1,0x57,0x2e,0xe3,0xb8,0xe8,0x28,0xc,0x87,0x4c,0x67,0xdc,0x72,0xd6,0x38,0x5d,0xce,0x67,0x30,0x9c,0x80,0xb8,0x1,0x1,0xc3,0x5e,0x3e,0x4,0x71,0xbf,0x8e,0xf,0xe2,0x22,0x8a,0xd8,0x57,0xfb,0x91,0x80,0x1b,0x5b,0x6f,0xa9,0xa7,0xf1,0xed,0x94,0xb1,0xec,0x3c,0xbe,0x35,0xd8,0xa5,0xfa,0x2b,0x21,0x80,0xb,0x75,0x7,0x8c,0xfb,0xfb,0x9f,0x81,0x98,0x54,0x45,0x6c,0x1d,0xff,0x4d,0x29,0xdf,0xbc,0xac,0xef,0xfa,0x50,0x57,0xa5,0x49,0xc7,0xe0,0xdc,0x32,0xb4,0xe7,0xea,0xbf,0xf0,0x29,0xda,0xba,0xa1,0xb3,0xee,0xd8,0xe9,0x8f,0x5d,0x66,0x66,0x6a,0x87,0x2a,0xfe,0x3f,0xd6,0xeb,0x11,0x79,0x64,0xe2,0xe2,0xd4,0x4f,0xa2,0x64,0xf3,0x23,0x57,0x57,0x2e,0xe1,0x60,0xfc,0x9,0x18,0xf4,0xe2,0x64,0xd0,0x2,0x0,0x0 }; +const uint8_t terminal_js[] PROGMEM = { 0x1f,0x8b,0x8,0x0,0x46,0xb6,0xc3,0x66,0x2,0xff,0x7d,0x51,0xc1,0x6a,0x2,0x31,0x14,0xbc,0xef,0x57,0x3c,0xd2,0xcb,0x5a,0xcb,0xe6,0xae,0xb5,0x50,0x68,0x8b,0x5,0x3d,0x29,0x78,0x29,0x94,0x98,0x3c,0x77,0x83,0x31,0x59,0x92,0x17,0x3d,0x14,0xff,0xbd,0xcf,0x75,0x8b,0x6d,0xb1,0xcd,0x21,0x24,0x93,0x99,0x61,0xe6,0x45,0xde,0x16,0x0,0xb0,0x6c,0x6c,0x82,0x14,0x36,0x74,0x50,0x11,0x81,0xcf,0xce,0x6a,0xf4,0x9,0xd,0x64,0x6f,0x30,0x2,0x35,0x8,0xf3,0xd7,0x25,0xcc,0xce,0x70,0x5,0xb,0xc4,0xe,0xec,0x79,0xb0,0xb1,0x8e,0xb7,0x10,0xc1,0x20,0x29,0xeb,0x52,0x75,0x72,0x5d,0x84,0x1c,0x35,0x8e,0xa0,0x21,0x6a,0xd3,0x48,0xca,0xda,0x52,0x93,0xd7,0x95,0xe,0x3b,0x99,0x5a,0xa5,0xb1,0xc9,0x8d,0x27,0xd4,0x8d,0x5c,0xd9,0x17,0xfb,0x94,0xf5,0xb6,0x80,0x5b,0x59,0x48,0x9,0x93,0xd3,0x82,0x15,0xae,0x17,0x41,0x6f,0x91,0xe0,0x51,0x93,0xd,0x3e,0xf5,0xb8,0x94,0xc5,0x26,0xfb,0xe,0x82,0x43,0x7a,0xd7,0xc1,0x7b,0xd4,0x84,0xa6,0x1c,0xc0,0xc7,0xb1,0xb8,0xe8,0x17,0xa4,0x22,0xe5,0xf6,0xa2,0x3a,0x58,0x6f,0xc2,0xa1,0x52,0xc6,0x3c,0xef,0xd1,0xd3,0xcc,0x26,0x42,0x8f,0xb1,0x14,0x2e,0x28,0x23,0xee,0xe0,0xcb,0xf5,0x64,0xc4,0xf9,0x9f,0x4b,0x91,0xd0,0x1b,0x31,0xa8,0x82,0xd7,0x5c,0x74,0xb,0x93,0xdf,0x14,0x80,0xbd,0x8a,0x60,0x7d,0x9b,0x89,0x1f,0x59,0xd0,0x1d,0x59,0xb1,0x57,0x2e,0xe3,0xb8,0xe8,0x28,0xc,0x87,0x4c,0x67,0xdc,0x72,0xd6,0x38,0x5d,0xce,0x67,0x30,0x9c,0x80,0xb8,0x1,0x1,0xc3,0x5e,0x3e,0x4,0x71,0xbf,0x8e,0xf,0xe2,0x22,0x8a,0xd8,0x57,0xfb,0x91,0x80,0x1b,0x5b,0x6f,0xa9,0xa7,0xf1,0xed,0x94,0xb1,0xec,0x3c,0xbe,0x35,0xd8,0xa5,0xfa,0x2b,0x21,0x80,0xb,0x75,0x7,0x8c,0xfb,0xfb,0x9f,0x81,0x98,0x54,0x45,0x6c,0x1d,0xff,0x4d,0x29,0xdf,0xbc,0xac,0xef,0xfa,0x50,0x57,0xa5,0x49,0xc7,0xe0,0xdc,0x32,0xb4,0xe7,0xea,0xbf,0xf0,0x29,0xda,0xba,0xa1,0xb3,0xee,0xd8,0xe9,0x8f,0x5d,0x66,0x66,0x6a,0x87,0x2a,0xfe,0x3f,0xd6,0xeb,0x11,0x79,0x64,0xe2,0xe2,0xd4,0x4f,0xa2,0x64,0xf3,0x23,0x57,0x57,0x2e,0xe1,0x60,0xfc,0x9,0x18,0xf4,0xe2,0x64,0xd0,0x2,0x0,0x0 }; diff --git a/esp_duck/webserver.cpp b/esp_duck/webserver.cpp index ac29ea66..f1d9b82f 100644 --- a/esp_duck/webserver.cpp +++ b/esp_duck/webserver.cpp @@ -79,15 +79,50 @@ namespace webserver { // ===== PUBLIC ===== // void begin() { - // Access Point + // Set hostname for the device WiFi.hostname(HOSTNAME); - // WiFi.mode(WIFI_AP_STA); - WiFi.softAP(settings::getSSID(), settings::getPassword(), settings::getChannelNum()); - WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0)); - debugf("Started Access Point \"%s\":\"%s\"\n", settings::getSSID(), settings::getPassword()); + // Determine mode based on channel setting or another configuration parameter + if (strcmp(settings::getMODE(), "STA") == 0) { + WiFi.mode(WIFI_STA); // Set WiFi to station mode + debugf("Attempting to connect to WiFi..."); + + int connectionAttempts = 0; + while (connectionAttempts < 10) { + WiFi.begin(settings::getSSID(), settings::getPassword()); // Attempt to connect + + // Wait for the connection to establish + if (WiFi.waitForConnectResult() == WL_CONNECTED) { + debugf("Connected to WiFi successfully!"); + IPAddress ip = WiFi.localIP(); // Get the local IP address + debugf("IP Address: %s\n", ip.toString().c_str()); // Print the IP address + break; // Exit loop if connected + } else { + connectionAttempts++; + debugf("Connection attempt %d failed, retrying...\n", connectionAttempts); + + // Delay before the next connection attempt + delay(10000); // 10 seconds + } + } + + // If connection failed after all attempts + if (connectionAttempts >= 10) { + debugf("Failed to connect after 10 attempts. Starting AP..."); + WiFi.softAP(settings::getSSID(), settings::getPassword()); + WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0)); + } + } else { + // Default to AP mode + debugf("Mode is set to AP (Access Point Mode). Setting up AP..."); + WiFi.mode(WIFI_AP); + WiFi.softAP(settings::getSSID(), settings::getPassword()); + WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0)); + } + + debugf("\"%s\" Mode SSID \"%s\":\"%s\"\n", settings::getMODE(), settings::getSSID(), settings::getPassword()); - // Webserver + // Continue with the Web server initialization... server.on("/", HTTP_GET, [](AsyncWebServerRequest* request) { request->redirect("/index.html"); }); diff --git a/web/script.js b/web/script.js index 91321dde..fdcb65e2 100644 --- a/web/script.js +++ b/web/script.js @@ -114,8 +114,7 @@ function ws_update_status() { function ws_init() { status("connecting..."); - ws = new WebSocket("ws://192.168.4.1/ws"); - + ws = new WebSocket("ws://" + location.host + "/ws"); ws.onopen = function(event) { log_ws("connected"); status("connected"); diff --git a/web/settings.html b/web/settings.html index fc8e0a6e..be83315a 100644 --- a/web/settings.html +++ b/web/settings.html @@ -31,6 +31,11 @@

WiFi

Restart the device to apply new settings.

+ + + + + diff --git a/web/settings.js b/web/settings.js index 4ec35cf8..d3264e57 100644 --- a/web/settings.js +++ b/web/settings.js @@ -7,11 +7,13 @@ function load_settings() { ws_send("settings", function(msg) { var lines = msg.split(/\n/); - var ssid = lines[0].split("=")[1]; - var password = lines[1].split("=")[1]; - var channel = lines[2].split("=")[1]; - var autorun = lines[3].split("=")[1]; + var mode = lines[0].split("=")[1]; + var ssid = lines[1].split("=")[1]; + var password = lines[2].split("=")[1]; + var channel = lines[3].split("=")[1]; + var autorun = lines[4].split("=")[1]; + E("mode").innerHTML = mode; E("ssid").innerHTML = ssid; E("password").innerHTML = password; E("channel").innerHTML = channel; @@ -27,6 +29,20 @@ function ws_connected() { // ===== Startup ===== // window.addEventListener("load", function() { + E("edit_mode").onclick = function() { + var newssid = prompt("MODE (1-11 chars)", E("mode").innerHTML); + + if (newssid) { + if (newssid.length >= 1 && newssid.length <= 11) { + ws_send("set mode \"" + newssid + "\"", function(msg) { + load_settings(); + }); + } else { + alert("ERROR: Invalid length"); + } + } + }; + E("edit_ssid").onclick = function() { var newssid = prompt("SSID (1-32 chars)", E("ssid").innerHTML);
MODE:
SSID: