Skip to content

Commit 5439c67

Browse files
committed
Tutorial documentation update
1 parent d590b10 commit 5439c67

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update

1 file changed

+1
-1
lines changed

content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ The standard two-step method, as shown in the [`OTA_Qspi_Flash`](#qspi-storage-m
986986
987987
On-the-Fly with `downloadAndDecompress()` method combines downloading and decompression into a single operation, reducing storage requirements. It provides a practical balance between efficiency and ease of use, making it suitable for production deployments with limited storage space.
988988
989-
The LZSS example provides direct access to the compression functions, enabling custom implementations and detailed performance analysis. It requires more complex error handling and a thorough understanding of the compression process.
989+
The LZSS example provides direct access to the compression functions, enabling custom implementations and detailed performance analysis. It requires more error handling and better understanding of the compression process.
990990
991991
For typical use cases, the standard two-step method provides the best starting point. Consider the `downloadAndDecompress()` function when storage management is important. Use the low-level LZSS approach only when you need custom behavior or detailed performance measurements.
992992

0 commit comments

Comments
 (0)