Skip to content

Commit a181340

Browse files
author
daniel
committed
docs/wipy: Correct deep sleep current figure.
1 parent 5a699a7 commit a181340

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/wipy/general.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ all divisions must be performed using '//' instead of '/'. Example::
1414
Before applying power
1515
---------------------
1616

17-
.. warning::
17+
.. warning::
1818

1919
The GPIO pins of the WiPy are NOT 5V tolerant, connecting them to voltages higher
20-
than 3.6V will cause irreparable damage to the board. ADC pins, when configured
20+
than 3.6V will cause irreparable damage to the board. ADC pins, when configured
2121
in analog mode cannot withstand voltages above 1.8V. Keep these considerations in
2222
mind when wiring your electronics.
2323

2424
WLAN default behaviour
2525
----------------------
2626

27-
When the WiPy boots with the default factory configuration starts in Access Point
28-
mode with ``ssid`` that starts with: ``wipy-wlan`` and ``key: www.wipy.io``.
27+
When the WiPy boots with the default factory configuration starts in Access Point
28+
mode with ``ssid`` that starts with: ``wipy-wlan`` and ``key: www.wipy.io``.
2929
Connect to this network and the WiPy will be reachable at ``192.168.1.1``. In order
3030
to gain access to the interactive prompt, open a telnet session to that IP address on
3131
the default port (23). You will be asked for credentials:
@@ -98,7 +98,7 @@ the WiPy by pressing the switch on the board, or by typing::
9898
>>> import machine
9999
>>> machine.reset()
100100

101-
Software updates can be found in: https://github.com/wipy/wipy/releases (**Binaries.zip**).
101+
Software updates can be found in: https://github.com/wipy/wipy/releases (**Binaries.zip**).
102102
It's always recommended to update to the latest software, but make sure to
103103
read the **release notes** before.
104104

@@ -122,7 +122,7 @@ Boot modes and safe boot
122122
------------------------
123123

124124
If you power up normally, or press the reset button, the WiPy will boot
125-
into standard mode; the ``boot.py`` file will be executed first, then
125+
into standard mode; the ``boot.py`` file will be executed first, then
126126
``main.py`` will run.
127127

128128
You can override this boot sequence by pulling ``GP28`` **up** (connect
@@ -178,4 +178,4 @@ Details on sleep modes
178178
configuration required.
179179
* ``machine.sleep()``: 950uA (in WLAN STA mode). Wake sources are ``Pin``, ``RTC``
180180
and ``WLAN``
181-
* ``machine.deepsleep()``: ~5uA. Wake sources are ``Pin`` and ``RTC``.
181+
* ``machine.deepsleep()``: ~350uA. Wake sources are ``Pin`` and ``RTC``.

0 commit comments

Comments
 (0)