-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit fe5f679
Document UNO R4 WiFi-specific fix for "
Document UNO R4 WiFi-specific fix for "No device found on ..." upload error
When an UNO R4 WiFi board is running a sketch that uses the HID capabilities, the port address changes during the
upload. Since this change does not occur under other conditions, the platform is not configured to handle such a change.
This causes uploads via the standard procedure to fail under these conditions:
No device found on <port>
This error can occur under other conditions and with other boards, so there is already an entry for it in the Help
Center. However, the documented fixes are not applicable to the error as it occurs under these special conditions.
There is a reliable fix for the error specific to the UNO R4 WiFi, which was not previously documented in the article.No device found on ...
" upload error (#258)1 parent 6d3b6b5 commit fe5f679
File tree
1 file changed
+8
-0
lines changed- content/Software Support/Upload
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
105 | 113 |
| |
106 | 114 |
| |
107 | 115 |
| |
|
0 commit comments