Skip to content

Commit aab5bb3

Browse files
Fix board reference in USB HID tutorial
Updated the board reference from UNO R4 WiFi to UNO R4 Minima in the USB HID tutorial.
1 parent 278c0f3 commit aab5bb3

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid

1 file changed

+1
-1
lines changed

content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid/usb-hid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To turn your board into an HID, you can use the **keyboard/mouse** API that is b
3939

4040
## Sketch Upload Interference
4141

42-
As a consequence of the multi-processor design of the UNO R4 WiFi board, uploads may fail with a "`No device found on ...`" error when the board is running a sketch that uses the HID capabilities.
42+
As a consequence of the multi-processor design of the UNO R4 Minima board, uploads may fail with a "`No device found on ...`" error when the board is running a sketch that uses the HID capabilities.
4343

4444
For this reason, you should use the following procedure to upload under these conditions:
4545

0 commit comments

Comments
 (0)