Skip to content

Commit

Permalink
No Ethernet for the C2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jun 24, 2024
1 parent aa39e00 commit 729b9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasmota/tasmota_xdrv_driver/xdrv_82_esp32_ethernet.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

#ifdef ESP32
//#if CONFIG_IDF_TARGET_ESP32
#if CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C6
#ifdef USE_ETHERNET
/*********************************************************************************************\
* Ethernet support for ESP32
Expand Down Expand Up @@ -445,5 +445,5 @@ bool Xdrv82(uint32_t function) {
}

#endif // USE_ETHERNET
//#endif // CONFIG_IDF_TARGET_ESP32
#endif // CONFIG_IDF_TARGET_ESP32 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C6
#endif // ESP32

0 comments on commit 729b9b2

Please sign in to comment.