Skip to content

Commit c5371be

Browse files
authored
Merge pull request #2622 from montoyamoraga/patch-1
Fix board reference in USB HID tutorial
2 parents 278c0f3 + aab5bb3 commit c5371be

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)