File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
5149Previously, SDK was automatically starting WiFi at boot. This was probably
5250intended 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
5755This 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
6159Legacy behavior can be restored by calling ``enableWiFiAtBoot() `` from
6260anywhere in the code (it is a weak void function intended to play with the
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ will need to implement an additional (short) deep sleep using
178178
179179Ref. `#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
184184This was WiFi persistence. Starting from version 3 of this core, WiFi is
                                 You can’t perform that action at this time. 
               
                  
0 commit comments