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

Commit de02320

Browse files
authored
v1.1.0 for ESP32_C3
#### Releases v1.2.0 1. Add support to ESP32_C3-based boards using `LwIP W5500 Ethernet`
1 parent 6ac7a91 commit de02320

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/AdvancedWebServer/AdvancedWebServer.ino

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
//#define SPI_CLOCK_MHZ 25
7070

7171
// Must connect INT to GPIOxx or not working
72-
//#define INT_GPIO 4
72+
//#define INT_GPIO 10
7373

74-
//#define MISO_GPIO 13
75-
//#define MOSI_GPIO 11
76-
//#define SCK_GPIO 12
77-
//#define CS_GPIO 10
74+
//#define MISO_GPIO 5
75+
//#define MOSI_GPIO 6
76+
//#define SCK_GPIO 4
77+
//#define CS_GPIO 7
7878

7979
//////////////////////////////////////////////////////////
8080

0 commit comments

Comments
 (0)