Skip to content

Commit 00ed692

Browse files
committed
Update configuration.h
1 parent 3bb05c9 commit 00ed692

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

esp3d/configuration.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
/* Use Ethernet
127127
* Enable ethernet communications
128128
*/
129-
#define ETH_FEATURE
129+
// #define ETH_FEATURE
130130

131131
// Ethernet type (Check ETH.h eth_phy_type_t)
132132
// TYPE_ETH_PHY_LAN8720
@@ -644,9 +644,9 @@
644644
// LOG_OUTPUT_SERIAL2
645645
// LOG_OUTPUT_TELNET
646646
// LOG_OUTPUT_WEBSOCKET
647-
#define ESP_LOG_FEATURE LOG_OUTPUT_SERIAL0
647+
// #define ESP_LOG_FEATURE LOG_OUTPUT_SERIAL0
648648

649-
#define ESP3D_DEBUG_LEVEL LOG_LEVEL_DEBUG
649+
// #define ESP3D_DEBUG_LEVEL LOG_LEVEL_DEBUG
650650

651651
#ifdef ESP_LOG_FEATURE
652652
#define LOG_ESP3D_BAUDRATE 115200
@@ -657,7 +657,7 @@
657657
// #define ESP_BENCHMARK_FEATURE
658658

659659
// Disable sanity check at compilation
660-
#define ESP_NO_SANITY_CHECK
660+
// #define ESP_NO_SANITY_CHECK
661661

662662
/************************************
663663
*

0 commit comments

Comments
 (0)