This commit is contained in:
Lukian 2024-10-28 13:11:21 +01:00
parent 71d93de012
commit 183ab102f2
4 changed files with 21 additions and 0 deletions

4
web.lua Normal file
View file

@ -0,0 +1,4 @@
nb = 0
net.wf.setup(net.wf.mode.AP, "ESP32 Pierre", "sandwich134")
net.wf.start()
net.service.http.start()