mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-16 17:35:58 +08:00
Remove wrong sanity check
Fix confusing comment
This commit is contained in:
parent
b892b3f909
commit
b6a7add333
@ -76,7 +76,7 @@
|
||||
|
||||
/* Optional Output
|
||||
* 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
|
||||
|
||||
|
@ -89,12 +89,6 @@
|
||||
#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
|
||||
* ***********************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user