We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0802967 commit ecb18dbCopy full SHA for ecb18db
sonoff/webserver.ino
@@ -96,11 +96,11 @@ const char HTTP_HEAD[] PROGMEM =
96
#ifdef BE_MINIMAL
97
"<div style='text-align:center;color:red;'><h3>" D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "</h3></div>"
98
#endif
99
-#if MY_LANGUAGE == es-AR
100
- "<div style='text-align:center;'><h3>" D_MODULE " {ha</h3><h2>{h}</h2></div>";
101
-#else
+//#if (MY_LANGUAGE == es-AR) // This does not function
+// "<div style='text-align:center;'><h3>" D_MODULE " {ha</h3><h2>{h}</h2></div>";
+//#else
102
"<div style='text-align:center;'><h3>{ha " D_MODULE "</h3><h2>{h}</h2></div>";
103
-#endif
+//#endif
104
const char HTTP_SCRIPT_CONSOL[] PROGMEM =
105
"var sn=0;" // Scroll position
106
"var id=99;" // Get most of weblog initially
0 commit comments