Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 537dc7c

Browse filesBrowse files
authored
response on request from code reviewer
1 parent 4d62e48 commit 537dc7c
Copy full SHA for 537dc7c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cores/esp32/USB.cpp

Copy file name to clipboardExpand all lines: cores/esp32/USB.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define USB_PRODUCT ARDUINO_BOARD
3535
#endif
3636
#ifndef USB_SERIAL
37-
#if CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
37+
#if CONFIG_IDF_TARGET_ESP32S3
3838
#define USB_SERIAL "__MAC__"
3939
#else
4040
#define USB_SERIAL "0"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.