mirror of https://github.com/arendst/Tasmota.git
Merge pull request #10388 from s-hadinger/zigbee_fix_crash_ui
Zugbee fix possible crash on Web UI
This commit is contained in:
commit
ebea70be57
|
@ -1768,8 +1768,7 @@ const char ZB_WEB_U[] PROGMEM =
|
|||
"\0"
|
||||
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
//=ZB_WEB_LINE_END
|
||||
"</div></td>" // Close LQI
|
||||
"%s{e}" // dhm (Last Seen)
|
||||
"</table>{t}<p></p>"
|
||||
"\0"
|
||||
; // end of list
|
||||
|
||||
|
@ -1794,7 +1793,7 @@ enum {
|
|||
ZB_WEB_LINE_END=1608,
|
||||
};
|
||||
|
||||
// Compressed from 1625 to 1111, -31.6%
|
||||
// Compressed from 1627 to 1118, -31.3%
|
||||
const char ZB_WEB[] PROGMEM = "\x00\x66\x3D\x0E\xCA\xB1\xC1\x33\xF0\xF6\xD1\xEE\x3D\x3D\x46\x41\x33\xF0\xE8\x6D"
|
||||
"\xA1\x15\x08\x79\xF6\x51\xDD\x3C\xCC\x6F\xFD\x47\x58\x62\xB4\x21\x0E\xF1\xED\x1F"
|
||||
"\xD1\x28\x51\xE6\x72\x99\x0C\x36\x1E\x0C\x67\x51\xD7\xED\x36\xB3\xCC\xE7\x99\xF4"
|
||||
|
@ -1850,7 +1849,7 @@ const char ZB_WEB[] PROGMEM = "\x00\x66\x3D\x0E\xCA\xB1\xC1\x33\xF0\xF6\xD1\xEE\
|
|||
"\x30\xF6\x1F\x87\xE8\xF2\x59\xEF\x9E\x0A\x70\xBE\x08\x5D\x15\xA0\x42\xE0\x6C\x83"
|
||||
"\x2A\x2B\x47\xD0\x87\xB0\xFC\x3D\x3C\x36\xC2\x08\xFC\x3F\x47\x91\xC5\xF5\xF3\xC1"
|
||||
"\xDC\x3D\x0E\xC2\x04\x19\x87\xD0\x84\x68\x08\x5D\x16\xC9\xC2\xF8\x21\x74\x18\x4E"
|
||||
"\xCA\x10\xFC\x3E\xBC\x7B\x59\xEE\x04\xC9\xB3\x85\xF3";
|
||||
"\xCA\x10\xFC\x3E\xBC\x7B\x59\xEE\x9C\x2F\x82\x3F\x4E\x90\x10\x79\x23\x9C\x2F\x9B";
|
||||
|
||||
// ++++++++++++++++++++^^^^^^^^^^^^^^^^^^^++++++++++++++++++++
|
||||
// ++++++++++++++++++++ DO NOT EDIT ABOVE ++++++++++++++++++++
|
||||
|
|
Loading…
Reference in New Issue