Skip to content

Commit c247bd5

Browse files
committed
Fix markdown syntax
1 parent 87086cd commit c247bd5

File tree

1 file changed

+10
-10
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/esp32-upload

1 file changed

+10
-10
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/esp32-upload/esp32-upload.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,23 +81,23 @@ Restoring the default firmware varies slightly depending on which operating syst
8181

8282
3. Right-click on the folder, select "New terminal at folder" (you might find it under "Services"), and launch the following commands:
8383

84-
``
84+
```
8585
chmod a+x update.command
86-
``
86+
```
8787

88-
``
88+
```
8989
sudo xattr -d com.apple.quarantine bin/espflash
90-
``
90+
```
9191

92-
``
92+
```
9393
sudo xattr -d com.apple.quarantine bin/unor4wifi-reboot-macos
94-
``
94+
```
9595

9696
4. Launch this command in your terminal:
9797

98-
``
98+
```
9999
./update.command
100-
``
100+
```
101101

102102
5. Follow the steps inside the terminal and select your board from the device list, it is listed as
103103
/dev/tty.usbmodem141301 - USB JTAG_serial debug unit.
@@ -112,9 +112,9 @@ sudo xattr -d com.apple.quarantine bin/unor4wifi-reboot-macos
112112

113113
3. Right-click on the folder, select "Open in Terminal" and launch the following command:
114114

115-
``
115+
```
116116
sudo ./update.sh
117-
``
117+
```
118118

119119
4. Follow the steps inside the terminal and answer yes to the first question, no to the second.
120120

0 commit comments

Comments
 (0)