Merge pull request #14921 from arendst/ethernet_onlyESP32

Ethernet only for ESP32
This commit is contained in:
Jason2866 2022-02-20 14:06:04 +01:00 committed by GitHub
commit 8388f1cdce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -457,7 +457,9 @@
//#define USE_A4988_STEPPER // Add support for A4988/DRV8825 stepper-motor-driver-circuit (+10k5 code)
//#define USE_THERMOSTAT // Add support for Thermostat
#define USE_ETHERNET // Add support for ethernet (+20k code)
#if CONFIG_IDF_TARGET_ESP32
#define USE_ETHERNET // Add support for ethernet (+20k code)
#endif
#ifndef USE_KNX
#define USE_KNX // Enable KNX IP Protocol Support (+23k code, +3k3 mem)