This commit is contained in:
Lukian 2024-10-30 12:10:58 +01:00
parent 183ab102f2
commit 8ac9dac055
5 changed files with 55 additions and 2 deletions

View file

@ -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()