You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
1. Remove dependency on [`Functional-VLPP library`](https://github.com/khoih-prog/functional-vlpp).
@@ -35,9 +37,11 @@ Library is based on and modified from:
35
37
36
38
The EthernetWebServer class found in `EthernetWebServer.h` header, is a simple web server that knows how to handle HTTP requests such as GET and POST and can only support one simultaneous client.
37
39
40
+
---
41
+
38
42
## Prerequisite
39
43
1.[`Arduino IDE 1.8.11 or later` for Arduino](https://www.arduino.cc/en/Main/Software)
40
-
2.[`Arduino Core for STM32 1.8.0 or later`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32 (Use Arduino Board Manager)
44
+
2.[`Arduino Core for STM32 1.9.0 or later`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32 (Use Arduino Board Manager)
41
45
3. Depending on which Ethernet card you're using:
42
46
-[STM32Ethernet library](https://github.com/stm32duino/STM32Ethernet) for built-in Ethernet on (Nucleo-144, Discovery)
43
47
-[UIPEthernet library](https://github.com/UIPEthernet/UIPEthernet) for ENC28J60
@@ -58,6 +62,15 @@ You can also use this link [ for STM32
70
+
2. Install the UIPthernet patch [new STM32 core F3/F4 compatibility](https://github.com/UIPEthernet/UIPEthernet/commit/c6d6519a260166b722b9cee5dd1f0fb2682e6782) to avoid errors `#include HardwareSPI.h` on some STM32 boards (Nucleo-32 F303K8, etc.)
0 commit comments