Skip to content

Commit 9618cd0

Browse files
committed
Linter fixes & clean-up
1 parent d9e42ab commit 9618cd0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/Hardware Support/UNO/Restore-the-connectivity-firmware-on-UNO-R4-WiFi-with-espflash.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Follow these steps:
3131
* **Windows:** `bin\espflash write-bin -b 115200 0x0 (Get-Item .\firmware\UNOR4-WIFI-S3-*.bin).FullName`
3232
* **macOS/Linux:** `./bin/espflash write-bin -b 115200 0x0 firmware/UNOR4-WIFI-S3-*.bin`
3333
> [!NOTE]
34-
> You may need to adjust your system's security settings to allow this command if you encounter a warning pop-up. To proceed, go to _System Preferences > Privacy & Security_, and under _Security_, click _Allow Anyway_ to allow espflash to run .
35-
34+
> You may need to adjust your system's security settings to allow this command if you encounter a warning pop-up. To proceed, go to _System Preferences > Privacy & Security_, and under _Security_, click _Allow Anyway_ to allow espflash to run.
35+
3636
1. The terminal window might now show a list of the serial ports present on your computer. Use the arrow keys on your keyboard to select the port for the board and then press the <kbd>**Enter**</kbd> key.
3737
* **Windows:** The board will have a name like "USB Serial Device".
3838
* **macOS:** The board will be named "USB JTAG_serial debug unit". Two ports with this name will be available, select the port that starts with `/dev/cu.usbmodem*`. <!-- TODO: Same for Linux, probably. Confirm this. -->
@@ -61,5 +61,3 @@ Follow these steps:
6161
1. Close the terminal window.
6262
1. Disconnect the USB cable of the **UNO R4 WiFi** board from your computer.
6363
1. Connect the **UNO R4 WiFi** board to your computer with the USB cable again.
64-
65-
<!-- `/dev/cu.usbmodem13301 - USB JTAG_serial debug unit` -->

0 commit comments

Comments
 (0)