mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Fix logger compile error on ESP32-C6 (#6323)
This commit is contained in:
parent
0cb1cc9e1c
commit
b637fb3adc
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ void Logger::pre_setup() {
|
|||
this->uart_num_ = UART_NUM_2;
|
||||
break;
|
||||
#endif
|
||||
#if defined(USE_ESP32_VARIANT_ESP32S2) || defined(USE_ESP32_VARIANT_ESP32S3)
|
||||
#ifdef USE_LOGGER_USB_CDC
|
||||
case UART_SELECTION_USB_CDC:
|
||||
this->uart_num_ = -1;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue