Skip to content

Commit ecf45f8

Browse files
committed
document OTA
1 parent 82362e7 commit ecf45f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/components/power_management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ This component enables Power Management and also provides methods for acquiring
1212
Power management algorithm included in ESP-IDF can adjust the advanced peripheral bus (APB) frequency, CPU frequency, and automatically put the chip into Light-sleep
1313
mode to run an application at smallest possible power consumption, given the requirements of application components.
1414

15-
It is very important to understand the section: [Dynamic Frequency Scaling and Peripheral Drivers](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/power_management.html#dynamic-frequency-scaling-and-peripheral-drivers)
15+
> [!NOTE]
16+
> It is very important to understand the section: [Dynamic Frequency Scaling and Peripheral Drivers](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/power_management.html#dynamic-frequency-scaling-and-peripheral-drivers)
1617
1718
## Usage
1819

@@ -54,8 +55,7 @@ power_management:
5455
> [!NOTE]
5556
> Automatic Light-sleep is enabled by tickless_idle: true and occurs when there are no pending tasks.
5657
In the openthread component, setting the poll_period > 0 dove-tails into this by turning off the radio in between data requests to the parent router.
57-
58-
> [!NOTE]
58+
> When configured for automatic light-sleep. It is recommended to not use esphome.OTA since opening the listening port decreases light-sleep. Instead use an OTA platform that pulls the image such as http_request.OTA.
5959
> Do not use Deep Sleep component with tickless_idle: true.
6060
6161
## `power_management.acquire_lock` Action

0 commit comments

Comments
 (0)