diff --git a/README.md b/README.md index eb932b6..a62dd3b 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,13 @@ The in the examples used Ethernet library only supports the Wiznet 5500 chip, us - an Arduino compatible Ethernet library like Ethernet3 https://github.com/sstaub/Ethernet3 - optional for Teensy MAC address https://github.com/sstaub/TeensyID -**Teensy 4.1 with buildin Ethernet** +**Teensy 4.1 with buildin Ethernet**
+**!!! This doesn't work in the moment because of a bug with the Arduino String library in conjuction with the NativeEthernet libray** - https://github.com/vjmuzik/NativeEthernet - https://github.com/vjmuzik/FNET -**STM32duino (https://github.com/stm32duino)** +**STM32duino (https://github.com/stm32duino)**
+**!!! This works not as ecpected, there is a bug in the LWIP libray which is causing a massive lost of packages** - https://github.com/stm32duino/STM32Ethernet - https://github.com/stm32duino/LwIP