Add deep sleep note

This commit is contained in:
Otto Winter 2018-06-08 11:44:02 +02:00
parent 01ef608ed2
commit d61ea18579
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -31,7 +31,7 @@ Configuration variables:
- **run_duration** (*Optional*, :ref:`config-time`): - **run_duration** (*Optional*, :ref:`config-time`):
The time duration the node should be active, i.e. run code. The time duration the node should be active, i.e. run code.
- **run_cycles** (*Optional*, int): The number of ``loop()`` cycles to go through before - **run_cycles** (*Optional*, int): The number of ``loop()`` cycles to go through before
entering deep sleep mode. entering deep sleep mode. Note: for advanced use-cases with custom code only.
- **sleep_duration** (*Optional*, :ref:`config-time`): The time duration to stay in deep sleep mode. - **sleep_duration** (*Optional*, :ref:`config-time`): The time duration to stay in deep sleep mode.
- **wakeup_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): - **wakeup_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`):
Only on ESP32. A pin to wake up to once in deep sleep mode. Use the inverted property to wake up Only on ESP32. A pin to wake up to once in deep sleep mode. Use the inverted property to wake up