whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.19k stars 221 forks source link

Function parameter wrong for net.wf.setup(net.wf.mode.AP... #233

Closed Mynogs closed 5 years ago

Mynogs commented 5 years ago

Currently: net.wf.setup(net.wf.mode.AP, [powersave, channel, hidden]) Should be: net.wf.setup(net.wf.mode.AP, ssid, password, [powersave, channel, hidden])

the0ne commented 5 years ago

@Mynogs yes, the wiki is wrong about this I have updated it here

Mynogs commented 5 years ago

Fine!