From 3bc5349b97dec75f96f84f793fabf11c23d4d970 Mon Sep 17 00:00:00 2001 From: sboganov Date: Thu, 2 Feb 2017 10:01:52 +0100 Subject: [PATCH] Update platform_opts.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #define SUPPORT_INTERACTIVE_MOD 1 //on/off wifi_interactive_mode correct -> #define SUPPORT_INTERACTIVE_MODE 1 //on/off wifi_interactive_mode + E в конце --- project/inc/platform_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/inc/platform_opts.h b/project/inc/platform_opts.h index 9590c00..388ce5a 100644 --- a/project/inc/platform_opts.h +++ b/project/inc/platform_opts.h @@ -20,7 +20,7 @@ #if CONFIG_LOG_HISTORY #define LOG_HISTORY_LEN 5 #endif -#define SUPPORT_INTERACTIVE_MOD 1 //on/off wifi_interactive_mode +#define SUPPORT_INTERACTIVE_MODE 1 //on/off wifi_interactive_mode #define CONFIG_LOG_SERVICE_LOCK 0 #endif