Skip to content

Commit d563850

Browse files
kotnikswoboda1337
andauthored
[deep_sleep] removed extra spaces (#5366)
Co-authored-by: Jonathan Swoboda <[email protected]>
1 parent f675b2a commit d563850

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/components/deep_sleep.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Next, tell the node how it should wakeup. On the ESP8266, you can only put the n
2020
for a duration using `sleep_duration`, note that on the ESP8266 `GPIO16` must be connected to
2121
the `RST` pin so that it will wake up again. On the ESP32, you additionally have the option
2222
to wake up on any RTC pin (`GPIO0`, `GPIO2`, `GPIO4`, `GPIO12`, `GPIO13`, `GPIO14`,
23-
`GPIO15`, `GPIO25`, `GPIO26`, `GPIO27`, `GPIO32`, `GPIO39` ).
23+
`GPIO15`, `GPIO25`, `GPIO26`, `GPIO27`, `GPIO32`, `GPIO39`).
2424

2525
While in deep sleep mode, the node will not do any work and not respond to any network traffic,
2626
even Over The Air updates. If the device's entities are appearing as **Unavailable** while your device is actively
@@ -36,7 +36,6 @@ deep_sleep:
3636
3737
{{< note >}}
3838
Some ESP8266s have an onboard USB chip (e.g. D1 mini) on the chips' control line that is connected to the RST pin. This enables the flasher to reboot the ESP when required. This may interfere with deep sleep on some devices and prevent the ESP from waking when it's powered through its USB connector. Powering the ESP from a separate 3.3V source connected to the 3.3V pin and GND will solve this issue. In these cases, using a USB to TTL adapter will allow you to log ESP activity.
39-
4039
{{< /note >}}
4140
4241
## Configuration variables

0 commit comments

Comments
 (0)