docs: Update App Utils programming guide docs for ESP32P4

Re-enable protocol and ota examples for ESP32P4
This commit is contained in:
Harshit Malpani
2024-02-12 13:24:57 +05:30
parent bef0b16dba
commit 2df1ba8535
28 changed files with 124 additions and 166 deletions

View File

@@ -6,7 +6,7 @@ Over The Air Updates (OTA)
OTA Process Overview
--------------------
The OTA update mechanism allows a device to update itself based on data received while the normal firmware is running (for example, over Wi-Fi or Bluetooth.)
The OTA update mechanism allows a device to update itself based on data received while the normal firmware is running (for example, over Wi-Fi, Bluetooth or Ethernet).
OTA requires configuring the :doc:`../../api-guides/partition-tables` of the device with at least two OTA app slot partitions (i.e., ``ota_0`` and ``ota_1``) and an OTA Data Partition.