commit
This commit is contained in:
parent
183ab102f2
commit
8ac9dac055
5 changed files with 55 additions and 2 deletions
4
web.lua
4
web.lua
|
@ -1,3 +1,7 @@
|
|||
dofile("buzz.lua")
|
||||
-- s = sensor.attach("DHT22", pio.GPIO21)
|
||||
-- tmr.delayms(500)
|
||||
nets = net.wf.scan(true)
|
||||
nb = 0
|
||||
net.wf.setup(net.wf.mode.AP, "ESP32 Pierre", "sandwich134")
|
||||
net.wf.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue