Update platform_opts.h

#define SUPPORT_INTERACTIVE_MOD		1 //on/off wifi_interactive_mode

correct ->
 #define SUPPORT_INTERACTIVE_MODE		1 //on/off wifi_interactive_mode

+ E в конце
This commit is contained in:
sboganov 2017-02-02 10:01:52 +01:00 committed by GitHub
parent 04bbc93374
commit 3bc5349b97

View file

@ -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