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

Commit

Permalink
v1.2.1 to increase SPI_CLOCK_MHZ
Browse files Browse the repository at this point in the history
#### Releases v1.2.1

1. Increase default `SPI_CLOCK_MHZ` clock to 20MHz from 8MHz
2. Update examples to use `DHCP` with `built-in ESP32 Ethernet MAC Address`
  • Loading branch information
khoih-prog committed Jan 12, 2023
1 parent f297fde commit 2233db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ Disconnecting from server...
#### 6. UDPSendReceive on ESP32S3_DEV with ESP32_S3_ENC28J60
The terminal output of **ESP32S3_DEV with ENC28J60** running [UDPSendReceive example](examples/UDPSendReceive). The `user-defined MAC address` is automatically used now because there is no `built-in MAC address` in ESP32_S3
The terminal output of **ESP32S3_DEV with ENC28J60** running [UdpSendReceive example](examples/UdpSendReceive). The `user-defined MAC address` is automatically used now because there is no `built-in MAC address` in ESP32_S3
```cpp
Start UDPSendReceive on ESP32S3_DEV with ESP32_S3_ENC28J60
Expand Down

0 comments on commit 2233db4

Please sign in to comment.