From 5e95a4ece4fb001ebfd9ad880ef497a644d56e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Stusi=C5=84ski?= <33556934+jurstu@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:51:50 +0100 Subject: [PATCH 1/3] Update cdc_dfu_flash.rst --- docs/en/tutorials/cdc_dfu_flash.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/cdc_dfu_flash.rst b/docs/en/tutorials/cdc_dfu_flash.rst index 1c291edac73..6e2bd71c4ae 100644 --- a/docs/en/tutorials/cdc_dfu_flash.rst +++ b/docs/en/tutorials/cdc_dfu_flash.rst @@ -66,7 +66,7 @@ Go to the Tools menu in the Arduino IDE and set the following options: * USB DFU On Boot -> Enabled -Setp 3 - Flash +Step 3 - Flash ^^^^^^^^^^^^^^ Now you can upload your sketch to the device. After flashing, you need to manually reset the device. From dc45558c4a0ac495fbfbc4a513d583e6f1d0416f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Stusi=C5=84ski?= <33556934+jurstu@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:58:14 +0100 Subject: [PATCH 2/3] Update docs/en/tutorials/cdc_dfu_flash.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> --- docs/en/tutorials/cdc_dfu_flash.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/cdc_dfu_flash.rst b/docs/en/tutorials/cdc_dfu_flash.rst index 6e2bd71c4ae..db64cdc6aa4 100644 --- a/docs/en/tutorials/cdc_dfu_flash.rst +++ b/docs/en/tutorials/cdc_dfu_flash.rst @@ -66,7 +66,7 @@ Go to the Tools menu in the Arduino IDE and set the following options: * USB DFU On Boot -> Enabled -Step 3 - Flash +3. Flash ^^^^^^^^^^^^^^ Now you can upload your sketch to the device. After flashing, you need to manually reset the device. From 73d941da81ac8cefa42c95672fc293bd86f520ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerzy=20Stusi=C5=84ski?= <33556934+jurstu@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:09:28 +0100 Subject: [PATCH 3/3] Update docs/en/tutorials/cdc_dfu_flash.rst Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> --- docs/en/tutorials/cdc_dfu_flash.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/cdc_dfu_flash.rst b/docs/en/tutorials/cdc_dfu_flash.rst index db64cdc6aa4..0c54e38d67b 100644 --- a/docs/en/tutorials/cdc_dfu_flash.rst +++ b/docs/en/tutorials/cdc_dfu_flash.rst @@ -67,7 +67,7 @@ Go to the Tools menu in the Arduino IDE and set the following options: * USB DFU On Boot -> Enabled 3. Flash -^^^^^^^^^^^^^^ +^^^^^^^^ Now you can upload your sketch to the device. After flashing, you need to manually reset the device.