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

Commit d436fa3

Browse files
authored
v2.5.0 to improve compatibility to other cores
### Releases v2.5.0 1. Using `raw_address()` as default only for arduino-pico core for compatibility with remaining cores 2. Sync with [Ethernet library v2.0.1](https://github.com/arduino-libraries/Ethernet/releases/tag/2.0.1) 3. Add [Ethernet_Generic Library API](https://github.com/khoih-prog/Ethernet_Generic/blob/main/docs/api.md)
1 parent 3b9437a commit d436fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ Submit issues to: [Ethernet_Generic issues](https://github.com/khoih-prog/Ethern
22322232
19. Add support to any board with core supporting custom hardware / software `SPI`, for example STM32.
22332233
20. Add support to custom SPI for RP2040, Nano_RP2040_Connect, Portenta_H7, etc. using [Arduino-mbed core](https://github.com/arduino/ArduinoCore-mbed)
22342234
21. Add setHostname() and related DHCP functions
2235-
22. Using `raw_address()` instead of `private IPAddress` data, as default only for [arduino-pico core]((https://github.com/earlephilhower/arduino-pico)) for compatibility
2235+
22. Using `raw_address()` instead of `private IPAddress` data, as default only for [arduino-pico core](https://github.com/earlephilhower/arduino-pico) for compatibility
22362236
23. Auto-select SPI(s) `SS/CS` pins according to board package if available
22372237

22382238

0 commit comments

Comments
 (0)