UI update.

This commit is contained in:
Blaz Kristan 2023-04-14 17:15:02 +02:00
parent e964c62907
commit ece6759fa7
7 changed files with 2260 additions and 1955 deletions

View File

@ -1256,7 +1256,7 @@ TD .checkmark, TD .radiomark {
position: relative;
width: 280px;
transition: background-color 0.5s;
margin: auto auto 20px;
margin: auto auto 10px;
font-size: 19px;
line-height: 24px;
}

View File

@ -198,6 +198,10 @@
</label>
</div>
</div>
<div style="padding-bottom: 10px;">
<button class="btn btn-xs" type="button" onclick="window.location.href=(loc?'http://'+locip:'')+'/cpal.htm'"><i class="icons btn-icon">&#xe18a;</i></button>
<button class="btn btn-xs" type="button" onclick="palettesData=null;localStorage.removeItem('wledPalx');requestJson({rmcpal:true});setTimeout(loadPalettes,250,loadPalettesData);"><i class="icons btn-icon">&#xe037;</i></button>
</div>
</div>
</div>

View File

@ -883,8 +883,21 @@ function populatePalettes()
`<div class="lstIprev" style="${genPalPrevCss(pa[0])}"></div>`
);
}
gId('pallist').innerHTML=html;
// append custom palettes (when loading for the 1st time)
if (!isEmpty(lastinfo) && lastinfo.cpalcount) {
for (let j = 0; j<lastinfo.cpalcount; j++) {
let div = d.createElement("div");
gId('pallist').appendChild(div);
div.outerHTML = generateListItemHtml(
'palette',
255-j,
'~ Custom '+j+' ~',
'setPalette',
`<div class="lstIprev" style="${genPalPrevCss(255-j)}"></div>`
);
}
}
}
function redrawPalPrev()
@ -1587,21 +1600,8 @@ function requestJson(command=null)
if (json.success) return;
if (json.info) {
let i = json.info;
// append custom palettes (when loading for the 1st time)
if (!command && isEmpty(lastinfo) && i.cpalcount) {
for (let j = 0; j<i.cpalcount; j++) {
let div = d.createElement("div");
gId('pallist').appendChild(div);
div.outerHTML = generateListItemHtml(
'palette',
255-j,
'~ Custom '+j+' ~',
'setPalette',
`<div class="lstIprev" style="${genPalPrevCss(255-j)}"></div>`
);
}
}
parseInfo(i);
populatePalettes(i);
if (isInfo) populateInfo(i);
}
var s = json.state ? json.state : json;

249
wled00/html_cpal.h Normal file
View File

