mirror of https://github.com/arendst/Tasmota.git
Language pre-processor test fails - reverted
This commit is contained in:
parent
080296754c
commit
ecb18db4b2
|
@ -96,11 +96,11 @@ const char HTTP_HEAD[] PROGMEM =
|
||||||
#ifdef BE_MINIMAL
|
#ifdef BE_MINIMAL
|
||||||
"<div style='text-align:center;color:red;'><h3>" D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "</h3></div>"
|
"<div style='text-align:center;color:red;'><h3>" D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "</h3></div>"
|
||||||
#endif
|
#endif
|
||||||
#if MY_LANGUAGE == es-AR
|
//#if (MY_LANGUAGE == es-AR) // This does not function
|
||||||
"<div style='text-align:center;'><h3>" D_MODULE " {ha</h3><h2>{h}</h2></div>";
|
// "<div style='text-align:center;'><h3>" D_MODULE " {ha</h3><h2>{h}</h2></div>";
|
||||||
#else
|
//#else
|
||||||
"<div style='text-align:center;'><h3>{ha " D_MODULE "</h3><h2>{h}</h2></div>";
|
"<div style='text-align:center;'><h3>{ha " D_MODULE "</h3><h2>{h}</h2></div>";
|
||||||
#endif
|
//#endif
|
||||||
const char HTTP_SCRIPT_CONSOL[] PROGMEM =
|
const char HTTP_SCRIPT_CONSOL[] PROGMEM =
|
||||||
"var sn=0;" // Scroll position
|
"var sn=0;" // Scroll position
|
||||||
"var id=99;" // Get most of weblog initially
|
"var id=99;" // Get most of weblog initially
|
||||||
|
|
Loading…
Reference in New Issue