code-lua-iot/web.lua
2024-10-28 13:11:21 +01:00

4 lines
107 B
Lua

nb = 0
net.wf.setup(net.wf.mode.AP, "ESP32 Pierre", "sandwich134")
net.wf.start()
net.service.http.start()