File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 126
126
/* Use Ethernet
127
127
* Enable ethernet communications
128
128
*/
129
- #define ETH_FEATURE
129
+ // #define ETH_FEATURE
130
130
131
131
// Ethernet type (Check ETH.h eth_phy_type_t)
132
132
// TYPE_ETH_PHY_LAN8720
644
644
// LOG_OUTPUT_SERIAL2
645
645
// LOG_OUTPUT_TELNET
646
646
// LOG_OUTPUT_WEBSOCKET
647
- #define ESP_LOG_FEATURE LOG_OUTPUT_SERIAL0
647
+ // #define ESP_LOG_FEATURE LOG_OUTPUT_SERIAL0
648
648
649
- #define ESP3D_DEBUG_LEVEL LOG_LEVEL_DEBUG
649
+ // #define ESP3D_DEBUG_LEVEL LOG_LEVEL_DEBUG
650
650
651
651
#ifdef ESP_LOG_FEATURE
652
652
#define LOG_ESP3D_BAUDRATE 115200
657
657
// #define ESP_BENCHMARK_FEATURE
658
658
659
659
// Disable sanity check at compilation
660
- #define ESP_NO_SANITY_CHECK
660
+ // #define ESP_NO_SANITY_CHECK
661
661
662
662
/************************************
663
663
*
You can’t perform that action at this time.
0 commit comments