@ -0,0 +1,249 @@
/*
* Binary array for the Web UI.
* gzip is used for smaller size and improved speeds.
*
* Please see https://kno.wled.ge/advanced/custom-features/#changing-web-ui
* to find out how to easily modify the web UI source!
*/
// Autogenerated from wled00/data/cpal/cpal.htm, do not edit!!
const uint16_t PAGE_cpal_L = 3791;
const uint8_t PAGE_cpal[] PROGMEM = {
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xbd, 0x5a, 0x79, 0x73, 0xdb, 0x36,
0x16, 0xff, 0xdf, 0x9f, 0x02, 0xa1, 0x77, 0x53, 0xb2, 0xa6, 0x28, 0x52, 0x12, 0x75, 0x9a, 0xde,
0x69, 0x9d, 0x74, 0x9d, 0x9d, 0xb8, 0x49, 0x36, 0x59, 0x37, 0xdd, 0x4c, 0x66, 0x4a, 0x8b, 0x90,
0xc4, 0x86, 0x22, 0xb5, 0x20, 0xe4, 0x23, 0xae, 0xbe, 0xfb, 0xfe, 0x1e, 0x40, 0x4a, 0xa4, 0x0e,
0x27, 0xed, 0x1e, 0x6d, 0x46, 0x24, 0x81, 0x77, 0x5f, 0x78, 0x00, 0xcc, 0x4e, 0x9f, 0x3c, 0x7b,
0x75, 0xfe, 0xee, 0xe7, 0xd7, 0xcf, 0xd9, 0x4c, 0xce, 0x93, 0x33, 0x76, 0x5a, 0x3e, 0x78, 0x18,
0xe1, 0x31, 0xe7, 0x32, 0xc4, 0x8c, 0x5c, 0x34, 0xf8, 0xbf, 0x96, 0xf1, 0x4d, 0x60, 0x9c, 0x87,
0xe3, 0x19, 0x6f, 0x9c, 0x67, 0xa9, 0x14, 0x59, 0x62, 0xb0, 0xa3, 0x31, 0xde, 0x78, 0x2a, 0x03,
0x23, 0xcd, 0x1a, 0x63, 0x9a, 0xb3, 0x19, 0xde, 0x72, 0x99, 0x09, 0xbc, 0xcd, 0x97, 0xb9, 0x6c,
0x08, 0x7e, 0x13, 0x26, 0x71, 0x14, 0x4a, 0x6e, 0xec, 0x23, 0xf8, 0x5a, 0x84, 0xd3, 0x79, 0xb8,
0x8f, 0xd2, 0x5e, 0xf0, 0xe7, 0x77, 0x8b, 0x58, 0xf0, 0xdc, 0x60, 0x6b, 0x70, 0x97, 0xe0, 0x64,
0x2c, 0x13, 0x7e, 0x76, 0xf4, 0xd3, 0xcb, 0xe7, 0xcf, 0xd8, 0x39, 0xb8, 0x66, 0x73, 0xf6, 0x3a,
0x4c, 0xb8, 0x94, 0x9c, 0x9d, 0x0b, 0x1e, 0x42, 0x9c, 0xd3, 0xa6, 0x86, 0x61, 0xa7, 0xf9, 0x58,
0xc4, 0x0b, 0xc9, 0xe4, 0xfd, 0x82, 0x07, 0x86, 0xe4, 0x77, 0xb2, 0xf9, 0x6b, 0x78, 0x13, 0xea,
0x51, 0xe3, 0xec, 0x68, 0xb2, 0x4c, 0xc7, 0x32, 0xce, 0x52, 0x36, 0x7d, 0x11, 0x99, 0xdc, 0x7a,
0x10, 0x5c, 0x2e, 0x45, 0xca, 0x22, 0x67, 0xca, 0xe5, 0xf3, 0x84, 0xcf, 0xc1, 0xf4, 0xfb, 0x7b,
0x35, 0xb5, 0x5a, 0x83, 0x8e, 0x9f, 0xd7, 0x20, 0xc7, 0xc4, 0x92, 0x17, 0xc0, 0x04, 0x78, 0x13,
0x0a, 0x16, 0x05, 0x51, 0x36, 0x5e, 0xd2, 0xc8, 0xd1, 0x69, 0x53, 0x73, 0x23, 0x61, 0xe4, 0x3d,
0x09, 0x7e, 0x9d, 0x45, 0xf7, 0x0f, 0x13, 0xa8, 0xd4, 0x98, 0x84, 0xf3, 0x38, 0xb9, 0x1f, 0x7e,
0x27, 0xe2, 0x30, 0xb1, 0xf3, 0x30, 0xcd, 0x1b, 0x39, 0x17, 0xf1, 0x64, 0x74, 0x1d, 0x8e, 0x3f,
0x4d, 0x45, 0xb6, 0x4c, 0xa3, 0xc6, 0x38, 0x4b, 0x32, 0x31, 0x3c, 0xf6, 0x3c, 0x6f, 0xa4, 0x50,
0xf2, 0xf8, 0x33, 0x1f, 0x7a, 0xdd, 0xc5, 0xdd, 0xa8, 0x98, 0x89, 0xa2, 0x68, 0x34, 0x0f, 0xc5,
0x34, 0x4e, 0x87, 0x2e, 0xf3, 0x5c, 0x4c, 0x3c, 0x4a, 0x3a, 0x89, 0x53, 0xde, 0x98, 0xf1, 0x78,
0x3a, 0x93, 0x43, 0xc7, 0x5f, 0x1d, 0x2f, 0x42, 0x01, 0x29, 0x1b, 0x64, 0xe1, 0x10, 0x53, 0xe2,
0x61, 0x91, 0xe5, 0x31, 0xe9, 0x39, 0x14, 0x3c, 0x09, 0x65, 0x7c, 0xc3, 0x47, 0xb7, 0x71, 0x24,
0x67, 0x43, 0xcf, 0x75, 0xff, 0x3c, 0x2a, 0x10, 0x5b, 0x60, 0xb3, 0x3a, 0xbe, 0xce, 0x24, 0x6c,
0x7f, 0xbe, 0x8b, 0x19, 0x5e, 0xe7, 0x59, 0xb2, 0x94, 0xbc, 0x90, 0xab, 0x21, 0xb3, 0xc5, 0xd0,
0x57, 0x28, 0x53, 0x11, 0x46, 0x31, 0xf1, 0xbb, 0xce, 0xee, 0x1e, 0x76, 0xe9, 0xd2, 0xfb, 0xca,
0x51, 0x8a, 0x35, 0x80, 0xfb, 0x69, 0x2f, 0xd1, 0x02, 0xb6, 0x4d, 0xaa, 0x6a, 0x12, 0x3d, 0xbc,
0x5d, 0x67, 0x22, 0xe2, 0xa2, 0x41, 0xf4, 0x97, 0xf9, 0xb0, 0x4d, 0x23, 0xdb, 0x46, 0xcc, 0xe3,
0xe4, 0x86, 0x8b, 0x02, 0x72, 0xd8, 0x5a, 0xdc, 0x31, 0x50, 0x8c, 0x23, 0x26, 0xa6, 0xd7, 0xa1,
0xd9, 0xed, 0xdb, 0xfa, 0x9f, 0xe3, 0x5b, 0x23, 0x2d, 0xf0, 0x9f, 0x47, 0x52, 0xc0, 0x70, 0x93,
0x4c, 0xcc, 0x87, 0xea, 0x0d, 0xf6, 0xe0, 0x3f, 0x9b, 0x0d, 0xcc, 0x58, 0xa3, 0xcf, 0x8d, 0x38,
0x8d, 0xf8, 0xdd, 0xb0, 0x55, 0xca, 0xbb, 0x88, 0xc7, 0x90, 0xf7, 0x8b, 0x62, 0xf7, 0xfe, 0xb7,
0x52, 0x7b, 0x24, 0x76, 0x45, 0xb6, 0x88, 0x23, 0x31, 0xf8, 0x17, 0xa5, 0xf2, 0xd7, 0x52, 0xf9,
0x5f, 0x27, 0xd5, 0xf1, 0x64, 0x32, 0x29, 0x65, 0x6a, 0xaf, 0x65, 0x3a, 0x1e, 0x5c, 0xb7, 0xfa,
0xad, 0xbe, 0x92, 0xa4, 0xd5, 0xaa, 0x4b, 0x52, 0xb5, 0xd2, 0x61, 0x41, 0xbc, 0xb5, 0x20, 0xde,
0x5a, 0x10, 0xf5, 0xba, 0xa3, 0x9c, 0x57, 0x8a, 0x59, 0xc9, 0x90, 0xbd, 0x79, 0xb3, 0x72, 0xae,
0x97, 0x08, 0xd4, 0x74, 0x9c, 0x84, 0x79, 0xfe, 0xb0, 0x08, 0xa3, 0x28, 0x4e, 0xa7, 0x43, 0xd7,
0x56, 0xff, 0xaf, 0x53, 0xa7, 0xf8, 0x84, 0xa9, 0x65, 0x3c, 0x0e, 0x93, 0x06, 0xca, 0xd8, 0x34,
0x1d, 0xea, 0x10, 0x3f, 0x40, 0x77, 0x3b, 0x01, 0x58, 0xbe, 0x08, 0xd3, 0x87, 0x28, 0xce, 0x17,
0x49, 0x78, 0x3f, 0x8c, 0x53, 0x95, 0x6a, 0x93, 0x84, 0xdf, 0x8d, 0x14, 0xb1, 0x46, 0x2c, 0xf9,
0x3c, 0x1f, 0x8e, 0x11, 0xfe, 0xf0, 0x67, 0xc5, 0x8c, 0x8f, 0xe6, 0x6b, 0x25, 0xe9, 0xe1, 0xfb,
0x6d, 0xf9, 0xe6, 0x71, 0x14, 0x25, 0x7c, 0x75, 0x1c, 0xa7, 0x93, 0x6c, 0xcd, 0xd9, 0x30, 0x46,
0x54, 0xe9, 0x0a, 0x90, 0xff, 0x8c, 0xdf, 0x6e, 0x35, 0xa8, 0xe4, 0x34, 0xd2, 0x15, 0x20, 0xd5,
0x8a, 0xe2, 0xad, 0xa8, 0xde, 0xa9, 0x32, 0xc7, 0x4e, 0x9b, 0xc5, 0xba, 0x42, 0xf5, 0x0e, 0x8f,
0x28, 0xbe, 0x61, 0x71, 0x14, 0x18, 0xb7, 0x22, 0x5c, 0x18, 0x4c, 0x01, 0x05, 0xc6, 0x3c, 0xbc,
0x6b, 0x68, 0x7f, 0xf7, 0x89, 0x98, 0x51, 0xc0, 0x1d, 0x15, 0xd3, 0xa5, 0x4a, 0xca, 0x8a, 0xbf,
0xa2, 0xd6, 0xc7, 0x93, 0xfb, 0x46, 0xb1, 0x1a, 0x14, 0x9a, 0x11, 0xca, 0xcc, 0xdb, 0x8f, 0xb1,
0x6b, 0x77, 0x82, 0xce, 0x6f, 0xa6, 0x6b, 0x70, 0xcd, 0xbb, 0x4d, 0xf5, 0xb4, 0xac, 0x2b, 0xf4,
0x5e, 0x28, 0x29, 0xd4, 0x08, 0x06, 0x0c, 0x76, 0x13, 0xf3, 0xdb, 0xef, 0xb3, 0x3b, 0x2c, 0x41,
0xcc, 0x65, 0xed, 0x16, 0xfe, 0x19, 0x67, 0xa7, 0x8b, 0x50, 0xce, 0xd8, 0xd1, 0x24, 0x4e, 0x92,
0xc0, 0x38, 0x76, 0xdd, 0x36, 0xac, 0x6b, 0xa0, 0xf6, 0x1b, 0x97, 0x5d, 0xd6, 0x6a, 0xcd, 0xfa,
0x37, 0x9d, 0x8b, 0xee, 0xe7, 0x4b, 0xaf, 0xc3, 0xbc, 0xce, 0xac, 0x73, 0xd3, 0x9f, 0x35, 0x3a,
0xf8, 0xea, 0xa3, 0x48, 0xaf, 0xbf, 0x5a, 0x2d, 0xd6, 0x25, 0xb8, 0x59, 0xa3, 0xff, 0xd9, 0x68,
0x9e, 0xc1, 0x76, 0x37, 0xd3, 0xb3, 0x23, 0x88, 0x88, 0x48, 0x52, 0xc6, 0x22, 0x13, 0x1a, 0x67,
0x8f, 0x2e, 0x75, 0x04, 0xab, 0xac, 0xed, 0xd1, 0x2f, 0xac, 0x57, 0xda, 0x90, 0xf0, 0xb7, 0xcb,
0xbb, 0x51, 0x71, 0x44, 0xb5, 0x18, 0x43, 0x99, 0x02, 0xb5, 0x4a, 0xe1, 0xf7, 0x79, 0xa1, 0xa4,
0xbb, 0x95, 0x16, 0xca, 0xe4, 0xa4, 0x8f, 0x12, 0x28, 0x8e, 0xde, 0xe2, 0x9d, 0xc6, 0x92, 0xf0,
0x9a, 0x27, 0x0c, 0xd5, 0x95, 0xa4, 0x4c, 0x5e, 0x40, 0xcd, 0x42, 0xb5, 0xe3, 0x21, 0xa4, 0x50,
0xb3, 0x80, 0x8a, 0xd3, 0xc5, 0x52, 0x32, 0xad, 0x0a, 0x01, 0xb1, 0x23, 0xbd, 0x96, 0xa7, 0xcb,
0xf9, 0x35, 0x68, 0xb3, 0x79, 0x9c, 0x52, 0x5b, 0xc0, 0x10, 0x48, 0x81, 0x31, 0x30, 0xd6, 0x32,
0xef, 0x5f, 0x42, 0x77, 0x8b, 0x57, 0x9a, 0xa5, 0x5c, 0x07, 0xfd, 0x6d, 0x51, 0xa0, 0x5d, 0x77,
0x4f, 0xfa, 0xe8, 0x38, 0xe9, 0x50, 0x88, 0xb2, 0x23, 0xf4, 0x38, 0x4b, 0x5e, 0x34, 0x23, 0xa5,
0xf9, 0xd7, 0x1e, 0xcb, 0x79, 0xaa, 0x55, 0x64, 0x54, 0x72, 0x50, 0xee, 0xa0, 0x73, 0x8a, 0x1c,
0xc2, 0xda, 0xf1, 0x8f, 0x45, 0x92, 0x85, 0x91, 0x69, 0x91, 0xb1, 0x4b, 0xaf, 0x91, 0xb5, 0x8f,
0x6a, 0x56, 0xff, 0x63, 0x46, 0xa7, 0x0a, 0x80, 0x86, 0x86, 0x9d, 0x13, 0x4b, 0xb0, 0x66, 0x72,
0xc6, 0x59, 0xe9, 0x61, 0x26, 0x33, 0x86, 0xba, 0xc7, 0x52, 0x7e, 0xcb, 0x94, 0x09, 0x58, 0x8e,
0x72, 0xcd, 0x85, 0x53, 0x80, 0x13, 0xac, 0x1a, 0xe7, 0x11, 0x43, 0x30, 0x30, 0x98, 0x3e, 0xbb,
0x55, 0xa3, 0x1a, 0x8e, 0xf0, 0xc7, 0xb3, 0x30, 0x9d, 0x16, 0x60, 0x55, 0xbc, 0x3a, 0x0e, 0x6a,
0x33, 0xca, 0x13, 0xe2, 0x92, 0x99, 0x61, 0x1a, 0x51, 0xe3, 0x36, 0x89, 0xc5, 0xdc, 0x22, 0x02,
0x7a, 0x29, 0x72, 0xd8, 0x5b, 0x3c, 0xc7, 0x92, 0x2d, 0x8a, 0x38, 0xd6, 0x8e, 0xac, 0x49, 0x92,
0x64, 0xcb, 0x88, 0xc5, 0x63, 0x52, 0x22, 0x63, 0x4b, 0x65, 0x34, 0x87, 0x1d, 0x9d, 0x5e, 0x8b,
0x33, 0x24, 0x81, 0xa0, 0x80, 0x4e, 0xee, 0xc1, 0x89, 0x2d, 0x73, 0xbe, 0x9d, 0x15, 0x2f, 0x9e,
0xe5, 0x0c, 0x21, 0x8f, 0x1c, 0x05, 0xea, 0xc6, 0x29, 0x63, 0x70, 0x93, 0x08, 0xf2, 0x86, 0x57,
0x58, 0xfe, 0xc8, 0x61, 0x3f, 0x66, 0x92, 0x3f, 0xb1, 0x15, 0xc6, 0xe9, 0xf2, 0x8c, 0xda, 0xd7,
0xd3, 0xe6, 0x12, 0x16, 0xbc, 0xe6, 0x8a, 0x76, 0x1a, 0x93, 0x89, 0x97, 0x0b, 0x09, 0xfd, 0x72,
0x34, 0xa4, 0x7c, 0xcc, 0xd9, 0x44, 0x80, 0x95, 0xcb, 0x94, 0x66, 0x61, 0x9a, 0x66, 0x92, 0xf1,
0xbb, 0x31, 0x8f, 0x38, 0x1b, 0x38, 0xec, 0xdd, 0x2c, 0xce, 0x0b, 0x65, 0xd8, 0x2d, 0x2a, 0x02,
0x7c, 0x00, 0x29, 0x41, 0x6c, 0xb9, 0xa0, 0x7e, 0x38, 0x22, 0x9f, 0xa8, 0x3c, 0x16, 0xfc, 0x3a,
0x03, 0xa6, 0x09, 0x1b, 0xa9, 0x3e, 0x17, 0x92, 0xa7, 0xd2, 0x22, 0x05, 0xff, 0x60, 0x10, 0x6c,
0x65, 0xae, 0x0e, 0xa9, 0xd3, 0x66, 0x51, 0x76, 0xbf, 0xd0, 0x01, 0x53, 0xb7, 0x5a, 0x86, 0x09,
0xd5, 0x37, 0x6a, 0x84, 0xeb, 0x95, 0xc1, 0xb2, 0xc9, 0x7a, 0xe3, 0xa0, 0xe1, 0xd9, 0x8b, 0xbb,
0xf3, 0x2c, 0x09, 0x1e, 0x56, 0xb6, 0x2c, 0x9e, 0x02, 0x9e, 0x0c, 0x2a, 0xe8, 0xd4, 0x37, 0x7f,
0x4f, 0x49, 0x87, 0x25, 0x16, 0x0e, 0xc5, 0xe0, 0xdf, 0x01, 0x61, 0x5a, 0x76, 0x09, 0xf3, 0x92,
0xa7, 0x53, 0x39, 0x0b, 0x08, 0xcf, 0x51, 0x39, 0x65, 0xcf, 0x5f, 0x4d, 0x26, 0x79, 0x70, 0x89,
0x4a, 0xea, 0xa8, 0x74, 0x35, 0xeb, 0xa0, 0xcd, 0x96, 0xdf, 0x6d, 0xb6, 0xac, 0x86, 0x3f, 0x5a,
0x37, 0xe0, 0x40, 0x7e, 0x35, 0x31, 0xa9, 0x05, 0xff, 0xbf, 0x31, 0xb7, 0x61, 0x73, 0x34, 0x2a,
0xdc, 0x49, 0xb2, 0xa9, 0xa9, 0x90, 0xaa, 0x1b, 0x82, 0x24, 0xfe, 0xf4, 0x2a, 0xfd, 0x6b, 0x81,
0xa9, 0x37, 0x07, 0xf3, 0xec, 0x86, 0xbf, 0x13, 0x61, 0x3e, 0x43, 0x9c, 0x60, 0xc4, 0x46, 0xf6,
0x9d, 0x9b, 0x15, 0x3e, 0xdc, 0xc9, 0x40, 0x84, 0xcb, 0xf7, 0xcd, 0x3a, 0xc7, 0x6f, 0xc1, 0xd1,
0xaa, 0xd0, 0x56, 0x78, 0xa0, 0x88, 0xe8, 0x66, 0x92, 0x5c, 0x20, 0x82, 0x27, 0x54, 0xc6, 0xd2,
0x5c, 0xb2, 0xac, 0xa6, 0x3c, 0x22, 0x54, 0xdc, 0xeb, 0xdc, 0xca, 0xc4, 0x77, 0x49, 0x62, 0x1a,
0xb5, 0x46, 0xda, 0xb0, 0x46, 0xf1, 0xc4, 0xcc, 0x1c, 0xd4, 0xdb, 0xe7, 0xd8, 0x70, 0x99, 0xa6,
0xb4, 0x53, 0x2b, 0x38, 0x7b, 0xc8, 0x3e, 0xa4, 0x1f, 0xc9, 0x70, 0xdf, 0x49, 0x29, 0x62, 0x34,
0x4a, 0xdc, 0x34, 0x10, 0xae, 0x61, 0x43, 0x8a, 0x25, 0xc7, 0xe2, 0x6f, 0x58, 0x41, 0xc0, 0x9f,
0x3e, 0x35, 0xc1, 0xd6, 0xb5, 0x56, 0x96, 0x9d, 0x39, 0x89, 0x92, 0xf3, 0xcc, 0xeb, 0x95, 0xa3,
0xb6, 0xb0, 0xf4, 0x66, 0x88, 0x18, 0xf0, 0x33, 0xf7, 0xe9, 0x53, 0x7e, 0xda, 0xf2, 0x7d, 0x0b,
0x9c, 0x4c, 0x8a, 0xae, 0x34, 0xf0, 0x46, 0xe9, 0x69, 0xe0, 0x75, 0x9f, 0x3e, 0x95, 0xa7, 0x78,
0x3d, 0x39, 0xb1, 0x54, 0x90, 0x29, 0xe9, 0x2e, 0xb5, 0x70, 0x27, 0xa9, 0xf5, 0xdb, 0x6f, 0xa6,
0x0c, 0x52, 0x6b, 0xc4, 0x13, 0x64, 0xb5, 0x0c, 0x78, 0xa1, 0x64, 0x88, 0x95, 0xd5, 0x38, 0x31,
0xbd, 0x6e, 0xaf, 0xd7, 0x6b, 0x79, 0xfe, 0xb7, 0xda, 0x86, 0xc8, 0xc0, 0x6c, 0x6e, 0x5a, 0xa7,
0xa7, 0xae, 0xe5, 0xc8, 0xec, 0x2d, 0x44, 0x4f, 0xa7, 0x80, 0xb1, 0x1c, 0xb4, 0x77, 0x6f, 0x65,
0x28, 0xa4, 0xd9, 0xb5, 0x51, 0x9f, 0x2d, 0x3b, 0x0e, 0xb0, 0x5d, 0x33, 0x28, 0xe5, 0xc9, 0x00,
0x8e, 0xea, 0x01, 0x7f, 0x0c, 0xe7, 0x48, 0x85, 0x9a, 0x71, 0xec, 0xd8, 0x51, 0x65, 0xa2, 0x2a,
0x92, 0xdc, 0x50, 0x06, 0x1d, 0x27, 0x3f, 0x6c, 0x23, 0x9b, 0x3f, 0x02, 0x00, 0x9a, 0x86, 0x1d,
0x1e, 0x00, 0xd0, 0x41, 0x60, 0xe8, 0x38, 0x24, 0x18, 0xf8, 0xfb, 0xf9, 0x0d, 0x45, 0x43, 0x9c,
0x23, 0xc7, 0xb9, 0x80, 0x99, 0xa8, 0x2e, 0x1a, 0x36, 0xaa, 0xdc, 0xe2, 0x87, 0xa5, 0x40, 0x7d,
0x14, 0xaf, 0x45, 0xb6, 0x50, 0xf4, 0xa8, 0x46, 0xc0, 0x1f, 0x13, 0xf9, 0x78, 0x04, 0x7f, 0xcb,
0xad, 0x13, 0xc5, 0xe0, 0xc4, 0xc0, 0xf2, 0x55, 0xd8, 0x35, 0x51, 0x86, 0x51, 0xab, 0x2b, 0x2c,
0x93, 0x38, 0xba, 0x3e, 0x28, 0x03, 0x18, 0x76, 0xe2, 0xe8, 0x25, 0x2e, 0xc4, 0xdb, 0x8e, 0xc9,
0x74, 0x0b, 0x4f, 0x40, 0x6b, 0x93, 0xbd, 0xd6, 0x43, 0x75, 0x93, 0x25, 0x7b, 0x94, 0xd1, 0xfc,
0x6c, 0x5d, 0x12, 0xcb, 0x8c, 0xd9, 0x0f, 0x5a, 0xe8, 0x3d, 0x5e, 0x9c, 0x27, 0x9f, 0xac, 0x42,
0xe8, 0xbc, 0xea, 0xcd, 0xfc, 0x90, 0x68, 0x6b, 0xa7, 0xe6, 0xdb, 0x12, 0xee, 0x75, 0x6d, 0xfe,
0x08, 0xf3, 0x2c, 0x21, 0xee, 0x00, 0xa9, 0xd8, 0xba, 0x6a, 0x78, 0x48, 0x7e, 0x60, 0xa6, 0x90,
0x38, 0xaa, 0x4a, 0x2c, 0x29, 0x39, 0x24, 0x25, 0x07, 0x72, 0x27, 0xaa, 0x8a, 0x5f, 0xdb, 0xa6,
0x19, 0x76, 0xa4, 0x04, 0xd7, 0x83, 0x7b, 0x65, 0x8e, 0x0e, 0xcb, 0xcc, 0x91, 0xd4, 0x1a, 0xf3,
0x9c, 0x14, 0xa7, 0x13, 0x09, 0x82, 0x3f, 0x20, 0xe6, 0x26, 0x8e, 0x36, 0x0d, 0x93, 0xc2, 0x0b,
0x8a, 0x18, 0x58, 0xeb, 0x7e, 0x68, 0xbe, 0x5a, 0x83, 0xc2, 0xc5, 0x02, 0xdd, 0xcf, 0xf9, 0x2c,
0x4e, 0x22, 0x33, 0xb1, 0x0e, 0x4e, 0xc5, 0x87, 0xa7, 0x90, 0x04, 0xee, 0x93, 0x40, 0x3e, 0x7d,
0x0a, 0x23, 0xa9, 0xe7, 0x21, 0xc0, 0xc8, 0xb2, 0xab, 0xe6, 0x9c, 0x87, 0x9f, 0xf8, 0x25, 0x7f,
0x26, 0xc2, 0xa9, 0x49, 0xc5, 0x85, 0xd2, 0xd9, 0x82, 0xdf, 0xb8, 0x7c, 0x97, 0x65, 0x89, 0x8c,
0x17, 0xda, 0x8a, 0xd5, 0xb9, 0x7a, 0x0c, 0x9a, 0x95, 0x9a, 0xbb, 0x3d, 0xf3, 0xa0, 0x5d, 0xc9,
0x7f, 0x67, 0xb9, 0xdd, 0x59, 0x2c, 0x79, 0xb5, 0xf8, 0x0a, 0x2a, 0xbe, 0xeb, 0x3a, 0x4e, 0x47,
0x4c, 0x1f, 0xc4, 0x47, 0x48, 0xe6, 0x08, 0x8e, 0x15, 0x7f, 0xcc, 0xeb, 0xf5, 0xd1, 0xae, 0xe5,
0x99, 0x65, 0x69, 0xdb, 0x8f, 0x7e, 0x1f, 0x5e, 0x31, 0x06, 0xec, 0xfd, 0x1e, 0xcd, 0x6c, 0x45,
0xeb, 0xf1, 0xc9, 0x47, 0x8a, 0x5c, 0x56, 0xa6, 0x69, 0x1a, 0x28, 0xd8, 0xc7, 0x56, 0x15, 0x3b,
0xfc, 0x42, 0xcd, 0x4a, 0x0b, 0x03, 0x7e, 0x08, 0x3f, 0x82, 0x37, 0x99, 0x10, 0x0b, 0x55, 0x90,
0xad, 0x36, 0xa1, 0xa3, 0x93, 0x21, 0x30, 0x68, 0xff, 0x19, 0x8a, 0x46, 0x39, 0x6c, 0xa2, 0xf1,
0x53, 0xfb, 0x36, 0xc3, 0x7e, 0x75, 0xfd, 0x2b, 0x2d, 0xf5, 0x18, 0x14, 0x31, 0xcf, 0x4d, 0x45,
0xcf, 0xda, 0x38, 0xe1, 0x03, 0xb7, 0xe5, 0x47, 0x72, 0x43, 0x9d, 0xe2, 0x49, 0xf0, 0x8b, 0xcd,
0xfe, 0xf4, 0x20, 0x57, 0xf8, 0xe1, 0xab, 0xc5, 0xdd, 0x2f, 0x3b, 0x3c, 0x4f, 0x02, 0xc3, 0x32,
0x6a, 0x21, 0xbc, 0x6d, 0xb3, 0xa0, 0x8e, 0xb0, 0x89, 0xad, 0xad, 0x32, 0x4e, 0x4b, 0x3b, 0x77,
0x68, 0x90, 0xbe, 0xc2, 0x69, 0x48, 0x40, 0xd5, 0x58, 0xd4, 0x15, 0x68, 0x7f, 0x4f, 0xb1, 0x07,
0xd1, 0x56, 0x11, 0xe1, 0xe4, 0x62, 0x5c, 0x1c, 0x48, 0xd6, 0x22, 0x63, 0x1d, 0x14, 0x14, 0x03,
0xaa, 0x5c, 0xd4, 0x58, 0x2d, 0x0e, 0x70, 0xba, 0x51, 0x35, 0x7a, 0x1f, 0xb7, 0x6a, 0x57, 0x54,
0x3d, 0x22, 0xad, 0x64, 0x23, 0xe8, 0x51, 0x13, 0x20, 0x03, 0x17, 0xad, 0xcb, 0xd7, 0x34, 0x6b,
0x59, 0x20, 0x1c, 0xe5, 0x3f, 0x3b, 0xc5, 0x9b, 0x2a, 0xb2, 0x61, 0x90, 0x35, 0xd2, 0x13, 0x6f,
0xd3, 0x01, 0xc6, 0xa6, 0xb0, 0x1e, 0xd0, 0x7d, 0x88, 0xdf, 0x7e, 0xbb, 0xc5, 0x8e, 0x23, 0xbb,
0x75, 0xb4, 0x90, 0xce, 0x42, 0xa8, 0x97, 0x67, 0x7c, 0x12, 0x2e, 0x13, 0xa2, 0x26, 0x1b, 0x82,
0x34, 0xc5, 0xd8, 0x7b, 0x5b, 0x06, 0x9b, 0xf7, 0x79, 0x86, 0xcd, 0xc3, 0xeb, 0x2c, 0x7f, 0xb1,
0xee, 0xdb, 0x02, 0xd9, 0x30, 0xc1, 0x04, 0x28, 0x88, 0x51, 0xcc, 0x54, 0xe3, 0x73, 0x17, 0xba,
0x19, 0xaa, 0x4e, 0xcd, 0xce, 0x92, 0xe8, 0x5d, 0x01, 0xcf, 0x1f, 0x0f, 0xf8, 0x82, 0xac, 0xaa,
0x59, 0xfa, 0x55, 0x57, 0xae, 0x0d, 0x05, 0xd4, 0x3b, 0xfd, 0x82, 0xd5, 0xa1, 0x04, 0xe9, 0x76,
0xfe, 0x22, 0xb1, 0xb1, 0x78, 0xa5, 0xfa, 0x84, 0xc0, 0x1d, 0x96, 0x54, 0xbc, 0x41, 0xab, 0x3a,
0xd1, 0x1b, 0x56, 0x3e, 0xda, 0xca, 0x57, 0xfb, 0x7a, 0x83, 0x50, 0xa5, 0x56, 0x41, 0xa3, 0xda,
0x14, 0x14, 0x71, 0xf3, 0x87, 0xca, 0x88, 0x62, 0x52, 0xe5, 0xf8, 0x45, 0x62, 0xb5, 0x85, 0xed,
0x3f, 0xa0, 0xb3, 0x55, 0x13, 0x0f, 0x91, 0xe1, 0x8f, 0xf6, 0x6e, 0xa5, 0x35, 0x76, 0x17, 0x0b,
0xbe, 0xbb, 0x48, 0x54, 0x62, 0x3c, 0xc1, 0xc2, 0x10, 0x39, 0x59, 0xaa, 0x62, 0x63, 0xb9, 0x08,
0xd2, 0x65, 0x92, 0xd8, 0xeb, 0x01, 0xca, 0x20, 0x35, 0xb4, 0xe2, 0xe5, 0x10, 0xc2, 0x34, 0x0d,
0x4a, 0xf4, 0xc3, 0x79, 0x66, 0xf2, 0x80, 0x7f, 0x39, 0xac, 0xa1, 0x61, 0x19, 0xca, 0x55, 0x21,
0xb6, 0x25, 0x88, 0x57, 0x95, 0xd2, 0xb3, 0xab, 0xdf, 0xc3, 0xb6, 0x69, 0xd4, 0xb5, 0x89, 0x61,
0xff, 0x82, 0xca, 0xf7, 0x68, 0x34, 0xaf, 0xd8, 0x90, 0x3d, 0x02, 0x43, 0xcb, 0x81, 0xb5, 0xfa,
0xa5, 0x62, 0xad, 0x7a, 0x47, 0x52, 0x94, 0x04, 0x6a, 0x8d, 0xb0, 0x59, 0xa5, 0xce, 0x08, 0xd1,
0xfb, 0xac, 0x12, 0x15, 0x41, 0xb5, 0x86, 0xd9, 0x34, 0x7b, 0xbe, 0xf1, 0xbc, 0x5a, 0x2e, 0xb7,
0x31, 0x6a, 0x61, 0xa2, 0xb9, 0x95, 0x11, 0x82, 0xd8, 0xd8, 0x90, 0xa8, 0xc6, 0xf0, 0xef, 0x25,
0xb4, 0x0e, 0xb5, 0x6d, 0x72, 0x5f, 0x4b, 0xe8, 0x40, 0xe4, 0x62, 0x1b, 0x9d, 0x46, 0x5c, 0xe8,
0xf4, 0x7d, 0x1f, 0x78, 0x6e, 0x31, 0xf0, 0xbe, 0x66, 0x86, 0x43, 0x15, 0xd3, 0xb9, 0x6b, 0xd4,
0xf0, 0x0b, 0xe4, 0x9f, 0xbf, 0x0e, 0xf9, 0xfe, 0xc4, 0x6b, 0xdb, 0x52, 0xf5, 0x9b, 0x92, 0x22,
0xd1, 0xa0, 0x8f, 0x14, 0x0d, 0xe5, 0xc5, 0xbb, 0xcb, 0x97, 0xc1, 0x37, 0xea, 0xb0, 0xb4, 0x76,
0xf6, 0xd9, 0xea, 0xe0, 0x9f, 0xc1, 0xee, 0xe6, 0x49, 0x9a, 0x07, 0x06, 0x5d, 0xd7, 0x0d, 0x9b,
0xcd, 0xdb, 0xdb, 0x5b, 0xe7, 0xb6, 0xed, 0x64, 0x62, 0xda, 0x6c, 0xb9, 0xae, 0x4b, 0xc7, 0x98,
0x06, 0x53, 0x5b, 0xec, 0xc0, 0x68, 0xab, 0x43, 0x33, 0x7d, 0xba, 0x5a, 0x7c, 0x15, 0x27, 0xa7,
0xc5, 0x21, 0x07, 0x9d, 0x9f, 0x0e, 0x8f, 0xfb, 0x7d, 0x20, 0xba, 0x23, 0x0c, 0x8a, 0xec, 0x13,
0x1f, 0x32, 0x0c, 0xd0, 0x7f, 0xe5, 0x40, 0x71, 0x4a, 0xcc, 0x1a, 0x74, 0x2a, 0x5d, 0x0c, 0x45,
0x90, 0x37, 0x14, 0x22, 0xbc, 0x1f, 0x32, 0xd7, 0xf1, 0x6c, 0xd6, 0x1f, 0xe9, 0xd3, 0xd7, 0x81,
0xdd, 0xbe, 0xea, 0x5c, 0x74, 0xae, 0xba, 0x17, 0xfe, 0x95, 0x37, 0xf8, 0xae, 0x65, 0xb7, 0x20,
0xb7, 0x6b, 0xbb, 0xac, 0x67, 0xb7, 0xbc, 0x0b, 0xaf, 0x57, 0x19, 0xf1, 0x06, 0xb6, 0x37, 0x00,
0x60, 0xcb, 0x05, 0x86, 0xe7, 0x5f, 0xb5, 0x2f, 0x06, 0x97, 0x3d, 0xbb, 0x0b, 0x20, 0x60, 0x5e,
0xf4, 0xae, 0xba, 0x20, 0xd6, 0xbf, 0xf2, 0x7a, 0x17, 0x9e, 0x77, 0xd5, 0xc7, 0x1c, 0x8c, 0xa5,
0x3f, 0x7d, 0x7c, 0x7a, 0xed, 0x7f, 0xae, 0x0f, 0x6d, 0xbf, 0x81, 0xdd, 0x74, 0xcd, 0x29, 0x8f,
0xcc, 0x03, 0xa3, 0xbc, 0xdc, 0x30, 0xd6, 0x73, 0xaa, 0x38, 0x15, 0xce, 0xd5, 0x85, 0xb7, 0x9c,
0xc1, 0xda, 0x5a, 0x4c, 0xfc, 0xac, 0x27, 0x22, 0x87, 0x0e, 0x70, 0x6a, 0x3d, 0x2f, 0xaa, 0x83,
0x3c, 0xdc, 0xf8, 0x9b, 0xd5, 0xda, 0x22, 0x1d, 0x7d, 0xf2, 0xfb, 0x63, 0x16, 0x71, 0x47, 0x17,
0x9a, 0x0d, 0x8d, 0xed, 0x40, 0x3d, 0x04, 0xba, 0x05, 0x77, 0x20, 0x8b, 0x1e, 0x43, 0xdf, 0x01,
0xb6, 0xb6, 0x93, 0xf9, 0x8b, 0xd8, 0x07, 0x78, 0x7f, 0x25, 0xd7, 0x3d, 0x7d, 0xbe, 0xb5, 0xbf,
0x97, 0x79, 0x64, 0x4b, 0x55, 0x2f, 0xd4, 0x7b, 0xd1, 0x57, 0x95, 0xd3, 0xa9, 0xad, 0x3e, 0xed,
0x41, 0xe5, 0x95, 0x3e, 0x58, 0xd3, 0x29, 0x46, 0x14, 0x64, 0x28, 0x90, 0x92, 0xb4, 0xe4, 0x63,
0x84, 0x5a, 0x02, 0xf5, 0x30, 0xd5, 0xf3, 0xa0, 0x6e, 0x34, 0x49, 0x92, 0xea, 0xc1, 0xaf, 0x12,
0xb6, 0xda, 0xe0, 0xcd, 0x3e, 0xfd, 0x54, 0xdd, 0xcd, 0x90, 0x40, 0xea, 0x32, 0x86, 0xd6, 0x13,
0xf5, 0xa5, 0x6e, 0x1b, 0xac, 0x51, 0x79, 0x38, 0xf5, 0x13, 0xa5, 0xdc, 0x69, 0xd7, 0x75, 0xff,
0x52, 0x46, 0x69, 0x71, 0x1e, 0x49, 0xf7, 0xf6, 0x29, 0x37, 0x86, 0x3b, 0xc3, 0xfa, 0xd2, 0xcb,
0xa8, 0xf0, 0x0c, 0x93, 0xf1, 0xdf, 0xde, 0xbe, 0xfa, 0xd1, 0xd4, 0x47, 0x58, 0x3c, 0xf8, 0xe6,
0xc1, 0x28, 0x4e, 0x7e, 0x8d, 0xe1, 0x87, 0x6f, 0x46, 0xc5, 0x35, 0xfa, 0x56, 0xa7, 0x2e, 0xb7,
0x1a, 0x75, 0x6c, 0x97, 0x54, 0xa3, 0xae, 0x76, 0x7c, 0x26, 0x47, 0xff, 0x6d, 0x93, 0x11, 0xd1,
0xa9, 0x53, 0x9f, 0x6e, 0xff, 0xe9, 0x01, 0x06, 0xcb, 0xf9, 0x0b, 0xb8, 0x57, 0x38, 0x39, 0xcc,
0xc0, 0x4d, 0xcf, 0x6e, 0x5b, 0xb6, 0xd7, 0xb5, 0xf6, 0x4e, 0xb6, 0x6d, 0xff, 0xf0, 0xa4, 0x6f,
0xf7, 0xf4, 0x24, 0xf5, 0xfd, 0xc4, 0xea, 0xe3, 0x0a, 0x9b, 0xea, 0x8d, 0x46, 0xdb, 0x87, 0xf9,
0x6b, 0x7b, 0x6e, 0x54, 0x85, 0x39, 0x8d, 0x66, 0xa9, 0xe5, 0x89, 0xb2, 0xac, 0xbe, 0xbc, 0x28,
0xf6, 0x6d, 0x27, 0x86, 0xf3, 0x6b, 0x9e, 0xa5, 0xc6, 0x48, 0x9f, 0x6d, 0x2b, 0x24, 0xec, 0x45,
0xea, 0xfd, 0xb4, 0xf1, 0x43, 0x9c, 0xa0, 0x0c, 0xa2, 0x42, 0xd8, 0x06, 0x41, 0xd0, 0x2b, 0xaf,
0xed, 0x52, 0x6b, 0xb8, 0x85, 0x18, 0x7a, 0x29, 0xd2, 0x97, 0x10, 0x37, 0xd3, 0xd7, 0x70, 0xa6,
0xd8, 0x5a, 0xe2, 0xa9, 0xda, 0xc2, 0x7c, 0xc7, 0xbe, 0xef, 0x63, 0x96, 0x16, 0xe2, 0x2c, 0xa0,
0x7b, 0x81, 0xf7, 0x97, 0x2f, 0x2f, 0x50, 0xcc, 0xff, 0x4e, 0x47, 0xdd, 0x39, 0x35, 0xdf, 0x34,
0xf8, 0x7d, 0x92, 0x5d, 0x63, 0x9f, 0xf4, 0xd1, 0x7e, 0xa0, 0xf3, 0xa1, 0xa1, 0x81, 0x6a, 0x94,
0xd0, 0xf9, 0x3e, 0x04, 0x68, 0x2a, 0x15, 0x56, 0xd6, 0x28, 0xdb, 0x93, 0x38, 0x24, 0x5a, 0xb5,
0x22, 0x69, 0xf1, 0x4a, 0xd5, 0x28, 0x47, 0x11, 0xc3, 0xf9, 0x02, 0x63, 0xfc, 0x1d, 0xbf, 0x83,
0x86, 0xac, 0x41, 0x9a, 0xd2, 0x78, 0x2e, 0x43, 0xb9, 0x44, 0x3b, 0x76, 0x48, 0x6e, 0xd7, 0xef,
0x5e, 0xbb, 0xa1, 0xa1, 0xfb, 0xb5, 0x78, 0xce, 0xb3, 0xa5, 0x34, 0xab, 0x8c, 0x0e, 0xe1, 0xd1,
0xdd, 0x1c, 0x1d, 0x85, 0x78, 0xbc, 0xad, 0x6a, 0xc0, 0x3e, 0xb1, 0xb9, 0x10, 0x74, 0xfc, 0x55,
0xab, 0xa4, 0x35, 0x9f, 0x3c, 0x27, 0x00, 0xed, 0x89, 0xba, 0xb3, 0xd8, 0x5b, 0x25, 0xf6, 0xf0,
0x6b, 0xb5, 0x80, 0x0e, 0xbe, 0x3b, 0xfe, 0x6f, 0x68, 0x91, 0x61, 0x7d, 0x30, 0x8d, 0xd7, 0xaf,
0xde, 0xbe, 0xc3, 0x7c, 0x53, 0x47, 0x45, 0xe1, 0xd8, 0x50, 0xf9, 0xf0, 0x87, 0x4c, 0xcc, 0x9f,
0xa1, 0x33, 0x2b, 0x73, 0x2d, 0x2c, 0xd6, 0x14, 0xdd, 0xaf, 0x19, 0x76, 0x4a, 0x91, 0x97, 0x39,
0x14, 0x32, 0x66, 0x68, 0xd9, 0x4f, 0xbc, 0x55, 0x98, 0xdf, 0xa7, 0x63, 0xb6, 0xf9, 0xdb, 0x18,
0x2e, 0x5f, 0xa4, 0x93, 0x0c, 0x52, 0xc5, 0x13, 0x73, 0x96, 0xcb, 0x20, 0xc9, 0x74, 0x08, 0x38,
0xb3, 0x0c, 0x91, 0x82, 0x91, 0xf2, 0x50, 0xd8, 0xb5, 0xa4, 0xb8, 0x5f, 0x27, 0x44, 0x78, 0x1b,
0xc6, 0x92, 0x4d, 0xb8, 0x44, 0x0e, 0x97, 0x8d, 0x82, 0x71, 0x02, 0xf0, 0x13, 0x43, 0x05, 0x4f,
0x53, 0xdd, 0x59, 0x51, 0xb6, 0x68, 0x48, 0xae, 0xb2, 0xc2, 0xb4, 0x46, 0xfa, 0xbe, 0x41, 0x3a,
0xea, 0x89, 0xa6, 0x45, 0xef, 0x04, 0xca, 0x4b, 0x1c, 0xab, 0xd2, 0x9f, 0x28, 0x88, 0x86, 0x57,
0xf7, 0x85, 0x1a, 0x24, 0x4f, 0xa8, 0x17, 0x6b, 0x05, 0x61, 0x21, 0x41, 0xc5, 0x95, 0xca, 0xcd,
0xb4, 0x61, 0x55, 0x67, 0xcd, 0xf5, 0x51, 0xa3, 0xb8, 0xd8, 0x89, 0x23, 0x44, 0x46, 0x3c, 0xb9,
0x67, 0xa4, 0x23, 0x4c, 0xbe, 0x36, 0x82, 0x5d, 0xb4, 0xe6, 0x87, 0x82, 0x9e, 0xaa, 0xec, 0x23,
0x40, 0x08, 0xfb, 0xf8, 0x33, 0x2f, 0xc1, 0x6a, 0xa7, 0x5b, 0x07, 0x4f, 0x21, 0x6b, 0xf7, 0x0b,
0x7a, 0x8f, 0xbf, 0xb9, 0x66, 0xb4, 0x76, 0xda, 0x35, 0x75, 0xae, 0x18, 0x18, 0x78, 0x6d, 0xd0,
0x25, 0xda, 0xfa, 0xae, 0x7d, 0xff, 0x5d, 0xb7, 0xb1, 0xaf, 0xbd, 0x3b, 0x63, 0xba, 0x43, 0x43,
0x5b, 0x58, 0x96, 0x12, 0x56, 0x5c, 0x73, 0x6f, 0xee, 0xb8, 0x1d, 0x9f, 0xb5, 0xdc, 0x37, 0x1d,
0xa7, 0xd5, 0xc2, 0x93, 0xb5, 0x9c, 0xae, 0xc7, 0xbc, 0xbe, 0xd3, 0x69, 0x33, 0x3c, 0xbb, 0x4e,
0xdf, 0xa7, 0x67, 0xc7, 0xf1, 0xfb, 0xf4, 0xc4, 0x6c, 0x1b, 0x20, 0x5e, 0x8f, 0x79, 0x9e, 0xe3,
0xb1, 0xb6, 0xd3, 0xf6, 0xd9, 0xc0, 0xf1, 0x7b, 0xcc, 0x77, 0x5a, 0xf4, 0xe6, 0xf9, 0x78, 0xeb,
0xf7, 0x99, 0xc2, 0xeb, 0x39, 0x3d, 0xfa, 0x04, 0xa5, 0x01, 0xa1, 0x75, 0x80, 0x4e, 0x3f, 0x1d,
0x67, 0xa0, 0x3e, 0xba, 0xce, 0xa0, 0x0b, 0x40, 0x17, 0xaf, 0x03, 0xd6, 0x77, 0xdc, 0x1e, 0x3d,
0x3d, 0x0f, 0x42, 0x38, 0xbd, 0x36, 0xd1, 0x87, 0x3c, 0x9e, 0xd3, 0xef, 0x12, 0x57, 0x88, 0x88,
0xa1, 0xb6, 0xd3, 0xeb, 0xab, 0x17, 0xbf, 0x18, 0xe8, 0x39, 0xed, 0x3e, 0x01, 0x75, 0x07, 0x24,
0x32, 0x7e, 0x81, 0x4b, 0x23, 0x2e, 0x7d, 0x92, 0x5a, 0xe8, 0xed, 0xde, 0x00, 0xdd, 0xd3, 0x63,
0x9e, 0xe3, 0x03, 0x70, 0xe0, 0x74, 0x3c, 0xe2, 0x03, 0x90, 0x7e, 0x5b, 0xbf, 0x5c, 0x01, 0xa6,
0xef, 0xbf, 0xc4, 0x0c, 0x89, 0xd7, 0x79, 0x09, 0x5d, 0xdb, 0x2f, 0x21, 0xed, 0xe0, 0xa5, 0xd7,
0x55, 0xaf, 0x1d, 0xa7, 0xab, 0x67, 0xbc, 0x36, 0x53, 0xb0, 0x57, 0x1e, 0xfa, 0x46, 0xf0, 0x78,
0x03, 0x72, 0x3e, 0x4c, 0x44, 0x0c, 0x9c, 0x56, 0x8f, 0x44, 0xc2, 0x6f, 0x4b, 0x99, 0x0e, 0xe3,
0xf4, 0xa2, 0x84, 0x55, 0x36, 0xec, 0xf8, 0x25, 0x54, 0x5b, 0xa9, 0xa8, 0x51, 0xdb, 0x5a, 0x58,
0xaf, 0xad, 0xba, 0x55, 0xef, 0x0d, 0x8c, 0xdb, 0x27, 0x13, 0x11, 0x62, 0x07, 0x46, 0xec, 0x28,
0xd6, 0x2e, 0x8c, 0x4a, 0x06, 0xec, 0xc2, 0x98, 0x98, 0xec, 0x02, 0x06, 0x13, 0x6a, 0xb6, 0x80,
0x27, 0x9f, 0x5c, 0x80, 0xeb, 0x1b, 0xdf, 0x71, 0x7d, 0xd2, 0x0b, 0x48, 0x4a, 0x5a, 0xfc, 0x2a,
0xe3, 0x61, 0xb4, 0xad, 0x5c, 0xc9, 0x14, 0xf1, 0x81, 0x5f, 0x40, 0x90, 0xf7, 0x5c, 0xa5, 0x03,
0xc5, 0x02, 0x14, 0x1b, 0x5c, 0xb5, 0xdc, 0x4b, 0xf0, 0xa2, 0xc6, 0x98, 0x35, 0xd5, 0xed, 0xb8,
0x6a, 0x8d, 0xd5, 0x2d, 0x96, 0x5b, 0xdc, 0x82, 0xd1, 0xdd, 0xd0, 0x4e, 0x57, 0x56, 0xfd, 0x33,
0xb9, 0xa6, 0xfa, 0xb3, 0xc4, 0x7f, 0x03, 0x3a, 0x36, 0xb3, 0xb0, 0xae, 0x28, 0x00, 0x00
};

