Skip to content

Commit 44cdf62

Browse files
committed
Added support for Arduino Esplora
1 parent e5163f8 commit 44cdf62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hardware/arduino/cores/arduino/USBCore.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ const u16 STRING_IPRODUCT[17] = {
5555
'A','r','d','u','i','n','o',' ','L','e','o','n','a','r','d','o'
5656
#elif USB_PID == 0x8037
5757
'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' '
58+
#elif USB_PID == 0x803C
59+
'A','r','d','u','i','n','o',' ','E','s','p','l','o','r','a',' '
5860
#elif USB_PID == 0x9208
5961
'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' '
6062
#else

0 commit comments

Comments
 (0)