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 12038cb

Browse filesBrowse files
authored
apply the same USB descriptor's iSerialNumber logic for ESP32-S2 as t… (espressif#7563)
* apply the same USB descriptor's iSerialNumber logic for ESP32-S2 as the ESP32-S3 already has * response on request from code reviewer
1 parent a23d67a commit 12038cb
Copy full SHA for 12038cb

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
@@ -160,7 +160,7 @@ ESPUSB::~ESPUSB(){
160160

161161
bool ESPUSB::begin(){
162162
if(!_started){
163-
#if CONFIG_IDF_TARGET_ESP32S3
163+
#if CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
164164
if(serial_number == "__MAC__"){
165165
StreamString s;
166166
uint8_t m[6];

0 commit comments

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