Skip to content

Commit 19919e8

Browse files
committed
unor4wifi-updater: Add README introduction
1 parent aa32933 commit 19919e8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

unor4wifi-updater/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# UNO R4 WiFi updater script
2+
3+
This updater script can be used to automatically put the UNO R4 WiFi in `ESP download` mode and upload the latest firmware.
4+
5+
The script uses [unor4wifi-reboot](unor4wifi-reboot) to put the board in `ESP download` mode through an HID message; and [espflash](https://github.com/esp-rs/espflash/releases) to flash the firmware bundle.
6+
7+
# How to use the script
8+
19
## On Windows
210
* Extract the zip file
311
* Disconnect all USB gadgets from your PC
@@ -45,13 +53,13 @@ Running the script from the terminal instead of double click should avoid the co
4553

4654
![image](https://github.com/pennam/UnoR4WiFiUpdate/assets/20436476/dd776469-ba93-4430-9b72-25a6ca75840f)
4755

48-
## Troubleshooting
56+
# Troubleshooting
4957
* If the script report this error: `Cannot put the board in ESP mode. (via 'unor4wifi-reboot')`
5058

51-
### Option 1
59+
## Option 1
5260
Disconnect and connect again your UNO R4 WiFi from your PC and re-run the script.
5361

54-
### Option 2
62+
## Option 2
5563
Manually put the UNO R4 WiFi in ESP mode
5664

5765
1. Disconnect the UNO R4 WiFi from your PC

0 commit comments

Comments
 (0)