We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a33db commit 359a8aaCopy full SHA for 359a8aa
docs/wipy/quickref.rst
@@ -193,7 +193,7 @@ See :ref:`network.WLAN <network.WLAN>` and :mod:`machine`. ::
193
pass
194
print(wifi.ifconfig())
195
# enable wake on WLAN
196
- wifi.irq(wake=machine.SLEEP)
+ wifi.irq(trigger=WLAN.ANY_EVENT, wake=machine.SLEEP)
197
# go to sleep
198
machine.sleep()
199
# now, connect to the FTP or the Telnet server and the WiPy will wake-up
0 commit comments