Browse Source

docs/wipy: Fix error in WLAN quickref.

pull/1539/head
danicampora 9 years ago
parent
commit
359a8aa760
  1. 2
      docs/wipy/quickref.rst

2
docs/wipy/quickref.rst

@ -193,7 +193,7 @@ See :ref:`network.WLAN <network.WLAN>` and :mod:`machine`. ::
pass
print(wifi.ifconfig())
# enable wake on WLAN
wifi.irq(wake=machine.SLEEP)
wifi.irq(trigger=WLAN.ANY_EVENT, wake=machine.SLEEP)
# go to sleep
machine.sleep()
# now, connect to the FTP or the Telnet server and the WiPy will wake-up

Loading…
Cancel
Save