earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.92k stars 402 forks source link

Ethernet legacy API compatibility layer #2147

Closed JAndrassy closed 3 months ago

JAndrassy commented 3 months ago

Ethernet legacy API compatibility layer EthernetCompat.h is from esp8266 core.

The example is from the Arduino Ethernet library with include changed and Ethernet object instance created.

For cases like this https://github.com/earlephilhower/arduino-pico/issues/2129#issuecomment-2081217703