Przeglądaj źródła

Disable SmartConfig by default

Marcel Stör 8 lat temu
rodzic
commit
f087908d62
2 zmienionych plików z 5 dodań i 1 usunięć
  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)`