Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork219
Make WiFiClientSSL class available#647
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
WiFiSSLClient was missing in the WiFi.h file, so examples using SSL fails to compile.
sebromero left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
sebromero commentedApr 6, 2023
@karlsoderby Where is the example sketch that you're referring to? |
facchinm commentedApr 26, 2023
The issue with this commit is that it brings in ~200KB for every sketch that doesn't want to use SSL. |
facchinm left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Take into account the flash occupation increase
sebromero commentedMay 19, 2023
@karlsoderby Can you please point me to the examples that were not compiling? |
manchoz commentedAug 9, 2023
Hi, |
WiFiSSLClientwas missing inWiFi.h, so examples using SSL fails to compile.The SSL example was tested with the GIGA R1 WiFi board successfully.