Skip to content

Commit aed45b2

Browse files
committed
firmware -> wifi_firmware
1 parent afc988e commit aed45b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pico_w/wifi/ota_update/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ picotool load pt.uf2
88
picotool reboot -u
99
```
1010

11-
Once the partition table is loaded, you first need to load the Wi-Fi firmware UF2 (`picow_ota_update_firmware.uf2`) followed by loading & executing the main program (`picow_ota_update.uf2`) - either by dragging and dropping them in order, or using `picotool`:
11+
Once the partition table is loaded, you first need to load the Wi-Fi firmware UF2 (`picow_ota_update_wifi_firmware.uf2`) followed by loading & executing the main program (`picow_ota_update.uf2`) - either by dragging and dropping them in order, or using `picotool`:
1212
```
13-
picotool load picow_ota_update_firmware.uf2
13+
picotool load picow_ota_update_wifi_firmware.uf2
1414
picotool load -x picow_ota_update.uf2
1515
```
1616

0 commit comments

Comments
 (0)