Skip to content

Commit 6d9ec26

Browse files
committed
ditto
1 parent 8b0d641 commit 6d9ec26

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/esp8266wifi/generic-class.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ persistent
4444
WiFi.persistent(persistent)
4545
4646
Starting from version 3 of this core, **persistence is disabled by default
47-
and WiFi does not anymore automatically fires up at boot**.
48-
49-
(see PR `#7902 <https://github.com/esp8266/Arduino/pull/7902>`__).
47+
and WiFi does not anymore automatically fires up at boot** (see PR `#7902 <https://github.com/esp8266/Arduino/pull/7902>`__).
5048

5149
Previously, SDK was automatically starting WiFi at boot. This was probably
5250
intended for the Espressif AT FW which is interactive and preserves WiFi
@@ -55,8 +53,8 @@ Arduino API because sketches start with ``WiFi.begin()`` or
5553
``WiFi.softAP()``.
5654

5755
This change is harmless with standard sketches: Calls to ``WiFi.mode()`` do
58-
enable radio as usual. It also smooths current spikes at boot and also
59-
decreases DHCP stress.
56+
enable radio as usual. It also smooths current spikes at boot and decreases
57+
DHCP stress.
6058

6159
Legacy behavior can be restored by calling ``enableWiFiAtBoot()`` from
6260
anywhere in the code (it is a weak void function intended to play with the

doc/faq/readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ will need to implement an additional (short) deep sleep using
178178

179179
Ref. `#3072 <https://github.com/esp8266/Arduino/issues/3072>`__
180180

181-
My WiFi was previously automatically connected wight after booting
181+
My WiFi was previously automatically connected right after booting
182182
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183183

184184
This was WiFi persistence. Starting from version 3 of this core, WiFi is

0 commit comments

Comments
 (0)