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

Commit

Permalink
v1.5.1 for ESP32 + W5500
Browse files Browse the repository at this point in the history
#### Releases v1.5.1

1. Initial coding to support ESP32 boards using `W5500 LwIP Ethernet`. Sync with [WebServer_WT32_ETH01 v1.5.1](https://github.com/khoih-prog/WebServer_WT32_ETH01)
  • Loading branch information
khoih-prog authored Nov 30, 2022
1 parent 436a100 commit b4bc3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/w5500/esp_eth/esp_eth_mac_w5500.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ static esp_err_t emac_w5500_enable_flow_ctrl(esp_eth_mac_t *mac, bool enable)

static esp_err_t emac_w5500_set_peer_pause_ability(esp_eth_mac_t *mac, uint32_t ability)
{
/* w5500 doesn't suppport PAUSE function, so accept any value */
/* w5500 doesn't support PAUSE function, so accept any value */
return ESP_ERR_NOT_SUPPORTED;
}

Expand Down

0 comments on commit b4bc3f8

Please sign in to comment.