Merge pull request #1104 from marcelstoer/dev-disable-wifi-smart-config
Disable SmartConfig by default
This commit is contained in:
commit
c55d21e952
|
@ -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
|
||||
|
||||
|
|
|
@ -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)`
|
||||
|
||||
|
|
Loading…
Reference in New Issue