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

Commit 697a3b1

Browse files
authored
v1.0.1 to use SPI_DMA_CH_AUTO
#### Releases v1.0.1 1. Using `SPI_DMA_CH_AUTO` instead of manually selected 2. Add example [multiFileProject](https://github.com/khoih-prog/WebServer_ESP32_SC_W5500/tree/main/examples/multiFileProject)
1 parent e70162e commit 697a3b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebServer_ESP32_SC_W5500.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
#error This code is intended to run on the ESP32_S2/3, ESP32_C3 platform! Please check your Tools->Board setting.
7676
#endif
7777

78+
#define BOARD_NAME ARDUINO_BOARD
79+
7880
//////////////////////////////////////////////////////////////
7981

8082
//#define CONFIG_ETH_SPI_ETHERNET_W5500 true

0 commit comments

Comments
 (0)