Bugfixes.
- prevent changing main segment during live - PIN code entry validation - UI CSS fixes
This commit is contained in:
parent
566985cf72
commit
f247139f1c
@ -326,7 +326,7 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#putil {
|
#putil {
|
||||||
padding: 5px 0;
|
padding: 5px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.smooth { transition: transform calc(var(--f, 1)*.5s) ease-out }
|
.smooth { transition: transform calc(var(--f, 1)*.5s) ease-out }
|
||||||
@ -446,10 +446,6 @@ button {
|
|||||||
z-index: 4;
|
z-index: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nodes {
|
|
||||||
height: calc(100% - var(--th) - 15px);
|
|
||||||
}
|
|
||||||
|
|
||||||
#rover {
|
#rover {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
@ -484,12 +480,7 @@ button {
|
|||||||
#kv, #kn {
|
#kv, #kn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
#kn {
|
|
||||||
height: 90%;
|
|
||||||
overflow: scroll;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
#info table, #nodes table {
|
#info table, #nodes table {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -718,11 +709,11 @@ input[type=range]::-moz-range-thumb {
|
|||||||
#putil .btn-s {
|
#putil .btn-s {
|
||||||
width: 135px;
|
width: 135px;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
#nodes .infobtn {
|
#nodes .infobtn {
|
||||||
width: 45%;
|
margin: 0;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
#segutil .btn-s, #segutil2 .btn-s, #putil .btn-s {
|
#segutil .btn-s, #segutil2 .btn-s, #putil .btn-s {
|
||||||
background-color: var(--c-3);
|
background-color: var(--c-3);
|
||||||
border: 1px solid var(--c-3);
|
border: 1px solid var(--c-3);
|
||||||
@ -1074,6 +1065,12 @@ textarea {
|
|||||||
/*min-height: 40px;*/
|
/*min-height: 40px;*/
|
||||||
min-width: 280px;
|
min-width: 280px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.seg {
|
||||||
|
top: auto !important; /* prevent sticky */
|
||||||
|
bottom: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.seg:last-child {
|
.seg:last-child {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -1141,8 +1138,8 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pcont .selected:not([class*="expanded"]) {
|
#pcont .selected:not([class*="expanded"]) {
|
||||||
bottom: 60px;
|
bottom: 52px;
|
||||||
top: 40px;
|
top: 42px;
|
||||||
}
|
}
|
||||||
/* calculated in index.js
|
/* calculated in index.js
|
||||||
#fxlist .lstI.selected {
|
#fxlist .lstI.selected {
|
||||||
@ -1153,14 +1150,14 @@ textarea {
|
|||||||
top: 99px !important;
|
top: 99px !important;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
#pallist .lstI.sticky {
|
|
||||||
top: 42px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pallist .lstI.selected {
|
#pallist .lstI.selected {
|
||||||
top: 84px;
|
top: 84px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pallist .lstI.sticky {
|
||||||
|
top: 42px;
|
||||||
|
}
|
||||||
|
|
||||||
/* list item content */
|
/* list item content */
|
||||||
.lstIcontent {
|
.lstIcontent {
|
||||||
padding: 9px 0 7px;
|
padding: 9px 0 7px;
|
||||||
@ -1214,6 +1211,7 @@ input[type="text"].fnd:hover {
|
|||||||
.presin {
|
.presin {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
width: 264px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-s,
|
.btn-s,
|
||||||
@ -1290,8 +1288,11 @@ input[type="text"].fnd:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 550px) and (min-width: 374px) {
|
@media all and (max-width: 550px) and (min-width: 374px) {
|
||||||
#info .btn, #nodes .btn {
|
#info table .btn, #nodes table .btn {
|
||||||
width: 150px;
|
width: 200px;
|
||||||
|
}
|
||||||
|
#info .infobtn, #nodes .infobtn {
|
||||||
|
width: 145px;
|
||||||
}
|
}
|
||||||
#info div, #nodes div {
|
#info div, #nodes div {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
|
@ -297,9 +297,9 @@
|
|||||||
</div><br>
|
</div><br>
|
||||||
<div id="kv">Loading...</div><br>
|
<div id="kv">Loading...</div><br>
|
||||||
<div>
|
<div>
|
||||||
<button class="btn" onclick="requestJson()">Refresh</button>
|
<button class="btn infobtn" onclick="requestJson()">Refresh</button>
|
||||||
<button class="btn" onclick="toggleNodes()">Instance List</button>
|
<button class="btn infobtn" onclick="toggleNodes()">Instance List</button>
|
||||||
<button class="btn" id="resetbtn" onclick="cnfReset()">Reboot WLED</button>
|
<button class="btn infobtn" id="resetbtn" onclick="cnfReset()">Reboot WLED</button>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<span class="h">Made with <span id="heart">❤︎</span> by Aircoookie and the <a href="https://wled.discourse.group/" target="_blank">WLED community</a></span>
|
<span class="h">Made with <span id="heart">❤︎</span> by Aircoookie and the <a href="https://wled.discourse.group/" target="_blank">WLED community</a></span>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<button type="button" onclick="B()">Back</button><button type="submit">Submit</button><hr>
|
<button type="button" onclick="B()">Back</button><button type="submit">Submit</button><hr>
|
||||||
</div>
|
</div>
|
||||||
<h2>Please enter settings PIN code</h2>
|
<h2>Please enter settings PIN code</h2>
|
||||||
<input type="password" name="PIN" size="4" maxlength="4" minlength="4"><br>
|
<input type="password" name="PIN" size="4" maxlength="4" minlength="4" pattern="[0-9]*" inputmode="numeric"><br>
|
||||||
<hr>
|
<hr>
|
||||||
<button type="button" onclick="B()">Back</button><button type="submit">Submit</button>
|
<button type="button" onclick="B()">Back</button><button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
|
@ -34,8 +34,9 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
function checkNum(o) {
|
function checkNum(o) {
|
||||||
// numeric keys only
|
const specialkeys = ["Backspace", "Tab", "Enter", "Shift", "Control", "Alt", "Pause", "CapsLock", "Escape", "Space", "PageUp", "PageDown", "End", "Home", "ArrowLeft", "ArrowUp", "ArrowRight", "ArrowDown", "Insert", "Delete"];
|
||||||
if ([8,9,13,37,39,46,48,49,50,51,52,53,54,55,56,57,127].includes(event.keyCode)) return true;
|
// true if key is a number or a special key
|
||||||
|
if(event.key.match(/[0-9]/) || specialkeys.includes(event.key)) return true;
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@ -55,7 +56,7 @@
|
|||||||
<button type="button" onclick="B()">Back</button><button type="submit">Save</button><hr>
|
<button type="button" onclick="B()">Back</button><button type="submit">Save</button><hr>
|
||||||
</div>
|
</div>
|
||||||
<h2>Security & Update setup</h2>
|
<h2>Security & Update setup</h2>
|
||||||
Settings PIN: <input type="password" name="PIN" size="4" maxlength="4" minlength="4" onkeydown="checkNum(this)"><br>
|
Settings PIN: <input type="password" id="PIN" name="PIN" size="4" maxlength="4" minlength="4" onkeydown="checkNum(this)" pattern="[0-9]*" inputmode="numeric" title="Please enter a 4 digit number"><br>
|
||||||
Lock wireless (OTA) software update: <input type="checkbox" name="NO"><br>
|
Lock wireless (OTA) software update: <input type="checkbox" name="NO"><br>
|
||||||
Passphrase: <input type="password" name="OP" maxlength="32"><br>
|
Passphrase: <input type="password" name="OP" maxlength="32"><br>
|
||||||
To enable OTA, for security reasons you need to also enter the correct password!<br>
|
To enable OTA, for security reasons you need to also enter the correct password!<br>
|
||||||
|
@ -1293,129 +1293,137 @@ const uint8_t PAGE_settings_time[] PROGMEM = {
|
|||||||
|
|
||||||
|
|
||||||
// Autogenerated from wled00/data/settings_sec.htm, do not edit!!
|
// Autogenerated from wled00/data/settings_sec.htm, do not edit!!
|
||||||
const uint16_t PAGE_settings_sec_length = 1935;
|
const uint16_t PAGE_settings_sec_length = 2054;
|
||||||
const uint8_t PAGE_settings_sec[] PROGMEM = {
|
const uint8_t PAGE_settings_sec[] PROGMEM = {
|
||||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x95, 0x58, 0x6b, 0x6f, 0xdb, 0xb8,
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x95, 0x58, 0x6d, 0x73, 0x13, 0x39,
|
||||||
0x12, 0xfd, 0xae, 0x5f, 0x41, 0xab, 0x40, 0xd7, 0x06, 0x64, 0xd9, 0x71, 0xe2, 0x36, 0x0f, 0xcb,
|
0x12, 0xfe, 0x3e, 0xbf, 0x42, 0x16, 0x55, 0xac, 0x7d, 0x65, 0x7b, 0x82, 0xe1, 0xb6, 0x20, 0xd8,
|
||||||
0xbd, 0x79, 0x38, 0x9b, 0x00, 0x49, 0x13, 0xc4, 0xee, 0x76, 0x2f, 0x16, 0x8b, 0x82, 0x96, 0xc6,
|
0xe6, 0x12, 0x62, 0x36, 0xa9, 0x0a, 0x24, 0x15, 0x9b, 0xe5, 0xae, 0x28, 0x8a, 0x92, 0x67, 0x64,
|
||||||
0x16, 0x6b, 0x99, 0xd4, 0x92, 0x54, 0x5c, 0xdf, 0x6e, 0xff, 0xfb, 0x9d, 0xa1, 0x24, 0xdb, 0x49,
|
0x8f, 0xf0, 0x58, 0x9a, 0x95, 0x34, 0x31, 0x3e, 0x96, 0xff, 0x7e, 0x4f, 0x6b, 0x66, 0x6c, 0x27,
|
||||||
0xbb, 0x1b, 0xf4, 0x43, 0x9b, 0x88, 0xe2, 0xbc, 0xce, 0xcc, 0x9c, 0x19, 0x65, 0xd0, 0xb8, 0xb8,
|
0xc0, 0x51, 0x7c, 0x20, 0x1e, 0xbd, 0xf5, 0xcb, 0xd3, 0xdd, 0x4f, 0x4b, 0x0c, 0x5b, 0x67, 0x57,
|
||||||
0x3b, 0x9f, 0xfc, 0xf7, 0x7e, 0xc4, 0x52, 0xbb, 0xcc, 0x86, 0x03, 0xfa, 0x9f, 0x65, 0x5c, 0xce,
|
0x2f, 0x67, 0xff, 0xb9, 0x9e, 0xb0, 0xcc, 0xaf, 0xf3, 0xf1, 0x90, 0xfe, 0xb2, 0x5c, 0xe8, 0xe5,
|
||||||
0x23, 0x1f, 0xa4, 0x8f, 0xcf, 0xc0, 0x93, 0xe1, 0x60, 0x09, 0x96, 0x33, 0xc9, 0x97, 0x10, 0xf9,
|
0x88, 0x4b, 0xcd, 0x31, 0x96, 0x22, 0x1d, 0x0f, 0xd7, 0xd2, 0x0b, 0xa6, 0xc5, 0x5a, 0x8e, 0xf8,
|
||||||
0x8f, 0x02, 0x56, 0xb9, 0xd2, 0xd6, 0x67, 0xb1, 0x92, 0x16, 0xa4, 0x8d, 0xfc, 0x95, 0x48, 0x6c,
|
0xad, 0x92, 0x9b, 0xc2, 0x58, 0xcf, 0x59, 0x62, 0xb4, 0x97, 0xda, 0x8f, 0xf8, 0x46, 0xa5, 0x3e,
|
||||||
0x1a, 0xf5, 0xbb, 0x5d, 0x7f, 0xe8, 0x95, 0x57, 0xbd, 0x67, 0xef, 0x12, 0x78, 0x14, 0x31, 0xb4,
|
0x1b, 0xfd, 0xf3, 0xe8, 0x88, 0x8f, 0xa3, 0x6a, 0x6b, 0x74, 0x6f, 0x2d, 0x95, 0xb7, 0x2a, 0x91,
|
||||||
0xdd, 0x43, 0x20, 0xa4, 0xb0, 0x82, 0x67, 0x6d, 0x13, 0xf3, 0x0c, 0xa2, 0xbd, 0x60, 0xc9, 0xbf,
|
0xbd, 0x30, 0xe8, 0x2a, 0xad, 0xbc, 0x12, 0x79, 0xcf, 0x25, 0x22, 0x97, 0xa3, 0x47, 0xdd, 0xb5,
|
||||||
0x88, 0x65, 0xb1, 0xdc, 0x3c, 0x17, 0x06, 0xb4, 0x7b, 0xe0, 0x53, 0x7c, 0x96, 0xca, 0x67, 0xde,
|
0xf8, 0xac, 0xd6, 0xe5, 0x7a, 0x37, 0x2e, 0x9d, 0xb4, 0x61, 0x20, 0xe6, 0x18, 0x6b, 0xc3, 0x59,
|
||||||
0x33, 0xd3, 0x95, 0x43, 0x71, 0xca, 0xb5, 0x01, 0x34, 0x52, 0xd8, 0x59, 0xfb, 0x10, 0x4f, 0xad,
|
0x74, 0x4f, 0x75, 0x6d, 0x50, 0x92, 0x09, 0xeb, 0x24, 0x94, 0x94, 0x7e, 0xd1, 0x7b, 0x8a, 0x59,
|
||||||
0xb0, 0x19, 0x0c, 0x6f, 0x85, 0x89, 0xd9, 0x18, 0xac, 0x15, 0x72, 0x6e, 0x06, 0x9d, 0xf2, 0x70,
|
0xaf, 0x7c, 0x2e, 0xc7, 0xaf, 0x95, 0x4b, 0xd8, 0x54, 0x7a, 0xaf, 0xf4, 0xd2, 0x0d, 0xe3, 0x6a,
|
||||||
0x60, 0x62, 0x2d, 0x72, 0x3b, 0xf4, 0x1e, 0xb9, 0x66, 0x56, 0x2c, 0x41, 0x15, 0x36, 0x48, 0xa2,
|
0x72, 0xe8, 0x12, 0xab, 0x0a, 0x3f, 0x8e, 0x6e, 0x85, 0x65, 0x5e, 0xad, 0xa5, 0x29, 0x7d, 0x37,
|
||||||
0x44, 0xc5, 0xc5, 0x12, 0x1d, 0x3d, 0x99, 0x15, 0x32, 0xb6, 0x42, 0x49, 0x76, 0xd5, 0x6c, 0x7d,
|
0x1d, 0xa5, 0x26, 0x29, 0xd7, 0x30, 0xf4, 0xf9, 0xa2, 0xd4, 0x89, 0x57, 0x46, 0xb3, 0xf3, 0x76,
|
||||||
0x5d, 0x09, 0x99, 0xa8, 0x55, 0xa8, 0x72, 0x90, 0x4d, 0x3f, 0xb5, 0x36, 0x37, 0xc7, 0x9d, 0xce,
|
0xe7, 0xcb, 0x46, 0xe9, 0xd4, 0x6c, 0xfa, 0xa6, 0x90, 0xba, 0xcd, 0x33, 0xef, 0x0b, 0x77, 0x1c,
|
||||||
0x42, 0xaa, 0x70, 0x95, 0x41, 0x12, 0xce, 0xa1, 0x33, 0x03, 0x6e, 0x0b, 0x0d, 0xa6, 0x63, 0x2a,
|
0xc7, 0x2b, 0x6d, 0xfa, 0x9b, 0x5c, 0xa6, 0xfd, 0xa5, 0x8c, 0x17, 0x52, 0xf8, 0xd2, 0x4a, 0x17,
|
||||||
0x33, 0x9d, 0x57, 0x06, 0xe2, 0x42, 0x0b, 0xbb, 0x6e, 0xd7, 0x47, 0x7e, 0xeb, 0xdb, 0x46, 0xe9,
|
0xbb, 0x5a, 0x4d, 0xfc, 0xc0, 0xc9, 0xa4, 0xb4, 0xca, 0x6f, 0x7b, 0xcd, 0x14, 0xef, 0x7c, 0xdd,
|
||||||
0xd9, 0x73, 0xa5, 0x1b, 0x41, 0x3f, 0xf0, 0x3f, 0x19, 0xc8, 0x66, 0xbb, 0xb7, 0x3f, 0x7c, 0x77,
|
0x09, 0x3d, 0xbd, 0x2f, 0x74, 0x77, 0x90, 0x77, 0xf9, 0x47, 0x27, 0xf3, 0xc5, 0xe1, 0xee, 0xb7,
|
||||||
0xbb, 0xc8, 0x13, 0x6e, 0xe1, 0x47, 0x77, 0xe7, 0xd7, 0x49, 0x13, 0x5a, 0x5f, 0x35, 0xa0, 0x3f,
|
0xdf, 0xec, 0x2e, 0x8b, 0x54, 0x78, 0xf9, 0xbd, 0xbd, 0xcb, 0x8b, 0xb4, 0x2d, 0x3b, 0x5f, 0xac,
|
||||||
0x92, 0x91, 0x73, 0x76, 0x94, 0x01, 0x85, 0x74, 0xb6, 0x76, 0xaf, 0xb6, 0x57, 0x85, 0xb9, 0x9b,
|
0x84, 0x3d, 0x9a, 0x91, 0x71, 0x7e, 0x92, 0x4b, 0x72, 0xe9, 0x74, 0x1b, 0x96, 0xf6, 0x5b, 0x95,
|
||||||
0x7e, 0xde, 0xb9, 0x0c, 0xaf, 0x5f, 0xfb, 0x6a, 0xfa, 0x19, 0x62, 0xeb, 0x47, 0x91, 0x5d, 0xe7,
|
0xbb, 0x9a, 0x7f, 0x3a, 0xd8, 0x2c, 0x1f, 0x3e, 0xe4, 0x66, 0xfe, 0x49, 0x26, 0x9e, 0x8f, 0x46,
|
||||||
0xa0, 0x66, 0x74, 0xd6, 0x38, 0xd5, 0x9a, 0xaf, 0x43, 0x61, 0xdc, 0xcf, 0x27, 0x1a, 0x4c, 0xaa,
|
0x7e, 0x5b, 0x48, 0xb3, 0xa0, 0xb9, 0xd6, 0x89, 0xb5, 0x62, 0xdb, 0x57, 0x2e, 0xfc, 0xde, 0x91,
|
||||||
0x56, 0x13, 0xc5, 0x8d, 0x6d, 0x42, 0x60, 0xa3, 0xc6, 0x5e, 0xeb, 0x2b, 0xa1, 0x29, 0x23, 0x72,
|
0xe0, 0x32, 0xb3, 0x99, 0x19, 0xe1, 0x7c, 0x5b, 0x76, 0xfd, 0xa8, 0xf5, 0xa8, 0xf3, 0x85, 0xd0,
|
||||||
0xc2, 0xb7, 0xf4, 0xc2, 0x6f, 0x9d, 0xc8, 0x50, 0x48, 0x09, 0xfa, 0x6a, 0x72, 0x7b, 0x13, 0x41,
|
0xd4, 0x23, 0x32, 0x82, 0x7b, 0x5a, 0xe0, 0x9d, 0xe7, 0xba, 0xaf, 0xb4, 0x96, 0xf6, 0x7c, 0xf6,
|
||||||
0x20, 0xc3, 0x38, 0xe3, 0xc6, 0xdc, 0x08, 0x63, 0x43, 0x9e, 0x24, 0x4d, 0xfb, 0xce, 0x07, 0xad,
|
0xfa, 0x72, 0x24, 0xbb, 0xba, 0x9f, 0xe4, 0xc2, 0xb9, 0x4b, 0xe5, 0x7c, 0x5f, 0xa4, 0x69, 0xdb,
|
||||||
0x95, 0xf6, 0x8f, 0x7d, 0xd2, 0xe6, 0xb7, 0x82, 0x38, 0x03, 0xae, 0x27, 0x65, 0x46, 0x9a, 0x55,
|
0xbf, 0xe0, 0xd2, 0x5a, 0x63, 0xf9, 0x31, 0x27, 0x69, 0xbc, 0xd3, 0x4d, 0x72, 0x29, 0xec, 0xac,
|
||||||
0x66, 0x5a, 0x28, 0x67, 0xec, 0x3a, 0x83, 0x90, 0x4b, 0xb1, 0xe4, 0x64, 0x3c, 0xf2, 0xa5, 0x92,
|
0x8a, 0x48, 0xbb, 0x8e, 0x4c, 0x07, 0xe7, 0x9c, 0xdf, 0xe6, 0xb2, 0x2f, 0xb4, 0x5a, 0x0b, 0x52,
|
||||||
0x08, 0x41, 0x75, 0x23, 0x42, 0x00, 0x6b, 0xa1, 0x66, 0xed, 0x20, 0xe2, 0xb6, 0x6b, 0x4f, 0xc3,
|
0x3e, 0xe2, 0xda, 0x68, 0x40, 0x50, 0xef, 0x18, 0x01, 0xc0, 0xe6, 0x50, 0xbb, 0x31, 0x10, 0xb8,
|
||||||
0x52, 0x3d, 0x42, 0xb3, 0x32, 0xf4, 0xad, 0x15, 0xf4, 0x8e, 0xba, 0xdd, 0x9d, 0x70, 0x8a, 0x3c,
|
0x1d, 0xea, 0xb3, 0x72, 0x6d, 0x6e, 0x65, 0xbb, 0x56, 0xf4, 0xb5, 0xd3, 0x1d, 0x3c, 0x3b, 0x3a,
|
||||||
0x53, 0x3c, 0xb9, 0x14, 0x19, 0x50, 0x3c, 0x75, 0x30, 0x12, 0x56, 0xec, 0xf7, 0xdb, 0x9b, 0x2b,
|
0x3a, 0x70, 0xa7, 0x2c, 0x72, 0x23, 0xd2, 0x57, 0x2a, 0x97, 0xe4, 0x4f, 0xe3, 0x8c, 0x96, 0x1b,
|
||||||
0x4c, 0xfb, 0x03, 0xfc, 0x55, 0x80, 0xb1, 0x18, 0x12, 0xba, 0x3e, 0x7a, 0x44, 0x50, 0x49, 0x2f,
|
0xf6, 0xef, 0xd7, 0x97, 0xe7, 0x08, 0xfb, 0x8d, 0xfc, 0xab, 0x94, 0xce, 0xc3, 0x25, 0x98, 0x3e,
|
||||||
0x60, 0x74, 0x4d, 0x9f, 0x44, 0xfd, 0x60, 0xd7, 0xf4, 0x16, 0x1d, 0x9b, 0x0a, 0x83, 0xd6, 0x4d,
|
0xb9, 0x05, 0xa8, 0x24, 0x57, 0xc2, 0xbb, 0x36, 0xa7, 0xa3, 0xbc, 0x7b, 0xa8, 0x7a, 0x8f, 0x8e,
|
||||||
0xae, 0xa4, 0x81, 0x09, 0x7c, 0xb1, 0x81, 0x3b, 0x31, 0x16, 0xab, 0xc6, 0x0c, 0xa3, 0x03, 0xf2,
|
0xcf, 0x94, 0x83, 0x76, 0x57, 0x18, 0xed, 0xe4, 0x4c, 0x7e, 0xf6, 0xdd, 0x30, 0xe3, 0x3c, 0xb2,
|
||||||
0xa2, 0x45, 0x31, 0x7e, 0xaf, 0xb6, 0x04, 0x67, 0x47, 0x2f, 0xec, 0x2a, 0x06, 0xd2, 0x11, 0x2f,
|
0xc6, 0x8d, 0x47, 0x4f, 0xc8, 0x8a, 0x0e, 0xf9, 0xf8, 0xad, 0xd8, 0x0a, 0x9c, 0x03, 0xb9, 0xf2,
|
||||||
0x82, 0x46, 0xad, 0xa0, 0xac, 0x8f, 0xfb, 0xbb, 0xf1, 0x04, 0x8b, 0xa3, 0x53, 0x06, 0x84, 0x39,
|
0x50, 0xb0, 0x24, 0x19, 0xc9, 0xaa, 0xdb, 0x6a, 0x04, 0x54, 0xf9, 0x71, 0x7d, 0x35, 0x9d, 0x21,
|
||||||
0xa0, 0x48, 0x94, 0x8b, 0xe4, 0x52, 0xe9, 0xe5, 0x05, 0xb7, 0xfc, 0xa4, 0x4a, 0xba, 0x0a, 0x79,
|
0x39, 0xe2, 0xca, 0x21, 0xc4, 0x80, 0x3c, 0x31, 0xc1, 0x93, 0x57, 0xc6, 0xae, 0xcf, 0x84, 0x17,
|
||||||
0x8e, 0x32, 0x98, 0x2f, 0xac, 0x28, 0xee, 0x07, 0x10, 0xce, 0x30, 0x7e, 0xf3, 0x47, 0xf7, 0xcf,
|
0xcf, 0xeb, 0xa0, 0x9b, 0xbe, 0x28, 0x70, 0x06, 0xf1, 0x42, 0x46, 0x09, 0xde, 0x95, 0xfd, 0x05,
|
||||||
0xa0, 0x44, 0x9d, 0xde, 0xa9, 0x16, 0x9e, 0x3f, 0xf2, 0xac, 0xc0, 0xa6, 0xf3, 0x83, 0xc6, 0xde,
|
0xfc, 0x77, 0xef, 0x8f, 0x3e, 0x74, 0x2b, 0xd4, 0x69, 0xcd, 0x74, 0x30, 0x7f, 0x2b, 0xf2, 0x12,
|
||||||
0x16, 0xb2, 0x38, 0x85, 0x78, 0xf1, 0xbe, 0x58, 0x6e, 0xcb, 0xa8, 0xd1, 0xf8, 0xe3, 0x30, 0x38,
|
0x45, 0xc7, 0xbb, 0xad, 0x47, 0x7b, 0xc8, 0x92, 0x4c, 0x26, 0xab, 0x37, 0xe5, 0x7a, 0x9f, 0x46,
|
||||||
0x0a, 0xf6, 0xf6, 0x83, 0xfd, 0xb7, 0xc1, 0xfe, 0x51, 0x70, 0xf0, 0x26, 0x38, 0x38, 0x0c, 0x0e,
|
0xad, 0x76, 0x4b, 0x92, 0x0b, 0xfd, 0x95, 0xdc, 0xf6, 0x11, 0xaa, 0x24, 0x6b, 0xc7, 0xef, 0x8f,
|
||||||
0x8e, 0x82, 0x7e, 0x37, 0xe8, 0xef, 0x05, 0xfd, 0x5e, 0xd0, 0xdf, 0x0f, 0xfa, 0x07, 0x41, 0xbf,
|
0x7a, 0xcf, 0x3e, 0xc4, 0x1d, 0xe4, 0xd2, 0x7b, 0x7e, 0x0a, 0x7b, 0x5d, 0x21, 0x12, 0xca, 0xde,
|
||||||
0x1f, 0xf4, 0xdf, 0x04, 0xfd, 0xb7, 0xc1, 0x5e, 0xef, 0xed, 0x9f, 0x58, 0x22, 0x71, 0x56, 0x24,
|
0x99, 0x98, 0xe3, 0xef, 0x04, 0xd4, 0x00, 0x17, 0xf9, 0x34, 0x53, 0x0b, 0x8f, 0xdf, 0x97, 0xe0,
|
||||||
0x60, 0x9a, 0x40, 0xe1, 0x87, 0x0b, 0x58, 0x9f, 0xab, 0x04, 0x5a, 0x7f, 0xff, 0x5d, 0x1d, 0xe4,
|
0x0a, 0x6b, 0x72, 0x7c, 0x9d, 0xe4, 0x34, 0xbe, 0x16, 0x60, 0x00, 0x9a, 0x17, 0x85, 0xbb, 0x34,
|
||||||
0xda, 0xfd, 0xbc, 0x80, 0x19, 0x2f, 0x32, 0xdb, 0x6c, 0xa1, 0x13, 0xad, 0x6f, 0xde, 0xa0, 0x53,
|
0xc9, 0x8a, 0x8e, 0x80, 0x0e, 0x0a, 0x9a, 0x9b, 0xd6, 0x92, 0xae, 0xc5, 0x52, 0xbe, 0x2d, 0xea,
|
||||||
0x75, 0x71, 0xd5, 0xcd, 0xcc, 0xe8, 0x38, 0xf2, 0xeb, 0x56, 0x0a, 0x3f, 0x9b, 0x77, 0x79, 0xf4,
|
0x8f, 0x33, 0xb3, 0xd1, 0x41, 0x2e, 0x02, 0xc2, 0xcf, 0xcd, 0x9a, 0x36, 0x20, 0x79, 0xcd, 0xe6,
|
||||||
0x06, 0x79, 0x60, 0x7b, 0x8d, 0x6a, 0x68, 0xf8, 0x1f, 0xb1, 0x24, 0xda, 0x60, 0x85, 0xce, 0xb0,
|
0x52, 0x06, 0x05, 0xe1, 0x3b, 0xec, 0x0e, 0x5f, 0x37, 0x6a, 0x99, 0xed, 0xa6, 0xeb, 0xb3, 0x17,
|
||||||
0x18, 0x5c, 0x59, 0xc5, 0x06, 0xfb, 0xf3, 0x84, 0x14, 0xba, 0x1b, 0x83, 0x4e, 0xc9, 0x73, 0x53,
|
0x08, 0x94, 0xa5, 0xc9, 0x33, 0x99, 0x4b, 0x54, 0xda, 0x07, 0x24, 0x71, 0x92, 0x97, 0xa9, 0x74,
|
||||||
0x95, 0xac, 0x99, 0x92, 0x84, 0x62, 0xe4, 0xff, 0x0a, 0xf6, 0xb7, 0x66, 0x0b, 0xd5, 0xcd, 0x10,
|
0xed, 0x9d, 0x77, 0x9d, 0xce, 0xdf, 0x7f, 0xd7, 0xa3, 0xc2, 0x86, 0xdf, 0x33, 0xb9, 0x10, 0x65,
|
||||||
0x43, 0x26, 0xf0, 0x84, 0x7e, 0xf9, 0x64, 0xfc, 0x8a, 0x09, 0xc7, 0x33, 0x9f, 0x21, 0x0f, 0xa5,
|
0xee, 0xdb, 0x1d, 0x60, 0xd4, 0xf9, 0x1a, 0x0d, 0xe3, 0x9a, 0x64, 0x6a, 0xb2, 0x61, 0xce, 0x26,
|
||||||
0x0a, 0xdf, 0xe4, 0x0a, 0x6b, 0x1f, 0xd9, 0x2f, 0x11, 0x8f, 0xcc, 0x15, 0x60, 0x84, 0xfd, 0x90,
|
0x23, 0xde, 0x54, 0x7a, 0xff, 0x93, 0x7b, 0x51, 0x8c, 0x7e, 0x07, 0x4d, 0xed, 0xb7, 0x51, 0x8a,
|
||||||
0x6b, 0xac, 0xbb, 0xe1, 0xee, 0x59, 0x0a, 0x59, 0x7e, 0x86, 0x47, 0xd3, 0xc2, 0x5a, 0x44, 0x93,
|
0x8f, 0xff, 0xa5, 0xd6, 0xc4, 0x6a, 0xac, 0xb4, 0x39, 0x72, 0x35, 0x64, 0x7d, 0xe2, 0x40, 0x1f,
|
||||||
0x9a, 0x2e, 0xf2, 0xcb, 0x07, 0x1f, 0xed, 0xc6, 0x99, 0x88, 0x17, 0x91, 0x7f, 0x45, 0x56, 0xdf,
|
0xcf, 0x49, 0x60, 0xd8, 0x31, 0x8c, 0x2b, 0x1a, 0x9e, 0x9b, 0x74, 0xcb, 0x8c, 0xa6, 0x20, 0x8f,
|
||||||
0xa1, 0x73, 0xe5, 0x1b, 0xf4, 0x0e, 0x55, 0xbc, 0x24, 0x74, 0x46, 0x42, 0x67, 0x58, 0x1c, 0x5b,
|
0xf8, 0x1f, 0xd2, 0xff, 0xd9, 0xee, 0x40, 0xdc, 0x02, 0x21, 0x66, 0x0a, 0x33, 0xf4, 0xf1, 0xd1,
|
||||||
0xb1, 0x4a, 0xc0, 0x2b, 0x25, 0x4c, 0x31, 0x5d, 0x0a, 0x74, 0x72, 0xcc, 0x1f, 0x61, 0x7b, 0x27,
|
0xf1, 0x9a, 0xa8, 0xa7, 0x0b, 0xce, 0x40, 0x93, 0x99, 0xc1, 0x4a, 0x61, 0x50, 0x9a, 0x20, 0xe7,
|
||||||
0xd5, 0xb5, 0xfa, 0xb4, 0x37, 0x1c, 0x57, 0x1c, 0xc6, 0x5e, 0xb3, 0x0f, 0x8e, 0x71, 0x18, 0x62,
|
0x54, 0xdd, 0xb2, 0x50, 0x1f, 0x23, 0x94, 0x6b, 0x01, 0xf7, 0x71, 0xfc, 0x60, 0x2e, 0x93, 0x79,
|
||||||
0x5b, 0xe4, 0x88, 0x4e, 0x6f, 0xe8, 0xd5, 0x8c, 0xca, 0xee, 0xaf, 0xdf, 0x1f, 0xb3, 0x81, 0x90,
|
0x71, 0x8a, 0xa9, 0x79, 0xe9, 0x3d, 0x82, 0x4d, 0x9c, 0x30, 0xe2, 0xd5, 0x80, 0x43, 0x6f, 0x92,
|
||||||
0x79, 0x61, 0x2b, 0x67, 0x72, 0x0c, 0x6e, 0xa5, 0x74, 0x52, 0x23, 0x83, 0x37, 0x7c, 0x66, 0xc4,
|
0xab, 0x64, 0x35, 0xe2, 0xe7, 0xa4, 0xf5, 0x05, 0x8c, 0xab, 0x56, 0x60, 0x1d, 0x44, 0xfc, 0xec,
|
||||||
0xff, 0xf0, 0xd7, 0x03, 0xc4, 0x88, 0x7f, 0xc9, 0x40, 0xce, 0x71, 0x0c, 0xd0, 0x93, 0xb7, 0x14,
|
0xd0, 0x29, 0x1d, 0xa2, 0x5c, 0xd8, 0x1f, 0xab, 0x0f, 0x44, 0xd5, 0x09, 0x57, 0xce, 0xd7, 0x0a,
|
||||||
0x72, 0xe7, 0x51, 0x49, 0xcc, 0x3d, 0x32, 0x1d, 0xf6, 0xf7, 0xa6, 0xb6, 0xa8, 0x59, 0x08, 0xf7,
|
0x46, 0x4e, 0xc5, 0xad, 0xdc, 0xef, 0xc9, 0x6c, 0x23, 0x3e, 0x1b, 0x8c, 0xa7, 0x35, 0xc5, 0xb2,
|
||||||
0xa9, 0x1e, 0x7a, 0x37, 0x2a, 0x5e, 0xb0, 0x95, 0xd0, 0x80, 0x45, 0x6a, 0x58, 0xf3, 0x6e, 0x72,
|
0x87, 0xec, 0x6d, 0x20, 0x44, 0x06, 0x6c, 0xcb, 0x02, 0xe8, 0x0c, 0xc6, 0x51, 0x43, 0xf8, 0xec,
|
||||||
0xda, 0x62, 0x46, 0xcd, 0xec, 0x8a, 0x6b, 0x60, 0x25, 0x2d, 0x3e, 0x73, 0xc6, 0xa9, 0x99, 0xaa,
|
0xfa, 0xe2, 0xcd, 0x31, 0x1b, 0x2a, 0x5d, 0x94, 0xbe, 0x36, 0xa6, 0x80, 0x73, 0x1b, 0x63, 0x53,
|
||||||
0x2f, 0xb5, 0x33, 0xef, 0xef, 0x2a, 0x55, 0xf7, 0xe8, 0x65, 0x9e, 0x6a, 0x6e, 0xe0, 0x05, 0xf7,
|
0x1e, 0x50, 0xc2, 0x7a, 0x03, 0x51, 0xf8, 0x74, 0xea, 0xbf, 0xf8, 0x7c, 0x02, 0xb0, 0xc4, 0xe7,
|
||||||
0xef, 0xee, 0x9f, 0x38, 0xbd, 0xdf, 0xab, 0x14, 0x4c, 0x14, 0x03, 0x49, 0x43, 0x89, 0xa1, 0x1b,
|
0x5c, 0xea, 0x25, 0xda, 0x15, 0x8d, 0xa2, 0xb5, 0xd2, 0x07, 0x43, 0xa3, 0x91, 0x01, 0x60, 0x64,
|
||||||
0x01, 0xc3, 0x6a, 0x60, 0x35, 0xeb, 0x33, 0x0d, 0xdc, 0x60, 0xb7, 0xb3, 0xb5, 0x2a, 0x98, 0x04,
|
0xf0, 0xd0, 0xae, 0x06, 0xa8, 0xa8, 0x3b, 0x9c, 0x15, 0xc2, 0x23, 0xa1, 0xb1, 0x10, 0xd2, 0xfe,
|
||||||
0x48, 0x98, 0x55, 0x8c, 0x67, 0x86, 0x24, 0x2c, 0xe0, 0xc4, 0x49, 0x01, 0xe7, 0xa5, 0xd6, 0x48,
|
0x1f, 0xd0, 0x42, 0xba, 0xd7, 0x26, 0x85, 0x58, 0x8d, 0xee, 0x62, 0x55, 0x02, 0x71, 0xa1, 0x0d,
|
||||||
0xb6, 0xac, 0x36, 0xd7, 0xf0, 0x48, 0xeb, 0x04, 0xdf, 0xd4, 0x27, 0x44, 0xb0, 0x45, 0x96, 0xb0,
|
0x41, 0x25, 0xd8, 0xce, 0x49, 0x26, 0xa9, 0x06, 0x98, 0x60, 0x4f, 0x58, 0xaa, 0x96, 0xca, 0x33,
|
||||||
0x29, 0xd0, 0x6c, 0x93, 0x73, 0x54, 0xb3, 0x4a, 0x41, 0x92, 0x39, 0x64, 0xef, 0xca, 0x78, 0x12,
|
0xec, 0x9b, 0xa3, 0x28, 0x00, 0x8a, 0x1d, 0x53, 0xce, 0xb3, 0x8d, 0xb2, 0xc8, 0x44, 0xe7, 0x58,
|
||||||
0x92, 0xd8, 0x60, 0x3a, 0xf4, 0x2e, 0x84, 0xa9, 0xbd, 0x29, 0xef, 0x49, 0x65, 0x99, 0x40, 0x5e,
|
0xfb, 0x6a, 0x76, 0xd2, 0x61, 0xce, 0x2c, 0xfc, 0x46, 0x58, 0xc9, 0xaa, 0x4e, 0x70, 0xcc, 0xa2,
|
||||||
0x33, 0x10, 0x30, 0x85, 0x26, 0xf5, 0x4a, 0x18, 0x60, 0x5c, 0x32, 0x6e, 0x89, 0x36, 0xd0, 0x8f,
|
0x3b, 0x1e, 0x06, 0x93, 0xe6, 0xe6, 0x73, 0xe3, 0xd8, 0x9b, 0xab, 0x4a, 0xd4, 0x35, 0x3c, 0x2f,
|
||||||
0x18, 0x1f, 0x34, 0xcc, 0xb0, 0x1a, 0x53, 0x56, 0x0e, 0xe5, 0x0d, 0x9a, 0x0d, 0x2a, 0x38, 0x17,
|
0x32, 0x0b, 0x8d, 0x3f, 0x84, 0xa4, 0xee, 0xad, 0x57, 0xd7, 0x77, 0x00, 0x78, 0x3c, 0xa8, 0x04,
|
||||||
0xe8, 0x40, 0x0c, 0x37, 0xc9, 0xa6, 0x82, 0xc3, 0x74, 0xa0, 0x8b, 0x73, 0xd4, 0x84, 0x98, 0x63,
|
0x44, 0x33, 0x03, 0x5b, 0xa9, 0x11, 0x33, 0xd8, 0xd1, 0x65, 0x48, 0x31, 0xd6, 0x74, 0x3a, 0x66,
|
||||||
0x77, 0xac, 0x4b, 0xef, 0x9c, 0x6d, 0x31, 0x73, 0xe6, 0x33, 0x4a, 0x13, 0x5e, 0x4b, 0x4a, 0x97,
|
0xe1, 0x0a, 0x18, 0x8e, 0x6d, 0x4d, 0xc9, 0xb4, 0x94, 0x29, 0xf3, 0x86, 0x89, 0xdc, 0x99, 0xda,
|
||||||
0x92, 0xc6, 0xa0, 0x23, 0x86, 0x2e, 0xbe, 0x0b, 0x90, 0x6b, 0xc6, 0xe3, 0x98, 0xd2, 0x87, 0x98,
|
0x3b, 0x9f, 0x49, 0xdc, 0x11, 0xac, 0x45, 0x83, 0x61, 0x8d, 0xbe, 0x56, 0x44, 0x52, 0x67, 0x58,
|
||||||
0x7c, 0x14, 0x97, 0x82, 0xd5, 0x1d, 0x4b, 0xd2, 0x24, 0x09, 0xc9, 0x0b, 0x39, 0xbc, 0xfb, 0xe8,
|
0x69, 0x66, 0xa8, 0xa9, 0x94, 0x79, 0xca, 0xe6, 0x92, 0xfa, 0xb9, 0x5e, 0x42, 0xcc, 0x26, 0x93,
|
||||||
0x97, 0xda, 0xe8, 0xdf, 0x25, 0x8f, 0xad, 0xd2, 0x04, 0x39, 0xea, 0x79, 0x41, 0xf0, 0x61, 0x5c,
|
0x9a, 0xd4, 0xa1, 0x63, 0xd5, 0xca, 0xd3, 0x3e, 0x1d, 0x1b, 0xce, 0xc7, 0xd1, 0x99, 0x72, 0x8d,
|
||||||
0xe5, 0xee, 0x34, 0xcb, 0xb6, 0x66, 0xb9, 0x4c, 0x58, 0xee, 0xc4, 0x0d, 0xd6, 0x16, 0xbe, 0x41,
|
0x35, 0xd5, 0x3e, 0x6d, 0x3c, 0x00, 0x67, 0xa0, 0x8c, 0x2e, 0x33, 0x50, 0x69, 0x37, 0x0a, 0xf8,
|
||||||
0xc0, 0x81, 0x0a, 0xa3, 0xc6, 0x16, 0x05, 0xae, 0x26, 0x93, 0x7b, 0x66, 0x35, 0x9f, 0xcd, 0x44,
|
0x0a, 0xcd, 0x10, 0x15, 0xa4, 0x1b, 0xec, 0x48, 0x30, 0xb0, 0x72, 0x81, 0x14, 0xcf, 0x58, 0x75,
|
||||||
0x4c, 0x91, 0x15, 0x12, 0x64, 0xac, 0xd7, 0xb9, 0xc5, 0x4b, 0xec, 0x74, 0x07, 0x52, 0x21, 0x5d,
|
0x11, 0xd9, 0xc1, 0xd9, 0xa2, 0x2c, 0x0e, 0x8e, 0x0e, 0xd5, 0x78, 0x97, 0x41, 0x94, 0xc5, 0x08,
|
||||||
0x76, 0x0d, 0xda, 0xc3, 0xcc, 0x5b, 0xcc, 0xe3, 0xc2, 0xc1, 0x2c, 0x28, 0xf1, 0x31, 0x20, 0x4b,
|
0x2d, 0x4c, 0x5c, 0x42, 0x12, 0x40, 0x47, 0xc9, 0x6d, 0x2b, 0xeb, 0x82, 0x6e, 0xb5, 0x08, 0xea,
|
||||||
0x39, 0xfe, 0x20, 0xba, 0x45, 0x88, 0xa9, 0xdf, 0xd2, 0xfd, 0xe1, 0xb8, 0x2e, 0xe1, 0xb2, 0xcf,
|
0x73, 0x8a, 0x13, 0xb6, 0xa5, 0x95, 0x49, 0x69, 0x6b, 0x18, 0xab, 0x71, 0xf0, 0xef, 0x4c, 0xea,
|
||||||
0xb0, 0xc3, 0xf6, 0x5f, 0x6a, 0xf0, 0x0f, 0xd4, 0xe0, 0xde, 0x2d, 0x97, 0x05, 0xcf, 0x1c, 0xe6,
|
0x2d, 0x13, 0x49, 0x42, 0xf1, 0x03, 0x26, 0xef, 0xd4, 0x2b, 0xc5, 0x1a, 0x1a, 0xa0, 0xd3, 0x74,
|
||||||
0xb5, 0xe8, 0xa6, 0xdd, 0xf5, 0x70, 0x54, 0x96, 0xe7, 0xa9, 0x4e, 0x0a, 0x21, 0x15, 0x5e, 0xfa,
|
0x52, 0xa6, 0xf7, 0x42, 0x72, 0x3f, 0x86, 0x57, 0xef, 0x78, 0x25, 0x8d, 0xfe, 0xbd, 0x12, 0x89,
|
||||||
0x47, 0x78, 0xaa, 0x95, 0xea, 0x94, 0x9a, 0xa3, 0xf2, 0x89, 0xc8, 0xa3, 0xc8, 0xb1, 0xf7, 0x1f,
|
0x37, 0x96, 0x20, 0x87, 0x9c, 0x9f, 0x1c, 0xbc, 0x99, 0xd6, 0xb1, 0x3b, 0xc9, 0xf3, 0xbd, 0x5a,
|
||||||
0x70, 0xe6, 0x29, 0x5d, 0x39, 0xc5, 0x6b, 0xee, 0x9a, 0x5a, 0xc9, 0x32, 0xb9, 0x40, 0xd1, 0x14,
|
0xa1, 0x53, 0x56, 0x84, 0xe3, 0x0e, 0xc9, 0x85, 0x15, 0x00, 0x2e, 0x29, 0x33, 0x1a, 0x6c, 0x71,
|
||||||
0x2b, 0x28, 0xf2, 0x3b, 0x15, 0x82, 0x48, 0xbb, 0x4a, 0xbe, 0xa3, 0x16, 0x76, 0xc3, 0x87, 0x59,
|
0xe0, 0x7c, 0x36, 0xbb, 0x66, 0xde, 0x8a, 0xc5, 0x42, 0x25, 0xe4, 0x59, 0xa9, 0xa5, 0x4e, 0xec,
|
||||||
0xae, 0xe7, 0xb4, 0x94, 0xd5, 0x27, 0xed, 0x99, 0x46, 0x53, 0x7e, 0xad, 0xbe, 0x92, 0x1a, 0x74,
|
0xb6, 0xf0, 0xd8, 0xc4, 0x4e, 0x0e, 0x20, 0x55, 0x3a, 0x44, 0xd7, 0x41, 0x1f, 0x22, 0xef, 0x11,
|
||||||
0x78, 0x89, 0x33, 0xd1, 0xe3, 0xb0, 0xb2, 0xb8, 0x79, 0xe9, 0x8a, 0x70, 0xc7, 0x6f, 0x9a, 0x51,
|
0xc7, 0x55, 0x80, 0x59, 0x51, 0xe0, 0x13, 0x09, 0xea, 0x0b, 0xa4, 0x44, 0x2d, 0x06, 0x10, 0x53,
|
||||||
0x75, 0x4a, 0xdd, 0xdc, 0x72, 0x15, 0x95, 0xa3, 0x15, 0x67, 0xdd, 0x1f, 0xd6, 0x61, 0x7a, 0x4f,
|
0x11, 0x67, 0x8f, 0xc7, 0xd3, 0x26, 0x87, 0xab, 0xe2, 0x45, 0xd9, 0x3e, 0xfe, 0x19, 0x6b, 0xbc,
|
||||||
0xc1, 0xab, 0x66, 0xd8, 0x87, 0x72, 0x2e, 0x6e, 0xb0, 0xfc, 0x65, 0x67, 0xf2, 0x27, 0xe1, 0x78,
|
0x25, 0xd6, 0x88, 0x5e, 0x0b, 0x5d, 0x8a, 0x3c, 0x60, 0xde, 0x1c, 0xdd, 0x71, 0x88, 0x1d, 0x4f,
|
||||||
0x16, 0x92, 0xce, 0xe0, 0x69, 0x44, 0x7e, 0xeb, 0x97, 0xaa, 0xe4, 0x2a, 0xf6, 0xd5, 0x3f, 0xc2,
|
0xaa, 0xf4, 0x3c, 0xb1, 0x69, 0xa9, 0xb4, 0xc1, 0xa6, 0x1f, 0xc2, 0x53, 0xa7, 0xfa, 0x09, 0x15,
|
||||||
0xa2, 0x82, 0x22, 0x9e, 0xcd, 0x9f, 0xc3, 0xe0, 0xbd, 0x80, 0x03, 0x6e, 0xc8, 0x33, 0x31, 0x2f,
|
0x47, 0x6d, 0x13, 0x31, 0x52, 0x59, 0x80, 0x50, 0x6e, 0xd0, 0xe7, 0x8d, 0xad, 0x8d, 0x12, 0x0d,
|
||||||
0xb4, 0x5b, 0x6e, 0x6a, 0x34, 0x9e, 0x80, 0xf1, 0xe4, 0x86, 0xf7, 0x22, 0x26, 0xbd, 0x7f, 0x04,
|
0x21, 0xce, 0xbd, 0x66, 0xb9, 0x5e, 0xe1, 0x68, 0x86, 0x0c, 0x1a, 0xf1, 0xb8, 0x46, 0x10, 0x5c,
|
||||||
0xe5, 0x29, 0x26, 0xde, 0xcf, 0x80, 0xd2, 0x0b, 0xb6, 0xc1, 0x11, 0x22, 0x3b, 0x80, 0xd0, 0x58,
|
0x6e, 0xf4, 0x0b, 0xa2, 0x83, 0xd0, 0x70, 0x99, 0x17, 0x76, 0x49, 0x17, 0xd1, 0x66, 0xa6, 0xb7,
|
||||||
0xf3, 0xdc, 0xf8, 0xc4, 0xba, 0x52, 0x99, 0xd2, 0xc7, 0xaf, 0x66, 0x9c, 0x3e, 0x01, 0x5e, 0xbf,
|
0xb0, 0x50, 0xc5, 0x1b, 0xf1, 0xf5, 0xa9, 0x61, 0x2c, 0x2a, 0x9c, 0x89, 0x73, 0xc7, 0xb5, 0xc6,
|
||||||
0x3a, 0x3a, 0x3c, 0x3c, 0x3c, 0xa9, 0xca, 0x08, 0x1b, 0xae, 0x4e, 0x6b, 0xe7, 0x49, 0x44, 0x65,
|
0xdd, 0x62, 0x48, 0xc2, 0x03, 0xbb, 0xa9, 0x2f, 0x37, 0x21, 0x0d, 0xbd, 0x3a, 0x64, 0x54, 0x01,
|
||||||
0xe7, 0xdd, 0xfd, 0x36, 0x7a, 0xf8, 0xf8, 0x70, 0x3d, 0x19, 0x11, 0x73, 0x22, 0x3f, 0x15, 0xc8,
|
0x2d, 0x41, 0x3b, 0x1f, 0x37, 0x6e, 0x46, 0x77, 0xc1, 0xab, 0xfb, 0xf6, 0xdb, 0xea, 0x2e, 0xb0,
|
||||||
0x91, 0xd2, 0xfe, 0x58, 0x22, 0x74, 0x20, 0x78, 0xd7, 0xb2, 0x66, 0xd2, 0xa7, 0xfa, 0x96, 0x9c,
|
0xc3, 0xf2, 0xb7, 0x83, 0xdb, 0x4e, 0xda, 0x9f, 0x2e, 0xfa, 0x24, 0xb3, 0x7b, 0xd7, 0x23, 0xde,
|
||||||
0x38, 0xe1, 0xaf, 0x02, 0x87, 0x05, 0xe3, 0x6c, 0xb6, 0xcb, 0x12, 0x0c, 0xa9, 0x5a, 0x43, 0xdb,
|
0xf9, 0xad, 0x4e, 0xb9, 0x9a, 0xd2, 0xed, 0xf7, 0xb0, 0xa8, 0xa1, 0x48, 0x16, 0xcb, 0xfb, 0x30,
|
||||||
0xf1, 0x1e, 0x39, 0x84, 0x9b, 0xae, 0x33, 0x37, 0x1a, 0xdf, 0xa3, 0x52, 0x17, 0xcf, 0xe5, 0x0f,
|
0x44, 0x3f, 0xc1, 0x01, 0xaf, 0x82, 0x85, 0x5a, 0x96, 0x36, 0x5c, 0xe8, 0x1a, 0x34, 0xee, 0x80,
|
||||||
0xd8, 0x3c, 0xd8, 0x30, 0xb3, 0x71, 0xdc, 0x47, 0xfc, 0x3a, 0xa5, 0xae, 0x4f, 0x70, 0xf4, 0x84,
|
0x71, 0x67, 0x47, 0xf4, 0x53, 0x4c, 0x06, 0x3f, 0x04, 0xe5, 0x2e, 0x26, 0xd1, 0xaf, 0x80, 0x32,
|
||||||
0x75, 0xdf, 0x9c, 0x4e, 0x71, 0x09, 0xad, 0x9b, 0xa5, 0x6a, 0x8e, 0xfa, 0xa3, 0x61, 0x2e, 0x6c,
|
0xe8, 0xee, 0x9d, 0x23, 0x44, 0x0e, 0x00, 0xa1, 0x5e, 0x19, 0x85, 0x9e, 0x8c, 0xbc, 0x32, 0xb9,
|
||||||
0x5a, 0x4c, 0xc3, 0x58, 0x2d, 0x3b, 0xa7, 0x42, 0xc7, 0x4a, 0xa9, 0x85, 0x80, 0xce, 0xc7, 0x9b,
|
0xb1, 0xc7, 0x0f, 0x16, 0x82, 0x9e, 0x3d, 0x0f, 0x1f, 0x3c, 0x7b, 0xfa, 0xf4, 0xe9, 0xf3, 0x3a,
|
||||||
0xd1, 0x45, 0x67, 0xdb, 0x29, 0x9f, 0xa6, 0xf8, 0xc1, 0xb5, 0xf0, 0x87, 0x74, 0x4c, 0x95, 0xe0,
|
0x8d, 0x50, 0x70, 0x4d, 0x58, 0xe3, 0x3b, 0x1e, 0x55, 0x95, 0x77, 0xf5, 0xe7, 0xe4, 0xe6, 0xdd,
|
||||||
0xb1, 0x47, 0xd0, 0x86, 0x42, 0xea, 0x86, 0x7b, 0xfb, 0x61, 0xaf, 0x3d, 0xcd, 0xba, 0x35, 0x2f,
|
0xcd, 0xc5, 0x6c, 0x42, 0xcc, 0x09, 0x7e, 0x2a, 0xc1, 0x91, 0xda, 0x7f, 0xff, 0x44, 0x3f, 0x80,
|
||||||
0xfd, 0x94, 0x89, 0x95, 0x58, 0x88, 0xce, 0x39, 0x7e, 0x8a, 0x69, 0x81, 0xd9, 0x57, 0xda, 0xb4,
|
0x10, 0x5d, 0xe8, 0x86, 0x49, 0xef, 0xca, 0x5b, 0x0b, 0xe2, 0x84, 0xbf, 0x4a, 0x74, 0x0b, 0x74,
|
||||||
0x91, 0xf9, 0xda, 0xb1, 0x86, 0x44, 0x58, 0xb3, 0x53, 0xa2, 0xb5, 0x03, 0xbb, 0x57, 0x03, 0x9c,
|
0x93, 0xc5, 0x21, 0x4b, 0x30, 0x50, 0xb5, 0x95, 0xbd, 0xc0, 0x7b, 0x64, 0x10, 0x6e, 0xf7, 0x41,
|
||||||
0x0f, 0xb4, 0x28, 0x22, 0xeb, 0x09, 0x28, 0x29, 0xd3, 0xe4, 0x10, 0xe3, 0x87, 0x1b, 0xd2, 0x1d,
|
0xdd, 0x64, 0x7a, 0x0d, 0xa1, 0xc1, 0x9f, 0x57, 0xdf, 0x61, 0xf3, 0xee, 0x8e, 0x99, 0x5d, 0xe0,
|
||||||
0xde, 0xde, 0x76, 0xf0, 0x29, 0x4b, 0x0b, 0x1c, 0x0e, 0xee, 0xd4, 0xcd, 0x3f, 0xa4, 0x79, 0xdc,
|
0x3e, 0xe2, 0xd7, 0x39, 0x55, 0x7d, 0x8a, 0xde, 0xd3, 0x6f, 0xea, 0xe6, 0x64, 0x8e, 0x8b, 0x77,
|
||||||
0xde, 0xf4, 0x1a, 0xf7, 0x75, 0x9c, 0x4b, 0x8a, 0xd1, 0xd6, 0x83, 0x90, 0x21, 0x3f, 0xa2, 0x69,
|
0x53, 0x2c, 0x75, 0x71, 0x34, 0x0f, 0x25, 0xf4, 0xb3, 0xac, 0x9c, 0xf7, 0x13, 0xb3, 0x8e, 0x4f,
|
||||||
0xda, 0x2a, 0xc8, 0xb9, 0xc6, 0x86, 0x69, 0x9b, 0x71, 0x8b, 0xf5, 0xba, 0x7b, 0x6f, 0xda, 0xbd,
|
0x94, 0x4d, 0x8c, 0x31, 0x2b, 0x25, 0xe3, 0x77, 0x97, 0x93, 0xb3, 0x78, 0x5f, 0x29, 0x1f, 0xe7,
|
||||||
0x6e, 0xaf, 0xc7, 0xce, 0x53, 0x8d, 0xcb, 0xb0, 0x40, 0x02, 0x1d, 0xc7, 0xe9, 0x8a, 0x3e, 0x25,
|
0x78, 0x64, 0xae, 0xf8, 0x98, 0xa6, 0x29, 0x13, 0x22, 0x76, 0x2b, 0xad, 0x23, 0x97, 0x8e, 0xfa,
|
||||||
0xaa, 0x91, 0x74, 0x83, 0xc3, 0x0a, 0xd7, 0x69, 0x84, 0x1e, 0x9d, 0x2a, 0x27, 0xea, 0x4f, 0x81,
|
0x8f, 0x1e, 0xf7, 0x07, 0xbd, 0x79, 0x7e, 0xd4, 0xf0, 0xd2, 0x2f, 0xa9, 0xd8, 0xa8, 0x95, 0x8a,
|
||||||
0x31, 0xcd, 0xd4, 0xb4, 0xb3, 0xc4, 0x2d, 0x1a, 0x74, 0xe7, 0xe6, 0xfa, 0x7c, 0xf4, 0x7e, 0x3c,
|
0xc3, 0x95, 0x52, 0x21, 0xfa, 0xc6, 0xba, 0x1e, 0x98, 0xaf, 0x97, 0x58, 0x99, 0x2a, 0xef, 0x0e,
|
||||||
0xfa, 0x3e, 0x05, 0xde, 0xed, 0xf5, 0x84, 0x65, 0xa5, 0x25, 0x17, 0x20, 0x8e, 0xb1, 0xda, 0xd1,
|
0x52, 0xb4, 0x31, 0xe0, 0x70, 0x6b, 0x17, 0xfd, 0x81, 0x2e, 0xc7, 0x60, 0x3d, 0x25, 0x2b, 0xca,
|
||||||
0x31, 0x68, 0x8c, 0x0a, 0xc3, 0x30, 0x06, 0x87, 0x21, 0x32, 0xab, 0xc9, 0xd1, 0xcb, 0x8a, 0x11,
|
0x74, 0x85, 0x4c, 0xf0, 0x58, 0x05, 0xdd, 0x61, 0xf7, 0xbe, 0x82, 0x4f, 0x58, 0x56, 0xa2, 0x39,
|
||||||
0x8c, 0xc8, 0x7d, 0xea, 0x5c, 0xb7, 0xf2, 0x33, 0xb7, 0xc5, 0xd3, 0x40, 0xa5, 0x2b, 0x25, 0xc1,
|
0x84, 0xd9, 0xd0, 0xff, 0x40, 0xf3, 0xb8, 0x12, 0xda, 0x2d, 0xde, 0x28, 0xe8, 0x4b, 0x86, 0xd1,
|
||||||
0x52, 0xbb, 0xd0, 0x0e, 0x59, 0x7e, 0x26, 0xfd, 0xe4, 0x4e, 0xe7, 0x7d, 0xb7, 0xd4, 0xfd, 0xdb,
|
0x55, 0x0a, 0x90, 0x81, 0x1f, 0xa1, 0x9a, 0xae, 0x2a, 0x64, 0x5c, 0x6b, 0xc7, 0xb4, 0xed, 0xa4,
|
||||||
0x4e, 0xd7, 0xa1, 0x81, 0x83, 0x90, 0x39, 0xc2, 0xa9, 0x99, 0xfe, 0x19, 0x0d, 0xb1, 0xaa, 0x73,
|
0xc3, 0x06, 0x47, 0x8f, 0x7e, 0xef, 0x0d, 0x8e, 0x06, 0x03, 0xf6, 0x32, 0xb3, 0x78, 0x00, 0x28,
|
||||||
0x71, 0x60, 0xe7, 0x19, 0x5f, 0x1f, 0xbb, 0x8f, 0x2b, 0x0a, 0xd7, 0xbd, 0xc6, 0x5f, 0x68, 0x15,
|
0x10, 0xe8, 0x34, 0xc9, 0x36, 0xf4, 0x7c, 0xaa, 0x5b, 0xd2, 0x25, 0x9a, 0x15, 0x6e, 0xa6, 0x80,
|
||||||
0xa6, 0xbd, 0x98, 0xfe, 0x2a, 0xf0, 0x7f, 0xc5, 0xb6, 0x62, 0xf5, 0x25, 0x10, 0x00, 0x00
|
0x1e, 0x46, 0x55, 0x1d, 0xf5, 0x97, 0xc0, 0x98, 0xe7, 0x66, 0x1e, 0xaf, 0xf1, 0x72, 0x90, 0x36,
|
||||||
|
0xbe, 0xbc, 0x78, 0x39, 0x79, 0x33, 0x9d, 0x7c, 0x1b, 0x82, 0xe8, 0xf5, 0xc5, 0x8c, 0xe5, 0x95,
|
||||||
|
0xa6, 0xe0, 0x20, 0xda, 0x58, 0x63, 0xe8, 0x54, 0x5a, 0x78, 0x05, 0x37, 0x9c, 0x43, 0x33, 0x04,
|
||||||
|
0xb3, 0xe2, 0x2a, 0xaf, 0x1b, 0x46, 0x70, 0xaa, 0xe0, 0x54, 0xb9, 0xe1, 0x99, 0xc3, 0xc2, 0xcb,
|
||||||
|
0x85, 0x1a, 0x2a, 0x6d, 0xa9, 0x08, 0x96, 0xca, 0x85, 0xae, 0x5c, 0xd5, 0xd3, 0xf0, 0x17, 0x2f,
|
||||||
|
0x8a, 0xd1, 0x37, 0x37, 0xc5, 0xff, 0x77, 0x51, 0x8c, 0xa9, 0xe1, 0x00, 0xb2, 0x40, 0x38, 0x0d,
|
||||||
|
0xd3, 0xdf, 0xa3, 0x21, 0x56, 0x57, 0x2e, 0x1a, 0x76, 0x91, 0x8b, 0xed, 0x71, 0x78, 0x50, 0x92,
|
||||||
|
0xbb, 0x61, 0x19, 0x1f, 0x74, 0xbf, 0xa6, 0xcb, 0x36, 0xfd, 0x4f, 0xc8, 0xff, 0x00, 0x58, 0xef,
|
||||||
|
0xa5, 0xf9, 0x19, 0x11, 0x00, 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -1537,42 +1545,44 @@ const uint8_t PAGE_settings_um[] PROGMEM = {
|
|||||||
|
|
||||||
|
|
||||||
// Autogenerated from wled00/data/settings_pin.htm, do not edit!!
|
// Autogenerated from wled00/data/settings_pin.htm, do not edit!!
|
||||||
const uint16_t PAGE_settings_pin_length = 549;
|
const uint16_t PAGE_settings_pin_length = 577;
|
||||||
const uint8_t PAGE_settings_pin[] PROGMEM = {
|
const uint8_t PAGE_settings_pin[] PROGMEM = {
|
||||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x95, 0x53, 0x5d, 0x6f, 0xd3, 0x30,
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0x95, 0x54, 0x5b, 0x6f, 0xd3, 0x30,
|
||||||
0x14, 0x7d, 0xcf, 0xaf, 0xf0, 0x8c, 0x34, 0xb5, 0x52, 0xdb, 0x8c, 0x09, 0x24, 0xc4, 0x92, 0x00,
|
0x14, 0x7e, 0xcf, 0xaf, 0xf0, 0x8c, 0x34, 0xb5, 0x68, 0x6d, 0xc6, 0x04, 0x12, 0xb0, 0x38, 0x40,
|
||||||
0x85, 0x49, 0xec, 0x01, 0x56, 0xa9, 0xbc, 0xf0, 0x34, 0xb9, 0xf6, 0x4d, 0xe3, 0xd5, 0xb1, 0x23,
|
0x61, 0x12, 0x7b, 0x80, 0x4d, 0x1a, 0x2f, 0x08, 0xa1, 0xc9, 0xb5, 0x4f, 0x1a, 0x6f, 0x8e, 0x1d,
|
||||||
0xfb, 0xa6, 0xa1, 0x9b, 0xf8, 0xef, 0x5c, 0x27, 0xfd, 0xd8, 0x26, 0x21, 0xc1, 0x4b, 0x9c, 0x73,
|
0xd9, 0x27, 0xcd, 0xca, 0xc4, 0x7f, 0xe7, 0x38, 0xe9, 0xba, 0x8b, 0x04, 0x12, 0x2f, 0xb1, 0xbf,
|
||||||
0xee, 0xb9, 0xdf, 0x76, 0x76, 0xf6, 0xe5, 0xf6, 0xf3, 0x8f, 0x9f, 0x8b, 0x6b, 0x56, 0x61, 0x6d,
|
0x73, 0xfd, 0xce, 0xc5, 0x29, 0xf6, 0x3e, 0x9d, 0x7d, 0xfc, 0xf6, 0xfd, 0xfc, 0x84, 0xd5, 0xd8,
|
||||||
0x8a, 0x2c, 0x7e, 0x99, 0x11, 0x76, 0x9d, 0x73, 0xb0, 0x9c, 0x30, 0x08, 0x55, 0x64, 0x35, 0xa0,
|
0xd8, 0xb2, 0x48, 0x5f, 0x66, 0xa5, 0x5b, 0x09, 0x0e, 0x8e, 0x13, 0x06, 0xa9, 0xcb, 0xa2, 0x01,
|
||||||
0x60, 0x56, 0xd4, 0x90, 0xf3, 0xad, 0x86, 0xae, 0x71, 0x1e, 0x39, 0x93, 0xce, 0x22, 0x58, 0xcc,
|
0x94, 0xcc, 0xc9, 0x06, 0x04, 0x5f, 0x1b, 0xe8, 0x5b, 0x1f, 0x90, 0x33, 0xe5, 0x1d, 0x82, 0x43,
|
||||||
0x79, 0xa7, 0x15, 0x56, 0xf9, 0xdb, 0x8b, 0x0b, 0x5e, 0x24, 0x83, 0x34, 0x79, 0x61, 0x53, 0xb0,
|
0xc1, 0x7b, 0xa3, 0xb1, 0x16, 0xaf, 0x0e, 0x0f, 0x79, 0x99, 0x8d, 0xa6, 0xd9, 0x13, 0x9d, 0x86,
|
||||||
0xd5, 0x12, 0xa6, 0x3d, 0x98, 0x68, 0xab, 0x51, 0x0b, 0x33, 0x0d, 0x52, 0x18, 0xc8, 0x5f, 0x4f,
|
0xb5, 0x51, 0x30, 0x1b, 0xc0, 0x81, 0x71, 0x06, 0x8d, 0xb4, 0xb3, 0xa8, 0xa4, 0x05, 0xf1, 0xe2,
|
||||||
0x6a, 0xf1, 0x4b, 0xd7, 0x6d, 0x7d, 0xc4, 0x6d, 0x00, 0xdf, 0x03, 0xb1, 0x22, 0x6c, 0x1d, 0x67,
|
0xa0, 0x91, 0x37, 0xa6, 0xe9, 0x9a, 0x1d, 0xee, 0x22, 0x84, 0x01, 0xc8, 0x25, 0x61, 0xe7, 0x39,
|
||||||
0xc9, 0x8b, 0xd4, 0xfb, 0x82, 0x64, 0x25, 0x7c, 0x00, 0x4a, 0xd2, 0x62, 0x39, 0x7d, 0x47, 0x2c,
|
0xcb, 0x9e, 0xa4, 0xde, 0x12, 0x52, 0xb5, 0x0c, 0x11, 0x28, 0x49, 0x87, 0xd5, 0xec, 0x35, 0x49,
|
||||||
0x6a, 0x34, 0x50, 0x7c, 0xd3, 0x41, 0xb2, 0x25, 0x20, 0x6a, 0xbb, 0x0e, 0x59, 0x3a, 0x90, 0x59,
|
0xd1, 0xa0, 0x85, 0xf2, 0x8b, 0x89, 0x8a, 0x5d, 0x00, 0xa2, 0x71, 0xab, 0x58, 0xe4, 0xa3, 0xb0,
|
||||||
0x90, 0x5e, 0x37, 0x58, 0x24, 0x5b, 0xe1, 0x99, 0xca, 0x95, 0x93, 0x6d, 0x4d, 0x05, 0x5e, 0x95,
|
0x88, 0x2a, 0x98, 0x16, 0xcb, 0x6c, 0x2d, 0x03, 0xd3, 0x42, 0x7b, 0xd5, 0x35, 0x44, 0xf0, 0xb8,
|
||||||
0xad, 0x95, 0xa8, 0x9d, 0x65, 0x5f, 0x47, 0xe3, 0xc7, 0x4e, 0x5b, 0xe5, 0xba, 0x99, 0x6b, 0xc0,
|
0xea, 0x9c, 0x42, 0xe3, 0x1d, 0xfb, 0x3c, 0x99, 0xde, 0xf6, 0xc6, 0x69, 0xdf, 0xcf, 0x7d, 0x0b,
|
||||||
0x8e, 0x78, 0x85, 0xd8, 0x84, 0xf7, 0x69, 0xba, 0xb1, 0x6e, 0xd6, 0x19, 0x50, 0xb3, 0x35, 0xa4,
|
0x6e, 0xc2, 0x6b, 0xc4, 0x36, 0xbe, 0xcd, 0xf3, 0x6b, 0xe7, 0xe7, 0xbd, 0x05, 0x3d, 0x5f, 0x41,
|
||||||
0x25, 0x08, 0x6c, 0x3d, 0x84, 0x34, 0xec, 0xc3, 0xa7, 0xaf, 0x02, 0xc8, 0xd6, 0x6b, 0xdc, 0x4d,
|
0x5e, 0x81, 0xc4, 0x2e, 0x40, 0xcc, 0xe3, 0x36, 0x7c, 0xfe, 0x2c, 0x82, 0xea, 0x82, 0xc1, 0xcd,
|
||||||
0x0f, 0x14, 0x1f, 0xff, 0x3e, 0x06, 0x9d, 0xbf, 0x0c, 0x7a, 0x74, 0xe4, 0x13, 0x7e, 0x17, 0xc0,
|
0xec, 0x4e, 0xc4, 0xa7, 0xbf, 0x77, 0x41, 0x17, 0x4f, 0x83, 0xee, 0x1c, 0xf9, 0x01, 0xbf, 0x8c,
|
||||||
0x94, 0x4f, 0xd5, 0xeb, 0x1b, 0x35, 0xc2, 0xf1, 0xa3, 0x07, 0xca, 0x61, 0x59, 0x4c, 0x88, 0xd7,
|
0x60, 0xab, 0x87, 0xd6, 0xab, 0x53, 0x3d, 0xc1, 0xe9, 0x6d, 0x00, 0xca, 0xe1, 0x58, 0x4a, 0x88,
|
||||||
0x06, 0x62, 0x99, 0xf3, 0x5d, 0x6f, 0x3a, 0x49, 0x75, 0xb8, 0x5d, 0xdd, 0x3f, 0x11, 0xe3, 0xf9,
|
0x27, 0x16, 0x12, 0xcd, 0xc5, 0x66, 0x50, 0xdd, 0x9b, 0x9a, 0x78, 0xb6, 0xbc, 0x7a, 0x60, 0x8c,
|
||||||
0x39, 0x77, 0xab, 0x7b, 0x90, 0xc8, 0xf3, 0x1c, 0x77, 0x0d, 0xb8, 0x32, 0x72, 0x67, 0x9f, 0xbc,
|
0xfb, 0xfb, 0xdc, 0x2f, 0xaf, 0x40, 0x21, 0x17, 0x02, 0x37, 0x2d, 0xf8, 0x2a, 0xc9, 0xf6, 0x3e,
|
||||||
0x17, 0xbb, 0x99, 0x0e, 0xfd, 0x19, 0x23, 0x24, 0x59, 0xba, 0x9f, 0x44, 0x16, 0x70, 0x47, 0x83,
|
0x84, 0x20, 0x37, 0x73, 0x13, 0x87, 0x33, 0x45, 0xc8, 0x8a, 0x7c, 0xdb, 0x89, 0x22, 0xe2, 0x86,
|
||||||
0xf9, 0xa8, 0xeb, 0x38, 0x53, 0xd6, 0x7a, 0x33, 0xe2, 0x3d, 0x35, 0x93, 0x81, 0x9a, 0xb8, 0x22,
|
0x1a, 0xf3, 0xde, 0x34, 0xa9, 0xa7, 0xac, 0x0b, 0x76, 0xc2, 0x07, 0xd1, 0x5c, 0x45, 0x2a, 0xe2,
|
||||||
0x61, 0x2f, 0xc8, 0xd2, 0xe1, 0x0e, 0xac, 0x9c, 0xda, 0x15, 0x59, 0xe9, 0x7c, 0xcd, 0xb4, 0xca,
|
0x98, 0x0c, 0x07, 0x83, 0x22, 0x1f, 0x77, 0x60, 0xe9, 0xf5, 0xa6, 0x2c, 0x2a, 0x1f, 0x1a, 0x66,
|
||||||
0x79, 0xfc, 0xb9, 0x0b, 0xc7, 0xdd, 0x2c, 0x4b, 0xce, 0x68, 0x29, 0x95, 0x23, 0x53, 0xe3, 0x42,
|
0xb4, 0xe0, 0xe9, 0x72, 0x19, 0x77, 0xb3, 0xb9, 0xa8, 0x38, 0xa3, 0xa1, 0xd4, 0x9e, 0x54, 0xad,
|
||||||
0xdc, 0x91, 0xd2, 0x5b, 0x26, 0x8d, 0x08, 0x21, 0xe7, 0xe8, 0x1a, 0xef, 0xba, 0xe7, 0x5c, 0x05,
|
0x8f, 0x69, 0x46, 0xda, 0xac, 0x99, 0xb2, 0x32, 0x46, 0xc1, 0xd1, 0xb7, 0xc1, 0xf7, 0x8f, 0x65,
|
||||||
0xa6, 0x99, 0x13, 0xb5, 0x6a, 0x11, 0xa9, 0xa3, 0x24, 0x56, 0x9d, 0xf3, 0x01, 0x71, 0xe6, 0xac,
|
0x35, 0xd8, 0x76, 0x41, 0xa2, 0x65, 0x87, 0x48, 0x15, 0x65, 0x89, 0xb5, 0xe0, 0x23, 0xe2, 0xcc,
|
||||||
0x34, 0x5a, 0x6e, 0x72, 0x4e, 0x7b, 0xe1, 0xc5, 0x87, 0x2c, 0x1d, 0x0c, 0x54, 0x0d, 0x85, 0x38,
|
0x3b, 0x65, 0x8d, 0xba, 0x16, 0x9c, 0xe6, 0xc2, 0xcb, 0x77, 0x45, 0x3e, 0x2a, 0x88, 0x0d, 0x85,
|
||||||
0x3a, 0xfd, 0xc5, 0x67, 0x1e, 0x7d, 0x92, 0xb9, 0x90, 0x9b, 0x93, 0xdf, 0x33, 0x8f, 0xd0, 0xae,
|
0xd8, 0x39, 0xfd, 0xc5, 0x67, 0x91, 0x7c, 0xb2, 0x85, 0x54, 0xd7, 0xf7, 0x7e, 0x8f, 0x3c, 0x62,
|
||||||
0x6a, 0x4d, 0x35, 0x2e, 0xfb, 0xf3, 0x24, 0xaa, 0xfc, 0x21, 0x41, 0x75, 0x59, 0x24, 0x0b, 0x03,
|
0xb7, 0x6c, 0x0c, 0x71, 0xbc, 0x18, 0xce, 0x7b, 0xa3, 0x3a, 0xdc, 0x25, 0xa8, 0x8f, 0xca, 0xec,
|
||||||
0x22, 0x00, 0xa3, 0xf9, 0x83, 0x67, 0x87, 0xc5, 0xb1, 0xc5, 0xcd, 0x77, 0xba, 0xfa, 0x0a, 0x68,
|
0xdc, 0x82, 0x8c, 0xc0, 0xa8, 0xff, 0x10, 0xd8, 0xdd, 0xe0, 0xd8, 0xf9, 0xe9, 0x57, 0x5a, 0x7d,
|
||||||
0x2e, 0x97, 0x45, 0xa6, 0x6d, 0xd3, 0xe2, 0x3e, 0x6a, 0x43, 0x7d, 0x75, 0xce, 0x2b, 0xbe, 0x7f,
|
0x0d, 0xd4, 0x97, 0xa3, 0xb2, 0x30, 0xae, 0xed, 0x70, 0x1b, 0xb5, 0xa5, 0xba, 0x7a, 0x1f, 0x34,
|
||||||
0x2a, 0xa4, 0xe4, 0x2c, 0xe8, 0x07, 0xfa, 0x7d, 0x43, 0x83, 0xa2, 0x7b, 0x6e, 0xc0, 0xae, 0xe9,
|
0xdf, 0x3e, 0x15, 0xb2, 0xe4, 0x2c, 0x9a, 0x5f, 0x74, 0x7d, 0x49, 0x8d, 0xa2, 0x3d, 0xb7, 0xe0,
|
||||||
0x39, 0x44, 0x58, 0x6b, 0x7b, 0x42, 0x54, 0x9e, 0x1f, 0xb2, 0xff, 0x43, 0x63, 0xb1, 0xaf, 0xe4,
|
0x56, 0xf4, 0x1c, 0x12, 0x6c, 0x8c, 0x7b, 0x80, 0x5a, 0x89, 0x94, 0xc4, 0x09, 0xfe, 0xe3, 0x70,
|
||||||
0x3f, 0x1b, 0x4b, 0xe3, 0xba, 0xe8, 0x18, 0x96, 0x98, 0xf6, 0x6f, 0xfd, 0x0f, 0x3e, 0x51, 0x03,
|
0xf6, 0xe6, 0xe7, 0x73, 0xce, 0x86, 0xb8, 0x0d, 0xa5, 0x11, 0xdc, 0xd1, 0xa6, 0x06, 0xa3, 0x52,
|
||||||
0x3c, 0xfb, 0x03, 0x00, 0x00
|
0xab, 0xc2, 0x48, 0x71, 0xa4, 0x9b, 0xfd, 0xb3, 0xfc, 0xff, 0xaf, 0x9e, 0x56, 0x23, 0x0d, 0x95,
|
||||||
|
0x3a, 0x30, 0x8e, 0x3a, 0x1f, 0xfe, 0x08, 0x7f, 0x00, 0x9e, 0x95, 0x90, 0x17, 0x21, 0x04, 0x00,
|
||||||
|
0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
|
3386
wled00/html_ui.h
3386
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
@ -289,7 +289,8 @@ bool deserializeState(JsonObject root, byte callMode, byte presetId)
|
|||||||
|
|
||||||
doReboot = root[F("rb")] | doReboot;
|
doReboot = root[F("rb")] | doReboot;
|
||||||
|
|
||||||
strip.setMainSegmentId(root[F("mainseg")] | strip.getMainSegmentId()); // must be before realtimeLock() if "live"
|
// do not allow changing main segment while in realtime mode (may get odd results else)
|
||||||
|
if (!realtimeMode) strip.setMainSegmentId(root[F("mainseg")] | strip.getMainSegmentId()); // must be before realtimeLock() if "live"
|
||||||
|
|
||||||
realtimeOverride = root[F("lor")] | realtimeOverride;
|
realtimeOverride = root[F("lor")] | realtimeOverride;
|
||||||
if (realtimeOverride > 2) realtimeOverride = REALTIME_OVERRIDE_ALWAYS;
|
if (realtimeOverride > 2) realtimeOverride = REALTIME_OVERRIDE_ALWAYS;
|
||||||
|
@ -559,7 +559,7 @@ bool handleSet(AsyncWebServerRequest *request, const String& req, bool apply)
|
|||||||
|
|
||||||
//segment select (sets main segment)
|
//segment select (sets main segment)
|
||||||
pos = req.indexOf(F("SM="));
|
pos = req.indexOf(F("SM="));
|
||||||
if (pos > 0) {
|
if (pos > 0 && !realtimeMode) {
|
||||||
strip.setMainSegmentId(getNumVal(&req, pos));
|
strip.setMainSegmentId(getNumVal(&req, pos));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// version code in format yymmddb (b = daily build)
|
||||||
#define VERSION 2204051
|
#define VERSION 2204071
|
||||||
|
|
||||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
Loading…
Reference in New Issue
Block a user