Skip to content

Commit

Permalink
feat(eth): Enable the possibility to use SPI ETH with only 4 wires (#…
Browse files Browse the repository at this point in the history
…9659)

This PR enables ETH_SPI_SUPPORTS_NO_IRQ to support connection by only 4 wires (SCK, MISO, MOSI and SS) with IRQ and RESET being set as -1
  • Loading branch information
me-no-dev authored May 21, 2024
1 parent f2e064d commit b1c9506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/Ethernet/src/ETH.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

// This will be uncommented once custom SPI support is available in ESP-IDF
#define ETH_SPI_SUPPORTS_CUSTOM 1
#define ETH_SPI_SUPPORTS_NO_IRQ 1

#include "Network.h"

Expand Down

0 comments on commit b1c9506

Please sign in to comment.