瀏覽代碼

Merge pull request #1104 from marcelstoer/dev-disable-wifi-smart-config

Disable SmartConfig by default
Terry Ellison 8 年之前
父節點
當前提交
c55d21e952
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 1 1
      app/include/user_config.h
  2. 4 0
      docs/en/modules/wifi.md

+ 1 - 1
app/include/user_config.h

@@ -93,7 +93,7 @@
 //#define WIFI_STA_HOSTNAME "NodeMCU"
 //#define WIFI_STA_HOSTNAME_APPEND_MAC
 
-#define WIFI_SMART_ENABLE
+//#define WIFI_SMART_ENABLE
 
 #define STRBUF_DEFAULT_INCREMENT 32
 

+ 4 - 0
docs/en/modules/wifi.md

@@ -155,6 +155,10 @@ Intended for use with SmartConfig apps, such as Espressif's [Android & iOS app](
 
 Only usable in `wifi.STATION` mode.
 
+!!! note "Note:"
+
+    SmartConfig is disabled by default and can be enabled by setting `WIFI_SMART_ENABLE` in [`user_config.h`](https://github.com/nodemcu/nodemcu-firmware/blob/dev/app/include/user_config.h#L96) before you build the firmware.
+
 #### Syntax
 `wifi.startsmart(type, callback)`