From aab5bb34ed6d2ff48dd7ff5cdee145d04f28e218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?aar=C3=B3n=20montoya-moraga?= Date: Mon, 8 Sep 2025 23:19:28 -0300 Subject: [PATCH] Fix board reference in USB HID tutorial Updated the board reference from UNO R4 WiFi to UNO R4 Minima in the USB HID tutorial. --- .../02.hero/boards/uno-r4-minima/tutorials/usb-hid/usb-hid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid/usb-hid.md b/content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid/usb-hid.md index f508a160af..6f2f69cede 100644 --- a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid/usb-hid.md +++ b/content/hardware/02.hero/boards/uno-r4-minima/tutorials/usb-hid/usb-hid.md @@ -39,7 +39,7 @@ To turn your board into an HID, you can use the **keyboard/mouse** API that is b ## Sketch Upload Interference -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. +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. For this reason, you should use the following procedure to upload under these conditions: