Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.1.0 for ESP32_C3
Browse files Browse the repository at this point in the history
#### Releases v1.2.0

1. Add support to ESP32_C3-based boards using `LwIP W5500 Ethernet`
  • Loading branch information
khoih-prog committed Dec 20, 2022
1 parent 6ac7a91 commit de02320
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/AdvancedWebServer/AdvancedWebServer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
//#define SPI_CLOCK_MHZ 25

// Must connect INT to GPIOxx or not working
//#define INT_GPIO 4
//#define INT_GPIO 10

//#define MISO_GPIO 13
//#define MOSI_GPIO 11
//#define SCK_GPIO 12
//#define CS_GPIO 10
//#define MISO_GPIO 5
//#define MOSI_GPIO 6
//#define SCK_GPIO 4
//#define CS_GPIO 7

//////////////////////////////////////////////////////////

Expand Down

0 comments on commit de02320

Please sign in to comment.