File diff suppressed because it is too large Load Diff

View File

@ -433,6 +433,15 @@ bool deserializeState(JsonObject root, byte callMode, byte presetId)
else callMode = CALL_MODE_DIRECT_CHANGE; // possible bugfix for playlist only containing HTTP API preset FX=~
}
if (root.containsKey(F("rmcpal")) && root[F("rmcpal")].as<bool>()) {
if (strip.customPalettes.size()) {
char fileName[32];
sprintf_P(fileName, PSTR("/palette%d.json"), strip.customPalettes.size()-1);
if (WLED_FS.exists(fileName)) WLED_FS.remove(fileName);
strip.loadCustomPalettes();
}
}
stateUpdated(callMode);
if (presetToRestore) currentPreset = presetToRestore;

View File

@ -58,8 +58,10 @@ void handleUpload(AsyncWebServerRequest *request, const String& filename, size_t
if (filename.indexOf(F("cfg.json")) >= 0) { // check for filename with or without slash
doReboot = true;
request->send(200, "text/plain", F("Configuration restore successful.\nRebooting..."));
} else
} else {
if (filename.indexOf(F("palette")) >= 0 && filename.indexOf(F(".json")) >= 0) strip.loadCustomPalettes();
request->send(200, "text/plain", F("File Uploaded!"));
}
cacheInvalidate++;
}
}