Skip to content

Commit ce1d1ad

Browse files
committed
README update about esp8266 and esp32
1 parent 226f266 commit ce1d1ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Tested libraries are:
4747
* EthernetENC - shields and modules with ENC28j60 chip
4848
* WiFi library of the Pico Core including its Ethernet network interfaces
4949

50-
EthernetENC and WiFiEspAT with esp8266 doesn't support UDP multicast for MDNS, so Arduino IDE will not show the network upload port.
50+
EthernetENC and WiFiEspAT doesn't support UDP multicast for MDNS, so Arduino IDE will not show the network upload port.
5151

5252
## Installation
5353

@@ -123,7 +123,11 @@ The IDE upload tool is installed with Arduino AVR core package. At least version
123123

124124
This library allows to upload a sketch to esp8266 or esp32 over Ethernet with Ethernet or EthernetENC library.
125125

126-
*Note: Both esp8266 and esp32 Arduino core now support wired Ethernet as additional network interface for their WiFi library (STA and SoftAP are the 'built-in' network interfaces). With Ethernet over WiFi library you can use the standard OTA upload of the esp8266 and esp32 core with wired Ethernet.*
126+
*Both esp8266 and esp32 Arduino core now support wired network as additional network interface for their networking (STA and SoftAP are the 'built-in' network interfaces). With their Ethernet libraries you can use the standard OTA upload of the esp8266 and esp32 platform with wired network.*
127+
128+
*With esp8266 platform's lwIP_xy libraries (optionally with the EtherCompat.h) you can use W5500, W5100 and ENC28J60 wired network.*
129+
130+
*With esp32 platform version 3 you can use the EthernetESP32 library (available in Library Manager) with a variety of Ethernet modules including W5500 and ENC28J60. See the BasicOTA example in the EthernetESP32 library,*
127131

128132
To use this library instead of the bundled library, the bundled library must be removed from the boards package library folder. To override the configuration of OTA upload in platform.txt, copy the platform.local.txt file from extras folder of this library next to platform.txt file in boards package installation folder. For Arduino IDE 2 use platform.local.txt from extras/IDE2.
129133

0 commit comments

Comments
 (0)