Date controlled timed presets.

This commit is contained in:
Blaz Kristan 2021-12-25 18:46:43 +01:00
parent a59f56d852
commit 36b196dd93
9 changed files with 420 additions and 292 deletions

View File

@ -379,7 +379,10 @@ bool deserializeConfig(JsonObject doc, bool fromFS) {
int act = timer["en"] | actPrev;
if (act) timerWeekday[it]++;
}
if (it<8) {
CJSON(timerMonth[it], timer[F("mon")]);
CJSON(timerDay[it], timer[F("day")]);
}
it++;
}
@ -746,6 +749,10 @@ void serializeConfig() {
timers_ins0["min"] = timerMinutes[i];
timers_ins0["macro"] = timerMacro[i];
timers_ins0[F("dow")] = timerWeekday[i] >> 1;
if (i<8) {
timers_ins0[F("mon")] = timerMonth[i];
timers_ins0[F("day")] = timerDay[i];
}
}
JsonObject ota = doc.createNestedObject("ota");

View File

@ -516,7 +516,7 @@ ${i+1}:
<option value=7>9-key red</option>
<option value=8>JSON remote</option>
</select><span style="cursor: pointer;" onclick="off('IR')">&nbsp;&#215;</span><br>
<div id="json" style="display:none;">JSON file: <input type="file" name="data" accept=".json"> <input type="button" class="btn" value="Upload" onclick="uploadFile('/ir.json');"><br></div>
<div id="json" style="display:none;">JSON file: <input type="file" name="data" accept=".json"><button type="button" class="sml" onclick="uploadFile('/ir.json')">Upload</button><br></div>
<a href="https://kno.wled.ge/interfaces/infrared/" target="_blank">IR info</a><br>
Relay GPIO: <input type="number" min="-1" max="33" name="RL" onchange="UI()" class="xs"> Invert <input type="checkbox" name="RM"><span style="cursor: pointer;" onclick="off('RL')">&nbsp;&#215;</span><br>
<hr style="width:260px">
@ -564,7 +564,7 @@ ${i+1}:
<option value="3">None (not recommended)</option>
</select><br>
<hr style="width:260px">
<div id="cfg">Config template: <input type="file" name="data2" accept=".json"> <input type="button" class="btn" value="Apply" onclick="loadCfg(d.Sf.data2);"><br></div>
<div id="cfg">Config template: <input type="file" name="data2" accept=".json"><button type="button" class="sml" onclick="loadCfg(d.Sf.data2)">Apply</button><br></div>
<hr>
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>
</form>

View File

@ -23,6 +23,12 @@
{
return d.getElementById(s);
}
function expand(o,i)
{
o.classList.toggle("exp");
var t = gId("WD"+i);
t.style.display = t.style.display!=="none" ? "none" : "";
}
function Cs()
{
gId("cac").style.display="none";
@ -44,25 +50,73 @@
}
function BTa()
{
var ih="<tr><th>En.</th><th>Hour</th><th>Minute</th><th>Preset</th><th>M</th><th>T</th><th>W</th><th>T</th><th>F</th><th>S</th><th>S</th></tr>";
for (i=0;i<8;i++)
{
ih+="<tr><td><input name=\"W"+i+"\" id=\"W"+i+"\" type=\"hidden\"><input id=\"W"+i+"0\" type=\"checkbox\"></td><td><input name=\"H"+i+"\" class=\"xs\" type=\"number\" min=\"0\" max=\"24\"></td><td><input name=\"N"+i+"\" class=\"xs\" type=\"number\" min=\"0\" max=\"59\"></td><td><input name=\"T"+i+"\" class=\"s\" type=\"number\" min=\"0\" max=\"250\"></td>";
for (j=1;j<8;j++) ih+="<td><input id=\"W"+i+j+"\" type=\"checkbox\"></td>";
ih+="</tr>";
var ih="<tr><th>En.</th><th>Hour</th><th>Minute</th><th>Preset</th><th></th></tr>";
for (i=0;i<8;i++) {
ih+=`<tr><td><input name="W${i}" id="W${i}" type="hidden"><input id="W${i}0" type="checkbox"></td>
<td><input name="H${i}" class="xs" type="number" min="0" max="24"></td>
<td><input name="N${i}" class="xs" type="number" min="0" max="59"></td>
<td><input name="T${i}" class="s" type="number" min="0" max="250"></td>
<td><button type="button" class="sml" onclick="expand(this,${i})">&gt;</button></td></tr>`;
ih+=`<tr><td colspan=5><div id="WD${i}" style="display:none;">`;
ih+=`<input name="X${i}" id="TMX${i}" type="checkbox" onchange="tglDOW(${i},this.checked)"><label for="TMX${i}">Use DOW</label>`;
ih+=`<table id="TT${i}" style="width:100%;"><tr><th>M</th><th>T</th><th>W</th><th>T</th><th>F</th><th>S</th><th>S</th></tr><tr>`
for (j=1;j<8;j++) ih+=`<td><input id="W${i}${j}" type="checkbox"></td>`;
ih+=`</tr></table><div id="TD${i}">Date:
<select id="TMM${i}" name="M${i}" onchange="chkMon(this,${i})">
<option value="0">Every month</option>
<option value="13">Odd month</option>
<option value="14">Even month</option>
<option value="1">Jan</option>
<option value="2">Feb</option>
<option value="3">Mar</option>
<option value="4">Apr</option>
<option value="5">May</option>
<option value="6">Jun</option>
<option value="7">Jul</option>
<option value="8">Aug</option>
<option value="9">Sep</option>
<option value="10">Oct</option>
<option value="11">Nov</option>
<option value="12">Dec</option>
</select><select id="TMD${i}" name="D${i}">`;
for (j=1;j<32;j++) ih+=`<option value="${j}">${j}</option>`;
ih+="</select></div><hr></div></td></tr>";
}
ih+="<tr><td><input name=\"W8\" id=\"W8\" type=\"hidden\"><input id=\"W80\" type=\"checkbox\"></td><td>Sunrise<input name=\"H8\" value=\"255\" type=\"hidden\"></td><td><input name=\"N8\" class=\"xs\" type=\"number\" min=\"-59\" max=\"59\"></td><td><input name=\"T8\" class=\"s\" type=\"number\" min=\"0\" max=\"250\"></td>";
for (j=1;j<8;j++) ih+="<td><input id=\"W8"+j+"\" type=\"checkbox\"></td>";
ih+="</tr><tr><td><input name=\"W9\" id=\"W9\" type=\"hidden\"><input id=\"W90\" type=\"checkbox\"></td><td>Sunset<input name=\"H9\" value=\"255\" type=\"hidden\"></td><td><input name=\"N9\" class=\"xs\" type=\"number\" min=\"-59\" max=\"59\"></td><td><input name=\"T9\" class=\"s\" type=\"number\" min=\"0\" max=\"250\"></td>";
for (j=1;j<8;j++) ih+="<td><input id=\"W9"+j+"\" type=\"checkbox\"></td>";
ih+="</tr>";
ih+=`<tr><td><input name="W8" id="W8" type="hidden"><input id="W80" type="checkbox"></td>
<td>Sunrise<input name="H8" value="255" type="hidden"></td>
<td><input name="N8" class="xs" type="number" min="-59" max="59"></td>
<td><input name="T8" class="s" type="number" min="0" max="250"></td>
<td><button type="button" class="sml" onclick="expand(this,8)">&gt;</button></td></tr><tr><td colspan=5>`;
ih+=`<div id="WD8"style="display:none;"><table style="width:100%;"><tr><th>M</th><th>T</th><th>W</th><th>T</th><th>F</th><th>S</th><th>S</th></tr><tr>`;
for (j=1;j<8;j++) ih+=`<td><input id="W8${j}" type="checkbox"></td>`;
ih+="</tr></table><hr></div></td></tr>";
ih+=`<tr><td><input name="W9" id="W9" type="hidden"><input id="W90" type="checkbox"></td>
<td>Sunrise<input name="H9" value="255" type="hidden"></td>
<td><input name="N9" class="xs" type="number" min="-59" max="59"></td>
<td><input name="T9" class="s" type="number" min="0" max="250"></td>
<td><button type="button" class="sml" onclick="expand(this,9)">&gt;</button></td></tr><tr><td colspan=5>`;
ih+=`<div id="WD9" style="display:none;"><table style="width:100%;"><tr><th>M</th><th>T</th><th>W</th><th>T</th><th>F</th><th>S</th><th>S</th></tr><tr>`;
for (j=1;j<8;j++) ih+=`<td><input id="W9${j}" type="checkbox"></td>`;
ih+="</tr></table><hr></div></td></tr>";
gId("TMT").innerHTML=ih;
}
function tglDOW(i,b)
{
gId("TT"+i).style.display = b ? "table" : "none";
gId("TD"+i).style.display = !b ? "block" : "none";
}
function chkMon(o,i)
{
const m31 = [1,3,5,7,8,10,12,0,13,14];
if (!m31.includes(parseInt(o.value)) && parseInt(gId("TMD"+i).value)>30) gId("TMD"+i).value="30";
if (parseInt(o.value)===2 && parseInt(gId("TMD"+i).value)>28) gId("TMD"+i).value="28";
}
function FC()
{
for(j=0;j<8;j++)
{
for(i=0;i<10;i++) gId("W"+i+j).checked=gId("W"+i).value>>j&1;
tglDOW(j,gId('TMX'+j).checked);
}
}
function Wd()
@ -70,7 +124,7 @@
a = [0,0,0,0,0,0,0,0,0,0];
for (i=0; i<10; i++) {
m=1;
for(j=0;j<8;j++) a[i]+=gId("W"+i+j).checked*m;m*=2;
for(j=0;j<8;j++) { a[i]+=gId(("W"+i)+j).checked*m; m*=2;}
gId("W"+i).value=a[i];
}
if (d.Sf.LTR.value==="S") { d.Sf.LT.value = -1*parseFloat(d.Sf.LT.value); }
@ -100,7 +154,7 @@
//values injected by server while sending HTML
}
</script>
<!--script src="http://wled.local/settings/settings.js?p=5"></script-->
<!--script src="http://192.168.70.61/settings/settings.js?p=5"></script-->
<style>@import url("style.css");</style>
</head>
<body onload="S()">
@ -189,9 +243,10 @@
</table>
<a href="https://kno.wled.ge/features/macros/#analog-button" target="_blank">Analog Button setup</a>
<h3>Time-controlled presets</h3>
<div style="display: inline-block">
<table id="TMT">
</table></div><hr>
<div style="display: inline-block">
<table id="TMT" style="min-width:330px;"></table>
</div>
<hr>
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>
</form>
</body>

View File

