Remove wrong sanity check

Fix confusing comment
This commit is contained in:
Luc 2024-11-03 17:56:37 +01:00
parent b892b3f909
commit b6a7add333
2 changed files with 1 additions and 7 deletions

View File

@ -76,7 +76,7 @@
/* Optional Output /* Optional Output
* Instead of Serial, you can use USB Serial * Instead of Serial, you can use USB Serial
* USE_USB_SERIAL //for ESP32 S2/S3 Only * USB_SERIAL_FEATURE on ESP32 S2/S3 Only
*/ */
//#define USB_SERIAL_FEATURE //#define USB_SERIAL_FEATURE

View File

@ -89,12 +89,6 @@
#endif #endif
#if ESP_SERIAL_OUTPUT == USE_USB_SERIAL && !defined(USB_SERIAL_FEATURE)
#error USB_SERIAL_FEATURE is necessary for ESP_SERIAL_OUTPUT == USE_USB_SERIAL
#endif
/************************** /**************************
* Bluetooth * Bluetooth
* ***********************/ * ***********************/