0

http://www.nodemcu.com/docs/wifi-module/#wifi-module-wifi-startsmart上,我看到了代码片段:

    wifi.startsmart(6, function() 
       print("Auto config success!")
    end)

但是还需要什么才能让它发挥作用呢?

它似乎与 wifi 嗅探器模式有关,但我找不到任何文档或示例。

4

1 回答 1

0

这是示例,https://github.com/youngBuger/esp8266-smartconfig

但不幸的是,在使用 v0.9.5 sdk 的最新 nodeMCU 上,智能配置被破坏,这里作为 TODO 项目列出:https ://github.com/nodemcu/nodemcu-firmware

于 2015-08-24T10:45:49.340 回答