Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] committed Jun 17, 2024
1 parent ac2360d commit 2f4f76b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions variants/lilygo_t_eth_lite/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ static const uint8_t T7 = 7;
static const uint8_t T8 = 8;

// Ethernet
#define ETH_PHY_TYPE ETH_PHY_W5500
#define ETH_PHY_ADDR 1
#define ETH_PHY_CS 9
#define ETH_PHY_IRQ 13
#define ETH_PHY_RST 14
#define ETH_PHY_SPI_HOST SPI2_HOST
#define ETH_PHY_SPI_SCK 10
#define ETH_PHY_SPI_MISO 11
#define ETH_PHY_SPI_MOSI 12
#define ETH_PHY_TYPE ETH_PHY_W5500
#define ETH_PHY_ADDR 1
#define ETH_PHY_CS 9
#define ETH_PHY_IRQ 13
#define ETH_PHY_RST 14
#define ETH_PHY_SPI_HOST SPI2_HOST
#define ETH_PHY_SPI_SCK 10
#define ETH_PHY_SPI_MISO 11
#define ETH_PHY_SPI_MOSI 12

#endif /* Pins_Arduino_h */

0 comments on commit 2f4f76b

Please sign in to comment.