From b730910a9cd8817ee7d15608077219ebba350f8b Mon Sep 17 00:00:00 2001 From: Linda Date: Fri, 30 Jun 2023 17:48:50 +0800 Subject: [PATCH] docs: fix a typo in get-started/start-project --- docs/en/get-started/start-project.rst | 3 +++ docs/zh_CN/get-started/start-project.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/en/get-started/start-project.rst b/docs/en/get-started/start-project.rst index 44c26b2a10..e94255c960 100644 --- a/docs/en/get-started/start-project.rst +++ b/docs/en/get-started/start-project.rst @@ -320,6 +320,9 @@ When flashing, you will see the output log similar to the following: .. only:: esp32h2 + .. code-block:: none + + ... esptool esp32h2 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 48m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin esptool.py v4.6 Serial port /dev/ttyUSB0 diff --git a/docs/zh_CN/get-started/start-project.rst b/docs/zh_CN/get-started/start-project.rst index 29d97077ac..62e458566e 100644 --- a/docs/zh_CN/get-started/start-project.rst +++ b/docs/zh_CN/get-started/start-project.rst @@ -320,6 +320,9 @@ .. only:: esp32h2 + .. code-block:: none + + ... esptool esp32h2 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 48m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin esptool.py v4.6 Serial port /dev/ttyUSB0