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
Thanks for the new release v3.0.1. The Portenta Ethernet Client is working back again.
The Ethernet Server function is still extremely slow and almost unusable. I trace back and see the Server slowness started from core v2.7.2 and is OK with core v2.6.1
You can test using the core's library example WebServer.
Describe the bug
The core's Ethernet library example WebClient is working normally for core v2.8.0-
For
core v3.0.0
, the same example just hangs atEthernet.begin()
MRE
Using the following core's Ethernet library example WebClient with
core v3.0.0
orcore v2.8.0
Terminal
Ethernet.begin()
and displaysMore info
Any Ethernet-related code hangs at this line
ArduinoCore-mbed/libraries/Ethernet/src/Ethernet.cpp
Line 14 in 6c3abc9
The text was updated successfully, but these errors were encountered: