From ecb18db4b2374b9b5a2feb40d5d874a1ab2140eb Mon Sep 17 00:00:00 2001 From: arendst Date: Sat, 20 Jan 2018 18:01:39 +0100 Subject: [PATCH] Language pre-processor test fails - reverted --- sonoff/webserver.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sonoff/webserver.ino b/sonoff/webserver.ino index bd79154e5..1b7f2208d 100644 --- a/sonoff/webserver.ino +++ b/sonoff/webserver.ino @@ -96,11 +96,11 @@ const char HTTP_HEAD[] PROGMEM = #ifdef BE_MINIMAL "

" D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "

" #endif -#if MY_LANGUAGE == es-AR - "

" D_MODULE " {ha

{h}

"; -#else +//#if (MY_LANGUAGE == es-AR) // This does not function +// "

" D_MODULE " {ha

{h}

"; +//#else "

{ha " D_MODULE "

{h}

"; -#endif +//#endif const char HTTP_SCRIPT_CONSOL[] PROGMEM = "var sn=0;" // Scroll position "var id=99;" // Get most of weblog initially