@ -31,6 +31,13 @@ button, .btn {
cursor: pointer;
text-decoration: none;
}
button.sml {
padding: 8px;
border-radius: 20px;
font-size: 15px;
min-width: 40px;
margin: 0 0 0 10px;
}
.toprow {
top: 0;
position: sticky;
@ -92,13 +99,18 @@ select {
font-family: Verdana, sans-serif;
border: 0.5ch solid #333;
}
tr {
line-height: 100%;
}
td {
padding: 2px;
}
.d5 {
width: 4rem !important;
}
.exp {
transform: rotate(90deg);
}
#toast {
opacity: 0;
background-color: #444;
@ -140,9 +152,6 @@ td {
}
@media screen and (max-width: 480px) {
input[type="checkbox"] {
transform: scale(1);
}
input[type="number"].s {
width: 40px;
}

View File

@ -6,55 +6,58 @@
*/
// Autogenerated from wled00/data/style.css, do not edit!!
const uint16_t PAGE_settingsCss_length = 743;
const uint16_t PAGE_settingsCss_length = 788;
const uint8_t PAGE_settingsCss[] PROGMEM = {
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xad, 0x55, 0xdb, 0x8e, 0x9b, 0x30,
0x10, 0xfd, 0x15, 0xaa, 0x68, 0xa5, 0x5d, 0x29, 0x20, 0x20, 0xc0, 0xa6, 0x46, 0x95, 0xaa, 0x7e,
0x44, 0x55, 0xa9, 0xda, 0x07, 0x83, 0x87, 0x60, 0xc5, 0xd8, 0xc8, 0x36, 0xbb, 0xa4, 0x88, 0x7f,
0xaf, 0xcd, 0xa5, 0x90, 0x2c, 0xcd, 0xbe, 0xec, 0x43, 0x22, 0xec, 0x33, 0xd8, 0x67, 0xce, 0xcc,
0x19, 0x4a, 0x5d, 0xb1, 0x4e, 0x8b, 0x26, 0x2f, 0x5d, 0x9c, 0x6b, 0x2a, 0x38, 0xaa, 0x30, 0xa7,
0x75, 0xc3, 0xb0, 0x5d, 0xf4, 0x99, 0x20, 0x97, 0xae, 0x10, 0x5c, 0xbb, 0x05, 0xae, 0x28, 0xbb,
0xa0, 0x9f, 0x20, 0x09, 0xe6, 0x78, 0xaf, 0x30, 0x57, 0xae, 0x02, 0x49, 0x8b, 0x74, 0x80, 0x15,
0xfd, 0x03, 0x28, 0x90, 0x50, 0xa5, 0x1a, 0x5a, 0xed, 0x62, 0x46, 0x4f, 0x1c, 0xe5, 0xc0, 0x35,
0xc8, 0x34, 0xc3, 0xf9, 0xf9, 0x24, 0x45, 0xc3, 0x09, 0xda, 0x85, 0x61, 0x98, 0xe6, 0x82, 0x09,
0x89, 0x76, 0x45, 0x51, 0xa4, 0x8c, 0x72, 0x70, 0x4b, 0xa0, 0xa7, 0x52, 0xa3, 0xd0, 0xf7, 0x1f,
0xd2, 0x0a, 0xcb, 0x13, 0xe5, 0xc8, 0xef, 0x4b, 0xd9, 0x65, 0x42, 0x12, 0x90, 0xee, 0x14, 0x9e,
0x24, 0x49, 0x8f, 0xf7, 0x18, 0x95, 0xe2, 0x15, 0x64, 0x37, 0x6d, 0x86, 0xc7, 0x62, 0xbc, 0x90,
0x40, 0x2e, 0xe4, 0xc0, 0x19, 0x71, 0xc1, 0xa1, 0xf7, 0x32, 0xcd, 0xf7, 0x59, 0xa3, 0xb5, 0xe0,
0xdd, 0xfa, 0xfe, 0xc3, 0xe1, 0xb0, 0xbe, 0xff, 0x83, 0xd4, 0x46, 0x06, 0xc8, 0x3b, 0xe4, 0xa5,
0xa3, 0x04, 0xa3, 0xc4, 0x19, 0x0e, 0x98, 0x88, 0x49, 0x4c, 0x68, 0xa3, 0x50, 0x18, 0xd5, 0x6d,
0x4a, 0xa8, 0xaa, 0x19, 0xbe, 0x20, 0xca, 0x87, 0x94, 0x32, 0x26, 0xf2, 0xf3, 0x4a, 0x99, 0xd0,
0x37, 0x31, 0x53, 0x6e, 0x41, 0x58, 0xb7, 0xce, 0x71, 0xfc, 0xa5, 0x35, 0x26, 0x84, 0xf2, 0x13,
0xb2, 0x6b, 0x0b, 0xa4, 0x15, 0xe5, 0xee, 0x1b, 0x25, 0xba, 0x44, 0x91, 0xc5, 0xf3, 0x46, 0x2a,
0x43, 0xb6, 0x16, 0x74, 0x90, 0x72, 0x3b, 0x57, 0x2d, 0x6a, 0x29, 0xde, 0x4c, 0x19, 0x6b, 0xe4,
0xa7, 0xb5, 0x50, 0x74, 0xc0, 0x94, 0xa6, 0xf9, 0xf9, 0xb2, 0x52, 0x7f, 0x56, 0xd2, 0xd6, 0xe0,
0x8f, 0x4b, 0x39, 0x81, 0x16, 0x05, 0xbd, 0xc7, 0xf8, 0x79, 0x92, 0xda, 0xc8, 0xee, 0x95, 0xc0,
0xea, 0x1f, 0xdd, 0xaa, 0x88, 0x0c, 0x0a, 0xbd, 0x1c, 0x8a, 0x33, 0xa3, 0x43, 0xa3, 0x21, 0x1d,
0x39, 0x26, 0x26, 0xaf, 0x9e, 0xf2, 0xba, 0xd1, 0x9f, 0xa0, 0x72, 0x7c, 0xa5, 0xf2, 0x78, 0x2c,
0x32, 0xc2, 0xe2, 0x8c, 0x01, 0x99, 0x2b, 0x7e, 0x3c, 0x1e, 0x47, 0xe4, 0xb7, 0xbe, 0xd4, 0xf0,
0x8d, 0x37, 0x55, 0x06, 0xf2, 0x65, 0xbf, 0xda, 0xb2, 0xdc, 0x5f, 0xf6, 0x0a, 0x18, 0xe4, 0xba,
0x5b, 0x4a, 0x50, 0x81, 0xa9, 0x56, 0xb5, 0xf1, 0x6e, 0x37, 0xc9, 0x6d, 0x7a, 0x77, 0xaa, 0x50,
0x38, 0x27, 0x75, 0x15, 0xe7, 0xb5, 0x2d, 0x9b, 0x62, 0x03, 0xdf, 0xff, 0x4f, 0xc8, 0x1c, 0x71,
0x8c, 0xb7, 0x03, 0x66, 0x3c, 0x89, 0xb6, 0xf1, 0x6a, 0xc2, 0xe3, 0x64, 0x1b, 0x57, 0xdd, 0xd2,
0x1c, 0x9b, 0x04, 0xfe, 0x05, 0xdc, 0x30, 0xcc, 0x4b, 0xc8, 0xcf, 0x99, 0x68, 0x5f, 0x3a, 0x2d,
0x8d, 0xf4, 0x85, 0x90, 0x15, 0x52, 0x39, 0x66, 0xf0, 0x18, 0x78, 0xf1, 0xd3, 0x94, 0xb9, 0x2b,
0x07, 0x27, 0x06, 0xf6, 0xdd, 0x49, 0xc0, 0x45, 0x92, 0xf4, 0xd3, 0x2b, 0xac, 0x49, 0x37, 0xf7,
0xbf, 0x95, 0xdc, 0x23, 0xf1, 0x4c, 0xde, 0x0c, 0x92, 0x2f, 0xb4, 0xaa, 0x85, 0xd4, 0x98, 0xeb,
0x7e, 0xa7, 0x05, 0x56, 0xba, 0x13, 0x35, 0xce, 0xa9, 0xbe, 0x98, 0x1e, 0x7f, 0xdf, 0xd3, 0x51,
0x14, 0xdd, 0xd8, 0x32, 0xb6, 0x8c, 0x85, 0x19, 0x00, 0xd5, 0x20, 0xf6, 0x3b, 0xb6, 0xe3, 0xc4,
0x7a, 0x5e, 0x79, 0x30, 0x48, 0xec, 0x62, 0x74, 0x9a, 0x0b, 0xaf, 0x66, 0x78, 0xa9, 0xc1, 0x60,
0x4b, 0xf7, 0x17, 0xb4, 0x05, 0xb2, 0x31, 0xe1, 0x66, 0x37, 0xc5, 0xe9, 0x22, 0xee, 0xf0, 0x64,
0xc6, 0x28, 0xfc, 0x7a, 0x74, 0x63, 0xff, 0xc1, 0x4a, 0xdc, 0x4e, 0xce, 0xfe, 0x6a, 0x06, 0x9d,
0xb5, 0x15, 0x32, 0xfb, 0x53, 0x72, 0x9e, 0x2a, 0x8d, 0x83, 0xe7, 0x0c, 0x83, 0x2d, 0xd7, 0x26,
0x51, 0x6a, 0x46, 0x73, 0x35, 0x1a, 0xbf, 0xc0, 0x04, 0x28, 0x77, 0xbc, 0x58, 0xed, 0x97, 0x47,
0x27, 0xb4, 0x7f, 0xd2, 0x50, 0x97, 0x0a, 0xe6, 0x83, 0x41, 0x4a, 0x21, 0xef, 0x9e, 0x9c, 0x85,
0xc1, 0xe6, 0xc9, 0xfd, 0x77, 0xeb, 0x19, 0xec, 0xa8, 0x5c, 0x02, 0x70, 0x07, 0x73, 0xe2, 0x3c,
0x2e, 0x49, 0x3c, 0x27, 0x46, 0xbb, 0xa7, 0x6e, 0xd5, 0x62, 0x50, 0x61, 0xca, 0xae, 0xac, 0x58,
0x50, 0x06, 0x57, 0x1b, 0x1b, 0x76, 0xad, 0xb1, 0x52, 0x6f, 0xa6, 0x72, 0x37, 0x1e, 0x66, 0xef,
0x3d, 0xbd, 0x32, 0xb3, 0x2d, 0x55, 0x7f, 0x9f, 0x5f, 0x74, 0xf4, 0x6f, 0xf8, 0xdd, 0xb1, 0xc0,
0xd3, 0x5d, 0xaf, 0xf9, 0x1f, 0x78, 0xed, 0x70, 0x33, 0x30, 0x86, 0xb4, 0x27, 0x2c, 0xb4, 0x9f,
0x87, 0x7e, 0x67, 0x3e, 0x47, 0xca, 0x99, 0x2c, 0x35, 0xcd, 0x90, 0xc8, 0x02, 0xfd, 0x5f, 0xeb,
0x39, 0x79, 0x7f, 0x81, 0x07, 0x00, 0x00
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xad, 0x55, 0xed, 0x6e, 0xa3, 0x30,
0x10, 0x7c, 0x15, 0x4e, 0x51, 0xa5, 0x54, 0x0a, 0x08, 0x08, 0xd0, 0xd4, 0xe8, 0xa4, 0xd3, 0x3d,
0xc4, 0xe9, 0xa4, 0x53, 0x7f, 0x18, 0xbc, 0x04, 0x2b, 0xc6, 0x46, 0xb6, 0x69, 0x49, 0x11, 0xef,
0x7e, 0x36, 0x1f, 0x17, 0x92, 0x70, 0xed, 0x9f, 0x2a, 0x4a, 0x84, 0xbd, 0x9b, 0xf5, 0xcc, 0x8e,
0x67, 0x29, 0x75, 0xc5, 0x3a, 0x2d, 0x9a, 0xbc, 0x74, 0x71, 0xae, 0xa9, 0xe0, 0xa8, 0xc2, 0x9c,
0xd6, 0x0d, 0xc3, 0x76, 0xd1, 0x67, 0x82, 0x9c, 0xbb, 0x42, 0x70, 0xed, 0x16, 0xb8, 0xa2, 0xec,
0x8c, 0x7e, 0x81, 0x24, 0x98, 0xe3, 0x9d, 0xc2, 0x5c, 0xb9, 0x0a, 0x24, 0x2d, 0xd2, 0x21, 0xac,
0xe8, 0x3b, 0xa0, 0x40, 0x42, 0x95, 0x6a, 0x68, 0xb5, 0x8b, 0x19, 0x3d, 0x72, 0x94, 0x03, 0xd7,
0x20, 0xd3, 0x0c, 0xe7, 0xa7, 0xa3, 0x14, 0x0d, 0x27, 0x68, 0x13, 0x86, 0x61, 0x9a, 0x0b, 0x26,
0x24, 0xda, 0x14, 0x45, 0x91, 0x32, 0xca, 0xc1, 0x2d, 0x81, 0x1e, 0x4b, 0x8d, 0x42, 0xdf, 0x7f,
0x48, 0x2b, 0x2c, 0x8f, 0x94, 0x23, 0xbf, 0x2f, 0x65, 0x97, 0x09, 0x49, 0x40, 0xba, 0x53, 0x7a,
0x92, 0x24, 0x3d, 0xde, 0x61, 0x54, 0x8a, 0x57, 0x90, 0xdd, 0xb4, 0x19, 0x1e, 0x8a, 0xf1, 0x40,
0x02, 0xb9, 0x90, 0x03, 0x66, 0xc4, 0x05, 0x87, 0xde, 0xcb, 0x34, 0xdf, 0x65, 0x8d, 0xd6, 0x82,
0x77, 0xcb, 0xf3, 0xf7, 0xfb, 0xfd, 0xf2, 0xfc, 0x4f, 0xa8, 0x8d, 0x08, 0x90, 0xb7, 0xcf, 0x4b,
0x47, 0x09, 0x46, 0x89, 0x33, 0x14, 0x98, 0x80, 0x49, 0x4c, 0x68, 0xa3, 0x50, 0x18, 0xd5, 0x6d,
0x4a, 0xa8, 0xaa, 0x19, 0x3e, 0x23, 0xca, 0x07, 0x4a, 0x19, 0x13, 0xf9, 0x69, 0xd1, 0x99, 0xd0,
0x37, 0x39, 0x13, 0xb7, 0x20, 0xac, 0x5b, 0xe7, 0x30, 0x7e, 0xd3, 0x1a, 0x13, 0x42, 0xf9, 0x11,
0xd9, 0xb5, 0x0d, 0xa4, 0x15, 0xe5, 0xee, 0x1b, 0x25, 0xba, 0x44, 0x91, 0x8d, 0xe7, 0x8d, 0x54,
0x06, 0x6c, 0x2d, 0xe8, 0xd0, 0xca, 0x55, 0xae, 0x23, 0x4d, 0x4f, 0x19, 0x25, 0x17, 0xe5, 0x6e,
0x51, 0x5a, 0x04, 0x0b, 0xa9, 0xe2, 0xeb, 0xb3, 0x16, 0xf8, 0x7c, 0xc7, 0x7e, 0x02, 0xb3, 0xd3,
0x7b, 0x5a, 0xd4, 0x52, 0xbc, 0x99, 0x0b, 0x52, 0x23, 0x3f, 0xad, 0x85, 0xa2, 0xc3, 0xa9, 0x4a,
0xd3, 0xfc, 0x74, 0x5e, 0xe8, 0x3a, 0x6b, 0x64, 0xd5, 0x7d, 0x77, 0x29, 0x27, 0xd0, 0xa2, 0xa0,
0xf7, 0x18, 0x3f, 0x4d, 0x22, 0x1a, 0x41, 0xbd, 0x12, 0x58, 0xfd, 0xb3, 0x5b, 0x5c, 0x0f, 0x06,
0x85, 0xbe, 0x14, 0xc5, 0x99, 0xe9, 0x70, 0xa3, 0x21, 0x1d, 0x11, 0x25, 0xf6, 0x7c, 0xca, 0xeb,
0x46, 0x7f, 0x81, 0x7e, 0xf1, 0x95, 0x7e, 0x63, 0x59, 0x64, 0x24, 0xc3, 0x19, 0x03, 0x32, 0xdf,
0xa5, 0xc3, 0xe1, 0x30, 0x46, 0xfe, 0xe8, 0x73, 0x0d, 0xdf, 0x79, 0x53, 0x65, 0x20, 0x5f, 0x76,
0x8b, 0x2d, 0x8b, 0xfd, 0x65, 0xa7, 0x80, 0x41, 0xae, 0xbb, 0x4b, 0x2f, 0x2b, 0x30, 0x1d, 0xae,
0x56, 0xfe, 0xdb, 0x4d, 0xcd, 0x35, 0xae, 0x98, 0x7a, 0x1b, 0xce, 0xa4, 0xae, 0xf2, 0xbc, 0xb6,
0x65, 0x53, 0x6e, 0xe0, 0xfb, 0xff, 0x49, 0x99, 0x33, 0x0e, 0xf1, 0x7a, 0xc2, 0x1c, 0x4f, 0xa2,
0xf5, 0x78, 0x35, 0xc5, 0xe3, 0x64, 0x3d, 0xae, 0xba, 0xcb, 0xb5, 0x5b, 0x05, 0xf0, 0x2f, 0xe1,
0x06, 0x61, 0x5e, 0x42, 0x7e, 0xca, 0x44, 0xfb, 0xd2, 0x69, 0x69, 0x5a, 0x5f, 0x08, 0x59, 0x21,
0x95, 0x63, 0x06, 0xdb, 0xc0, 0x8b, 0x1f, 0x27, 0xe6, 0xae, 0x1c, 0x3c, 0x3e, 0xdc, 0xaa, 0xa9,
0x81, 0x97, 0x96, 0xa4, 0x5f, 0xae, 0xb0, 0x96, 0xdd, 0x72, 0xb4, 0x98, 0xae, 0x3e, 0xf4, 0x9a,
0xfc, 0xb3, 0x87, 0x95, 0xc1, 0x23, 0xf1, 0x4c, 0xc8, 0x8c, 0xad, 0x6f, 0xb4, 0xaa, 0x85, 0xd4,
0x98, 0xeb, 0xde, 0x83, 0xb6, 0x5e, 0x50, 0x91, 0x42, 0x63, 0x0d, 0xdb, 0x67, 0x9f, 0xc0, 0xf1,
0xb1, 0xdf, 0x68, 0x81, 0x95, 0xee, 0x44, 0x8d, 0x73, 0xaa, 0xcf, 0xc6, 0x14, 0xf7, 0x26, 0x88,
0xa2, 0xe8, 0xc6, 0x7b, 0xf1, 0xe0, 0x46, 0x63, 0xd2, 0x6a, 0x50, 0xe7, 0x8e, 0xde, 0xe8, 0xc8,
0xa7, 0xc5, 0x38, 0x08, 0x12, 0xbb, 0x18, 0x4d, 0xef, 0xc2, 0xab, 0x99, 0xa3, 0x6a, 0xf0, 0xfa,
0xc5, 0x2e, 0x05, 0x6d, 0x81, 0xac, 0x0c, 0xdb, 0xd9, 0x7e, 0x71, 0x7a, 0xa1, 0x30, 0x3c, 0x99,
0x89, 0x0e, 0xbf, 0xb7, 0x6e, 0xec, 0x3f, 0x58, 0x4d, 0xda, 0xc9, 0xf8, 0xcf, 0x66, 0xe6, 0x5a,
0x1f, 0x22, 0xb3, 0x3f, 0x91, 0xf3, 0x54, 0x69, 0x2c, 0x3f, 0x33, 0x0c, 0xd6, 0x6c, 0x9e, 0x44,
0xa9, 0x79, 0x4b, 0x54, 0xe3, 0x0c, 0x2a, 0x30, 0x01, 0xca, 0x1d, 0x2f, 0x56, 0xbb, 0xcb, 0xa3,
0x13, 0xda, 0x1f, 0x69, 0xa0, 0x4b, 0x05, 0x73, 0x61, 0x90, 0x52, 0xc8, 0x0f, 0x2b, 0x67, 0x61,
0xb0, 0x5a, 0xb9, 0xff, 0x61, 0x4d, 0x86, 0x1d, 0x95, 0x4b, 0x00, 0xee, 0x60, 0x4e, 0x9c, 0xed,
0x85, 0xc4, 0x53, 0x62, 0x7a, 0xf7, 0xd8, 0x2d, 0xee, 0x24, 0x54, 0x98, 0xb2, 0x2b, 0xef, 0x16,
0x94, 0xc1, 0xd5, 0xc6, 0x8a, 0xbf, 0x6b, 0xac, 0xd4, 0x9b, 0x51, 0xee, 0xc6, 0xf4, 0xec, 0x7e,
0x08, 0x2c, 0xdc, 0x6f, 0xa5, 0xea, 0x3f, 0xc6, 0x17, 0x1d, 0xfc, 0x1b, 0x7c, 0x77, 0xa6, 0xf3,
0x3f, 0x31, 0xdd, 0xfe, 0x66, 0x72, 0x0c, 0x74, 0xa6, 0x58, 0x68, 0xdf, 0x40, 0xfd, 0xc6, 0xbc,
0xf1, 0x94, 0x33, 0x79, 0x6b, 0x1a, 0x26, 0x91, 0x0d, 0xf4, 0x7f, 0x01, 0xa1, 0x0b, 0x67, 0x1b,
0xe4, 0x07, 0x00, 0x00
};
@ -159,7 +162,7 @@ const uint8_t PAGE_settings_wifi[] PROGMEM = {
// Autogenerated from wled00/data/settings_leds.htm, do not edit!!
const uint16_t PAGE_settings_leds_length = 6526;
const uint16_t PAGE_settings_leds_length = 6524;
const uint8_t PAGE_settings_leds[] PROGMEM = {
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xa5, 0x3c, 0x6b, 0x57, 0xdb, 0xc8,
0x92, 0xdf, 0xfd, 0x2b, 0x9a, 0x9e, 0x19, 0x22, 0x5d, 0x84, 0x91, 0xfc, 0x60, 0x88, 0x6d, 0x99,
@ -521,54 +524,54 @@ const uint8_t PAGE_settings_leds[] PROGMEM = {
0xa2, 0xb2, 0xd1, 0x18, 0xed, 0x8a, 0x62, 0x2b, 0x16, 0xa2, 0x2b, 0x09, 0x32, 0x25, 0x2d, 0x4f,
0xd5, 0xf1, 0x94, 0xea, 0x2a, 0xfc, 0xdb, 0x3b, 0xec, 0x78, 0x8a, 0x1a, 0xf5, 0xdd, 0xb6, 0x7e,
0x67, 0xe6, 0x38, 0xc4, 0x49, 0xa1, 0x2d, 0x71, 0x2a, 0xab, 0xfb, 0xd6, 0xb4, 0x09, 0x1f, 0x69,
0xc5, 0x11, 0xed, 0x2a, 0xc2, 0x3c, 0x8f, 0xcf, 0x20, 0xf2, 0x54, 0x05, 0xba, 0xb5, 0xcd, 0x4e,
0xed, 0x85, 0x2b, 0x4a, 0xa1, 0xc0, 0x10, 0xb2, 0x6d, 0x82, 0x2f, 0xb2, 0x35, 0x96, 0xb9, 0xe6,
0x77, 0x85, 0xd6, 0x1f, 0x3d, 0x82, 0x22, 0x59, 0x9e, 0x64, 0x7a, 0x57, 0x0c, 0x3a, 0x8c, 0x54,
0xc0, 0x70, 0x46, 0x6e, 0xe9, 0xc7, 0xe0, 0x42, 0x16, 0x23, 0x06, 0x66, 0x0d, 0x97, 0xa3, 0x18,
0xe2, 0xd2, 0xf0, 0x08, 0x62, 0xa8, 0xe8, 0x43, 0xb9, 0xf4, 0x2f, 0x58, 0xa2, 0xf0, 0x81, 0xa2,
0x95, 0xc0, 0xdb, 0xa8, 0x73, 0xc4, 0x64, 0x0a, 0x74, 0x8b, 0xb5, 0xf1, 0xdb, 0xb7, 0x43, 0x70,
0x9b, 0x4f, 0x6d, 0x36, 0x5d, 0x6d, 0xda, 0x4d, 0xa5, 0x60, 0x38, 0x44, 0x1e, 0x79, 0xdf, 0xbd,
0x4b, 0x07, 0xe5, 0xba, 0x5a, 0xd9, 0xca, 0x96, 0xa5, 0x5d, 0x5d, 0x59, 0x6c, 0x08, 0x6c, 0x5f,
0xd9, 0x6d, 0x4e, 0x14, 0x83, 0xb5, 0xfa, 0x8e, 0x31, 0x11, 0x51, 0xfa, 0x0e, 0x1b, 0x8f, 0xc2,
0x59, 0xe3, 0x7e, 0xd3, 0x08, 0x53, 0x4c, 0x99, 0x76, 0xce, 0x67, 0x47, 0xe0, 0x98, 0x78, 0xee,
0x58, 0x2b, 0xe5, 0x7c, 0xf7, 0x3e, 0x4b, 0xdf, 0xa7, 0xb0, 0x16, 0xd2, 0xe7, 0xb5, 0x34, 0xe6,
0x1c, 0xd2, 0x98, 0x4a, 0xa9, 0x6f, 0x9b, 0x96, 0x65, 0x34, 0x79, 0xe6, 0x62, 0xd8, 0x87, 0xf0,
0xc4, 0xd4, 0xa9, 0xea, 0x99, 0xaa, 0x29, 0x90, 0xb9, 0xac, 0xe2, 0x52, 0xbc, 0xdc, 0x6c, 0xa9,
0x86, 0x36, 0x29, 0xd8, 0x05, 0x0a, 0x15, 0x4c, 0x83, 0x06, 0x51, 0x04, 0xb9, 0xa4, 0x8d, 0x25,
0x46, 0xa2, 0x73, 0xa2, 0x24, 0x23, 0x8a, 0x41, 0xef, 0x13, 0x9b, 0x4e, 0x19, 0xf1, 0xa2, 0x38,
0x56, 0xe5, 0x05, 0x86, 0x20, 0x19, 0x60, 0x5f, 0x91, 0xd1, 0x27, 0x48, 0x80, 0x88, 0x91, 0xa4,
0x71, 0x04, 0x49, 0x34, 0x1a, 0x7f, 0x56, 0xc2, 0x0a, 0x02, 0x95, 0xad, 0xd8, 0x4b, 0x84, 0xb9,
0x85, 0x42, 0x0f, 0x4c, 0x95, 0x18, 0xf8, 0x1d, 0xf4, 0x3a, 0x76, 0xfc, 0xdf, 0xcb, 0x6b, 0x1a,
0x30, 0x8b, 0xb4, 0xc0, 0xb1, 0x12, 0xdc, 0xc7, 0x75, 0xc1, 0x55, 0xd6, 0x24, 0xe7, 0x94, 0xaf,
0xcd, 0x4f, 0xa8, 0x50, 0x77, 0x90, 0x5e, 0x24, 0x3e, 0x32, 0x2d, 0x75, 0xea, 0x3c, 0x8e, 0x92,
0x64, 0xc4, 0x86, 0xfc, 0x35, 0xb9, 0xdc, 0x7d, 0x94, 0xba, 0x93, 0x23, 0x20, 0xf8, 0x67, 0x08,
0xd6, 0x98, 0xbb, 0xfb, 0xb0, 0x8d, 0xb9, 0xef, 0xc1, 0xda, 0xba, 0x1e, 0x37, 0xc5, 0x5f, 0xcd,
0x20, 0xd3, 0xa4, 0x50, 0xb3, 0xdf, 0xb0, 0x80, 0xa7, 0x10, 0x83, 0xd2, 0x9c, 0xcd, 0xd7, 0x18,
0xbb, 0xf9, 0x28, 0x4d, 0x05, 0xb9, 0x19, 0x42, 0xc5, 0x07, 0xc2, 0x13, 0x33, 0xd3, 0x4a, 0xfe,
0x61, 0x1e, 0x8b, 0xcf, 0x7c, 0x73, 0x3c, 0x8a, 0xd5, 0xab, 0x57, 0x14, 0x70, 0x8b, 0x18, 0xe1,
0x9d, 0x50, 0x04, 0x8d, 0xff, 0x4e, 0xb8, 0xaa, 0xed, 0xb6, 0x74, 0xd7, 0x7b, 0x5d, 0xd1, 0x2b,
0x25, 0x84, 0x90, 0xc8, 0x75, 0x24, 0x16, 0x66, 0x25, 0x98, 0xdf, 0xfd, 0xbe, 0x51, 0xa9, 0xe1,
0x29, 0x3c, 0xe6, 0xa7, 0xa2, 0x78, 0x06, 0x4b, 0xab, 0xec, 0x88, 0xdc, 0x1f, 0x61, 0xa9, 0xb7,
0x16, 0x56, 0xf2, 0x35, 0x11, 0x07, 0xb0, 0xb6, 0x86, 0x3c, 0x88, 0xd7, 0xfd, 0x79, 0x18, 0xfb,
0x49, 0x59, 0xb8, 0x03, 0xb9, 0x8b, 0xb3, 0x77, 0xf8, 0xd5, 0x34, 0x64, 0xe2, 0x98, 0xfd, 0x89,
0xc5, 0xa8, 0xc8, 0xa7, 0x3d, 0x06, 0xee, 0xdc, 0xe3, 0x05, 0xd3, 0x79, 0xed, 0x3c, 0xc4, 0xf9,
0x5d, 0xf1, 0x64, 0x85, 0x56, 0xa6, 0x27, 0x8f, 0x76, 0xb1, 0x21, 0x70, 0xe8, 0xb1, 0xc0, 0x9b,
0x07, 0x50, 0x4a, 0xcb, 0x26, 0x12, 0xfe, 0xf9, 0x96, 0x30, 0xe4, 0x81, 0x2c, 0xe2, 0x21, 0x07,
0x28, 0xa9, 0x7f, 0xcf, 0x0a, 0xf2, 0xab, 0xe4, 0x02, 0xfc, 0x15, 0x42, 0xe8, 0x0e, 0xb9, 0x49,
0xab, 0xe4, 0xf1, 0x0e, 0xd9, 0x55, 0xce, 0x3c, 0x0f, 0x75, 0x8d, 0xef, 0xc8, 0x74, 0x3e, 0xcc,
0x59, 0x50, 0x5e, 0x8a, 0x56, 0xce, 0xb3, 0xa9, 0xc0, 0xa4, 0xf3, 0x09, 0xbc, 0x22, 0x9f, 0x5b,
0xaa, 0x46, 0xc3, 0x18, 0xa8, 0x92, 0xc0, 0x64, 0x1e, 0x21, 0x63, 0x0f, 0xc0, 0xa5, 0x40, 0x69,
0xf1, 0xe6, 0x34, 0x35, 0xcf, 0x52, 0x95, 0x71, 0x9c, 0xf7, 0x56, 0x3d, 0x87, 0x0a, 0x57, 0xb0,
0x92, 0x67, 0xc3, 0x47, 0x5c, 0xc2, 0xa1, 0x58, 0x56, 0x6d, 0xae, 0x05, 0x82, 0x4a, 0xd6, 0x0a,
0xcf, 0x4d, 0xaf, 0x4c, 0x59, 0xaf, 0xc4, 0xc7, 0x00, 0xc4, 0x78, 0x8a, 0xd9, 0x0c, 0x6b, 0xd9,
0x69, 0xf4, 0x08, 0x83, 0xcd, 0x1d, 0xe2, 0xaf, 0xe8, 0x21, 0x2c, 0x78, 0x62, 0x8b, 0x84, 0xe0,
0x48, 0x73, 0xc7, 0x5a, 0x68, 0xf0, 0x10, 0x4f, 0xdf, 0xac, 0x41, 0x97, 0x28, 0x34, 0x2e, 0x7e,
0x89, 0x47, 0x2e, 0xef, 0x19, 0x6c, 0x8d, 0xd7, 0xd9, 0xf9, 0xc6, 0xd1, 0x18, 0x4f, 0x31, 0x86,
0x23, 0x7f, 0x4c, 0x52, 0x3e, 0x9d, 0xe1, 0xa2, 0x96, 0x66, 0x64, 0x95, 0x3c, 0x25, 0xab, 0xbd,
0x31, 0x27, 0x2b, 0x49, 0xc9, 0x44, 0x90, 0x2d, 0x64, 0x93, 0x54, 0x6f, 0x26, 0x66, 0x7b, 0x8e,
0x35, 0x93, 0xae, 0x34, 0x01, 0xe2, 0x37, 0xb5, 0x96, 0x2b, 0xa5, 0xbd, 0xe5, 0x5d, 0xad, 0xe5,
0x23, 0x6c, 0x97, 0xe7, 0x72, 0x90, 0x7f, 0x13, 0x27, 0x2b, 0x7f, 0x8f, 0xb0, 0xd1, 0x8e, 0x5d,
0x77, 0xfc, 0x1b, 0x4c, 0xff, 0x07, 0xc5, 0xac, 0xfc, 0x1f, 0x93, 0x49, 0x00, 0x00
0xc5, 0x11, 0xed, 0x2a, 0xc2, 0x3c, 0x8f, 0xcf, 0x20, 0xf2, 0x54, 0x05, 0xba, 0x2d, 0x95, 0x46,
0x45, 0xeb, 0xf3, 0x34, 0xc8, 0x7d, 0xf1, 0xbb, 0x42, 0xaf, 0x8f, 0x1e, 0x41, 0x55, 0x2c, 0x8f,
0x2e, 0xbd, 0xeb, 0x7e, 0x11, 0xcf, 0x57, 0x1c, 0xb3, 0xf2, 0x12, 0x8c, 0x54, 0xc0, 0x70, 0x46,
0x6e, 0xe9, 0xc7, 0xe0, 0x42, 0x16, 0x23, 0x06, 0x66, 0x0d, 0x97, 0xa3, 0x18, 0xe2, 0xd2, 0xf0,
0x08, 0x62, 0xa8, 0xe8, 0x43, 0xb9, 0xf4, 0x2f, 0x58, 0xa2, 0xf0, 0x81, 0xa2, 0x95, 0xc0, 0xdb,
0xa8, 0x73, 0xc4, 0x64, 0x0a, 0x74, 0x8b, 0xb5, 0xf1, 0xdb, 0xb7, 0x43, 0x70, 0x9b, 0x4f, 0x6d,
0x36, 0x5d, 0x6d, 0xda, 0x4d, 0xa5, 0x60, 0x38, 0x44, 0x1e, 0x79, 0xdf, 0xbd, 0x4b, 0x07, 0xe5,
0xba, 0x5a, 0xd9, 0xca, 0x96, 0xa5, 0x5d, 0x5d, 0x59, 0x6c, 0x08, 0x6c, 0x5f, 0xd9, 0x6d, 0x4e,
0x14, 0x83, 0xb5, 0xfa, 0x8e, 0x31, 0x11, 0x51, 0xfa, 0x0e, 0x1b, 0x8f, 0xc2, 0x59, 0xe3, 0x7e,
0xd3, 0x08, 0x53, 0x4c, 0x99, 0x76, 0xce, 0x67, 0x47, 0xe0, 0x98, 0x78, 0xee, 0x58, 0x2b, 0xe5,
0x7c, 0xf7, 0x3e, 0x4b, 0xdf, 0xa7, 0xb0, 0x16, 0xd2, 0xe7, 0xb5, 0x34, 0xe6, 0x1c, 0xd2, 0x98,
0x4a, 0xa9, 0x6f, 0x9b, 0x96, 0x65, 0x34, 0x79, 0xe6, 0x62, 0xd8, 0x87, 0xf0, 0xc4, 0xd4, 0xa9,
0xea, 0x99, 0xaa, 0x29, 0x90, 0xb9, 0xac, 0xe2, 0x52, 0xbc, 0xdc, 0x6c, 0xa9, 0x86, 0x36, 0x29,
0xd8, 0x05, 0x0a, 0x15, 0x4c, 0x83, 0x06, 0x51, 0x04, 0xb9, 0xa4, 0x8d, 0x25, 0x46, 0xa2, 0x73,
0xa2, 0x24, 0x23, 0x8a, 0x41, 0xef, 0x13, 0x9b, 0x4e, 0x19, 0xf1, 0xa2, 0x38, 0x56, 0xe5, 0x05,
0x86, 0x20, 0x19, 0x60, 0x5f, 0x91, 0xd1, 0x27, 0x48, 0x80, 0x88, 0x91, 0xa4, 0x71, 0x04, 0x49,
0x34, 0x1a, 0x7f, 0x56, 0xc2, 0x0a, 0x02, 0x95, 0xad, 0xd8, 0x4b, 0x84, 0xb9, 0x85, 0x42, 0x0f,
0x4c, 0x95, 0x18, 0xf8, 0x1d, 0xf4, 0x3a, 0x76, 0xfc, 0xdf, 0xcb, 0x6b, 0x1a, 0x30, 0x8b, 0xb4,
0xc0, 0xb1, 0x12, 0xdc, 0xc7, 0x75, 0xc1, 0x55, 0xd6, 0x24, 0xe7, 0x94, 0xaf, 0xcd, 0x4f, 0xa8,
0x50, 0x77, 0x90, 0x5e, 0x24, 0x3e, 0x32, 0x2d, 0x75, 0xea, 0x3c, 0x8e, 0x92, 0x64, 0xc4, 0x86,
0xfc, 0x35, 0xb9, 0xdc, 0x7d, 0x94, 0xba, 0x93, 0x23, 0x20, 0xf8, 0x67, 0x08, 0xd6, 0x98, 0xbb,
0xfb, 0xb0, 0x8d, 0xb9, 0xef, 0xc1, 0xda, 0xba, 0x1e, 0x37, 0xc5, 0x5f, 0xcd, 0x20, 0xd3, 0xa4,
0x50, 0xb3, 0xdf, 0xb0, 0x80, 0xa7, 0x10, 0x83, 0xd2, 0x9c, 0xcd, 0xd7, 0x18, 0xbb, 0xf9, 0x28,
0x4d, 0x05, 0xb9, 0x19, 0x42, 0xc5, 0x07, 0xc2, 0x13, 0x33, 0xd3, 0x4a, 0xfe, 0x61, 0x1e, 0x8b,
0xcf, 0x7c, 0x73, 0x3c, 0x8a, 0xd5, 0xab, 0x57, 0x14, 0x70, 0x8b, 0x18, 0xe1, 0x9d, 0x50, 0x04,
0x8d, 0xff, 0x4e, 0xb8, 0xaa, 0xed, 0xb6, 0x74, 0xd7, 0x7b, 0x5d, 0xd1, 0x2b, 0x25, 0x84, 0x90,
0xc8, 0x75, 0x24, 0x16, 0x66, 0x25, 0x98, 0xdf, 0xfd, 0xbe, 0x51, 0xa9, 0xe1, 0x29, 0x3c, 0xe6,
0xa7, 0xa2, 0x78, 0x06, 0x4b, 0xab, 0xec, 0x88, 0xdc, 0x1f, 0x61, 0xa9, 0xb7, 0x16, 0x56, 0xf2,
0x35, 0x11, 0x07, 0xb0, 0xb6, 0x86, 0x3c, 0x88, 0xd7, 0xfd, 0x79, 0x18, 0xfb, 0x49, 0x59, 0xb8,
0x03, 0xb9, 0x8b, 0xb3, 0x77, 0xf8, 0xd5, 0x34, 0x64, 0xe2, 0x98, 0xfd, 0x89, 0xc5, 0xa8, 0xc8,
0xa7, 0x3d, 0x06, 0xee, 0xdc, 0xe3, 0x05, 0xd3, 0x79, 0xed, 0x3c, 0xc4, 0xf9, 0x5d, 0xf1, 0x64,
0x85, 0x56, 0xa6, 0x27, 0x8f, 0x76, 0xb1, 0x21, 0x70, 0xe8, 0xb1, 0xc0, 0x9b, 0x07, 0x50, 0x4a,
0xcb, 0x26, 0x12, 0xfe, 0xf9, 0x96, 0x30, 0xe4, 0x81, 0x2c, 0xe2, 0x21, 0x07, 0x28, 0xa9, 0x7f,
0xcf, 0x0a, 0xf2, 0xab, 0xe4, 0x02, 0xfc, 0x15, 0x42, 0xe8, 0x0e, 0xb9, 0x49, 0xab, 0xe4, 0xf1,
0x0e, 0xd9, 0x55, 0xce, 0x3c, 0x0f, 0x75, 0x8d, 0xef, 0xc8, 0x74, 0x3e, 0xcc, 0x59, 0x50, 0x5e,
0x8a, 0x56, 0xce, 0xb3, 0xa9, 0xc0, 0xa4, 0xf3, 0x09, 0xbc, 0x22, 0x9f, 0x5b, 0xaa, 0x46, 0xc3,
0x18, 0xa8, 0x92, 0xc0, 0x64, 0x1e, 0x21, 0x63, 0x0f, 0xc0, 0xa5, 0x40, 0x69, 0xf1, 0xe6, 0x34,
0x35, 0xcf, 0x52, 0x95, 0x71, 0x9c, 0xf7, 0x56, 0x3d, 0x87, 0x0a, 0x57, 0xb0, 0x92, 0x67, 0xc3,
0x47, 0x5c, 0xc2, 0xa1, 0x58, 0x56, 0x6d, 0xae, 0x05, 0x82, 0x4a, 0xd6, 0x0a, 0xcf, 0x4d, 0xaf,
0x4c, 0x59, 0xaf, 0xc4, 0xc7, 0x00, 0xc4, 0x78, 0x8a, 0xd9, 0x0c, 0x6b, 0xd9, 0x69, 0xf4, 0x08,
0x83, 0xcd, 0x1d, 0xe2, 0xaf, 0xe8, 0x21, 0x2c, 0x78, 0x62, 0x8b, 0x84, 0xe0, 0x48, 0x73, 0xc7,
0x5a, 0x68, 0xf0, 0x10, 0x4f, 0xdf, 0xac, 0x41, 0x97, 0x28, 0x34, 0x2e, 0x7e, 0x89, 0x47, 0x2e,
0xef, 0x19, 0x6c, 0x8d, 0xd7, 0xd9, 0xf9, 0xc6, 0xd1, 0x18, 0x4f, 0x31, 0x86, 0x23, 0x7f, 0x4c,
0x52, 0x3e, 0x9d, 0xe1, 0xa2, 0x96, 0x66, 0x64, 0x95, 0x3c, 0x25, 0xab, 0xbd, 0x31, 0x27, 0x2b,
0xa6, 0x64, 0x59, 0xfe, 0x48, 0xf5, 0xf6, 0x61, 0xb6, 0xcb, 0x58, 0x83, 0x0c, 0x5f, 0x04, 0xdf,
0xb2, 0x7c, 0x0c, 0x3b, 0xc0, 0xe5, 0x09, 0xdf, 0x1b, 0x7a, 0xcb, 0xbb, 0x5a, 0xcb, 0x47, 0xd8,
0x2e, 0x2f, 0x54, 0x50, 0xf2, 0x8f, 0xe2, 0x68, 0xb2, 0x47, 0xd8, 0x68, 0xc7, 0xae, 0x3b, 0xfe,
0x0d, 0xa6, 0xff, 0x03, 0xc4, 0xb5, 0x9b, 0x7d, 0x93, 0x49, 0x00, 0x00
};
@ -1014,166 +1017,200 @@ const uint8_t PAGE_settings_sync[] PROGMEM = {
// Autogenerated from wled00/data/settings_time.htm, do not edit!!
const uint16_t PAGE_settings_time_length = 2523;
const uint16_t PAGE_settings_time_length = 3070;
const uint8_t PAGE_settings_time[] PROGMEM = {
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xb5, 0x59, 0x7d, 0x73, 0xda, 0x38,
0x13, 0xff, 0xdf, 0x9f, 0x42, 0xe7, 0xeb, 0x34, 0xd0, 0xf0, 0x9e, 0x92, 0xcb, 0x0b, 0x76, 0x8f,
0x10, 0xda, 0xb4, 0x05, 0x92, 0x39, 0xe8, 0xe5, 0xae, 0x37, 0x37, 0x3d, 0x61, 0x0b, 0xac, 0xc4,
0x48, 0x3c, 0x96, 0x1c, 0x92, 0x27, 0x93, 0xef, 0xfe, 0xac, 0x2c, 0xdb, 0x60, 0x82, 0x21, 0xed,
0x3c, 0x37, 0x99, 0x21, 0xb6, 0xb4, 0xfb, 0xdb, 0xd5, 0x6a, 0xb5, 0x2f, 0x72, 0xeb, 0xa7, 0xf3,
0xcb, 0xce, 0xe8, 0xcf, 0xab, 0x2e, 0xf2, 0xe4, 0xcc, 0xb7, 0x5b, 0xea, 0x17, 0xf9, 0x98, 0x4d,
0x2d, 0x93, 0x30, 0x13, 0xde, 0x09, 0x76, 0xed, 0xd6, 0x8c, 0x48, 0x8c, 0x18, 0x9e, 0x11, 0xcb,
0xbc, 0xa3, 0x64, 0x31, 0xe7, 0x81, 0x34, 0x91, 0xc3, 0x99, 0x24, 0x4c, 0x5a, 0xe6, 0x82, 0xba,
0xd2, 0xb3, 0x9a, 0xb5, 0x9a, 0x69, 0x1b, 0x9a, 0xd4, 0x58, 0x9b, 0x73, 0xc9, 0x1d, 0x75, 0x48,
0x39, 0x7a, 0x29, 0x51, 0x46, 0x25, 0xc5, 0x7e, 0x59, 0x38, 0xd8, 0x27, 0x56, 0xbd, 0x34, 0xc3,
0xf7, 0x74, 0x16, 0xce, 0xd2, 0xf7, 0x50, 0x90, 0x20, 0x7a, 0xc1, 0x63, 0x78, 0x67, 0xdc, 0x44,
0xc6, 0x9a, 0xe8, 0x58, 0x21, 0xc7, 0xc3, 0x81, 0x20, 0x20, 0x24, 0x94, 0x93, 0xf2, 0x11, 0x8c,
0x4a, 0x2a, 0x7d, 0x62, 0x8f, 0xe8, 0x8c, 0xa0, 0x21, 0x91, 0x92, 0xb2, 0xa9, 0x68, 0x55, 0xf5,
0x60, 0x4b, 0x38, 0x01, 0x9d, 0x4b, 0xdb, 0xb8, 0xc3, 0x01, 0x72, 0x2d, 0x97, 0x3b, 0xe1, 0x0c,
0x14, 0x3c, 0x9d, 0x84, 0xcc, 0x91, 0x94, 0x33, 0x74, 0x51, 0x28, 0x3e, 0x2e, 0x28, 0x73, 0xf9,
0xa2, 0xc2, 0xe7, 0x84, 0x15, 0x4c, 0x4f, 0xca, 0xb9, 0x38, 0xa9, 0x56, 0x6f, 0x19, 0xaf, 0x2c,
0x7c, 0xe2, 0x56, 0xa6, 0xa4, 0x3a, 0x21, 0x58, 0x86, 0x01, 0x11, 0x55, 0x11, 0xc3, 0x57, 0x7f,
0x96, 0x20, 0xad, 0x9c, 0xbc, 0x9a, 0xc5, 0xa7, 0x14, 0xf0, 0x6c, 0x1d, 0x30, 0x65, 0x32, 0x4b,
0xe6, 0x37, 0x41, 0xfc, 0xc9, 0x2a, 0xf5, 0x10, 0xa8, 0xcf, 0x46, 0xb8, 0x50, 0x2c, 0x7d, 0x20,
0xf2, 0x77, 0xf8, 0x17, 0xce, 0xdd, 0x1e, 0x77, 0xe0, 0xa1, 0x23, 0xe0, 0xe7, 0x7d, 0xa7, 0xb0,
0x42, 0x3c, 0xfd, 0xe8, 0x16, 0x48, 0xf1, 0x31, 0x20, 0xa0, 0x0c, 0x43, 0x4a, 0x33, 0xd9, 0xf5,
0x89, 0x5a, 0xcf, 0xd9, 0x43, 0x34, 0xb5, 0x24, 0x55, 0xdc, 0x8f, 0x8a, 0xde, 0x74, 0xb0, 0x63,
0x16, 0x2b, 0x42, 0x3e, 0xf8, 0xa4, 0xe2, 0x52, 0x31, 0xf7, 0xf1, 0x83, 0x65, 0x32, 0xce, 0x88,
0x59, 0xd2, 0xf3, 0x7c, 0xc3, 0xfc, 0xd8, 0xe7, 0xce, 0x6d, 0x42, 0xe0, 0xec, 0x00, 0xc0, 0x6a,
0x9a, 0xf8, 0xc4, 0x91, 0xc4, 0x7d, 0xfd, 0xba, 0x90, 0x2f, 0x55, 0xa3, 0x16, 0x13, 0xd8, 0x4d,
0x6c, 0x7c, 0x87, 0x2c, 0x67, 0x27, 0x2c, 0xfb, 0x2e, 0xd8, 0xd5, 0x8d, 0x53, 0xdb, 0xf0, 0xa8,
0xfc, 0x04, 0x7c, 0xae, 0x25, 0x03, 0xf0, 0x2b, 0xcf, 0xee, 0xb2, 0x0a, 0xb8, 0x92, 0x17, 0x3d,
0x5f, 0xf0, 0x30, 0x48, 0x5f, 0xfa, 0x94, 0x85, 0x92, 0xa4, 0xaf, 0x57, 0xe0, 0x1d, 0x44, 0x2e,
0x67, 0xd3, 0xa7, 0x51, 0xfa, 0x74, 0xbd, 0x61, 0xec, 0x7d, 0xfa, 0x34, 0x5c, 0x7f, 0xaa, 0x82,
0x06, 0xe6, 0xe9, 0x84, 0x07, 0x05, 0x6a, 0xd5, 0x4e, 0x69, 0xeb, 0xe8, 0x94, 0xee, 0xef, 0x17,
0x1f, 0xd5, 0x00, 0xd9, 0xb7, 0xf6, 0xb4, 0x82, 0x70, 0x46, 0x29, 0x9b, 0x87, 0x32, 0x3e, 0xa4,
0xd7, 0x7b, 0xfb, 0x74, 0x7f, 0xcf, 0x44, 0xd4, 0x5d, 0x3e, 0xcb, 0x87, 0x39, 0xcc, 0x78, 0xd4,
0x75, 0xa3, 0x83, 0xad, 0xc9, 0x97, 0x04, 0xb5, 0x84, 0xc2, 0xf1, 0x88, 0x73, 0x3b, 0xe6, 0xf7,
0xa6, 0x12, 0xed, 0x3e, 0xc7, 0xbe, 0x88, 0xf1, 0x1c, 0x1f, 0x0b, 0x61, 0x99, 0xf7, 0x22, 0x61,
0x64, 0xe1, 0x6c, 0x4c, 0x02, 0x13, 0xcd, 0x28, 0xb3, 0x4c, 0x80, 0x83, 0x73, 0x6d, 0x99, 0x8d,
0xb7, 0x79, 0x38, 0x83, 0xef, 0xc2, 0x69, 0x1e, 0xe7, 0xe1, 0x8c, 0xb2, 0x38, 0x3b, 0xd4, 0x69,
0xd6, 0x62, 0x9c, 0xbd, 0xd2, 0x8d, 0x55, 0x3f, 0xbd, 0x01, 0x73, 0xde, 0x80, 0x39, 0xb5, 0x25,
0xdd, 0x67, 0x66, 0xb9, 0x59, 0x5a, 0x6e, 0xcd, 0x2e, 0x7b, 0xa7, 0xc0, 0x63, 0xea, 0xdd, 0x79,
0xda, 0xbe, 0x19, 0x47, 0xf1, 0x46, 0x1c, 0x6d, 0xdb, 0x84, 0xa3, 0x6d, 0x1b, 0x30, 0x0c, 0x59,
0x40, 0x05, 0xc9, 0xee, 0x03, 0xc0, 0xdd, 0x61, 0x3f, 0x24, 0x6a, 0x55, 0xcd, 0x67, 0xd0, 0x9b,
0x6d, 0x7e, 0xb4, 0xcb, 0xde, 0x65, 0x30, 0xf4, 0x4e, 0x8b, 0x1f, 0xfd, 0x0b, 0xd6, 0x3e, 0xda,
0xdb, 0x6a, 0xec, 0xd4, 0xc2, 0xd5, 0xc8, 0xc4, 0x9b, 0xcc, 0x7c, 0x1c, 0x9b, 0xf9, 0x78, 0x9b,
0x99, 0x8f, 0x77, 0x98, 0x59, 0x1d, 0xde, 0x8c, 0x95, 0x8f, 0x7f, 0xc0, 0xca, 0xc7, 0xff, 0x17,
0x2b, 0x1f, 0xff, 0x0b, 0x56, 0x3e, 0xde, 0x7b, 0xa1, 0x4b, 0xeb, 0x20, 0x3a, 0xea, 0x8f, 0x20,
0x5e, 0x52, 0xc6, 0x48, 0x70, 0x31, 0xea, 0xf7, 0x2c, 0xb2, 0x8c, 0x92, 0x2a, 0x23, 0x45, 0x41,
0xe8, 0x06, 0xa2, 0x52, 0x22, 0x72, 0x19, 0xa5, 0xea, 0xb5, 0x28, 0x4c, 0x45, 0x28, 0xd7, 0xa6,
0x3a, 0x49, 0xc5, 0x4a, 0x24, 0x8e, 0xb8, 0x56, 0x3a, 0x58, 0xac, 0x44, 0xa6, 0xb5, 0xed, 0x9b,
0xd7, 0xf5, 0x25, 0xf2, 0xb5, 0x1b, 0x23, 0x63, 0xeb, 0xaf, 0x5a, 0xe9, 0xd9, 0xdf, 0xdf, 0xa5,
0x8c, 0x84, 0x88, 0x72, 0x06, 0x65, 0xc3, 0xaa, 0x1e, 0xf8, 0x2f, 0xfa, 0xf7, 0xbe, 0xb5, 0x49,
0xf8, 0x9b, 0xd9, 0xe9, 0xec, 0x8d, 0xd5, 0x28, 0xad, 0xeb, 0x60, 0x29, 0x96, 0x27, 0x73, 0x68,
0x5a, 0x96, 0xe5, 0x56, 0x86, 0x93, 0x4a, 0x6f, 0xf4, 0x9b, 0x9e, 0x81, 0xdc, 0x11, 0x0f, 0xc4,
0x94, 0xe5, 0xfa, 0x9b, 0xb9, 0x2a, 0x3c, 0xde, 0xfb, 0x1c, 0xcb, 0xec, 0x5c, 0xb1, 0x58, 0x02,
0xd0, 0x14, 0x62, 0xb0, 0x0e, 0x31, 0xd8, 0x02, 0x31, 0x48, 0x20, 0x96, 0x96, 0xc0, 0xae, 0xfb,
0x1b, 0x5f, 0x14, 0x48, 0x49, 0x96, 0x58, 0xc9, 0xd5, 0x39, 0x89, 0xea, 0x65, 0xcd, 0xb0, 0x13,
0x70, 0xa8, 0x37, 0x4a, 0xd8, 0xa2, 0x95, 0x80, 0x2f, 0x44, 0xc5, 0x27, 0x6c, 0x0a, 0xd5, 0x55,
0x08, 0xef, 0x14, 0xdc, 0x38, 0x90, 0x8a, 0x15, 0x17, 0x4b, 0xc2, 0x1a, 0xca, 0x00, 0xca, 0x8e,
0xca, 0x24, 0xe0, 0xb3, 0x0e, 0x94, 0x4c, 0x1d, 0xee, 0x92, 0x42, 0x81, 0x80, 0x01, 0xdf, 0xbd,
0x3d, 0x3a, 0x69, 0x36, 0x8b, 0xfb, 0xa4, 0x78, 0x9a, 0x14, 0x44, 0x15, 0x27, 0x80, 0x1a, 0x87,
0xc4, 0xe5, 0x44, 0xc1, 0x94, 0xae, 0x59, 0x3c, 0x0d, 0x63, 0xc4, 0x0e, 0xf1, 0xfd, 0x42, 0x6d,
0xd5, 0x21, 0xfe, 0x39, 0x0b, 0xa5, 0x04, 0x4d, 0x5f, 0x3d, 0x92, 0xa7, 0x93, 0x7f, 0x4a, 0x19,
0xc2, 0x7a, 0x86, 0x30, 0xe3, 0xdb, 0xfd, 0xab, 0x57, 0x8f, 0xe2, 0x69, 0xdd, 0xab, 0x97, 0xde,
0xfe, 0xcc, 0xbf, 0x93, 0x33, 0xf8, 0xea, 0x51, 0x02, 0x5b, 0x40, 0xfe, 0x13, 0xd2, 0x80, 0xb8,
0xf6, 0x9a, 0xc4, 0xc6, 0x16, 0x89, 0xbd, 0x1f, 0x96, 0xc8, 0xb6, 0x48, 0x3c, 0xd8, 0x22, 0xf1,
0xfc, 0x87, 0x25, 0xba, 0x19, 0x89, 0x4b, 0x7f, 0x88, 0x6b, 0x42, 0x28, 0xfd, 0x72, 0x1d, 0xb0,
0x55, 0x7b, 0x57, 0xc8, 0xfa, 0xaf, 0x05, 0x4e, 0x5d, 0xfa, 0x0e, 0x0f, 0x3e, 0x59, 0x67, 0x1f,
0x98, 0xa5, 0x5c, 0x67, 0x5d, 0x8a, 0x1b, 0xa4, 0xf4, 0xd7, 0x89, 0xb8, 0x17, 0x79, 0xfb, 0xc9,
0x3a, 0x7b, 0xd7, 0x7c, 0x32, 0x5a, 0xd5, 0xb8, 0x5c, 0x8f, 0xcb, 0x76, 0x24, 0x02, 0x07, 0x8c,
0x16, 0xd7, 0xcf, 0x95, 0x1b, 0xf1, 0x6e, 0x6e, 0x35, 0x55, 0xd4, 0x4a, 0xc9, 0x54, 0x49, 0x67,
0xff, 0x4a, 0x67, 0xaa, 0x3f, 0x40, 0x61, 0xe0, 0x17, 0x4c, 0x5d, 0xe5, 0x39, 0x02, 0x0e, 0xc9,
0xa9, 0x02, 0x8c, 0x28, 0x5a, 0x55, 0xdd, 0xd0, 0x8c, 0xb9, 0xfb, 0x80, 0x38, 0x03, 0x85, 0x20,
0x2a, 0x42, 0xed, 0x0d, 0x58, 0x10, 0x47, 0x66, 0x51, 0x90, 0x54, 0x0f, 0xdf, 0x60, 0x83, 0xf4,
0x36, 0x0e, 0x27, 0xb0, 0x45, 0x44, 0x7a, 0x1c, 0x66, 0xe6, 0x5c, 0x40, 0xdf, 0x63, 0x70, 0x26,
0xc2, 0xf1, 0x8c, 0x42, 0xe3, 0xa1, 0x42, 0x15, 0xb0, 0xba, 0xf4, 0x2e, 0xd9, 0x58, 0xc9, 0xe7,
0x70, 0x1a, 0xb3, 0x63, 0x1e, 0xf1, 0xe7, 0x67, 0x30, 0x34, 0xd6, 0x67, 0x45, 0x3b, 0x84, 0x7e,
0x89, 0xd0, 0x1c, 0x9f, 0x3a, 0xb7, 0x90, 0x6a, 0x14, 0xd6, 0xbb, 0x56, 0x55, 0xcf, 0x80, 0xaa,
0x00, 0x91, 0xc3, 0x94, 0xf2, 0x9c, 0x29, 0x9e, 0x33, 0xec, 0xdc, 0xa6, 0x6c, 0x46, 0x96, 0x43,
0x6b, 0x6a, 0xda, 0x43, 0x7c, 0x47, 0x96, 0xd0, 0x5e, 0x90, 0xc0, 0x7b, 0x0d, 0xdd, 0x2f, 0x81,
0x6d, 0xc3, 0x39, 0x58, 0xa7, 0x61, 0x1b, 0xd0, 0x80, 0x20, 0xd5, 0xd5, 0x20, 0x15, 0x30, 0xd0,
0x60, 0x74, 0x05, 0x93, 0xc1, 0x1d, 0x09, 0x4e, 0x50, 0xec, 0xdf, 0x6b, 0xc9, 0x23, 0xc9, 0x7a,
0x23, 0xb5, 0xc4, 0x20, 0x49, 0x37, 0x86, 0xa6, 0x92, 0xe4, 0x5e, 0xa6, 0x14, 0xc3, 0xc8, 0xdb,
0x75, 0xa0, 0xb2, 0xcc, 0x83, 0x86, 0x66, 0xf8, 0x22, 0x08, 0x6a, 0xbc, 0xf5, 0x90, 0xb2, 0x3b,
0x96, 0xb9, 0x52, 0xe2, 0x26, 0xb0, 0xf3, 0x5e, 0x73, 0x45, 0x5a, 0xff, 0x17, 0x4a, 0x77, 0x60,
0xd0, 0x65, 0x7e, 0x92, 0x37, 0xbf, 0x02, 0x01, 0x9f, 0x47, 0x07, 0x26, 0x76, 0x29, 0x38, 0x5b,
0x46, 0xd2, 0x0a, 0x28, 0x37, 0xd2, 0x4f, 0xa6, 0xfd, 0xa1, 0x3f, 0x2a, 0x7c, 0x19, 0x75, 0x8a,
0xad, 0xaa, 0xa6, 0x5f, 0xe7, 0xab, 0x47, 0x24, 0xd5, 0xb3, 0xe1, 0xe8, 0x19, 0x85, 0x91, 0x14,
0x05, 0xa6, 0xdd, 0xe9, 0x8e, 0xaa, 0x9d, 0xee, 0x06, 0x9a, 0x98, 0xe4, 0xc0, 0xb4, 0xbb, 0x40,
0xd2, 0xdd, 0x42, 0x02, 0x45, 0xb2, 0xf1, 0x65, 0x58, 0x06, 0x8a, 0x6a, 0xf7, 0x3c, 0x97, 0x0a,
0x3c, 0x1e, 0x88, 0x3a, 0x40, 0xd4, 0xc9, 0x27, 0x3a, 0xd4, 0x50, 0x7d, 0xa0, 0xea, 0xe7, 0x53,
0xfd, 0x12, 0x41, 0xb5, 0xbf, 0xe6, 0xcd, 0x1f, 0x45, 0xf3, 0x57, 0x00, 0x72, 0x75, 0x3e, 0x32,
0xf2, 0xa8, 0xa0, 0x76, 0x01, 0x6d, 0x0a, 0xed, 0xeb, 0xe1, 0x28, 0xdf, 0x86, 0x50, 0x9c, 0x7c,
0x02, 0xa2, 0xcf, 0x40, 0x93, 0x0b, 0x54, 0x07, 0x4b, 0xb7, 0xd5, 0xea, 0xdb, 0x5b, 0x96, 0x5f,
0x07, 0x5b, 0x0f, 0xbe, 0x02, 0xd1, 0xe0, 0xeb, 0x16, 0x9d, 0xea, 0x60, 0xee, 0x01, 0x04, 0x01,
0x0f, 0x7d, 0xe6, 0x90, 0xca, 0x72, 0xc9, 0xc0, 0xe4, 0x1f, 0x87, 0x23, 0x54, 0xf8, 0xc8, 0x5c,
0x8a, 0xb7, 0x68, 0x06, 0x46, 0xef, 0xb4, 0xcb, 0x43, 0x2c, 0x6e, 0xb1, 0x04, 0x67, 0x5c, 0x60,
0x96, 0x4b, 0x0a, 0xa6, 0x6f, 0x83, 0x3d, 0xf2, 0xb1, 0x7e, 0xd1, 0x04, 0xd5, 0xf6, 0x96, 0xfd,
0xab, 0x83, 0xe9, 0x2f, 0x94, 0x62, 0x17, 0x78, 0x81, 0x29, 0xdd, 0xa2, 0x19, 0x58, 0x7f, 0x70,
0xf9, 0x3b, 0x50, 0x0e, 0xf8, 0x1d, 0x17, 0x74, 0x4c, 0x03, 0x71, 0x9b, 0xbb, 0x0d, 0x0d, 0x75,
0x39, 0xd3, 0xfe, 0xac, 0x84, 0x7f, 0x3e, 0x07, 0x9e, 0x36, 0x73, 0x3c, 0x1e, 0xe0, 0x29, 0xc9,
0xe7, 0x80, 0x3d, 0xe9, 0xff, 0xf1, 0xdc, 0xdd, 0xaa, 0xfa, 0xfc, 0xa8, 0x40, 0x03, 0x67, 0x77,
0xd4, 0x41, 0x7c, 0x32, 0x81, 0xe8, 0x91, 0x9e, 0x5b, 0x7d, 0x0a, 0xbf, 0x5c, 0x6e, 0x2e, 0x7c,
0x0f, 0x9b, 0xea, 0x9e, 0x48, 0x27, 0xbd, 0xf8, 0xd9, 0x48, 0x53, 0x1d, 0x04, 0x1a, 0x87, 0x33,
0x57, 0xa0, 0x02, 0xcc, 0x57, 0x50, 0xfd, 0x08, 0x79, 0xd0, 0x6a, 0x8b, 0xa2, 0x92, 0xd4, 0x09,
0x83, 0x00, 0x2a, 0x12, 0x04, 0x3d, 0x3e, 0xf6, 0x75, 0x7c, 0xa2, 0x02, 0x8e, 0xfe, 0x1c, 0xb3,
0x34, 0xf6, 0xc2, 0xa0, 0x80, 0x65, 0x86, 0xec, 0x96, 0xf1, 0x05, 0xec, 0x93, 0x9a, 0xb4, 0x2b,
0x8a, 0xbb, 0x87, 0x25, 0x95, 0xa1, 0xfb, 0x2c, 0x58, 0x40, 0x9a, 0x7b, 0x16, 0x2d, 0x06, 0x60,
0xd7, 0x74, 0xb9, 0xc6, 0xda, 0xe4, 0xd0, 0x54, 0x7d, 0xf9, 0xba, 0x2d, 0x32, 0x4b, 0xef, 0x8d,
0x72, 0x92, 0xfe, 0xbd, 0x0f, 0x8b, 0xcd, 0xa4, 0xfd, 0xc3, 0xc3, 0xca, 0xa1, 0x89, 0x84, 0x24,
0x73, 0x18, 0xab, 0xd4, 0xea, 0x3a, 0xb4, 0xf5, 0x38, 0x9b, 0x6e, 0xd6, 0x76, 0xb0, 0xa2, 0xad,
0x91, 0xe6, 0x4b, 0xbb, 0x9b, 0xb7, 0x87, 0xd7, 0xa6, 0xba, 0x6d, 0xd8, 0xae, 0xed, 0xc0, 0x4c,
0x62, 0xf5, 0x06, 0x75, 0x33, 0xda, 0xd6, 0x55, 0x8f, 0x9a, 0x51, 0x56, 0x25, 0x39, 0x95, 0x32,
0x45, 0xa8, 0x32, 0x59, 0x76, 0x1b, 0x92, 0x04, 0x73, 0x60, 0x77, 0xd4, 0xbd, 0x0c, 0xe4, 0x96,
0xf8, 0x09, 0x5d, 0x42, 0x32, 0xf1, 0xf1, 0xc3, 0xfa, 0xea, 0x2e, 0x7b, 0x3a, 0x1b, 0x7a, 0x98,
0x4d, 0x55, 0xa0, 0x17, 0x51, 0x6e, 0x7d, 0x16, 0xc9, 0x95, 0x3c, 0x07, 0xc4, 0x6d, 0x0a, 0xe8,
0x03, 0xc8, 0x07, 0xb9, 0x5b, 0x57, 0x8f, 0x79, 0x31, 0x9c, 0x42, 0x86, 0x7d, 0x3e, 0x45, 0xb1,
0x62, 0x39, 0xfe, 0x0f, 0x9e, 0x34, 0x84, 0x72, 0xc3, 0x27, 0xe8, 0x9c, 0xc2, 0x7e, 0x6c, 0xa7,
0x3e, 0x88, 0xc1, 0x1d, 0x08, 0x17, 0x01, 0x67, 0xf4, 0x9e, 0x92, 0x35, 0x06, 0x63, 0x69, 0x7f,
0x95, 0x25, 0x13, 0xd3, 0xa9, 0x2b, 0x29, 0xfb, 0x3d, 0x9c, 0x5d, 0x89, 0x7a, 0xdd, 0xf3, 0xb5,
0x53, 0x74, 0x59, 0xcf, 0xeb, 0xfc, 0x8c, 0xb8, 0x6c, 0x6c, 0xae, 0x54, 0x8a, 0xa8, 0x87, 0x37,
0xa3, 0x34, 0x76, 0xf4, 0x8f, 0xcd, 0xd5, 0x43, 0x98, 0xd5, 0x0e, 0x83, 0x76, 0xf5, 0x86, 0xb7,
0x09, 0xb5, 0xff, 0x3d, 0xba, 0x29, 0xd4, 0xa1, 0xc7, 0x17, 0xa8, 0x09, 0x54, 0x20, 0x37, 0xb8,
0x15, 0x3b, 0xea, 0x89, 0xcb, 0xa6, 0x3e, 0x0d, 0x86, 0x76, 0xa4, 0x61, 0x12, 0x1a, 0xb0, 0x40,
0x32, 0xc0, 0xd4, 0x2f, 0xee, 0xe2, 0x1f, 0xc6, 0xf5, 0x88, 0xf6, 0x43, 0xb5, 0x22, 0x43, 0x6f,
0xd1, 0xea, 0x1e, 0x9d, 0xeb, 0x5b, 0xc0, 0xb5, 0xb5, 0x75, 0xfe, 0xc8, 0x54, 0x2a, 0x87, 0xb1,
0x26, 0x29, 0x97, 0xaa, 0xb8, 0x7c, 0x3a, 0xf5, 0xe4, 0x0e, 0x1d, 0x3a, 0x67, 0xab, 0x3a, 0x74,
0x78, 0xc8, 0xa4, 0x0b, 0x91, 0x09, 0xf5, 0xb9, 0x3a, 0xdc, 0xc6, 0x76, 0xde, 0xae, 0xe6, 0x5d,
0x72, 0x7d, 0xe0, 0xd8, 0x3f, 0x51, 0x43, 0xe7, 0xd0, 0xa1, 0x9d, 0xb4, 0x20, 0xc6, 0x05, 0x78,
0x6e, 0x37, 0x6a, 0x49, 0xc5, 0x15, 0xf3, 0xfd, 0xf9, 0xd2, 0x3b, 0xb5, 0xe3, 0xe3, 0x95, 0x0d,
0x2a, 0x67, 0x0d, 0xf0, 0x71, 0x79, 0x9e, 0x73, 0x50, 0xea, 0x49, 0x54, 0x68, 0xe4, 0xa3, 0x9c,
0x67, 0x54, 0x31, 0xb6, 0xa0, 0x1c, 0xd4, 0x57, 0x9d, 0xa5, 0x1a, 0xaf, 0x2d, 0x29, 0xf4, 0xd2,
0xc5, 0xae, 0x2d, 0xf5, 0xe2, 0xc5, 0xd7, 0x90, 0x07, 0x2b, 0xf0, 0x27, 0x59, 0x25, 0xfb, 0x3b,
0x97, 0xba, 0x72, 0x09, 0x99, 0x8b, 0x32, 0xdc, 0xb9, 0xd4, 0x8d, 0x28, 0x99, 0xa5, 0xaa, 0x60,
0xd9, 0x57, 0x8d, 0x3d, 0x9a, 0x47, 0xd7, 0xc8, 0x22, 0x0a, 0x9a, 0xad, 0xb1, 0x6d, 0x44, 0xa3,
0x02, 0x79, 0x50, 0xc5, 0xa3, 0x19, 0xbf, 0x23, 0xee, 0x4f, 0x50, 0xcc, 0xc7, 0xe5, 0xb6, 0x6d,
0xe8, 0x4b, 0x67, 0x81, 0x00, 0x0a, 0x61, 0x5f, 0x70, 0xe4, 0x40, 0x52, 0x1c, 0x13, 0x14, 0x0a,
0xe2, 0x22, 0x38, 0x2f, 0xfa, 0xb2, 0x00, 0x49, 0x8e, 0x84, 0x02, 0x18, 0x73, 0xa8, 0x8e, 0x3e,
0x0d, 0x2f, 0x07, 0x08, 0x33, 0x17, 0x5d, 0x8c, 0xa0, 0xc2, 0x6f, 0x5f, 0x7d, 0x44, 0x0e, 0x9f,
0xcd, 0x60, 0x40, 0x54, 0xa2, 0xcc, 0xfe, 0x29, 0x84, 0x58, 0x02, 0x09, 0x97, 0x04, 0x48, 0x7a,
0x24, 0x56, 0x08, 0x62, 0x02, 0xe0, 0xfa, 0x7c, 0x01, 0xe2, 0xa9, 0x8d, 0x94, 0x6c, 0x55, 0xbd,
0xd7, 0x54, 0xed, 0x1e, 0x91, 0xb9, 0x64, 0x82, 0x43, 0x5f, 0x22, 0xac, 0x1b, 0x56, 0xe8, 0x94,
0x25, 0xf4, 0x5b, 0x50, 0x22, 0x20, 0x1c, 0x43, 0x28, 0x46, 0x85, 0xdf, 0xf6, 0xc9, 0x3d, 0x46,
0x97, 0xac, 0x7a, 0x39, 0x99, 0x20, 0xbd, 0x80, 0xe5, 0x89, 0xd0, 0x36, 0x6d, 0xd7, 0x52, 0x9b,
0xce, 0x76, 0xde, 0x80, 0xad, 0x84, 0xc1, 0xac, 0x93, 0xb4, 0xeb, 0x3f, 0x84, 0xa2, 0x0f, 0x7c,
0x72, 0xf6, 0xca, 0x2a, 0x67, 0xa5, 0x6a, 0x66, 0xfb, 0xfc, 0xce, 0x6e, 0x7c, 0x23, 0x47, 0x80,
0xf2, 0x6d, 0xb7, 0xdc, 0x53, 0x91, 0x64, 0x55, 0x82, 0x58, 0x17, 0x31, 0x58, 0x15, 0x61, 0x7c,
0xd7, 0x1a, 0x94, 0x4f, 0xc5, 0x97, 0x34, 0x7a, 0x53, 0x62, 0xa7, 0x92, 0xea, 0xeb, 0x1a, 0xb4,
0x45, 0xaa, 0x2d, 0x06, 0x58, 0x1c, 0x4c, 0x29, 0x3b, 0xa9, 0x21, 0x1c, 0x4a, 0xae, 0x53, 0x59,
0x7c, 0xc3, 0xa4, 0x3e, 0x45, 0x44, 0x2d, 0x73, 0x7c, 0xe7, 0x3a, 0x0f, 0x85, 0xa7, 0x70, 0xc5,
0x82, 0x42, 0x3d, 0x9c, 0x5e, 0x5d, 0x0a, 0xa8, 0x26, 0x65, 0xe4, 0x38, 0x9c, 0x95, 0x5f, 0x4f,
0xe5, 0x29, 0x54, 0x85, 0xe9, 0xa4, 0x0f, 0x05, 0x4d, 0x34, 0x35, 0x99, 0xe8, 0x39, 0x96, 0x4e,
0xb9, 0x3c, 0x04, 0x3d, 0xd4, 0xe4, 0xa0, 0xda, 0xd6, 0xa3, 0xea, 0xfe, 0xd1, 0x50, 0xdf, 0x3e,
0xb4, 0x58, 0xd5, 0xaa, 0xab, 0xc1, 0xe4, 0xbf, 0xd2, 0xdb, 0x6e, 0x61, 0x64, 0x78, 0x01, 0x99,
0x58, 0xdb, 0x3f, 0xd3, 0xe9, 0x35, 0x54, 0x7f, 0xc6, 0x51, 0xbe, 0x2f, 0x27, 0xed, 0xb3, 0x84,
0xd5, 0xaa, 0xef, 0x86, 0xdf, 0xc6, 0x3e, 0x66, 0xb7, 0xaa, 0x30, 0xd6, 0xf5, 0x40, 0x6c, 0xa7,
0xb8, 0x17, 0xc6, 0x91, 0xed, 0xd4, 0x16, 0x95, 0xd5, 0xe7, 0xcc, 0x80, 0xfb, 0x00, 0x9f, 0x3d,
0x99, 0x51, 0x52, 0x89, 0x4d, 0x18, 0x7f, 0x4f, 0x3a, 0xa1, 0xcc, 0xa7, 0x8c, 0x94, 0xf5, 0xc7,
0xa8, 0xc4, 0xce, 0xca, 0xa0, 0xea, 0x32, 0x75, 0xb9, 0x80, 0xb8, 0x3a, 0x0a, 0xd2, 0x0e, 0xdf,
0x78, 0x71, 0x8b, 0xff, 0x82, 0x0e, 0x1f, 0xec, 0xa7, 0xda, 0x69, 0x10, 0x13, 0x9b, 0x2d, 0xfa,
0xba, 0xfb, 0x3f, 0x16, 0x25, 0xc4, 0x27, 0xed, 0x1d, 0x00, 0x00
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xcd, 0x1a, 0x69, 0x73, 0xdb, 0xb8,
0xf5, 0x3b, 0x7f, 0x05, 0xc2, 0x4d, 0xb3, 0xd2, 0x9a, 0x3a, 0x1d, 0x39, 0xb2, 0x25, 0x32, 0x95,
0x25, 0x27, 0x4e, 0x62, 0xc9, 0x99, 0x95, 0xb2, 0x4e, 0xb3, 0xdd, 0xd9, 0xc0, 0x24, 0x24, 0xc2,
0xa6, 0x00, 0x95, 0x04, 0x7d, 0xd4, 0xe3, 0xff, 0xde, 0x07, 0x82, 0xa7, 0x2c, 0x4a, 0x49, 0xda,
0xd9, 0xe9, 0x64, 0x62, 0x93, 0x78, 0x27, 0x1e, 0x1e, 0xde, 0x45, 0xf7, 0x9f, 0x8d, 0xce, 0x87,
0xb3, 0x7f, 0x7c, 0x3c, 0x41, 0xae, 0x58, 0x7a, 0x56, 0x5f, 0xfe, 0x44, 0x1e, 0x66, 0x0b, 0x53,
0x27, 0x4c, 0x87, 0x77, 0x82, 0x1d, 0xab, 0xbf, 0x24, 0x02, 0x23, 0x86, 0x97, 0xc4, 0xd4, 0x6f,
0x28, 0xb9, 0x5d, 0x71, 0x5f, 0xe8, 0xc8, 0xe6, 0x4c, 0x10, 0x26, 0x4c, 0xfd, 0x96, 0x3a, 0xc2,
0x35, 0x3b, 0xcd, 0xa6, 0x6e, 0x69, 0x0a, 0x55, 0x5b, 0x83, 0x39, 0xe4, 0x86, 0xda, 0xa4, 0x16,
0xbd, 0x18, 0x94, 0x51, 0x41, 0xb1, 0x57, 0x0b, 0x6c, 0xec, 0x11, 0xb3, 0x65, 0x2c, 0xf1, 0x1d,
0x5d, 0x86, 0xcb, 0xf4, 0x3d, 0x0c, 0x88, 0x1f, 0xbd, 0xe0, 0x4b, 0x78, 0x67, 0x5c, 0x47, 0xda,
0x9a, 0xe8, 0x58, 0x21, 0xdb, 0xc5, 0x7e, 0x40, 0x40, 0x48, 0x28, 0xe6, 0xb5, 0x2e, 0xac, 0x0a,
0x2a, 0x3c, 0x62, 0xcd, 0xe8, 0x92, 0xa0, 0x29, 0x11, 0x82, 0xb2, 0x45, 0xd0, 0x6f, 0xa8, 0xc5,
0x7e, 0x60, 0xfb, 0x74, 0x25, 0x2c, 0xed, 0x06, 0xfb, 0xc8, 0x31, 0x1d, 0x6e, 0x87, 0x4b, 0x50,
0xb0, 0x37, 0x0f, 0x99, 0x2d, 0x28, 0x67, 0xe8, 0xb4, 0x52, 0x7d, 0xb8, 0xa5, 0xcc, 0xe1, 0xb7,
0x75, 0xbe, 0x22, 0xac, 0xa2, 0xbb, 0x42, 0xac, 0x82, 0xa3, 0x46, 0xe3, 0x9a, 0xf1, 0xfa, 0xad,
0x47, 0x9c, 0xfa, 0x82, 0x34, 0xe6, 0x04, 0x8b, 0xd0, 0x27, 0x41, 0x23, 0x88, 0xd9, 0x37, 0x7e,
0x12, 0x20, 0xad, 0x96, 0xbc, 0xea, 0xd5, 0xc7, 0x94, 0xe1, 0xf1, 0x3a, 0xc3, 0x94, 0x48, 0x37,
0xf4, 0x3f, 0x03, 0xe2, 0xcd, 0xf3, 0xd8, 0x53, 0xc0, 0x3e, 0x9e, 0xe1, 0x4a, 0xd5, 0x78, 0x4b,
0xc4, 0x6f, 0xf0, 0x2b, 0x5c, 0x39, 0x67, 0xdc, 0x86, 0x87, 0x61, 0x00, 0x3f, 0xde, 0x0c, 0x2b,
0x39, 0xe4, 0xc5, 0x3b, 0xa7, 0x22, 0xaa, 0x0f, 0x3e, 0x01, 0x65, 0x18, 0x92, 0x9a, 0x89, 0x13,
0x8f, 0xc8, 0xfd, 0x1c, 0xdf, 0x47, 0xa0, 0x0c, 0x95, 0xdc, 0xad, 0x30, 0x83, 0x25, 0x83, 0x54,
0x1f, 0x44, 0xdd, 0xf6, 0x70, 0x10, 0x9c, 0xd1, 0x40, 0xd4, 0x05, 0x5f, 0x2c, 0x3c, 0x52, 0xd1,
0x01, 0xae, 0x57, 0x7b, 0xd2, 0x28, 0xcc, 0x94, 0x6c, 0xf5, 0x8b, 0x91, 0xbe, 0x47, 0xaa, 0x3d,
0x56, 0x0f, 0xc4, 0xbd, 0x47, 0xea, 0x0e, 0x0d, 0x56, 0x1e, 0xbe, 0x37, 0x75, 0xc6, 0x19, 0xd1,
0x9f, 0x99, 0xe6, 0x1a, 0xe0, 0xb5, 0x02, 0x1c, 0xe9, 0x7a, 0x26, 0x53, 0x6a, 0xfc, 0x10, 0x31,
0xb3, 0xb1, 0xad, 0x57, 0x37, 0x72, 0x32, 0x14, 0x9c, 0x6f, 0x80, 0x5f, 0x7a, 0xdc, 0xbe, 0x4e,
0x10, 0xec, 0x1d, 0x0c, 0xb0, 0x04, 0x13, 0x8f, 0xd8, 0x82, 0x38, 0x2f, 0x5e, 0x54, 0xca, 0xa5,
0x2a, 0xae, 0xd5, 0x84, 0xed, 0x26, 0x32, 0xbe, 0x43, 0x96, 0xbd, 0x93, 0x2d, 0xfb, 0x2e, 0xb6,
0x79, 0x67, 0x91, 0x47, 0xff, 0x20, 0x8f, 0x01, 0xdc, 0xb9, 0x2f, 0x7c, 0xf0, 0x65, 0xd7, 0x3a,
0x61, 0x75, 0x70, 0x5f, 0x37, 0x7a, 0x3e, 0xe5, 0xa1, 0x9f, 0xbe, 0x8c, 0x29, 0x0b, 0x05, 0x49,
0x5f, 0x3f, 0x82, 0x47, 0x12, 0x91, 0xbe, 0xaa, 0x87, 0x06, 0x30, 0xd1, 0x7b, 0x73, 0xee, 0x57,
0xa8, 0xd9, 0xec, 0xd1, 0x7e, 0xb7, 0x47, 0xf7, 0xf6, 0xaa, 0x0f, 0x72, 0x41, 0xec, 0x99, 0x5f,
0x95, 0x0c, 0xb8, 0xda, 0x94, 0xad, 0x42, 0x11, 0xdf, 0xed, 0x8b, 0xe7, 0x0f, 0xf4, 0x51, 0x47,
0xd4, 0x49, 0x1f, 0xc5, 0xfd, 0x0a, 0xd6, 0x5d, 0xea, 0x38, 0x51, 0x34, 0x50, 0xc8, 0x29, 0xbc,
0x99, 0x20, 0xd8, 0x2e, 0xb1, 0xaf, 0x2f, 0xf9, 0x9d, 0x2e, 0xe5, 0x3a, 0xd6, 0x3f, 0xd9, 0x13,
0xd6, 0xa7, 0x8a, 0x5f, 0xe4, 0x80, 0xa6, 0x7e, 0x17, 0x24, 0x94, 0x2c, 0x5c, 0x5e, 0x12, 0x5f,
0x47, 0x4b, 0xca, 0x4c, 0x1d, 0xf8, 0x41, 0x30, 0x30, 0xf5, 0xf6, 0xcb, 0x72, 0x46, 0x93, 0xef,
0x61, 0xd4, 0x39, 0x2c, 0x67, 0x34, 0x2b, 0x30, 0xda, 0xa1, 0x50, 0xa7, 0x59, 0x64, 0x74, 0x19,
0x0a, 0x01, 0xc7, 0xa6, 0x48, 0xd4, 0x4b, 0xc6, 0x6a, 0xe9, 0xe9, 0x88, 0x33, 0xdb, 0xa3, 0xf6,
0xb5, 0xa9, 0x27, 0x17, 0xd0, 0xa5, 0x81, 0x21, 0x25, 0x56, 0x75, 0xeb, 0xc5, 0x42, 0xf4, 0xfa,
0x0d, 0x45, 0xa5, 0xb8, 0x46, 0xa7, 0xf5, 0xd5, 0xc8, 0x1d, 0x0c, 0x44, 0x57, 0x2f, 0x00, 0x4a,
0xb3, 0x63, 0xf5, 0x1d, 0x7a, 0xa3, 0x6c, 0x3e, 0x52, 0x2a, 0x47, 0xbe, 0x64, 0xea, 0xb1, 0x33,
0x1d, 0x49, 0x5f, 0xea, 0xe9, 0x09, 0x79, 0x7e, 0x8b, 0x9f, 0xb3, 0xf3, 0x9c, 0x8d, 0x3f, 0xe7,
0x4f, 0x34, 0x3d, 0x30, 0xa9, 0xa8, 0x0b, 0xe1, 0x1e, 0xd6, 0xc4, 0xc2, 0x1b, 0x9d, 0x5f, 0x54,
0x24, 0x9a, 0x21, 0xd5, 0xad, 0x47, 0x48, 0xc4, 0x01, 0x8d, 0xfb, 0x10, 0x8b, 0x89, 0x87, 0xc0,
0x79, 0x32, 0x4e, 0xd6, 0xa7, 0x80, 0x20, 0x20, 0xe8, 0x37, 0x22, 0x60, 0xaa, 0xbe, 0x8c, 0xda,
0x4a, 0xe4, 0xac, 0xa0, 0x6e, 0x14, 0xfc, 0x8f, 0x5a, 0xcd, 0xe6, 0xdf, 0x7a, 0x32, 0x54, 0x2b,
0x17, 0x1f, 0xa7, 0x5e, 0x3b, 0x4b, 0x9f, 0x2e, 0x36, 0xac, 0xbd, 0x49, 0x9f, 0xa6, 0xeb, 0x4f,
0x8d, 0x88, 0x95, 0x34, 0xdf, 0x95, 0xd9, 0xea, 0x5d, 0x81, 0xa3, 0x5f, 0x81, 0xa3, 0x2b, 0x5d,
0x9c, 0x27, 0x2e, 0xfb, 0xfc, 0xe1, 0xea, 0xb1, 0xc4, 0x6b, 0xbf, 0xf6, 0xd2, 0xcb, 0x11, 0xf1,
0x6c, 0x44, 0x5b, 0xc9, 0xcc, 0x3f, 0x53, 0xe6, 0xb7, 0x46, 0x58, 0x90, 0x23, 0xf0, 0x03, 0x75,
0xd1, 0x63, 0xeb, 0x8e, 0xd5, 0x5e, 0x95, 0xdd, 0xe3, 0x97, 0xcc, 0xb4, 0xb6, 0x7b, 0x3d, 0xe6,
0xac, 0xe0, 0x04, 0xc0, 0x80, 0xaf, 0xa2, 0xbb, 0x7f, 0x83, 0xbd, 0x90, 0x48, 0x5f, 0xb3, 0x4e,
0x6e, 0x88, 0x7f, 0x8f, 0x96, 0x90, 0x3b, 0xdd, 0x7e, 0x43, 0x41, 0x9f, 0xe2, 0xb5, 0xf6, 0x75,
0xeb, 0xdc, 0x71, 0x76, 0xa2, 0xbd, 0x8c, 0xf8, 0xb1, 0x9d, 0x78, 0xba, 0xf5, 0x1e, 0xb3, 0x72,
0x78, 0x5b, 0xb7, 0xde, 0x90, 0xcb, 0x72, 0x38, 0x68, 0x33, 0xc6, 0x7e, 0x39, 0x1c, 0xd4, 0x18,
0xac, 0xb6, 0xc0, 0x3b, 0x92, 0xfe, 0xbe, 0x1c, 0x7e, 0x00, 0xfa, 0x85, 0x5b, 0xf4, 0x7b, 0x25,
0xe1, 0x5e, 0x39, 0x1c, 0xea, 0x82, 0x41, 0xb8, 0x28, 0x87, 0x43, 0x84, 0x98, 0x92, 0xd5, 0x16,
0xfb, 0xc0, 0xb9, 0x9c, 0xdb, 0x62, 0x0b, 0x02, 0x58, 0x70, 0xc2, 0x6f, 0xb6, 0x20, 0x80, 0x09,
0x47, 0xc4, 0xce, 0x23, 0x34, 0x94, 0xef, 0x58, 0x45, 0x1f, 0x1a, 0xe5, 0x7d, 0x28, 0x76, 0xb6,
0xc4, 0xab, 0xf7, 0xdb, 0x99, 0x5b, 0x17, 0xd9, 0x47, 0x1e, 0x6d, 0xc9, 0x9f, 0xa9, 0x84, 0xaf,
0x3d, 0xc0, 0xd3, 0x33, 0x29, 0x0d, 0x70, 0x61, 0x28, 0xe5, 0xfc, 0xe4, 0x29, 0x0d, 0x39, 0x90,
0xb4, 0x95, 0xcb, 0xff, 0xbc, 0x39, 0x1f, 0x74, 0xe3, 0x64, 0xd0, 0xdd, 0x96, 0x09, 0xba, 0xdb,
0xd3, 0xc0, 0x34, 0x64, 0x3e, 0x0d, 0x48, 0x31, 0x1b, 0x00, 0xc3, 0xc4, 0xbf, 0x3a, 0x9d, 0x27,
0xcc, 0xcb, 0x42, 0x7f, 0x77, 0x57, 0xdc, 0xaf, 0x41, 0xc0, 0xff, 0x86, 0xc8, 0xdf, 0xfd, 0x6b,
0xc3, 0x7e, 0xb7, 0x3c, 0xe6, 0x3f, 0x8d, 0xf6, 0x3f, 0x1b, 0xd1, 0x71, 0x64, 0x31, 0xbf, 0xab,
0x6f, 0x8e, 0xf7, 0x71, 0xa4, 0xfd, 0x8b, 0xa2, 0xeb, 0xcf, 0x3b, 0xa3, 0x6b, 0xf7, 0x5b, 0x42,
0xab, 0x5e, 0x0c, 0xad, 0x9b, 0x5c, 0xd2, 0x28, 0x77, 0xc7, 0xc3, 0xd8, 0x1d, 0x0f, 0xb7, 0xb9,
0xe3, 0xe1, 0x0f, 0xb8, 0xe3, 0xe1, 0x0f, 0xb9, 0xe3, 0xe1, 0xff, 0xc8, 0x1d, 0x0f, 0xff, 0x5a,
0x77, 0x3c, 0xfc, 0xaf, 0xdc, 0xf1, 0xb0, 0xac, 0xfe, 0xf8, 0x7f, 0xf3, 0xc7, 0xc3, 0xad, 0xfe,
0xf8, 0x8d, 0xbe, 0x18, 0x55, 0xf0, 0xb3, 0xf1, 0x0c, 0x2a, 0x78, 0xca, 0x18, 0xf1, 0x4f, 0x67,
0xe3, 0x33, 0x53, 0x64, 0x75, 0x7b, 0x5c, 0x33, 0x45, 0xed, 0x95, 0xc2, 0x9d, 0xe9, 0x7b, 0x62,
0xbd, 0xdc, 0x27, 0xaf, 0xf5, 0x48, 0x08, 0xb4, 0x49, 0xb9, 0x7e, 0x62, 0x36, 0xda, 0x8c, 0x1a,
0x37, 0x54, 0xaa, 0xb3, 0xc8, 0x44, 0x25, 0x35, 0x84, 0x14, 0xf5, 0xec, 0xf7, 0x96, 0xb1, 0x6f,
0x74, 0x8c, 0x57, 0x46, 0xd7, 0x68, 0x35, 0x8d, 0x56, 0xdb, 0x80, 0x1f, 0xfb, 0x46, 0xeb, 0xe5,
0x1f, 0xa0, 0xa6, 0xed, 0x85, 0x0e, 0x09, 0x2a, 0x2b, 0xd9, 0x1c, 0xbf, 0x63, 0xa2, 0x22, 0xea,
0x91, 0x6f, 0x57, 0xab, 0x2f, 0x5e, 0xa4, 0x6b, 0xf1, 0xbe, 0xa2, 0x5e, 0x2f, 0x06, 0x5b, 0xfb,
0xcd, 0xa4, 0x65, 0x29, 0x00, 0x20, 0xc5, 0x37, 0xa1, 0xc1, 0x69, 0x9b, 0xa6, 0xf9, 0x84, 0xe5,
0x0e, 0x8e, 0xed, 0x6e, 0x09, 0xc7, 0x76, 0x37, 0xdf, 0xfc, 0xc8, 0xe6, 0x36, 0x6a, 0x4c, 0xae,
0xa0, 0x53, 0x49, 0x8e, 0xf4, 0x21, 0x6b, 0x5d, 0x5a, 0xcd, 0xa8, 0x77, 0x51, 0xed, 0xa9, 0xbe,
0x47, 0xf7, 0xae, 0xaa, 0x49, 0x6d, 0x6a, 0xa6, 0x8b, 0x31, 0x6f, 0xcb, 0xba, 0x7a, 0xd1, 0xea,
0xc5, 0xc7, 0x72, 0x95, 0x9c, 0xdf, 0x67, 0x3d, 0x47, 0x53, 0x7d, 0xcc, 0x44, 0x5f, 0x38, 0xb1,
0x68, 0x6c, 0xfe, 0xde, 0x34, 0x9e, 0xfc, 0xfb, 0xc3, 0x28, 0x68, 0x10, 0x61, 0x2e, 0xcd, 0x96,
0x91, 0x57, 0x14, 0xff, 0x4e, 0xff, 0xd8, 0x33, 0x37, 0x29, 0xf7, 0xcb, 0xd2, 0x58, 0xfe, 0x62,
0xb6, 0x7b, 0xeb, 0x3a, 0x9a, 0x92, 0xe4, 0x51, 0x9f, 0xea, 0x60, 0x52, 0xa7, 0x3e, 0x9d, 0xd7,
0xcf, 0x66, 0xbf, 0x2a, 0x08, 0x98, 0x2b, 0x5e, 0x88, 0x31, 0x6b, 0xad, 0x5f, 0x22, 0x0b, 0xbf,
0xf1, 0x38, 0x16, 0x45, 0x58, 0xb5, 0x6a, 0x00, 0xd3, 0x94, 0xc5, 0x64, 0x9d, 0xc5, 0x64, 0x0b,
0x8b, 0x49, 0xc2, 0x22, 0xb3, 0x04, 0x76, 0x9c, 0x5f, 0xf9, 0xad, 0x74, 0x2f, 0x83, 0x19, 0x54,
0xf5, 0xa2, 0xb1, 0x79, 0x97, 0xd8, 0xf6, 0x79, 0x00, 0x3e, 0xc0, 0x41, 0x96, 0xcf, 0x6f, 0x83,
0xba, 0x47, 0xd8, 0x42, 0xb8, 0x06, 0x86, 0x77, 0xca, 0x02, 0xe2, 0x0b, 0x49, 0xca, 0xab, 0x86,
0x67, 0x4e, 0x85, 0x4f, 0xd9, 0xa2, 0x3e, 0xf7, 0xf9, 0x72, 0xe8, 0x62, 0x7f, 0xc8, 0x1d, 0x52,
0xa9, 0x08, 0x30, 0xe0, 0xeb, 0x97, 0xdd, 0xa3, 0x4e, 0xa7, 0x0a, 0x1e, 0xdf, 0x4b, 0x86, 0x2f,
0x75, 0xdb, 0x27, 0x50, 0x4b, 0xc7, 0xa3, 0x8b, 0x8a, 0x2e, 0x1c, 0xbd, 0xda, 0xc3, 0x31, 0xc7,
0x21, 0xf1, 0xbc, 0x4a, 0x33, 0x7f, 0xed, 0xbe, 0x1e, 0xab, 0x70, 0xf7, 0xfc, 0x41, 0x3c, 0x1e,
0x7d, 0x35, 0x0a, 0x88, 0xad, 0x02, 0x62, 0x21, 0xbc, 0x8e, 0x3f, 0x3e, 0x7f, 0xf0, 0x1e, 0xd7,
0x03, 0x6b, 0x16, 0x70, 0x9f, 0x84, 0xd8, 0xac, 0xb0, 0x22, 0x40, 0xe6, 0x93, 0x7f, 0x85, 0xd4,
0x27, 0x10, 0x33, 0x8a, 0x12, 0xdb, 0x5b, 0x24, 0x9e, 0xfd, 0xb0, 0x44, 0xb6, 0x45, 0xe2, 0xfe,
0x16, 0x89, 0xa3, 0x1f, 0x96, 0x48, 0x0b, 0x12, 0x33, 0x7f, 0x88, 0xe7, 0x4f, 0xa2, 0xfa, 0x50,
0xea, 0x80, 0xfd, 0xe6, 0xeb, 0x4a, 0xd1, 0x7f, 0x4d, 0x70, 0x6a, 0xe3, 0x3b, 0x3c, 0xf8, 0x68,
0x9d, 0x7c, 0xa2, 0x1b, 0xa5, 0xce, 0x9a, 0x89, 0x9b, 0xa4, 0xf8, 0x17, 0x89, 0xb8, 0x6f, 0xf2,
0xf6, 0xa3, 0x75, 0xf2, 0x13, 0xfd, 0x51, 0x83, 0x32, 0x59, 0x8d, 0x06, 0xe3, 0x11, 0x21, 0x0a,
0x7c, 0x1b, 0x8c, 0x16, 0xcf, 0xea, 0xea, 0x57, 0xc1, 0xeb, 0x95, 0xd9, 0x91, 0x79, 0x23, 0x45,
0x93, 0x01, 0xdb, 0xfa, 0x3b, 0x5d, 0xca, 0x59, 0x24, 0x0a, 0x7d, 0xaf, 0xa2, 0x2a, 0xb4, 0xba,
0x1d, 0xc0, 0x25, 0xe9, 0x49, 0x86, 0x11, 0x46, 0xbf, 0xa1, 0x86, 0xa7, 0x97, 0xdc, 0xb9, 0x87,
0x4c, 0x0c, 0x0a, 0x41, 0x5a, 0x9a, 0x56, 0x64, 0x3b, 0x0d, 0x71, 0x64, 0x19, 0x65, 0x29, 0xf9,
0xf0, 0x67, 0x90, 0xd4, 0xfc, 0xd3, 0x39, 0x1c, 0x11, 0x11, 0x2e, 0x07, 0xc8, 0x8a, 0x07, 0x42,
0x47, 0x1a, 0x67, 0x41, 0x78, 0xb9, 0xa4, 0x02, 0xb6, 0xea, 0x44, 0xa4, 0x32, 0x13, 0xc7, 0x07,
0x2b, 0xf8, 0x0a, 0x6e, 0x63, 0x71, 0xcd, 0x25, 0xde, 0xea, 0x58, 0x2f, 0x29, 0x0d, 0xb4, 0xb4,
0x1e, 0x38, 0x95, 0xbc, 0x5e, 0xe7, 0x2a, 0x80, 0x28, 0xf1, 0x6d, 0x24, 0x4a, 0x69, 0x8e, 0x25,
0xcd, 0x31, 0xb6, 0xaf, 0x53, 0x32, 0xad, 0x48, 0xa1, 0x34, 0x85, 0x7e, 0x0a, 0xdf, 0x90, 0x8c,
0x75, 0x96, 0x57, 0xdd, 0xb6, 0x9a, 0xcd, 0x82, 0x6d, 0x43, 0xe8, 0xb8, 0xe0, 0x55, 0x7b, 0x4b,
0x04, 0x92, 0x13, 0x54, 0x24, 0x03, 0x06, 0x9a, 0xcc, 0x3e, 0x02, 0xd0, 0x87, 0x2e, 0xf8, 0x08,
0xc5, 0xfe, 0xbd, 0x3e, 0xae, 0x88, 0x4b, 0xaf, 0x99, 0xdc, 0xa2, 0x9f, 0xe4, 0x7b, 0x4d, 0x61,
0x09, 0x72, 0x27, 0x52, 0x8c, 0x69, 0xe4, 0xed, 0x2a, 0x50, 0x41, 0x0a, 0x6b, 0x2b, 0x02, 0x39,
0xb3, 0x68, 0xbf, 0x74, 0xe5, 0x24, 0x63, 0x89, 0x45, 0xa9, 0x94, 0x78, 0xe0, 0x3c, 0x7c, 0xa3,
0xa8, 0x22, 0xad, 0xff, 0x0d, 0x69, 0x19, 0x08, 0xe2, 0x8e, 0x2d, 0x2e, 0xdd, 0xbe, 0x00, 0xc2,
0x7a, 0x1b, 0x8f, 0xb4, 0x64, 0x04, 0x28, 0xdd, 0x48, 0x3d, 0xe9, 0xd6, 0xdb, 0xf1, 0xac, 0xf2,
0x69, 0x36, 0xac, 0xa6, 0x4d, 0xda, 0xd3, 0x3e, 0x1c, 0x50, 0x1a, 0xc7, 0xd3, 0xd9, 0x13, 0x0c,
0x2d, 0x6b, 0xc5, 0x87, 0x27, 0xb3, 0xc6, 0xf0, 0x64, 0x03, 0x4e, 0xd6, 0x8d, 0x9f, 0x00, 0xca,
0xc9, 0x16, 0x14, 0x68, 0xc8, 0xb5, 0x4f, 0xd3, 0x1a, 0x60, 0x34, 0x4e, 0x46, 0xa5, 0x58, 0xe0,
0xf1, 0x80, 0x34, 0x04, 0xa4, 0x61, 0x39, 0xd2, 0x81, 0x62, 0x35, 0x06, 0xac, 0x71, 0x39, 0xd6,
0xab, 0x88, 0xd5, 0xe0, 0x4b, 0x19, 0xbc, 0x1b, 0xc1, 0x3f, 0x02, 0x93, 0x8f, 0xa3, 0x99, 0x56,
0x86, 0x05, 0x05, 0x34, 0x68, 0x53, 0x19, 0x5c, 0x4c, 0x67, 0xe5, 0x36, 0x84, 0xfa, 0xf8, 0x3d,
0x20, 0x7d, 0x00, 0x9c, 0x52, 0x46, 0xb2, 0x5f, 0x1f, 0xc8, 0xdd, 0x0f, 0xb6, 0x6c, 0x5f, 0xf6,
0xec, 0x93, 0x2f, 0x80, 0x34, 0xf9, 0xb2, 0x45, 0x27, 0x39, 0x8a, 0x99, 0x40, 0x10, 0x70, 0xd1,
0x07, 0x0e, 0xa9, 0xac, 0x14, 0x0d, 0x4c, 0xfe, 0x6e, 0x3a, 0x43, 0x95, 0x77, 0xcc, 0xa1, 0x78,
0x8b, 0x66, 0x60, 0xf4, 0xe1, 0xa0, 0x36, 0xc5, 0xc1, 0x35, 0x16, 0xe0, 0x8c, 0xb7, 0xb9, 0xb9,
0xcc, 0x3a, 0x2a, 0x98, 0x7e, 0x00, 0xf6, 0x28, 0xe7, 0xf5, 0x4a, 0x21, 0x34, 0x06, 0x5b, 0xce,
0xaf, 0x05, 0xa6, 0x3f, 0x95, 0x8a, 0x9d, 0xe2, 0x5b, 0x4c, 0xe9, 0x16, 0xcd, 0xc0, 0xfa, 0x93,
0xf3, 0xdf, 0x00, 0x73, 0xc2, 0x6f, 0x78, 0x40, 0x2f, 0xa9, 0x1f, 0x5c, 0x97, 0x1e, 0x43, 0x5b,
0x7e, 0x08, 0x1a, 0x7c, 0x90, 0xc2, 0x3f, 0x8c, 0x80, 0x66, 0xc0, 0x6c, 0x97, 0xfb, 0x78, 0x41,
0xca, 0x29, 0xe0, 0x4c, 0xc6, 0x9f, 0x9f, 0xba, 0x5b, 0x32, 0xc1, 0xd0, 0xa2, 0xbb, 0x3b, 0x1b,
0x22, 0x3e, 0x9f, 0x43, 0xf4, 0x48, 0xef, 0xad, 0xba, 0x85, 0x9f, 0xce, 0x37, 0x77, 0x5f, 0x07,
0x1d, 0xf9, 0x4d, 0x4a, 0x25, 0xbd, 0xf8, 0x59, 0x4b, 0x53, 0x1d, 0x04, 0x1a, 0x9b, 0x33, 0x27,
0x40, 0x15, 0x80, 0xd7, 0x51, 0xab, 0x8b, 0x5c, 0x1e, 0xfa, 0x41, 0x55, 0x4a, 0x1a, 0x86, 0xbe,
0x0f, 0x15, 0x09, 0x82, 0x0a, 0x1c, 0x7b, 0x2a, 0x3e, 0xd1, 0x00, 0xae, 0x3e, 0xb4, 0x44, 0x69,
0xec, 0x85, 0xc5, 0x00, 0xb6, 0x19, 0xb2, 0x6b, 0xc6, 0x6f, 0xe5, 0x44, 0x07, 0x80, 0x56, 0x5d,
0x52, 0x9f, 0x61, 0x41, 0x05, 0x94, 0xe0, 0xeb, 0xc1, 0x02, 0xd2, 0xdc, 0x93, 0x68, 0x31, 0x01,
0xbb, 0xa6, 0xdb, 0xd5, 0xd6, 0x80, 0x53, 0x5d, 0x76, 0x3d, 0xeb, 0xb6, 0x28, 0x6c, 0xfd, 0x6c,
0x56, 0x92, 0xf4, 0xef, 0xa0, 0xfb, 0xd3, 0x0a, 0x69, 0xff, 0xe0, 0xa0, 0x7e, 0x20, 0x7b, 0x37,
0xb2, 0x82, 0xb5, 0x7a, 0xb3, 0xa5, 0x42, 0xdb, 0x19, 0x67, 0x8b, 0xcd, 0xda, 0x4e, 0x72, 0xda,
0x6a, 0x69, 0xbe, 0xb4, 0x4e, 0xca, 0xce, 0xf0, 0x42, 0x97, 0xbd, 0xdc, 0x76, 0x6d, 0x27, 0x7a,
0x12, 0xab, 0x37, 0xa8, 0x5b, 0xd0, 0xb6, 0x25, 0xa7, 0x4a, 0x05, 0x65, 0x93, 0x16, 0x34, 0x08,
0x65, 0x26, 0x2b, 0x1e, 0x43, 0x92, 0x60, 0xf6, 0xad, 0xa1, 0xec, 0x9a, 0x20, 0xb7, 0xc4, 0x4f,
0xe8, 0x1c, 0x92, 0x89, 0x6c, 0x52, 0xd7, 0x76, 0x77, 0x7e, 0xa6, 0xb2, 0x61, 0x3c, 0x9f, 0x95,
0x5f, 0xac, 0x36, 0x45, 0x72, 0x29, 0xcf, 0x06, 0x71, 0x9b, 0x02, 0xfa, 0x04, 0xf2, 0x41, 0xe9,
0xd1, 0xb5, 0x62, 0x5a, 0x0c, 0xb7, 0x90, 0x61, 0x8f, 0x2f, 0x50, 0xac, 0x58, 0x89, 0xff, 0x83,
0x27, 0x4d, 0xa1, 0xdc, 0x80, 0xfe, 0x79, 0x44, 0xe1, 0x3c, 0xb6, 0x63, 0xef, 0xc7, 0xcc, 0x6d,
0x08, 0x17, 0x3e, 0x67, 0xf4, 0x8e, 0x92, 0x35, 0x02, 0x2d, 0xb3, 0xbf, 0xcc, 0x92, 0x89, 0xe9,
0xe4, 0xa7, 0x28, 0xeb, 0x0d, 0xdc, 0x5d, 0x81, 0xce, 0x4e, 0x46, 0x6b, 0xb7, 0xe8, 0xbc, 0x55,
0x36, 0x7c, 0xd0, 0xe2, 0xb2, 0xb1, 0x93, 0xab, 0x14, 0xd1, 0x19, 0xde, 0xcc, 0xa5, 0xbd, 0x63,
0x84, 0xd1, 0xc9, 0x5f, 0xc2, 0xa2, 0x76, 0x18, 0xb4, 0x6b, 0xb5, 0xdd, 0x4d, 0x5c, 0xc7, 0xdf,
0xa3, 0x9b, 0xe4, 0x3a, 0x75, 0xf9, 0x2d, 0xea, 0x00, 0x16, 0xc8, 0xf5, 0xaf, 0x83, 0x1d, 0xf5,
0xc4, 0x79, 0x47, 0xdd, 0x06, 0x4d, 0x39, 0xd2, 0x34, 0x09, 0x0d, 0x38, 0x40, 0xc2, 0xc7, 0xd4,
0xab, 0xee, 0xa2, 0x9f, 0xc6, 0xf5, 0x88, 0xf2, 0x43, 0xb9, 0x23, 0x4d, 0x1d, 0x51, 0xfe, 0x8c,
0x46, 0xf1, 0xc0, 0xa4, 0xb8, 0xb7, 0xe1, 0xe7, 0x42, 0xa5, 0x72, 0x10, 0x6b, 0x92, 0x52, 0xc9,
0x8a, 0xcb, 0xa3, 0x0b, 0x57, 0xec, 0xd0, 0x61, 0x78, 0x9c, 0xd7, 0x61, 0xc8, 0x43, 0x26, 0x1c,
0x88, 0x4c, 0x68, 0xcc, 0xe5, 0xe5, 0xd6, 0xb6, 0xd3, 0x9e, 0x28, 0xda, 0x8c, 0xea, 0x2d, 0xc7,
0xde, 0x91, 0x5c, 0x8a, 0xbe, 0x76, 0xf4, 0x21, 0xc6, 0xf9, 0x78, 0x65, 0xb5, 0x9b, 0x49, 0xc5,
0x15, 0xd3, 0xfd, 0xe3, 0x5b, 0xbf, 0xc4, 0x1d, 0x1e, 0xe6, 0x0e, 0xa8, 0x56, 0x34, 0xc0, 0xbb,
0xec, 0x3e, 0x97, 0x70, 0x69, 0x25, 0x51, 0xa1, 0x5d, 0xce, 0x65, 0x54, 0x50, 0x45, 0xdb, 0xc2,
0x65, 0xbf, 0x95, 0x77, 0x96, 0x46, 0xbc, 0xb7, 0xa4, 0xd0, 0x4b, 0x37, 0xbb, 0xb6, 0xd5, 0xd3,
0x6f, 0xfe, 0x7a, 0xb9, 0x9f, 0x63, 0x7f, 0x54, 0x54, 0x72, 0xbc, 0x73, 0xab, 0xb9, 0x4f, 0x97,
0xa5, 0x5c, 0xa6, 0x3b, 0xb7, 0xba, 0x91, 0x4b, 0x61, 0xab, 0x32, 0x58, 0x8e, 0x65, 0x63, 0x8f,
0x56, 0xd1, 0xe7, 0xe3, 0x20, 0x0a, 0x9a, 0xfd, 0x4b, 0x4b, 0x8b, 0x56, 0x03, 0xe4, 0x42, 0x15,
0x8f, 0x96, 0xfc, 0x86, 0x38, 0xcf, 0xa0, 0x98, 0x8f, 0xcb, 0x6d, 0x4b, 0x53, 0x1f, 0x9b, 0x03,
0x04, 0xac, 0x10, 0xf6, 0x02, 0x8e, 0x6c, 0x48, 0x8a, 0x97, 0x04, 0x85, 0x01, 0x71, 0x10, 0xdc,
0x17, 0x35, 0x2c, 0x40, 0x82, 0xa3, 0x40, 0x32, 0xb8, 0xe4, 0x50, 0x1d, 0xbd, 0x9f, 0x9e, 0x4f,
0x10, 0x66, 0x0e, 0x3a, 0x9d, 0x41, 0x85, 0x3f, 0xf8, 0xf8, 0x0e, 0xd9, 0x7c, 0xb9, 0x84, 0x85,
0xa0, 0x1e, 0x65, 0xf6, 0xf7, 0x21, 0xc4, 0x12, 0x48, 0xb8, 0xc4, 0x47, 0xc2, 0x25, 0xb1, 0x42,
0x10, 0x13, 0x80, 0xaf, 0xc7, 0x6f, 0x41, 0x3c, 0xb5, 0x90, 0x94, 0x2d, 0xab, 0xf7, 0xa6, 0xac,
0xdd, 0x23, 0x34, 0x87, 0xcc, 0x71, 0xe8, 0x09, 0x84, 0x55, 0xc3, 0x0a, 0x9d, 0xb2, 0x80, 0x7e,
0x0b, 0x4a, 0x04, 0x84, 0x63, 0x16, 0x92, 0x50, 0xf2, 0x1f, 0x78, 0xe4, 0x0e, 0xa3, 0x73, 0xd6,
0x38, 0x9f, 0xcf, 0x91, 0xda, 0x40, 0x76, 0x23, 0x94, 0x4d, 0x07, 0xcd, 0xd4, 0xa6, 0xcb, 0x9d,
0x43, 0xd8, 0x5c, 0x18, 0x2c, 0x3a, 0xc9, 0xa0, 0xf5, 0x43, 0x5c, 0xd4, 0x85, 0x4f, 0xee, 0x5e,
0x4d, 0xe6, 0xac, 0x54, 0xcd, 0x62, 0x9f, 0x3f, 0xdc, 0xcd, 0x5f, 0x2b, 0x11, 0x20, 0x7d, 0xdb,
0xa9, 0x9d, 0xc9, 0x48, 0x92, 0x97, 0x10, 0xac, 0x8b, 0x98, 0xe4, 0x45, 0x68, 0xdf, 0xb5, 0x07,
0xe9, 0x53, 0xf1, 0x90, 0x46, 0x1d, 0x4a, 0xec, 0x54, 0x6a, 0x32, 0xac, 0xc5, 0xa3, 0x61, 0x08,
0xc8, 0x0b, 0xca, 0x8e, 0x9a, 0x08, 0x87, 0x82, 0xab, 0x54, 0x16, 0x4f, 0x98, 0xe4, 0xa0, 0x37,
0x6a, 0x99, 0xe3, 0xe9, 0xff, 0x2a, 0x0c, 0x5c, 0xc9, 0x37, 0xb8, 0xa5, 0x50, 0x0f, 0xab, 0xb9,
0x2c, 0xfc, 0x0f, 0xa0, 0x9a, 0x14, 0x91, 0xe3, 0x70, 0x56, 0x93, 0x93, 0x6c, 0xa8, 0x0a, 0x53,
0xa0, 0x07, 0x05, 0x4d, 0x04, 0x9a, 0xcf, 0x15, 0x8c, 0xa5, 0x20, 0x87, 0x87, 0xa0, 0x87, 0x04,
0x4e, 0x1a, 0x83, 0x6c, 0xca, 0xab, 0xc9, 0xc9, 0xb2, 0x12, 0x2b, 0x5b, 0x75, 0xb9, 0x98, 0xfc,
0x56, 0x93, 0x61, 0x8c, 0x34, 0xd7, 0x27, 0x73, 0x73, 0xfb, 0x9f, 0x04, 0xa9, 0x3d, 0x34, 0x7e,
0xc2, 0x51, 0xbe, 0xaf, 0x25, 0xed, 0xb3, 0x80, 0xdd, 0xca, 0xbf, 0x51, 0xfa, 0xf3, 0xd2, 0xc3,
0xec, 0x5a, 0x16, 0xc6, 0xaa, 0x1e, 0x88, 0xed, 0x14, 0xf7, 0xc2, 0x38, 0xb2, 0x9d, 0x3c, 0xa2,
0x9a, 0xfc, 0xd3, 0x29, 0x9f, 0x7b, 0xc0, 0xbe, 0x78, 0x33, 0xa3, 0xa4, 0xb2, 0x36, 0x7a, 0xa7,
0xcc, 0xa3, 0x8c, 0xd4, 0xd4, 0xa8, 0xd8, 0xca, 0x7f, 0x7b, 0x1f, 0xcf, 0xd2, 0x39, 0x3d, 0x1c,
0x9a, 0xfa, 0xcb, 0xab, 0xa3, 0xfd, 0xfd, 0xe6, 0x4a, 0x8d, 0xc0, 0xa3, 0x8d, 0x69, 0xb9, 0x0f,
0x83, 0xdf, 0xdb, 0xfa, 0x27, 0x04, 0xda, 0xb6, 0xd6, 0xbf, 0x21, 0xdb, 0x6c, 0xf8, 0x15, 0x9b,
0x33, 0xfa, 0x0b, 0xb3, 0xff, 0x00, 0x88, 0xe2, 0xe6, 0xda, 0x71, 0x26, 0x00, 0x00
};

View File

@ -331,10 +331,15 @@ void checkTimers()
for (uint8_t i = 0; i < 8; i++)
{
if (timerMacro[i] != 0
&& (timerWeekday[i] & 0x01) //timer is enabled
&& (timerHours[i] == hour(localTime) || timerHours[i] == 24) //if hour is set to 24, activate every hour
&& timerMinutes[i] == minute(localTime)
&& (timerWeekday[i] & 0x01) //timer is enabled
&& ((timerWeekday[i] >> weekdayMondayFirst()) & 0x01)) //timer should activate at current day of week
&& ( (timerDay[i] == 0 && ((timerWeekday[i] >> weekdayMondayFirst()) & 0x01)) //timer should activate at current day of week
|| (timerDay[i] > 0 && timerDay[i]==day(localTime) &&
(timerMonth[i] == 0 || timerMonth[i]==month(localTime) || (timerMonth[i]==13 && month(localTime)%2) || (timerMonth[i]==14 && !(month(localTime)%2)))
)
)
)
{
unloadPlaylist();
applyPreset(timerMacro[i]);

View File

@ -336,21 +336,28 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage)
}
char k[3]; k[2] = 0;
for (int i = 0; i<10; i++)
{
for (int i = 0; i<10; i++) {
k[1] = i+48;//ascii 0,1,2,3
k[0] = 'H'; //timer hours
timerHours[i] = request->arg(k).toInt();
k[0] = 'N'; //minutes
timerMinutes[i] = request->arg(k).toInt();
k[0] = 'T'; //macros
timerMacro[i] = request->arg(k).toInt();
k[0] = 'W'; //weekdays
timerWeekday[i] = request->arg(k).toInt();
if (i<8) {
k[0] = 'X'; //DOW
if (!request->hasArg(k)) {
k[0] = 'M'; //month
timerMonth[i] = request->arg(k).toInt();
k[0] = 'D'; //day
timerDay[i] = request->arg(k).toInt();
} else {
timerMonth[i] = 0;
timerDay[i] = 0;
}
}
}
}

View File

@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2112211
#define VERSION 2112251
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG
@ -504,12 +504,14 @@ WLED_GLOBAL unsigned long countdownTime _INIT(1514764800L);
WLED_GLOBAL bool countdownOverTriggered _INIT(true);
// timer
WLED_GLOBAL byte lastTimerMinute _INIT(0);
WLED_GLOBAL byte timerHours[] _INIT_N(({ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }));
WLED_GLOBAL byte lastTimerMinute _INIT(0);
WLED_GLOBAL byte timerHours[] _INIT_N(({ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }));
WLED_GLOBAL int8_t timerMinutes[] _INIT_N(({ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }));
WLED_GLOBAL byte timerMacro[] _INIT_N(({ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }));
WLED_GLOBAL byte timerWeekday[] _INIT_N(({ 255, 255, 255, 255, 255, 255, 255, 255, 255, 255 })); // weekdays to activate on
WLED_GLOBAL byte timerMacro[] _INIT_N(({ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }));
WLED_GLOBAL byte timerWeekday[] _INIT_N(({ 255, 255, 255, 255, 255, 255, 255, 255, 255, 255 })); // weekdays to activate on
// bit pattern of arr elem: 0b11111111: sun,sat,fri,thu,wed,tue,mon,validity
WLED_GLOBAL byte timerMonth[] _INIT_N(({0,0,0,0,0,0,0,0}));
WLED_GLOBAL byte timerDay[] _INIT_N(({0,0,0,0,0,0,0,0}));
// blynk
WLED_GLOBAL bool blynkEnabled _INIT(false);

View File

@ -552,6 +552,12 @@ void getSettingsJS(byte subPage, char* dest)
k[0] = 'N'; sappend('v',k,timerMinutes[i]);
k[0] = 'T'; sappend('v',k,timerMacro[i]);
k[0] = 'W'; sappend('v',k,timerWeekday[i]);
if (i<8) {
k[0] = 'X'; sappend('c',k,timerDay[i]==0);
k[0] = 'M'; sappend('v',k,timerMonth[i]);
k[0] = 'D'; sappend('v',k,timerDay[i]?timerDay[i]:1);
}
}
}