Skip to content

Commit 97e25ef

Browse files
committed
docs(image-format): Improve clarity about flash frequency on esp32-c6
Closes #1135
1 parent fc0c984 commit 97e25ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/advanced-topics/firmware-image-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The image header is 8 bytes long:
9494
+--------+------------------------------------------------------------------------------------------------+
9595
| 3 | High four bits - Flash size (``0`` = 1MB, ``1`` = 2MB, ``2`` = 4MB, ``3`` = 8MB, ``4`` = 16MB) |
9696
| | |
97-
| | Low four bits - Flash frequency (``0`` = 80MHz, ``0`` = 40MHz, ``2`` = 20MHz) |
97+
| | Low four bits - Flash frequency (``0`` = 80MHz or 40MHz, ``2`` = 20MHz) |
9898
+--------+------------------------------------------------------------------------------------------------+
9999
| 4-7 | Entry point address |
100100
+--------+------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)