Skip to content

Commit 205613d

Browse files
Update deep_sleep.md
1 parent 2002df4 commit 205613d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/deep_sleep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Advanced features:
6868
wake up on multiple pins. This cannot be used together with wakeup pin.
6969

7070
- **pins** (**Required**, list of pin numbers): The pins to wake up on.
71-
- **mode** (**Required**): The mode to use for the wakeup source. Must be one of `ALL_LOW` (wake up when
72-
all pins go LOW) or `ANY_HIGH` (wake up when any pin goes HIGH).
71+
- **mode** (**Required**): The mode to use for the wakeup source. Must be one of `ANY_LOW` (wake up when any
72+
pin goes LOW), `ALL_LOW` (wake up when all pins go LOW) or `ANY_HIGH` (wake up when any pin goes HIGH).
7373

7474
{{< note >}}
7575
Only one deep sleep component may be configured.

0 commit comments

Comments
 (0)