We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b892b3f commit b6a7addCopy full SHA for b6a7add
esp3d/configuration.h
@@ -76,7 +76,7 @@
76
77
/* Optional Output
78
* Instead of Serial, you can use USB Serial
79
- * USE_USB_SERIAL //for ESP32 S2/S3 Only
+ * USB_SERIAL_FEATURE on ESP32 S2/S3 Only
80
*/
81
//#define USB_SERIAL_FEATURE
82
esp3d/src/include/esp3d_sanity.h
@@ -89,12 +89,6 @@
89
#endif
90
91
92
-
93
-#if ESP_SERIAL_OUTPUT == USE_USB_SERIAL && !defined(USB_SERIAL_FEATURE)
94
-#error USB_SERIAL_FEATURE is necessary for ESP_SERIAL_OUTPUT == USE_USB_SERIAL
95
-#endif
96
97
98
/**************************
99
* Bluetooth
100
* ***********************/
0 commit comments