Skip to content

Commit 2730ecb

Browse files
committed
fix markdown syntax
1 parent 6176ddb commit 2730ecb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To upload firmware run:
4949
esptool.py --chip esp32s3 --port <your port> write_flash -z 0 <yourCustomFirmware.bin>
5050
```
5151

52-
***Please note that we don't provide any custom firmware in this tutorial. If you flash a firmware that doesn't enable a **serial-usb-bridge** between two microcontrollers you will lose most of the board's functionality!***
52+
***Please note that we don't provide any custom firmware in this tutorial. If you flash a firmware that doesn't enable a serial-usb-bridge between two microcontrollers you will lose most of the board's functionality!***
5353

5454
## Restore Default Software
5555

0 commit comments

Comments
 (0)