mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
right etheris values
This commit is contained in:
parent
f830e00916
commit
a7e85f818a
@ -8,9 +8,9 @@ etheris.name=Arduino Etheris
|
||||
etheris.upload.via_http=true
|
||||
|
||||
etheris.vid.0=0x2341
|
||||
etheris.pid.0=0x0036
|
||||
etheris.pid.0=0x0041
|
||||
etheris.vid.1=0x2341
|
||||
etheris.pid.1=0x8036
|
||||
etheris.pid.1=0x8041
|
||||
etheris.upload.tool=avrdude
|
||||
etheris.upload.protocol=avr109
|
||||
etheris.upload.maximum_size=28672
|
||||
@ -31,7 +31,7 @@ etheris.bootloader.lock_bits=0x2F
|
||||
etheris.build.mcu=atmega32u4
|
||||
etheris.build.f_cpu=16000000L
|
||||
etheris.build.vid=0x2341
|
||||
etheris.build.pid=0x8036
|
||||
etheris.build.pid=0x8041
|
||||
etheris.build.board=AVR_LEONARDO
|
||||
etheris.build.core=arduino
|
||||
etheris.build.variant=leonardo
|
||||
|
@ -57,6 +57,8 @@ const u16 STRING_IPRODUCT[17] = {
|
||||
'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' '
|
||||
#elif USB_PID == 0x803C
|
||||
'A','r','d','u','i','n','o',' ','E','s','p','l','o','r','a',' '
|
||||
#elif USB_PID == 0x8041
|
||||
'A','r','d','u','i','n','o',' ','E','t','h','e','r','i','s',' '
|
||||
#elif USB_PID == 0x9208
|
||||
'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' '
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user