diff --git a/content/Hardware Support/UNO/Update-the-connectivity-module-firmware-on-UNO-R4-WiFi.md b/content/Hardware Support/UNO/Update-the-connectivity-module-firmware-on-UNO-R4-WiFi.md index d97556de..093022fa 100644 --- a/content/Hardware Support/UNO/Update-the-connectivity-module-firmware-on-UNO-R4-WiFi.md +++ b/content/Hardware Support/UNO/Update-the-connectivity-module-firmware-on-UNO-R4-WiFi.md @@ -282,8 +282,8 @@ Follow these steps: * **macOS:** Control-click on the unzipped `unor4wifi-update-macos` folder and select "**New Terminal at Folder**" from the context menu. A terminal window will open. * **Linux:** Open [a command line terminal](https://ubuntu.com/tutorials/command-line-for-beginners) in the extracted folder. 1. Run the command: - * **Windows:** `bin\espflash write-bin -b 115200 0x0 firmware\UNOR4-WIFI-S3-0.3.0-rc1.bin` - * **macOS/Linux:** `./bin/espflash write-bin -b 115200 0x0 firmware/UNOR4-WIFI-S3-0.3.0-rc1.bin` + * **Windows:** `bin\espflash write-bin -b 115200 0x0 (Get-Item .\firmware\UNOR4-WIFI-S3-*.bin).FullName` + * **macOS/Linux:** `./bin/espflash write-bin -b 115200 0x0 firmware/UNOR4-WIFI-S3-*.bin`