File tree 2 files changed +5
-1
lines changed
variants/SANTIAGO_COMPOSTA
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,12 @@ unor4wifi.build.board=SANTIAGO_COMPOSTA
111
111
unor4wifi.build.defines=-DF_CPU=48000000 -DNO_USB -DBACKTRACE_SUPPORT
112
112
unor4wifi.vid.0=0x2341
113
113
unor4wifi.pid.0=0x1002
114
+ unor4wifi.vid.1=0x2341
115
+ unor4wifi.pid.1=0x006D
114
116
unor4wifi.upload_port.0.vid=0x2341
115
117
unor4wifi.upload_port.0.pid=0x1002
118
+ unor4wifi.upload_port.1.vid=0x2341
119
+ unor4wifi.upload_port.1.pid=0x006D
116
120
117
121
unor4wifi.compiler.fsp.defines={build.variant.path}/defines.txt
118
122
unor4wifi.compiler.fsp.ldflags={build.variant.path}/ldflags.txt
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ static const uint8_t SS = PIN_SPI_CS;
139
139
#define AVCC_MULTIPLY_FACTOR 8.33
140
140
141
141
#define USB_VID (0x2341)
142
- #define USB_PID (0x0069 )
142
+ #define USB_PID (0x006D )
143
143
#define USB_NAME "UNO R4 WiFi"
144
144
145
145
/* EEPROM DEFINES */
You can’t perform that action at this time.
0 commit comments