Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Separating WiFiClient. #443

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chrisestesaa01
Copy link

We can now pass in a reference to a WiFi client from calling code.
This way, we can set up the client to authenticate with a fingerprint,
a certificate, or use an insecure client. The fingerprint no longer
needs to be compiled with the library, therefore, the library won't
need to be updated whenever the cert changes. This commit also fixes
broken error message retrieval.

We can now pass in a reference to a WiFi client from calling code.
This way, we can set up the client to authenticate with a fingerprint,
a certificate, or use an insecure client. The fingerprint no longer
needs to be compiled with the library, therefore, the library won't
need to be updated whenever the cert changes. This commit also fixes
broken error message retrieval.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant