mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-17 04:45:57 +08:00
Remove wrong sanity check
Fix confusing comment
This commit is contained in:
parent
b892b3f909
commit
b6a7add333
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
* ***********************/
|
* ***********************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user