Unverified Commit 12038cb5 authored by Linar Yusupov's avatar Linar Yusupov Committed by GitHub

apply the same USB descriptor's iSerialNumber logic for ESP32-S2 as t… (#7563)

* apply the same USB descriptor's iSerialNumber logic for ESP32-S2 as the ESP32-S3 already has

* response on request from code reviewer
parent a23d67a3
...@@ -160,7 +160,7 @@ ESPUSB::~ESPUSB(){ ...@@ -160,7 +160,7 @@ ESPUSB::~ESPUSB(){
bool ESPUSB::begin(){ bool ESPUSB::begin(){
if(!_started){ if(!_started){
#if CONFIG_IDF_TARGET_ESP32S3 #if CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
if(serial_number == "__MAC__"){ if(serial_number == "__MAC__"){
StreamString s; StreamString s;
uint8_t m[6]; uint8_t m[6];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment