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

Commit

Permalink
v1.5.3 using built-in ESP32 MAC Address
Browse files Browse the repository at this point in the history
#### Releases v1.5.3

1. Using `built-in ESP32 MAC Address`
2. Increase default `SPI_CLOCK_MHZ` clock to 20MHz from 8MHz
  • Loading branch information
khoih-prog committed Jan 11, 2023
1 parent b9753e1 commit e6be107
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 @@ -126,7 +126,7 @@ This [**WebServer_ESP32_ENC** library](https://github.com/khoih-prog/WebServer_E
## Prerequisites

1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
2. [`ESP32 Core 2.0.5+`](https://github.com/espressif/arduino-esp32) for ESP32-based ESP32_DEV with ENC28J60 boards using release `v1.3.0+`. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)
2. [`ESP32 Core 2.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-based ESP32_DEV with ENC28J60 boards using release `v1.3.0+`. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)


---
Expand Down

0 comments on commit e6be107

Please sign in to comment.