whitecatboard / Lua-RTOS-ESP32

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

Wiki typo #145

Closed oskarirauta closed 6 years ago

oskarirauta commented 6 years ago

On the wifi section:

-- Setup a wifi connection using a dynamic IP
net.nw.setup(net.wf.mode.STA, "ssid", "password")

should be:

-- Setup a wifi connection using a dynamic IP
net.wf.setup(net.wf.mode.STA, "ssid", "password")
jolivepetrus commented 6 years ago

@oskarirauta,

Thanks for report this. Solved in the wiki.