Enable Ethernet for solo1

This commit is contained in:
Jason2866 2022-09-08 21:01:27 +02:00 committed by GitHub
parent 23176e9cc1
commit 30c9f985cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -107,11 +107,6 @@ String EthernetMacAddress(void);
#if CONFIG_IDF_TARGET_ESP32 #if CONFIG_IDF_TARGET_ESP32
#ifdef CORE32SOLO1
#ifdef USE_ETHERNET
#undef USE_ETHERNET // ESP32-Solo1 does not support ethernet
#endif
#endif // CORE32SOLO1
#else // Disable features not present in other ESP32 like ESP32C3, ESP32S2, ESP32S3 etc. #else // Disable features not present in other ESP32 like ESP32C3, ESP32S2, ESP32S3 etc.
#ifdef USE_ETHERNET #ifdef USE_ETHERNET