-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Portenta_H7] WiFi WebServer extremely slow from core v2.7.2 - v3.0.1 #441
Comments
Please help testing using real-world applications, if possible. I'm currently tied up with some other things. Thanks. |
Hi @khoih-prog , |
Hi @facchinm I retested and found out this is an issue of my WiFiWebServer library, not keeping up with the recent changes in the Portenta_H7 core. Already found out and will fix the library in next release. Thanks, |
### Releases v1.7.0 1. Fix issue with Portenta_H7 core v2.7.2+. Check [[Portenta_H7] WiFi WebServer extremely slow from core v2.7.2 - v3.0.1 #441](arduino/ArduinoCore-mbed#441) 2. Rewrite to avoid `multiple-definitions` linker error for multiple-file project 3. Add example [multiFileProject](examples/multiFileProject) to demo how to avoid `multiple-definitions` linker error for multiple-file project 4. Update `Packages' Patches`
### Releases v1.7.0 1. Fix issue with Portenta_H7 core v2.7.2+. Check [[Portenta_H7] WiFi WebServer extremely slow from core v2.7.2 - v3.0.1 #441](arduino/ArduinoCore-mbed#441) 2. Rewrite to avoid `multiple-definitions` linker error for multiple-file project 3. Add example [multiFileProject](examples/multiFileProject) to demo how to avoid `multiple-definitions` linker error for multiple-file project 4. Update `Packages' Patches`
Question: Portenta WiFi has WiFiSSLClient, but Portenta Ethernet does not seem to have EthernetSSLClient. Is that correct and is it in process or am I missing something. On a positive side: I have WiFI connections with Adafruit for both secure MQTT and HTTP working. I also have Ethernet insecure Adafruit HTTP working and am working on Ethernet MQTT. |
The #439 fixed the slow issue for Portenta Ethernet WebServer #438
But Portenta WiFi still suffers the slowness from core v2.7.2 to v3.0.1, even with the #439 fix.
Core v2.6.1 is also tested and OK with Portenta WiFi.
To test
The text was updated successfully, but these errors were encountered: