Make it clearer that only one deep sleep component is allowed. (#303)

* Make it clearer that only one deep sleep component is allowed.

* Update deep_sleep.rst


Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
jeff-h 2019-10-13 23:57:13 +13:00 committed by Otto Winter
parent 435c80279b
commit 8b2e1d4a82
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ Advanced features:
- **mode** (*Optional*): The mode to use for the wakeup source. Must be one of ``ALL_LOW`` (wake up when
all pins go LOW) or ``ANY_HIGH`` (wake up when any pin goes HIGH).
.. note::
Only one deep sleep component may be configured.
.. _deep_sleep-esp32_wakeup_pin_mode:
ESP32 Wakeup Pin Mode