mirror of https://github.com/arendst/Tasmota.git
Fix crash in WebUI
This commit is contained in:
parent
369e5aaef1
commit
c4e847d288
|
@ -249,9 +249,11 @@ const char HTTP_HEAD_STYLE3[] PROGMEM =
|
|||
"<body>"
|
||||
"<div style='background:#%06x;text-align:left;display:inline-block;color:#%06x;min-width:340px;'>" // COLOR_BACKGROUND, COLOR_TEXT
|
||||
#ifdef FIRMWARE_MINIMAL
|
||||
#ifdef FIRMWARE_SAFEBOOT
|
||||
"<span style='text-align:center;color:#%06x;'><h3>" D_SAFEBOOT "</h3></span>" // COLOR_TEXT_WARNING
|
||||
#else
|
||||
"<div style='text-align:center;color:#%06x;'><h3>" D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "</h3></div>" // COLOR_TEXT_WARNING
|
||||
#endif // FIRMWARE_SAFEBOOT
|
||||
#endif // FIRMWARE_MINIMAL
|
||||
"<div style='text-align:center;color:#%06x;'><noscript>" D_NOSCRIPT "<br></noscript>" // COLOR_TITLE
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue